/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
/* Prevents page scrolling when mobile menu is open */
@media (max-width: 840px) {
    body.mob-menu-no-scroll {
        pointer-events: none;
        overflow-y: hidden;
    }
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #026bac;
  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;
}
::-webkit-input-placeholder {
	 color: #767676;
	 opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
	 color: #767676;
	 opacity: 1;
}

::-moz-placeholder {  /* Firefox 19+ */
	 color: #767676;
	 opacity: 1;
}

:-ms-input-placeholder {
	 color: #767676;
	 opacity: 1;
}
.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;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out 0.2s ease-in-out;
  transition: all 0.2s ease-in-out 0.2s ease-in-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: 2px;
  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: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}
.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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s ease-in-out;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s ease-in-out;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s ease-in-out;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s ease-in-out;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s ease-in-out;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #767676;
  opacity: 1;
}
.form-control:-moz-placeholder {
  color: #767676;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #767676;
  opacity: 1;
}
.form-control::-webkit-input-placeholder {
  color: #767676;
  opacity: 1;
}
.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: 2px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 76px;
  padding: 25px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 76px;
  line-height: 76px;
}
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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  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;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('less/libs/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('less/libs/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('less/libs/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('less/libs/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('less/libs/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('less/libs/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
  font-display: swap;
}
.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";
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur: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";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.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;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 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;
  }
}
.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;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 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;
}
.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 {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* @import "libs/fontawesome/font-awesome.less"; */
/*******************************
  FONT SIZING
*******************************/
/* @font-size-base:               16px; */
/*******************************
  COLOURS
*******************************/
/* Primary */
/* Secondary */
/* TINTS */
/* Dark Tints */
/* Light Tints */
/* Supplementary */
/* general Sizing */
/*******************************
  TYPOGRAPHY
*******************************/
/* FONTS */
@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/google/source-sans-pro/EOT/SourceSansPro-Light.eot') format('embedded-opentype'),
         url('../fonts/google/source-sans-pro/WOFF2/TTF/SourceSansPro-Light.ttf.woff2') format('woff2'),
         url('../fonts/google/source-sans-pro/WOFF/OTF/SourceSansPro-Light.otf.woff') format('woff'),
         url('../fonts/google/source-sans-pro/OTF/SourceSansPro-Light.otf') format('opentype'),
         url('../fonts/google/source-sans-pro/TTF/SourceSansPro-Light.ttf') format('truetype');
    font-display: swap;
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    src: url('../fonts/google/source-sans-pro/EOT/SourceSansPro-LightIt.eot') format('embedded-opentype'),
         url('../fonts/google/source-sans-pro/WOFF2/TTF/SourceSansPro-LightIt.ttf.woff2') format('woff2'),
         url('../fonts/google/source-sans-pro/WOFF/OTF/SourceSansPro-LightIt.otf.woff') format('woff'),
         url('../fonts/google/source-sans-pro/OTF/SourceSansPro-LightIt.otf') format('opentype'),
         url('../fonts/google/source-sans-pro/TTF/SourceSansPro-LightIt.ttf') format('truetype');
    font-display: swap;
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/google/source-sans-pro/EOT/SourceSansPro-Regular.eot') format('embedded-opentype'),
         url('../fonts/google/source-sans-pro/WOFF2/TTF/SourceSansPro-Regular.ttf.woff2') format('woff2'),
         url('../fonts/google/source-sans-pro/WOFF/OTF/SourceSansPro-Regular.otf.woff') format('woff'),
         url('../fonts/google/source-sans-pro/OTF/SourceSansPro-Regular.otf') format('opentype'),
         url('../fonts/google/source-sans-pro/TTF/SourceSansPro-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    src: url('../fonts/google/source-sans-pro/EOT/SourceSansPro-It.eot') format('embedded-opentype'),
         url('../fonts/google/source-sans-pro/WOFF2/TTF/SourceSansPro-It.ttf.woff2') format('woff2'),
         url('../fonts/google/source-sans-pro/WOFF/OTF/SourceSansPro-It.otf.woff') format('woff'),
         url('../fonts/google/source-sans-pro/OTF/SourceSansPro-It.otf') format('opentype'),
         url('../fonts/google/source-sans-pro/TTF/SourceSansPro-It.ttf') format('truetype');
    font-display: swap;
}
/* Font sets */
h1,
h2,
h3 {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
h1 {
  font-weight: 400;
}
h2 {
  font-weight: 400;
}
h3 {
  font-weight: 400;
}
/* Random bits - sizing etc */
@font-face {
  font-family: 'si-icons';
  src: url('../fonts/si-icons.eot');
  font-display: swap;
}
@font-face {
  font-family: 'si-icons';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB6wAAAC8AAAAYGNtYXCEPC46AAABHAAAANxnYXNwAAAAEAAAAfgAAAAIZ2x5ZsrqPh4AAAIAAAAS4GhlYWQA4yxxAAAU4AAAADZoaGVhA+IB/AAAFRgAAAAkaG10eCngARkAABU8AAAAbGxvY2EsujGcAAAVqAAAADhtYXhwACEAqQAAFeAAAAAgbmFtZeobyCAAABYAAAABWnBvc3QAAwAAAAAXXAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw9gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEAMgAAAAuACAABAAOAAEAIOGF4bfir/AM8FTwWfB18HjwhvCK8JrwnvCt8MXw1fDh8Obw6/D2//3//wAAAAAAIOGF4bfir/AM8FPwWfB18HfwhvCK8JnwnvCt8MXw1fDh8OXw6/D2//3//wAB/+Mefx5OHVcP+w+1D7EPlg+VD4gPhQ93D3QPZg9PD0APNQ8yDy4PJAADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAgAAAB4AGwADMAACUuAzUUPgI3PgImJz4BLgEHJg4BFhcOAR4BFx4DNRQOAgcOAxUFNC4CJwE3BAQCAQoODQMHCwQDCAEEDiktLSkOBAEIAwQLBwMNDgoBAgQEDjg4KwHAKzg4DoEBCgwJAQEMEx0PAQ4VFAcGLC4mAQEmLiwGBxQVDgEPHRMMAQEJDAoBARgiLhcBGSwkFgMAAgBV/+IBwQHIACEANgAAJSc+AiYnLgIGBw4CFhceAjY3FxQeATI/AT4BPAEnJw4BLgEnLgE+ATc+AR4BFx4BDgEHAcFzGR4MCxATNUBBHx0oDwgTDzE2PRxgBAMGASwBAwKfFiwrJA4LBwwZFhMuKiYLDQUJHBMLqBM1Oz0bHicQCRISNj9DHhslEgEMtQIDAQIZAgMEBQLKDAYKGxQVLSolDQwGCxoVFC0rJQwAAAADACAAIAHgAYAAAwAHAAsAABMhFSEVIRUhFSEVISABwP5AAcD+QAHA/kABgGAgYCBgAAAAAQAjACkB3QF8ABoAAAEUDwEGJwYvASY1ND8BNjcWHwE3NjcWHwEWFQHdCPUIDAsIjggIJggMCwhUvAgLDAgmCAE6Cwn0CQEBCY0JCg0HKAcBAQdWvQcBAQcoBwwAAAAAAQAPAA8BKAHMABoAADcnJjU0PwE2MzIfARYVFA8BFxYVFA8BBiMiJ9S6Cwu6Cw8PCxULC4uLCwsVCw8PCxq6Cw8PC7oKChYKEA8Ki4sLDw8LFQsLAAAAAAEAIQAPAToBzAAaAAAlFA8BBiMiLwEmNTQ/AScmNTQ/ATYzMh8BFhUBOgu6ChAPChYLC4uLCwsWCg8QCroL7g8LugsLFQsPDwuLigsPDwsVCwu6Cg8AAAADAAAAAAG3AbcAFABMAGUAACU1NCcmKwEiBwYdARQXFjsBMjc2NTc0JyYnJiMiBwYfARYzMjc2NzYzMhcWFRQHBgcGBwYdARQXFjsBMjc2NTQ3Njc2NzY3Njc2NzY1FxQHBgcGIyInJicmNTQ3Njc2MzIXFhcWFQEAAwIENwQDAgIDBDcEAgNJEBAXGBlFJQQGJgIEBAMPCQoPDgoLBgUOEg8PAgMENwQCAwYGCgkFBQgIBQQEA24eHTIzPDszMh4dHR4yMzs8MzIdHlI3BAMCAgMENwQCAwMCBMAZFhUMDD0HBR0BAxMHBwcICQsHBgYIERETCgQDAgIDBAUJCQUFAwMHBwcHCgsMNzszMh4dHR4yMzs8MzIdHh4dMjM8AAABAAD/2wIAAZIAOgAAJRQHBgcGJwYnBgcGBwYnJicxJjc0MTQ/ARU3Njc2NzY3Njc2NzY3NjcmJyY1NDc2NzY3NjcWFxYXFhUCACIjOjtGFBU5Sw4SBQQEAQEBAgECAgECBgcDAwYGAwQEBAQtGhoUFSIiMC80Rjs6IyLbMiksFxkBAQMzEgUCAQQCBgIBAwECAwEEAQEBCQcEAgkHCAUMCQwZJiUrJSIhGhcQDQEBFxopKzEAAAAAAQAPAEYBzAFfABoAACUUDwEGIyIvAQcGIyIvASY1ND8BNjMyHwEWFQHMChYLDw8Ki4sKEA8LFQsLugsPDwu5C4APCxULC4qKCwsVCw8PC7oLC7oLDwAAAAEADwA0AcwBTAAaAAABFA8BBiMiLwEmNTQ/ATYzMh8BNzYzMh8BFhUBzAq6Cw8QCroLCxULDw8Li4sKDw8LFgoBEg8KugsLugoPDwsWCgqLiwoKFgsPAAACAAAAAAIAAZIAOgB0AAABFAcGBwYjIicGBwYHIyInJjU0NTQ1NDU3MTc2MTA3NjE2NzY3Njc2NzY3JicmNTQ3Njc2MzIXFhcWFRcUBwYHFhcWFxYXFhcWFzIXFBcwFxYVFzEVFiMwFQYHBiMmJyYnBiMiJxYzMjc2NzY3NjU0JxYXFhUBkhsaLy43GBokLAoOAQMDAwEBAQECAQUFAwIEBAMDAyMVFBsbLi82Ny4vGhtuFBUjAwMDBAQCAwUFAQEBAQEBAQEBAQMCBA4KLCQaGE45EQguKishJBMTByUWFQEAKCEiFBMEGQsDAgIDAwEBAQEBAQECAQIBAgUGAwMFBQYGBhUeHiIoISIUExMUIiEoSSIeHhUHBQYFBgMDBQUCAQEBAQEBAQICAgQCAgIDCxkEJQENDRgaIiMmFhUUHh8jAAACAAAAAAIAAbcALgBZAAABNCcmJyYnJicmIyIHBgcGBwYHBiMiJyYnJicmJyYjIgcGBwYHBgcGFRQfATc2NTMUDwEGIyIvASYnJicmJyYnJjU0NzYzMhcWFxYXFhc2NzY3Njc2MzIXFhUB2wYGCQoODQ4NDw4SEQ4PCgoHBQkJBQcKCg8OERIODw0ODQ4KCQYGNaamNSVBsgYHBwayAwUFCwoJCQYHJCVAERMSEBALDAoKDAsQEBITEUAlJAExFxISCgsGBwICBwcLCwoJCAcHCAkKCwsHBwICBwYLChISFzA1oJ82MD9BrAUFrAIGBQ0ODg4VFBM/IyQGBgsKCQoKCgoJCgsGBiQjPwAAAQANACUBzwGSADsAAAEGBxQVFAcGBwYHBgcGIyInFjMyNyYnJicWMzI3JicmPQEWFyYnJjU0NxYXFhcmNTQ3NjMyFzY3Bgc2NwHPExsLCxYWHx4rLDFNQAoMQDIeFxgJCggMDCAVFRMXEwsMDSMxMjgCGxsmKBwfGwoeGhsBZxwUBAglJSUiIhoaEA8pAScBEhIbAQMHGRkiAQsBDRQUGBkVKhoZAwsKJhsbHQYQIBICDAAAAQAAAAAA2wHXABoAABMzByMVIzUjNTM1NDc2OwEVIyIHBgcGBwYdAZJJCEFhMTEYGThBKQsHBgMDAQEBPVLr61IwNBsbUQICBQUFBQkoAAADAAAAJQGSAbcAEAAwAFQAADcUBwYnBicmNTQ3NjcWFxYVFxYHBgcnBicmJyYnJicGJyY9ATQ3Nhc3FhcWFxYXFhcXFgcGBycGJyY1JicmJyYnJicGJyY9ATQ3Nhc3FhcWFxYXFhduEBAXFxAQEBAXFxAQkgEGBQgnBwUFAQYvLkEIBAUGBQcCLSoqICETEwSSAQYFCCkHBgUEGRkpKTc3PgcFBQYFBwFLREU1NR8fA1sXDxEBAREPFxYRDwEBDxEWJAcGBQEBAQUECEEvLQgBBgUIJQoEBgEBBRIVHyIoKy0BBwcEAQEBBgQIPDg3KSgbGAUBBgUIKAkEBgEBBR0gNDdDRUoAAAADAAb/4QHbAbcAEAAgAEQAADc0JyYjIgcGFRQXFjMyNzY1NwcGIyIvASY1ND8BFhcWFzcUBwYHBiMiJyY1NDc2MzIXFhcWFRQPARUXNjc2NzYzMhcWFW4GBQgHBQYGBQcIBQa4wwsPDwseCwvCDBUWHLUHDSIhKTQmJiYmNBESEg0EBFQ3AhUVEhEDBAIDNwcGBQUGBwgFBQUFCHjDCwsfChAPC8IcFRYLfAsTJhgYJSY1NSUmBQUIAwUFAzBAHwENDQoKAwMEAAUAAP/bAgAB2wAnACsALwBAAEsAAAEyFxYVERQHBiMhIicmPQEjIicmPQE0NzY/ATY3NjsBMhcWHQE2OwEPATM1JwczNRc3NSMVFAcGKwEVMzU0NzY3BREjFRQHBisBFSEB5QsICAgIC/7tCwgInAsICAYFCHUIDg0MdwsICBQRd5xVVbdVVThbbggIDHaSBgUIARFtCAgMdwEAAW4ICAz+pQwICAgIDFIICAzACw4NCHUIBgUICAteDD1WVm5WVrlad3cLCAi3SQsODgjmAUl3CwgItwAAAAQAAP/bAdsBtwAwAEsAmQCmAAA3NCcmJyYnJicmJyYnJicmJyYnJicmIyIHBgcGBwYHBhUUFxYXFhcWMzI3Njc2NzY1JzQnJicmJyYjIgcGFRQXFhcWFxYXFjMyNzY1JzMHIxYXFhUUBwYHBgcGBwYVFBcWFxYXFhcWFxYXFhUUBwYjIicmJyYnJicmNTQ3Njc2NzY3NjMmNTQ3NDc2NzY3BiMiJyY1NDc2NzYzBRUjFSM1IzUzNTMVM/oBAQIBBAMDAgUFAwMGBwIDBwcBBQoPDw8QEAwMBwgKChEQEhISEQ8QDQ4HCCIFBAkJDw8TGw4PAwQGBwkKDQ0OHA0MJXwmJxULCwcGCgkKCQcGBQQIBwoJCQkIBwUFKCxMERIRERINDggJCwkSEhcYFRUWEwEBAQIBAQwIKx4fGxsoGxsBKEkkSUkkSTkGBQYFBAYFAwQFBQICBQUCAgQFAQECAgUFCAgODREUDw8JCQQEAwQHCA0OEvYRFBMSEgwLExQcDQ8PDw4MDAgHERIciBcNFxcZFREQCgoICQkJCggHBwYHBwcJCQoKDg4RLSMmAwMHBwkKEA8UERUSDg0HBwMEGBMDAwQCAgQEAgEcHCooIB8JBkklSUklSUkAAAAAAwAAAA4BtwGxAAQAFgA6AAATESMRMzcUBwYrASInJjU0NzYzMhcWFwUVIzU0JyYjIgcGBwYdASM0NTQ9ATMVIzY3Njc2NzYzMhcWFWRfXwYPDhgBFw8ODw4YGA4OAQFNXgwLGRIMDAYDXl4BBgYGCgoPDxIwHh4BKf7lARtXFQ4ODg4VFQ4ODg4V0KKXHhERCgoOCQ6eckdGDg4pCQcHCAgEBCAgPwAAAgAA/9sCAAGSACAAWgAAASIHBgcGFRQXFh8BBwYHNj8BFxYzMjc2NzY1NCcmJyYjBRQHBgcGIyInBgcGByMiJyYnNSY3NDUwPwExNzYzNjc2NzY3Njc2NzY3JicmNTQ3Njc2MzIXFhcWFQEAOjMzHh0UFCYYBwcNKyMNEBQROjMzHh0dHjMzOgEAIiM6O0YUFTlLDhICBAQDAQEBAgECAgECBgcDAwYGAwQEBAQtGhoiIzo7RkY7OiMiAW4UFCIhKCAdHRUOGxoYEh8LAgIUFCIhJyghIhQUkzEqKxgYAjITBAMDAwUBAQICAQMCAwICCAgDAwgIBwYLCgsaJSYqMioqGRgYGSoqMgAAAAMAAAAAAgABkgAeAFkAkwAAEyIHBgcGFRQXFh8BBzY/ARcWMzI3Njc2NTQnJicmIzUyFxYXFhUUBwYHBiMiJwYHBgcjIicmNTQ1NDU0NTcxNzYxMDc2MTY3Njc2NzY3NjcmJyY1NDc2NzYzExYXFhcWFxYXFhcyFxQXMBcWFRcxFRYjMBUGBwYjJicmJwYjIicWMzI3Njc2NzY1NCcWFxYVFAcGB8ksJiYWFg8PGxwKCggMDxcVLCYmFhcXFiYmLDcuLxobGxovLjcYGiQsCg4BAwMDAQEBAQIBBQUDAgQEAwMDIxUUGxsuLzbrAwMDBAQCAwUFAQEBAQEBAQEBAQMCBA4KLCQaGE45EQguKishJBMTByUWFRQVIwFuDw8ZGh0XFhYQEBgGBQkDBA8PGRodHRoZDw8kExQiISgoISIUEwQZCwMCAgMDAQEBAQEBAQIBAgECBQYDAwUFBgYGFR4eIighIhQT/rIHBQYFBgMDBQUCAQEBAQEBAQICAgQCAgIDCxkEJQENDRgaIiMmFhUUHh8jIh4eFQAAAAADAAAAAAElAbcAGgA8AIEAABMUBwYjIicmNTQnJiMiJyY1NDc2MzIXFhcWFTM0JyYnJicmIyIHBgcGBwYVFBcWFxYXFhczNjc2NzY3NjUzFAcGBwYHBgcWFRQHFhUUBxYVFAcGIwYHBiMiJyYnIicmNTQ3JjU0NyY1NDcmJyYnJicmNTQ3Njc2NzYzMhcWFxYXFhXSAgMEBAIDDxAPAwMDAwMDDw4OCwouCgoQDxQTFBMUExAQCgkTAwYGAiUEQQQkAwYGAxMlHg0ICQgJAQ4ICA0DCQkNBQwLDg0MCwYNCQkEDQcHDQEICQgJDR0NDBUVGhobGxsaFBUNDQE3BAMCAgMEDQcHAwMDBAMDBQUKCw8UEhILCwcGBgcLCxISFB0XAwYGAywqKiwDBgYDFx0sIQ4LChEQDwgPCwcICw4JBgcNBwgMCAcHCAwIBw0HBgkOCwgHCw8IDxARCgsOISwcGRgQEAoJCQoQEBgZHAAAAAUAAAAAAW4BtwAUACkANAA8AFYAACUVFAcGKwEiJyY9ATQ3NjsBMhcWFTUVFAcGKwEiJyY9ATQ3NjsBMhcWFQUhNSMiJyY9ASMREzMmLwEmJxUXERQHBiMhIicmNRE0NzY7ATIXFh8BFhcWFQElAwMEyQQCAwMCBMkEAwMDAwTJBAIDAwIEyQQDA/8AASR3CwgIkrZsAwNaAwmTCAgM/skLCAgICAu3DA0OCFkIBgaJEgQDAgIDBBIEAwICAwRJEgQDAgIDBBIEAwICAwSt2wgIC3f+kwEACANaAwNrCv8ACwgICAgLAYAMCAgGBghZCA0ODAABAAAAAQAABGRJCV8PPPUACwIAAAAAAM/h9d8AAAAAz+H13wAA/9sCAAHbAAAACAACAAAAAAAAAAEAAAHg/+AAAAIAAAAAAAIAAAEAAAAAAAAAAAAAAAAAAAAbAAAAAAAAAAAAAAAAAQAAAAIAACACAABVAgAAIAIAACMBSQAPAUkAIQIAAAACAAAAAdwADwHcAA8CAAAAAgAAAAHcAA0A3AAAAZMAAAHcAAYCAAAAAdwAAAIAAAACAAAAAgAAAAElAAABbgAAAAAAAAAKABQAHgBsAMQA3gEOAToBZgH2AlICfgKqA0wD0gQsBFQE2AU8BagGlgbqB3AIPgj2CXAAAQAAABsApwAFAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABABAAAAABAAAAAAACAA4AWgABAAAAAAADABwAJgABAAAAAAAEABAAaAABAAAAAAAFABYAEAABAAAAAAAGAAgAQgABAAAAAAAKADQAeAADAAEECQABABAAAAADAAEECQACAA4AWgADAAEECQADABwAJgADAAEECQAEABAAaAADAAEECQAFABYAEAADAAEECQAGABAASgADAAEECQAKADQAeABzAGkALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHMAaQAtAGkAYwBvAG4AcwA6ACAAMgAwADEANHNpLWljb25zAHMAaQAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHMAaQAtAGkAYwBvAG4AcwBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AABlcAAoAAAAAGRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAFNgAABTYw799ZU9TLzIAABXMAAAAYAAAAGAIIwesY21hcAAAFiwAAADcAAAA3IQ8LjpnYXNwAAAXCAAAAAgAAAAIAAAAEGhlYWQAABcQAAAANgAAADYA4yxxaGhlYQAAF0gAAAAkAAAAJAPiAfxobXR4AAAXbAAAAGwAAABsKeABGW1heHAAABfYAAAABgAAAAYAG1AAbmFtZQAAF+AAAAFaAAABWuobyCBwb3N0AAAZPAAAACAAAAAgAAMAAAEABAQAAQEBCXNpLWljb25zAAECAAEAOvgcAvgbA/gYBB4KABlT/4uLHgoAGVP/i4sMB4tm+JT4dAUdAAAA/Q8dAAABAhEdAAAACR0AABTPEgAcAQEJERMVGB0iJywxNjtARUpPVFleY2htcnd8gYaLc2ktaWNvbnNzaS1pY29uc3UwdTF1MjB1RTE4NXVFMUI3dUUyQUZ1RjAwQ3VGMDUzdUYwNTR1RjA1OXVGMDc1dUYwNzd1RjA3OHVGMDg2dUYwOEF1RjA5OXVGMDlBdUYwOUV1RjBBRHVGMEM1dUYwRDV1RjBFMXVGMEU1dUYwRTZ1RjBFQnVGMEY2AAACAYkAGQAbAgABAAQABwAKAA0AXACyANgBNwGYAfsDPQP2BFgEugYnB0gIBAhTCWEKQAs9DTYN7A8IENQSaROT/JQO/JQO/JQO+5QO98v3FRWAjIuqi4uLi6yrkraei5a5eJuMnKP3CfsMi/sMi6P7CYx6eHuWXZ6LkmCsa4uLi4uLbICKCGeF+xlQi0sI+FSLBYvL+xnGZ5EIDvhVlhX7Bvc8Bcy/nule1FvbJKU7WztbcSO7O7ZD5G/Xqgjq+0kFjoWRiZGPCLakBZCPjZKHkAj7NPdeFVVqRJ1qwWvBnNLCrMGr0XqsVKxVeUVVaggOq/gUFfhUi4sr/FSLBYtrFfhUi4sr/FSLBYtrFfhUi4sr/FSLBQ74cffOFYuDiYWFhQj7ifuJBYWFhYmDi4SLhI2GkQj7IvciBYWQiZKLkouTjZGRkQixsgWRkJGOk4uSi5KIkIYI3zb3UPdQBZCQko6Si5OLkYiRhgixZAWRho2Ei4QIDvtL92ilFftO904FhJKHlIuVi5WPlJKSCPdO904FkpKUjpWLlYuUiJKECKB1BZKEj4OLgIuBh4OEhAj7H/sf9x/7HwWShI+Ci4GLgYeChIQIdnYFhISCh4GLgYuCj4SSCA77S/fO94IVi4GHgoSECPtO+04FhISDh4CLgYuDj4SSCHWgBYSTh5OLlYuVj5SSkgj3H/cf+x/3HgWEk4eTi5WLlY+UkpIIoaAFkpOTjpWLlouTiJKDCPdO+04FkoSPg4uBCA73lN0Vi8IFi46KjYmNioyJjIiLCFSLBYiLiYqJioqJiomLiAiLVAWLiYyIjIqNiY2KjosIwosFjouNjIyNjYyMjouNCNT3VBWLnIabgJmBmX6We5N7k3uPeotdi2h2cmOIhoyHj4gIsW4FjIqNi46LjouNjI2NlZiTlJGPkpCTjZWLlIuTiZKGkoaPhYuFi4SJhYeGh4eFh4KHCH+FgIOBgIGAhn+LfgiLgQWLiIyJjImNiY2LjosIwosFjouNi4yNjY2MjYuOi46NkI+Rj5GQj5KPkY6Pjo+Njo2PjpGQkJCQj46Qjo+NkY6SCI2SjJOLkwj3AlQVi2SBZndpeGpwcGp3aXhmgWOLZItmlWmeap9wpneseK2BsIuyi7OVsJ6tn6ympqyeCK2fsJWyi7OLsIGtd6x4pnCeap9plWaLYwgO+JT3bxWLaoBtdG90bmx1ZHtje2CDXYt+i32LfY1lal9zWX+CiICJf4mHi4iMiY2IjYqOio4Ii4wFiouLjIyNi42Li4uMi4uMjIyNCIyNBYuLjIyMjY2Mi4yMi4yNjo6PkJCQjo+NjY2Njo+PkI+QjpCNkI6PjZGOko6RjZOOkghtnHOgeqR6pIKmi6eLpJKjmKGZop2eopyim6aYq5WqlKyQrou5i7aDs3uye6p0om8Iom+WbYtpCA5n+GD3FBWLgYiChIQIdXYFhISCh4GLgYuCj4WSCPsf9x77H/seBYSEgoeBi4GLgo+Ekgh2oAWEkoeUi5WLlY+UkpII9073TgWSkpSPlYuVi5OHk4QI9037TgWThI6Ci4EIDmf4YPemFYuBiIOEhAj7TvtOBYODg4iBi4CLg46Ekwj7TvdOBYSRh5SLlYuVj5SSkgigoQWTkpOOlYuVi5SIkoQI9x/7H/cf9x8FkpKTjpWLlYuUiJKECKF1BZKEjoKLgQgO+Cb3lBWLcYJyeXV6dHJ5bH5sfmqFZot7i3qMeo5ze3F+bYSFiYKJgooIiosFiYuJjImMiY2KjYuNi4yLjIuLi4yLjIuLi4yLi4uMCIyMBYuLi4yMjIyMi4uLi4uLjIyLjIyMjIuLi4yMjY6Ojo+PjY6NjYyNjY2Oj46OjY+NjwiNj42PjY9zmXmcfZ9+n4Sgi6KLpZSknaGdoqOdqpiqmK2Rr4uwi6yFqn6qfqR5nHQInXWUcotxCPcCQhWLdIR2fnd9d3l6c32Nh42HjYeNh42HjoiOh42IjImNiY2Jj4eOh42JjIqMi4uKjIsIi4qMiouLi4uMiouLi4qMi4uKCIyKBYuLi4qLioyKi4qKi4uLi4qLiouJiYmJiYqJiIuJi4KMgo2FjW2ScZdznHqIeop7iwhXi16XZaSWi5OKkYuqi6iPp5SolKSXoZujnJ2gmKGXopKji6WLmomZhpmkfp56mncImXaSdYt0CA74b/fFFYubiZiHl4eXhpSFkoSSg5GCj4KQgo2CjYONgYuBi4KLgIl/hoCGgIWChIGDg4WEhAiEhYaFhoaIhoaJhYuFi4aNiJCGkIaRhJGEkoORgZOCkoCRgJB/kICNgouBi4GLg4kIgomCiYKGgoeDhYSEhYSGgod/h3+Jfot7i2ucaa9oCPc6+zT3OvczBa+vnK2LqwiwixWLYXVgYGAI+0b7QAWHiIeJhouGi4eNh44I+0b3QAWJjYmNh4+IjoaRg5SElIWVhZSFlYaWh5mGmImYi5iLtZeso6Kjo62XtouWi5eJmIcIl4eWhZaEloSUhZKFk4SShZKEkpKSkZOSkpGUkZaSlpKWkZePmI+XjZaLtoutf6NzCKN0l2qLYQgOZ/hj9/sVfnh8e3l+i4iLh4uGi3KHc4RyhHKAdHx0fHR6d3Z6d3lyfm+AboFshmqLWItbmGGnCJGKk4uTi7aLsZispXeMepF7l3uXgJqFnZGKkYuRi5OLk4yTjXaPeZZ9nH2chJ6LogiLjAWYg5mImop+k4GWhJmDmIeai5uLnJCak5mib6d0rHqseq+CsImKkoqSi5KLpZSgnZ0InZ2hlKSLpouhgp53n4+fk52VhHZ+end/nIydkJ2TCA77uPcm99EV1IuDOUqLi/t/KouL939ai4vdvIuLuwWLrpOlm52cnaWUsYsIzIuLOmKLBYSLhYqGioeKiIiJiImIiYiLh4qIi4aLhQiLYwUO+wH3AuYVi3yFfoGBgIB+hnyLfIt+kICWgJWGmIuai5uQmJaVlpaYkJqLmouYhpaAlYGRfot7CPcmaBWLhoqGh4iIh4aJhosIZIsFhouHjIiOh46Kj4qQh7d5sGyqbKpmnWCPhouHjYiOiI+Jj4uQCIuxBYuRjY+Pj46Oj42QiwiNiwWpiKiDp3+nfqR5oHahdZxzmG+Yb5NujWwI9yaLFYyGiYaHh4iHhoqGiwhiiwWGi4eMh4+IjomPi5CJtIGyeq96sHWrcKZwp2uhZpxmnGSUYo6Gi4eNiI6Ij4mPi5AIi7QFi5CNj4+Pjo6PjZCLCIyLBb2Iu4C4d7l2tG+uaK9np2OfXZ9dl1yNWQgOZ/cCwhWLkImPh4+IjoaNhouGi4eJiIiHh4mHi4aLho2Hj4eOh4+KkIuQi5CMjo+Pj42Pi5AI90z3DBX7V/tXBYSEgoeBi4GLg4+DkghtqgWEkoeTi5aLlY+TkpMI91b3VgWTeJZ7mX2afJuAnoQI90n3EBWLhImBhn6CcXx3dHt1e3KDcItoi22XcqRypH6qi66LrpippKSkpKmYrouWi5eJl4gIl4iVh5SFjomMiIuIi4iKiIiJCDdbi0vCbAWMjJOPmZSZlJiSl5KWkpKOjYuOi42KjImNiYyJi4gIDvh5+AIVkouSiJCGkIWOhYuDCIv77wWLg4iFhoWGhoSIhIsI+6eLBYSLhI6GkIaRiJGLkwiL3fswiwWEi4SOhpCGkIiSi5MIi/dUBYuSjZSPlI+Uj5KQkAj3CfcJBZCQk5CUj5SPk4yTiwj3C4sFkouSiZCFkIaOhYuDCIstBZiTl4+Xiwj3C4sF+zBOFTY14IuL4QX7S/cCFTY14IuL4QXD+00V5uWL9wv7AouL+wsFi4OIhYaGhoWEiYOLCPsKi4v7S/cmi4vUBYuSjZSPlI6UkJKQkQj3pft6FYv33fsBi4v7CwWLhIiEhoaFhoWIg4sI+wuLi/tL95SLBQ5n947EFYuPi4+KjoqPio+KjoqOio6Ij4mOiY6JjYqOiI2Ij4eOiY2JjYmNiI2HjoaPiI2KjAiJjIiNho6Hj4iNiouHjIeLhIuBi4GKgYqBioGIgIiBh4GHg4aDhYWEhoKFgomBi4AIi36Of5KBkoGUg5aFloWWh5eIl4iXipeLl4uVjJWNlo6UjpSQlJCSkpCUkZSNlouXCGn3ihWLl4mXiJiIl4eYhZeFl4OVgZOBkn+Pf4t5i32Fgn6BfYZ8i3iLgoyCjYGNgY+Bj4EIkIKQgpGDkoOShJSGk4aViZSLnouYkZSWk5ePmoueCGb3HBX3EItldGSLBZmDlX+Te5J8j3uLeot9iX6GgIeAhoOEhIWEhYWEhoWFhoWGhYeFiYWLhIuGjIaPhgiOh4+GkIeQhpCHkoaRhpGGkYWRhZGFkISQhI+DjoKOgY2Bi4CLbX1wcXRucmN+WIsIf4uAjH+NgI1/joCQf4+BkYKRgpKDk4aWhZWIl4uYi5aPmJKZkZeUlpeUl5SZkZqQCJuQmo6ZjZmNmY2ai36bhZmLmIuNi42MjYuOjIyLjYyNjI2MjYyOi42MjIOKhIuGiwhui3OUd552noGii6eLppSjnaCdoKKYpZGdj52NnYsI97xCFYtmQouLQmeLi9RCi4uw1IuL1K+Li0LUiwUO7/e9FYv7ryyLi/ev6osFkeIVi32GgIGBgYJ/hnuLCIqLBXuLf5CBlIKVhpaLmYuZkJeVlJWVl4+bi5uLmIeUgZWCkH+LfQj34ftkFYv7Ni2Li/crBYufh5uDloSWf5F6i3+LgYiDhIOFhYOHgYmFioOLggiL+zItiwWL14vIi7uLuouni5QIi5npi4tiiosFj5GPkI+Qj4+QkJKRkpCTj5WOlY6WjJeLq4ulgZ91n3WVbIthCA73lPgCFWSLZ4Rpfml+cHl3dHh1gXOLcIt2kXeZd5l4nnqkfQijfYRwBYZ5hHuDe6iXpZyinwiYlpuJBZiKl4qXi7KLr5KtmK2Ypp2fop6hlaOLpYumgaN4oXeicJ1pmGmYZ5Jkiwj3lPsnFYtqgG10b3RubHVke2N7YINdi36LfYt9jWVqX3NZf4KIgIl/iQiJiwWIi4mMiI2JjYqOio4Ii4wFiouLjIyNi42Li4uMi4uMjIyNCIyNBYuLjIyMjY2Mi4yMi4yNjo6PkJCQjo+NjY2Njo+PkI+QjpCNkI6PjZGOko6RjZOOkghtnHOgeqR6pIKmi6eLrZapoqeip6qispuzm7aTuYu5i7aDs3uye6p0om+ib5Zti2kIDvdd+AIVbotwhnGBcoF3fnx6fHqEeIt4i3uQfJV9lXyZf52ACKd7gXMFkY+Rj5GOCJeUmogFmomaiZmLqIunkKSVpJWfmJqcmpyTnouei56DnnycfJx3mHKVcpVvkG6LCIuvFbCLrIWqfqp+pHmcdJ11lHKLcYtxgnJ5dXp0cnlsfmx+aoVmi3uLeox6jnN7cX5thAiFiYKJgooIiosFiYuJjImMiY2KjYuNi4yLjIuLi4yLjIuLi4yLi4uMCIyMBYuLi4yMjIyMi4uLi4uLjIyLjIyMjIuLi4yMjY6Ojo+PjY6NjYyNjY2Oj46OjY+NjwiNj42PjY9zmXmcfZ9+n4Sgi6KLpZSknaGdoqOdqpiqmK2Rr4sI93/74hWNh42HjYeNh42HjoiOh42IjImNiY2Jj4eOh42JjIqMi4uKjIuLioyKi4uLi4yKi4sIi4qMi4uKCIyKBYuLi4qLioyKi4qKi4uLi4qLiouJiYmJiYqJiIuJi4KMgo2FjW2ScZdznHqIeop7iwhXi16XZaSWi5OKkYuqi6iPp5SolKSXoZujnJ2gmKGXopKji6WLmomZhpmkfp56mncImXaSdYt0i3SEdn53fXd5enN9CA77b/dm98sVi4iKiYqJiYqJioiLiYuJjImMiY2KjYuOi5SGkYGQgJCBjYGLiYuJjImNiY2KjYuNCIuOjI2NjY2NjYyNi5WLlImViJSIk4aThJKDjoOLgQi5ixWLmYiXhJeFl4KVgJKBk3+Rfo9+j36Nfot+i36Jfod+h4CFgIOBhIKBhH+Ff4h/i30Ii3iReZh8jYmOiI+Hj4eOiIyJpG2Yb45vCMyLBY2nmaejqY2Njo6Pj4+Pjo6NjZiakZ2LngiwixWLbYFyd3WDgoODhoOFhIaChYCFgIiBioGUhpCDi4GLhIiFhoaQho6Ei4SLgoaDg4UIjYeMhouHi4KIhIWHhYaEiIKLh4OGhIOGhIaCiYKLgouDjYOQhJCFkoeTg4uDjoWQCIWPiJKLlIuPjJCOj4KRh5OLlIuSjZKQkIaQiZGLkouVj5OUkIuVh5WGloWWhZSGkgiFk4STgpR4oYGki6mLno+clJyTm5aYmZaZlpuTnJKckZ2OnYudi52InYWchJuDmIAImYCWfpR7k3qQeot4CA77Jve59x0Vi3kFi4iKiYmJiYqJioiLCPtdiwWJi4iMioyJjYqNi44Ii50Fi46MjY2NjIyOjI2LCPddiwWOi42KjYqNiYyJi4gIi9QVi3kFi4iKiYmJiYqJioiLCPtdiwWJi4iMioyJjYqNi44Ii50Fi46MjY2NjI2Oi42LCPddiwWOi42LjYmNiYyJi4gI+5T7QRX3uIuL92/7C4sFhIuEjoaQhpCIkouSCIv3C/smi4v8AQX3SveUFfcAiwWJkImPiY0IMeUFiY2HjYWNCIsgBfcngRWL+5QFi4SIhIaGhYaFiIOLCPvLiwWEi4SOhpCGkIiSi5IIi/gUBYuTjpKQkJCQko6Siwj3S4sFk4uTiZSHlYeSh5CFCOQyBZGGj4SPgo+BjYOLgwgO+JQU+JQViwwKAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8PYB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABADIAAAALgAgAAQADgABACDhheG34q/wDPBU8FnwdfB48IbwivCa8J7wrfDF8NXw4fDm8Ovw9v/9//8AAAAAACDhheG34q/wDPBT8FnwdfB38IbwivCZ8J7wrfDF8NXw4fDl8Ovw9v/9//8AAf/jHn8eTh1XD/sPtQ+xD5YPlQ+ID4UPdw90D2YPTw9ADzUPMg8uDyQAAwABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAACtfJ3TXw889QALAgAAAAAAz+H13wAAAADP4fXfAAD/2wIAAdsAAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAAgAAAQAAAAAAAAAAAAAAAAAAABsAAAAAAAAAAAAAAAABAAAAAgAAIAIAAFUCAAAgAgAAIwFJAA8BSQAhAgAAAAIAAAAB3AAPAdwADwIAAAACAAAAAdwADQDcAAABkwAAAdwABgIAAAAB3AAAAgAAAAIAAAACAAAAASUAAAFuAAAAAFAAABsAAAAAAA4ArgABAAAAAAABABAAAAABAAAAAAACAA4AWgABAAAAAAADABwAJgABAAAAAAAEABAAaAABAAAAAAAFABYAEAABAAAAAAAGAAgAQgABAAAAAAAKADQAeAADAAEECQABABAAAAADAAEECQACAA4AWgADAAEECQADABwAJgADAAEECQAEABAAaAADAAEECQAFABYAEAADAAEECQAGABAASgADAAEECQAKADQAeABzAGkALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHMAaQAtAGkAYwBvAG4AcwA6ACAAMgAwADEANHNpLWljb25zAHMAaQAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHMAaQAtAGkAYwBvAG4AcwBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "FontAwesome", 'si-cions', Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-check:before {
  content: "\f00c";
}
.icon-times:before {
  content: "\f00d";
}
.icon-arrow-left:before {
  content: "\f053";
}
.icon-arrow-right:before {
  content: "\f054";
}
.icon-arrow-up:before {
  content: "\f077";
}
.icon-arrow-down:before {
  content: "\f078";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-file-text-o:before {
  content: "\f0f6";
}
.icon-question-circle:before {
  content: "\f059";
}
.icon-comment:before {
  content: "\f075";
}
.icon-comments:before {
  content: "\f086";
}
.icon-heart-o:before {
  content: "\f08a";
}
.icon-comment-o:before {
  content: "\f0e5";
}
.icon-comments-o:before {
  content: "\f0e6";
}
.icon-lightbulb-o:before {
  content: "\f0eb";
}
.icon-user:before {
  content: "\f007";
}
.icon-search:before {
  content: "\f002";
}
.icon-menu:before {
  content: "\f0c9";
}
.icon-bars:before {
  content: "\f0c9";
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-instagram:before,
.fa-instagram-square:before {
  content: "\f16d";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-remove:before {
  content: "\f00d";
}
.section img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.section img.alignleft {
  float: left !important;
  margin-right: 10px;
}
.section img.alignright {
  float: right !important;
  margin-left: 10px;
}
.section img.aligncenter {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.subscription-toggle {
  padding-left: 15px;
}
/* Cancel form button */
div.s2member-pro-paypal-form-submission-section > div.s2member-pro-paypal-form-submit-div .btn {
  background: #6a9946 url(../../images/common/arw-white.png) no-repeat right !important;
}
div.s2member-pro-paypal-form-submission-section > div.s2member-pro-paypal-form-submit-div .btn.s2member-pro-paypal-cancellation-submit {
  background-color: #ed1b35 !important;
}
div.s2member-pro-paypal-form-submission-section > div.s2member-pro-paypal-form-submit-div .btn:after {
  content: none;
}
div.s2member-pro-paypal-form-description-div {
  font-family: Arial, Helvetica, Arial, sans-serif !important;
}
/* Boxes and panels */
.box {
  border: 1px solid #d2d2d2;
  background: #fff;
  display: block;
  padding: 25px;
  width: 100%;
}
.box img {
  display: inline-block;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  border: 1px solid #d6d6d6;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-dark .video-container {
  border: 0;
}
/* List Item Styling Options */
.list-points {
  list-style: none;
  margin-left: 5px;
  padding: 0 0 1em 0;
}
.list-points li {
  margin-bottom: 1em;
  font-size: 1.2em;
  position: relative;
  vertical-align: middle;
  padding-left: 2em;
}
.list-points li:before {
  position: absolute;
  left: 0;
  top: 3px;
}
.list-points.list-points-checks li:before {
  color: #6a9946;
  font-size: 1.4em;
  font-weight: 300;
}
.section-dark .list-points.list-points-checks li:before {
  color: #c9a5ca;
}
.list-points.list-points-checks .list-points-times:before {
  color: #ed1b35;
}
.list-points.list-blocks {
  margin: 2em 0;
}
.list-points.list-blocks li {
  font-size: 1em;
  border-bottom: 1px solid #d2d2d2;
  line-height: 1.4em;
  padding: 0 0 10px 0;
}
.list-points.list-blocks li strong {
  font-size: 1.4em;
  display: block;
  font-weight: 300;
}
.list-points.list-blocks li:last-child {
  border-bottom: 0;
}
/* Anim/Transition Tools */
.btn {
  display: block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: normal;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 2px;
  padding-right: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.btn:after {
  content: "\f054";
  font-family: "si-icons", Helvetica, Arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: 20px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -15px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn strong {
  font-weight: 700;
  display: block;
}
.btn-default {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.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: #428bca;
  border-color: #357ebd;
}
.btn-default .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #6a9946;
  border-color: #4cae4c;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #577d39;
  border-color: #398439;
}
.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: #6a9946;
  border-color: #4cae4c;
}
.btn-primary .badge {
  color: #6a9946;
  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-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;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #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-lg {
  text-transform: uppercase;
  padding: 25px 35px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 6px;
  margin-bottom: 60px;
  padding-right: 50px;
}
.btn-lg:after {
  font-size: 2em;
  margin-left: 20px;
}
.btn-md {
  text-transform: uppercase;
  padding: 15px 12px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 6px;
  padding-right: 50px;
}
.btn-md:after {
  font-size: 2em;
  margin-left: 20px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 6px;
  padding-right: 50px;
}
.btn-sm:after {
  top: 75%;
  right: 8px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
  padding-right: 50px;
}
.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%;
}
/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px;
}
.row-xs-height {
  display: table-row;
}
.col-xs-height {
  display: table-cell;
  float: none;
}
@media (min-width: 768px) {
  .box img {
    display: block;
  }
  .btn {
    display: inline-block;
  }
  #kampylink {
    display: block;
  }
  .k_bottom_sl {
    bottom: 0 !important;
  }
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-sm-height {
    display: table-row;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-md-height {
    display: table-row;
  }
  .col-md-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-lg-height {
    display: table-row;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
  }
}
/* vertical alignment styles */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
/* Hide the silly smiley face */
img#wpstats {
  visibility: hidden;
  height: 0px;
}
/* Hide everything but the sharing icons on Jetpack's sharedaddy social share output */
div.sharedaddy h3,
#content div.sharedaddy h3,
#main div.sharedaddy h3,
#primary div.sharedaddy h3,
div.sharedaddy h3.sd-title {
  display: none!important;
  width: 0%!important;
}
div.sharedaddy .sd-content {
  margin-top: 10px!important;
  width: 100%!important;
}
div.sharedaddy .sd-social-official .sd-content ul > li {
  display: block;
  float: left;
  margin: 0 5px 5px 0 !important;
  height: 25px;
  background: none!important;
  padding-left: 0px!important;
}
/* Change font on s2member forms */
div.s2member-pro-paypal-form-section-title,
div.s2member-pro-paypal-form-registration-section-title,
div.s2member-pro-paypal-form-registration-section-title {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif !important;
}
#header {
  background: #4a234b;
}

#header .container {
  width: 100%;
}
#header .col {
  padding: 0;
  text-align: center;
}
#header .col .row {
  margin: 0;
}
#header #si-logo {
  width: auto;
  max-width: 90px;
}
@media (min-width: 400px) {
    #header #si-logo {
      max-width: 109px;
    }
}
@media (min-width: 768px) {
    #header #si-logo {
      max-width: 130px;
    }
}
@media (min-width: 1024px) {
    #header #si-logo {
      max-width: none;
    }
}
#header #si-header {
  padding-top: 15px;
  padding-bottom: 15px;
}

#header #si-logo img {
  max-width: 165px;
  width: 100%;
  height: auto;
}
#header .header_brands {
  width: 85%;
  text-align: right;
}

#header #si-logo,
#header .header_brands {
  vertical-align: middle;
  display: inline-block;
}

#header #si-logo,
#header #si-header #header-logo-no-nav,
#header .header_brands {
  padding: 0;
  margin: 0;
  border: 0;
  white-space: normal;
}

@media (max-width: 1139px) {
  #header .header_brands {
    display: none;
  }
}
#header .header_brands li.trusted {
  margin-top: -30px;
  margin-right: 0px;
}
#header #nav-trigger {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 3em;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  text-align: center;
}
#header #nav-trigger:focus {
  outline: 0;
}
#header .col-xs-12 {
  padding: 0;
}
#header #site-nav {
  display: inline-block;
}
#header #site-nav #menu-main {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
#header #site-nav #menu-main > li {
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 1.2em;
}
#header #site-nav #menu-main > li a {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 45px;
  padding: 4px 10px;
}
#header #site-nav #menu-main > li a:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#header #site-nav #menu-main > li.menu-item-has-children a:after {
  width: 10px;
  height: 10px;
  background: red;
}
#header #site-nav #menu-main > li .sub-menu {
  background: #673368;
  display: none;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 10000;
  min-width: 350px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: visibility 0.5s opacity 0.1s ease-in-out;
  -moz-transition: visibility 0.5s opacity 0.1s ease-in-out;
  -ms-transition: visibility 0.5s opacity 0.1s ease-in-out;
  -o-transition: visibility 0.5s opacity 0.1s ease-in-out;
  transition: visibility 0.5s opacity 0.1s ease-in-out;
}
#header #site-nav #menu-main > li .sub-menu li {
  display: block;
  font-size: 1em;
  border-bottom: 1px solid #4a234b;
}
#header #site-nav #menu-main > li .sub-menu li a {
  display: block;
  line-height: 1;
  padding: 13px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
}
#header #site-nav #menu-main > li .sub-menu li a:hover {
  background: #512652;
}
#header #site-nav #menu-main > li .sub-menu li:first-child a:hover {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#header #site-nav #menu-main > li .sub-menu li:last-child {
  border-bottom: 0;
}
#header #site-nav #menu-main > li .sub-menu li:last-child a:hover {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#header #site-nav #menu-main > li:hover a {
  text-decoration: none;
  background: #673368;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#header #site-nav #menu-main > li:hover .sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
#header #site-nav #menu-main > li.nav-on .sub-menu {
  position: absolute;
  bottom: 0;
}
#header #mobile-nav-hook {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mobile-nav-open#header #mobile-nav-hook {
  max-height: 999px;
}
#header #mobile-nav ul {
  margin: 0;
  padding: 0;
}
#header #mobile-nav ul li {
  text-align: left;
  border-bottom: 1px solid #783c79;
}
#header #mobile-nav ul li a {
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 15px 25px;
}
#header #mobile-nav ul li a:hover {
  text-decoration: none;
}
#header #mobile-nav ul li:last-child {
  border-bottom: 0;
}
#header #utility {
  text-align: right;
}
#header #utility #user-nav {
  position: relative;
}
#header #utility #menu-utility {
  margin: 0 80px 0 0;
  padding: 0;
  text-align: right;
}
#header #utility #menu-utility li {
  display: inline-block;
  font-size: 0.9em;
  margin-left: 10px;
}
#header #utility #menu-utility li a {
  color: #ebd6eb;
  font-weight: 300;
  line-height: 45px;
}
#header #utility #user-trigger {
  border: 0;
  color: #fff;
  font-size: 1.3em;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  line-height: 45px;
  text-align: center;
  height: 45px;
  /* background: darken(@si-purple-dark, 5%); */
  background: transparent;
}
#header #utility #user-trigger span {
  padding-left: 5px;
  font-size: 0.8em;
  font-weight: 300;
  line-height: 45px;
}
#header #utility #user-trigger:hover,
.account-nav-open#header #utility #user-trigger {
  cursor: pointer;
  color: #b267b4;
}
#header #utility #user-trigger:focus {
  outline: 0;
}
#header #utility #account-nav {
  background: #391b3a;
  color: #fff;
  position: absolute;
  top: 40px;
  right: 13px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1000;
  min-width: 200px;
  max-width: 300px;
  text-align: left;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#header #utility #account-nav:after {
  bottom: 100%;
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(57, 27, 58, 0);
  border-bottom-color: #391b3a;
  border-width: 10px;
  margin-left: -10px;
}
#header #utility #account-nav h3 {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  font-size: 1.2em;
  border-bottom: 1px solid #512652;
}
#header #utility #account-nav p {
  display: block;
  margin: 0;
  padding: 0;
}
#header #utility #account-nav p span {
  font-size: 0.8em;
  color: #d5abd6;
}
.account-nav-open#header #utility #account-nav {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#header #utility p {
  display: inline;
}
#header #utility #search-bar {
  position: relative;
  padding-right: 45px;
  width: 100%;
  padding: 0 10px;
}
#header #utility #search-bar form {
  background: #603061;
  padding-right: 25px;
}
#header #utility #search-bar input {
  background: transparent;
  border: 0;
  color: #fff;
}
#header #utility #search-bar input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #89448a;
  opacity: 1;
}
#header #utility #search-bar input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #89448a;
  opacity: 1;
}
#header #utility #search-bar input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #89448a;
  opacity: 1;
}
#header #utility #search-bar input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #89448a;
  opacity: 1;
}
#header #utility #search-bar input.text_input {
  /*           min-width:300px; */
  width: 100%;
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
}
#header #utility #search-bar input.text_input:focus {
  outline: none;
}
#header #utility #search-bar #topsubmit {
  border: 0;
  color: #fff;
  font-size: 1.4em;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 45px;
  height: 50px;
  background: #4a234b;
  overflow: visible;
}
#header #utility #search-bar #topsubmit:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(74, 35, 75, 0);
  border-right-color: #4a234b;
  border-width: 10px;
  margin-top: -10px;
}
#header #utility #search-bar #topsubmit .icon-search {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid white;
}
#header #utility #search-bar #topsubmit .icon-search:before {
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  #header #header-logo {
    text-align: left;
    padding-left: 20px;
  }
  #header #si-logo {
    text-align: left;
  }
  #header #navigation {
    text-align: right;
  }
  #header #site-nav {
    margin-top: 0;
  }
  #header #site-nav #menu-main li .sub-menu {
    font-size: 0.9em;
  }
  #header #site-nav #menu-main > li .sub-menu {
    left: auto;
    right: 0;
  }
  #header #site-nav #menu-main li a {
    padding: 4px 6px;
    font-size: 14px;
  }
  #header #mobile-nav-hook {
    max-height: 999px;
    overflow: hidden;
  }
  #header #utility {
    padding-right: 20px;
  }
  #header #utility #user-nav {
    float: right;
  }
  #header #utility #search-bar {
    float: right;
    margin: 0;
    max-width: 280px;
  }
  #header #utility #search-bar input.text_input {
    line-height: 40px;
    height: 40px;
  }
  #header #utility #search-bar #topsubmit {
    right: 0;
    height: 40px;
  }
  #header #mobile-nav-hook {
    display: block;
  }
  #header #mobile-nav-hook #mobile-nav {
    display: none;
  }
}
@media (min-width: 992px) {
  #header .container {
    width: 100%;
  }
  #header #navigation {
    text-align: left;
  }
  #header #site-nav {
    margin-top: 39px;
  }
  #header #site-nav #menu-main > li .sub-menu {
    left: 0;
    right: auto;
  }
  #header #site-nav #menu-main li a {
    padding: 4px 5px;
    font-size: 14px;
  }
  #header #utility #user-nav {
    float: none;
  }
  #header #utility #search-bar {
    float: none;
    max-width: none;
  }
}
@media (min-width: 1015px) {
  #header #site-nav #menu-main li a {
    font-size: 15px;
    padding: 4px 5px;
  }
}
@media (min-width: 1050px) {
  #header #site-nav #menu-main li a {
    font-size: 15px;
    padding: 4px 6px;
  }
}
@media (min-width: 1100px) {
  #header #site-nav #menu-main li a {
    font-size: 15px;
    padding: 4px 8px;
  }
}
@media (min-width: 1155px) {
  #header #site-nav #menu-main li a {
    font-size: 1em;
    padding: 4px 6px;
  }
}
@media (min-width: 1200px) {
  #header .container {
    width: 100%;
    max-width: 1300px;
  }
  #header #site-nav {
    margin-top: 45px;
    padding-left: 4px;
  }
  #header #site-nav #menu-main li a {
    font-size: 1em;
    padding: 4px 7px;
  }
}
#footer {
  background: #252124;
}
#footer .primary {
  background: #362f34;
}
#footer .primary .row {
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
}
@media (min-width: 801px) {
    #footer .primary .row {
        text-align: left;
    }
}
#footer .primary h5 {
  color: #fff;
  font-size: 1.4em;
}
@media (min-width: 801px) {
    #footer .primary h5 {
        margin-bottom: 23px;
    }
}
#footer .primary ul {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
#footer .primary .row .col-sm-4:last-child ul {
    margin: 0;
}
#footer .primary ul li {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}
#footer .primary ul li a {
  color: #fff;
}
#footer .secondary {
    padding-top: 20px;
    padding-bottom: 30px;
}
@media (min-width:801px) {
    #footer .secondary {
        padding-top: 10px;
    }
}
#footer #follow-us {
  text-align: center;
}
#footer #follow-us h5 {
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#footer #follow-us ul {
  display: inline-block;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}
#footer #follow-us ul li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
#footer #follow-us ul li a {
  display: block;
  color: #fff;
  position: relative;
  width: 3em;
}
#footer #follow-us ul li a span {
  position: absolute;
  top: 0;
  display: block;
  width: 50px;
  overflow: hidden;
  text-indent: -999em;
}
#footer #follow-us ul li a:before {
  font-size: 2.4em;
}
#footer #follow-us ul li a:hover {
  color: #d5abd6;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer #footer-details {
  padding-bottom: 12px;
}
#footer #footer-details p {
  color: #808080;
  font-size: 0.9em;
  margin: 0;
  text-align: center;
}
#footer #footer-details p a {
  color: #fff;
}
#footer.nonav .primary .row {
  padding-top: 10px;
  padding-bottom: 0;
}
.section {
  padding: 2em 0;
  position: relative;
}

.section h1 span {
  display: block;
  font-size: 0.6em;
  font-weight: 300;
}
.section p {
  font-size: 18px;
}
.section ul,
.section ol {
  font-size: 18px;
}
.section.section-arrow:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.section.section-arrow:after {
  border-color: rgba(86, 43, 87, 0);
  border-top-color: #5a2e5b;
  border-width: 30px;
  margin-left: -30px;
}
.section.section-grey {
  background-color: #efefef;
}
.section.section-dark {
  background: #5a2e5b url(../images/common/bg-crosshatch-dark.gif) repeat-x bottom;
}
.section.section-dark.section-arrow {
  background: #5a2e5b;
}
.section.section-dark h1,
.section.section-dark h2,
.section.section-dark h3,
.section.section-dark h4,
.section.section-dark p,
.section.section-dark ul {
  color: #fff;
}
.section.section-dark h1 a,
.section.section-dark h2 a,
.section.section-dark h3 a,
.section.section-dark h4 a,
.section.section-dark p a,
.section.section-dark ul a {
  color: #f4bdf5;
}
.section.section-dark img.img-guide {
  border: 1px solid #fff;
}
.section.section-dark .highlight-panel {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #6c3b6d;
  padding: 15px;
}
.section.section-blue {
  background-color: #e6f8f8;
}
.section.section-blue.fancy {
  background: #e6f8f8 url(../images/common/bg-wave-top-blue.png) repeat-x center top;
  padding-top: 5.5em;
}
.section.dashed {
  background-image: linear-gradient(to right, #898989 40%, rgba(255, 255, 255, 0) 50%);
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
}
.section.solid {
  border-top: 1px solid #d2d2d2;
}
.section.section-member-nav {
  padding: 0.5em 0;
}
@media (min-width: 768px) {
  .section {
    padding: 2em 0;
  }
}
#page-intro {
  padding-top: 0;
}
#page-intro h1 {
  font-size: 2.6em;
  font-weight: 600;
  text-align: center;
  padding: .5em 0 1em 0;
}
#page-intro h1.min-pad {
  padding: .5em 0 .2em 0;
}
#page-intro .video-container {
  margin-bottom: 25px;
}
#page-intro .btn-lg {
  margin-bottom: 2em;
  display: block;
  padding: 25px 50px;
}
#page-intro .sharedaddy .sd-title:before {
  border: 0;
}
.section-yellow {
  background-color: #f6ad2f;
}
.section-yellow p {
  color: #850e27;
  font-size: 16.04px;
}
.section-yellow .expert-member {
  margin-left: -7px;
}
#save-offer {
  padding: 1em 0 0 0;
}
@media (min-width: 768px) {
  #page-intro h1 {
    font-size: 3em;
    padding: .5em 0 1em 0;
  }
}
@media (min-width: 992px) {
  #page-intro h1 {
    font-size: 3.4em;
    padding: .5em 0 1em 0;
  }
}
@media (min-width: 1200px) {
  #page-intro h1 {
    font-size: 4em;
    padding: .5em 0 1em 0;
  }
}
#blog-panel .box {
  background: #362f34;
  padding: 0;
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
#blog-panel .box img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#blog-panel .box .desc {
  background: #fff;
  position: absolute;
  bottom: 0;
  min-height: 20%;
  padding: 10px;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#blog-panel .box .desc h3 {
  margin-top: 0;
}
#blog-panel .box .desc .excerpt-wrap {
  max-height: 0;
}
#blog-panel .box .desc .excerpt-wrap .excerpt {
  font-size: 0.9em;
  opacity: 0;
  filter: alpha(opacity=0);
}
#blog-panel .box .desc .meta {
  font-size: 0.8em;
}
#blog-panel .box:hover {
  cursor: pointer;
}
#blog-panel .box:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#blog-panel .box:hover .desc {
  min-height: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#blog-panel .box:hover .desc .excerpt-wrap {
  max-height: 999px;
}
#blog-panel .box:hover .desc .excerpt-wrap .excerpt {
  opacity: 1;
  filter: alpha(opacity=100);
}
#blog-panel img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  #blog-panel .box .desc {
    padding: 10px;
  }
  #blog-panel .box .desc h3 {
    font-size: 1.2em;
  }
}
@media (min-width: 992px) {
  #blog-panel .box .desc {
    padding: 25px 25px 10px 25px;
  }
  #blog-panel .box .desc h3 {
    font-size: 1.6em;
  }
}
.cookie-message {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 25px 10px 25px;
  border-top: 3px solid #006297;
  box-shadow: 0px 0px 3px #ccc;
  z-index: 999999;
  background: #0083ca;
  color: #fff;
}
.cookie-message a {
  color: #fff !important;
}
@media (min-width: 992px) {
  .cookie-message {
    padding: 20px 45px 10px 85px;
  }
}
.home #solution-finder form .form-control,
.page-template-page-improve-expert-membership-php #solution-finder form .form-control {
  font-size: 1.6em;
  height: 76px;
  margin-bottom: 15px;
}
.home #solution-finder form p,
.page-template-page-improve-expert-membership-php #solution-finder form p {
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.home #solution-finder form .btn,
.page-template-page-improve-expert-membership-php #solution-finder form .btn {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .home #solution-finder form .form-control,
  .page-template-page-improve-expert-membership-php #solution-finder form .form-control {
    margin-bottom: 0;
    font-size: 1.6em;
  }
}
@media (min-width: 992px) {
  .home #page-intro .btn-lg,
  .page-template-page-improve-expert-membership-php #page-intro .btn-lg {
    display: inline-block;
  }
  .home #solution-finder form p.text-right,
  .page-template-page-improve-expert-membership-php #solution-finder form p.text-right {
    text-align: right;
  }
  .home #solution-finder form .btn,
  .page-template-page-improve-expert-membership-php #solution-finder form .btn {
    display: inline-block;
    width: auto;
  }
}
#basicsignup-form input.form-short-email {
  height: 55px;
}
#faststart .highlight-panel {
  margin-top: 25px;
  text-align: center;
}
#faststart .highlight-panel #challenge-form-submit {
  margin-top: 10px;
  width: 100%;
}
.solution-section .section-footer-cta {
  padding-top: 3em;
}
.solution-section img.alignleft {
  float: left !important;
  margin-right: 10px;
}
.solution-section img.alignright {
  float: right !important;
  margin-left: 10px;
}
.solution-section img.aligncenter {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
#basicchecklist ul {
  padding: 3em 0 5em 0;
}
#basicchecklist ul li {
  font-size: 0.9em;
}
div.sharedaddy .sd-content {
  width: 100%;
  text-align: center;
  padding-top: 3em;
}
div.sharedaddy .sd-content ul {
  display: inline-block;
}
@media (min-width: 992px) {
  #faststart .highlight-panel {
    text-align: left;
  }
  #faststart .highlight-panel #challenge-form-submit {
    margin-top: 0;
    width: auto;
  }
}
#page-intro {
  padding-bottom: 3em;
}
#membership-signup {
  padding-bottom: 3em;
}
#membership-signup #signup-info {
  padding-left: 40px;
}
#membership-signup #signup-info h1 {
  text-align: center;
}
#membership-signup #signup-info .sub {
  font-size: 1.2em;
}
#membership-signup #signup-info .sub:nth-of-type(2) {
  margin-bottom: 25px;
}
#membership-signup #client-quotes ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#membership-signup #client-quotes ul li {
  margin: 0 0 20px 0;
}
#membership-signup #client-quotes ul li blockquote {
  font-size: 1em;
  margin: 0;
}
#membership-signup #client-quotes ul li cite {
  display: block;
  font-style: italic;
  padding: 0 0 0 25px;
}
#s2member-pro-paypal-registration-form-captcha-div #recaptcha_table .recaptcha_image_cell {
  width: 200px!important;
}
#s2member-pro-paypal-registration-form-captcha-div #recaptcha_table .recaptcha_image_cell #recaptcha_image {
  width: 100%!important;
  float: left!important;
  margin: 0!important;
}
#s2member-pro-paypal-registration-form-captcha-div #recaptcha_table .recaptcha_image_cell #recaptcha_image img {
  max-width: 100%;
}
#s2member-pro-paypal-registration-form-captcha-div #recaptcha_table #recaptcha_response_field {
  width: 100%!important;
}
.recaptchatable .recaptcha_r1_c1,
.recaptchatable .recaptcha_r3_c1,
.recaptchatable .recaptcha_r3_c2,
.recaptchatable .recaptcha_r7_c1,
.recaptchatable .recaptcha_r8_c1,
.recaptchatable .recaptcha_r3_c3,
.recaptchatable .recaptcha_r2_c1,
.recaptchatable .recaptcha_r4_c1,
.recaptchatable .recaptcha_r4_c2,
.recaptchatable .recaptcha_r4_c4,
.recaptchatable .recaptcha_image_cell,
.recaptchatable .recaptcha_r2_c2 {
  background: none !important;
}
div.s2member-pro-paypal-form-submission-section > div.s2member-pro-paypal-form-submit-div {
  width: 100%;
  float: none;
}
#s2member-pro-paypal-registration-submit {
  width: 100%;
}
@media (min-width: 768px) {
  #membership-signup #signup-info h1 {
    text-align: left;
  }
  div.s2member-pro-paypal-form-submission-section > div.s2member-pro-paypal-form-submit-div {
    width: auto;
    float: right;
  }
  #s2member-pro-paypal-registration-submit {
    width: auto;
  }
}

.loading-image {
  display: none;
}
.load-image {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .show_section {
    text-align: left !important;
  }
}
@media screen and (max-width: 1200px) {
  #block_section .col-md-6 {
    margin-bottom: 20px;
  }
  .filter_period,
  .filter_compare,
  .filter_date {
    width: 100% !important;
    overflow: hidden;
    padding-right: 0px !important;
  }
}
#si-blog-content ul,
.si-blog-content ul {
  list-style-type: none;
}
#si-blog-content ul li,
.si-blog-content ul li {
  font-weight: normal;
  position: relative;
}
#si-blog-content ul li:before,
.si-blog-content ul li:before {
  content: "\e080";
  position: absolute;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  left: -40px;
  top: 2px;
}
.type-list li:before {
  content: '' !important;
}
.section-two-column {
  position: relative;
}
.section-two-column h1 {
  padding: 0 0 .5em 0;
  font-size: 2.5em;
}
.section-two-column h2,
.section-two-column h3 {
  margin-bottom: 20px;
}
.section-two-column h4 {
  margin-top: 20px;
  color: #783c79;
}
.section-two-column p {
  font-size: 14px;
}
.section-two-column p img {
  margin: 25px 0;
}
.section-two-column ul,
.section-two-column ol {
  font-size: 14px;
}
.section-two-column img.alignleft {
  float: left !important;
  margin-right: 10px;
}
.section-two-column img.alignright {
  float: right !important;
  margin-left: 10px;
}
.section-two-column img.aligncenter {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.section-two-column .section-two-column-main {
  padding-left: 1em;
  padding-right: 3em;
}

.section-two-column .section-two-column-main .row {
  margin: 0 0 0 0;
  /* Post author box within main blog content */
  /* Next/previous links */
}
.section-two-column .section-two-column-main .row.author-descrip {
  margin-bottom: 20px;
}
.section-two-column .section-two-column-main .row.post-meta-info {
  border-bottom: 3px solid #0083ca;
  margin-bottom: 10px;
}
.section-two-column .section-two-column-main .row.post-meta-info .info-and-sharing {
  padding-left: 0;
}
.section-two-column .section-two-column-main .row.post-meta-info .info-and-sharing .date,
.section-two-column .section-two-column-main .row.post-meta-info .info-and-sharing .categories {
  text-transform: uppercase;
  font-style: bold;
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  padding: 3px 5px;
}
.section-two-column .section-two-column-main .row.post-meta-info .info-and-sharing .date {
  background: #0083ca;
  margin-right: 5px;
}
.section-two-column .section-two-column-main .row.post-meta-info .info-and-sharing .categories {
  background: #5a2e5b;
}
.section-two-column .section-two-column-main .row.post-meta-info .info-and-sharing .categories a {
  color: #fff;
}
.section-two-column .section-two-column-main .row.post-meta-info .info-and-sharing .sd-content {
  text-align: left;
  padding: 5px 0 0 0;
}
.section-two-column .section-two-column-main .row.post-meta-info .author-info {
  padding-right: 0;
  margin-bottom: 20px;
}
.section-two-column .section-two-column-main .row.post-meta-info .author-info .author-pic {
  padding-right: 0;
  padding-left: 0;
}
.section-two-column .section-two-column-main .row.post-meta-info .author-info .author-name {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
.section-two-column .section-two-column-main .row.post-meta-info .author-info .author-name span {
  font-style: italic;
  font-weight: 300;
}
.section-two-column .section-two-column-main .row.post-meta-info .author-info .author-name a {
  color: #5a2e5b;
  text-decoration: none;
}
.section-two-column .section-two-column-main .row.post-meta-info .author-info .author-name a:hover {
  text-decoration: underline;
}
.section-two-column .section-two-column-main .row .postauthor {
  background-color: #5a2e5b;
  color: #fff;
  overflow: hidden;
  padding: 2em;
  margin: 25px 0 25px 0;
}
.section-two-column .section-two-column-main .row .postauthor a {
  color: #fff;
  text-decoration: underline;
}
.section-two-column .section-two-column-main .row .postauthor img {
  margin: 0 !important;
  margin-right: 15px !important;
  float: left;
  border: 5px solid #783c79;
}
.section-two-column .section-two-column-main .row .postauthor div {
  color: #fff !important;
}
.section-two-column .section-two-column-main .row .postauthor .si-icon-holder {
  padding: 0;
  margin-top: 0;
  text-align: center;
  vertical-align: middle;
}
.section-two-column .section-two-column-main .row .postauthor .si-icon-holder .si-icon {
  width: 40px;
  height: 40px;
  color: #5a2e5b;
  background-color: #fff;
  border-radius: 100%;
  line-height: 40px;
  display: inline-block;
  font-size: 25px;
}
.section-two-column .section-two-column-main .row .postauthor .si-icon-holder .si-icon.si-icon-copy {
  font-size: 20px;
}
.section-two-column .section-two-column-main .row .postauthor.si-definition {
  background-color: #faa61a;
}
.section-two-column .section-two-column-main .row .postauthor.si-definition .si-icon {
  color: #faa61a;
}
.section-two-column .section-two-column-main .row .postauthor.si-key-question {
  background-color: #6a9946;
}
.section-two-column .section-two-column-main .row .postauthor.si-key-question .si-icon {
  color: #6a9946;
}
.section-two-column .section-two-column-main .row .postauthor.si-strategy {
  background-color: #ed1b35;
}
.section-two-column .section-two-column-main .row .postauthor.si-strategy .si-icon {
  color: #ed1b35;
}
.section-two-column .section-two-column-main .row .postauthor.si-best-practice {
  background-color: #0083ca;
}
.section-two-column .section-two-column-main .row .postauthor.si-best-practice .si-icon {
  color: #0083ca;
}
.section-two-column .section-two-column-main .row .postauthor.si-topic-block {
  background-color: #555555;
}
.section-two-column .section-two-column-main .row .postauthor.si-topic-block .si-icon {
  color: #555555;
}
.section-two-column .section-two-column-main .row.next-previous {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px 0 20px;
}
.section-two-column .section-two-column-main .row.next-previous.next-previous-newer{
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.section-two-column .section-two-column-main .row.next-previous.next-previous-older{
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.section-two-column .section-two-column-main .row.next-previous.next-previous-both{
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-two-column .section-two-column-main .row.next-previous .previous-link,
.section-two-column .section-two-column-main .row.next-previous .next-link {
    position: relative;
}
.section-two-column .section-two-column-main .row.next-previous .previous-link a,
.section-two-column .section-two-column-main .row.next-previous .next-link a {
  color: #949494;
  font-weight: 600;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 20px;
}
.section-two-column .section-two-column-main .row.next-previous [class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: top;
}
.section-two-column .section-two-column-main .row.next-previous .next-link {
  padding-right: 20px;
  text-align: right;
}
.section-two-column .section-two-column-main .row.next-previous .next-link:after {
  content: "\f054";
  font-family: 'si-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 8px;
  right: 1px;
  font-size: 15px;
  color: #949494;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section-two-column .section-two-column-main .row.next-previous .previous-link {
  padding-left: 20px;
}
.section-two-column .section-two-column-main .row.next-previous .previous-link:before {
  content: "\f053";
  font-family: 'si-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 8px;
  left: 1px;
  color: #949494;
  font-size: 15px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section-two-column .section-two-column-main .row.blog-archive-header a:hover {
  color: #333333;
  text-decoration: none;
}
.section-two-column .section-two-column-main .row.blog-read-more {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
.section-two-column .section-two-column-main #blog-resources {
  margin: 20px 0 20px 0;
  padding: 30px 10px;
  background-color: #efefef;
}
.section-two-column .section-two-column-main #blog-resources .icon {
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #5a2e5b;
  border-radius: 100%;
  line-height: 60px;
  display: inline-block;
  font-size: 40px;
}
.section-two-column .section-two-column-main #blog-resources .list-blocks {
  margin-top: 0em;
  margin-bottom: 0;
}
.section-two-column .section-two-column-main #blog-resources .list-points {
  margin-top: 1em;
  margin-bottom: 0;
}
.section-two-column .section-two-column-main #blog-resources .btn {
  width: 100%;
}
.section-two-column .section-two-column-main .comments {
  margin-bottom: 20px;
}
.section-two-column .section-two-column-main .comments .comment-intro {
  margin: 25px 0 25px 0;
  padding: 20px 10px;
  background-color: #efefef;
  border-top: 3px solid #0083ca;
  color: #252124;
  font-weight: 400;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.section-two-column .section-two-column-main .comments .comment-intro a {
  color: #252124;
  font-weight: 400;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-decoration: underline;
}
.section-two-column .section-two-column-main .comments .comment-intro a:hover {
  color: #333333;
  text-decoration: none;
}
.section-two-column .section-two-column-main .comments ul li {
  list-style-type: none;
  margin-bottom: 20px;
}
.section-two-column .section-two-column-sidebar {
  width: 100%;
  margin: 20px 0 10px 0;
}
.section-two-column .section-two-column-sidebar .cta-panel {
  background: #efefef;
  margin: 0 0 30px 0;
  display: block;
  width: 100%;
}
.section-two-column .section-two-column-sidebar .cta-panel:last-of-type {
  margin-bottom: 0;
}
.section-two-column .section-two-column-sidebar .cta-panel h4{
    margin-top: 15px;
}
.section-two-column .section-two-column-sidebar .cta-panel.free-templates .cta-large-text {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 15px;
    margin: 0 15px 15px;
}
@media (min-width: 701px) {
    .section-two-column .section-two-column-sidebar .cta-panel.free-templates .cta-large-text {
        margin-bottom: 20px;
    }
}
.section-two-column .section-two-column-sidebar .cta-panel#free-guides-templates img.free_guide_templates_img {
    max-width: 450px;
    width: 100%;
}
.section-two-column .section-two-column-sidebar .cta-panel#free-guides-templates .cta-panel-body {
    border-radius: 6px;
    background: #ffebc1;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.section-two-column .section-two-column-sidebar .cta-panel#free-guides-templates .cta-panel-body .but_2019 {
    margin-bottom: 15px;
}
.section-two-column .section-two-column-sidebar .cta-panel#free-guides-templates .cta-panel-body h4 {
    font-size: 24px;
    color: #362f34;
    margin-top: 0;
    margin-bottom: 20px;
}
@media (min-width: 701px) {
    .section-two-column .section-two-column-sidebar .cta-panel#free-guides-templates img.badge{
        padding-top: 5px;
    }
}
.section-two-column .section-two-column-sidebar .cta-panel.market h3 {
  font-size: 25px;
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.section-two-column .section-two-column-sidebar .cta-panel.market h5 {
  color: #333;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.5;
  font-weight: normal;
}
.section-two-column .section-two-column-sidebar .cta-panel.market .cta-panel-body:nth-of-type(3) {
  padding-top: 0px;
}
.section-two-column .section-two-column-sidebar .cta-panel.market .cta-panel-body:nth-of-type(2) {
  padding-bottom: 10px;
}
.section-two-column .section-two-column-sidebar .cta-panel.market #resources-sidebar {
  margin: 0;
  padding: 0;
  z-index: 1;
  position: relative;
}
.section-two-column .section-two-column-sidebar .cta-panel.market #resources-sidebar li {
  text-align: center;
  padding: 0px;
  margin: 0px;
  margin-bottom: 1px;
}
.section-two-column .section-two-column-sidebar .cta-panel.market #resources-sidebar li a {
  padding: 8px;
  display: block;
  text-align: left;
}
.section-two-column .section-two-column-sidebar .cta-panel.market #resources-sidebar li a:hover {
  text-decoration: none;
}
.section-two-column .section-two-column-sidebar .cta-panel.market #resources-sidebar li a span {
  float: right;
}
.section-two-column .section-two-column-sidebar .cta-panel.market #resources-sidebar li:last-of-type {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.section-two-column .section-two-column-sidebar .cta-panel.cta-white {
  background: #fff;
}
.section-two-column .section-two-column-sidebar .cta-panel .cta-panel-header {
  background: #5a2e5b;
  padding: 0 15px 5px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.section-two-column .section-two-column-sidebar .cta-panel .cta-panel-header .one-line-cta-header {
  padding-top: 12px;
}
.section-two-column .section-two-column-sidebar .cta-panel .cta-panel-header h4 {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin: 24px 0 20px;
}
@media (min-width: 701px) {
    .section-two-column .section-two-column-sidebar .cta-panel .cta-panel-header h4 {
        font-size: 25px;
    }
}
.section-two-column .section-two-column-sidebar .cta-panel .cta-panel-header .cta-icon-holder {
  padding: 0;
  margin-top: 0;
  text-align: center;
  vertical-align: middle;
}
.section-two-column .section-two-column-sidebar .cta-panel .cta-panel-header .cta-icon-holder .cta-icon {
  width: 40px;
  height: 40px;
  color: #5a2e5b;
  background-color: #fff;
  border-radius: 100%;
  line-height: 40px;
  display: inline-block;
  font-size: 25px;
}
.section-two-column .section-two-column-sidebar .cta-panel .cta-panel-header .cta-icon-holder .cta-icon.icon-copy {
  font-size: 20px;
}
.section-two-column .section-two-column-sidebar .cta-panel .cta-panel-body {
  background: #efefef;
  padding: 25px 10px 30px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.section-two-column .section-two-column-sidebar #all-solutions.cta-panel .cta-panel-body,
.section-two-column .section-two-column-sidebar #sector-advice.cta-panel .cta-panel-body {
    padding-bottom: 0;
}
.section-two-column .section-two-column-sidebar .cta-panel .cta-panel-body .cta-large-text {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #595959;
}
@media (min-width: 701px) {
    .section-two-column .section-two-column-sidebar .cta-panel .cta-panel-body .cta-large-text {
        font-size: 16px;
    }

    .section-two-column .section-two-column-sidebar .cta-panel .cta-panel-body {
      padding: 20px 10px 35px;
  }
}
.section-two-column .section-two-column-sidebar .cta-panel .cta-panel-body .list-blocks {
  margin-top: 0em;
  margin-bottom: 0;
}
.section-two-column .section-two-column-sidebar .cta-panel .cta-panel-body .list-points {
  margin-top: 1em;
  margin-bottom: 0;
}
.section-two-column .section-two-column-sidebar .cta-panel .cta-panel-body .list-points-checks {
  text-align: center;
  padding: 0 20px 25px;
  margin: 0;
}
@media (min-width: 701px) {
    .section-two-column .section-two-column-sidebar .cta-panel .cta-panel-body .list-points-checks {
      padding: 0 15px 35px;
    }
}
.section-two-column .section-two-column-sidebar .cta-panel .cta-panel-body .list-points-checks li {
  font-size: 15px;
  padding: 0 0 10px;
  margin: 0;
  color: #595959;
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;
}
@media (min-width: 701px) {
    .section-two-column .section-two-column-sidebar .cta-panel .cta-panel-body .list-points-checks li {
        font-size: 16px;
    }
}
.section-two-column .section-two-column-sidebar .cta-panel .cta-panel-body .but_2019 {
    max-width: none;
    width: auto;
    display: inline-block;
}
.section-two-column .section-two-column-sidebar .cta-panel .cta-panel-body .list-points-checks li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
@media (min-width: 768px) {
    .section-two-column .section-two-column-sidebar .cta-panel .cta-panel-body .btn {
      width: 90%;
    }
}
.section-two-column .section-two-column-sidebar .cta-panel .cta-panel-body .widget_ldcourseprogress ul {
  list-style-type: none;
}
.section-two-column .section-two-column-sidebar .semi {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  width: 100%!important;
}
.section-two-column .section-two-column-sidebar .changetoblue-new {
  background-color: #0083ca !important;
  color: #fff;
}
.section-two-column .section-two-column-sidebar .changetoblue-new h3 {
  margin: 0 0 20px;
  padding-bottom: 20px;
  font-size: 3em;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  border-bottom: 1px solid #4da8da;
}
.section-two-column .section-two-column-sidebar .changetoblue-new .mkt-option-btn {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  width: 100%;
  border: 0;
  background-color: #60ae34;
}
.section-two-column .section-two-column-sidebar .changetoblue-new .mkt-option-btn:hover {
  color: #fff;
  background-color: #577d39;
}
.section-two-column .section-two-column-sidebar .changetoblue-new .mkt-option-btn:after {
  font-size: 1.375em;
  margin-top: -12px;
}
.section-two-column .section-two-column-sidebar .changetoblue-new p {
  font-size: 1.5em;
  margin-bottom: 15px;
}
.section-two-column .section-two-column-sidebar .changetoblue-new p.sub {
  font-size: 1em;
  color: #66b5df;
  margin-bottom: 20px;
}
.section-two-column .blog-post-tags {
  padding: 2em 0;
}
.section-two-column .blog-post-tags p {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.286em;
}
.section-two-column .blog-post-tags a {
  background-color: #5a2e5b;
  color: #ffffff;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  padding: 3px 5px;
  text-transform: uppercase;
  margin: 0 7px 7px 0;
  float: left;
}

#marketplace-page.section-two-column .marketplace_excerpt h1,
#marketplace-page.section-two-column .marketplace_excerpt h2,
#marketplace-page.section-two-column .marketplace_excerpt h3,
#marketplace-page.section-two-column .marketplace_excerpt h4,
#marketplace-page.section-two-column .marketplace_excerpt p,
#marketplace-page.section-two-column .marketplace_excerpt li {
  font-size: 14px;
}

.btn-download-new,
.btn-close-new {
  padding-right: 20px!important;
}
.btn-download-new:after,
.btn-close-new:after {
  top: 50%;
  margin-top: -5px;
}
.btn-close-new {
  padding-right: 30px!important;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}
.modal .modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  margin: 10px;
}
.modal .modal-dialog .modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}
.modal .modal-dialog .modal-content .modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal .modal-dialog .modal-content .modal-header .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  margin-top: -2px;
}
.modal .modal-dialog .modal-content .modal-header .close:hover,
.modal .modal-dialog .modal-content .modal-header .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal .modal-dialog .modal-content .modal-header button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal .modal-dialog .modal-content .modal-body {
  position: relative;
  padding: 20px;
}
.modal .modal-dialog .modal-content .modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal .modal-dialog .modal-content .modal-footer:before,
.modal .modal-dialog .modal-content .modal-footer:after {
  display: table;
  content: " ";
}
.modal .modal-dialog .modal-content .modal-footer:after {
  clear: both;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal.in.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal .btn-block + .btn-block {
  margin-left: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.signup-popup .modal-dialog .modal-content .modal-header {
  background-color: #faa519;
  padding: 3%;
  position: relative;
}
.signup-popup .modal-dialog .modal-content .modal-header h1 {
  font-size: 3.571em;
  color: #333;
  text-align: center;
  margin: 0 0 10px 0;
}
.signup-popup .modal-dialog .modal-content .modal-header p {
  font-size: 1.429em;
  color: #333;
  text-align: center;
  margin: 0;
}
.signup-popup .modal-dialog .modal-content .modal-header p.h1 {
  color: #333!important;
}
.signup-popup .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #333;
  text-shadow: none;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  opacity: 1;
  outline: none;
  font-size: 2.143em;
}
.signup-popup .modal-dialog .modal-content .modal-header .close:hover {
  opacity: 1;
  color: #fff;
  font-size: 2.143em;
}
.signup-popup .modal-dialog .modal-content .modal-body.top-popbox {
  background-color: #fff;
}
.signup-popup .modal-dialog .modal-content .modal-body.top-popbox .popup-clients .col-sm-1 {
  text-align: center;
  padding: 0 5px;
  width: 9.9999%;
  float: left;
}
.signup-popup .modal-dialog .modal-content .modal-body.top-popbox .popup-clients .col-sm-1 img {
  height: auto;
  max-width: 100%;
  max-height: 35px;
}
.signup-popup .modal-dialog .modal-content .modal-body.middle-popbox {
  background-color: #eeeeee;
  padding-bottom: 0;
}
.signup-popup .modal-dialog .modal-content .modal-body.middle-popbox .col-sm-4 {
  text-align: center;
}
.signup-popup .modal-dialog .modal-content .modal-body.middle-popbox .col-sm-4 img {
  max-width: 100%;
}
.signup-popup .modal-dialog .modal-content .modal-body.middle-popbox .popup-list {
  margin-top: 15px;
}
.signup-popup .modal-dialog .modal-content .modal-body.middle-popbox .popup-list li {
  font-size: 1.429em;
  color: #333333;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 20px 0;
  padding-left: 1.5em;
  border-bottom: 1px solid #d2d2d2;
}
.signup-popup .modal-dialog .modal-content .modal-body.middle-popbox .popup-list li:last-child {
  border-bottom: 0;
}
.signup-popup .modal-dialog .modal-content .modal-body.middle-popbox .popup-list li:before {
  font-family: 'si-icons';
  font-size: 1em;
  top: 20px;
}
.signup-popup .modal-dialog .modal-content .modal-body.middle-popbox .popup-list li b {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.signup-popup .modal-dialog .modal-content .modal-body.btm-popbox {
  padding-bottom: 20px;
}
.signup-popup .modal-dialog .modal-content .modal-body.btm-popbox p {
  font-size: 1.286em;
  text-align: center;
  margin-bottom: 20px;
}
.signup-popup .modal-dialog .modal-content .modal-body.btm-popbox .col-sm-4 {
  padding: 0 7px;
}
.signup-popup .modal-dialog .modal-content .modal-body.btm-popbox .col-sm-4 .form-group {
  width: 100%;
}
.signup-popup .modal-dialog .modal-content .modal-body.btm-popbox .col-sm-4 .form-group input {
  width: 100%;
  padding: 10px 15px;
  height: auto;
}
.signup-popup .modal-dialog .modal-content .modal-body.btm-popbox .col-sm-4 a.btn-download-new {
  width: 100%;
  font-size: 14px;
  background-color: #0083ca;
  border-color: #0083ca;
  padding: 10px;
}
#page-blog div.sharedaddy .sd-content {
  text-align: left;
  /* margin-top: 0 !important; */
  padding: 0;
}
#page-blog .cusarch .sd-content {
  margin-top: 0 !important;
}
#page-blog .dot-to-arrow ul {
  padding-left: 0;
}
#page-blog .dot-to-arrow ul li {
  background: url("../../images/li-right-arrow.png") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
  list-style-type: none;
  font-size: 15px;
  padding-bottom: 7px;
  padding-left: 15px;
}
#page-blog .dot-to-arrow h2 {
    margin-top: 0;
}
#page-blog .dot-to-arrow ul li a {
    color: #026bac;
    font-size: 15px;
}
@media (min-width: 801px) {
    #page-blog .dot-to-arrow ul li {
        padding-left: 20px;
    }

    #page-blog .dot-to-arrow ul li a {
        font-size: 18px;
    }
}
#page-blog.tag_page {
    padding-top: 25px;
}
@media (min-width: 800px) {
    #page-blog.tag_page {
        padding-top: 40px;
        padding-bottom: 58px;
    }
}
#page-blog.tag_page .section-two-column-sidebar{
    max-width: 330px;
    float: left;
    width: 100%;
}
#page-blog.tag_page .section-two-column-main{
    max-width: calc(100% - 380px);
    width: 100%;
    float: left;
    margin-right: 50px;
    padding: 0;
}
@media (max-width: 1099px) {
    #page-blog.tag_page .section-two-column-main{
        float: none;
        max-width: 100%;
    }
    #page-blog.tag_page .section-two-column-sidebar{
        width: 100%;
        margin-top: 10px;
        max-width: none;
    }
}
@media (max-width: 800px) {
    #page-blog .customtaxfields {
        padding-left: 5px;
        padding-right: 5px;
    }
}
#page-blog .customtaxfields .post-meta-info {
    border-bottom-width: 0px;
    margin-bottom: 15px;
}
#page-blog .customtaxfields h1, h2, h3, h4 {
    color: #362f34;
    line-height: 1.2;
    font-weight: 600;
}
#page-blog .customtaxfields h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
}
#page-blog .customtaxfields h2 {
    font-size: 24px;
}
#page-blog .customtaxfields h3 {
    font-size: 20px;
    margin-top: 0;
}
#page-blog .customtaxfields h4 {
    font-size: 18px;
}
#page-blog .customtaxfields p {
  font-size: 15px;
  color: #595959;
}
@media (min-width: 801px) {
    #page-blog .customtaxfields .post-meta-info {
        margin-bottom: 50px;
        padding-bottom: 20px;
        border-bottom: 3px solid #d7d7d7;
    }
    #page-blog .customtaxfields h1 {
        font-size: 40px;
    }
    #page-blog .customtaxfields h2 {
        font-size: 30px;
    }
    #page-blog .customtaxfields h3 {
        font-size: 22px;
    }
    #page-blog .customtaxfields h4 {
        font-size: 20px;
    }
    #page-blog .customtaxfields p {
      font-size: 18px;
    }
}
#page-blog .recommended-resources {
  margin: 15px 0 25px;
  padding: 20px;
  text-align: center;
  color: #595959;
  border: 3px solid #cdcdcd;
  border-radius: 10px;
}
@media (min-width: 801px) {
    #page-blog .recommended-resources {
      padding: 30px;
      margin: 30px 0 40px;
  }
}
#page-blog .recommended-resources h1 {
  font-size: 24px;
  color: #362f34;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
#page-blog .recommended-resources h3 {
    font-size: 18px;
    margin: 10px 0 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
}
#page-blog .recommended-resources p {
  font-size: 15px;
  margin-bottom: 15px;
}
@media (min-width: 801px) {
    #page-blog .recommended-resources h1 {
        font-size: 40px;
    }
    #page-blog .recommended-resources h3 {
        font-size: 25px;
        margin-top: 15px;
        margin-bottom: 25px;
    }
    #page-blog .recommended-resources p {
      font-size: 16px;
      margin-bottom: 25px;
    }
}
#page-blog .recommended-resources ol {
  padding-left: 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  border-top: 3px solid #d7d7d7;
  padding-top: 5px;
  margin-bottom: 0;
}
#page-blog .recommended-resources ol li,
#page-blog .recommended-resources ol li a {
     color: #026bac;
}
#page-blog .recommended-resources ol li {
  padding: 8px 0;
  border-bottom: 1px solid #d7d7d7;
  list-style-position: inside;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}
@media (min-width: 801px) {
    #page-blog .recommended-resources ol {
        padding-top: 20px;
    }
    #page-blog .recommended-resources ol li {
        font-size: 18px;
    }
}
#page-blog .recommended-resources ol li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#page-blog .recommended-resources ol li .free,
#page-blog .recommended-resources ol li .individual,
#page-blog .recommended-resources ol li .business {
  outline: none;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 14px;
  max-width: 210px;
  width: auto;
  padding: 5px 10px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  border: none;
  white-space: normal;
}
@media (min-width: 801px) {
    #page-blog .recommended-resources ol li .free,
    #page-blog .recommended-resources ol li .individual,
    #page-blog .recommended-resources ol li .business {
        font-size: 16px;
        padding: 8px 20px;
    }

}
#page-blog .recommended-resources ol li .free {
  background-color: #faa519;
}
#page-blog .recommended-resources ol li .individual {
  background-color: #78b948;
}
#page-blog .recommended-resources ol li .business {
  background-color: #0e82c6;
}
#page-blog .recommended-resources ol li h3 {
  font-size: 16px;
  margin: 0!important;
}
#page-blog .recommended-resources ol li a {
  display: inline-block;
}
@media screen and (max-width: 599px) {
    #page-blog .recommended-resources ol li a {
        max-width: 67%;
    }
}
#page-blog .recommended-resources .recommended-resource-icon {
  padding-bottom: 10px;
  display: block;
}
#page-blog .recommended-resources .recommended-resource-icon .cta-icon {
  width: 66px;
  height: 66px;
  color: #fff;
  background-color: #5a2e5b;
  border-radius: 100%;
  line-height: 66px;
  display: inline-block;
  font-size: 40.86px;
}
#page-blog .recommended-resources .recommended-resource-icon .cta-icon.cta-icon--recommended-resource {
    background-image: url(../../images/smart/icons/recommended-resources-x2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
@media screen and (min-width: 768px) {
  .modal .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal .modal-dialog .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 992px) {
  .signup-popup .modal-dialog {
    width: 815px;
  }
  .signup-popup .modal-dialog .modal-content .modal-body {
    padding: 20px 40px;
  }
}
@media (max-width: 767px) {
  .signup-popup .modal-dialog .modal-content .modal-header h1 {
    font-size: 2.6em;
  }
  .signup-popup .modal-dialog .modal-content .modal-header p {
    font-size: 1.1em;
  }
  .signup-popup .modal-dialog .modal-content .modal-body.top-popbox {
    display: none;
  }
  .signup-popup .modal-dialog .modal-content .modal-body.middle-popbox .popup-list li {
    font-size: 1.2em;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .signup-popup .modal-dialog .modal-content .modal-body.middle-popbox .popup-list li:before {
    top: 12px;
  }
  .signup-popup .modal-dialog .modal-content .modal-body.btm-popbox p {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) {
  .section-two-column {
    padding: 1em 0;
  }
  .section-two-column .section-two-column-sidebar {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .section-two-column {
    padding: 3em 0;
  }
  .section-two-column .section-two-column-main .row .author-info {
    border-left: 1px solid #d2d2d2;
  }
  .section-two-column .section-two-column-main .row .author-info.author-page {
    border: 0;
  }
  .section-two-column .section-two-column-sidebar {
    width: 300px;
  }
  .section-two-column .section-two-column-sidebar .cta-panel .cta-panel-header h3 {
    text-align: left;
  }
  .section-two-column .section-two-column-sidebar .cta-panel .cta-panel-header .cta-icon-holder {
    margin-top: 25px;
  }
}
#gform_13 input {
  width: 100%;
}
/* --------------------------------------------------------------
  Profile page  */
#profile-page .profilePageTable {
  margin: 0px;
  padding: 0px;
  width: 100%;
  border: 1px solid #331c35;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}
#profile-page .invoiceTable {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
#profile-page .invoiceTable .invoiceHeader {
  font-weight: bold;
  font-size: 18pt;
  vertical-align: middle;
  text-decoration: underline;
}
#profile-page .profilePageTable table,
#profile-page .invoiceTable table {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
#profile-page .profilePageTable tr:last-child td:last-child {
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
#profile-page .profilePageTable table tr:first-child td:first-child {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}
#profile-page .profilePageTable table tr:first-child td:last-child {
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}
#profile-page .profilePageTable tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
#profile-page .profilePageTable tr:nth-child(odd) {
  background-color: #cebece;
}
#profile-page .profilePageTable tr:nth-child(even) {
  background-color: #ffffff;
}
#profile-page .profilePageTable td {
  vertical-align: middle;
  border: 1px solid #331c35;
  border-width: 0px 1px 1px 0px;
  text-align: center;
  padding: 7px;
  font-size: 14px;
  font-family: Arial;
  font-weight: normal;
  color: #000000;
}
#profile-page .invoiceTable td {
  padding: 7px;
  font-size: 14px;
  font-family: Arial;
  font-weight: normal;
  color: #000000;
}
#profile-page .profilePageTable tr:last-child td {
  border-width: 0px 1px 0px 0px;
}
#profile-page .profilePageTable tr td:last-child {
  border-width: 0px 0px 1px 0px;
}
#profile-page .profilePageTable tr:last-child td:last-child {
  border-width: 0px 0px 0px 0px;
}
#profile-page .profilePageTable tr:first-child td {
  background: -o-linear-gradient(bottom, #7d667d 5%, #7d667d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7d667d), color-stop(1, #7d667d));
  background: -moz-linear-gradient(center top, #7d667d 5%, #7d667d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7d667d", endColorstr="#7d667d");
  background: -o-linear-gradient(top, #7d667d, 7d 667d);
  background-color: #7d667d;
  border: 0px solid #331c35;
  text-align: center;
  border-width: 0px 0px 1px 1px;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  color: #ffffff;
}
#profile-page .profilePageTable tr:first-child:hover td {
  background: -o-linear-gradient(bottom, #7d667d 5%, #7d667d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7d667d), color-stop(1, #7d667d));
  background: -moz-linear-gradient(center top, #7d667d 5%, #7d667d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7d667d", endColorstr="#7d667d");
  background: -o-linear-gradient(top, #7d667d, 7d 667d);
  background-color: #7d667d;
}
#profile-page .profilePageTable tr:first-child td:first-child {
  border-width: 0px 0px 1px 0px;
}
#profile-page .profilePageTable tr:first-child td:last-child {
  border-width: 0px 0px 1px 1px;
}

input#s2member-pro-paypal-checkout-coupon-apply {
  font-size: 0.85em;
  color: #fff;
  border: 0;
  padding: 6px 23px 6px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  background: #583259 url(../../images/common/arw-white.png) no-repeat right;
  margin-top: 23px;
  margin-left: -75px;
  width: auto;
}
input#s2member-pro-paypal-checkout-coupon-apply:hover {
  background-color: #9c719d;
}
label#s2member-pro-paypal-checkout-form-coupon-label input {
  width: 75%!important;
}
label#s2member-pro-paypal-checkout-form-coupon-label {
  float: left;
  margin-right: 25px;
}
/*.s2member-pro-paypal-form-card-type-discover-label {
  display: none!important;
}
.s2member-pro-paypal-form-card-type-amex-label {
  display: none!important;
}
.s2member-pro-paypal-form-card-type-discover-label {
  display: none!important;
}
.s2member-pro-paypal-form-card-type-amex-label {
  display: none!important;
}*/
.full-box {
  display: table;
  width: 100%;
}
.full-box .half-box {
  width: 49%;
  float: left;
}
.full-box .half-box label {
  display: block;
  font-weight: normal;
}
.full-box .half-box.last {
  float: right;
}
.clear {
  clear: both;
}
p.checkout-terms {
  font-size: 80%!important;
}
div.s2member-pro-paypal-form-submission-section > div.s2member-pro-paypal-form-submit-div {
  float: left !important;
}
div.s2member-pro-paypal-form-submission-section > div.s2member-pro-paypal-form-submit-div .btn {
  font-size: 0.9em;
  color: #fff;
  padding: 6px 23px 6px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  /* background: #583259 url(../images/common/arw-white.png) no-repeat right;*/
  border: 0;
}
div.s2member-pro-paypal-form-submission-section > div.s2member-pro-paypal-form-submit-div .s2member-pro-paypal-checkout-submit {
  /*width: 65%;*/
  padding-right: 36px;
}
div.s2member-pro-paypal-form-submission-section > div.s2member-pro-paypal-form-submit-div .s2member-pro-paypal-checkout-submit:after {
  font-size: 27px;
  margin-top: -11px;
}
#save-offer .price-freeze-description {
  color: #0083ca;
}
#page-membership-top,
#page-need-more,
#page-membership-logos,
#product-listing-top,
#product-listing {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
#page-membership-top {
  padding: 5% 0;
}
#page-membership-top h1,
#page-membership-top h5 {
  color: #4a234b;
  text-align: center;
  margin: 0;
}
#page-membership-top h1 {
  font-size: 3.571em;
  padding-bottom: 8px;
}
#page-membership-top h5 {
  font-size: 1.714em;
  padding-bottom: 5%;
}
#page-membership-top .features-sectn .col-md-3 {
  border-color: #d2d2d2;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  padding: 0;
  border-bottom: 5px solid #5a2e5b;
  background-color: #fff;
}
#page-membership-top .features-sectn .col-md-3:after {
  border-width: 1px 1px 5px 1px;
}
#page-membership-top .features-sectn .col-md-3:last-child {
  border-width: 1px 1px 1px 1px;
}
#page-membership-top .features-sectn .col-md-3 .heading {
  background-color: #5a2e5b;
  font-size: 1.286em;
  color: #fff;
  min-height: 82px;
  position: relative;
  text-align: center;
}
#page-membership-top .features-sectn .col-md-3 .heading:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #5a2e5b;
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -15px;
}
#page-membership-top .features-sectn .col-md-3 .heading h2 {
  font-size: 2.143em;
  margin: 0;
  padding-top: 7px;
}
#page-membership-top .features-sectn .col-md-3 .freeORpay {
  color: #4a234b;
}
#page-membership-top .features-sectn .col-md-3 .freeORpay h3 {
  font-size: 3.429em;
  margin: 0;
  padding-top: 10%;
}
#page-membership-top .features-sectn .col-md-3 .freeORpay h3 span {
  font-size: 0.375em;
}
#page-membership-top .features-sectn .col-md-3 .freeORpay h3 .billed-anually {
  clear: both;
  display: block;
  font-size: 1em;
}
#page-membership-top .features-sectn .col-md-3 .join-us {
  border-top: 1px solid #d2d2d2;
  margin-top: 30px;
}
#page-membership-top .features-sectn .col-md-3 .join-us a {
  width: 80%;
  margin: 0 auto;
  padding: 18px 0;
  background-color: #71b744;
  color: #fff;
  font-size: 1.286em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  -webkit-box-shadow: 0px 2px 5px 0px #d1d1d1;
  -moz-box-shadow: 0px 2px 5px 0px #d1d1d1;
  box-shadow: 0px 2px 5px 0px #d1d1d1;
  margin-top: -30px;
  display: block;
  cursor: pointer;
}
#page-membership-top .features-sectn .col-md-3 .join-us a:after {
  background-color: #577d39;
  text-decoration: none;
}
#page-membership-top .features-sectn .col-md-3 .join-us a.purple {
  background-color: #5a2e5b;
}
#page-membership-top .features-sectn .col-md-3 .join-us .your-plan {
  display: block;
  text-align: center;
  margin-top: -35px;
  font-size: 1.4em;
}
#page-membership-top .features-sectn .col-md-3 .join-us .features.list-points {
  padding: 11px 15px;
  margin: 0;
}
#page-membership-top .features-sectn .col-md-3 .join-us .features.list-points li {
  font-size: 16px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  padding: 15px 0 15px 1.7em ;
  border-bottom: 1px solid #d2d2d2;
  margin: 0;
}
#page-membership-top .features-sectn .col-md-3 .join-us .features.list-points li:before {
  font-family: "FontAwesome", "si-icons";
  font-size: 1.143em;
  top: 15px;
}
#page-membership-top .features-sectn .col-md-3 .join-us .features.list-points li:last-child {
  border: 0;
}
#page-membership-top .features-sectn .col-md-3 .join-us .features.list-points li abbr {
  border-bottom: 0;
}
#page-membership-top .features-sectn .col-md-3.expert-plan {
  border-color: #6a9946;
  border-width: 1px 1px 5px 1px;
}
#page-membership-top .features-sectn .col-md-3.expert-plan .heading {
  background-color: #6a9946;
}
#page-membership-top .features-sectn .col-md-3.expert-plan .heading:after {
  border-top: 15px solid #6a9946;
}
#page-membership-top .features-sectn .col-md-3.expert-plan .join-us {
  background-color: #fff;
}
#page-membership-top p.info {
  background: url(../../images/info.png) no-repeat 0 50%;
  font-size: 18px;
  color: #525252;
  margin: 3% auto 0 auto;
  display: table;
  padding-left: 30px !important;
}
#page-membership-logos {
  border-top: 1px dashed #9a9a9a;
}
#page-membership-logos .logo-row .col-md-2,
#page-membership-logos .logo-row .col-md-3 {
  text-align: center;
}
#page-membership-logos .logo-row.first .col-md-2,
#page-membership-logos .logo-row.first .col-md-3 {
  padding-bottom: 3%;
}
#page-membership-logos .logo-row .unicef-logo {
  margin-top: 15px;
}
#page-membership-logos .row {
  padding: 0 15px;
}
#page-need-more p {
  text-align: center;
  font-size: 1.286em;
}
#page-need-more .row {
  padding: 0 15px;
}
#tooltip {
  text-align: center;
  color: #333333;
  background: #fffbdd;
  position: absolute;
  z-index: 100;
  padding: 15px;
  border: 1px solid #c2c2b6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#tooltip:after,
#tooltip:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
}
#tooltip:before {
  bottom: -13px;
  left: 49.8%;
  border-top-color: #c3c1b4;
  border-width: 13px;
}
#tooltip:after {
  bottom: -12px;
  left: 50%;
  border-top-color: #fffbdd;
  border-width: 12px;
}
#single-guide h1,
#single-guide h5 {
  color: #362f34;
  text-align: center;
  margin: 0;
}
#single-guide h1 {
  font-size: 3.571em;
  padding-bottom: 8px;
}
#single-guide h5 {
  font-size: 1.714em;
  padding-bottom: 5%;
}
#single-guide #description {
  margin-top: 5%;
  margin-bottom: 5%;
}
#single-guide #description #product-about {
  padding-left: 0;
}
#single-guide #description #product-about ul {
  padding-left: 0;
}
#single-guide #description #product-about ul li {
  font-size: 16px;
  margin-bottom: 5px;
  list-style-type: none;
}
#single-guide .brdr {
  border-bottom: 1px solid #d2d2d2;
  height: 1px;
  clear: both;
  padding-top: 4%;
}
#single-guide .abt-sectn h3 {
  font-size: 2.143em;
  margin-bottom: 30px;
  margin-top: 0;
}
#single-guide .abt-sectn p {
  font-size: 1.143em;
  margin-bottom: 18px;
}
#single-guide .abt-sectn ul {
  padding-left: 10px;
  margin-bottom: 25px;
}
#single-guide .abt-sectn ul li {
  line-height: 1.5em;
  margin: 0 0 9px 0;
  background: url(../../images/common/li-arw-black.gif) no-repeat 0 4px;
  padding-left: 15px;
  list-style-type: none;
  font-size: 0.889em;
}
#single-guide .lock-or-available {
  width: auto;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#single-guide .lock-or-available .lock-img {
  width: 36%;
  float: left;
  padding: 0 10px 0 15px;
  text-align: right;
}
#single-guide .lock-or-available .lock-text {
  width: 64%;
  float: left;
  padding: 0 15px 0 0;
}
#single-guide .lock-or-available .lock-text p {
  width: 80%;
  margin-bottom: 0;
}
#single-guide .lock-or-available .lock-text p a,
#single-guide .lock-or-available .lock-text p a:hover {
  text-decoration: underline;
  color: #1183c4;
  cursor: pointer;
}
#single-guide .banner-imgNew {
  text-align: center;
  margin-bottom: 50px;
}
#single-guide .banner-imgNew img {
  border: 1px solid #a2a2a2;
}
#single-guide #what-members-say-sm {
  text-align: center;
}
#single-guide #what-members-say-sm blockquote {
  border: 0;
  margin-bottom: 10px;
}
#single-guide #what-members-say-sm .quotes-panel .item p {
  font-size: 18px;
}
#lock-sectn,
#unlock-sectn {
  padding: 50px 0;
  background-color: #f9effb;
  position: relative;
}
#lock-sectn:before,
#unlock-sectn:before {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #f9effb;
  left: 50%;
  margin-left: -30px;
  content: "\00a0";
  position: absolute;
  top: -30px;
}
#lock-sectn .container,
#unlock-sectn .container {
  text-align: center;
}
#lock-sectn h3,
#unlock-sectn h3 {
  font-size: 2.143em;
  margin: 20px 0;
}
#lock-sectn p,
#unlock-sectn p {
  font-size: 1.286em;
}
#lock-sectn .lock-li,
#unlock-sectn .lock-li {
  margin: 30px auto 40px auto;
  width: 85%;
}
#lock-sectn .lock-li li,
#unlock-sectn .lock-li li {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 18px;
  float: left;
  width: 25%;
  text-align: left;
  line-height: 25px;
}
#lock-sectn .lock-li li:before,
#unlock-sectn .lock-li li:before {
  font-family: 'si-icons';
}
#lock-sectn .learnmore-txt,
#unlock-sectn .learnmore-txt {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 1.714em;
  line-height: 23px;
  clear: both;
}
#lock-sectn .learnmore-txt span,
#unlock-sectn .learnmore-txt span {
  font-size: 0.750em;
}
#unlock-sectn {
  background-color: #ebf6e2;
}
#unlock-sectn:before {
  border-bottom: 30px solid #ebf6e2;
}
#product-listing-top h1,
#product-listing-top h5 {
  color: #4a234b;
  text-align: center;
  margin: 0;
}
#product-listing-top h1 {
  font-size: 3.571em;
  padding-bottom: 8px;
}
#product-listing-top h5 {
  font-size: 1.714em;
}
.flat .selected,
.flat li {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
}

#grid .article-box {
  width: 24%;
  float: left;
  border: 1px solid #d2d2d2;
  border-bottom: 5px solid #4a234b;
  margin-right: 1.33%;
  margin-bottom: 1.33%;
  position: relative;
}
#grid .article-box:nth-child(4n) {
  margin-right: 0;
}
#grid .article-box.yellow-brdr {
  border-bottom: 5px solid #faa519;
}
#grid .article-box .img-box {
  padding: 10px;
  background-color: #efefef;
  text-align: center;
}
#grid .article-box .img-box img {
  border: 1px solid #d2d2d2;
  max-height: 357px;
}
#grid .article-box .img-box a {
  display: block;
  position: relative;
}
#grid .article-box .img-box a:hover .overlay-img {
  opacity: 1;
}
#grid .article-box .cnt-box {
  padding: 10px 10px 20px 10px;
}
#grid .article-box .cnt-box h5 {
  font-size: 1.286em;
  margin: 0 0 10px 0;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
#grid .article-box .cnt-box h5 a {
  color: #333333;
}
#grid .article-box .cnt-box p {
  font-size: 1em;
  margin: 0;
  line-height: normal;
}
#grid .article-box .cnt-box p b {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
#grid .article-box .cnt-box .last-updated {
  display: none;
}
#grid .article-box .cnt-box .star-updated {
  background: url(../../images/trangle-img.png) no-repeat;
  border-color: #efefef;
  position: absolute;
  top: 0;
  right: 0;
  width: 79px;
  height: 78px;
}
#grid .article-box .cnt-box .star-updated img {
  margin-top: 15px;
  float: right;
  margin-right: 10px;
}
#grid .article-box .cnt-box .star-updated span {
  display: none;
}
#grid .article-box .overlay-img {
  background: rgba(74, 35, 75, 0.75);
  text-align: center;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .25s ease;
  -moz-transition: opacity .25s ease;
  top: 0;
  left: 0;
  padding-top: 50%;
  z-index: 1;
}
#grid .article-box .overlay-img p {
  font-size: 1.429em;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  display: table;
  margin: 0 auto;
}
#grid .article-box .overlay-img p.first {
  border-bottom: 1px solid #fff;
}
#grid .article-box .overlay-img img {
  border: 0 !important;
}
#detail .article-box {
  display: table;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #d2d2d2;
}
#detail .article-box:first-child {
  border-top: 1px solid #d2d2d2;
}
#detail .article-box .img-box {
  width: 10%;
  float: left;
  padding-right: 5px;
  border-right: 5px solid #4a234b;
}
#detail .article-box .img-box img {
  border: 1px solid #d2d2d2;
  max-height: 357px;
}
#detail .article-box.yellow-brdr .img-box {
  border-right: 5px solid #faa519;
}
#detail .article-box .cnt-box {
  width: 90%;
  float: left;
  padding: 0 15px;
}
#detail .article-box .cnt-box h5 {
  font-size: 1.286em;
  margin: 0 0 10px 0;
}
#detail .article-box .cnt-box h5 a {
  color: #333333;
}
#detail .article-box .cnt-box p {
  font-size: 1em;
  margin: 0;
  line-height: normal;
}
#detail .article-box .cnt-box .star-updated {
  clear: both;
  display: block;
  padding-top: 5px;
}
#detail .article-box .cnt-box .star-updated span {
  font-size: 18px;
  margin-left: 5px;
  margin-top: 1px;
}
#detail .article-box .overlay-img {
  display: none;
}

.ajax_resource,
.resource-matching {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  padding-top: 35px;
}
.alm-load-more-btn {
  text-transform: uppercase;
}
.resource-matching {
  font-size: 1.286em;
  padding: 50px 0 0 0;
  clear: both;
  text-align: center;
}
#load-button {
  display: none;
}
#load-button.loading:before {
  background: url(../../images/ajax-loader-new.gif) no-repeat center center;
  width: 24px;
  height: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  z-index: 100;
  content: '';
  position: absolute;
  left: 30px;
  overflow: hidden;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}

.green-btn {
  width: 80%;
  margin: 0 auto;
  padding: 18px 0;
  background-color: #71b744;
  color: #fff;
  font-size: 1.286em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  -webkit-box-shadow: 0px 2px 5px 0px #d1d1d1;
  -moz-box-shadow: 0px 2px 5px 0px #d1d1d1;
  box-shadow: 0px 2px 5px 0px #d1d1d1;
  margin-top: -30px;
  display: block;
  cursor: pointer;
  margin-top: 20px;
}
.green-btn.dark {
  background-color: #6a9946;
}
.green-btn:hover {
  background-color: #577d39;
  text-decoration: none;
}
.green-btn:after {
  margin-top: -11px;
  font-size: 27px;
}
.green-btn:hover,
.green-btn:hover:after,
.green-btn:focus {
  color: #fff;
}
.green-btn:hover:after {
  text-decoration: none;
}
.row.inner {
  margin-left: 0;
  margin-right: 0;
}
.page-template-page-improve-expert-membership-php .help-you-text p {
  margin-top: 30px;
  margin-bottom: 0;
  text-align: left;
}
.page-template-page-improve-expert-membership-php #solution-finder {
  padding-bottom: 0;
}
.page-template-page-improve-expert-membership-php #product-listing h3 {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0;
}
.page-template-page-improve-expert-membership-php .want-more-a:hover {
  text-decoration: none!important;
}
.page-template-page-improve-expert-membership-php .want-more-btn {
  clear: both;
  font-size: 20px;
  text-decoration: none;
  max-width: 385px;
  margin-top: 20px;
}
.page-template-page-improve-expert-membership-php .want-more-btn:hover {
  text-decoration: none !important;
}
.page-template-page-improve-expert-membership-php .want-more-btn span {
  margin-bottom: 5px;
  font-size: 0.65em;
}
.page-template-page-improve-expert-membership-php #page-membership-top h5 {
  font-weight: bold;
  font-size: 1.914em;
  color: #000;
}
#enquiry-form .heading-text {
  font-size: 150%;
  text-align: left;
  min-height: 22px;
  margin: 0 0 25px 0;
  border: 1px solid;
  padding: 10px 0 10px 0;
  border-width: 0 0 1px 0;
}
#enquiry-form .lock {
  background: url('https://www.smartinsights.com/wp-content/plugins/s2member-pro/images/secure-icon.png') no-repeat center right;
}
#enquiry-form .book {
  background: url('https://www.smartinsights.com/wp-content/plugins/s2member-pro/images/details-icon.png') no-repeat center right;
}
#enquiry-form li {
  margin-top: 15px;
}
#enquiry-form li label.gfield_label {
  margin: 0;
  font-weight: normal;
}
#enquiry-form li .ginput_container {
  margin: 0;
}
#enquiry-form li input[type="text"],
#enquiry-form li select {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 5px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
#enquiry-form .gform_button {
  border-radius: 5px;
  color: #fff;
  padding: 6px 23px 6px 10px;
  text-decoration: none;
  background: url("../../images/product-listing-page/arrow1.png") no-repeat;
  background-size: 22px;
  background-position: 95% center;
  background-color: #6a9946;
  cursor: pointer;
  text-align: center;
  line-height: 1.33;
  min-width: 150px;
  border: 0;
}
#enquiry-form .gform_button:hover {
  background-color: #577d39;
}
.team-mem-clients {
  border-top: 0 !important;
}
.team-mem-clients h2 {
  font-size: 30px !important;
  text-align: left !important;
}
.team-mem-clients .team-mem-new img {
  max-width: 100%;
}
@media (min-width: 768px) {
  #page-membership-top .features-sectn {
    display: table;
  }
  #page-membership-top .features-sectn .col-md-3 {
    display: table-cell;
    float: none;
  }
  #page-membership-top .features-sectn .col-md-3.expert-plan {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    z-index: 99;
  }
  #page-membership-top .features-sectn .col-md-3 .freeORpay {
    min-height: 134px;
    text-align: center;
  }
  #page-need-more p {
    width: 50%;
    margin: 0 auto;
  }
  .clients-web {
    display: block;
  }
  .clients {
    display: none;
  }
  .expert-left {
    padding-right: 25px;
  }
  .expert-right {
    padding-left: 25px !important;
  }
  .green-btn {
    max-width: 335px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-membership-logos .logo-row .col-md-2,
  #page-membership-logos .logo-row .col-md-3 {
    width: 19.33%;
    float: left;
  }
}
@media (max-width: 767px) {
  .lock-or-available .lock-img {
    width: 30%;
  }
  .lock-or-available .lock-text {
    width: 70%;
  }
  .lock-or-available .lock-text p {
    width: 100%;
  }
  #lock-sectn .lock-li,
  #unlock-sectn .lock-li,
  #lock-sectn .lock-li li,
  #unlock-sectn .lock-li li {
    display: block;
    width: 100%;
  }
  #detail .article-box .img-box {
    width: 15%;
  }
  #detail .article-box .cnt-box {
    width: 85%;
  }
  #detail .article-box .cnt-box h5 {
    font-size: 1.571em;
  }
  #detail .article-box .cnt-box p {
    font-size: 1.143em;
  }
  #grid .overlay-img p {
    font-size: 1em;
  }
  .green-btn {
    width: 100%;
    font-size: 1.714em;
  }
  .green-btn.dark {
    font-size: 1.2em;
  }
  #membership-signup #signup-info {
    padding-left: 15px;
  }
  #page-membership-top h1 {
    font-size: 3.143em;
  }
  #page-membership-top h5 {
    font-size: 1.521em;
  }
  #page-membership-top .features-sectn .col-md-3 {
    margin-bottom: 30px;
    position: relative;
    border-width: 1px 1px 5px 1px;
  }
  #page-membership-top .features-sectn .col-md-3 .freeORpay {
    position: absolute;
    top: 0px;
    right: 15px;
  }
  #page-membership-top .features-sectn .col-md-3 .freeORpay h3 {
    font-size: 2.571em;
    color: #fff;
    padding-top: 10px;
  }
  #page-membership-top .features-sectn .col-md-3 .freeORpay h3 span {
    font-size: 0.5em;
  }
  #page-membership-top .features-sectn .col-md-3 .heading {
    padding: 0 15px;
    text-align: left;
    font-size: 1em;
  }
  #page-membership-top .features-sectn .col-md-3 .heading:after {
    left: 37px;
  }
  #page-membership-top .features-sectn .col-md-3 .heading h2 {
    padding-top: 10px;
  }
  #page-membership-top .features-sectn .col-md-3 .join-us {
    position: relative;
    padding-bottom: 70px;
    background-color: #fff;
    border-top: 0;
    margin-top: 20px;
  }
  #page-membership-top .features-sectn .col-md-3 .join-us a {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 12px 0;
    width: 94%;
    margin-left: 3%;
  }
  #page-membership-top .features-sectn .col-md-3 .join-us .features.list-points {
    padding-top: 0;
  }
  #page-membership-top .features-sectn .col-md-3 .join-us .features.list-points li {
    font-size: 22px;
  }
  #page-membership-top p.info {
    display: none;
  }
  .clients-web {
    display: none;
  }
  .clients {
    display: block;
  }
  #what-members-say .quotes-panel h2,
  #page-membership-logos h2,
  #page-need-more h2 {
    font-size: 3.143em;
  }
  .quotes-panel .item p {
    font-size: 22px;
  }
  #page-membership-logos {
    border-top: 0;
  }
  input#s2member-pro-paypal-checkout-coupon-apply {
    display: block;
    width: 50%;
    min-width: 150px;
    margin-left: 0;
    clear: both;
  }
}
@media (max-width: 480px) {
  #detail .article-box .img-box {
    width: 20%;
  }
  #detail .article-box .cnt-box {
    width: 80%;
  }
}
#tactic-page {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  color: #000;
}
@media (max-width: 1099px) {
    #tactic-page .section-two-column-main .s_toolkit_banner {
        display: none;
    }
}
#tactic-page h1 {
  font-size: 3.214em;
  color: #000;
  margin: 0 0 20px 0;
  padding: 0;
}
#tactic-page div.sharedaddy .sd-content {
  text-align: left;
  margin-top: 0 !important;
  padding: 0;
}
#tactic-page .tactic-p p {
  font-size: 16px;
  margin-bottom: 20px;
}
#tactic-page .recommended-resources {
  background-color: #eeeeee;
  padding: 30px;
  text-align: center;
}
#tactic-page .recommended-resources p {
  font-size: 16px;
}
#tactic-page .recommended-resources ol {
  padding-left: 10px;
  font-size: 16px;
  text-align: left;
  list-style: none;
}
#tactic-page .recommended-resources ol li {
  padding: 15px 0;
  border-bottom: 1px solid #d2d2d2;
  list-style-position: inside;
  color: #0080cc;
  position: relative;
  padding-right: 75px;
}
#tactic-page .recommended-resources ol li:last-child {
  border-bottom: 0;
}
#tactic-page .recommended-resources ol li .basic,
#tactic-page .recommended-resources ol li .expert,
#tactic-page .recommended-resources ol li .article {
  padding: 2px 7px;
  color: #fff;
  font-size: 12px;
  float: right;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  bottom: 15px;
  right: 0;
}
#tactic-page .recommended-resources ol li .basic {
  background-color: #4a234b;
}
#tactic-page .recommended-resources ol li .expert {
  background-color: #60ae34;
}
#tactic-page .recommended-resources ol li .article {
  background-color: #0083ca;
}
#tactic-page .recommended-resources ol li h3 {
  font-size: 16px;
  margin: 0!important;
}
#tactic-page .recommended-resources ol li a {
  display: inline-block;
}
#tactic-page .recommended-resources .recommended-resource-icon {
  padding-bottom: 20px;
  display: block;
}
#tactic-page .recommended-resources .recommended-resource-icon .cta-icon {
  width: 66px;
  height: 66px;
  color: #fff;
  background-color: #5a2e5b;
  border-radius: 100%;
  line-height: 66px;
  display: inline-block;
  font-size: 40.86px;
}
#tactic-page .quick-guide p {
  font-size: 16px;
  margin-bottom: 30px;
}
#tactic-page .quick-guide h5 {
  color: #664566;
  font-size: 1.286em;
  margin-bottom: 30px;
  font-family: helvetica;
}
#tactic-page .quick-guide ul,
#tactic-page .quick-guide ol {
  margin-bottom: 30px;
  padding-left: 0;
}
#tactic-page .quick-guide ul li,
#tactic-page .quick-guide ol li {
  padding-bottom: 7px;
  padding-left: 20px;
  font-size: 16px;
}
#tactic-page .quick-guide ul li a,
#tactic-page .quick-guide ol li a {
  color: #007fcc;
}
#tactic-page .quick-guide ul li {
  list-style-type: none;
  background: url(../../images/li-right-arrow.png) 0px 7px no-repeat;
}
#tactic-page .quick-guide ol li {
  list-style-position: inside;
}
#tactic-page .quick-guide .tick-h3 .fa-check {
  width: 36px;
  height: 36px;
  color: #fff;
  background-color: #72ac46;
  border-radius: 100%;
  line-height: 36px;
  display: inline-block;
  font-size: 22px;
  margin-right: 7px;
  text-align: center;
}
#tactic-page .quick-guide .def-h3 .icon-lightbulb-o {
  width: 36px;
  height: 36px;
  color: #fff;
  background-color: #775e5e;
  border-radius: 100%;
  line-height: 36px;
  display: inline-block;
  font-size: 24px;
  margin-right: 7px;
  text-align: center;
}
#tactic-page .quick-guide .resource-h3 .fa-book {
  width: 36px;
  height: 36px;
  color: #fff;
  background-color: #ed9e19;
  border-radius: 100%;
  line-height: 36px;
  display: inline-block;
  font-size: 20px;
  margin-right: 7px;
  text-align: center;
}
#tactic-page .quick-guide .stat-h3 .fa-bar-chart-o {
  width: 36px;
  height: 36px;
  color: #fff;
  background-color: #40a6bf;
  border-radius: 100%;
  line-height: 36px;
  display: inline-block;
  font-size: 18px;
  margin-right: 7px;
  text-align: center;
}
#tactic-page .quick-guide .tools-h3 .icon-wrench {
  width: 36px;
  height: 36px;
  color: #fff;
  background-color: #666666;
  border-radius: 100%;
  line-height: 36px;
  display: inline-block;
  font-size: 20px;
  margin-right: 7px;
  text-align: center;
}
#tactic-page .quick-guide .website-h3 .fa-desktop {
  width: 36px;
  height: 36px;
  color: #fff;
  background-color: #c22e41;
  border-radius: 100%;
  line-height: 36px;
  display: inline-block;
  font-size: 18px;
  margin-right: 7px;
  text-align: center;
}
#tactic-page .quick-guide .techniques-h3 .fa-folder-open {
  width: 36px;
  height: 36px;
  color: #fff;
  background-color: #783c79;
  border-radius: 100%;
  line-height: 36px;
  display: inline-block;
  font-size: 18px;
  margin-right: 7px;
  text-align: center;
}
#tactic-page .list-points.list-blocks li {
  font-size: 16px;
}
@media (max-width: 767px) {
  #tactic-page h1 {
    font-size: 2em;
  }
  #tactic-page h3 {
    font-size: 22px;
  }
}
#marketplace-page {
  font-family: 'Source Sans Pro';
}
#marketplace-page .blog_header {
  border-top: 3px solid #0083ca;
  padding-top: 20px;
}
#marketplace-page .blog-post {
  margin-bottom: 20px;
  border-top: 1px dashed #E1E1E1;
  padding-top: 20px;
}
#marketplace-page .blog-post h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}
#marketplace-page .blog-post p {
  margin-bottom: 20px;
  padding: 0px!important;
}
#marketplace-page .blog-post .continue {
  font-size: 16px;
}
#marketplace-page .blog-post .post_meta {
  display: block;
  margin-bottom: 10px;
}
#marketplace-page .tax-listings ul {
  padding-left: 0;
}
#marketplace-page .tax-listings ul li {
  width: 50%;
  float: left;
  list-style-type: none;
  text-align: left;
  background: url(../../images/li-right-arrow.png) 0px 7px no-repeat;
  padding-bottom: 10px;
  padding-left: 20px;
}
#marketplace-page .tax-listings ul li a {
  font-size: 1.143em;
  color: #0083ca;
}
#marketplace-page .tax-listings ul li a span {
  color: #333;
}
#marketplace-page .cta-panel-header h4 {
  text-align: left;
}
#marketplace-page .list-points.list-blocks li {
  font-size: 16px;
}
#marketplace-page .seach-here {
  position: relative;
}
#marketplace-page .seach-here .search-inpt {
  border: 1px solid #d7d7d7;
  background-color: #fff;
  color: #999;
  font-size: 1.143em;
  width: 100%;
  font-family: 'Source Sans Pro';
  outline: none;
  padding: 10px;
  padding-left: 30px;
}
#marketplace-page .seach-here .search-results {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 11;
  border: 1px solid #d7d7d7;
  border-top: 0;
  padding: 0 25px 25px 25px;
  display: none;
}
#marketplace-page .seach-here .search-results ul {
  padding: 0;
}
#marketplace-page .seach-here .search-results ul li {
  display: block;
  padding: 9px 0;
  border-bottom: 1px dashed #d9d9d9;
  font-size: 1em;
}
#marketplace-page .seach-here .search-results ul li a {
  color: #362f34;
  text-decoration: none !important;
  cursor: pointer;
  display: block;
  position: relative;
  padding-right: 50px;
}
#marketplace-page .seach-here .search-results ul li a span {
  color: #1f82c8;
  font-size: 0.778em;
  float: right;
  width: 50px;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}
#marketplace-page .seach-here .search-results.scroll-div {
  height: 260px;
  overflow-y: auto;
}
#marketplace-page .seach-here:before {
  position: absolute;
  top: 15px;
  left: 10px;
  color: #000;
}
#marketplace-page #marketplaceprofile input[type="text"] {
  box-sizing: border-box;
  margin: 0;
  padding: 5px;
  width: 100%;
}
#marketplace-page .mkt-sidebar-search .row {
  padding-bottom: 10px;
}
#marketplace-page .mkt-sidebar-search .or-text p {
  border-bottom: 1px solid #d2d2d2;
  margin-top: 5px;
  margin-bottom: 10px;
}
#marketplace-page .mkt-sidebar-search .or-text p span {
  font-size: 1.143em;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #000;
  margin: 0 auto;
  width: 40px;
  display: table;
  text-align: center;
  margin-bottom: -10px;
  background-color: #efefef;
}
#marketplace-page .mkt-sidebar-search label {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
#marketplace-page .mkt-sidebar-search .mkt-search-btn {
  background-color: #0083ca;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
  padding-left: 25px;
  width: 100%;
}
#marketplace-page .mkt-sidebar-search .mkt-search-btn:hover {
  color: #fff;
}
#marketplace-page .mkt-sidebar-search .mkt-search-btn:after {
  font-size: 1.375em;
  margin-top: -12px;
}
#marketplace-page #result-listing {
  margin-bottom: 3em;
}
#marketplace-page #result-listing tr th {
  background-color: #4a234b;
  color: #fff;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.143em;
}
#marketplace-page #result-listing tr td {
  font-size: 1.143em;
  color: #000;
  border-bottom: 1px solid #d7d7d7;
}
#marketplace-page #result-listing tr td:first-child {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  border-left: 1px solid #d7d7d7;
}
#marketplace-page #result-listing tr td:last-child {
  border-right: 1px solid #d7d7d7;
}
#marketplace-page #result-listing tr td a {
  color: #000;
}
#marketplace-page #result-listing tr td a img {
  margin-top: 7px;
}
#marketplace-page #result-listing tr td span {
  color: #999;
  font-size: 12px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
#marketplace-page #result-listing tr th,
#marketplace-page #result-listing tr td {
  text-align: left;
  vertical-align: top;
  padding: 13px 10px;
}
#marketplace-page .navigation {
  margin-top: 30px;
}
#marketplace-page .navigation ul {
  padding-left: 0;
  text-align: center;
}
#marketplace-page .navigation ul li {
  display: inline;
}
#marketplace-page .navigation ul li a {
  color: #0083ca;
  text-decoration: none;
  cursor: pointer;
  padding: 0 10px;
  border-right: 1px solid #666;
}
#marketplace-page .navigation ul li a:hover {
  color: #333;
  text-decoration: none;
}
#marketplace-page .navigation ul li.active a,
#marketplace-page .navigation ul li.disabled {
  color: #333;
}
#marketplace-page .navigation ul li.nxt span,
#marketplace-page .navigation ul li.prev a span {
  content: "\f054";
  font-family: 'si-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
#marketplace-page .navigation ul li:last-child a {
  border-right: 0;
}
#marketplace-page .changetoblue {
  background-color: #0083ca;
  color: #fff;
}
#marketplace-page .changetoblue h3 {
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #4da8da;
}
#marketplace-page .changetoblue .mkt-option-btn {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  width: 100%;
  border: 0;
}
#marketplace-page .changetoblue .mkt-option-btn:hover {
  color: #fff;
}
#marketplace-page .changetoblue .mkt-option-btn:after {
  font-size: 1.375em;
  margin-top: -12px;
}
#marketplace-page .changetoblue p {
  font-size: 1.286em;
  margin-bottom: 15px;
  text-align: left;
}
#marketplace-page .companyform .row {
  padding: 15px 0;
}
#marketplace-page .companyimg-title {
  margin-bottom: 3em !important;
}
#marketplace-page .companyimg-title h1 {
  font-size: 3.214em;
  border-bottom: 3px solid #0083ca;
}
#marketplace-page .companyimg-title h1 img {
  margin-right: 15px;
  max-width: 75px;
}
#marketplace-page .company-info-block {
  margin-bottom: 3em !important;
  margin-right: 20px !important;
}
#marketplace-page .company-info-block .company-info {
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
#marketplace-page .company-info-block .company-info .col-sm-3 {
  color: #000;
  font-size: 1.143em;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding-left: 0;
}
#marketplace-page .company-info-block .company-info .col-sm-9 {
  color: #000;
  font-size: 1.143em;
  padding-left: 0;
}
#marketplace-page .company-info-block .company-info .col-sm-9 span.gray {
  color: #999;
  font-size: 12px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-left: 5px;
}
#marketplace-page .company-info-block .company-info::last-child {
  border-bottom: 0;
}
#marketplace-page .about-info {
  margin-left: -15px !important;
}
#marketplace-page .about-info h3 {
  color: #000;
  font-size: 2em;
  margin: 0 0 1em;
}
#marketplace-page .about-info p {
  color: #000;
  font-size: 1.143em;
  padding-bottom: 2em;
}
#marketplace-page .about-info ul,
#marketplace-page .about-info ol {
  padding-bottom: 2em;
}
#marketplace-page .about-info ul li,
#marketplace-page .about-info ol li {
  font-size: 1.143em;
  padding-bottom: 7px;
}
#marketplace-page .about-info .it-says-block {
  background-color: #4a234b;
  padding: 20px 5px;
  margin-right: -15px !important;
}
#marketplace-page .about-info .it-says-block .col-sm-9 {
  border-left: 1px solid #816581;
  font-size: 1em;
}
#marketplace-page .about-info .it-says-block .col-sm-9 p {
  padding-bottom: 0;
  margin: 0;
  color: #fff;
}
#marketplace-page .about-info .it-says-block .col-sm-9 p.subhead {
  color: #927b93;
  padding-bottom: 15px;
}
#marketplace-page .full,
#marketplace-page .free,
#marketplace-page .article,
#marketplace-page .agency,
#marketplace-page .consultant,
#marketplace-page .software,
#marketplace-page .training {
  padding: 2px 7px;
  color: #fff !important;
  font-size: 12px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
#marketplace-page .free,
#marketplace-page .training {
  background-color: #4a234b;
}
#marketplace-page .full,
#marketplace-page .consultant {
  background-color: #60ae34;
}
#marketplace-page .article,
#marketplace-page .agency {
  background-color: #0083ca;
}
#marketplace-page .software {
  background-color: #ec1e35;
}
#marketplace-page .agency,
#marketplace-page .consultant,
#marketplace-page .software,
#marketplace-page .training {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 3px;
  display: inline-block;
}
#marketplace-page .mkt-resulthead {
  border-bottom: 3px solid #0083ca;
  margin-bottom: 3em !important;
}
#marketplace-page .mkt-resulthead h1 {
  padding-bottom: 0;
  font-size: 3.214em;
}
#marketplace-page .mkt-resulthead p,
#marketplace-page .mkt-resulthead h2 {
  color: #999;
  font-size: 1.714em;
}
#marketplace-page .mkt-resulthead p span,
#marketplace-page .mkt-resulthead h2 span {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #000;
}
#marketplace-page .mkt-resulthead .interhead h2 {
  color: #333;
  padding-bottom: 0;
  font-size: 3.214em;
}
#marketplace-page .mkt-resulthead .interhead h1 {
  color: #999;
  font-size: 1.714em;
}
#marketplace-page .mkt-resulthead .interhead h1 span {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #000;
}
#marketplace-page .popular-supplier-block {
  background: none !important;
  margin-bottom: 0px;
}
#marketplace-page .popular-supplier-block .cta-panel-body {
  background: none !important;
  padding-top: 0 !important;
}
#marketplace-page .popular-supplier-block .cta-panel-body h3 {
  margin-top: 0;
}
#marketplace-page .popular-supplier-block .tax-listings ul li {
  float: none;
  width: 100%;
}
#marketplace-page div.mce-panel {
  border: 1px solid #d7d7d7;
}
#marketplace-page #success-message {
  color: #4a8728;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
#marketplace-page .btn-padd {
  padding: 10px 12px !important;
}
#marketplace-page .showprofbut {
  margin-bottom: 20px !important;
}
#marketplace-page .panel-best {
  position: relative;
  background-color: #4a214b;
}
#marketplace-page .panel-best .best-logo {
  position: absolute;
  top: -24px;
  left: -16px;
}
#marketplace-page .panel-best .best-heading h3 {
  font-size: 2em;
  color: #fff;
  margin: 0 0 10px;
}
#marketplace-page .panel-best .best-heading h3.second {
  margin: 30px 0 15px;
}
#marketplace-page .panel-best .best-heading .best {
  height: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #816481;
}
#marketplace-page .panel-best .best-heading .best img {
  background-color: #4a214b;
}
#marketplace-page .panel-best p {
  font-size: 1em;
  color: #9c859c;
}
#marketplace-page .panel-best p.btmlink a {
  font-size: 1em;
  color: #fff;
  display: block;
  cursor: pointer;
}
#marketplace-page .panel-best .mkt-option-btn {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #ffffff;
  width: 100%;
  border: 0;
  padding-right: 35px;
  margin: 10px 0 15px;
}
#marketplace-page .panel-best .mkt-option-btn:after {
  font-size: 1.375em;
  margin-top: -12px;
}
#marketplace-page .bold {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
#marketplace-page .panel-withoutbg {
  background-color: #fff;
}
#marketplace-page .panel-withoutbg h3 {
  color: #0083ca;
  font-size: 1.643em;
  text-align: left;
  margin: 0 0 10px;
}
#marketplace-page .panel-withoutbg p {
  font-size: 1.143em;
  color: #333;
  text-align: left;
  margin-bottom: 15px;
}
#marketplace-page .panel-withoutbg a {
  color: #6a9948;
  font-size: 1.143em;
  text-align: left;
  display: block;
  font-weight: bold;
  cursor: pointer;
}
#marketplace-page .panel-withoutbg a .icon-arrow-right {
  font-size: 15px;
}
#marketplace-page .certified-supplrs-block {
  background-color: #0083ca;
}
#marketplace-page .certified-supplrs-block img {
  float: left;
  margin: -13px 0 -13px -10px;
  position: relative;
}
#marketplace-page .certified-supplrs-block .certified-supplrs {
  padding-left: 78px;
  font-size: 1em;
  color: #fff;
  padding-top: 16px;
}
#marketplace-page .company-partners {
  margin-bottom: 2em;
}
#marketplace-page .company-partners .partners-logo {
  padding-left: 15px;
  border-right: 1px solid #c6c6c6;
  margin-right: 20px;
  float: left;
}
#marketplace-page .company-partners .partners-logo img {
  margin-right: 15px;
}
#marketplace-page .company-partners .partner-status h5 {
  color: #0083ca;
  font-size: 1.143em;
  margin-bottom: 10px;
}
#mktplace-grayblock {
  font-family: 'Source Sans Pro';
}
#mktplace-grayblock .mkt-heading-left {
  padding-right: 6%;
}
#mktplace-grayblock .mkt-heading-left h1 {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 4.286em;
  padding-bottom: 10px;
  margin: 0;
}
#mktplace-grayblock .mkt-heading-left .sub-heading {
  font-size: 1.679em;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#mktplace-grayblock .mkt-heading-left p {
  font-size: 1.143em;
}
#mktplace-grayblock .mkt-left-search .select2-container {
  margin-bottom: 12px;
  width: 100%;
}
#mktplace-grayblock .mkt-left-search .select2-container .select2-selectio {
  border: 1px solid #d7d7d7;
}
#mktplace-grayblock .mkt-left-search .or-text p {
  border-bottom: 1px solid #d2d2d2;
  margin-top: 5px;
  margin-bottom: 20px;
}
#mktplace-grayblock .mkt-left-search .or-text p span {
  font-size: 1.1em;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #000;
  margin: 0 auto;
  width: 40px;
  display: table;
  text-align: center;
  margin-bottom: -10px;
  background-color: #efefef;
}
#mktplace-grayblock .mktsearch-box {
  position: relative;
  margin-top: 25px;
}
#mktplace-grayblock .mktsearch-box .mktsearch {
  padding: 12px;
  color: #999;
  font-size: 1.619em;
  padding-left: 35px;
  font-family: 'Source Sans Pro';
  width: 100%;
}
#mktplace-grayblock .mktsearch-box:before {
  font-size: 20px;
  position: absolute;
  top: 16px;
  left: 10px;
  font-weight: bold;
}
#mktplace-grayblock .mktsearch-box .search-results {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 11;
  border: 1px solid #d7d7d7;
  border-top: 0;
  padding: 0 25px 25px 25px;
  display: none;
}
#mktplace-grayblock .mktsearch-box .search-results ul {
  padding: 0;
}
#mktplace-grayblock .mktsearch-box .search-results ul li {
  display: block;
  padding: 9px 0;
  border-bottom: 1px dashed #d9d9d9;
  font-size: 1em;
}
#mktplace-grayblock .mktsearch-box .search-results ul li a {
  color: #362f34;
  text-decoration: none !important;
  cursor: pointer;
  display: block;
  position: relative;
  padding-right: 50px;
}
#mktplace-grayblock .mktsearch-box .search-results ul li a span {
  color: #1f82c8;
  font-size: 0.778em;
  float: right;
  width: 50px;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}
#mktplace-grayblock .mktsearch-box .search-results.scroll-div {
  height: 260px;
  overflow-y: auto;
}
#mktplace-grayblock .form-control {
  margin-bottom: 12px;
  color: #666;
}
#mktplace-grayblock .mkt-search-btn {
  background-color: #0083ca;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
  padding-left: 25px;
}
#mktplace-grayblock .mkt-search-btn:hover {
  color: #fff;
}
#mktplace-grayblock .mkt-search-btn:after{
  font-size: 1.375em;
  margin-top: -12px;
}
#mktplace-grayblock {
  background-color: #efefef;
}
#mktplace-grayblock .mkt-heading-left .sub-heading {
  color: #8f8f8f;
  border-bottom: 1px solid #d8d8d8;
}
#mktplace-grayblock .mkt-heading-left p {
  color: #000;
}
#mktplace-grayblock .mktsearch-box .mktsearch {
  border: 1px solid #d7d7d7;
}

#profile-feature {
  background-color: #eee;
  font-family: 'Source Sans Pro';
}
#profile-feature h3 {
  color: #000;
  font-size: 2em;
  padding-bottom: 4%;
  text-align: center;
  margin: 0;
}
#profile-feature .feature-listing-header {
  padding: 30px 0;
}
#profile-feature .feature-listing-header h4 {
  color: #fff;
  font-size: 2.286em;
  text-align: center;
  margin: 0;
}
#profile-feature .feature-listing-header h4 .cta-icon {
  font-size: 0.875em;
}
#profile-feature .feature-listing-header.standard {
  background-color: #4a234b;
}
#profile-feature .feature-listing-header.enhanced {
  background-color: #60ae34;
}
#profile-feature .feature-listing-body {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-top: 0;
  padding: 20px;
}
#profile-feature .feature-listing-body h5 {
  color: #000;
  font-size: 1em;
  margin: 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  padding-top: 10px;
}
#profile-feature .feature-listing-body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#profile-feature .feature-listing-body ul li {
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #d2d2d2;
  font-size: 16px;
}
#profile-feature .feature-listing-body ul li .icon-check {
  color: #60ae34;
}
#profile-feature .feature-listing-body ul li .fa-remove {
  color: #ccc;
}
#profile-feature .feature-listing-body ul li abbr {
  border-bottom: 0px;
}
#profile-feature .feature-listing-body .feature-btn {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  margin-top: 45px;
  padding: 15px 12px;
  display: block;
  width: 100%;
  border: 0;
  cursor: pointer;
  text-align: center;
}
#profile-feature .feature-listing-body .feature-btn .fa-chevron-right {
  margin-left: 5px;
}
#profile-feature .feature-listing-body.standard .feature-btn {
  background-color: #4a234b;
}
#profile-feature .feature-listing-body.standard .feature-btn:hover {
  background-color: #3b1c3c;
}
#profile-feature .feature-listing-body.enhanced {
  color: #000;
}
#profile-feature .feature-listing-body.enhanced .feature-btn {
  background-color: #60ae34;
}
#profile-feature .feature-listing-body.enhanced .feature-btn:hover {
  background-color: #577d39;
}
#how-it-works {
  color: #000;
  font-family: 'Source Sans Pro';
}
#how-it-works h3 {
  font-size: 2em;
  padding-bottom: 2%;
  margin: 0;
}
#how-it-works p {
  font-size: 16px;
  margin-bottom: 20px;
}
#how-it-works .members-say {
  text-align: center;
  padding-left: 12%;
  padding-right: 20px;
}
#how-it-works .members-say h4 {
  font-size: 1.571em;
  color: #0083ca;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding-bottom: 15px;
}
#how-it-works .members-say p {
  font-style: italic;
  font-size: 16px;
  margin-bottom: 20px;
}
#how-it-works .members-say span {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
#marketplace-listing-btm {
  background-color: #4a234b;
  font-family: 'Source Sans Pro';
}
#marketplace-listing-btm p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}
#marketplace-listing-btm .title-text {
  color: #927b93;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
#marketplace-listing-btm .left-border {
  border-left: 1px solid #816581;
}
@media (min-width: 992px) {
  .first-formcolumn {
    padding-right: 0;
  }
  #mktplace-grayblock .mkt-left-search {
    width: 35%;
  }
}
@media (max-width: 991px) {
  #marketplace-page .panel-best {
    padding-top: 55px;
    margin-top: 52px;
  }
  #marketplace-page .panel-best .best-logo {
    top: -50px;
    left: 50%;
    margin-left: -47px;
  }
}
@media (max-width: 767px) {
  #marketplace-page .tax-listings ul li {
    width: 100%;
  }
  #marketplace-page .company-info-block .company-info .col-sm-3 {
    padding-bottom: 7px;
  }
  #marketplace-page .about-info .it-says-block .col-sm-3 {
    text-align: center;
  }
  #marketplace-page .about-info .it-says-block .col-sm-9 {
    border-left: 0;
  }
  #marketplace-page .about-info .it-says-block .col-sm-9 p.subhead {
    padding-top: 10px;
    border-top: 1px solid #816581;
  }
  #marketplace-page .result-tbleblock {
    width: 100%;
    overflow-y: auto;
    border: 1px solid #d7d7d7;
    border-top: 0;
    margin-bottom: 2.5em;
  }
  #marketplace-page .result-tbleblock #result-listing {
    margin-bottom: 0;
  }
  #marketplace-page .cta-panel-header h4 {
    text-align: center;
  }
  #marketplace-page .certified-supplrs-block {
    margin-right: 1px;
  }
  #marketplace-page .company-partners .partners-logo {
    float: none;
    border: 0;
  }
  #marketplace-listing-btm .col-md-2 {
    text-align: center;
  }
  #marketplace-listing-btm .left-border {
    border: 0;
  }
  #marketplace-listing-btm .left-border .title-text {
    border-top: 1px solid #816581;
    padding-top: 20px;
  }
  #how-it-works .members-say {
    padding: 0;
  }
}
@media (max-width: 374px) {
  #marketplace-page .certified-supplrs-block .certified-supplrs {
    padding-top: 7px;
  }
}
#member-dashboard {
  padding-top: 0;
}
#member-dashboard .heading {
  font-family: 'Source Sans Pro'. Helvetica, Arial, sans-serif;
  padding: 2em 0;
  margin-bottom: 2em;
  border-bottom: 1px solid #d7d7d7;
}
#member-dashboard .heading h1,
#member-dashboard .heading h2 {
  margin: 0;
  text-align: center;
}
#member-dashboard .heading h1 {
  padding-bottom: 12px;
  font-size: 2.6em;
  color: #000;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
#member-dashboard .heading h2 {
  font-size: 1.679em;
  color: #999999;
}
#member-dashboard .heading h2.subheading-listing {
  font-size: 2.571em;
  color: #000;
}
#member-dashboard .welcometxt {
  color: #000;
  padding-bottom: 1em;
  margin: 0;
}
#member-dashboard .welcometxt .upgrade-to {
  color: #60ae34;
  font-size: 12px;
  font-weight: bold;
}
#member-dashboard .alert-success {
  padding-bottom: 1em;
}
#member-dashboard #members-panels .member-panel {
  width: 100%;
  float: left;
  border: 1px solid #d7d7d7;
  margin-bottom: 2.5%;
  border-radius: 0 0 4px 4px;
}
#member-dashboard #members-panels .member-panel .panel-img {
  position: relative;
}
#member-dashboard #members-panels .member-panel .panel-img img {
  width: 100%;
}
#member-dashboard #members-panels .member-panel .panel-img .panel-icons {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  padding-top: 10%;
}
#member-dashboard #members-panels .member-panel .panel-img .panel-icons h3 {
  color: #fff;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.643em;
  margin: 12px 0 0;
}
#member-dashboard #members-panels .member-panel .panel-img .panel-icons .cta-icon {
  color: #fff;
  display: inline-block;
}
#member-dashboard #members-panels .member-panel .panel-img .panel-icons .fa-lightbulb-o {
  font-size: 5em;
}
#member-dashboard #members-panels .member-panel .panel-img .panel-icons .fa-list {
  font-size: 4em;
  margin-bottom: 14px;
}
#member-dashboard #members-panels .member-panel .panel-img .panel-icons .fa-book {
  font-size: 4.286em;
  margin-bottom: 10px;
}
#member-dashboard #members-panels .member-panel .panel-img .panel-icons .fa-desktop {
  font-size: 4.143em;
  margin-top: 13px;
}
#member-dashboard #members-panels .member-panel .panel-img .panel-icons .fa-fire {
  font-size: 4.286em;
  margin-top: 11px;
}
#member-dashboard #members-panels .member-panel .panel-img .panel-icons .fa-clock-o {
  font-size: 4.286em;
  margin-top: 11px;
}
#member-dashboard #members-panels .member-panel .panel-img .panel-icons .fa-group {
  font-size: 4.286em;
  margin-top: 11px;
}
#member-dashboard #members-panels .member-panel .panel-cnt {
  padding: 20px 12px;
  text-align: center;
}
#member-dashboard #members-panels .member-panel .panel-cnt p {
  font-size: 1.143em;
}
#member-dashboard #members-panels .member-panel .panel-cnt .member-blue-btn,
#member-dashboard #members-panels .member-panel .panel-cnt .member-green-btn {
  background-color: #0083ca;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  margin-top: 30px;
  padding: 15px 12px;
  display: block;
  width: 100%;
  border: 0;
  cursor: pointer;
}
#member-dashboard #members-panels .member-panel .panel-cnt .member-blue-btn:hover,
#member-dashboard #members-panels .member-panel .panel-cnt .member-green-btn:hover {
  background-color: #3276b1;
  text-decoration: none;
}
#member-dashboard #members-panels .member-panel .panel-cnt .member-blue-btn .fa-chevron-right,
#member-dashboard #members-panels .member-panel .panel-cnt .member-green-btn .fa-chevron-right {
  margin-left: 5px;
}
#member-dashboard #members-panels .member-panel .panel-cnt .member-blue-btn .fa-lock,
#member-dashboard #members-panels .member-panel .panel-cnt .member-green-btn .fa-lock {
  margin-right: 5px;
}
#member-dashboard #members-panels .member-panel .panel-cnt .member-green-btn {
  background-color: #6a9948;
}
#member-dashboard #members-panels .member-panel .panel-cnt .member-green-btn:hover {
  background-color: #577d39;
}
#member-dashboard #members-panels .member-panel .panel-cnt .basic-btn-first {
  margin-top: 66px;
}
#member-dashboard #members-panels .member-panel .panel-cnt .whatshot-btn {
  margin-top: 52px;
}
#member-dashboard .basic,
#member-dashboard .expert {
  padding: 2px 7px;
  color: #fff;
  font-size: 12px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #60ae34;
  margin-top: 5px;
  display: inline-block;
}
#member-dashboard .basic {
  background-color: #4a234b;
  margin: 0;
}
#member-dashboard .indro p,
#member-dashboard .indro li {
  font-size: 16px;
  color: #000;
  padding-bottom: 25px;
  margin: 0;
}
#member-dashboard .indro ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
#member-dashboard .indro ul li {
  padding-bottom: 15px;
}
#member-dashboard .indro ul li:last-child {
  padding-bottom: 0;
}
#member-dashboard .indro ul li span {
  font-family: 'Source Sans Pro';
}
#member-dashboard .indro .icon-arrow-right:before {
  margin-right: 5px;
}
#member-dashboard .indro p.bold {
  font-weight: bold;
}
.page-template-page-member-home #tooltip {
  max-width: 450px !important;
}
@media (min-width: 768px) {
  #member-dashboard .heading h1 {
    font-size: 3em;
  }
  #member-dashboard #members-panels .member-panel {
    width: 48.75%;
    float: left;
    margin-right: 2.5%;
  }
  #member-dashboard #members-panels .member-panel:nth-child(2n) {
    margin-right: 0;
  }
  #member-dashboard #members-panels .member-panel:nth-child(4) .panel-cnt .member-blue-btn {
    margin-top: 52px;
  }
  #member-dashboard .indro {
    width: 72%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  #member-dashboard .heading h1 {
    font-size: 3.714em;
  }
  #member-dashboard #members-panels .member-panel {
    width: 31.66%;
    float: left;
    margin-right: 2.5%;
  }
  #member-dashboard #members-panels .member-panel:nth-child(2n) {
    margin-right: 2.5%;
  }
  #member-dashboard #members-panels .member-panel:nth-child(3n) {
    margin-right: 0;
  }
  #member-dashboard #members-panels .member-panel:nth-child(4) {
    clear: left;
  }
  #member-dashboard #members-panels .member-panel:nth-child(4) .panel-cnt .member-blue-btn {
    margin-top: 30px;
  }
}
.btmpurple-block {
  background-color: #4b224c;
  padding: 3em 0;
}
.btmpurple-block a {
  font-size: 1.286em;
  color: #fff;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.btmpurple-block a .mnth-txt span {
  color: #0083ca;
}
.btmpurple-block .mnth-before,
.btmpurple-block .mnth-before .fa,
.btmpurple-block .mnth-txt {
  float: left;
}
.btmpurple-block .mnth-before {
  border-right: 1px solid #816582;
  width: 50%;
}
.btmpurple-block .mnth-before .fa {
  margin: 16px 20px 0 0;
  color: #816582;
}
.btmpurple-block .mnth-after {
  float: right;
  text-align: right;
}
.btmpurple-block .mnth-after .fa {
  margin: 16px 0 0 20px;
  color: #816582;
}

@media (max-width: 420px) {
  .btmpurple-block a {
    font-size: 0.85em;
  }
}

.capitalize {
  text-transform: capitalize;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.clear {
  display: block;
  clear: both;
}
.float_left {
  float: left;
}
.replay_onboarding {
  font-size: 16px;
  margin-top: 6px;
}
@media (max-width: 768px) {
  .replay_onboarding {
    display: none;
  }
}
.hotspot {
  box-shadow: 0px 0px 3px 5px rgba(74, 35, 75, 0.8);
  width: 50px;
  height: 50px;
  margin: -7px 0 0 -7px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 1;
  display: none;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: focus 1s linear;
  -webkit-animation-fill-mode: both;
  -moz-animation: focus 1s linear;
  -moz-animation-fill-mode: both;
  -ms-animation: focus 1s linear;
  -ms-animation-fill-mode: both;
  animation: focus 1s linear;
  animation-fill-mode: both;
}
.helper_text {
  font-size: 14px!important;
  color: silver;
}
@-webkit-keyframes focus {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
  }
}
@-moz-keyframes focus {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(2);
  }
}
@keyframes focus {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
#onboarding_modal {
  top: 50%;
  margin-top: -199px;
}
#onboarding_modal .btn {
  font-size: 16px;
}
#onboarding_modal .btn:after {
  margin-top: -6px;
}
#onboarding_modal .skip {
  display: none;
}
#onboarding_modal #preloader {
  display: none;
}
#onboarding_modal .prev_onboarding_step {
  display: none;
  padding-left: 40px;
}
#onboarding_modal .prev_onboarding_step:after {
  content: '';
}
#onboarding_modal .prev_onboarding_step:before {
  content: '\f053';
  font-family: "si-icons", Helvetica, Arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: 20px;
  position: absolute;
  top: 50%;
  left: -5px;
  margin-top: -6px;
  -webkit-font-smoothing: antialiased;
}
#onboarding_modal #logo {
  display: block;
  margin: 29px auto 20px auto;
}
#onboarding_modal .col_2 {
  width: 48%;
  margin-right: 2%;
  float: left;
}
#onboarding_modal .modal-body {
  overflow: hidden;
  height: 280px;
}
#onboarding_modal .position_surround {
  position: relative;
}
#onboarding_modal .modal_slide {
  position: absolute;
  width: 100%;
  padding-right: 40px;
}
#onboarding_modal .modal_slide[data-slide="9"] {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}
#onboarding_modal .modal_slide[data-slide="1"] .image1,
#onboarding_modal .modal_slide[data-slide="9"] .image1,
#onboarding_modal .modal_slide[data-slide="8"] .image1 {
  position: absolute;
  opacity: 0.1;
  top: -60px;
  left: -70px;
  transform: rotateZ(45deg);
}
#onboarding_modal .modal_slide[data-slide="1"] .image2,
#onboarding_modal .modal_slide[data-slide="9"] .image2,
#onboarding_modal .modal_slide[data-slide="8"] .image2 {
  position: absolute;
  opacity: 0.1;
  right: -40px;
  top: -69px;
}
#onboarding_modal .modal_slide[data-slide="1"] h2,
#onboarding_modal .modal_slide[data-slide="9"] h2,
#onboarding_modal .modal_slide[data-slide="8"] h2 {
  text-align: center;
}
#onboarding_modal .modal_slide[data-slide="8"] {
  -webkit-transform: translateY(400%);
  -moz-transform: translateY(400%);
  -ms-transform: translateY(400%);
  transform: translateY(400%);
  opacity: 0;
}
#onboarding_modal .modal_slide[data-slide="8"] .btn {
  width: 220px;
  margin: 0 auto;
  display: block;
}
#onboarding_modal .modal_slide[data-slide="2"] {
  -webkit-transform: translateX(600px);
  -moz-transform: translateX(600px);
  -ms-transform: translateX(600px);
  transform: translateX(600px);
}
#onboarding_modal .modal_slide .col_2 #svgs {
  margin-left: 40px;
  margin-top: 14px;
}
#onboarding_modal .modal_slide .col_2 #svgs text {
  font-family: arial, sans-serif;
}
#onboarding_modal .modal_slide .col_2 svg {
  display: block;
  margin-bottom: -20px;
}
#onboarding_modal .modal_slide .col_2 svg.inactive {
  opacity: 0px;
}
#onboarding_modal .modal_slide .col_2 svg:nth-of-type(2) {
  margin-left: 10px;
}
#onboarding_modal .modal_slide .col_2 svg:nth-of-type(3) {
  margin-left: 20px;
}
#onboarding_modal .modal_slide .col_2 svg:nth-of-type(4) {
  margin-left: 30px;
}
#onboarding_modal .modal_slide .col_2 svg:nth-of-type(5) {
  margin-left: 42px;
}
#assessment-header {
  margin-bottom: 1em;
  padding-left: 15px;
  padding-right: 15px;
}
#assessment-header .assessment-module {
  width: 18.4%;
  margin-right: 2%;
  float: left;
  background: #4a234b;
  position: relative;
}
@media (max-width: 1200px) {
  #assessment-header .assessment-module {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  #assessment-header .assessment-module:nth-of-type(3) {
    margin-right: 0px;
  }
  #assessment-header .assessment-module:nth-of-type(4),
  #assessment-header .assessment-module:nth-of-type(5) {
    width: 49%;
    margin-right: 2%;
  }
  #assessment-header .assessment-module:nth-of-type(5) {
    margin-right: 0px;
  }
  #assessment-header .assessment-module:after {
    display: none!important;
  }
}
@media (max-width: 768px) {
  #assessment-header .assessment-module {
    width: 100%;
    margin-left: 0px;
    float: none;
    margin-bottom: 20px;
  }
  #assessment-header .assessment-module:after {
    display: none!important;
  }
  #assessment-header .assessment-module:nth-of-type(4),
  #assessment-header .assessment-module:nth-of-type(5) {
    width: 100%;
    margin-right: 0px;
  }
}
#assessment-header .assessment-module.last {
  margin-right: 0px;
}
#assessment-header .assessment-module:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #4a234b;
  display: block;
  position: absolute;
  right: -15px;
  top: 13px;
}
#assessment-header .assessment-module:last-of-type:after {
  display: none;
}
#assessment-header .assessment-module h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  text-align: center;
  color: white;
}
#assessment-header .assessment-module p {
  text-align: center;
  font-size: 16px;
}
#assessment-header .assessment-module .assessment-content {
  background: #efefef;
  padding: 13px;
}
#assessment-header .assessment-module .assessment-content .not_rated {
  background: #ed1b35;
}
#assessment-header .assessment-module .assessment-content a {
  font-size: 16px;
}
#assessment-header .assessment-module .star-surround {
  width: 156px;
  margin: 0 auto;
}
#assessment-header .assessment-module .star-surround .glyphicon-star {
  color: #cdcdcd;
  font-size: 26px;
}
#assessment-header .assessment-module .glyphicon {
  font-size: 27px;
  margin-left: 4px;
  margin-bottom: 20px;
  color: #cdcdcd;
  font-size: 26px;
}
#assessment-header .assessment-module .btn {
  display: block;
  padding-right: 30px;
}
#assessment-header .assessment-module .btn:after {
  margin-top: -6px;
}
.question_list li {
  margin-bottom: 20px;
  color: #676767;
}
.question_list.nobullet li:first-of-type {
  list-style-type: none;
}
.question_list .btn {
  margin-top: 8px;
  margin-left: -15px;
  margin-bottom: 10px;
}
.question_list span.btn {
  background-color: silver;
  border-color: silver;
  opacity: 1;
}
#assessment-module {
  padding-top: 0px;
  padding-bottom: 20px;
}
#assessment-module .module_header {
  padding-bottom: 24px;
  border-bottom: 3px solid #f0f0f0;
}
#assessment-module #assessment-module-header {
  background: #d5f0ff;
}
@media (max-width: 800px) {
  #assessment-module #assessment-module-header {
    margin-left: -10px;
    width: calc(100% + 20px);
    padding-left: 10px;
    padding-right: 10px;
  }
}
#assessment-module #assessment-module-header h1 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0px;
}
#assessment-module #assessment-module-header-lower {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #ace0ff;
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  #assessment-module #assessment-module-header-lower {
    margin-left: -10px;
    width: calc(100% + 20px);
    padding-left: 10px;
    padding-right: 10px;
  }
}
#assessment-module #assessment-module-header-lower a,
#assessment-module #assessment-module-header-lower span {
  font-size: 16px;
  display: inline-block;
  color: #333;
  margin-right: 30px;
}
#assessment-module #assessment-module-header-lower a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  #assessment-module {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#assessment-module .description {
  margin-bottom: 40px;
  margin-top: 20px;
  color: #864e87;
}
#assessment-module #capProgress {
  margin-bottom: 40px;
}
#assessment-module #capProgress .progress {
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 20px;
}
#assessment-module #capProgress .progress .progress_bar {
  height: 23px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: #efefef;
  display: block;
}
#assessment-module #capProgress .progress .progress_bar .progress_bar_inner {
  display: block;
  height: 23px;
  width: 0%;
  background: #ace0ff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
}
#assessment-module #capProgress .progress .progress_bar .progress_bar_inner .progress_counter {
  position: absolute;
  right: -30px;
  width: 35px;
  height: 35px;
  background: #542b59;
  border-radius: 100%;
  top: -6px;
  text-align: center;
  line-height: 37px;
  color: #fff;
}
#assessment-module h1 {
  padding-bottom: 0px;
}
#assessment-module h1 .progress_counter {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  color: #4a234b;
}
#assessment-module h1 .progress_counter span {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
}
#assessment-module h2 span {
  display: block;
}
#assessment-module .question_list {
  font-size: 14px;
  margin-left: 0px;
  padding-left: 20px;
}
#assessment-module .back_button {
  display: none;
  background: #77b947;
  border: 0px;
  padding: 11px 48px;
  font-size: 16px;
  border-radius: 5px;
  text-transform: uppercase;
  float: right;
  margin-top: 15px;
}
#assessment-module .back_button:before {
  content: '\f053';
  font-family: "si-icons", Helvetica, Arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: 20px;
  position: absolute;
  top: 50%;
  left: -5px;
  margin-top: -6px;
  -webkit-font-smoothing: antialiased;
}
#assessment-module .back_button:after {
  content: '';
}
#assessment-module #assessment-container-wrapper {
  width: 100%;
  padding-top: 20px;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 60px;
}
@media (max-width: 800px) {
  #assessment-module #assessment-container-wrapper {
    overflow-x: auto;
  }
}
#assessment-module #assessment-container-wrapper #assessment-container {
  width: 100%;
}
#assessment-module #assessment-container-wrapper .assessment-answer {
  width: calc(20% - 16px);
  float: left;
  margin-right: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  will-change: transform, box-shadow;
}
@media (max-width: 990px) {
  #assessment-module #assessment-container-wrapper .assessment-answer {
    width: 100%;
    margin-bottom: 20px;
  }
}
#assessment-module #assessment-container-wrapper .assessment-answer .pinContainer {
  position: absolute;
  top: -44px;
  left: 50%;
  margin-left: -19px;
  display: none;
  z-index: 1;
}
@media (max-width: 800px) {
  #assessment-module #assessment-container-wrapper .assessment-answer .pinContainer {
    display: none!important;
  }
}
#assessment-module #assessment-container-wrapper .assessment-answer .pinContainer .circle {
  display: block;
  width: 37px;
  height: 37px;
  background: #542b59;
  border-radius: 100%;
}
#assessment-module #assessment-container-wrapper .assessment-answer .pinContainer .metal {
  display: block;
  width: 5px;
  height: 17px;
  background: #c0c0c0;
  margin-left: 16px;
  position: relative;
}
#assessment-module #assessment-container-wrapper .assessment-answer .pinContainer .metal:after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #c0c0c0;
  top: 15px;
}
#assessment-module #assessment-container-wrapper .assessment-answer.active .selector {
  background: #cdcdcd!important;
}
#assessment-module #assessment-container-wrapper .assessment-answer.active .previousAnswer {
    border-left: 3px solid #857c85;
    border-right: 3px solid #857c85;
    -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#assessment-module #assessment-container-wrapper .assessment-answer.previous .previousAnswer {
  background: #542b59;
  border-left: 0px;
  border-right: 0px;
}
#assessment-module #assessment-container-wrapper .assessment-answer.active .assessment-answer-content {
  border-color: #857c85;
}
#assessment-module #assessment-container-wrapper .assessment-answer.active .pinContainer {
  display: block;
}
#assessment-module #assessment-container-wrapper .assessment-answer.active footer {
  border-color: #857c85;
}
#assessment-module #assessment-container-wrapper .assessment-answer .assessment-answer-content {
  min-height: 404px;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  will-change: transform;
  overflow: hidden;
}
@media (max-width: 990px) {
  #assessment-module #assessment-container-wrapper .assessment-answer .assessment-answer-content {
    min-height: auto;
  }
}
#assessment-module #assessment-container-wrapper .assessment-answer .assessment-answer-content p {
  font-size: 12px;
}
#assessment-module #assessment-container-wrapper .assessment-answer .assessment-answer-content .selector {
  text-align: center;
  background: #78b948;
  color: #fff;
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
#assessment-module #assessment-container-wrapper .assessment-answer:hover {
  cursor: pointer;
  -webkit-transform: translateY(-5px);
  -khtml-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px);
}
#assessment-module #assessment-container-wrapper .assessment-answer:hover .selector {
  background: #5f9438;
}
#assessment-module #assessment-container-wrapper .assessment-answer.question1 header {
  background: #ed1b35;
}
#assessment-module #assessment-container-wrapper .assessment-answer.question2 header {
  background: #faa61a;
}
#assessment-module #assessment-container-wrapper .assessment-answer.question3 header {
  background: #0083ca;
}
#assessment-module #assessment-container-wrapper .assessment-answer.question4 header {
  background: #783c79;
}
#assessment-module #assessment-container-wrapper .assessment-answer.question5 {
  margin-right: 0px;
}
#assessment-module #assessment-container-wrapper .assessment-answer.question5 header {
  background: #78b947;
}
#assessment-module #assessment-container-wrapper .assessment-answer.question5 .assessment-answer-content {
  height: 100px;
}
#assessment-module #assessment-container-wrapper .assessment-answer header,
#assessment-module #assessment-container-wrapper .assessment-answer footer {
  padding: 10px;
  text-align: center;
  color: white;
}
#assessment-module #assessment-container-wrapper .assessment-answer header {
  padding: 20px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#assessment-module #assessment-container-wrapper .assessment-answer footer {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: 3px solid #cdcdcd;
  border-right: 3px solid #cdcdcd;
  border-bottom: 3px solid #cdcdcd;
  padding-bottom: 20px;
}
#assessment-module #assessment-container-wrapper .assessment-answer footer .glyphicon-star {
  color: #cdcdcd;
  font-size: 26px;
}
#assessment-module #assessment-container-wrapper .assessment-answer footer i {
  color: #080414;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 10px;
  display: block;
}
#assessment-module #assessment-container-wrapper .assessment-answer .previousAnswer {
  background: #white;
  border-left: 3px solid #cdcdcd;
  border-right: 3px solid #cdcdcd;
  color: #fff;
  text-align: center;
  padding: 4px;
}
#assessment-module #assessment-container-wrapper .assessment-answer footer {
  min-height: 81px;
  position: relative;
}
#assessment-module #assessment-container-wrapper .assessment-answer header {
  position: relative;
}
#assessment-module #assessment-container-wrapper .assessment-answer .assessment-answer-content {
  padding: 20px;
  border-left: 3px solid #cdcdcd;
  border-right: 3px solid #cdcdcd;
}
#assessment-results {
  margin-top: 40px;
  padding: 0px;
  margin-bottom: 160px;
  text-align: center;
}
#assessment-results.smart {
  padding-left: 0px;
  padding-right: 0px;
}
#assessment-results #assessment-module-header .s_wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
#assessment-results #assessment-module-header .s_wrapper h1 {
  margin: 0px;
  padding: 0px;
}
#assessment-results .button {
  background: #78b947;
  border: 0px;
  text-transform: uppercase;
  padding: 10px 44px;
  border-radius: 5px;
  padding-left: 30px;
  color: white;
  box-shadow: none;
  padding-right: 27px;
  cursor: pointer;
}
@media (max-width: 800px) {
  #assessment-results .button {
    width: 100%;
    margin-bottom: 20px;
    float: none!important;
  }
}
#assessment-results .button.blue {
  background: #0e82c7;
}
#assessment-results .button.blue:hover {
  background: #0b6397;
}
#assessment-results .button:hover {
  background: #609538;
  text-decoration: none;
}
#assessment-results .resultsMain {
  margin-bottom: 30px;
  font-size: 44px;
}
@media (max-width: 800px) {
  #assessment-results .resultsMain {
    font-size: 30px;
  }
}
#assessment-results .table {
  border: 3px solid #cdcdcd;
  border-radius: 5px;
  border-collapse: separate;
  margin-top: 50px;
}
#assessment-results .table tr {
  border-bottom: 1px solid #d7d7d7;
}
#assessment-results .table th {
  background: #f0f0f0;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: normal;
}
#assessment-results .table td {
  padding: 10px 20px;
  font-size: 16px;
}
#assessment-results .module_header {
  padding-bottom: 24px;
  border-bottom: 3px solid #f0f0f0;
}
@media (max-width: 800px) {
  #assessment-results .module_header {
    font-size: 30px;
  }
}
#assessment-results .retake {
  margin-bottom: 60px;
}
#assessment-results .retake p {
  color: #2396da;
  margin-bottom: 20px;
}
#assessment-results .retake .btn {
  background: #78b947;
  border: 0px;
  text-transform: uppercase;
  padding: 10px 44px;
  border-radius: 5px;
  padding-left: 30px;
}
#assessment-results .retake .btn:hover {
  background: #609538;
}
#assessment-results #assessment-module-header {
  background: #d5f0ff;
  text-align: left;
}
#assessment-results #assessment-module-header h1 {
  padding-bottom: 20px;
}
#assessment-results #assessment-module-header-lower {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #ace0ff;
  margin-bottom: 50px;
}
#assessment-results #assessment-module-header-lower a,
#assessment-results #assessment-module-header-lower span {
  font-size: 16px;
  display: inline-block;
  color: #333;
  margin-right: 30px;
}
#assessment-results #assessment-module-header-lower a {
  text-decoration: underline;
}
@media (max-width: 700px) {
  #assessment-results {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  #assessment-results {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#assessment-results .print {
  margin-right: 10px;
}
#assessment-results .summary {
  margin: 0 auto;
  font-style: italic;
  text-align: center;
  color: #7a7a7a;
  font-style: normal;
}
#assessment-results .btn:after {
  margin-top: -7px;
}
#assessment-results #infographic_images {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  padding-left: 0px;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  #assessment-results #infographic_images {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#assessment-results #infographic_images li {
  list-style-type: none;
  position: relative;
  float: left;
  width: 100%;
  max-width: 20%;
  visibility: hidden;
  font-size: 17px;
  color: #7a7a7a;
}
#assessment-results #infographic_images li h5 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 25px;
}
@media (max-width: 969px) {
  #assessment-results #infographic_images li h5 {
    font-size: 13px;
  }
}
#assessment-results #infographic_images li h5:before {
  content: '';
  width: 1px;
  height: 94px;
  background: #d7d7d7;
  display: block;
  position: absolute;
  bottom: 130px;
}
@media (max-width: 969px) {
  #assessment-results #infographic_images li h5:before {
    width: 0px;
    height: 0px;
  }
}
#assessment-results #infographic_images li .statement {
  display: block;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  #assessment-results #infographic_images li .statement {
    margin-top: 0px;
    font-size: 10px;
  }
}
#assessment-results #infographic_images li img {
  max-width: 100%;
}
#assessment-results #infographic_images li .award_star {
  display: block;
  background-color: #F00;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  color: white;
  position: absolute;
  top: -49px;
  left: 50%;
  margin-left: -25px;
}
#assessment-results #infographic_images li .award_star:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 0 15px;
  border-color: #007BFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  top: 45px;
  position: absolute;
  left: 10px;
}
@media (max-width: 768px) {
  #assessment-results #infographic_images li .award_star {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    top: -50px !important;
  }
}
#assessment-results #infographic_images li .award_star.score_1 {
  background: #e62339;
  top: 41px;
  margin-left: -21px;
}
#assessment-results #infographic_images li .award_star.score_1:after {
  border-color: #e62339 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
#assessment-results #infographic_images li .award_star.score_2 {
  background: #f6a420;
  top: -23px;
  margin-left: -11px;
}
#assessment-results #infographic_images li .award_star.score_2:after {
  border-color: #f6a420 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
#assessment-results #infographic_images li .award_star.score_3 {
  background: #2d82c5;
  top: -23px;
  margin-left: -21px;
}
#assessment-results #infographic_images li .award_star.score_3:after {
  border-color: #2d82c5 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
#assessment-results #infographic_images li .award_star.score_4 {
  background: #864e87;
  top: -38px;
  margin-left: -21px;
}
#assessment-results #infographic_images li .award_star.score_4:after {
  border-color: #864e87 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
#assessment-results #infographic_images li .award_star.score_5 {
  background: #78b947;
  top: -53px;
  margin-left: -39px;
}
#assessment-results #infographic_images li .award_star.score_5:after {
  border-color: #78b947 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
#assessment-results .table {
  text-align: left;
}
#assessment-results .question_list {
  font-size: 14px;
  margin-left: 0px;
  padding-left: 20px;
  color: #676767;
  margin-top: 20px;
}
#assessment-results .question_list li {
  margin-bottom: 10px;
  font-size: 16px;
}
#assessment-results .question_list .disabled {
  pointer-events: auto;
}
#assessment-results .question_list .disabled:hover {
  background-color: silver;
  border-color: silver;
  cursor: default;
}
#assessment-results .feedback_surround {
  margin-bottom: 2em;
}
#assessment-results .feedback_surround p {
  color: #7a7a7a;
}
#assessment-results .star-surround {
  font-size: 0px;
  color: #faa519;
  min-width: 190px;
  display: block;
}
#assessment-results .star-surround .glyphicon {
  margin-right: 6px;
  width: 26px;
  height: 26px;
  display: inline-block;
}
#assessment-results .star-surround .glyphicon.glyphicon-star {
  background-image: url(../../images/assessments-capabilities/graphics/star-yellow.png);
}
#assessment-results .star-surround .glyphicon.glyphicon-star-empty {
  background-image: url(../../images/assessments-capabilities/graphics/star-grey.png);
}
#assessment-results .center_text {
  text-align: center;
  width: 100%;
  margin-bottom: 0px;
}
#assessment-results .retake-assessment {
  font-size: 16px;
}
#assessment-results .retake-assessment:after {
  margin-top: -7px !important;
}
#assessment-results h1 {
  padding-bottom: 0px;
}
#assessment-results h1 strong {
  color: #4a234b;
}
#assessment-results h2,
#assessment-results p {
  margin-bottom: 1em;
}
#assessment-results p {
  text-align: left;
  width: 73%;
}
#assessment-results #pie-surround {
  width: 926px;
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 60px;
}
@media (max-width: 958px) {
  #assessment-results #pie-surround {
    width: 131px;
  }
}
#assessment-results .pie-surround {
  display: block;
  width: 131px;
  height: 131px;
  text-align: center;
  position: relative;
  float: left;
  margin-right: 30px;
  margin-left: 30px;
}
@media (max-width: 958px) {
  #assessment-results .pie-surround {
    height: 173px;
    margin-left: 0px;
  }
}
#assessment-results .pie-surround .inner {
  display: block;
  margin-top: 35px;
  margin-left: 7px;
}
#assessment-results .pie-surround .inner div {
  font-size: 26px;
}
#assessment-results .pie-surround .inner span {
  display: block;
  color: #676767;
}
#assessment-results .pie-surround:last-of-type {
  margin-right: 0px;
}
#assessment-results .pie-surround canvas {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0px;
  left: 0px;
}
@media (max-width: 768px) {
  #assessment-results .pie-surround canvas {
    width: 100%;
  }
}
#assessment-results .pie-surround canvas:last-of-type {
  margin-right: 0px;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  #assessment-results {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
  Label the data
  */
  }
  #assessment-results table,
  #assessment-results thead,
  #assessment-results tbody,
  #assessment-results th,
  #assessment-results td,
  #assessment-results tr {
    display: block;
  }
  #assessment-results .table {
    border: 0px;
  }
  #assessment-results thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #assessment-results tr {
    border: 3px solid #ccc!important;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  #assessment-results td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 45%!important;
  }
  #assessment-results td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  #assessment-results td:nth-of-type(1):before {
    content: "Capability";
  }
  #assessment-results td:nth-of-type(2):before {
    content: 'Current \A score';
    display: block;
    white-space: pre-wrap;
  }
  #assessment-results td:nth-of-type(3):before {
    content: "Recomm- \A endations";
    display: block;
    white-space: pre-wrap;
  }
  #assessment-results td:nth-of-type(4):before {
    content: "Expert \A Members \A Resources";
    display: block;
    white-space: pre-wrap;
  }
}
.howgood {
  background: #eeebe2;
  color: #585659;
}
.howgood h2 {
  margin-bottom: 30px;
}
.howgood p {
  font-size: 1.2em;
}
.howgood .svg_surround {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  opacity: 0.7;
}
.howgood #s2member-pro-paypal-registration-form-registration-section,
.howgood #s2member-pro-paypal-registration-form-custom-fields-section,
.howgood #s2member-pro-paypal-registration-form-captcha-section,
.howgood #s2member-pro-paypal-registration-form-submission-section {
  background-color: white;
  padding: 20px;
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.1);
}
.howgood .screenshot {
  margin-bottom: 20px;
}
.howgood #signup-info h1 {
  font-size: 32px;
  color: #5a2e5b;
}
@media only screen and (max-width: 720px) {
  #member_home_beta_nav {
    display: none;
  }
  #member_home_beta_nav .account_menu,
  #member_home_beta_nav .avatar {
    display: none;
  }
}
.back_to_toolkit_button {
  display: block;
  padding: 15px 20px;
  background: #0083ca;
  margin-bottom: 20px;
  color: white;
  padding-left: 42px;
}
.back_to_toolkit_button:before {
  content: "\e079";
  font-family: 'Glyphicons Halflings';
  width: 40px;
  height: 40px;
  position: absolute;
  left: 14px;
}
.back_to_toolkit_button:hover {
  color: white;
  background: #00a4fd;
  text-decoration: none!important;
}
.si_sidebar_element {
  background: #fff;
  border: 3px solid #cdcdcd;
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 9px;
}
.si_sidebar_element p {
  font-size: 16px!important;
}
.si_sidebar_element p .dark {
  color: #362f34;
}
.si_sidebar_element .percent {
  font-size: 30px;
  font-weight: bold;
  color: #0083ca;
}
.si_sidebar_element .last_taken {
  margin-top: 9px;
  display: block;
}
.si_sidebar_element.capability .glyphicon-star,
.si_sidebar_element.capability .glyphicon-star-empty {
  font-size: 26px;
  margin-right: 7px;
  color: #faa61a;
}
.si_sidebar_element.capability p {
  text-align: center;
  margin-top: 10px;
  color: #AFAFAF;
}
.si_sidebar_element.capability .surround {
  width: 176px;
  margin: 0 auto;
}
.si_sidebar_element.capability .surround .glyphicon {
  margin-left: 3px;
  margin-right: 3px;
}
.si_sidebar_element.capability .numbers {
  text-align: center;
  font-size: 71px;
  font-weight: bold;
}
.si_sidebar_element.capability .numbers span {
  font-size: 20px;
  display: block;
  margin-top: -11px;
  margin-bottom: 10px;
  font-weight: normal;
}
.si_sidebar_element .elearning a {
  float: right;
}
.si_sidebar_element.locked .numbers .glyphicon-lock {
  font-size: 40px;
  display: block;
  margin-bottom: 20px;
  font-weight: normal;
  color: #ddd;
  margin-top: 20px;
}
.si_sidebar_element.locked .surround .glyphicon-star-empty {
  color: #ddd;
  font-size: 26px;
}
.si_sidebar_element.si-style {
  padding: 0px;
  border: 0px;
}
.si_sidebar_element.si-style .heading {
  background: #0083ca;
  padding: 10px;
}
.si_sidebar_element.si-style .heading h4 {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 21px;
  color: #ffffff;
  line-height: 1.5;
}
.si_sidebar_element.si-style .body {
  background: #efefef;
  padding: 20px 15px 20px 15px;
}
.si_sidebar_element.si-style .body p {
  margin: 0;
  text-align: center;
}
.si_sidebar_element.si-style .body #resources-sidebar {
  margin: 0px;
}
.si_sidebar_element.si-style .body #resources-sidebar li {
  margin: 0px;
  padding: 0px;
}
.si_sidebar_element.si-style .body #resources-sidebar li a {
  padding: 8px;
  display: block;
  text-align: left;
}
.si_sidebar_element.si-style .body #resources-sidebar li a .glyphicon {
  float: right;
}
.si_sidebar_element.si-style .body .btn {
  width: 100%;
}
.si_sidebar_element.si-style .body .btn:after {
  margin-top: -16px;
}
.si_sidebar_element .btn:after {
  margin-top: -7px;
}
.si_sidebar_element ul {
  -webkit-padding-start: 0px;
  list-style-type: none;
}
.si_sidebar_element ul li {
  border-bottom: 1px solid #ddd;
  padding: 10px 0px 10px 0px;
}
.si_sidebar_element ul li .left {
  float: left;
  width: 30px;
  display: block;
}
.si_sidebar_element ul li .right {
  float: left;
  width: calc(100% - 30px);
}
.si_sidebar_element ul li .glyphicon {
  margin-right: 10px;
  color: #AFAFAF;
}
.si_sidebar_element ul li:first-of-type {
  padding-top: 0px;
}
.si_sidebar_element ul li:last-of-type {
  padding-bottom: 0px;
  border-bottom: 0px solid #ddd;
}
.si_sidebar_element ul li a {
  line-height: 1.5;
}
.si_sidebar_element ul .date {
  color: #AFAFAF;
  font-style: italic;
  font-size: 12px;
}
.si_sidebar_element ul .meta {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
.si_sidebar_element ul .meta:hover {
  text-decoration: none;
  cursor: normal;
}
.alert {
  position: relative;
}
.alert .close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 20px;
  color: #333;
}
.alert .close:hover {
  color: #0083ca;
  text-decoration: none;
}
#member_mob_menu {
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}
@media only screen and (max-width: 700px) {
  #member_mob_menu {
    display: block;
  }
}
.si_surround {
  position: relative;
}
.si_surround select {
  -webkit-appearance: none;
  border: 1px solid silver;
  background: none;
  padding: 8px;
  width: 100%;
}
.si_surround .glyphicon-chevron-down {
  position: absolute;
  right: 16px;
  top: 13px;
}
.col_2_3 {
  width: 68%;
  float: left;
  margin-right: 2%;
}
@media only screen and (max-width: 700px) {
  .col_2_3 {
    width: 100%;
    float: none;
    margin-right: 0px;
  }
}
.col_1_3 {
  width: 30%;
  float: left;
}
@media only screen and (max-width: 700px) {
  .col_1_3 {
    width: 100%;
    float: none;
    margin-right: 0px;
  }
}
.col_2 {
  width: 48%;
  margin-right: 2%;
  float: left;
}
.col_2.last {
  margin-right: 0px;
}
#toolkit_breadcrumb {
  margin-top: 10px;
}
#toolkit_breadcrumb .container .the_breadcrumb {
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
}
#toolkit_breadcrumb .container a {
  position: relative;
  margin-right: 20px;
  margin-left: 10px;
}
#toolkit_breadcrumb .container a:after {
  content: "\f054";
  font-family: "si-icons", Helvetica, Arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: 20px;
  position: absolute;
  top: 1px;
  right: -17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#member-dashboard.section2 {
  padding-bottom: 0px;
}
#member-dashboard.with_assessment {
  margin-top: 20px;
  padding-bottom: 10px;
}
#member-dashboard .heading.single_toolkit {
  text-align: center;
}
#member_home_beta_nav {
  background: #0083ca;
  height: 46px;
}
#member_home_beta_nav .float_right {
  float: right;
}
#member_home_beta_nav ul {
  -webkit-padding-start: 40px;
  margin-bottom: 0px;
  padding-left: 0px;
}
#member_home_beta_nav ul li {
  float: left;
  list-style-type: none;
  margin-right: 1px;
}
#member_home_beta_nav ul li.float_right {
  margin-right: 0px;
}
@media (max-width: 991px) {
  #member_home_beta_nav ul li.float_right {
    display: none;
  }
}
#member_home_beta_nav ul li a {
  display: block;
  padding: 13px;
  color: white;
  position: relative;
  outline: 0;
  text-decoration: none;
}
#member_home_beta_nav ul li a::-moz-focus-inner {
  border: 0;
}
#member_home_beta_nav ul li a.active,
#member_home_beta_nav ul li a:hover {
  background-color: white;
  color: #0083ca;
  text-decoration: none;
}
#member_home_beta_nav ul li a.account_menu:hover {
  color: #0083ca;
}
#member_home_beta_nav ul li a.account_menu.account_active {
  background: #333;
  color: white;
  text-decoration: none;
}
#member_home_beta_nav ul li a.account_menu.account_active:hover {
  color: white;
  text-decoration: none;
}
#member_home_beta_nav ul li a.account_menu img {
  display: inline-block;
  margin-left: 13px;
}
#member_home_beta_nav ul li a.account_menu span {
  font-size: 11px;
  margin-left: 5px;
}
#member_home_beta_nav ul li #account_menu {
  position: absolute;
  background: #333;
  width: 243px;
  z-index: 1;
  display: none;
}
#member_home_beta_nav ul li #account_menu li {
  float: none;
}
#member_home_beta_nav ul li #account_menu li.last a {
  border-top: 1px solid #484747;
}
#member_home_beta_nav ul li #account_menu li a {
  padding: 10px 13px;
}
#member_home_beta_nav ul li #account_menu li a:hover {
  background: #0083ca;
  color: white;
}
#member_home_beta {
  min-height: 1000px;
}
#member_home_beta .free_toolkit_resource {
  box-shadow: 0px 0px 0px 5px rgba(250, 165, 25, 0.5);
  border: 2px solid #FAA519!important;
}
#member_home_beta .free_toolkit_resource .header_orange {
  background: #faa61a !important;
}
#member_home_beta .free_toolkit_resource .header_orange h2 {
  color: white!important;
}
#member_home_beta .enterprise_lock,
.member_home .enterprise_lock {
  font-size: 25px;
  margin-right: 20px;
}
#member_home_beta h1,
.member_home h1 {
  margin: 0;
  text-align: center;
  padding-bottom: 12px;
  font-size: 2.6em;
  color: #000;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 30px;
}
#member_home_beta.starter,
.member_home.starter {
  padding: 0px!important;
}
#member_home_beta.starter .top,
.member_home.starter .top {
  padding: 4px;
  border-bottom: 1px solid #ddd;
  background: #0083ca;
  margin-bottom: 30px;
}
#member_home_beta.starter .top h2,
.member_home.starter .top h2 {
  margin-top: 0px;
  color: white;
  font-weight: bold;
}
#member_home_beta.starter .stars li,
.member_home.starter .stars li {
  width: 40px!important;
  height: 40px!important;
  font-size: 23px!important;
  line-height: 44px!important;
}
#member_home_beta.starter .stars li.digit,
.member_home.starter .stars li.digit {
  font-size: 15px!important;
  line-height: 39px!important;
}
#member_home_beta.starter .stars li .glyphicon:before,
.member_home.starter .stars li .glyphicon:before {
  margin-right: -2px !important;
}
#member_home_beta.expert_band,
.member_home.expert_band {
  background: #eef5e9;
}
#member_home_beta.enterprise_band,
.member_home.enterprise_band {
  background: #caecff;
}
#member_home_beta.standard_band,
.member_home.standard_band {
  background: #fef4e2;
}
#member_home_beta h2,
.member_home h2 {
  margin-top: 0px;
  margin-bottom: 20px;
}
#member_home_beta #search,
.member_home #search {
  background: #F7F7F7;
  margin-bottom: 20px;
  padding: 10px;
}
#member_home_beta #search input,
.member_home #search input {
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
}
#member_home_beta #search input:focus,
.member_home #search input:focus {
  outline: 0;
}
#member_home_beta a.toolkit,
.member_home a.toolkit {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
}
#member_home_beta a.toolkit .your_brand,
.member_home a.toolkit .your_brand {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 20px;
}
#member_home_beta a.toolkit .stars,
.member_home a.toolkit .stars {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
#member_home_beta a.toolkit .stars li,
.member_home a.toolkit .stars li {
  float: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #faa61a;
  border-radius: 100%;
  color: white!important;
  font-size: 19px!important;
  line-height: 34px;
  text-align: center;
  margin-right: 5px;
}
#member_home_beta a.toolkit .stars li.digit,
.member_home a.toolkit .stars li.digit {
  font-size: 13px!important;
  line-height: 31px;
  background: #6a9946;
}
#member_home_beta a.toolkit .stars li .glyphicon:before,
.member_home a.toolkit .stars li .glyphicon:before {
  margin-right: -1px;
}
#member_home_beta a.toolkit .stars li .glyphicon.active_question,
.member_home a.toolkit .stars li .glyphicon.active_question {
  transform: scale(1.5);
  color: white;
}
#member_home_beta a.toolkit .stars li .glyphicon .question,
.member_home a.toolkit .stars li .glyphicon .question {
  position: absolute;
  display: block;
  width: 20px;
  height: 21px;
  border-radius: 100%;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  color: white;
  top: 5px;
  left: 4px;
  line-height: 16px;
  background: #faa61a;
  border: 1px solid white;
}
@media only screen and (max-width: 700px) {
  #member_home_beta a.toolkit.toolkit3,
  .member_home a.toolkit.toolkit3 {
    width: 100%!important;
    float: none!important;
    margin-right: 0px!important;
  }
  #member_home_beta a.toolkit.toolkit3 .bottom span,
  .member_home a.toolkit.toolkit3 .bottom span {
    display: block;
    float: none!important;
  }
  #member_home_beta a.toolkit.toolkit3 .bottom span.glyphicon,
  .member_home a.toolkit.toolkit3 .bottom span.glyphicon {
    display: inline-block !important;
  }
}
#member_home_beta a.toolkit.toolkit3.green .header,
.member_home a.toolkit.toolkit3.green .header {
  background: #6a9946;
  box-shadow: 0px 0px 0px 1px #6a9946;
}
#member_home_beta a.toolkit.toolkit3.green .your_brand,
.member_home a.toolkit.toolkit3.green .your_brand {
  color: #6a9946;
}
#member_home_beta a.toolkit.toolkit3.green:hover .bottom span,
.member_home a.toolkit.toolkit3.green:hover .bottom span {
  color: #6a9946;
}
#member_home_beta a.toolkit.toolkit3.blue .header,
.member_home a.toolkit.toolkit3.blue .header {
  background: #0083ca;
  box-shadow: 0px 0px 0px 1px #0083ca;
}
#member_home_beta a.toolkit.toolkit3.blue:hover .bottom span,
.member_home a.toolkit.toolkit3.blue:hover .bottom span {
  color: #0083ca;
}
#member_home_beta a.toolkit.toolkit3.orange .header,
.member_home a.toolkit.toolkit3.orange .header {
  background: #faa61a;
  box-shadow: 0px 0px 0px 1px #faa61a;
}
#member_home_beta a.toolkit.toolkit3.orange:hover .bottom span,
.member_home a.toolkit.toolkit3.orange:hover .bottom span {
  color: #faa61a;
}
#member_home_beta a.toolkit.toolkit3.orange .your_brand,
.member_home a.toolkit.toolkit3.orange .your_brand {
  color: #faa61a;
}
#member_home_beta a.toolkit.toolkit3 .header,
.member_home a.toolkit.toolkit3 .header {
  display: block;
  padding: 10px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#member_home_beta a.toolkit.toolkit3 .header h2,
.member_home a.toolkit.toolkit3 .header h2 {
  margin-bottom: 0px;
  color: white;
  font-size: 26px;
}
#member_home_beta a.toolkit.toolkit3 .header .glyphicon,
.member_home a.toolkit.toolkit3 .header .glyphicon {
  float: left;
  font-size: 23px;
  opacity: 0.4;
  margin-top: 4px;
}
#member_home_beta a.toolkit.toolkit3 .header .glyphicon.glyphicon-lock,
.member_home a.toolkit.toolkit3 .header .glyphicon.glyphicon-lock {
  color: #333;
}
#member_home_beta a.toolkit.toolkit3:hover .bottom span,
.member_home a.toolkit.toolkit3:hover .bottom span {
  color: #6a9946;
}
#member_home_beta a.toolkit.toolkit3:hover .bottom span:after,
.member_home a.toolkit.toolkit3:hover .bottom span:after {
  color: #6a9946;
}
#member_home_beta a.toolkit.toolkit3.expert .header,
.member_home a.toolkit.toolkit3.expert .header {
  background: #faa61a;
  box-shadow: 0px 0px 0px 1px #faa61a;
}
#member_home_beta a.toolkit.toolkit3.expert:hover .bottom span,
.member_home a.toolkit.toolkit3.expert:hover .bottom span {
  color: #faa61a;
}
#member_home_beta a.toolkit.toolkit3.expert:hover .bottom span:after,
.member_home a.toolkit.toolkit3.expert:hover .bottom span:after {
  color: #faa61a;
}
#member_home_beta a.toolkit.toolkit3.locked h2,
.member_home a.toolkit.toolkit3.locked h2,
#member_home_beta a.toolkit.toolkit3.locked p,
.member_home a.toolkit.toolkit3.locked p {
  color: #AFAFAF !important;
}
#member_home_beta a.toolkit.toolkit3.locked .header,
.member_home a.toolkit.toolkit3.locked .header {
  background: #ddd;
  box-shadow: 0px 0px 0px 1px #ddd;
}
#member_home_beta a.toolkit.toolkit3.locked .header h2,
.member_home a.toolkit.toolkit3.locked .header h2 {
  color: #333!important;
  opacity: 0.4;
}
#member_home_beta a.toolkit.toolkit3.locked .stars li,
.member_home a.toolkit.toolkit3.locked .stars li {
  color: #ddd;
}
#member_home_beta a.toolkit.toolkit3:hover .bottom:after,
.member_home a.toolkit.toolkit3:hover .bottom:after {
  bottom: -8px;
}
#member_home_beta a.toolkit.toolkit3:hover .bottom:before,
.member_home a.toolkit.toolkit3:hover .bottom:before {
  transform: rotateZ(-0.5deg);
  -webkit-transform: rotateZ(-0.5deg);
  -moz-transform: rotateZ(-0.5deg);
  -ms-transform: rotateZ(-0.5deg);
  bottom: -16px;
}
#member_home_beta a.toolkit.toolkit3 .bottom,
.member_home a.toolkit.toolkit3 .bottom {
  box-shadow: none;
}
#member_home_beta a.toolkit.toolkit3 .bottom:after,
.member_home a.toolkit.toolkit3 .bottom:after {
  width: 98%;
  height: 50px;
  content: '';
  display: block;
  border: 1px solid #dddddd;
  position: absolute;
  bottom: -4px;
  left: 0px;
  z-index: -1;
  margin-left: 1.2%;
  background: white;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#member_home_beta a.toolkit.toolkit3 .bottom:before,
.member_home a.toolkit.toolkit3 .bottom:before {
  background: white;
  width: 96%;
  height: 50px;
  content: '';
  display: block;
  border: 1px solid #dddddd;
  position: absolute;
  bottom: -8px;
  left: 0px;
  z-index: -2;
  margin-left: 2.4%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#member_home_beta a.toolkit.toolkit3 h2,
.member_home a.toolkit.toolkit3 h2,
#member_home_beta a.toolkit.toolkit3 p,
.member_home a.toolkit.toolkit3 p {
  text-align: center;
}
#member_home_beta a.toolkit.toolkit3 img,
.member_home a.toolkit.toolkit3 img,
#member_home_beta a.toolkit.toolkit3 .tick,
.member_home a.toolkit.toolkit3 .tick {
  display: none;
}
#member_home_beta a.toolkit.toolkit3 ul,
.member_home a.toolkit.toolkit3 ul {
  width: 251px;
  margin: 0 auto;
}
#member_home_beta a.toolkit.toolkit3 ul li,
.member_home a.toolkit.toolkit3 ul li {
  font-size: 30px;
  margin-left: 5px;
  margin-right: 5px;
}
#member_home_beta a.toolkit.toolkit2,
.member_home a.toolkit.toolkit2 {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 40px;
  border-radius: 3px;
}
#member_home_beta a.toolkit.toolkit2 .triangle,
.member_home a.toolkit.toolkit2 .triangle {
  width: 50px;
  height: 50px;
  border: 2px solid #0083ca;
  box-shadow: 0px 0px 0px 4px rgba(0, 131, 202, 0.3);
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  bottom: -25px;
  background: #f7f7f7;
}
#member_home_beta a.toolkit.toolkit2 .triangle:after,
.member_home a.toolkit.toolkit2 .triangle:after {
  content: '';
  width: 100px;
  height: 40px;
  background: #f7f7f7;
  display: block;
  transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  margin-top: -7px;
  margin-left: -45px;
}
#member_home_beta a.toolkit.toolkit2.standard,
.member_home a.toolkit.toolkit2.standard {
  width: 100%;
  float: none;
  margin-right: 0px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 60px;
}
#member_home_beta a.toolkit.toolkit2.standard h2,
.member_home a.toolkit.toolkit2.standard h2 {
  text-align: center;
  margin-bottom: 0px;
}
#member_home_beta a.toolkit.toolkit2.standard h3,
.member_home a.toolkit.toolkit2.standard h3 {
  margin-top: 10px;
}
#member_home_beta a.toolkit.toolkit2.standard p,
.member_home a.toolkit.toolkit2.standard p {
  text-align: center;
  padding-left: 20px;
  margin-top: 10px;
  font-size: 14px;
}
#member_home_beta a.toolkit.toolkit2.standard .left,
.member_home a.toolkit.toolkit2.standard .left {
  width: 49%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 700px) {
  #member_home_beta a.toolkit.toolkit2.standard .left,
  .member_home a.toolkit.toolkit2.standard .left {
    width: 100%;
    float: none;
    margin-right: 0px;
  }
}
#member_home_beta a.toolkit.toolkit2.standard .right,
.member_home a.toolkit.toolkit2.standard .right {
  width: 49%;
  float: left;
  text-align: center;
  border-left: 1px solid #efefef;
  margin-left: 2%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 700px) {
  #member_home_beta a.toolkit.toolkit2.standard .right,
  .member_home a.toolkit.toolkit2.standard .right {
    width: 100%;
    float: none;
    margin-right: 0px;
  }
  #member_home_beta a.toolkit.toolkit2.standard .right .your_brand,
  .member_home a.toolkit.toolkit2.standard .right .your_brand {
    text-align: center;
    position: static;
    display: block;
  }
}
#member_home_beta a.toolkit.toolkit2.standard .right .stars,
.member_home a.toolkit.toolkit2.standard .right .stars {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  width: 270px;
  margin: 0 auto;
}
#member_home_beta a.toolkit.toolkit2.standard .right .stars li.digit,
.member_home a.toolkit.toolkit2.standard .right .stars li.digit {
  background: #0083ca;
  font-size: 15px;
  line-height: 39px;
}
#member_home_beta a.toolkit.toolkit2.standard .right .stars li .active,
.member_home a.toolkit.toolkit2.standard .right .stars li .active {
  animation: throb .7s linear  infinite;
  -webkit-animation: throb .7s linear infinite;
  -moz-animation: throb .7s linear infinite;
  -ms-animation: throb .7s linear infinite;
}
#member_home_beta a.toolkit.toolkit2.standard .right .stars li .your_brand,
.member_home a.toolkit.toolkit2.standard .right .stars li .your_brand {
  position: absolute;
  font-size: 12px;
  width: 79px;
  top: -36px;
  left: -23px;
}
#member_home_beta a.toolkit.toolkit2.standard .right .ratings,
.member_home a.toolkit.toolkit2.standard .right .ratings {
  padding: 0px;
  margin: 0px;
  color: silver;
  list-style-type: none;
}
#member_home_beta a.toolkit.toolkit2.standard .right .ratings li,
.member_home a.toolkit.toolkit2.standard .right .ratings li {
  float: left;
  width: 50%;
  border-right: 1px solid #efefef;
}
#member_home_beta a.toolkit.toolkit2.standard .right .ratings li:last-of-type,
.member_home a.toolkit.toolkit2.standard .right .ratings li:last-of-type {
  border-right: 0px;
}
#member_home_beta a.toolkit.toolkit2.standard .right .ratings li span,
.member_home a.toolkit.toolkit2.standard .right .ratings li span {
  font-size: 30px;
  font-weight: bold;
  margin-right: 10px;
  display: block;
}
#member_home_beta a.toolkit.toolkit2.standard .start,
.member_home a.toolkit.toolkit2.standard .start {
  display: inline-block;
  background: white;
  border: 2px solid #0083ca;
  box-shadow: 0px 0px 0px 4px rgba(0, 131, 202, 0.3);
  position: absolute;
  top: -20px;
  left: 50%;
  width: 120px;
  text-align: center;
  font-weight: bold;
  margin-left: -60px;
  padding: 5px 10px;
  border-radius: 3px;
}
#member_home_beta a.toolkit.toolkit2:nth-child(odd),
.member_home a.toolkit.toolkit2:nth-child(odd) {
  margin-right: 0px;
}
#member_home_beta a.toolkit:hover,
.member_home a.toolkit:hover {
  text-decoration: none;
}
#member_home_beta a.toolkit:hover .bottom span,
.member_home a.toolkit:hover .bottom span {
  color: #faa61a;
}
#member_home_beta a.toolkit:hover .bottom span span,
.member_home a.toolkit:hover .bottom span span {
  animation: move_right .4s linear  infinite;
  -webkit-animation: move_right .4s linear infinite;
  -moz-animation: move_right .4s linear infinite;
  -ms-animation: move_right .4s linear infinite;
}
#member_home_beta .single_toolkit .btn,
.member_home .single_toolkit .btn {
  color: white!important;
}
#member_home_beta .toolkit,
.member_home .toolkit {
  background: white;
  border: 1px solid #ddd;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  display: block;
}
#member_home_beta .toolkit .toolkit_progress,
.member_home .toolkit .toolkit_progress {
  padding: 10px;
  border-top: 1px solid #ddd;
}
#member_home_beta .toolkit h2,
.member_home .toolkit h2,
#member_home_beta .toolkit p,
.member_home .toolkit p {
  color: #333;
}
#member_home_beta .toolkit.standard,
.member_home .toolkit.standard {
  border: 2px solid #0083ca;
  box-shadow: 0px 0px 0px 4px rgba(0, 131, 202, 0.3);
}
#member_home_beta .toolkit.green .tick,
.member_home .toolkit.green .tick {
  background: #6a9946;
}
#member_home_beta .toolkit.green:hover .bottom span,
.member_home .toolkit.green:hover .bottom span {
  color: #6a9946;
}
#member_home_beta .toolkit.blue .tick,
.member_home .toolkit.blue .tick {
  background: #0083ca;
}
#member_home_beta .toolkit.blue:hover .bottom span,
.member_home .toolkit.blue:hover .bottom span {
  color: #0083ca;
}
#member_home_beta .toolkit.purple .tick,
.member_home .toolkit.purple .tick {
  background: #5a2e5b;
}
#member_home_beta .toolkit.purple:hover .bottom span,
.member_home .toolkit.purple:hover .bottom span {
  color: #5a2e5b;
}
#member_home_beta .toolkit.red .tick,
.member_home .toolkit.red .tick {
  background: #ed1b35;
}
#member_home_beta .toolkit.red:hover .bottom span,
.member_home .toolkit.red:hover .bottom span {
  color: #ed1b35;
}
#member_home_beta .toolkit .tick,
.member_home .toolkit .tick {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: #AFAFAF;
  color: white;
  padding: 3px 10px;
}
#member_home_beta .toolkit .tick span,
.member_home .toolkit .tick span {
  margin-right: 5px;
}
#member_home_beta .toolkit.show .resources,
.member_home .toolkit.show .resources {
  display: block;
}
#member_home_beta .toolkit.show .bottom .glyphicon-chevron-up,
.member_home .toolkit.show .bottom .glyphicon-chevron-up {
  display: inline-block;
}
#member_home_beta .toolkit.show .bottom .glyphicon-chevron-down,
.member_home .toolkit.show .bottom .glyphicon-chevron-down {
  display: none;
}
#member_home_beta .toolkit .top,
.member_home .toolkit .top {
  padding: 20px;
  display: block;
}
#member_home_beta .toolkit .top img,
.member_home .toolkit .top img {
  float: left;
  margin-right: 20px;
}
#member_home_beta .toolkit .top h2,
.member_home .toolkit .top h2 {
  margin-top: 0px;
}
#member_home_beta .toolkit .capability,
.member_home .toolkit .capability {
  padding: 10px 20px 10px 20px;
  border-top: 1px solid #ddd;
  color: #AFAFAF;
}
#member_home_beta .toolkit .resources,
.member_home .toolkit .resources {
  list-style-type: none;
  margin-left: 0px;
  -webkit-padding-start: 0px;
  margin-bottom: 0px;
  display: none;
  padding-left: 0px;
}
#member_home_beta .toolkit .resources li,
.member_home .toolkit .resources li {
  font-weight: bold;
}
#member_home_beta .toolkit .resources li:last-of-type .reveal_info,
.member_home .toolkit .resources li:last-of-type .reveal_info {
  border-bottom: 0px;
}
#member_home_beta .toolkit .resources li.show,
.member_home .toolkit .resources li.show {
  /*box-shadow:0px 0px 3px 4px rgba(0,0,0,.1);*/
  background: white;
  color: white;
}
#member_home_beta .toolkit .resources li.show .meta,
.member_home .toolkit .resources li.show .meta {
  display: none;
}
#member_home_beta .toolkit .resources li.show .reveal_info,
.member_home .toolkit .resources li.show .reveal_info,
#member_home_beta .toolkit .resources li.show span,
.member_home .toolkit .resources li.show span {
  color: #333;
}
#member_home_beta .toolkit .resources li.show .reveal_info,
.member_home .toolkit .resources li.show .reveal_info {
  background: #eeeeee;
  font-size: 21px;
}
#member_home_beta .toolkit .resources li.show .reveal_info .icon,
.member_home .toolkit .resources li.show .reveal_info .icon {
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  margin-top: 4px;
}
#member_home_beta .toolkit .resources li.show .subline,
.member_home .toolkit .resources li.show .subline {
  display: none;
}
#member_home_beta .toolkit .resources li .reveal_info:hover,
.member_home .toolkit .resources li .reveal_info:hover {
  background: #eeeeee;
}
#member_home_beta .toolkit .resources li a,
.member_home .toolkit .resources li a,
#member_home_beta .toolkit .resources li .reveal_info,
.member_home .toolkit .resources li .reveal_info {
  color: #5B5B5B;
  border-bottom: 1px solid #ddd;
  padding: 20px;
  display: block;
}
#member_home_beta .toolkit .resources li a:hover,
.member_home .toolkit .resources li a:hover,
#member_home_beta .toolkit .resources li .reveal_info:hover,
.member_home .toolkit .resources li .reveal_info:hover,
#member_home_beta .toolkit .resources li a:active,
.member_home .toolkit .resources li a:active,
#member_home_beta .toolkit .resources li .reveal_info:active,
.member_home .toolkit .resources li .reveal_info:active {
  text-decoration: none;
}
#member_home_beta .toolkit .resources li:hover,
.member_home .toolkit .resources li:hover {
  background: white;
  cursor: pointer;
}
#member_home_beta .toolkit .resources li .meta,
.member_home .toolkit .resources li .meta {
  float: right;
  font-weight: normal;
  color: silver;
}
#member_home_beta .toolkit .resources li .meta.update,
.member_home .toolkit .resources li .meta.update {
  background-color: #faa61a;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
}
#member_home_beta .toolkit .resources li .subline,
.member_home .toolkit .resources li .subline {
  display: block;
  margin-left: 28px;
  font-weight: normal;
  margin-top: 5px;
  color: silver;
}
#member_home_beta .toolkit .resources li .icon,
.member_home .toolkit .resources li .icon {
  float: right;
  font-size: 22px;
  margin-top: 13px;
  color: silver!important;
}
#member_home_beta .toolkit .resources li .glyphicon,
.member_home .toolkit .resources li .glyphicon {
  color: #AFAFAF;
  margin-right: 10px;
}
#member_home_beta .toolkit .resources .resource_info,
.member_home .toolkit .resources .resource_info {
  padding: 0px 20px 20px 20px;
  font-weight: normal;
  display: none;
  border-bottom: 1px solid #ddd;
}
#member_home_beta .toolkit .resources .resource_info .the_content,
.member_home .toolkit .resources .resource_info .the_content {
  color: #333;
}
#member_home_beta .toolkit .resources .resource_info .the_content ul,
.member_home .toolkit .resources .resource_info .the_content ul {
  list-style-type: none;
}
#member_home_beta .toolkit .resources .resource_info .the_content li,
.member_home .toolkit .resources .resource_info .the_content li {
  font-weight: normal;
  position: relative;
}
#member_home_beta .toolkit .resources .resource_info .the_content li:before,
.member_home .toolkit .resources .resource_info .the_content li:before {
  content: "\e080";
  position: absolute;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  left: -30px;
  top: 2px;
}
#member_home_beta .toolkit .resources .resource_info .the_content a,
.member_home .toolkit .resources .resource_info .the_content a {
  padding: 0px;
  display: inline-block;
  color: #0083ca;
  border-bottom: 0px;
}
#member_home_beta .toolkit .resources .resource_info .the_content a:hover,
.member_home .toolkit .resources .resource_info .the_content a:hover {
  text-decoration: underline;
}
#member_home_beta .toolkit .resources .resource_info .btn,
.member_home .toolkit .resources .resource_info .btn {
  display: inline-block !important;
  float: right;
  margin-top: 20px;
  width: 165px;
  border-top: 0px;
  padding: 10px;
  border: 0px;
}
#member_home_beta .toolkit .resources .resource_info .btn:after,
.member_home .toolkit .resources .resource_info .btn:after {
  margin-top: -7px;
}
#member_home_beta .toolkit .resources .resource_info .col_2,
.member_home .toolkit .resources .resource_info .col_2 {
  margin-top: 20px;
}
@media only screen and (max-width: 700px) {
  #member_home_beta .toolkit .resources .resource_info .col_2,
  .member_home .toolkit .resources .resource_info .col_2 {
    width: 100%;
    float: none;
    margin-right: 0px;
  }
}
#member_home_beta .toolkit .resources .resource_info .col_2.last .guide_cover,
.member_home .toolkit .resources .resource_info .col_2.last .guide_cover {
  float: right;
  max-width: 160px;
  padding: 5px;
  box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 700px) {
  #member_home_beta .toolkit .resources .resource_info .col_2.last,
  .member_home .toolkit .resources .resource_info .col_2.last {
    width: 100%;
    float: none;
    margin-right: 0px;
  }
}
#member_home_beta .toolkit .resources .resource_info .col_2.last span,
.member_home .toolkit .resources .resource_info .col_2.last span {
  display: block;
  text-align: right;
}
@media only screen and (max-width: 700px) {
  #member_home_beta .toolkit .resources .resource_info .col_2.last span,
  .member_home .toolkit .resources .resource_info .col_2.last span {
    text-align: left;
  }
}
#member_home_beta .toolkit .resources .resource_info .col_2.last .callout,
.member_home .toolkit .resources .resource_info .col_2.last .callout {
  background: white;
  padding: 20px;
  padding-right: 0px;
}
@media only screen and (max-width: 700px) {
  #member_home_beta .toolkit .resources .resource_info .col_2.last .callout,
  .member_home .toolkit .resources .resource_info .col_2.last .callout {
    padding: 0px;
  }
  #member_home_beta .toolkit .resources .resource_info .col_2.last .callout .btn,
  .member_home .toolkit .resources .resource_info .col_2.last .callout .btn {
    float: left;
    margin-bottom: 20px;
  }
}
#member_home_beta .toolkit .resources .resource_info .col_2.last .callout span,
.member_home .toolkit .resources .resource_info .col_2.last .callout span {
  color: #0083ca;
}
#member_home_beta .toolkit .resources .resource_info .col_2.last .callout span i,
.member_home .toolkit .resources .resource_info .col_2.last .callout span i {
  font-weight: bold;
  color: #333;
  font-style: normal;
}
#member_home_beta .toolkit .bottom,
.member_home .toolkit .bottom {
  padding: 10px 20px 10px 20px;
  border-top: 1px solid #ddd;
  background: #F7F7F7;
  box-shadow: 0px 6px 0px -3px rgba(0, 0, 0, 0.2);
  display: block;
  color: #AFAFAF;
}
#member_home_beta .toolkit .bottom span,
.member_home .toolkit .bottom span {
  float: right;
}
#member_home_beta .toolkit .bottom span.glyphicon-chevron-right:before,
.member_home .toolkit .bottom span.glyphicon-chevron-right:before {
  margin-top: 2px;
  display: block;
  margin-left: 10px;
}
#member_home_beta .toolkit .bottom .glyphicon,
.member_home .toolkit .bottom .glyphicon {
  margin-right: 5px;
}
#member_home_beta .toolkit .bottom .glyphicon-chevron-up,
.member_home .toolkit .bottom .glyphicon-chevron-up {
  display: none;
}
#member_home_beta .toolkit .bottom .glyphicon-chevron-down,
.member_home .toolkit .bottom .glyphicon-chevron-down {
  display: inline-block;
}
#member_home_beta .toolkit .bottom:hover,
.member_home .toolkit .bottom:hover {
  text-decoration: none;
  cursor: pointer;
}
#member_home_beta .toolkit .bottom:hover .glyphicon-chevron-down,
.member_home .toolkit .bottom:hover .glyphicon-chevron-down {
  color: #5a2e5b;
}
.si_progress_bar {
  width: 276px;
  height: 60px;
  background: #F3F3F3;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 20px;
}
.si_progress_bar.strategy_progress {
  width: 322px;
  margin: 0 auto;
  margin-top: 20px;
}
.si_progress_bar .st0 {
  fill: white;
}
.si_progress_bar svg {
  margin-left: -1px;
  margin-top: -1px;
  height: 61px;
  z-index: 1;
  position: relative;
}
.si_progress_bar .inner {
  display: block;
  background: #faa61a;
  position: absolute;
  height: 70px;
}
.si_progress_bar .reward {
  width: 50px;
  height: 50px;
  background: #F3F3F3;
  display: block;
  position: absolute;
  right: 0px;
  border-radius: 100%;
  top: -17px;
}
.si_progress_bar .reward span {
  margin-left: 14px;
  color: white;
  font-size: 21px;
  margin-top: 13px;
}
#member_home_beta .toolkit.single_toolkit.border_blue {
  border-left: 4px solid #0083ca;
}
#member_home_beta .toolkit.single_toolkit.border_yellow {
  border-left: 4px solid #faa61a;
}
#member_home_beta .toolkit.single_toolkit.border_green {
  border-left: 4px solid #6a9946;
}
#member_home_beta .toolkit.single_toolkit.expert {
  border-left: 4px solid #6a9946;
}
#member_home_beta.single_toolkit {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#member_home_beta.single_toolkit .header {
  background: #ddd;
  display: block;
  padding: 14px;
}
#member_home_beta.single_toolkit .header.header_green {
  background: #6a9946;
  box-shadow: 0px 0px 0px 1px #6a9946;
}
#member_home_beta.single_toolkit .header.header_green h2 {
  color: white;
}
#member_home_beta.single_toolkit .header.header_blue {
  background: #0083ca;
  box-shadow: 0px 0px 0px 1px #0083ca;
}
#member_home_beta.single_toolkit .header.header_blue h2 {
  color: white;
}
#member_home_beta.single_toolkit .header.header_yellow {
  background: #faa61a;
  box-shadow: 0px 0px 0px 1px #faa61a;
}
#member_home_beta.single_toolkit .header.header_yellow h2 {
  color: white;
}
#member_home_beta.single_toolkit .header h2 {
  margin-bottom: 0px;
  color: #333;
}
#member_home_beta.single_toolkit .header .glyphicon {
  float: left;
  font-size: 23px;
  opacity: 0.4;
  margin-top: 4px;
  color: white;
}
#member_home_beta.single_toolkit .header .glyphicon.glyphicon-lock {
  float: right;
  color: #333;
}
#member_home_beta.single_toolkit .resources .description {
  border-bottom: 1px solid #ddd;
  padding: 20px;
  font-weight: normal;
}

#member_home_beta.single_toolkit .resources .group {
  background-color: #e3f5ff;
  padding-left: 0px;
  text-indent: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
}
#member_home_beta.single_toolkit .resources .group .meta {
  text-indent: -50px;
}
#member_home_beta.single_toolkit .resources .group:hover {
  background-color: #e3f5ff;
}
#member_home_beta.single_toolkit .resources .group a:first-of-type {
  padding-left: 0px;
}
#member_home_beta.single_toolkit .resources .group ul {
  -webkit-padding-start: 0px;
  list-style-type: none;
}
#member_home_beta.single_toolkit .resources .group ul li {
  text-indent: 20px;
  font-weight: normal;
}
#member_home_beta.single_toolkit .resources .group ul li .meta {
  text-indent: -50px;
}
#member_home_beta.single_toolkit .percent {
  font-size: 30px;
  font-weight: bold;
  color: #0083ca;
}
#member_home_beta.single_toolkit .last_taken {
  margin-top: 9px;
  display: block;
}
#member_home_beta.single_toolkit .capability .glyphicon-star,
#member_home_beta.single_toolkit .capability .glyphicon-star-empty {
  font-size: 26px;
  margin-right: 7px;
  color: #faa61a;
}
#member_home_beta.single_toolkit .capability p {
  text-align: center;
  margin-top: 10px;
  color: #AFAFAF;
}
#member_home_beta.single_toolkit .capability .surround {
  width: 176px;
  margin: 0 auto;
}
#member_home_beta.single_toolkit .capability .surround .glyphicon {
  margin-left: 3px;
  margin-right: 3px;
}
#member_home_beta.single_toolkit .capability .numbers {
  text-align: center;
  font-size: 71px;
  font-weight: bold;
}
#member_home_beta.single_toolkit .capability .numbers span {
  font-size: 20px;
  display: block;
  margin-top: -11px;
  margin-bottom: 10px;
  font-weight: normal;
}
#member_home_beta.single_toolkit .elearning a {
  float: right;
}
#si_bg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
  display: none;
}
#si_popup {
  padding: 20px;
  width: 650px;
  background: white;
  height: 300px;
  margin-top: -150px;
  margin-left: -325px;
  border: 1px solid #ddd;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 6;
  border-radius: 3px;
  display: none;
}
#si_popup #pricing .circle {
  position: absolute;
  top: 50%;
  background-color: white;
  padding: 7px;
  border-radius: 100%;
  border: 2px solid #F3F3F3;
  left: 50%;
  margin-left: -14px;
  margin-top: -20px;
}
#si_popup #pricing h2 {
  margin-top: 40px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #0083ca;
}
#si_popup #pricing .btn:after {
  margin-top: -6px;
}
#si_popup #pricing .left {
  width: 49%;
  margin-left: 2%;
  border-right: 2px solid #F3F3F3;
  height: 100%;
  font-size: 16px;
  text-align: center;
  display: block;
  float: left;
}
#si_popup #pricing .left .btn {
  margin-top: 26px;
}
#si_popup #pricing .left i {
  font-style: normal;
  font-size: 21px;
  vertical-align: top;
  margin-top: 16px;
  display: inline-block;
}
#si_popup #pricing .left span {
  font-size: 20px;
  display: block;
  margin-top: -11px;
}
#si_popup #pricing .right {
  width: 49%;
  float: left;
  padding: 20px;
  padding-left: 40px;
  padding-top: 0px;
  text-align: center;
}
#si_popup #pricing .right .btn {
  margin-top: 10px;
}

#profile-page .profile_content {
  margin: 0 auto;
  width: 800px;
}
#profile-page .container .heading {
  padding: 2em 0;
  margin-bottom: 2em;
  border-bottom: 1px solid #d7d7d7;
  text-align: center;
  padding-top: 0px;
}
#profile-page .container .add_avatar:after {
  margin-top: -7px;
}
#profile-page .container h1 {
  margin: 0;
  padding: 0;
  font-size: 3.714em;
}
#profile-page .container h2 {
  color: #999999;
  font-family: 'Source Sans Pro';
  font-size: 1.679em;
  font-weight: 400;
}

#profile-page .container h2 span {
  color: #323232;
  font-weight: 700;
}

#profile-page .container #ws-plugin--s2member-profile {
  max-width: 600px;
  margin: 0 auto;
}
#profile-page .container .table {
  max-width: 800px;
  margin: 0 auto;
}
#profile-page .container .table .no_border {
  border-top: 0px;
}
#profile-page .container .center_text {
  text-align: center;
}
#profile-page .container .year {
  margin: 0;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
  padding: 9px;
  margin-bottom: 10px;
  font-size: 60px;
}
#profile-page .container .month {
  max-width: 800px;
  margin-top: 0px;
  margin: 0 auto;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #6a9946;
}
#profile-page .container #profile-avatar {
  margin-bottom: 20px;
  text-align: center;
}
#profile-page .container #profile-avatar .user-avatar img {
  border: 1px solid #ddd;
  padding: 4px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 3px;
}
#si_team_dashboard #options {
  margin-left: 36px;
  width: 260px;
  display: block;
}
#si_team_dashboard #options.hidden {
  display: none;
}
#si_team_dashboard #options .si_select {
  float: left;
  margin-bottom: 0px;
}
#si_team_dashboard #options #options_form {
  margin-left: 10px;
  float: left;
}
#si_team_dashboard #options #options_form input[type="submit"] {
  background: #0083ca;
  border: 0px;
  color: white;
  display: block;
  padding: 10px 15px;
  border-radius: 5px;
}
#si_team_dashboard #options #options_form input[type="submit"]:hover {
  background: #006297;
}
#si_team_dashboard .si_select {
  position: relative;
}
#si_team_dashboard .si_select select {
  -webkit-appearance: none;
  background: white;
  padding: 10px 20px;
}
#si_team_dashboard .si_select select:focus {
  outline: 0;
}
#si_team_dashboard .si_select.center {
  width: 499px;
  margin: 0 auto;
  margin-bottom: 20px;
}
#si_team_dashboard .si_select span {
  position: absolute;
  right: 20px;
  top: 11px;
  pointer-events: none;
}
#si_team_dashboard .heading.single_toolkit {
  margin-bottom: 20px;
}
#si_team_dashboard .heading.single_toolkit h1 {
  font-size: 3.714em;
  color: #000;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-align: center;
}
#si_team_dashboard .heading.single_toolkit h3 {
  font-size: 21px;
  margin-bottom: 30px;
  font-weight: 400;
  text-align: center;
  padding-top: 0px;
  color: silver;
}
#si_team_dashboard .heading.single_toolkit p {
  color: #999999;
  text-align: center;
  font-size: 14px;
}
#si_team_dashboard #team_navigation {
  list-style-type: none;
  text-align: center;
  padding-left: 0px;
  margin-bottom: 30px;
  display: block;
  margin-top: 20px;
}
#si_team_dashboard #team_navigation li {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
#si_team_dashboard #team_navigation li a {
  color: #0083ca;
  text-decoration: none;
  display: block;
  padding: 10px 22px;
  border-radius: 30px;
}
#si_team_dashboard #team_navigation li a.active,
#si_team_dashboard #team_navigation li a:hover {
  color: white;
  background: #0083ca;
  border-color: #0083ca;
  text-decoration: none;
}
#si_team_dashboard #page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #F7F7F7;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 5px;
}
#si_team_dashboard .si_team_page {
  display: none;
}
#si_team_dashboard .si_team_page:first-child {
  display: block;
}
#si_team_dashboard #activites {
  width: 650px;
  margin: 0 auto;
  margin-top: 40px;
}
#si_team_dashboard #activites .circle {
  display: block;
  width: 40px;
  height: 40px;
  background: silver;
  border-radius: 100%;
  color: white;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  position: absolute;
  left: -22px;
}
#si_team_dashboard #activites .activity_point {
  margin-left: 100px;
  position: relative;
  padding: 20px;
  padding-top: 0px;
  border-left: 2px solid silver;
  padding-left: 80px;
  padding-bottom: 50px;
}
#si_team_dashboard #activites .activity_point:last-child {
  border-left: 0px;
}
#si_team_dashboard #activites .activity_point .the_top {
  display: block;
}
#si_team_dashboard #activites .activity_point .the_bottom {
  display: block;
  color: silver;
  margin-top: 5px;
}
#si_team_dashboard #add_user {
  background: white;
  margin-top: 10px;
}
#si_team_dashboard #add_user #add_user_header {
  background: #333;
  padding: 10px;
  color: white;
  padding-left: 20px;
  font-weight: bold;
}
#si_team_dashboard #add_user .licenses_available {
  display: block;
  margin-bottom: 10px;
}
#si_team_dashboard #add_user form {
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-top: 0px;
}
#si_team_dashboard #add_user input[type="text"],
#si_team_dashboard #add_user input[type="email"] {
  width: 100%;
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
}
#si_team_dashboard #add_user input[type="text"]:focus,
#si_team_dashboard #add_user input[type="email"]:focus {
  outline: 0;
  border-color: #6a9946;
  box-shadow: 0px 0px 2px 2px rgba(106, 153, 70, 0.4);
}
#team_bg {
  background: rgba(30, 30, 30, 0.9);
  top: 0;
  left: 0;
  z-index: 9997;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
  display: none;
}
#team_bg .close_bg {
  color: #979797;
  position: fixed;
  right: 40px;
  top: 62px;
  font-size: 35px;
}
#team_bg .close_bg:hover {
  color: #0083ca;
}
#team_bg #lightbox {
  position: absolute;
  z-index: 9997;
  top: 250px;
  left: 50%;
  width: 920px;
  margin-left: -460px;
  padding: 40px 95px;
  background: #f4f4f4;
  background-position: fixed;
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 20px;
}
#team_bg #lightbox .team_course {
  padding: 20px;
  background: white;
  margin-bottom: 10px;
  border: 1px solid silver;
}
#team_bg #lightbox .team_course .last_completed {
  color: #ed1b35;
}
#team_bg #lightbox .team_course .started {
  color: #6a9946;
}
#team_bg #lightbox .team_course .top {
  display: block;
  margin-bottom: 20px;
}
#team_bg #lightbox .team_course .top:hover h2,
#team_bg #lightbox .team_course .top:hover .icon,
#team_bg #lightbox .team_course .top:hover .right .large {
  color: #6a9946;
}
#team_bg #lightbox .team_course .top .icon {
  font-size: 30px;
  float: left;
  margin-right: 20px;
}
#team_bg #lightbox .team_course .top h2 {
  color: #333;
  margin-top: 0px;
  font-size: 24px;
}
#team_bg #lightbox .team_course .top .left {
  float: left;
}
#team_bg #lightbox .team_course .top .right {
  float: right;
  text-align: right;
}
#team_bg #lightbox .team_course .top .right .large {
  display: block;
  font-size: 24px;
  color: #333;
}
#team_bg #lightbox .team_course .top:hover {
  text-decoration: none;
}
#team_bg #lightbox .team_course .bottom {
  display: none;
  width: 100%;
  margin-top: 20px;
}
.si_team_table {
  display: block;
  width: 100%;
}
.si_team_table.checkbox input[type="checkbox"] {
  float: none;
  margin-left: 0px;
}
.si_team_table.checkbox .cell {
  width: 23.2%;
}
.si_team_table.checkbox .cell:first-child {
  width: 7%;
}
.si_team_table.two .cell {
  width: 50%;
}
.si_team_table.two .cell .ion-close-round {
  color: #ed1b35;
}
.si_team_table.two .cell .ion-checkmark-round {
  color: #6a9946;
}
.si_team_table .si_team_table_header .cell {
  background: #333;
  color: white;
  border-color: #333;
  font-weight: bold;
}
.si_team_table .si_team_table_header .cell:first-child {
  border-top-left-radius: 5px;
}
.si_team_table .si_team_table_header .cell:last-of-type {
  border-top-right-radius: 5px;
}
.si_team_table .si_row {
  background: #FFE8E8;
}
.si_team_table .si_row.complete {
  background: #E6FFD4;
}
.si_team_table .si_row.white {
  background: white;
}
.si_team_table .si_row:hover .cell {
  background: #fff2cf;
}
.si_team_table .si_row .cell:last-of-type {
  border-right: 1px solid #e0e0e0;
}
.si_team_table .cell {
  width: 20%;
  float: left;
  padding: 10px 20px;
  border: 1px solid #e0e0e0;
  border-top: 0px;
  border-right: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.si_team_table .cell.progress_name {
  width: 23%;
}
.si_team_table .cell.progress_percent {
  width: 9%;
}
.si_team_table .cell.progress_completed {
  width: 11%;
}
.si_team_table .cell.progress_view {
  width: 12%;
}
.si_team_table .cell.progress_last_l {
  width: 45%;
}
html.no_scroll {
  overflow: hidden;
}
.bbp-breadcrumb-home {
  display: none;
}
.bbp-breadcrumb-sep:first-of-type {
  display: none;
}

.popover {
  text-align: center;
  color: #ffffff;
  background: #333333!important;
  position: absolute;
  z-index: 100;
  padding: 15px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  max-width: 250px;
}
.popover .arrow {
  background: url(../../images/cre-sales-page/callout.png) no-repeat !important;
  width: 22px;
  height: 33px;
  z-index: 20;
  position: absolute;
  top: 40%;
  border: 0;
  left: -22px;
}
.popover a {
  color: #ffffff;
  text-decoration: underline;
}
.popover h3 {
  padding-top: 0;
  margin-top: 0;
}
#cre {
  /** Section down arrows **/
  /*** Johnsons box **/
  /*** Price box ***/
  /*** Full pricing ***/
  /*** CTA buttons ***/
  /*** Lists ***/
  /*** Tooltip ***/
  /*** Numbered headlines ***/
  /*** Experts ***/
  /*** Basic media queries ***/
}
#cre .section {
  padding: 3em 0 !important;
}
#cre .section p {
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
#cre .section h3 {
  line-height: 1.5em;
  margin: 1em 0;
}
#cre .section.section-dark {
  background: #603061 !important;
}
#cre .section.section-grey {
  background: #f7f7f7 !important;
}
#cre .section.section-dark-grey {
  background: #f3f3f3 !important;
}
#cre .section.section-black {
  background: #000000 !important;
  color: #ffffff;
}
#cre .section.section-orange {
  background: #ff951d !important;
  color: #ffffff;
}
#cre .section.section-blue.fancy {
  padding: 7em 0 5em 0 !important;
}
#cre .bold {
  font-weight: bold;
}
#cre .arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f00;
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: 1;
}
#cre .section.section-dark .arrow-down {
  border-top: 10px solid #603061 !important;
}
#cre .section.section-light .arrow-down {
  border-top: 10px solid #ffffff !important;
}
#cre .section.section-grey .arrow-down {
  border-top: 10px solid #f7f7f7 !important;
}
#cre .section.section-dark-grey .arrow-down {
  border-top: 10px solid #f7f7f7 !important;
}
#cre .section.section-blue .arrow-down {
  border-top: 10px solid #e6f8f8 !important;
}
#cre .section.section-black .arrow-down {
  border-top: 10px solid #000000 !important;
}
#cre .section.section-black h3 {
  color: white;
  font-weight: normal !important;
  margin: 1em 0;
}
#cre .section.section-black {
  padding: .5em 0 !important;
}
#cre .section.section-orange .arrow-down {
  border-top: 10px solid #ff951d !important;
}
#cre .section.section-dark.pricing {
  padding-bottom: 0 !important;
}
#cre .j-box {
  background-color: #ffffff !important;
  border: 1px dashed #a1acad;
  padding: 2em;
}
#cre .j-box a {
  text-decoration: underline;
}
#cre .j-box ul {
  list-style: none;
}
#cre .j-box li {
  padding: .5em 0;
}
#cre .video-container {
  border: 1px solid #faa519;
}
#cre .video-bottom {
  background-color: #faa519;
  color: #ffffff;
  text-align: center;
  padding: 1em 0;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
}
#cre .plan-pricing .price-box {
  position: absolute;
  bottom: 0;
  text-align: center;
  margin-bottom: 1em;
}
#cre .plan-pricing div:nth-of-type(1) {
  left: 33px;
  width: 355px;
}
#cre .plan-pricing div:nth-of-type(2) {
  left: 388px;
  width: 393px;
}
#cre .plan-pricing div:nth-of-type(2) a {
  color: #ffffff;
}
#cre .plan-pricing div:nth-of-type(3) {
  right: 35px;
  width: 354px;
}
#cre .plan-pricing-full .price-box {
  position: absolute;
  top: 366px;
  text-align: center;
  width: 330px;
}
#cre .plan-pricing-full div:nth-of-type(1) {
  left: 56px;
}
#cre .plan-pricing-full div:nth-of-type(2) {
  left: 388px;
  width: 358px;
}
#cre .plan-pricing-full div:nth-of-type(3) {
  right: 63px;
}
#cre a.cre-cta {
  display: block;
  width: 90%;
  padding: 1em 1.5em;
  background: #faa419;
  background: -webkit-linear-gradient(#faa419, #fa8419);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#faa419, #fa8419);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#faa419, #fa8419);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#faa419, #fa8419);
  /* Standard syntax */
  color: #ffffff;
  font-size: 1.2em;
  text-transform: uppercase;
  text-shadow: 0px 1px #d07716;
  margin: 0 auto .5em auto;
  border-radius: .5em;
}
#cre a.cre-cta:hover {
  text-decoration: none;
  background: #fa8419;
  background: -webkit-linear-gradient(#fa8419, #faa419);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#fa8419, #faa419);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#fa8419, #faa419);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#fa8419, #faa419);
  /* Standard syntax */
}
#cre .text-link {
  text-decoration: underline;
}
#cre ul.check {
  list-style: none;
  padding: 0;
  margin: 2em 0;
}
#cre ul.check li {
  background: url(../../images/cre-sales-page/icon-check.png) no-repeat;
  background-position: 0 5px;
  padding-left: 3em;
  margin-bottom: 1em;
}
#cre ul.notice {
  list-style: none;
  padding: 0;
}
#cre ul.notice li {
  background: url(../../images/cre-sales-page/icon-exclamation.png) no-repeat;
  background-position: 0 5px;
  padding-left: 3em;
  margin-bottom: 1em;
}
#cre .numbered-headline {
  padding-left: 105px;
  padding-top: 24px;
  background-position: top left;
  min-height: 110px;
  font-size: 30px;
  line-height: 1.2em !important;
}
#cre .headline-1 {
  background: url("../../images/cre-sales-page/icon-1.png") no-repeat;
  background-position: 0 20px;
}
#cre .headline-2 {
  background: url("../../images/cre-sales-page/icon-2.png") no-repeat;
  background-position: 0 20px;
}
#cre .headline-3 {
  background: url("../../images/cre-sales-page/icon-3.png") no-repeat;
  background-position: 0 20px;
}
#cre .headline-4 {
  background: url("../../images/cre-sales-page/icon-4.png") no-repeat;
  background-position: 0 20px;
}
#cre .headline-5 {
  background: url("../../images/cre-sales-page/icon-5.png") no-repeat;
  background-position: 0 20px;
}
#cre .experts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cre .experts ul li {
  float: left;
  width: 114px;
  height: 117px;
}
@media (max-width: 1199px) {
  #cre a.cre-cta {
    padding: .5em 1.5em;
  }
  #cre .price-box {
    margin-bottom: .5em;
  }
  #cre .plan-pricing div:nth-of-type(1) {
    left: 33px;
    width: 286px;
  }
  #cre .plan-pricing div:nth-of-type(2) {
    left: 325px;
    width: 319px;
  }
  #cre .plan-pricing div:nth-of-type(3) {
    right: 35px;
    width: 287px;
  }
  #cre .plan-pricing-full .price-box {
    top: 304px;
    width: 272px;
  }
  #cre .plan-pricing-full div:nth-of-type(1) {
    left: 48px;
  }
  #cre .plan-pricing-full div:nth-of-type(2) {
    left: 318px;
    width: 297px;
  }
  #cre .plan-pricing-full div:nth-of-type(3) {
    right: 54px;
  }
}
@media (max-width: 991px) {
  #cre a.cre-cta {
    padding: .5em 1.5em;
  }
  #cre .price-box {
    margin-bottom: .5em;
    font-size: 0.8em;
  }
  #cre .plan-pricing div:nth-of-type(1) {
    left: 26px;
    width: 225px;
  }
  #cre .plan-pricing div:nth-of-type(2) {
    left: 250px;
    width: 248px;
  }
  #cre .plan-pricing div:nth-of-type(3) {
    right: 28px;
    width: 223px;
  }
  #cre .plan-pricing-full .price-box {
    top: 231px;
    width: 206px;
  }
  #cre .plan-pricing-full div:nth-of-type(1) {
    left: 40px;
  }
  #cre .plan-pricing-full div:nth-of-type(2) {
    left: 245px;
    width: 226px;
  }
  #cre .plan-pricing-full div:nth-of-type(3) {
    right: 45px;
  }
}
@media (max-width: 600px) {
  #cre h1 {
    font-size: 25px;
    line-height: 1.5;
  }
}
#cre .large {
  font-size: 23px;
  font-weight: bold;
}
#cre .dave_block {
  background: white;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  max-width: 405px;
  margin: 0 auto;
}
#cre .dave_block .content {
  padding: 20px;
  text-align: center;
}
#cre .dave_block p {
  font-size: 12px;
  color: #333;
  margin-bottom: 0px;
}
#cre .dave_block img {
  border: 1px solid white;
  width: 100%;
}
#cre .slide_1 h2 {
  font-size: 45px;
  line-height: 1.5;
  margin-top: 0px;
}
@media (max-width: 600px) {
  #cre .slide_1 h2 {
    font-size: 25px;
  }
}
#cre .slide_1 .quote_box img {
  float: left;
  margin-right: 20px;
  border-radius: 100%;
  border: 1px solid white;
}
#cre .slide_2 .brand_slides {
  margin-left: 0px;
  list-style-type: none;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
#cre .slide_2 .brand_slides li {
  float: left;
  width: 16%;
}
@media (max-width: 600px) {
  #cre .slide_2 .brand_slides li {
    width: 50%;
    margin-bottom: 20px;
  }
}
#cre .slide_3 .si_callout {
  background: #ffecce;
  border: 1px dashed #cab28c;
  padding: 20px;
  text-align: center;
  color: #cab28c;
}
#cre .slide_3 .si_callout p {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 0px;
}
#cre .testimonial_box {
  width: 31%;
  margin-right: 1.1%;
  background: white;
  float: left;
  margin-left: 1.2%;
  padding: 20px;
  min-height: 363px;
  border-radius: 10px;
}
@media (max-width: 600px) {
  #cre .testimonial_box {
    width: 100%;
    margin-bottom: 70px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
#cre .testimonial_box .avatar {
  border-radius: 100%;
  margin-top: -70px;
}
#cre .testimonial_box h2 {
  font-size: 26px;
  margin-bottom: 20px;
}
#cre .testimonial_box p {
  font-weight: 300;
}
#cre .testimonial_box h3 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 0px;
}
#cre .testimonial_box h4 {
  font-weight: normal;
  font-size: 14px;
}
#cre .testimonial_box .logo {
  margin-top: 20px;
  border-top: 1px solid silver;
  padding-top: 20px;
}
#cre .pricing_surround {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media (max-width: 600px) {
  #cre .pricing_surround {
    background: none;
    padding-right: 10px;
    padding-left: 10px;
  }
}
#cre .pricing_surround.last_pricing {
  background: none;
}
#cre .pricing_surround.last_pricing .pricing_block {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#cre .pricing_surround.last_pricing .pricing_block .cre_but {
  margin-top: 0px!important;
}
#cre .pricing_surround.last_pricing .pricing_block .cancel_but {
  padding-top: 12px;
}
#cre .pricing_surround.last_pricing .pricing_block .sub_footer ul {
  margin-top: 0px;
}
@-moz-document url-prefix() {
  #cre .pricing_surround.last_pricing .pricing_block .sub_footer ul {
    margin-left: 0px;
  }
}
#cre .pricing_surround.last_pricing .pricing_block .sub_footer ul li {
  min-height: 68px;
}
#cre .pricing_surround.last_pricing .pricing_block .sub_footer ul li.large_li {
  min-height: 88px;
}
@-moz-document url-prefix() {
  #cre .pricing_surround.last_pricing .pricing_block .sub_footer ul li.large_li {
    min-height: 112px;
  }
}
#cre .pricing_surround.last_pricing .pricing_block .content {
  min-height: 272px;
}
#cre .pricing_surround.last_pricing .pricing_block.block1 {
  border-left: 1px solid #5a2e5b;
  border-bottom: 3px solid #5a2e5b;
}
#cre .pricing_surround.last_pricing .pricing_block.block2 {
  box-shadow: 0px 0px 0px 1px #6a9946;
  z-index: 1;
  position: relative;
  border-bottom: 3px solid #6a9946;
}
#cre .pricing_surround.last_pricing .pricing_block.block3 {
  border-right: 1px solid #5a2e5b;
  border-left: 1px solid #5a2e5b;
  border-bottom: 3px solid #5a2e5b;
}
#cre .pricing_surround.last_pricing .pricing_block.green {
  background: none;
}
#cre .pricing_surround.last_pricing .pricing_block.green .content {
  min-height: 333px;
  background: #71be3f;
}
#cre .pricing_surround.last_pricing .pricing_block.green .footer .cre_but {
  position: absolute;
  width: 94%;
  margin-top: -43px !important;
}
#cre .pricing_surround.last_pricing .pricing_block.green .footer .cancel_but {
  color: #0083ca;
  text-shadow: none;
  padding-top: 40px;
}
#cre .pricing_surround.last_pricing .pricing_block .footer {
  background: white;
  padding-top: 0px;
}
#cre .pricing_surround.last_pricing .pricing_block .footer .cre_but {
  margin-top: -50px;
}
#cre .cre_but {
  background: #faa419;
  /* Old browsers */
  background: -moz-linear-gradient(top, #faa419 0%, #fa8319 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #faa419 0%, #fa8319 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #faa419 0%, #fa8319 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa419', endColorstr='#fa8319', GradientType=0);
  /* IE6-9 */
  display: block;
  padding: 20px;
  border-radius: 10px;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
}
#cre .cre_but:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fa8319+0,faa419+100 */
  background: #fa8319;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fa8319 0%, #faa419 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fa8319 0%, #faa419 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fa8319 0%, #faa419 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa8319', endColorstr='#faa419', GradientType=0);
  /* IE6-9 */
  text-decoration: none;
}
#cre .pricing_block {
  width: 33.334%;
  float: left;
  background: white;
  min-height: 202px;
  position: relative;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media (max-width: 600px) {
  #cre .pricing_block {
    width: 100%;
    margin-bottom: 20px;
  }
}
#cre .pricing_block .left {
  position: absolute;
  top: -46px;
  left: -57px;
  z-index: 4;
}
@media (max-width: 600px) {
  #cre .pricing_block .left {
    top: 0px;
    left: 0px;
    transform: scale(0.5) translateY(-52px) translateX(-43px);
    -webkit-transform: scale(0.5) translateY(-52px) translateX(-43px);
    -moz-transform: scale(0.5) translateY(-52px) translateX(-43px);
    -ms-transform: scale(0.5) translateY(-52px) translateX(-43px);
  }
}
#cre .pricing_block .right {
  position: absolute;
  top: -46px;
  right: -57px;
  z-index: 4;
}
@media (max-width: 600px) {
  #cre .pricing_block .right {
    top: 0px;
    right: 0px;
    transform: scale(0.5) translateX(45px) translateY(-50px);
    -webkit-transform: scale(0.5) translateX(45px) translateY(-50px);
    -moz-transform: scale(0.5) translateX(45px) translateY(-50px);
    -ms-transform: scale(0.5) translateX(45px) translateY(-50px);
  }
}
#cre .pricing_block .price {
  font-size: 33px;
  color: #6a9946;
  border-bottom: 1px solid silver;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#cre .pricing_block .price span {
  font-size: 20px;
  color: #333;
  font-weight: 300;
}
#cre .pricing_block .year strong {
  font-size: 26px;
  font-weight: 400;
  color: #6a9946;
}
#cre .pricing_block .person {
  font-size: 21px;
}
#cre .pricing_block .annual {
  font-size: 20px;
}
#cre .pricing_block .annual strong {
  font-weight: 300;
}
#cre .pricing_block.green {
  background: #71be3f;
  margin-top: -27px;
  text-shadow: 0px 1px black;
}
#cre .pricing_block.green .percent {
  background-image: url('../../images/e-membership/percent.png');
  width: 93px;
  height: 92px;
  display: block;
  position: absolute;
  z-index: 1;
  left: -20px;
  top: -46px;
}
@media (max-width: 600px) {
  #cre .pricing_block.green {
    margin-top: 0px;
  }
}
#cre .pricing_block.green .header {
  background: #63a935;
}
#cre .pricing_block.green .header:after {
  border-color: #63a935 transparent transparent transparent;
}
#cre .pricing_block.green .content {
  min-height: 240px;
}
@-moz-document url-prefix() {
  #cre .pricing_block.green .content {
    min-height: 258px;
  }
}
#cre .pricing_block.green .price {
  color: white;
  border-color: white;
  font-size: 52px;
}
#cre .pricing_block.green .price span {
  color: white;
}
#cre .pricing_block.green .year strong {
  color: white;
}
#cre .pricing_block.green ul li {
  color: white;
}
#cre .pricing_block.green .footer {
  background: #71be3f;
  border: 0px;
  padding-top: 0px;
}
#cre .pricing_block.green .footer .cancel_but {
  color: white;
}
#cre .pricing_block .content {
  padding: 20px;
  min-height: 192px;
  padding-bottom: 0px;
}
@-moz-document url-prefix() {
  #cre .pricing_block .content {
    min-height: 210px;
  }
}
#cre .pricing_block ul {
  list-style-type: none;
  text-align: center;
  margin-top: 20px;
  -webkit-padding-start: 0px;
  margin-left: 0px;
  -webkit-margin-before: 0em;
  margin-bottom: 0px;
}
#cre .pricing_block ul li {
  color: #333;
}
#cre .pricing_block .header {
  background: #4a234b;
  padding: 20px;
  text-align: center;
  color: white;
  font-size: 24px;
  position: relative;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#cre .pricing_block .header:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #4a234b transparent transparent transparent;
  left: 50%;
  margin-left: -15px;
  bottom: -15px;
}
#cre .pricing_block .footer {
  background: #f8f8f8;
  padding: 10px;
  text-align: center;
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
}
#cre .pricing_block .footer .cancel_but {
  margin-top: 10px;
  display: block;
}
#cre .pricing_block .sub_footer {
  background: white;
  padding: 20px;
  padding-top: 0px;
}
#cre .pricing_block .sub_footer ul {
  list-style-image: url('../../images/e-membership/icon-check.png');
  margin-left: 23px;
}
#cre .pricing_block .sub_footer ul li {
  border-bottom: 1px solid silver;
  color: #333;
  text-shadow: none;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  font-size: 16px;
}
#cre .pricing_block .sub_footer ul li:last-of-type {
  border: 0px;
}
.popover {
  z-index: 11000;
}
#checkoutbg {
  position: fixed;
  top: 0px;
  left: 0px;
  background: white;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
@media (max-width: 1050px) {
  #checkoutbg {
    width: 0px;
    height: 0px;
  }
}
.close_checkout_lightbox {
  position: fixed;
  top: 60px;
  right: 20px;
  background: #0083ca;
  width: 40px;
  height: 40px;
  color: white;
  text-align: center;
  font-size: 23px;
  line-height: 44px;
  border-radius: 100%;
  z-index: 12000;
  display: none;
}
.close_checkout_lightbox.on {
  display: block;
}
@media (max-width: 1050px) {
  .close_checkout_lightbox {
    display: none;
  }
  .close_checkout_lightbox.on {
    display: none;
  }
}
.close_checkout_lightbox:hover {
  background: #6a9946;
  color: white;
}
#checkout_lightbox2,
#checkout_lightbox3 {
  padding-top: 0px;
  margin-top: 0px;
}
#checkout_lightbox,
#checkout_lightbox2,
#checkout_lightbox3 {
  position: fixed;
  top: 10%;
  z-index: 10001;
  border: 1px solid silver;
  left: 50%;
  width: 1170px;
  margin-left: -585px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 80%;
  display: none;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
@media (max-width: 1050px) {
  #checkout_lightbox,
  #checkout_lightbox2,
  #checkout_lightbox3 {
    position: static;
    width: 100%;
    margin-left: 0px;
    overflow: auto;
    height: 100%;
    box-shadow: none;
    border-radius: 0px;
    border: 0px;
    top: 0px;
  }
}

.si_locked_box {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  margin-top: 20px;
}
.si_locked_box .glyphicon {
  font-size: 46px;
  float: left;
  margin-right: 20px;
  margin-top: 7px;
}
.si_locked_box h3 {
  margin-top: 0px;
}
.si_locked_box p {
  margin-bottom: 20px;
}
.si_locked_box .btn {
  margin: 0 auto;
  display: block;
  width: 150px;
}
.si_locked_box .btn:after {
  margin-top: -7px;
}
#checkout2016 h2 {
  font-size: 25px;
  margin-top: 40px;
  margin-bottom: 40px;
}
#checkout2016 .intro {
  margin-bottom: 0px;
}
#checkout2016 #bg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  z-index: 10;
  display: none;
}
#checkout2016 #bg #lightbox {
  width: 500px;
  height: 208px;
  background-color: white;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -104px;
  z-index: 11;
  padding: 20px;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 510px) {
  #checkout2016 #bg #lightbox {
    width: 95%;
    top: 10px;
    margin-top: 0px;
    margin-left: 0px;
    left: 0px;
    margin-left: 2.5%;
  }
}
#checkout2016 #bg #lightbox:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0px;
  width: 80px;
  height: 70px;
  background-image: url(../../images/cre-sales-page/si-emblem.png);
  background-repeat: no-repeat;
  opacity: 0.3;
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
#checkout2016 #bg #lightbox .close_lightbox {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 31px;
  color: #333;
  right: 10px;
  top: 10px;
}
#checkout2016 #bg #lightbox .close_lightbox:hover {
  text-decoration: none;
  color: #0083ca;
}
#checkout2016 #bg #lightbox h2 {
  margin-top: 0px;
  margin-bottom: 20px;
}
#checkout2016 #bg #lightbox .text {
  display: none;
}
#checkout2016 #bg #lightbox .btn:after {
  margin-top: -6px;
}
#checkout2016 .popover .arrow {
  display: none!important;
}
#checkout2016 .page_header {
  background: url(../../images/cre-sales-page/si-emblem.png) 0px 23px no-repeat, url(../../images/cre-sales-page/ratings.png) 100% no-repeat;
  padding-left: 50px;
  margin-bottom: 40px;
  height: 86px;
  padding-right: 189px;
}
@media (max-width: 600px) {
  #checkout2016 .page_header {
    background: none;
    padding-left: 0px;
    padding-right: 0px;
    height: auto;
    margin-bottom: 20px;
  }
  #checkout2016 .page_header h1 {
    font-size: 24px;
  }
}
#checkout2016 .page_header h1 {
  font-weight: 300;
  margin-bottom: 10px;
  padding: 0px;
  padding-top: 11px;
}
#checkout2016 .page_header p {
  font-weight: bold;
}
#checkout2016 .s2member-pro-paypal-form .page_header {
    height: auto;
}
#checkout2016 .checkout_button {
  display: block;
  background: #76c440;
  background: -moz-linear-gradient(top, #76c440 0%, #6fb93b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #76c440 0%, #6fb93b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #76c440 0%, #6fb93b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76c440', endColorstr='#6fb93b', GradientType=0);
  /* IE6-9 */
  color: white;
  padding: 20px;
  font-size: 18px;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  text-shadow: 0px 1px 1px black;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  border: 0px;
  width: 100%;
}
#checkout2016 .checkout_button:hover {
  text-decoration: none;
  background: #76c440;
}
#checkout2016 .checkout_button:focus {
  outline: 0;
}
#checkout2016 .checkout_button:disabled {
  background: silver;
  box-shadow: none;
  text-shadow: none;
  cursor: default;
}
#checkout2016 .cancel_but {
  text-align: center;
  display: block;
  color: #333;
  margin-bottom: 27px;
  font-weight: 400;
}
#checkout2016 .membership_line {
  font-size: 18px;
}
#checkout2016 .membership_line .pull-right {
  color: #faa61a;
}
#checkout2016 .cart_container {
  border: 5px solid #ededed;
  border-radius: 10px;
  margin-bottom: 40px;
  padding-top: 20px;
}
#checkout2016 .cart_container ul {
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  list-style-type: none;
  font-weight: 400;
}
#checkout2016 .cart_container ul li {
  margin-bottom: 10px;
  font-size: 14px;
}
#checkout2016 .cart_container ul li.title {
  font-weight: bold;
}
#checkout2016 .cart_container ul li.divider {
  border-bottom: 1px dashed silver;
  padding-top: 10px;
  margin-bottom: 21px;
}
#checkout2016 .cart_container ul li:last-of-type {
  margin-bottom: 0px;
}
#checkout2016 .cart_container ul#cart {
  padding-bottom: 20px;
  padding-top: 0px;
}
#checkout2016 .cart_container .footer {
  background: #ededed;
  padding: 10px;
  padding-bottom: 5px;
}
#checkout2016 .cart_container .footer p {
  font-size: 21px;
  margin-bottom: 0px;
}
#checkout2016 .cart_container .footer p .pull-right {
  color: #faa61a;
}
#checkout2016 .cart_container .footer p.small {
  font-size: 15px;
}
#checkout2016 .cart_container .footer p.small .pull-right {
  color: #333;
}
#checkout2016 .collapse_list {
  padding: 20px;
  list-style-type: none;
  padding-bottom: 0px;
  position: relative;
}
#checkout2016 .collapse_list .arrow_helper {
  width: 38px;
  height: 28px;
  background-image: url(../../images/cre-sales-page/arrow.png);
  display: block;
  position: absolute;
  right: 68px;
  width: 30px;
  top: 56px;
}
@media (max-width: 600px) {
  #checkout2016 .collapse_list .arrow_helper {
    margin-top: 32px;
  }
}
#checkout2016 .collapse_list .arrow_helper:before {
  content: 'Click to choose your Toolkits';
  position: absolute;
  top: -19px;
  left: -181px;
  width: 210px;
}
#checkout2016 .collapse_list .popular_header {
  background: #6a9946;
  color: white;
  display: inline-block;
  padding: 10px 17px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-left: -12px;
}
#checkout2016 .collapse_list .popular {
  padding: 10px;
  border: 3px solid #6a9946;
  margin-left: -12px;
  width: calc(100% + 24px);
  -webkit-border-radius: 10px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 10px;
  -moz-border-radius-topleft: 0;
  border-radius: 10px;
  border-top-left-radius: 0;
  padding-bottom: 0px;
  padding-top: 0px;
}
#checkout2016 .collapse_list section {
  border-bottom: 1px dashed silver;
  padding: 10px 0px;
}
#checkout2016 .collapse_list section:last-of-type {
  border-bottom: 0px;
}
#checkout2016 .collapse_list section .divider {
  border-bottom: 1px dashed silver;
  width: 100%;
  display: block;
}
#checkout2016 .collapse_list section .accordion_arrow {
  float: left;
  display: inline-block;
  color: white;
  background: #333;
  padding: 3px 6px;
  border-radius: 3px;
  line-height: 1.5;
  margin-top: 5px;
  font-size: 11px;
}
#checkout2016 .collapse_list section .title {
  float: left;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-left: 20px;
  display: inline-block;
  margin-top: 4px;
}
@media (max-width: 600px) {
  #checkout2016 .collapse_list section .title {
    margin-left: 10px;
    font-size: 12px;
    display: block;
    width: calc(100% - 34px);
  }
}
#checkout2016 .collapse_list section .included {
  margin-top: 6px;
}
#checkout2016 .collapse_list section .included span {
  margin-right: 10px;
  color: #6a9946;
}
@media (max-width: 600px) {
  #checkout2016 .collapse_list section .included {
    float: none!important;
    display: block;
    font-size: 12px;
    margin-left: 32px;
    margin-top: 25px;
  }
}
#checkout2016 .collapse_list section .checkbox {
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 3px;
  width: 22px;
  height: 22px;
  margin-top: 5px;
  border: 1px solid silver;
  cursor: pointer;
  position: relative;
}
#checkout2016 .collapse_list section .checkbox span {
  position: absolute;
  top: 2px;
  left: 2px;
  color: #6a9946;
  display: none;
}
#checkout2016 .collapse_list section .checkbox.added {
  border-color: #6a9946;
}
#checkout2016 .collapse_list section .checkbox.added span {
  display: block;
}
#checkout2016 .collapse_list section .checkbox:hover {
  border-color: #6a9946;
}
#checkout2016 .collapse_list section .collapse_content {
  padding: 20px 20px 20px 40px;
  display: none;
}
#checkout2016 .collapse_list section .collapse_content img {
  background: white;
  padding: 5px;
  border-radius: 3px;
  float: left;
  margin-right: 20px;
}
#checkout2016 .collapse_list section .collapse_content .content_inner {
  float: left;
  width: calc(100% - 130px);
}
#checkout2016 .guarantee_box {
  background: #fff3e2;
  border: 3px solid #fbb149;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#checkout2016 .guarantee_box p {
  font-weight: 400;
  font-size: 18px;
  padding: 10px 0 5px;
}
#checkout2016 .guarantee_box .star {
  width: 100px;
  float: none;
  margin-right: 20px;
}
#checkout2016 .guarantee_box.large p {
  font-size: 14px;
}
#checkout2016 .guarantee_box.large .left {
  width: 17%;
  float: left;
  margin-right: 4%;
}
#checkout2016 .guarantee_box.large .right {
  width: 79%;
  float: left;
}
#checkout2016 .quote_box {
  padding: 20px;
  border: 1px solid silver;
  border-radius: 5px;
  position: relative;
  margin-top: 80px;
  text-align: center;
}
#checkout2016 .quote_box .avatar {
  border-radius: 100%;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: -50px;
}
#checkout2016 .quote_box h3 {
  margin-top: 50px;
  font-weight: bold;
  line-height: 1.5;
}
#checkout2016 .quote_box p {
  font-weight: 300;
  line-height: 1.5;
}
#checkout2016 .quote_box p.name {
  margin-bottom: 0px;
}
#checkout2016 .quote_box .company {
  padding-top: 20px;
  border-top: 1px solid silver;
  margin-top: 10px;
  width: 100%;
}
#checkout2016 .toolkit_selector {
  position: relative;
  background: #f1f1f1;
  border: 1px solid #0083ca;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
}
#checkout2016 .toolkit_selector.purple {
  border-color: #5a2e5b;
}
#checkout2016 .toolkit_selector.purple .header {
  background: #5a2e5b;
}
#checkout2016 .toolkit_selector.green {
  border-color: #6a9946;
}
#checkout2016 .toolkit_selector.green .header {
  background: #6a9946;
}
#checkout2016 .toolkit_selector.orange {
  border-color: #faa61a;
}
#checkout2016 .toolkit_selector.orange .header {
  background: #faa61a;
}
#checkout2016 .toolkit_selector .header {
  background: #0083ca;
  font-size: 24px;
  color: white;
  padding: 20px;
  font-weight: 200;
}
@media (max-width: 600px) {
  #checkout2016 .toolkit_selector .header {
    font-size: 15px;
  }
}
#checkout2016 .toolkit_selector .circle {
  position: absolute;
  left: -20px;
  top: -20px;
  display: block;
  width: 40px;
  height: 40px;
  background: black;
  text-align: center;
  color: white;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border: 3px solid white;
  font-size: 20px;
  font-weight: bold;
  line-height: 33px;
}
img#wpstats {
  display: none;
}

#cre .checkout_pages {
  position: relative;
}
#cre.checkout_pages section,
#cre .checkout_pages section {
  background: #fafafa;
}

.page-template-page-sales-letter #cre.checkout_pages section,
.page-template-page-sales-letter #cre .checkout_pages section {
  background: #f7f7f7;
}
.page-template-page-sales-letter-uk #cre .checkout_pages .arrow-down,
.page-template-page-sales-letter #cre .checkout_pages .arrow-down {
  border-top: 10px solid #f7f7f7;
}

.popover .arrow {
  display: none;
}
#checkout2016.checkout-final {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  padding: 0px;
}
@media (max-width: 600px) {
  #checkout2016.checkout-final .page_header {
    background: none!important;
    margin-bottom: 0px;
  }
}
#checkout2016.checkout-final .page_header h1 {
  line-height: 1.5;
}
#checkout2016.checkout-final .page_header h1 .mob_show,
#checkout2016.checkout-final .page_header h1 .mob_show span.promo_strikethrough,
#checkout2016.checkout-final .page_header h1 .mob_show span.promo_strikethrough span.promo_strikethrough_inner {
  display: none!important;
}
@media (max-width: 600px) {
  #checkout2016.checkout-final .page_header h1 {
    margin-top: 0px;
  }
  #checkout2016.checkout-final .page_header h1 .mob_show {
    display: block!important;
    font-size: 23px;
  }
  #checkout2016.checkout-final .page_header h1 .mob_show span.promo_strikethrough,
  #checkout2016.checkout-final .page_header h1 .mob_show span.promo_strikethrough span.promo_strikethrough_inner {
    font-size: 23px;
    display: inline!important;
  }
  #checkout2016.checkout-final .page_header h1 .mob_show .promo_strikethrough {
      text-decoration: line-through;
      color: #f00;
  }
  #checkout2016.checkout-final .page_header h1 .mob_show .promo_strikethrough .promo_strikethrough_inner {
      color: #333;
      text-decoration: none;
  }
}
#checkout2016.checkout-final #s2member-pro-paypal-checkout-form-submission-section {
  margin-top: 0px;
}
#checkout2016.checkout-final #s2member-pro-paypal-checkout-form-submission-section .submit-cancel-click-once-container {
    display: inline-block;

    /* Hiding click once only text as part of rel2.0.64 amend request */
    padding-top: 30px;
}
@media (max-width: 600px) {
    #checkout2016.checkout-final #s2member-pro-paypal-checkout-form-submission-section .submit-cancel-click-once-container {
        display: block;
    }
}
#checkout2016.checkout-final #s2member-pro-paypal-checkout-form-submission-section .click-once-only-text {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;

    /* Hiding click once only text as part of rel2.0.64 amend request */
    display: none;
}
#checkout2016.checkout-final .s2member-pro-paypal-checkout-coupon {
  width: 100%!important;
}
#checkout2016.checkout-final .si_popover {
  text-decoration: underline;
  color: #333;
}
#checkout2016.checkout-final .si_popover .arrow {
  display: none!important;
}
#checkout2016.checkout-final .popover {
  font-size: 14px;
}
#checkout2016.checkout-final .cancel_but {
  text-align: center;
  margin-top: 10px;
  text-decoration: underline;
}
@media (max-width: 600px) {
  #checkout2016.checkout-final .cancel_but {
    width: 100%;
    text-align: center;
    margin-left: 0px;
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  #checkout2016.checkout-final input#s2member-pro-paypal-checkout-coupon-apply {
    width: 100%;
    padding: 20px;
  }
}
#checkout2016.checkout-final input[type="text"],
#checkout2016.checkout-final input[type="password"],
#checkout2016.checkout-final input[type="email"],
#checkout2016.checkout-final select {
  border-color: #c7dbea;
}
#checkout2016.checkout-final input[type="text"]:focus,
#checkout2016.checkout-final input[type="password"]:focus,
#checkout2016.checkout-final input[type="email"]:focus,
#checkout2016.checkout-final select:focus {
  border-color: #66afe9;
}
#checkout2016.checkout-final input[type="image"].s2member-pro-paypal-submit {
  width: 0px;
  padding: 22px 114px;
  background-image: url(../../images/paypal-but.png);
}
@media (max-width: 600px) {
  #checkout2016.checkout-final input[type="image"].s2member-pro-paypal-submit {
    width: 228px;
    margin: 0 auto;
    display: block;
  }
}
#checkout2016.checkout-final .guide_box {
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 600px) {
  #checkout2016.checkout-final .guide_box p {
    padding: 0px!important;
  }
  #checkout2016.checkout-final .guide_box .circle {
    position: static!important;
    border-radius: 0px!important;
    margin-top: 20px;
    width: 100%!important;
    height: auto!important;
  }
}
#checkout2016.checkout-final .guide_box .circle {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background: #699a41;
  color: white;
  padding: 17px;
  text-align: center;
  position: absolute;
  top: 120px;
  right: -20px;
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1);
}
#checkout2016.checkout-final .guide_box .circle span {
  background: #3f761b;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: white;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0 auto;
  line-height: 38px;
  font-size: 20px;
  margin-bottom: 10px;
}
#checkout2016.checkout-final .guide_box .circle p {
  padding: 0px!important;
}
#checkout2016.checkout-final .guide_box .content {
  background: white;
  border-left: 3px solid #ededed;
  border-right: 3px solid #ededed;
  border-bottom: 3px solid #ededed;
  padding: 20px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#checkout2016.checkout-final .guide_box .content p {
  padding-right: 190px;
  margin-bottom: 0px;
}
#checkout2016.checkout-final .guide_box img {
  width: 100%;
}















#checkout2016.checkout-final .no_rating {
  background: url(../../images/cre-sales-page/si-emblem.png) 0px 23px no-repeat;
  padding-right: 0px;
  margin-bottom: 30px;
}
#checkout2016.checkout-final h2.sub_title {
  border-bottom: 1px dashed silver;
  padding-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 600px) {
  #checkout2016.checkout-final h2.sub_title {
    font-size: 18px;
  }
}
#checkout2016.checkout-final #s2member-pro-paypal-checkout-submit:focus {
  outline: 0;
}
#checkout2016.checkout-final #s2member-pro-paypal-registration-submit,
#checkout2016.checkout-final button#s2member-pro-paypal-checkout-submit {
  padding: 20px 82px;
  font-size: 18px;
  margin-top: 0px;
  text-transform: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#76c440+0,6fb93b+100 */
  background: #76c440!important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #76c440 0%, #6fb93b 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #76c440 0%, #6fb93b 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #76c440 0%, #6fb93b 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76c440', endColorstr='#6fb93b', GradientType=0);
  /* IE6-9 */
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}
#checkout2016.checkout-final button#s2member-pro-paypal-checkout-submit::after {
    margin: 0;
    top: 23px;
}
@media (max-width: 600px) {
  #checkout2016.checkout-final #s2member-pro-paypal-registration-submit,
  #checkout2016.checkout-final button#s2member-pro-paypal-checkout-submit {
    padding: 20px 10px;
  }
  #checkout2016.checkout-final button#s2member-pro-paypal-checkout-submit {
      width: 100%;
  }
}
#checkout2016.checkout-final #s2member-pro-paypal-registration-submit:hover,
#checkout2016.checkout-final button#s2member-pro-paypal-checkout-submit:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#76c440+0,6fb93b+44 */
  background: #76c440!important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #76c440 0%, #6fb93b 44%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #76c440 0%, #6fb93b 44%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #76c440 0%, #6fb93b 44%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76c440', endColorstr='#6fb93b', GradientType=0);
  /* IE6-9 */
}
#checkout2016.checkout-final #recaptcha_table {
  background: white;
}
#checkout2016.checkout-final .white_box {
  background: #e5f4ff;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #c8dbe9;
  border-radius: 10px;
}
#checkout2016.checkout-final .checkout_side {
  background: white;
  border-radius: 10px;
  border: 3px solid #ededed;
  margin-bottom: 20px;
}
#checkout2016.checkout-final .checkout_side .content {
  padding: 20px;
}
#checkout2016.checkout-final .checkout_side .content .left {
  width: 105px;
  float: left;
  margin-right: 20px;
  margin-top: 9px;
}
#checkout2016.checkout-final .checkout_side .content ul {
  padding-left: 0px;
}
#checkout2016.checkout-final .checkout_side .content ul li {
  margin-bottom: 20px;
  background-image: url(../../images/cre-sales-page/icon-check.png);
  background-repeat: no-repeat;
  padding-left: 29px;
  background-position: 0px 2px;
  list-style-type: none;
}
#checkout2016.checkout-final .checkout_side .footer {
  padding: 10px 20px;
  background: #ededed;
}
#checkout2016.checkout-final .checkout_side .footer p {
  margin-bottom: 0px;
  font-size: 18px;
}
#checkout2016.checkout-final .checkout_side .footer p span {
  float: right;
  font-weight: bold;
}
#checkout2016.checkout-final .checkout_side h2 {
  margin: 0px;
  margin-bottom: 20px;
  font-weight: bold;
}
#checkout2016.checkout-final .checkout_side h2 span {
  float: right;
  color: #faa61a;
}
#checkout2016.checkout-final .checkout_side.checkout_side__our_promise .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#checkout2016.checkout-final .checkout_side.checkout_side__our_promise .content .left {
    float: none;
    margin: 0 20px 0 0;
}
#checkout2016.checkout-final .checkout_side.checkout_side__our_promise .content .left img{
    min-width: 105px;
}
#checkout2016.checkout-final .col-md-8 .info {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}
#checkout2016.checkout-final .col-md-8 .second_box {
  margin-top: 20px;
}
#checkout2016.checkout-final .col-md-8 .second_box #s2member-pro-paypal-checkout-form-card-type-div label {
  width: 10%;
  display: inline-block;
  margin-right: 0px;
  float: none;
}
@media (max-width: 600px) {
  #checkout2016.checkout-final .col-md-8 .second_box #s2member-pro-paypal-checkout-form-card-type-div label {
    width: 50%;
    margin-bottom: 20px;
  }
}
#checkout2016.checkout-final .col-md-8 .second_box #s2member-pro-paypal-checkout-form-card-type-div label input[type="radio"] {
  margin: 0 auto;
  width: 13px;
  display: block;
}
#checkout2016.checkout-final .col-md-8 .second_box #s2member-pro-paypal-checkout-form-card-type-div .amex {
  width: 302px;
  font-weight: normal;
  background-image: url(../../../../../wp-content/plugins/s2member-pro/images/amex-card.png);
  background-repeat: no-repeat;
  padding-left: 50px;
  float: right;
  margin-top: 1px;
}
@media (max-width: 600px) {
  #checkout2016.checkout-final .col-md-8 .second_box #s2member-pro-paypal-checkout-form-card-type-div .amex {
    padding-top: 47px;
    background-position: center top;
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }
}
#checkout2016.checkout-final .col-md-8 .second_box .cvc_input,
#checkout2016.checkout-final .col-md-8 .second_box .start_date {
  width: 120px;
  float: left;
  margin-right: 20px;
}
#checkout2016.checkout-final .col-md-8 .second_box .cvc_anchor {
  text-decoration: underline;
}
#checkout2016.checkout-final .col-md-8 .second_box #s2member-pro-paypal-checkout-form-card-expiration-div select {
  width: 120px;
  margin-right: 20px;
}
#checkout2016.checkout-final .col-md-8 .second_box #s2member-pro-paypal-checkout-form-card-expiration-div select.s2member-pro-paypal-card-expiration-year {
  float: left;
}
#checkout2016.checkout-final h2 {
  margin-top: 0px;
  margin-bottom: 20px;
}
#checkout2016.checkout-final label {
  color: #666;
  float: left;
  display: block;
  margin-right: 20px;
  margin-bottom: 0;
  overflow: hidden;
  padding: 12px 0;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 140px;
}

#checkout2016.checkout-final fieldset {
    background-color: #fff;
    border-radius: 4px;
    border-style: none;
    -webkit-box-shadow: 5px 5px 5px 6px rgba(221,221,221,0.5);
    -moz-box-shadow: 5px 5px 5px 6px rgba(221,221,221,0.5);
    box-shadow: 5px 5px 5px 6px rgba(221,221,221,0.5);
    margin: 0 0 30px;
}

#checkout2016.checkout-final fieldset .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 30px;
}

#checkout2016.checkout-final fieldset .row + .row {
      border-top: 1px solid #E5E5E5;
}

#checkout2016.checkout-final fieldset + fieldset .row + .row {
      border-top: 0;
    }

@media (max-width: 600px) {
  #checkout2016.checkout-final label {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: bold;
  }
}
#checkout2016.checkout-final .one_third {
  width: calc(100% - 160px);
  float: left;
}
@media (max-width: 600px) {
  #checkout2016.checkout-final .one_third {
    width: 100%;
    float: none;
  }
}
#checkout2016.checkout-final .input_half {
  width: 49%;
  margin-right: 2%;
  float: left;
}
#checkout2016.checkout-final .input_half.last {
  margin-right: 0px;
}
@media (max-width: 600px) {
  #checkout2016.checkout-final .input_half {
    width: 100%;
    float: none;
    margin-right: 0px;
  }
  #checkout2016.checkout-final .input_half.last {
    margin-top: 10px;
  }
}
#signup_wizard {
  padding-bottom: 0px;
}
#signup_wizard .top_line {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  font-style: italic;
}
#signup_wizard .bottom_line {
  text-align: center;
  margin-top: 20px;
  display: none;
}
@media (max-width: 1024px) {
    #signup_wizard .bottom_line {
        display: block;
    }
}
#signup_wizard .signup-image {
  display: none;
}
#signup_wizard .signup-image.signup-1 {
  display: block;
}
#signup_wizard h1 {
  text-align: center;
  margin-top: 0px;
  line-height: 1.5;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  #signup_wizard h1 {
    font-size: 17px;
  }
}
#signup_wizard .profile_title {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed silver;
}
#signup_wizard .silver_bg {
  background: #eeeeee;
}
@media (max-width: 1024px) {
  #signup_wizard .col-md-4 {
    display: none;
  }
}
#signup_wizard .btn:focus {
  outline: 0;
}
#signup_wizard .back_but {
  text-align: center;
  display: block;
  margin: 10px auto;
  display: none;
  color: #faa61a;
  text-decoration: underline;
  border: none;
  padding: 0;
  background-color: transparent;
}
#signup_wizard .continue_wizard,
#signup_wizard .continue_but {
  display: block;
  width: 236px;
  padding: 15px;
  text-align: center;
  font-size: 17px;
  margin: -30px auto 0;
  color: white;
  text-decoration: none;
  background: #76c440!important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #76c440 0%, #6fb93b 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #76c440 0%, #6fb93b 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #76c440 0%, #6fb93b 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76c440', endColorstr='#6fb93b', GradientType=0);
  /* IE6-9 */
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  border: 2px solid #76c440;
}
#signup_wizard .continue_wizard:hover,
#signup_wizard .continue_but:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#76c440+0,6fb93b+44 */
  background: #76c440!important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #76c440 0%, #6fb93b 44%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #76c440 0%, #6fb93b 44%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #76c440 0%, #6fb93b 44%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76c440', endColorstr='#6fb93b', GradientType=0);
  /* IE6-9 */
  text-decoration: none;
}
#signup_wizard .continue_wizard:focus,
#signup_wizard .continue_but:focus,
#signup_wizard .back_but:focus {
  outline: 0;
  border: 2px solid #0083ca;
}
@media (max-width: 1024px) {
  #signup_wizard .continue_wizard {
    margin-top: 30px!important;
    width: 100%!important;
  }
}
#signup_wizard .continue_but {
  margin-top: 0px;
  display: none;
}
#signup_wizard .final_complete {
  display: none;
}
#signup_wizard section .wizard_container {
  border: 5px solid #cccccc;
  background: white;
  margin: 0 auto;
  margin-top: -50px;
  margin-bottom: 100px;
  width: 100%;
  max-width: 870px;
  border-radius: 5px;
}
@media (min-width: 1024px) {
  #signup_wizard section .wizard_container {
    display: flex;
  }
}

#signup_wizard section .wizard_container #final {
  width: 239px;
  text-align: center;
  margin: 0 auto;
  display: none;
  margin-top: 60px;
}
#signup_wizard section .wizard_container #final h3 {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  #signup_wizard section .wizard_container #final {
    margin-top: 20px;
    margin-bottom: 26px;
  }
}
#signup_wizard section .wizard_container .progress_bar {
  margin-top: 20px;
  height: 35px;
  width: 100%;
  border: 1px solid #cdcdcd;
  margin-bottom: 20px;
  background: #f8f8f8;
  box-shadow: inset 0px 0px 0px 2px white;
  border-radius: 3px;
}
@media (max-width: 1024px) {
  #signup_wizard section .wizard_container .progress_bar {
    display: none;
  }
}

#signup_wizard section .wizard_container .progress_bar span {
    border-radius: 3px;
    color: #818181;
    left: 45%;
    margin: 0 auto 0 -160px;
    position: absolute;
    text-align: center;
    top: 27px;
    z-index: 100;
}
#signup_wizard section .wizard_container .progress_bar .inner {
  height: 30px;
  margin-top: 1px;
  background: #e5f4ff;
  margin-left: 1px;
  width: 25%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 71;
  position: relative;
}
#signup_wizard section .wizard_container .progress_bar .inner i {
  margin-left: 173px;
  margin-top: 5px;
  width: 270px;
  display: block;
  color: #0083ca;
  font-style: normal;
}
#signup_wizard section .wizard_container .progress_bar .inner.step2 {
  width: 50%;
}
#signup_wizard section .wizard_container .progress_bar .inner.step3 {
  width: 75%;
}
#signup_wizard section .wizard_container .progress_bar .inner.step4 {
  width: 99.6%;
}
#signup_wizard section .wizard_container .tick_list {
  margin-bottom: 20px;
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}
#signup_wizard section .wizard_container .tick_list li {
  margin-bottom: 10px;
  background: url(../../images/cre-sales-page/icon-check.png) no-repeat 2px 8px;
  padding-left: 30px;
}
#signup_wizard section .wizard_container .col-md-4 img {
  margin-bottom: 20px;
}
#signup_wizard section .wizard_container .col-md-4 {
  border-right: 5px solid #ccc;
}
@media (max-width: 1024px) {
  #signup_wizard section .wizard_container .col-md-8 {
    border-left: 0px;
    width: 100%;
  }
}
#signup_wizard .required_fields_text {
    font-size: 14px;
    margin: 20px auto 12px;
}
@media (min-width: 1025px) {
    #signup_wizard .required_fields_text {
        width: 70%;
        text-align: center;
    }
}
#signup_wizard .required_fields_text span {
    color: #e00000;
    font-size: 20px;
}
#signup_wizard #signup_wizard_form {
  width: 70%;
  margin: 0 auto 5px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #signup_wizard #signup_wizard_form {
    width: 100%;
  }
}
#signup_wizard #signup_wizard_form .labelhidden{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#signup_wizard #signup_wizard_form .required {
    color: #e00000;
    position: absolute;
    top: -4px;
    right: -12px;
    font-size: 20px;
}
#signup_wizard #signup_wizard_form h2 {
    border-bottom: 1px dashed silver;
    padding-bottom: 10px;
}
#signup_wizard #signup_wizard_form span.error {
    color: #e00000;
    padding: 5px;
    border: 1px solid #e00000;
    border-top: 0px;
    width: 98%;
    margin-left: 1%;
    background: #FFDADA;
    display: none;
}
#signup_wizard #signup_wizard_form .slide_wrapper {
    width: 1200px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  #signup_wizard #signup_wizard_form .slide_wrapper {
    width: 100%;
  }
}
#signup_wizard #signup_wizard_form .slide_wrapper.step2 {
    transform: translateX(-380px);
    -webkit-transform: translateX(-380px);
    -moz-transform: translateX(-380px);
    -ms-transform: translateX(-380px);
}
@media (max-width: 1024px) {
  #signup_wizard #signup_wizard_form .slide_wrapper.step2 {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
  }
}
#signup_wizard #signup_wizard_form .slide_wrapper.step3 {
    transform: translateX(-760px);
    -webkit-transform: translateX(-760px);
    -moz-transform: translateX(-760px);
    -ms-transform: translateX(-760px);
}
@media (max-width: 1024px) {
  #signup_wizard #signup_wizard_form .slide_wrapper.step3 {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
  }
}
#signup_wizard #signup_wizard_form .slide_wrapper.step4 {
  opacity: 0;
}
#signup_wizard #signup_wizard_form .slide {
  float: left;
  width: 380px;
  padding-right: 12px;
}
@media (max-width: 1024px) {
  #signup_wizard #signup_wizard_form .slide {
    float: none;
    width: 100%;
  }
}
@media (min-width: 1025px) {
    #signup_wizard #signup_wizard_form .slide {
        visibility: hidden;
    }

    #signup_wizard #signup_wizard_form .slide.show_slide {
        visibility: visible;
    }
}

#signup_wizard #signup_wizard_form .slide div {
    position: relative;
}
#signup_wizard #signup_wizard_form div {
  margin-bottom: 20px;
}
#signup_wizard #signup_wizard_form .btn:after {
  margin-top: -5px;
}
#signup_wizard #signup_wizard_form input[type="text"],
#signup_wizard #signup_wizard_form input[type="tel"] {
  width: 100%;
  border-radius: 3px;
  border: 2px solid #cdcdcd;
  padding: 9px 10px;
}
#signup_wizard #signup_wizard_form .select_surround {
  position: relative;
  overflow: visible;
  display: block;
}
#signup_wizard #signup_wizard_form .select_surround div {
    margin: 0;
}
#signup_wizard #signup_wizard_form .select_surround span.glyphicon {
  position: absolute;
  top: 17px;
  right: 10px;
  color: #dfdfdf;
}
#signup_wizard #signup_wizard_form .select_surround select {
  width: 100%;
  border-radius: 3px;
  border: 2px solid #dfdfdf;
  padding: 9px 10px;
  background: white;
  overflow: visible;
  display: block;
  height: 45px;
}
#signup_wizard #signup_wizard_form input[type="text"].error_border,
#signup_wizard #signup_wizard_form input[type="tel"].error_border,
#signup_wizard #signup_wizard_form .select_surround select.error_border {
  border: 1px solid red;
}
#signup_wizard #signup_wizard_form input[type="text"]:focus,
#signup_wizard #signup_wizard_form input[type="text"].error_border:focus,
#signup_wizard #signup_wizard_form input[type="tel"]:focus,
#signup_wizard #signup_wizard_form input[type="tel"].error_border:focus,
#signup_wizard #signup_wizard_form .select_surround select:focus,
#signup_wizard #signup_wizard_form .select_surround select.error_border:focus {
  border: 2px solid #0083ca;
  outline: 0;
}

#si_2016_header {
  background: #4a234b;
  height: 135px;
  width: 100%;
  position: relative;
  z-index: 1039;
}
#si_2016_container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
#si_2016_logo {
  float: left;
  margin-right: 20px;
  margin-top: 19px;
  color: white;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
#si_2016_logo:hover {
  text-decoration: none;
}
#si_2016_logo img {
  width: 150px;
  display: block;
  margin-bottom: 5px;
}
#si_2016_nav_container {
  margin-top: 42px;
  float: left;
}
#si_2016_nav {
  padding-right: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-padding-start: 0px;
  list-style-type: none;
  padding-left: 0px;
}
#si_2016_nav li {
  float: left;
  margin-right: 10px;
}
#si_2016_nav li a {
  color: white;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 17px;
  text-decoration: none;
  display: block;
  padding: 11px 13px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
#si_2016_nav li a:hover {
  background: #4ea34b;
}
#si_2016_nav li a.highlighted {
  background: #4ea34b;
}
#si_2016_nav li a.highlighted:hover {
  background: #4ea34b;
  color: white;
}
#si_2016_search {
  width: 281px;
  float: right;
  margin-top: 44px;
  position: relative;
}
#si_2016_search input[type="text"] {
  background: white;
  padding: 11px 13px;
  border-radius: 5px;
  border: 0px;
  width: 100%;
  font-size: 13px;
}
#si_2016_search input[type="text"]:focus {
  outline: 0;
}
#si_2016_search button {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 11px;
  border: 0px;
  background: #2c062d;
  font-size: 13px;
  color: white;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#si_2016_login {
  position: absolute;
  top: -29px;
  color: white;
  right: 2px;
  font-weight: 300;
  width: 130px;
}
#si_2016_login:hover {
  color: white;
}
#si_2016_login a {
  color: white;
  text-decoration: none;
}
#si_2016_login a:hover {
  color: #6a9946;
}
#si_2016_login:hover {
  text-decoration: none;
  color: #4ea34b;
}
#si_2016_search button:hover {
  background: #4ea34b;
  cursor: pointer;
}
#si_2016_searches {
  color: white;
  font-size: 12px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  margin-top: 5px;
  display: block;
}
#si_2016_searches a {
  color: white;
  font-style: italic;
  text-decoration: underline;
}
#si_2016_searches a:hover {
  color: #4ea34b;
}
.si_2016_sub {
  position: relative;
}
.si_2016_sub .sub_menu {
  width: 285px;
  position: absolute;
  background: #4ea34b;
  margin: 0px;
  padding: 0px;
  -webkit-border-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 5px;
  -moz-border-radius-topleft: 0;
  border-radius: 5px;
  border-top-left-radius: 0;
  display: none;
  list-style-type: none;
  overflow: hidden;
}
.si_2016_sub:hover .sub_menu {
  display: block;
  z-index: 1;
}
.si_2016_sub:hover a {
  background: #4ea34b!important;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px!important;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px!important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px!important;
  border-bottom-left-radius: 0px!important;
}
.si_2016_sub ul li:after {
  content: '';
}
.si_2016_sub ul li {
  width: 100%;
  border-bottom: 1px solid #3D8C3A;
}
.si_2016_sub ul li a {
  display: block;
  font-size: 14px!important;
  padding: 7px 15px!important;
}
.si_2016_sub ul li a:hover {
  background: #3D8C3A!important;
  color: white;
  border-radius: 0px!important;
}
.si_2016_sub ul li:last-of-type,
#si_2016_sub ul li:last-of-type:hover {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom: 0px;
}
.clear {
  display: block;
  clear: both;
}
@media (max-width: 1200px) {
  #si_2016_logo {
    float: none;
    display: block;
    width: 154px;
    padding-top: 0px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    margin-top: 0px;
    margin-left: -16px;
  }
  #si_2016_header {
    height: 156px;
  }
  #si_2016_search {
    position: absolute;
    top: 36px;
    right: 20px;
  }
  #si_2016_nav_container {
    float: none;
    margin-top: 0px;
    margin-left: -15px;
  }
  #si_2016_nav {
    margin-left: 14px;
  }
  #si_2016_login {
    top: -69px;
  }
  #si_2016_searches {
    display: none;
  }
}
@media (max-width: 991px) {
  #si_2016_search {
    top: 0px;
  }
  #si_2016_login {
    top: -33px;
  }
}
@media (max-width: 991px) {
  #si_2016_search {
    top: 0px;
  }
  #si_2016_login {
    top: -33px;
  }
}
@media (min-width: 721px) {
  #si_2016_nav .sub_menu .back_nav {
    display: none!important;
  }
  .mob_hide {
    display: none;
  }
}
@media (max-width: 720px) {
  .mob_hide {
    display: block;
  }
  #si_2016_nav_container {
    position: absolute;
    top: 96px;
    width: 100%;
    left: 0px;
    margin-left: 0px;
    overflow-x: hidden;
    height: 100vh;
  }
  #si_2016_nav_container.out {
    pointer-events: none;
  }
  #si_2016_nav_container .si_2016_sub {
    position: static;
  }
  #si_2016_search {
    display: none;
  }
  #si_2016_logo {
    margin: 0 0 0 -10px;
  }
  #si_2016_header {
    height: 96px;
  }
  #si_2016_nav {
    background: #FFF;
    margin-left: 0px;
    position: relative;
    /* box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3); */
    margin-bottom: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow-x: hidden;
    height: 100%;
    overflow-y: auto;
  }
  #si_2016_nav.out {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
  }
  #si_2016_nav li {
    float: none;
    margin-right: 0px;
  }
  #si_2016_nav li a {
    color: black;
    border-radius: 0px!important;
  }
  #si_2016_nav li a.highlighted {
    background: transparent;
  }
  #si_2016_nav .sub_menu {
    height: 100%;
    display: block;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0px;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  #si_2016_nav .sub_menu.out {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  #si_2016_nav .sub_menu li a {
    color: white;
    font-size: 16px!important;
  }
  #mob_but {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 16px;
    right: 20px;
  }
  #mob_but span {
    width: 35px;
    height: 4px;
    border-radius: 1px;
    background: white;
    margin-top: 6px;
    display: block;
    margin-left: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #mob_but span:first-of-type {
    margin-top: 14px;
    transform: rotateZ(0deg) translateY(0px) translateX(0px);
    -webkit-transform: rotateZ(0deg) translateY(0px) translateX(0px);
    -moz-transform: rotateZ(0deg) translateY(0px) translateX(0px);
    -ms-transform: rotateZ(0deg) translateY(0px) translateX(0px);
  }
  #mob_but span:nth-child(2) {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
  }
  #mob_but span:nth-child(3) {
    transform: rotateZ(0deg) translateY(0px) translateX(0px);
    -webkit-transform: rotateZ(0deg) translateY(0px) translateX(0px);
    -moz-transform: rotateZ(0deg) translateY(0px) translateX(0px);
    -ms-transform: rotateZ(0deg) translateY(0px) translateX(0px);
  }
  #mob_but.out span:first-of-type {
    transform: rotateZ(-45deg) translateY(7px) translateX(-8px);
    -moz-transform: rotateZ(-45deg) translateY(7px) translateX(-8px);
    -ms-transform: rotateZ(-45deg) translateY(7px) translateX(-8px);
    -webkit-transform: rotateZ(-45deg) translateY(7px) translateX(-8px);
  }
  #mob_but.out span:nth-child(2) {
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
  }
  #mob_but.out span:nth-child(3) {
    transform: rotateZ(-45deg) translateY(-7px) translateX(6px);
    -webkit-transform: rotateZ(-45deg) translateY(-7px) translateX(6px);
    -moz-transform: rotateZ(-45deg) translateY(-7px) translateX(6px);
    -ms-transform: rotateZ(-45deg) translateY(-7px) translateX(6px);
  }
  #si_2016_nav .sub_menu .back_nav {
    display: block;
  }
  #si_2016_nav .sub_menu .back_nav .ion-chevron-right {
    margin-right: 16px;
    float: right;
  }
}
section.si_2_col {
  padding: 3em 0;
}
section.si_2_col h1 {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 30px;
}
section.si_2_col p {
  font-size: 18px;
  line-height: 1.5;
}
section.si_purple_band {
  background: #5a2e5b;
  padding: 3em 0;
  position: relative;
}
section.si_purple_band h2 {
  color: white;
  font-size: 48px;
  line-height: 1.5;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding-left: 45px;
  text-align: center;
}
@media (max-width: 768px) {
  section.si_purple_band h2 {
    font-size: 19px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
section.si_purple_band h2 .emblem {
  margin-right: 20px;
}
@media (max-width: 768px) {
  section.si_purple_band h2 .emblem {
    display: none;
  }
}
section.si_purple_band h3 {
  color: #fff;
  text-align: center;
}
section.si_purple_band:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #5a2e5b transparent transparent transparent;
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -25px;
  z-index: 1;
}
section.si_brands {
  background: #f7f7f7;
  padding: 3em 0;
  position: relative;
}
section.si_brands .brand_slides {
  margin-left: 0px;
  list-style-type: none;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
}
section.si_brands .brand_slides:before {
  content: '';
  width: 70px;
  height: 43px;
  display: block;
  position: absolute;
  background-image: url(../../images/cre-sales-page/trusted_by_white.png);
  left: -30px;
}
@media (max-width: 768px) {
  section.si_brands .brand_slides:before {
    display: none;
  }
}
section.si_brands .brand_slides li {
  float: left;
  width: 16%;
}
@media (max-width: 768px) {
  section.si_brands .brand_slides li {
    width: 50%;
    margin-bottom: 20px;
  }
}
section.si_brands .brand_slides li img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
section.si_brands p {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  color: #bababa;
}
section.si_brands:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #f7f7f7 transparent transparent transparent;
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -25px;
  z-index: 1;
}
section.si_2_col_icons {
  padding: 3em 0;
  position: relative;
}
section.si_2_col_icons h2,
section.si_2_col_icons h3 {
  font-size: 40px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  section.si_2_col_icons h2,
  section.si_2_col_icons h3 {
    font-size: 19px!important;
  }
}
section.si_2_col_icons h2 {
  margin-bottom: 40px;
}
section.si_2_col_icons h3 {
  font-size: 35px;
}
section.si_2_col_icons:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: white transparent transparent transparent;
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -25px;
  z-index: 1;
}
section.si p {
  font-size: 18px;
  line-height: 1.5;
  color: #362f34;
  margin-bottom: 20px;
}
section.si ul.list li {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
section.si .icon {
  width: 68px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
section.toolkit_slide {
  padding: 3em 0;
  position: relative;
}
section.toolkit_slide.yellow {
  background: #fef4e2;
}
section.toolkit_slide h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
}
section.toolkit_slide h2 span {
  font-size: 30px;
  display: block;
}
section.toolkit_slide:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #fef4e2 transparent transparent transparent;
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -25px;
  z-index: 1;
}
section.si_quote {
  padding: 3em 0;
  position: relative;
}
section.si_quote h3 {
  font-size: 30px;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 768px) {
  section.si_quote h3 {
    font-size: 19px;
  }
}
section.si_quote u {
  text-decoration: unerline;
}
section.si_quote:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: white transparent transparent transparent;
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -25px;
  z-index: 1;
}
section.si_contact {
  padding: 3em 0;
  position: relative;
  background: #f7f7f7;
}
section.si_contact .icon {
  background: #5a2e5b;
  border-radius: 100%;
  padding: 16px;
}
section.si_contact h2,
section.si_contact h3 {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  section.si_contact h2,
  section.si_contact h3 {
    font-size: 19px!important;
  }
}
section.si_contact h3 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 60px;
}
section.si_contact #gform_wrapper_21 {
  margin: 0px;
}
section.si_contact #gform_21 label {
  display: none;
}
section.si_contact #gform_21 div {
  margin-top: 0px;
  margin-bottom: 20px;
}
section.si_contact #gform_21 input[type="text"] {
  width: 100%;
  padding: 14px;
  border-radius: 5px;
  border: 1px solid #cdcdcd;
  box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  font-size: 18px;
}
section.si_contact #gform_21 input[type="text"]:focus {
  outline: 0;
  border-color: #0083ca;
}
section.si_contact #gform_21 input[type="submit"] {
  width: 210%;
  padding: 19px;
  border-radius: 5px;
  border: 0px;
  font-size: 29px;
  color: #FFF;
  background: #7cc02b;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
  margin-left: -110%;
}
@media (max-width: 1200px) {
  section.si_contact #gform_21 input[type="submit"] {
    width: 100%;
    padding: 14px;
    font-size: 18px;
    margin-left: 0px;
  }
}
section.si_contact #gform_21 input[type="submit"]:hover {
  background: #6a9946;
}
section.si_contact #gform_21 select {
  font-size: 18px;
  padding: 14px;
  -webkit-appearance: none;
  border: 1px solid #cdcdcd;
  width: 100%;
  background: #FFF;
}
section.si_contact #gform_21 select:focus {
  outline: 0;
  border-color: #0083ca;
}
.chevron_list {
  list-style-type: none;
  padding-left: 0px;
}
.chevron_list li {
  position: relative;
  padding-left: 30px;
}
.chevron_list li:before {
  position: absolute;
  left: -6px;
  top: 3px;
  content: "\e080";
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.a_toolkit {
  background: white;
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 30px;
  border-radius: 3px;
  border: 1px solid #DDD;
}
@media (max-width: 768px) {
  .a_toolkit {
    width: 100%;
    margin-right: 0px;
  }
}
.a_toolkit:nth-child(2n) {
  margin-right: 0px;
}
.a_toolkit .header {
  background-color: #faa61a;
  background-image: url(../../images/svg/toolkit-single.svg);
  background-repeat: no-repeat;
  box-shadow: 0px 0px 0px 1px #faa61a;
  padding: 10px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-size: 40px;
  background-position: 12px 14px;
}
@media (max-width: 1200px) {
  .a_toolkit .header {
    background-image: none;
  }
}
.a_toolkit .header h2 {
  color: #FFF;
  font-size: 26px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.a_toolkit .top {
  padding: 20px;
}
.a_toolkit .top p {
  text-align: center;
  font-size: 14px;
}
.a_toolkit .bottom {
  padding: 10px 20px 10px 20px;
  border-top: 1px solid #DDD;
  background: #f7f7f7;
  box-shadow: 0px 6px 0px -3px rgba(0, 0, 0, 0.2);
  display: block;
  color: #afafaf;
}
.si_quote_box {
  background: white;
  border-radius: 10px;
}
.si_quote_box .top_box {
  background: #cfcfcf;
  height: 80px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.si_quote_box .top_box img {
  border-radius: 100%;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -50px;
}
.si_quote_box .content {
  padding: 20px;
}
.si_quote_box .content h2 {
  font-size: 26px;
  line-height: 1.5;
}
.si_quote_box .content p {
  text-align: center;
  font-size: 18px;
}
.si_quote_box .content .person,
.si_quote_box .content .job {
  text-align: center;
  font-size: 18px;
  display: block;
}
.si_quote_box .content .person {
  font-weight: bold;
}
.si_quote_box .content .brand {
  margin: 0 auto;
  display: block;
  border-top: 1px solid #C0C0C0;
  margin-top: 30px;
  padding-top: 20px;
}
.testimonal_block {
  border: 1px solid silver;
  border-radius: 5px;
  padding: 20px;
  background: white;
}
@media (max-width: 600px) {
  .testimonal_block .col_left {
    width: 100%!important;
  }
  .testimonal_block .col_left img {
    width: 100px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
  }
  .testimonal_block .col_right {
    width: 100%!important;
    float: none;
  }
}
.testimonal_block.center {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
}
.testimonal_block.no_border {
  border: 0px;
}
.testimonal_block.two {
  width: 49%;
  float: left;
  margin-right: 2%;
}
@media (max-width: 600px) {
  .testimonal_block.two {
    width: 100%;
    margin-bottom: 20px;
  }
}
.testimonal_block.two.last {
  margin-right: 0px;
}
.testimonal_block .col_left {
  float: left;
  width: 100px;
  margin-right: 40px;
}
@media (max-width: 1200px) {
  .testimonal_block .col_left {
    margin: 0 auto;
    float: none;
  }
  .testimonal_block .col_left img {
    margin-bottom: 20px;
  }
}
.testimonal_block .col_right {
  float: left;
  width: 70%;
}
@media (max-width: 1200px) {
  .testimonal_block .col_right {
    width: 100%;
  }
}
.testimonal_block p {
  font-size: 16px;
  font-weight: 300;
}
.testimonal_block p:first-of-type {
  border-bottom: 1px solid silver;
  padding-bottom: 20px;
}
.testimonal_block h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
}
.staff_image p:first-of-type {
  margin-bottom: 0px;
  margin-top: 40px;
}
.full_image {
  width: 100%;
}
@media (min-width: 1200px) {
  .container.extended {
    max-width: 1230px;
    width: 100%;
  }
}
.image_border {
  background: #f7f7f7;
  border: 1px solid #cdcdcd;
  padding: 20px;
  border-radius: 5px;
  padding-bottom: 0px;
  margin-bottom: 30px;
}
.image_border img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text_center {
  text-align: center;
}
.no_margin_bottom {
  margin-bottom: 0px!important;
}
.no_margin_top {
  margin-top: 0px!important;
}
.margin_bottom {
  margin-bottom: 20px;
}
.margin_bottom.fifty {
  margin-bottom: 50px!important;
}
.margin_bottom.fourty {
  margin-bottom: 40px!important;
}
.margin_bottom.thirty {
  margin-bottom: 30px!important;
}
.margin_bottom.twentwo {
  margin-bottom: 22px!important;
}
.white_bg {
  background: white;
}
.padding_bottom {
  padding-bottom: 20px;
}
.padding_bottom.fifty {
  padding-bottom: 50px;
}
.padding_top.fifty {
  padding-top: 50px;
}
.padding {
  padding: 20px;
}
.border {
  border: 1px solid #d5d5d5;
}
.full_image {
  width: 100%;
}
.image_center {
  margin: 0 auto;
  display: block;
}
.text_center {
  text-align: center;
}
.flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
@media (max-width: 600px) {
  .flex {
    flex-direction: column;
  }
}
.flex .flex_item {
  flex: 1;
}
.s_h1 {
  font-size: 40px;
}
@media (max-width: 600px) {
  .s_h1 {
    font-size: 25px;
  }
}
.smart h1,
.smart h2,
.smart h2,
.smart h3,
.smart h4,
.smart .h1,
.smart .h2,
.smart .h3,
.smart .h4,
.smart .h5,
.smart .h6 {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  line-height: 1.2;
}

.smart h1.fourty,
.smart h2.fourty {
  font-size: 40px;
}
@media (max-width: 600px) {
  .smart h1.fourty,
  .smart h2.fourty {
    font-size: 26px;
  }
}
.smart h1.s_page_title {
  margin-top: 60px;
  margin-bottom: 50px;
  text-align: center;
}
.smart h1.s_page_title.align_left {
  text-align: left;
}
@media (max-width: 600px) {
  .smart h1.s_page_title {
    font-size: 34px;
  }
}
.smart h2 {
  margin-bottom: 25px;
  margin-top: 0px;
}
.smart h2.pre_header {
  font-size: 18px;
  font-style: italic;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: -10px;
  margin-top: 50px;
}
@media (max-width: 600px) {
  .smart h2 {
    font-size: 22px;
  }
}
.smart h3 {
  font-size: 25px;
}
.smart p {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 100;
}
@media (min-width: 769px) {
    .smart p {
        line-height: 1.5;
    }
}
.smart .underline {
  text-decoration: underline;
}
.h1 {
  font-size: 36px!important;
}
.h3 {
  font-size: 25px!important;
  margin-top: 20px;
  margin-bottom: 10px;
}
.h2 {
  font-size: 27px!important;
  margin-bottom: 25px;
  margin-top: 0px;
}
.h4 {
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 0px;
}
#persuasive_bar {
  width: 100%;
  padding: 7px 0 9px;
  background: #864e87;
  color: white;
}
@media (max-width: 1192px) {
  #persuasive_bar {
    display: none;
  }
}
#persuasive_bar .s_wrapper {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
}

#persuasive_bar .pb_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row nowrap;
  width: 33.33%;
}

.pb_wrap {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  height: 28px;
}

#persuasive_bar .pb_container:nth-child(2) {
  justify-content: center;
}

#persuasive_bar .pb_container:last-child {
  justify-content: flex-end;
}

#persuasive_bar p {
  margin: 0px;
  font-size: 15px;
}
#persuasive_bar a {
  color: white;
  text-decoration: none;
}

#persuasive_bar img {
  margin-right: 10px;
  width: 28px;
}

#persuasive_bar .block_title {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.smart.padding_top {
  padding-top: 70px;
}
.smart.beige {
  background: #f7f7f7;
}
.smart .s_wrapper {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .smart .s_wrapper .home-split{
    display: none;
  }
}
@media (min-width: 801px) {
  .smart .s_wrapper .home-split{
    display: inline-block;
    width: 50%;
  }
}
.smart .s_block {

  margin-right: 3%;
  float: left;
}
.smart .s_block.last {
  margin-right: 0px;
}
.smart .s_block.margin_right {
  margin-right: 3%;
}
@media (max-width: 600px) {
  .smart .s_block {
    width: 100%!important;
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.smart .s_block.one {
  width: 99.2%;
}
.smart .s_block.four {
  width: 22.75%;
}
.smart .s_block.four.no_margin {
  width: 25%;
  margin-right: 0px;
}
.smart .s_block.two {
  width: 47.8%;
}
.smart .s_block.two.no_margin {
  width: 50%;
  margin-right: 0px;
}
.smart .s_block.threefour {
  width: 73.6%;
}
.smart .s_block.threefour.no_margin {
  width: 75%;
  margin-right: 0px;
}
.smart .s_block.three {
  width: 30.8%;
}

.smart .s_block.three.border {
  border: 2px solid #d5d5d5;
  border-radius: 5px;
}
.smart .s_block.twothree {
  width: 64.8%;
}


.smart .s_block.three.cmp-team {
  text-align: left;
}

.cmp-team p {
  margin-bottom: 5px;
}

.cmp-team img {
  margin-bottom: 45px;
}
.smart .but {
  border: 0px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto;
  padding: 10px 20px;
  text-transform: uppercase;

}

.smart .but:focus {
  outline: 0;
}
.smart .but.full {
  padding: 10px 0px;
  width: 100%;
}
.smart .but:disabled {
  background: #d7d7d7!important;
  cursor: default!important;
}
.smart .but:disabled:hover {
  background: #d7d7d7!important;
}
.smart .but:hover {
  text-decoration: none;
}
.smart .but.green,
.but_2019.green {
  background: #78b948;
}
.smart .but.green:hover,
.but_2019.green:hover {
  background: #609539;
  color: #fff;
  text-decoration: none;
}
.smart .but.red,
.but_2019.red {
  background: #f86b7e;
  color: #fff;
  text-decoration: none;
}
.smart .but.red:hover,
.but_2019.red:hover {
  background: #f63a54;
  color: #fff;
  text-decoration: none;
}
.smart .but.blue,
.but_2019.blue {
  background: #0083ca;
}
.smart .but.blue:hover,
.but_2019.blue:hover {
  background: #006297;
  color: #fff;
  text-decoration: none;
}
.but_2019.blue_reverse {
    color: #0083ca;
    box-shadow: inset 0px 0px 0px 2px #0083ca;
}
.smart .but.purple,
.but_2019.purple {
  background: #864e87;
}
.smart .but.purple:hover,
.but_2019.purple:hover {
  background: #663b67;
  color: #fff;
  text-decoration: none;
}
.smart .but.lightpurple,
.but_2019.lightpurple {
  background: #8e6199;
}
.smart .but.lightpurple:hover,
.but_2019.lightpurple:hover {
  background-color: #a57fae;
  color: #fff;
  text-decoration: none;
}
.smart .but.darkpurple,
.but_2019.darkpurple {
    background: #4a234b;
    color: #fff;
}
.smart .but.darkpurple:hover,
.but_2019.darkpurple:hover {
  background: #864e87;
  color: #fff;
  text-decoration: none;
}
.smart .but.yellow,
.but_2019.yellow {
  background: #ffd06d;
  color: #333;
  font-size: 16px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.smart .but.yellow:hover,
.but_2019.yellow:hover {
  background: #f5bd46;
  color: #333;
  text-decoration: none;
}
.smart .but.orange,
.but_2019.orange {
  background: #f7a51f;
}
.smart .but.orange:hover,
.but_2019.orange:hover {
  background: #f9b950;
  text-decoration: none;
  color: #fff;
}
.smart .but.white,
.but_2019.white {
  background: #fff;
  color: #2c022d;
}
.smart .but.white:hover,
.but_2019.white:hover {
  background: #fff;
  text-decoration: none;
  color: #fff;
}
.smart .but.outline_blue {
  background: transparent;
  border: 2px solid #0083ca;
  color: #0083ca;
  width: 295px;
}
.smart .but.outline_blue:hover {
  background: rgba(0, 131, 202, 0.05);
}
.smart .but.outline_darkpurple,
.but_2019.outline_darkpurple {
    background: transparent;
    border: 2px solid #4a234b;
    color: #4a234b;
}
.smart .but.outline_darkpurple:hover,
.but_2019.outline_darkpurple:hover {
  background: #4a234b;
  color: #fff;
  text-decoration: none;
}
.smart .but.outline_white {
  background: transparent;
  border: 2px solid white;
  color: white;
}
.smart .but.outline_white:hover {
  background: rgba(255, 255, 255, 0.08);
}
.smart .but.thin {
  padding: 8px 48px;
}
.smart .but.small {
  font-size: 14px!important;
  padding: 5px 33px!important;
}
.smart .but.large {
  padding: 19px 174px;
  border-radius: 10px;
  font-size: 25px;
  text-transform: none;
}
@media (max-width: 700px) {
  .smart .but.large {
    padding: 10px 48px;
  }
}
.smart #smart_basic_signup {
  border: 3px solid #cdcdcd;
  border-radius: 5px;
  padding: 40px 30px;
  text-align: center;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  margin-bottom: 50px;
}
.smart #smart_basic_signup h2 {
  font-weight: 400;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 35px;
  color: #9e9e9e;
}
.smart #smart_basic_signup h2 strong {
  color: #333;
}
.smart #smart_basic_signup input[type="email"] {
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  width: 100%;
  padding: 8px;
  margin-bottom: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-align: center;
}
.smart #smart_basic_signup form {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .smart #smart_basic_signup form {
    width: 100%;
  }
}
.smart #smart_basic_signup p:first-of-type {
  margin-top: 20px;
}
.smart #smart_basic_signup input[type="email"]:focus {
  outline: 0;
  border-color: #faa519;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.smart #smart_basic_signup input[type="submit"] {
  background: #faa519;
  color: white;
  border-radius: 5px;
  padding: 11px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 18px;
  width: 100%;
  border: 0px;
  cursor: pointer;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  .smart #smart_basic_signup input[type="submit"] {
    font-size: 15px;
  }
}
.smart #smart_basic_signup input[type="submit"]:hover {
  background: #fbb23a;
}
.smart .s_tabs_toolkit {
  border: 1px solid #adadad;
}
.smart .s_tabs_toolkit .s_tabs_toolkit_toolkits {
  list-style-type: none;
  -webkit-padding-start: 0px;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  display: flex;
}
@media (max-width: 600px) {
  .smart .s_tabs_toolkit .s_tabs_toolkit_toolkits {
    flex-direction: column;
  }
}
.smart .s_tabs_toolkit .s_tabs_toolkit_toolkits li {
  flex: 1;
  border-right: 1px dotted #333;
  display: block;
}
@media (max-width: 600px) {
  .smart .s_tabs_toolkit .s_tabs_toolkit_toolkits li {
    border-right: 0px;
    border-bottom: 1px dotted #333;
  }
  .smart .s_tabs_toolkit .s_tabs_toolkit_toolkits li:last-of-type {
    border-bottom: 0px!important;
  }
  .smart .s_tabs_toolkit .s_tabs_toolkit_toolkits li a {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
  }
}
.smart .s_tabs_toolkit .s_tabs_toolkit_toolkits li.off {
  display: none;
}
.smart .s_tabs_toolkit .s_tabs_toolkit_toolkits li a {
  display: block;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 50px;
  text-decoration: none;
  color: #333;
}
.smart .s_tabs_toolkit .s_tabs_toolkit_toolkits li a img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transform: translateY(0px);
}
.smart .s_tabs_toolkit .s_tabs_toolkit_toolkits li a span {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transform: translateY(0px);
  display: block;
}
.smart .s_tabs_toolkit .s_tabs_toolkit_toolkits li a:hover img {
  transform: translateY(30px);
}
.smart .s_tabs_toolkit .s_tabs_toolkit_toolkits li a:hover span {
  transform: translateY(-40px);
}
.smart .s_tabs_toolkit .s_tabs_toolkit_toolkits li:last-of-type {
  border-right: 0px solid #333;
}
.smart .s_tabs_toolkit .s_tabs_toolkit_toolkits li img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.smart .s_tabs_toolkit .s_tabs_toolkit_links {
  list-style-type: none;
  display: flex;
  -webkit-padding-start: 0px;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}
.smart .s_tabs_toolkit .s_tabs_toolkit_links li {
  flex: 1;
  float: left;
}
.smart .s_tabs_toolkit .s_tabs_toolkit_links li:last-of-type a {
  border-right: 0px;
}
.smart .s_tabs_toolkit .s_tabs_toolkit_links li a {
  background: #dff4ff;
  display: block;
  color: #333;
  text-decoration: none;
  text-align: center;
  padding: 17px 10px;
  font-size: 18px;
  border-right: 1px dotted #333;
  position: relative;
}
.smart .s_tabs_toolkit .s_tabs_toolkit_links li a.active,
.smart .s_tabs_toolkit .s_tabs_toolkit_links li a:hover {
  background: #5ac5ff;
  color: white;
  border-right: 0px;
}
.smart .s_tabs_toolkit .s_tabs_toolkit_links li a.active:after,
.smart .s_tabs_toolkit .s_tabs_toolkit_links li a:hover:after {
  width: 0;
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #5ac5ff transparent transparent transparent;
}
.smart #si_case_study {
  background: #eeeeee;
  padding: 20px;
  margin-bottom: 20px;
}
.smart #si_case_study p {
  font-size: 18px;
  font-weight: bold;
}
.smart #si_case_study ul {
  padding-left: 0px;
}
.smart #si_case_study ul li {
  margin-bottom: 10px;
}
.smart #si_case_study ul li:before {
  content: '';
}
.smart #si_case_study ul li strong {
  color: #5ac5ff;
  font-size: 18px;
}
.smart .s_testimonial {
  border: 1px solid #cdcdcd;
  padding: 30px 20px 30px 30px;
  border-radius: 7px;
}
.smart .s_testimonial p {
  font-size: 16px;
}
.smart .s_testimonial .quote {
  padding-bottom: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c0c0c0;
}
.smart .s_testimonial_vertical {
  border: 1px solid #cdcdcd;
  padding: 30px 20px 30px 30px;
  border-radius: 7px;
  text-align: center;
  margin-bottom: 70px;
  margin-top: 40px;
  background: white;
}
.smart .s_testimonial_vertical .s_icon {
  width: 100px;
  display: block;
  margin: 0 auto;
  margin-top: -81px;
  margin-bottom: 20px;
}
.smart .s_testimonial_vertical .s_testimonial_vertical_footer {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 20px;
  position: relative;
}
.smart .s_testimonial_vertical .s_testimonial_vertical_footer:after {
  display: block;
  content: '';
  width: 100%;
  height: 5px;
  border-bottom: 1px solid #cdcdcd;
  position: absolute;
  bottom: -6px;
}
.smart .s_testimonial_vertical .s_testimonial_vertical_logo {
  max-width: 100%;
}
.smart .s_quote {
  width: 100%;
  padding: 30px 30px 25px;
  background: white;
  border-radius: 5px;
  text-align: center;
}
.smart .s_quote .break {
  padding-bottom: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c0c0c0;
}
.smart .s_alert {
  background: #facacc;
  border: 1px solid #de0500;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.smart .s_alert .s_alert_warning {
  width: 23px;
  margin-right: 13px;
}
.smart .s_alert .our_promise {
  max-width: 125px;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
}
.smart.s_banner {
  padding: 40px;
  margin-top: 70px;
  margin-bottom: 70px;
  position: relative;
  background: white;
}
@media (max-width: 600px) {
  .smart.s_banner {
    padding: 20px;
  }
}
.smart.s_banner.beige {
  background: #f7f7f7;
}
.smart.s_banner.beige:after {
  border-color: #f7f7f7 transparent transparent transparent;
}
.smart.s_banner.purple {
  background: #542b59;
}
.smart.s_banner.purple:after {
  border-color: #542b59 transparent transparent transparent;
}
.smart.s_banner.purple h1,
.smart.s_banner.purple h2,
.smart.s_banner.purple h3,
.smart.s_banner.purple .h1,
.smart.s_banner.purple .h2,
.smart.s_banner.purple .h3 {
  color: white;
}
.smart.s_banner h1,
.smart.s_banner h2,
.smart.s_banner h3,
.smart.s_banner .h1,
.smart.s_banner .h2,
.smart.s_banner .h3 {
  margin: 0px;
  padding: 0px;
  line-height: 1.5;
}
.smart.s_banner.extra_large .emblem {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
}
.smart.s_banner.extra_large h1,
.smart.s_banner.extra_large h2 {
  font-size: 43px;
}
@media (max-width: 600px) {
  .smart.s_banner.extra_large h1,
  .smart.s_banner.extra_large h2 {
    font-size: 25px;
  }
}
.smart.s_banner.extra_large h3 {
  font-size: 24px;
}
.smart.s_banner:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: white transparent transparent transparent;
  left: 50%;
  margin-left: -8px;
}
.smart.s_banner.no_arrow:after {
  display: none;
}
.smart .s_client_listing h2 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.smart .s_client_listing img {
  width: 100%;
  max-width: 150px;
  display: block;
  margin: 0 auto;
}
.smart .s_client_listing .s_block {
  margin-bottom: 3%;
}
@media (max-width: 600px) {
  .smart .s_client_listing .four {
    width: 46%!important;
    margin-right: 8%;
    float: left;
  }
  .smart .s_client_listing .four:nth-child(2n) {
    margin-right: 0px;
  }
}
.smart .s_icon {
  width: 65px;
  display: block;
  margin-bottom: 20px;
}
.smart .s_icon.eighty_five {
  width: 85px;
}
.smart .s_icon.s_icon_central {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.smart .s_icon.middle {
  margin: 0 auto;
}
.smart .s_image_surround {
  background: #fff;
  border: 5px solid #E8E8E8;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 40px;
}
.smart .s_image_surround img {
  max-width: 100%;
  margin: 0 auto;
  margin-top: -50px;
  display: block;
}
.smart .s_image_surround p {
  margin-top: 20px;
  margin-bottom: 0px;
  font-style: italic;
  text-align: center;
  color: #7A7A7A;
}
.smart .s_brand_slides {
  margin-left: 0px;
  list-style-type: none;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
.smart .s_brand_slides li {
  float: left;
  width: 14.2%;
}
.smart .s_brand_slides li img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.smart .smart_table {
  width: 100%;
  border: 1px solid #adadad;
}
.smart .smart_table .circle_number {
  display: block;
  width: 40px;
  height: 40px;
  background: #0083ca;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
}
.smart .smart_table tr td {
  padding: 20px;
  vertical-align: top;
}
.smart .smart_table tr td p {
  font-size: 14px;
  margin-bottom: 0px;
}
.smart .smart_table tr td ul {
  margin-top: 20px;
  margin-bottom: 0px;
}
.smart .smart_table tr td ul li {
  font-weight: 100;
  margin-bottom: 10px;
}
.smart .smart_table thead tr {
  background: #74bf43;
  color: white;
  text-align: center;
}
.smart .smart_table thead tr td:nth-child(3) p {
  font-size: 35px;
}
.smart .smart_table tbody tr td {
  position: relative;
}
.smart .smart_table tbody tr td:after {
  content: '';
  display: block;
  width: calc(100% - 40px);
  bottom: 0px;
  left: 20px;
  height: 1px;
  border-bottom: 1px dotted #adadad;
  position: absolute;
}
.smart .smart_table tbody tr td:first-of-type {
  background: #cce6f4;
}
.smart .smart_table tbody tr td:first-of-type:after {
  border-bottom: 1px solid white;
}
.smart .smart_table tbody tr td:nth-of-type(2) {
  background: #f7f7f7;
}
.smart .smart_table tbody tr:last-of-type td:after {
  border-bottom: 0px;
}
#si_lightbox {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  display: none;
}
#si_lightbox #si_login_popup {
  width: 500px;
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -250px;
}
@media (max-width: 550px) {
  #si_lightbox #si_login_popup {
    width: 100%;
    padding-left: 20px;
    top: 20px;
    left: 0%;
    position: static;
    box-sizing: border-box;
    margin-left: 0px;
    padding-right: 20px;
    margin-top: 60px;
  }
}
#si_lightbox #si_login_popup #si_login_popup_header {
  height: 70px;
  background: #4a234b;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#si_lightbox #si_login_popup #si_login_popup_header img {
  width: 107px;
  margin-left: 18px;
  display: block;
  padding-top: 12px;
}
#si_lightbox #si_login_popup #loginform {
  background: #fff;
  padding: 20px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#si_lightbox #si_login_popup #loginform .login-remember {
  margin-bottom: 20px;
}
#si_lightbox #si_login_popup .close {
  text-align: center;
  color: #fff;
  display: block;
  margin-top: 20px;
}
#si_lightbox #si_login_popup .close:hover {
  cursor: pointer;
}
#si_lightbox #si_login_popup label {
  display: block;
}
#si_lightbox #si_login_popup input[type="text"],
#si_lightbox #si_login_popup input[type="password"] {
  width: 100%;
  padding: 7px;
  border-radius: 5px;
  border: 1px solid #cdcdcd;
  padding: 10px;
  font-size: 18px;
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
}
#si_lightbox #si_login_popup input[type="text"]:focus,
#si_lightbox #si_login_popup input[type="password"]:focus {
  border-color: #faa519;
  outline: 0;
}
#si_lightbox #si_login_popup input[type="submit"] {
  width: 100%;
  display: block;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 48px;
  margin: 0 auto;
  border-radius: 3px;
  font-size: 18px;
  cursor: pointer;
  border: 0px;
  background: #faa519;
  padding: 10px;
}
#si_lightbox #si_login_popup input[type="submit"]:hover {
  background: #fbb94b;
}
.si_feature {
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    padding: 25px 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 699px) {
    .si_feature {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .si_feature.recommendation .feature_right_title {
        font-size: 18px;
    }
    .si_feature.recommendation .feature_right_title strong {
        display: block;
    }
}
.si_feature.recommendation {
    display: block;
}
.si_feature.recommendation .feature_right_title {
    margin-bottom: 10px;
}
.si_feature ul li:before {
  font-family: Ionicons;
  content: "\f125";
  position: absolute;
  margin-left: -20px;
}
.si_feature .guide_c {
  margin-right: 20px;
  width: 100px;
  display: block;
}
.si_feature .feature_left_icon {
  width: 68px;
  height: 68px;
  background-image: url(../../images/smart/icons/featured-x2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.si_feature.recommendation .feature_left_icon {
  background-image: url(../../images/smart/icons/featured_recommendation-x2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.si_feature.best_practise .feature_left_icon {
  background-image: url(../../images/smart/icons/featured_best_practise-x2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.si_feature .feature_left {
  float: left;
}
.si_feature .feature_right {
    margin-top: 15px;
}
@media (min-width: 700px) {
    .si_feature .feature_right {
      margin-left: 25px;
      margin-top: 0;
    }
}
.si_feature .feature_right p,
#long_form #long_form_main_content .long_form_main_content_wrapper .si_feature .feature_right p,
.long_form #long_form_main_content .long_form_main_content_wrapper .si_feature .feature_right p,
#long_form #blog_wrapper .long_form_main_content_wrapper .si_feature .feature_right p,
.long_form #blog_wrapper .long_form_main_content_wrapper .si_feature .feature_right p {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  color: #595959;
}
@media (min-width: 700px) {
    .si_feature .feature_right p,
    #long_form #long_form_main_content .long_form_main_content_wrapper .si_feature .feature_right p,
    .long_form #long_form_main_content .long_form_main_content_wrapper .si_feature .feature_right p,
    #long_form #blog_wrapper .long_form_main_content_wrapper .si_feature .feature_right p,
    .long_form #blog_wrapper .long_form_main_content_wrapper .si_feature .feature_right p {
      font-size: 15px;
    }
}
.si_feature .feature_right ul,
.si_feature .feature_right ol {
  margin-bottom: 20px;
}
.si_feature .feature_right ul li,
.si_feature .feature_right ol li {
  font-size: 15px;
}
.si_feature .feature_right ul li:before {
  font-family: Ionicons;
  content: "\f125";
  position: absolute;
  margin-left: -20px;
}
.si_feature .feature_right blockquote {
  margin-bottom: 20px;
}
.si_feature .feature_right blockquote p:last-of-type {
  margin-bottom: 0px;
}
.si_feature p.feature_right_title,
#long_form #long_form_main_content .long_form_main_content_wrapper .si_feature p.feature_right_title,
.long_form #long_form_main_content .long_form_main_content_wrapper .si_feature p.feature_right_title,
#long_form #blog_wrapper .long_form_main_content_wrapper .si_feature p.feature_right_title,
.long_form #blog_wrapper .long_form_main_content_wrapper .si_feature p.feature_right_title  {
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: 0px;
  color: #323232;
}
@media (min-width: 700px) {
    .si_feature p.feature_right_title,
    #long_form #long_form_main_content .long_form_main_content_wrapper .si_feature p.feature_right_title,
    .long_form #long_form_main_content .long_form_main_content_wrapper .si_feature p.feature_right_title,
    #long_form #blog_wrapper .long_form_main_content_wrapper .si_feature p.feature_right_title,
    .long_form #blog_wrapper .long_form_main_content_wrapper .si_feature p.feature_right_title  {
      font-size: 18px;
    }
}
.smart form input[type="text"],
.smart form input[type="email"],
.smart form input[type="tel"],
.smart form select {
  border-radius: 5px;
  border: 1px solid #cdcdcd;
  padding: 10px;
  font-size: 18px;
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.smart form input[type="text"]:focus,
.smart form input[type="email"]:focus,
.smart form input[type="tel"]:focus,
.smart form select:focus {
  outline: 0;
  border-color: #6a9946;
  box-shadow: inset 0px 2px 0px rgba(0, 0, 0, 0.1);
}
.smart form select {
  background: white;
  -webkit-appearance: none;
  position: relative;
}
.smart form select:after {
  content: '';
  width: 50px;
  height: 50px;
  background: red;
  display: block;
}
.smart .button {
  background: #542b59;
  padding: 30px 50px;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  border-radius: 16px;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  border: 0px;
}
.smart .button:hover {
  background: #743c7b;
  text-decoration: none;
}
.smart .button.button-blue {
  background: #0083ca;
  border-radius: 8px;
  padding: 22px;
  text-transform: uppercase;
  font-size: 19px;
}
.smart .button.button-blue:hover {
  background: #00a4fd;
}
.smart .button.button-arrow {
  padding-right: 54px;
}
.smart .button.button-arrow:after {
  content: "\f125";
  font-family: Ionicons;
  font-size: 30px;
  position: absolute;
  top: 15px;
  right: 20px;
}
.smart .button.xtra_large {
  padding: 20px 214px;
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .smart .button.xtra_large {
    padding: 20px;
  }
  .smart .button.xtra_large .s_button_icon {
    display: none;
  }
}
.smart .button.xtra_large .s_button_icon {
  font-size: 50px;
  position: absolute;
  left: 30px;
  top: 13px;
}
.smart .s_content.helvetica p,
.smart .s_content.helvetica li {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400!important;
}
.smart .s_content ul,
.smart .s_content ol {
  margin-bottom: 20px;
  margin-left: 0px;
  padding-left: 0px;
}
.smart .s_content ul.standard,
.smart .s_content ol.standard {
  margin-left: 40px;
}
.smart .s_content ul.standard li,
.smart .s_content ol.standard li {
  list-style-type: disc;
  background-image: none;
  padding-left: 0px;
}
.smart .s_content ul li,
.smart .s_content ol li {
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 100;
  background-image: url(../../images/smart/icons/tick.svg);
  padding-left: 30px;
  list-style-type: none;
  background-position: left 8px;
  background-size: 15px;
  background-repeat: no-repeat;
}
.smart .s_content ul.chevron_list li,
.smart .s_content ol.chevron_list li {
  background-image: none;
}
.smart .s_content ul.s_blue_tick_list li,
.smart .s_content ol.s_blue_tick_list li {
  background-image: url(../../images/smart/icons/tick-blue.svg);
  padding-left: 60px;
  background-position: 0px 0px;
  background-size: 39px;
}
.smart .s_content ol li {
  background-image: none;
  padding-left: 13px;
  list-style-type: decimal;
  margin-left: 19px;
}
.smart .s_content .alignleft {
  float: left;
  margin-right: 20px;
}
.s_toolkit_banner {
  border: 1px solid #5ac5ff;
  width: 100%;
  display: block;
  background: #5ac5ff;
}
.s_toolkit_banner.version2 .guide {
  float: left;
  margin-right: 60px;
  margin-top: 42px;
  margin-left: 20px;
}
@media (max-width: 700px) {
  .s_toolkit_banner.version2 .guide {
    float: none;
    width: 166px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
  }
}
.s_toolkit_banner.version2 .smaller {
  margin-bottom: 0px;
}
.s_toolkit_banner.version2 .toolkit_small {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
}
.s_toolkit_banner.version2 .s_toolkit_banner_footer {
  width: 100%;
  text-align: center;
  background: #dff4ff;
  margin-bottom: 0px;
  padding: 21px;
}
@media (max-width: 700px) {
  .s_toolkit_banner.version2 .s_toolkit_banner_footer li {
    display: block!important;
  }
  .s_toolkit_banner.version2 .s_toolkit_banner_footer li:after {
    display: none;
  }
  .s_toolkit_banner.version2 .s_toolkit_banner_footer li a {
    display: block;
    padding: 10px;
  }
}
.s_toolkit_banner.version2 .s_toolkit_banner_footer li {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}
.s_toolkit_banner.version2 .s_toolkit_banner_footer li:first-of-type {
  display: block;
  margin-bottom: 10px;
}
.s_toolkit_banner.version2 .s_toolkit_banner_footer li:first-of-type:after {
  width: 0px;
}
.s_toolkit_banner.version2 .s_toolkit_banner_footer li:after {
  content: '';
  width: 1px;
  height: 17px;
  background: #2a6496;
  position: absolute;
  right: -21px;
  top: 3px;
}
.s_toolkit_banner.version2 .s_toolkit_banner_footer li:last-of-type:after {
  display: none;
}
.s_toolkit_banner.version2 .s_toolkit_banner_content_view_toolkit {
  display: block;
  font-size: 25px;
  color: #362f34;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.s_toolkit_banner.version2 .s_toolkit_banner_content_view_toolkit .s_toolkit_banner_content_view_toolkit_icon {
  width: 40px;
  margin-left: 10px;
}
.s_toolkit_banner.version2 .s_toolkit_banner_header_title_list {
  width: 58%;
  text-align: left!important;
  float: left;
  margin-top: 32px;
}
@media (max-width: 700px) {
  .s_toolkit_banner.version2 .s_toolkit_banner_header_title_list {
    width: 100%;
    float: none;
  }
}
.s_toolkit_banner.version2 .s_toolkit_banner_header_title_list li a {
  font-size: 17px;
  font-family: Helvetica, Arial, sans-serif !important;
  position: relative;
  padding: 14px 0px!important;
  padding-left: 30px!important;
}
.s_toolkit_banner.version2 .s_toolkit_banner_header_title_list li a .ion-checkmark {
  color: #72bd40;
  font-size: 23px;
  position: absolute;
  top: 11px;
  left: 0px;
}
.s_toolkit_banner_footer_image_mob,
.s_toolkit_banner_footer_image_desk {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 100%;
}
.s_toolkit_banner_footer_image_mob,
.s_toolkit_banner_footer_image_desk,
.s_toolkit_banner_footer_image_mid {
    display: none !important;
}
@media (max-width: 800px) {
    .s_toolkit_banner_footer_image_mob {
        display: block !important;
    }
}
@media (min-width: 1230px) {
    .s_toolkit_banner_footer_image_desk {
        display: block !important;
    }
}
@media (min-width: 801px) and (max-width: 1229px) {
    .s_toolkit_banner_footer_image_mid {
        display: block !important;
    }
}
.s_toolkit_banner.sidebar,
.s_toolkit_banner.s_toolkit_banner_post_footer {
    text-align: center;
    border-width: 0px;
    border-radius: 6px;
}
.s_toolkit_banner.sidebar {
    margin-bottom: 30px;
}
@media (min-width: 801px) {
    .s_toolkit_banner.sidebar {
        margin-bottom: 40px;
    }
}
.s_toolkit_banner.s_toolkit_banner_post_footer {
    margin-bottom: 15px;
}
@media (max-width: 1230px) {
    .s_toolkit_banner.s_toolkit_banner_post_footer {
        display: none;
    }
}

.s_toolkit_banner.sidebar .s_toolkit_banner_content.recommended ul,
.s_toolkit_banner.s_toolkit_banner_post_footer .s_toolkit_banner_content.recommended ul {
    margin: 0;
}
.s_toolkit_banner.sidebar .s_toolkit_banner_inner,
.s_toolkit_banner.s_toolkit_banner_post_footer .s_toolkit_banner_inner {
    padding: 20px 25px 0;
    color: #323232;
}
.s_toolkit_banner.sidebar .s_toolkit_banner_inner + img,
.s_toolkit_banner.s_toolkit_banner_post_footer .s_toolkit_banner_inner + img {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
}
.s_toolkit_banner.sidebar .s_toolkit_banner_header_title,
.s_toolkit_banner.s_toolkit_banner_post_footer .s_toolkit_banner_header_title {
  background: #5ac5ff;
  font-weight: 600;
  color: #362f34;
  padding: 0 0 14px;
}
.s_toolkit_banner.sidebar .s_toolkit_banner_header_title {
    font-size: 28px;
}
@media (min-width: 800px) {
    .s_toolkit_banner.sidebar .s_toolkit_banner_header_title {
        font-size: 35px;
    }
}
.s_toolkit_banner.s_toolkit_banner_post_footer .s_toolkit_banner_header_title {
    font-size: 35px;
}
.s_toolkit_banner.sidebar .s_toolkit_banner_header_title + p,
.s_toolkit_banner.s_toolkit_banner_post_footer .s_toolkit_banner_header_title + p {
    border-bottom: 1px solid #34a3e2;
    padding: 0 0 16px;
    margin-bottom: 19px;
    font-weight: 400;
    color: #323232;
}
.s_toolkit_banner.sidebar .s_toolkit_banner_header_title + p {
    font-size: 15px;
}
@media (min-width: 800px) {
    .s_toolkit_banner.sidebar .s_toolkit_banner_header_title + p,
    .s_toolkit_banner.sidebar .s_toolkit_banner_inner li {
        font-size: 16px;
    }
}
.s_toolkit_banner.s_toolkit_banner_post_footer .s_toolkit_banner_header_title + p,
.s_toolkit_banner.s_toolkit_banner_post_footer .s_toolkit_banner_content ul li {
    font-size: 18px;
}
.s_toolkit_banner.sidebar .s_toolkit_banner_content,
.s_toolkit_banner.s_toolkit_banner_post_footer .s_toolkit_banner_content {
    padding: 0;
    background: #5ac5ff;
}
.s_toolkit_banner.sidebar .s_toolkit_banner_content ul li,
.s_toolkit_banner.s_toolkit_banner_post_footer .s_toolkit_banner_content ul li {
    padding: 0 0 10px;
    color: #362f34;
}
.s_toolkit_banner.sidebar .s_toolkit_banner_content.recommended ul li a,
.s_toolkit_banner.s_toolkit_banner_post_footer .s_toolkit_banner_content.recommended ul li a {
    padding: 0;
    color: #323232;
    font-family: Helvetica, Arial, sans-serif;
}

.s_toolkit_banner.sidebar .s_toolkit_banner_content.recommended .but_2019,
.s_toolkit_banner.s_toolkit_banner_post_footer .s_toolkit_banner_content.recommended .but_2019 {
    padding: 9px 20px;
    color: #fff;
    margin-top: 15px;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
.s_toolkit_banner.no_border {
  border: 0px solid #5ac5ff;
}
.s_toolkit_banner .s_toolkit_banner_header {
  width: 100%;
  height: 94px;
  background-image: url(../../images/smart/toolkits/general-banner2.svg);
  background-position: center top;
  background-size: auto 100%;
  display: block;
  max-width: 1413px;
  margin: 0 auto;
  background-repeat: no-repeat;
}
.s_toolkit_banner .s_toolkit_banner_header.plain {
  background-image: url(../../images/smart/toolkits/general-banner-plain.svg);
  background-size: 1064px;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 70px;
}
.s_toolkit_banner .s_toolkit_banner_header_title {
  font-size: 27px;
  background: #dff4ff;
  padding: 20px;
  text-align: center;
  position: relative;
  display: block;
  margin-top: -2px;
  color: #1a2d37;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
.s_toolkit_banner .s_toolkit_banner_header_title.large {
  font-size: 38px;
}
.s_toolkit_banner .s_toolkit_banner_header_title.large p {
  font-size: 24px!important;
}
.s_toolkit_banner .s_toolkit_banner_header_title:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #dff4ff transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -9px;
}
.s_toolkit_banner .s_toolkit_banner_header_title.no_arrow:after {
  display: none;
}
.s_toolkit_banner .s_toolkit_banner_header_title .s_toolkit_banner_header_subtitle {
  color: #2879a5;
  font-size: 17px;
  margin-top: 7px;
}
.s_toolkit_banner .s_toolkit_banner_header_title .s_toolkit_banner_header_subtitle a {
  text-decoration: underline;
}
.s_toolkit_banner .s_toolkit_banner_header_title .s_toolkit_banner_header_subtitle span {
  display: inline-block;
  width: 30px;
  background: #5ac5ff;
  border-radius: 100%;
  color: #fff;
  height: 30px;
  line-height: 30px;
}
.s_toolkit_banner .s_toolkit_banner_content {
  padding: 20px 40px;
  overflow: hidden;
  background: white;
}
.s_toolkit_banner .s_toolkit_banner_content.recommended ul {
  margin-left: 0px;
  padding-left: 0px;
  text-align: center;
  list-style-type: none;
  -webkit-padding-start: 0px;
}
.s_toolkit_banner .s_toolkit_banner_content.recommended ul li:last-of-type a {
  padding: 0px;
}
.s_toolkit_banner .s_toolkit_banner_content.recommended ul li a {
  display: block;
  padding: 20px 0px 20px 0px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
.s_toolkit_banner .s_toolkit_banner_content.recommended ul li a:hover {
  cursor: pointer;
  color: black;
  text-decoration: none;
}
.s_toolkit_banner .s_toolkit_banner_content.recommended ul li a.s_toolkit_banner_content_view_toolkit {
  font-size: 22px;
  color: #362f34;
  line-height: 80px;
}
.s_toolkit_banner .s_toolkit_banner_content.recommended ul li a.s_toolkit_banner_content_view_toolkit:hover {
  color: #5ac5ff;
  text-decoration: none;
}
.s_toolkit_banner .s_toolkit_banner_content.recommended ul li a.s_toolkit_banner_content_view_toolkit .s_toolkit_banner_content_view_toolkit_icon {
    width: 100%;
    vertical-align: middle;
    margin-left: 10px;
    height: auto;
    max-width: 46px;
}
.s_toolkit_banner .s_toolkit_banner_content h3 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}
.s_toolkit_banner .s_toolkit_banner_content .pdf-example {
  position: relative;
}
.s_toolkit_banner .s_toolkit_banner_content .pdf-example:hover .look_inside {
  text-decoration: none;
}
.s_toolkit_banner .s_toolkit_banner_content .pdf-example .look_inside {
  text-align: center;
  display: block;
  font-size: 15px;
  max-width: 490px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.s_toolkit_banner .s_toolkit_banner_content .pdf-example .look_inside .arrow {
  border: 0px;
  box-shadow: none;
  width: 19px;
  display: inline-block;
  margin-top: -10px;
  margin-left: 10px;
}
.s_toolkit_banner .s_toolkit_banner_content .pdf-example .look_inside .ion-search {
  font-size: 20px;
  vertical-align: middle;
}
.s_toolkit_banner .s_toolkit_banner_content .pdf-example img {
  max-width: 100%;
  border: 1px solid black;
  margin-bottom: -21px !important;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1);
}
.s_toolkit_banner .s_toolkit_banner_content .pdf-example .circle {
  width: 250px;
  height: 250px;
  background: #cce6f4;
  border: 5px solid #5ac5ff;
  display: block;
  position: absolute;
  bottom: 20px;
  right: 40px;
  border-radius: 100%;
  padding: 38px;
}
.s_toolkit_banner .s_toolkit_banner_content .pdf-example .circle .inner {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-family: Helvetica, Arial, sans-serif;
}
.s_toolkit_banner .s_toolkit_banner_content .pdf-example .circle .inner .speech1,
.s_toolkit_banner .s_toolkit_banner_content .pdf-example .circle .inner .speech2 {
  font-size: 60px;
  font-family: Helvetica, Arial, sans-serif;
}
.s_toolkit_banner .s_toolkit_banner_content .pdf-example .circle .inner .speech1 {
  position: absolute;
  margin-left: -32px;
  margin-top: -20px;
}
.s_toolkit_banner .s_toolkit_banner_content .pdf-example .circle .inner .speech2 {
  position: absolute;
  margin-top: -11px;
  margin-left: 10px;
}
.s_toolkit_banner .s_toolkit_banner_content .pdf-example .circle .inner strong {
  margin-top: 20px;
  display: block;
  font-size: 14px;
}
.s_toolkit_container {
  width: 100%;
  background: white;
  position: relative;
}
.s_toolkit_container .smart_corner {
  position: absolute;
  margin-top: -31px;
  margin-left: -30px;
}
.s_toolkit_container .header {
  background: #5ac5ff;
  padding: 20px;
  color: white;
  font-size: 24px;
  text-align: center;
}
.s_toolkit_container .content {
  padding: 20px;
  border: 1px solid #5ac5ff;
}
.s_toolkit_container p {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  color: #333;
}
.s_toolkit_container p.intro {
  margin-top: 20px;
  margin-bottom: 30px;
}
.s_toolkit_container .toolkit_list {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 40px;
}
.s_toolkit_container .toolkit_list .toolkit_header {
  padding: 20px;
  background: #2879a5;
  color: white;
  font-size: 19px;
  border-bottom: 0px!important;
  border-left: 1px solid #2879a5;
  border-right: 1px solid #2879a5;
}
.s_toolkit_container .toolkit_list li {
  background: #cce6f4;
  border-bottom: 1px dashed #5ac5ff;
  border-left: 1px solid #2879a5;
  border-right: 1px solid #2879a5;
}
.s_toolkit_container .toolkit_list li.toolkit_listing .toolkit_top {
  padding: 10px;
  cursor: pointer;
}
.s_toolkit_container .toolkit_list li.toolkit_listing:nth-child(even) {
  background: #f1faff;
}
.s_toolkit_container .toolkit_list li:last-of-type {
  border-bottom: 1px solid #2879a5;
}
.s_toolkit_container .toolkit_list li .left {
  float: left;
  margin-right: 20px;
}
.s_toolkit_container .toolkit_list li .left img {
  padding: 5px;
  background: white;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
}
.s_toolkit_container .toolkit_list li .tool_content {
  display: none;
  padding: 20px;
  background: white;
  border-top: 1px dashed #5ac5ff;
}
.s_toolkit_container .toolkit_list li .tool_content .cover_surround {
  width: 240px;
  float: right;
  padding: 5px;
  background: white;
  border: 1px solid silver;
  border-radius: 5px;
  margin-top: 40px;
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.s_toolkit_container .toolkit_list li .tool_content .cover_surround img {
  width: 100%;
}
.s_toolkit_container .toolkit_list li .tool_content .cover_surround a {
  display: block;
  padding: 12px;
  background: #6a9946;
  margin-top: 10px;
  border-radius: 5px;
  text-align: center;
  color: white;
  font-weight: bold;
}
.s_toolkit_container .toolkit_list li .tool_content .cover_surround a:hover {
  text-decoration: none;
  background: #83b55d;
}
.s_toolkit_container .toolkit_list li .tool_content.out {
  display: block;
  margin-top: 20px;
}
.s_toolkit_container .toolkit_list li .tool_content p {
  text-align: left;
  font-size: 16px;
}
.s_toolkit_container .toolkit_list li .tool_content ul {
  list-style-type: none;
  margin-left: 10px!important;
}
.s_toolkit_container .toolkit_list li .tool_content ul li {
  border: 0px!important;
  background: none!important;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #333;
}
.s_toolkit_container .toolkit_list li .tool_content ul li:before {
  content: "\f120";
  font-family: "Ionicons";
  font-size: 22px;
  position: absolute;
  margin-left: -39px;
  margin-top: -1px;
  color: #5ac5ff;
}
.s_toolkit_container .toolkit_list li .right {
  float: left;
  width: calc(100% - 132px);
  position: relative;
}
@media (max-width: 600px) {
  .s_toolkit_container .toolkit_list li .right {
    font-size: 15px;
    line-height: 1.5;
  }
}
.s_toolkit_container .toolkit_list li .right h3 {
  margin-bottom: 10px;
  font-weight: bold;
  color: #333;
}
@media (max-width: 600px) {
  .s_toolkit_container .toolkit_list li .right h3 {
    font-size: 15px;
  }
}
.s_toolkit_container .toolkit_list li .right p {
  text-align: left;
  font-size: 16px;
  color: #333;
}
.s_toolkit_container .toolkit_list li .right .open_toolkit {
  position: absolute;
  right: 0px;
  font-size: 34px;
  color: #2879a5;
  top: 13px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
@media (max-width: 600px) {
  .s_toolkit_container .toolkit_list li .right .open_toolkit {
    right: -40px;
  }
}
.s_toolkit_container .toolkit_list li .right .open_toolkit .ion-android-arrow-dropup-circle {
  display: none;
}
.s_toolkit_container .toolkit_list li .right .open_toolkit .ion-android-arrow-dropdown-circle {
  display: block;
}
.s_toolkit_container .toolkit_list li .right .open_toolkit.on .ion-android-arrow-dropup-circle {
  display: block;
}
.s_toolkit_container .toolkit_list li .right .open_toolkit.on .ion-android-arrow-dropdown-circle {
  display: none;
}
.s_toolkit_container .toolkit_list li .right .open_toolkit:hover {
  color: #0083ca;
}
.s_related_toolkit {
  border: 1px solid #5ac5ff;
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
}
.s_related_toolkit:hover {
  text-decoration: none;
}
.s_related_toolkit:hover .s_toolkit_banner_header_title {
  color: #5ac5ff;
}
.s_related_toolkit .s_content {
  padding: 20px;
  padding-top: 0px;
  display: block;
}
.s_related_toolkit .s_content p {
  color: #362f34;
  font-size: 14px!important;
}
.s_related_toolkit .s_related_toolkit_link {
  color: #2879a5;
}
.s_related_toolkit .s_related_toolkit_link_icon {
  width: 50px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

.smart .s_campaign_banner_desk {
  display: block;
}
@media (max-width: 600px) {
  .smart .s_campaign_banner_desk {
    display: none!important;
  }
}
.smart .s_campaign_banner_mob {
  display: none;
}
@media (max-width: 600px) {
  .smart .s_campaign_banner_mob {
    display: block;
  }
}
.smart .s_campaign_banner_ecommmerce {
  background: #d03461!important;
}
.smart .s_campaign_banner_ecommmerce .ecommerce_subline {
  margin-left: 358px;
}
@media (max-width: 1200px) {
  .smart .s_campaign_banner_ecommmerce img {
    display: none;
  }
  .smart .s_campaign_banner_ecommmerce .ecommerce_subline {
    margin-left: 0px;
  }
}
.smart .s_campaign_banner_small {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 600px) {
  .smart .s_campaign_banner_small {
    display: none;
  }
}
.smart .s_campaign_banner_small img {
  width: 128%;
  margin: 0 auto;
  display: block;
  margin-left: -16%;
  z-index: 1;
  margin-top: -60px;
}
.smart .s_campaign_banner_small h2 {
  position: absolute;
  font-size: 30px;
  color: #fff;
  z-index: 2;
  width: 1100px;
  margin: 0 auto;
  display: block;
  text-align: right;
  top: 8px;
  right: 20px;
}
.smart .s_campaign_banner_small_mob {
  display: none;
}
@media (max-width: 600px) {
  .smart .s_campaign_banner_small_mob {
    display: block;
  }
}
.smart .s_tick_box {
  width: 270px;
  height: 270px;
  border-radius: 100%;
  border: 9px solid #50db89;
  position: relative;
  margin-top: 10px;
  float: right;
}
.smart .s_tick_box.s_tick_box_commerce {
  border: 9px solid #f14167;
}
.smart .s_tick_box.s_tick_box_strat {
  border: 9px solid #a3f09e;
}
.smart .s_tick_box.incomplete {
  border-color: #d7d7d7;
}
.smart .s_tick_box.incomplete .s_tick2 {
  display: block!important;
}
.smart .s_tick_box.incomplete .s_tick1 {
  display: none!important;
}
@media (max-width: 600px) {
  .smart .s_tick_box {
    margin: 0 auto;
    margin-top: 60px;
  }
}
.smart .s_tick_box .s_tick {
  width: 66px;
  position: absolute;
  right: -7px;
  box-shadow: 0px 0px 0px 5px #fff;
  border-radius: 100%;
  z-index: 1;
}
.smart .s_tick_box .s_tick1 {
  display: block;
}
.smart .s_tick_box .s_tick2 {
  display: none;
}
.smart .s_tick_box .image {
  position: absolute;
  top: 47px;
  left: 63px;
}
.smart .s_tick_box .image3 {
  width: 105px;
  position: absolute;
  top: 73px;
  left: 74px;
}
.smart .s_tick_box .s_cap_score {
  text-align: center;
  margin-top: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
.smart .s_tick_box .s_cap_score_score {
  font-weight: bold;
  font-size: 100px!important;
  text-align: center;
  margin-top: -49px;
}
.smart .s_digital_transformation_section {
  border-bottom: 1px dashed #50db89;
  padding-top: 50px;
  padding-bottom: 50px;
}
.smart .s_digital_transformation_section.s_digital_transformation_section_strategy .step {
  background-image: url(../../images/smart/campaigns/strategy-planning2/1_green.svg);
}
.smart .s_digital_transformation_section.s_digital_transformation_section_strategy .step.step-2 {
  background-image: url(../../images/smart/campaigns/strategy-planning2/2_green.svg);
}
.smart .s_digital_transformation_section.s_digital_transformation_section_strategy .step.step-3 {
  background-image: url(../../images/smart/campaigns/strategy-planning2/3_green.svg);
}
.smart .s_digital_transformation_section.s_digital_transformation_section_strategy:last-of-type {
  border-bottom: 0px!important;
}
.smart .s_digital_transformation_section.s_digital_transformation_section_ecommerce {
  border-bottom: 1px dashed #f14167;
}
.smart .s_digital_transformation_section.s_digital_transformation_section_ecommerce ul {
  margin-left: 10px!important;
}
.smart .s_digital_transformation_section.s_digital_transformation_section_ecommerce:last-of-type {
  border-bottom: 0px;
}
.smart .s_digital_transformation_section.s_digital_transformation_section_ecommerce .step {
  background-image: url(../../images/smart/campaigns/ecommerce/1.svg);
}
.smart .s_digital_transformation_section.s_digital_transformation_section_ecommerce .step.step-2 {
  background-image: url(../../images/smart/campaigns/ecommerce/2.svg);
}
.smart .s_digital_transformation_section.s_digital_transformation_section_ecommerce .step.step-3 {
  background-image: url(../../images/smart/campaigns/ecommerce/3.svg);
}
.smart .s_digital_transformation_section.s_digital_transformation_section_ecommerce ul li {
  background-image: none;
  list-style-type: disc;
  padding-left: 0px;
}
.smart .s_digital_transformation_section .step {
  background-image: url(../../images/smart/campaigns/digital-transformation/1.svg);
  background-repeat: no-repeat;
  background-size: 70px;
  padding-left: 100px;
  background-position: 0px 11px;
}
.smart .s_digital_transformation_section .step.step-2 {
  background-image: url(../../images/smart/campaigns/digital-transformation/2.svg);
}
.smart .s_digital_transformation_section .step.step-3 {
  background-image: url(../../images/smart/campaigns/digital-transformation/3.svg);
}
.smart .s_campaign_banner_outer {
  background: #32a064;
}
.smart .s_campaign_banner_outer.s_campaign_banner_outer_small {
  background: #32a064;
  background: -moz-linear-gradient(top, #f7f7f7 46%, #32a064 0%, #32a064 91%, #ffffff 65%);
  background: -webkit-linear-gradient(top, #f7f7f7 46%, #32a064 0%, #32a064 91%, #ffffff 65%);
  background: linear-gradient(to bottom, #f7f7f7 46%, #32a064 0%, #32a064 91%, #ffffff 65%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32a164', endColorstr='#ffffff', GradientType=0);
}
.smart .s_campaign_banner_outer.s_campaign_banner_outer_small_ecommerce {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 47%, #d7d2b4 47%, #d7d2b4 91%, #ffffff 91%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 47%, #d7d2b4 47%, #d7d2b4 91%, #ffffff 91%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 47%, #d7d2b4 47%, #d7d2b4 91%, #ffffff 91%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
.smart .s_campaign_banner_outer.s_campaign_banner_outer_blog {
  background: #32a064;
  background: -moz-linear-gradient(top, #32a064 0%, #32a064 74.5%, #ffffff 74%);
  background: -webkit-linear-gradient(top, #32a064 0%, #32a064 74.5%, #ffffff 74%);
  background: linear-gradient(to bottom, #32a064 0%, #32a064 74.5%, #ffffff 74%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32a164', endColorstr='#ffffff', GradientType=0);
}
.smart .s_campaign_banner_outer.s_campaign_banner_outer_blog .s_campaign_banner_small img {
  margin-top: 0px!important;
}
.smart .s_campaign_banner {
  max-width: 1200px;
  background: #36ad66;
  margin: 0 auto;
}
.smart .s_campaign_banner h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.smart .s_campaign_banner.blog {
  max-width: 1170px;
  background: transparent;
}
.smart .s_campaign_banner.blog .s_campaign_banner_title {
  max-width: 1170px;
  padding-right: 20px;
  text-align: right;
  width: 100%;
}
.smart .s_campaign_banner.blog .s_campaign_banner_title h1 {
  font-size: 31px;
}
.smart .s_campaign_banner.blog .s_campaign_banner_title h2 {
  font-size: 30px;
}
.smart .s_campaign_banner.blog img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.smart .s_campaign_banner img {
  width: 128%;
  margin: 0 auto;
  display: block;
  margin-left: -16%;
}
.smart .s_campaign_banner .s_campaign_banner_title {
  position: absolute;
}
.smart .s_campaign_banner .s_campaign_banner_title h1,
.smart .s_campaign_banner .s_campaign_banner_title h2 {
  color: white;
}
.smart .s_campaign_banner .s_campaign_banner_title h1 {
  font-size: 43px;
}
.smart .s_campaign_banner .s_campaign_banner_title h2 {
  font-size: 32px!important;
  font-style: italic;
  font-weight: 200!important;
}
.smart .s_campaign_banner_bottom {
  width: 100%;
  background: #50db89;
  padding: 25px;
  margin-bottom: 50px;
}
.smart .s_campaign_banner_bottom p {
  margin-bottom: 0px;
}
.smart .s_campaign_blog_header h3 {
  font-size: 3.2em;
  text-align: center;
  font-weight: 400;
}
.smart .s_campaign_blog_header h3 span {
  display: block;
  margin-bottom: 40px;
  font-weight: 200;
  font-size: 0.6em;
}
.smart .s_campaign_image_border {
  padding: 20px;
  border: 1px solid #d5d5d5;
  margin-bottom: 20px;
  background: white;
}
.smart .s_campaign_image_border h3 {
  margin-top: 0px;
  margin-bottom: 20px;
}
.smart .s_conversation {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.smart .s_conversation .s_conversation_left {
  width: 130px;
  float: left;
  margin-right: 40px;
}
.smart .s_conversation .s_conversation_left img {
  width: 100%;
}
.smart .s_conversation .s_conversation_right {
  text-align: left;
}
.smart .s_conversation .s_conversation_right p {
  font-style: italic;
  font-weight: 200;
}
.smart .s_conversation .s_conversation_right p.h3 {
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
}
.smart #s_campaign_ecommerce_icons {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  list-style-type: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-padding-start: 0px;
}
.smart #s_campaign_ecommerce_icons li {
  float: left;
  width: 33%;
}
@media (max-width: 600px) {
  .smart #s_campaign_ecommerce_icons li {
    width: 100%;
    float: none;
    margin-bottom: 40px;
    border-bottom: 1px dotted #c0c0c0;
    padding-bottom: 40px;
  }
  .smart #s_campaign_ecommerce_icons li:last-of-type {
    border-bottom: 0px;
  }
}
.smart #s_campaign_ecommerce_icons li a {
  display: block;
}
.smart #s_campaign_ecommerce_icons li a img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.smart #s_campaign_ecommerce_icons li a:hover {
  text-decoration: none;
  color: #5ac5ff;
}
.smart #s_campaign_ecommerce_icons li a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.smart #s_campaign_ecommerce_icons li a img {
  width: 65px;
  margin: 0 auto;
  display: block;
}
.smart #s_campaign_ecommerce_icons li a span {
  display: block;
  font-size: 27px;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
  color: #362f34;
}
.smart .ecommerce_hashtag {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  color: #f37d79;
  background: #2c062d;
  padding: 6px 18px;
  transform: rotateZ(-5deg);
  -webkit-transform: rotateZ(-5deg);
  -moz-transform: rotateZ(-5deg);
  -ms-transform: rotateZ(-5deg);
  margin-left: 10px;
}

smart .guide_page .text_link {
  text-align: center;
  display: block;
  font-size: 18px;
  color: #000;
  text-decoration: underline;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .smart .guide_page .guide_side {
    display: none;
  }
}
.smart .guide_page .pdf-example,
.smart .guide_page .old_cover {
  display: block;
  width: 100%;
}
.smart .guide_page .pdf-example img,
.smart .guide_page .old_cover img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.smart .guide_page .look_inside_link {
  font-size: 18px;
  display: block;
  margin-bottom: 40px;
  color: #fba51a;
  text-decoration: underline;
}
.smart .guide_page .modal.pdf .modal-dialog .modal-content .modal-body {
  position: relative;
  padding: 0 !important;
}
.smart .guide_page .modal.pdf .modal-dialog .modal-content .modal-header {
  min-height: 50px;
}
.smart .guide_page .modal.pdf .modal-dialog .modal-content .modal-body img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .smart .guide_page .modal.pdf .modal-dialog {
    width: 802px;
    margin: 30px auto;
  }
}
.smart label.gfield_label {
  display: none!important;
}
.smart #gform_fields_11 input,
.smart #gform_fields_11 #input_11_9 {
  width: 100%;
  margin-left: 0px;
}

.smart #gform_submit_button_20:hover {
  background: #83b55d;
}
.smart .gform_footer {
  padding: 0px!important;
  margin: 0px!important;
}
.smart .gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: 0px;
}
.smart .gform_wrapper {
  margin-top: 0px;
}
.smart img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.smart img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.smart img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.smart a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.smart a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.smart a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#user_switching_switch_on a {
  display: block;
  padding: 20px;
  background: #f00;
  color: #fff;
  text-align: center;
  position: fixed;
  bottom: 0px;
  z-index: 1000000;
  width: 100%;
}
.smart.beige {
  background: #f8f8f8;
  text-align: center;
}
.smart.beige .but {
  background: #4ea34b;
  margin-bottom: 20px;
}
.smart .h2.blog_title {
  font-size: 32px;
  font-family: 'Source Sans Pro', Helvetica, sans-serif !important;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 0px;
  font-weight: bold;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 20px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#basic_banner_popover {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0px 2px 9px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1000;
  background: #fff;
  z-index: 100;
}

#long_form .s_content_type h1,
.long_form .s_content_type h1,
#long_form .s_content_type h2,
.long_form .s_content_type h2,
#long_form .s_content_type h3,
.long_form .s_content_type h3,
#long_form .s_content_type h4,
.long_form .s_content_type h4,
#long_form .s_content_type h5,
.long_form .s_content_type h5,
#long_form .s_content_type p,
.long_form .s_content_type p {
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 400;
}
#long_form .s_content_type h1,
.long_form .s_content_type h1,
#long_form .s_content_type h2,
.long_form .s_content_type h2,
#long_form .s_content_type h3,
.long_form .s_content_type h3,
#long_form .s_content_type h4,
.long_form .s_content_type h4,
#long_form .s_content_type h5,
.long_form .s_content_type h5 {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600!important;
  color: #323232;
}
#long_form .s_content_type h2,
.long_form .s_content_type h2 {
  font-size: 30px !important;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (min-width:1000px) {
    #long_form .s_content_type h2,
    .long_form .s_content_type h2 {
      font-size: 40px !important;
    }
}
#long_form .s_content_type h3,
.long_form .s_content_type h3 {
  font-size: 25px;
}
#long_form .s_content_type h4,
.long_form .s_content_type h4 {
  font-size: 18px;
}
@media (min-width:1000px) {
    #long_form .s_content_type h4,
    .long_form .s_content_type h4 {
      font-size: 30px;
    }
}
#long_form .s_content_type h5,
.long_form .s_content_type h5 {
  font-size: 18px;
}
@media (min-width:1000px) {
    #long_form .s_content_type h5,
    .long_form .s_content_type h5 {
      font-size: 25px;
    }
}
#long_form .s_content_type p,
.long_form .s_content_type p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}
#long_form .s_content_type p.wp-caption-text,
.long_form .s_content_type p.wp-caption-text {
  font-size: 14px;
  color: #4a234b;
  font-style: italic;
}
#long_form .s_content_type p a,
.long_form .s_content_type p a {
  color: #026bac;
  text-decoration: underline!important;
}
#long_form .s_content_type ul,
.long_form .s_content_type ul,
#long_form .s_content_type ol,
.long_form .s_content_type ol {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}

#long_form .s_content_type ul ul,
.long_form .s_content_type ul ul,
#long_form .s_content_type ul ol,
.long_form .s_content_type ul ol,
#long_form .s_content_type ol ol,
.long_form .s_content_type ol ol,
#long_form .s_content_type ol ul,
.long_form .s_content_type ol ul {
  margin-left: 0;
}

#long_form .s_content_type ul li,
.long_form .s_content_type ul li,
#long_form .s_content_type ol li,
.long_form .s_content_type ol li {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}
#long_form .s_content_type ul li a,
.long_form .s_content_type ul li a,
#long_form .s_content_type ol li a,
.long_form .s_content_type ol li a {
  color: #026bac;
  text-decoration: underline!important;
}
#long_form .s_content_type ul,
.long_form .s_content_type ul {
  list-style-type: none;
}
#long_form .s_content_type ul li:before,
.long_form .s_content_type ul li:before {
  font-family: Ionicons;
  content: "\f125";
  position: absolute;
  margin-left: -20px;
}
#long_form .s_content_type ol,
.long_form .s_content_type ol {
  list-style-type: decimal;
}
#long_form .s_content_type img,
.long_form .s_content_type img {
  display: block;
  margin: 0 auto;
  max-width: 100%!important;
  height: auto;
}
#long_form .s_content_type img.aligncenter,
.long_form .s_content_type img.aligncenter {
  margin-bottom: 20px;
}
#long_form .s_content_type .instagram-media,
.long_form .s_content_type .instagram-media {
  margin: 0 auto;
  display: block;
}
#long_form #longform_toolkit_link,
.long_form #longform_toolkit_link {
  color: #fff;
  float: right;
  margin-top: -30px;
  margin-right: 20px;
}
#long_form #longform_toolkit_link:hover,
.long_form #longform_toolkit_link:hover {
  text-decoration: underline;
}
#long_form #longform_toolkit_link:hover span,
.long_form #longform_toolkit_link:hover span {
  text-decoration: underline;
}
#long_form #longform_toolkit_link .toolkit_purple,
.long_form #longform_toolkit_link .toolkit_purple {
  width: 40px;
  margin-top: -6px;
  margin-left: 20px;
}
#long_form #longform_toolkit_link .toolkit_white,
.long_form #longform_toolkit_link .toolkit_white {
  width: 40px;
  margin-top: -5px;
  margin-left: 20px;
}
#long_form #longform_toolkit_link .sub,
.long_form #longform_toolkit_link .sub {
  float: left;
  margin-top: -8px;
  text-align: right;
  margin-right: 10px;
}
#long_form #longform_toolkit_link .sub span,
.long_form #longform_toolkit_link .sub span {
  display: block;
}
#long_form #print_title,
.long_form #print_title {
  display: none;
}
#long_form header,
.long_form header {
  height: 77px;
  width: 100%;
  background: #49224a;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 4;
}
#long_form header.white,
.long_form header.white {
  background: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
#long_form header.white #logo,
.long_form header.white #logo {
  display: none;
}
#long_form header.white #logo2,
.long_form header.white #logo2 {
  display: block;
}
#long_form header.white #longform_toolkit_link,
.long_form header.white #longform_toolkit_link {
  color: #4a234b;
}
#long_form header.white .toolkit_purple,
.long_form header.white .toolkit_purple {
  display: none;
}
#long_form header.white .toolkit_white,
.long_form header.white .toolkit_white {
  display: block;
}
#long_form header #logo,
.long_form header #logo,
#long_form header #logo2,
.long_form header #logo2 {
  width: 98px;
  display: block;
  margin-left: 30px;
  margin-top: 16px;
}
#long_form header #logo2,
.long_form header #logo2 {
  display: none;
}
#long_form header .toolkit_white,
.long_form header .toolkit_white {
  display: none;
}
#long_form #long_form_hero_image,
.long_form #long_form_hero_image {
  width: 100%;
  position: relative;
}
#long_form #long_form_hero_image img,
.long_form #long_form_hero_image img {
  display: block;
  padding-top: 0;
  margin: 0 auto;
  max-width: 100%!important;
  padding-bottom: 30px;
}
#long_form #long_form_hero_image #long_form_hero_title,
.long_form #long_form_hero_image #long_form_hero_title {
  width: 100%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
#long_form #long_form_hero_image #long_form_hero_title h1,
.long_form #long_form_hero_image #long_form_hero_title h1 {
  font-size: 30px !important;
  font-weight: 100;
  color: #362f34;
  margin-bottom: 20px;
  padding-top: 25px;
  margin-top: 0px;
  line-height: 1.2;
}
@media (min-width: 800px) {
    #long_form #long_form_hero_image #long_form_hero_title h1,
    .long_form #long_form_hero_image #long_form_hero_title h1 {
        font-size: 52px !important;
        padding-top: 32px;
        margin-bottom: 15px;
        line-height: 1.1;
    }
}
#long_form #long_form_hero_image #long_form_hero_title h2,
.long_form #long_form_hero_image #long_form_hero_title h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 100;
  color: #fff;
  padding-bottom: 30px;
}
@media (min-width: 700px) {
    #long_form #long_form_hero_image #long_form_hero_title h2,
    .long_form #long_form_hero_image #long_form_hero_title h2 {
        font-size: 23px;
    }
}
#long_form #long_form_sidebar_wrapper,
.long_form #long_form_sidebar_wrapper {
  display: block;
  vertical-align: top;
  padding-top: 17px;
}
@media (max-width: 1000px) {
    #long_form #long_form_sidebar_wrapper,
    .long_form #long_form_sidebar_wrapper {
        padding-bottom: 20px;
    }
}
#long_form .spacer,
.long_form .spacer {
  width: 320px;
  height: 1px;
}
@media (min-width: 1000px) {
    #long_form #long_form_sidebar,
    .long_form #long_form_sidebar {
        z-index: 1;
        opacity: 1;
        position: sticky;
        top: 57px;
        margin-bottom: 80px;
        width: 350px;
        border-right: 1px solid #ededed;
        height: 100vh;
    }
}
#long_form #long_form_sidebar.fixed,
.long_form #long_form_sidebar.fixed {
  position: fixed;
  top: 77px;
}
#long_form #long_form_sidebar h2,
.long_form #long_form_sidebar h2 {
  display: block;
  text-align: right;
  border-bottom: 1px solid #ededed;
  font-size: 22px;
  padding-bottom: 20px;
  margin-bottom: 0px;
  margin-right: 45px;
  line-height: 1.2;
}
@media (max-width: 999px) {
    #long_form #long_form_sidebar h2,
    .long_form #long_form_sidebar h2 {
        display: none;
    }
}
#long_form #long_form_sidebar #long_form_sidebar_anchors,
.long_form #long_form_sidebar #long_form_sidebar_anchors {
    padding-top: 25px;
}
@media (min-width: 1000px) {
    #long_form #long_form_sidebar #long_form_sidebar_anchors,
    .long_form #long_form_sidebar #long_form_sidebar_anchors {
      padding-top: 30px;
      height: 100%;
      overflow: auto;
    }
}
#long_form #long_form_sidebar #long_form_sidebar_anchors ul,
.long_form #long_form_sidebar #long_form_sidebar_anchors ul {
  list-style-type: none;
  padding-left: 0;
  border-bottom: 1px solid #ededed;
  padding-bottom: 18px;
  margin-bottom: 0;
}
#long_form #long_form_sidebar #long_form_sidebar_anchors ul li,
.long_form #long_form_sidebar #long_form_sidebar_anchors ul li {
  padding-bottom: 8px;
  position: relative;
}
@media (min-width: 1000px) {
    #long_form #long_form_sidebar #long_form_sidebar_anchors ul,
    .long_form #long_form_sidebar #long_form_sidebar_anchors ul {
      padding-bottom: 250px;
      border-bottom-width: 0;
      padding-right: 45px;
    }
    #long_form #long_form_sidebar #long_form_sidebar_anchors ul li,
    .long_form #long_form_sidebar #long_form_sidebar_anchors ul li {
      text-align: right;
    }
}

#long_form #long_form_sidebar #long_form_sidebar_anchors ul li:hover a,
.long_form #long_form_sidebar #long_form_sidebar_anchors ul li:hover a,
#long_form #long_form_sidebar #long_form_sidebar_anchors ul li.active a,
.long_form #long_form_sidebar #long_form_sidebar_anchors ul li.active a,
#long_form #long_form_sidebar #long_form_sidebar_anchors ul li:focus a,
.long_form #long_form_sidebar #long_form_sidebar_anchors ul li:focus a {
  text-decoration: none;
  color: #974f99;
}
@media (min-width: 1000px) {
    #long_form #long_form_sidebar #long_form_sidebar_anchors ul li:hover:after,
    .long_form #long_form_sidebar #long_form_sidebar_anchors ul li:hover:after,
    #long_form #long_form_sidebar #long_form_sidebar_anchors ul li.active:after,
    .long_form #long_form_sidebar #long_form_sidebar_anchors ul li.active:after,
    #long_form #long_form_sidebar #long_form_sidebar_anchors ul li:focus:after,
    .long_form #long_form_sidebar #long_form_sidebar_anchors ul li:focus:after {
      content: '';
      width: 1px;
      height: 100%;
      background: #974f99;
      display: block;
      position: absolute;
      right: -45px;
      top: 0px;
    }
}
#long_form #long_form_sidebar #long_form_sidebar_anchors ul li a,
.long_form #long_form_sidebar #long_form_sidebar_anchors ul li a {
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-size: 14px;
  color: #676767;
  text-decoration: none;
  position: relative;
}
#long_form #long_form_sidebar_right_wrapper,
.long_form #long_form_sidebar_right_wrapper {
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 320px;
}
@media (max-width: 1388px) {
  #long_form #long_form_sidebar_right_wrapper,
  .long_form #long_form_sidebar_right_wrapper {
    display: none;
  }
}
#long_form #long_form_sidebar_right,
.long_form #long_form_sidebar_right {
  padding-top: 15px;
  width: 320px;
  border-bottom: 1px solid #4a234b;
  padding-bottom: 10px;
  background: white;
  position: relative;
}
#long_form #long_form_sidebar_right.fixed,
.long_form #long_form_sidebar_right.fixed {
  position: fixed;
  top: 77px;
}
#long_form #long_form_sidebar_right .print_but,
.long_form #long_form_sidebar_right .print_but,
#long_form #long_form_sidebar_right #download,
.long_form #long_form_sidebar_right #download {
  margin-left: 10px;
}
#long_form #long_form_sidebar_right #download svg,
.long_form #long_form_sidebar_right #download svg {
  width: 30px;
}
#long_form #long_form_sidebar_right .print_but svg,
.long_form #long_form_sidebar_right .print_but svg,
#long_form .social_print_inner_container .print_but svg,
.long_form .social_print_inner_container .print_but svg {
  width: 38px;
}
#long_form #long_form_sidebar_right .print_but .st1,
.long_form #long_form_sidebar_right .print_but .st1,
#long_form .social_print_inner_container .print_but .st1,
.long_form .social_print_inner_container .print_but .st1,
#long_form #long_form_sidebar_right #download .st1,
.long_form #long_form_sidebar_right #download .st1 {
  fill: white;
}
#long_form #long_form_sidebar_right .print_but:hover .st0,
.long_form #long_form_sidebar_right .print_but:hover .st0,
#long_form .social_print_inner_container .print_but:hover .st0,
.long_form .social_print_inner_container .print_but:hover .st0,
#long_form #long_form_sidebar_right #download:hover .st0,
.long_form #long_form_sidebar_right #download:hover .st0 {
  fill: #813d8a;
}
#long_form #long_form_sidebar_right #download,
.long_form #long_form_sidebar_right #download {
  margin-right: 10px;
}
#long_form #long_form_footer #footer,
.long_form #long_form_footer #footer {
  z-index: 3;
  position: relative;
}

#long_form #blog_wrapper,
.long_form #blog_wrapper {
  width: 100%;
  background: white;
  display: table-cell;
  vertical-align: top;
}
#long_form #long_form_sidebar_wrapper #social_share .social-share-icons {
    text-align: left;
}
#long_form #long_form_sidebar_wrapper #social_share .social-share-icons img {
    max-width: 38px;
    height: auto;
}
#long_form #long_form_main_content .long_form_content_band,
.long_form #long_form_main_content .long_form_content_band,
#long_form #blog_wrapper .long_form_content_band,
.long_form #blog_wrapper .long_form_content_band {
  background: #f9f9f9;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
#long_form #long_form_main_content .related_content,
.long_form #long_form_main_content .related_content,
#long_form #blog_wrapper .related_content,
.long_form #blog_wrapper .related_content {
  background: #efefef;
  font-style: italic;
  padding: 1px 10px;
  border-radius: 3px;
  text-decoration: none;
}
#long_form #long_form_main_content .related_content:hover,
.long_form #long_form_main_content .related_content:hover,
#long_form #blog_wrapper .related_content:hover,
.long_form #blog_wrapper .related_content:hover {
  background: #d8d8d8;
}
#long_form #long_form_main_content .related_content_box,
.long_form #long_form_main_content .related_content_box,
#long_form #blog_wrapper .related_content_box,
.long_form #blog_wrapper .related_content_box {
  border: 1px solid #eaeaea;
  width: 304px;
  background: white;
  position: absolute;
  right: 20px;
  opacity: 1;
  top: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#long_form #long_form_main_content .related_content_box.off,
.long_form #long_form_main_content .related_content_box.off,
#long_form #blog_wrapper .related_content_box.off,
.long_form #blog_wrapper .related_content_box.off {
  opacity: 0;
}
#long_form #long_form_main_content .related_content_header,
.long_form #long_form_main_content .related_content_header,
#long_form #blog_wrapper .related_content_header,
.long_form #blog_wrapper .related_content_header {
  font-size: 25px;
  background: #f2f2f2;
  font-weight: 500;
  padding: 20px;
  position: relative;
}
#long_form #long_form_main_content .related_content_header:before,
.long_form #long_form_main_content .related_content_header:before,
#long_form #blog_wrapper .related_content_header:before,
.long_form #blog_wrapper .related_content_header:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f2f2f2 transparent transparent;
  position: absolute;
  top: 20px;
  left: -10px;
}
#long_form #long_form_main_content .related_content_content,
.long_form #long_form_main_content .related_content_content,
#long_form #blog_wrapper .related_content_content,
.long_form #blog_wrapper .related_content_content {
  padding: 20px;
}
@media (min-width:1000px) {
    #long_form #long_form_main_content {
        padding-left: 50px;
    }
}
#long_form #long_form_main_content .long_form_main_content_wrapper,
.long_form #long_form_main_content .long_form_main_content_wrapper,
#long_form #blog_wrapper .long_form_main_content_wrapper,
.long_form #blog_wrapper .long_form_main_content_wrapper {
  width: 100%;
  margin: 0 auto;
}
#long_form #blog_wrapper .long_form_main_content_wrapper,
.long_form #blog_wrapper .long_form_main_content_wrapper {
    padding-left: 50px;
    padding-right: 50px;
}
@media (max-width: 1388px) {
  #long_form #long_form_main_content .long_form_main_content_wrapper,
  .long_form #long_form_main_content .long_form_main_content_wrapper,
  #long_form #blog_wrapper .long_form_main_content_wrapper,
  .long_form #blog_wrapper .long_form_main_content_wrapper {
    max-width: 100%;
    margin: 0px;
  }

  #long_form #blog_wrapper .long_form_main_content_wrapper,
  .long_form #blog_wrapper .long_form_main_content_wrapper {
      padding-left: 20px;
      padding-right: 20px;
  }
}
#long_form #blog_wrapper .long_form_main_content_wrapper:first-of-type,
.long_form #blog_wrapper .long_form_main_content_wrapper:first-of-type {
  padding-top: 25px;
}
@media (min-width: 1151px) {
    #long_form #blog_wrapper .long_form_main_content_wrapper:first-of-type,
    .long_form #blog_wrapper .long_form_main_content_wrapper:first-of-type {
      padding-top: 63px;
    }
}
#long_form #long_form_sidebar_wrapper .social_print_outer_container,
.long_form #long_form_sidebar_wrapper .social_print_outer_container{
  width: 100%;
  padding-top: 10px;
}
@media (min-width:1000px) {
    #long_form #long_form_sidebar_wrapper .social_print_outer_container,
    .long_form #long_form_sidebar_wrapper .social_print_outer_container{
        padding-right: 45px;
        padding-top: 0;
    }
}
#long_form #long_form_sidebar_wrapper .social_print_inner_container,
.long_form #long_form_sidebar_wrapper .social_print_inner_container{
  width: 100%;
  border-bottom: 3px solid #d7d7d7;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .bottom_line,
.long_form #long_form_main_content .long_form_main_content_wrapper .bottom_line,
#long_form #blog_wrapper .long_form_main_content_wrapper .bottom_line,
.long_form #blog_wrapper .long_form_main_content_wrapper .bottom_line {
  font-weight: 600;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .membership_link,
.long_form #long_form_main_content .long_form_main_content_wrapper .membership_link,
#long_form #blog_wrapper .long_form_main_content_wrapper .membership_link,
.long_form #blog_wrapper .long_form_main_content_wrapper .membership_link {
  display: block;
  background: #4a234b;
  text-align: center;
  padding: 30px;
  color: #fff;
  font-size: 23px;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .membership_link:hover,
.long_form #long_form_main_content .long_form_main_content_wrapper .membership_link:hover,
#long_form #blog_wrapper .long_form_main_content_wrapper .membership_link:hover,
.long_form #blog_wrapper .long_form_main_content_wrapper .membership_link:hover {
  background: #974f99;
  text-decoration: none;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .membership_link img,
.long_form #long_form_main_content .long_form_main_content_wrapper .membership_link img,
#long_form #blog_wrapper .long_form_main_content_wrapper .membership_link img,
.long_form #blog_wrapper .long_form_main_content_wrapper .membership_link img {
  width: 73px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .s_toolkit_banner_header_title span,
.long_form #long_form_main_content .long_form_main_content_wrapper .s_toolkit_banner_header_title span,
#long_form #blog_wrapper .long_form_main_content_wrapper .s_toolkit_banner_header_title span,
.long_form #blog_wrapper .long_form_main_content_wrapper .s_toolkit_banner_header_title span {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 100;
  display: block;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .s_toolkit_banner_content ul,
.long_form #long_form_main_content .long_form_main_content_wrapper .s_toolkit_banner_content ul,
#long_form #blog_wrapper .long_form_main_content_wrapper .s_toolkit_banner_content ul,
.long_form #blog_wrapper .long_form_main_content_wrapper .s_toolkit_banner_content ul {
  margin-bottom: 0px;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .s_toolkit_banner_content ul li,
.long_form #long_form_main_content .long_form_main_content_wrapper .s_toolkit_banner_content ul li,
#long_form #blog_wrapper .long_form_main_content_wrapper .s_toolkit_banner_content ul li,
.long_form #blog_wrapper .long_form_main_content_wrapper .s_toolkit_banner_content ul li {
  list-style-type: none;
  margin-bottom: 0px;
}
#long_form #long_form_main_content .long_form_main_content_wrapper #content_author,
.long_form #long_form_main_content .long_form_main_content_wrapper #content_author,
#long_form #blog_wrapper .long_form_main_content_wrapper #content_author,
.long_form #blog_wrapper .long_form_main_content_wrapper #content_author {
  padding-top: 13px;
  padding-bottom: 13px;
  width: 100%;
  border-bottom: 1px solid #5f3d60;
  margin-bottom: 50px;
}
#long_form #long_form_main_content .long_form_main_content_wrapper #content_author img,
.long_form #long_form_main_content .long_form_main_content_wrapper #content_author img,
#long_form #blog_wrapper .long_form_main_content_wrapper #content_author img,
.long_form #blog_wrapper .long_form_main_content_wrapper #content_author img {
  width: 40px;
  margin-right: 10px;
  vertical-align: text-bottom;
}
#long_form #long_form_main_content .long_form_main_content_wrapper #content_author p,
.long_form #long_form_main_content .long_form_main_content_wrapper #content_author p,
#long_form #blog_wrapper .long_form_main_content_wrapper #content_author p,
.long_form #blog_wrapper .long_form_main_content_wrapper #content_author p {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 15px;
  float: left;
  margin-bottom: 0px;
}
#long_form #long_form_main_content .long_form_main_content_wrapper h2,
.long_form #long_form_main_content .long_form_main_content_wrapper h2,
#long_form #blog_wrapper .long_form_main_content_wrapper h2,
.long_form #blog_wrapper .long_form_main_content_wrapper h2 {
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
  color: #362f34;
}
#long_form #long_form_main_content .long_form_main_content_wrapper p,
.long_form #long_form_main_content .long_form_main_content_wrapper p,
#long_form #blog_wrapper .long_form_main_content_wrapper p,
.long_form #blog_wrapper .long_form_main_content_wrapper p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  color: #323232;
}
@media (max-width: 699px) {
    #long_form #long_form_main_content .long_form_main_content_wrapper p,
    .long_form #long_form_main_content .long_form_main_content_wrapper p,
    #long_form #blog_wrapper .long_form_main_content_wrapper p,
    .long_form #blog_wrapper .long_form_main_content_wrapper p {
        font-size: 15px;
    }
}
#long_form #long_form_main_content .long_form_main_content_wrapper p a,
.long_form #long_form_main_content .long_form_main_content_wrapper p a,
#long_form #blog_wrapper .long_form_main_content_wrapper p a,
.long_form #blog_wrapper .long_form_main_content_wrapper p a {
  color: #026bac;
}
#long_form #long_form_main_content .long_form_main_content_wrapper p a:hover,
.long_form #long_form_main_content .long_form_main_content_wrapper p a:hover,
#long_form #blog_wrapper .long_form_main_content_wrapper p a:hover,
.long_form #blog_wrapper .long_form_main_content_wrapper p a:hover {
  text-decoration: underline;
}
#long_form #long_form_main_content .long_form_main_content_wrapper ul,
.long_form #long_form_main_content .long_form_main_content_wrapper ul,
#long_form #blog_wrapper .long_form_main_content_wrapper ul,
.long_form #blog_wrapper .long_form_main_content_wrapper ul,
#long_form #long_form_main_content .long_form_main_content_wrapper ol,
.long_form #long_form_main_content .long_form_main_content_wrapper ol,
#long_form #blog_wrapper .long_form_main_content_wrapper ol,
.long_form #blog_wrapper .long_form_main_content_wrapper ol {
  margin-left: 0;
  margin-bottom: 20px;
}
#long_form #long_form_main_content .long_form_main_content_wrapper ul li,
.long_form #long_form_main_content .long_form_main_content_wrapper ul li,
#long_form #blog_wrapper .long_form_main_content_wrapper ul li,
.long_form #blog_wrapper .long_form_main_content_wrapper ul li,
#long_form #long_form_main_content .long_form_main_content_wrapper ol li,
.long_form #long_form_main_content .long_form_main_content_wrapper ol li,
#long_form #blog_wrapper .long_form_main_content_wrapper ol li,
.long_form #blog_wrapper .long_form_main_content_wrapper ol li {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #595959;
}
@media (min-width:1000px) {
    #long_form #long_form_main_content .long_form_main_content_wrapper ul li,
    .long_form #long_form_main_content .long_form_main_content_wrapper ul li,
    #long_form #blog_wrapper .long_form_main_content_wrapper ul li,
    .long_form #blog_wrapper .long_form_main_content_wrapper ul li,
    #long_form #long_form_main_content .long_form_main_content_wrapper ol li,
    .long_form #long_form_main_content .long_form_main_content_wrapper ol li,
    #long_form #blog_wrapper .long_form_main_content_wrapper ol li,
    .long_form #blog_wrapper .long_form_main_content_wrapper ol li {
        font-size: 18px;
    }
}
#long_form #long_form_main_content .long_form_main_content_wrapper ol,
.long_form #long_form_main_content .long_form_main_content_wrapper ol,
#long_form #blog_wrapper .long_form_main_content_wrapper ol,
.long_form #blog_wrapper .long_form_main_content_wrapper ol {
  list-style-type: decimal;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .long_form_intro,
.long_form #long_form_main_content .long_form_main_content_wrapper .long_form_intro,
#long_form #blog_wrapper .long_form_main_content_wrapper .long_form_intro,
.long_form #blog_wrapper .long_form_main_content_wrapper .long_form_intro {
  font-style: italic;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .long_form_intro p:first-child:first-letter,
.long_form #long_form_main_content .long_form_main_content_wrapper .long_form_intro p:first-child:first-letter,
#long_form #blog_wrapper .long_form_main_content_wrapper .long_form_intro p:first-child:first-letter,
.long_form #blog_wrapper .long_form_main_content_wrapper .long_form_intro p:first-child:first-letter {
  float: left;
  color: #4a234b;
  font-size: 50px;
  line-height: 50px;
  padding-right: 8px;
  padding-left: 3px;
  font-style: normal;
  font-weight: bold;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .text_pull_right p .pulled,
.long_form #long_form_main_content .long_form_main_content_wrapper .text_pull_right p .pulled,
#long_form #blog_wrapper .long_form_main_content_wrapper .text_pull_right p .pulled,
.long_form #blog_wrapper .long_form_main_content_wrapper .text_pull_right p .pulled {
  width: 300px;
  color: #4a234b;
  display: inline-block;
  float: right;
  padding: 20px;
  border-left: 1px solid #383838;
  margin-top: 20px;
  font-style: italic;
  font-size: 29px;
  margin-bottom: 20px;
  margin-left: 20px;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .text_pull_right p .cite,
.long_form #long_form_main_content .long_form_main_content_wrapper .text_pull_right p .cite,
#long_form #blog_wrapper .long_form_main_content_wrapper .text_pull_right p .cite,
.long_form #blog_wrapper .long_form_main_content_wrapper .text_pull_right p .cite {
  font-size: 16px;
  display: block;
  margin-top: 10px;
  font-weight: 400;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .picture,
.long_form #long_form_main_content .long_form_main_content_wrapper .picture,
#long_form #blog_wrapper .long_form_main_content_wrapper .picture,
.long_form #blog_wrapper .long_form_main_content_wrapper .picture,
#long_form #long_form_main_content .long_form_main_content_wrapper .wp-caption,
.long_form #long_form_main_content .long_form_main_content_wrapper .wp-caption,
#long_form #blog_wrapper .long_form_main_content_wrapper .wp-caption,
.long_form #blog_wrapper .long_form_main_content_wrapper .wp-caption {
  border: 1px solid #969696;
  padding: 10px;
  margin: 0 auto;
  margin-bottom: 20px;
  background: white;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .picture img,
.long_form #long_form_main_content .long_form_main_content_wrapper .picture img,
#long_form #blog_wrapper .long_form_main_content_wrapper .picture img,
.long_form #blog_wrapper .long_form_main_content_wrapper .picture img,
#long_form #long_form_main_content .long_form_main_content_wrapper .wp-caption img,
.long_form #long_form_main_content .long_form_main_content_wrapper .wp-caption img,
#long_form #blog_wrapper .long_form_main_content_wrapper .wp-caption img,
.long_form #blog_wrapper .long_form_main_content_wrapper .wp-caption img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .picture p,
.long_form #long_form_main_content .long_form_main_content_wrapper .picture p,
#long_form #blog_wrapper .long_form_main_content_wrapper .picture p,
.long_form #blog_wrapper .long_form_main_content_wrapper .picture p,
#long_form #long_form_main_content .long_form_main_content_wrapper .wp-caption p,
.long_form #long_form_main_content .long_form_main_content_wrapper .wp-caption p,
#long_form #blog_wrapper .long_form_main_content_wrapper .wp-caption p,
.long_form #blog_wrapper .long_form_main_content_wrapper .wp-caption p {
  font-size: 14px;
  color: #4a234b;
  margin-bottom: 20px;
  font-style: italic;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .picture ul,
.long_form #long_form_main_content .long_form_main_content_wrapper .picture ul,
#long_form #blog_wrapper .long_form_main_content_wrapper .picture ul,
.long_form #blog_wrapper .long_form_main_content_wrapper .picture ul,
#long_form #long_form_main_content .long_form_main_content_wrapper .wp-caption ul,
.long_form #long_form_main_content .long_form_main_content_wrapper .wp-caption ul,
#long_form #blog_wrapper .long_form_main_content_wrapper .wp-caption ul,
.long_form #blog_wrapper .long_form_main_content_wrapper .wp-caption ul,
#long_form #long_form_main_content .long_form_main_content_wrapper .picture ol,
.long_form #long_form_main_content .long_form_main_content_wrapper .picture ol,
#long_form #blog_wrapper .long_form_main_content_wrapper .picture ol,
.long_form #blog_wrapper .long_form_main_content_wrapper .picture ol,
#long_form #long_form_main_content .long_form_main_content_wrapper .wp-caption ol,
.long_form #long_form_main_content .long_form_main_content_wrapper .wp-caption ol,
#long_form #blog_wrapper .long_form_main_content_wrapper .wp-caption ol,
.long_form #blog_wrapper .long_form_main_content_wrapper .wp-caption ol {
  margin-bottom: 20px;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .picture ul li,
.long_form #long_form_main_content .long_form_main_content_wrapper .picture ul li,
#long_form #blog_wrapper .long_form_main_content_wrapper .picture ul li,
.long_form #blog_wrapper .long_form_main_content_wrapper .picture ul li,
#long_form #long_form_main_content .long_form_main_content_wrapper .wp-caption ul li,
.long_form #long_form_main_content .long_form_main_content_wrapper .wp-caption ul li,
#long_form #blog_wrapper .long_form_main_content_wrapper .wp-caption ul li,
.long_form #blog_wrapper .long_form_main_content_wrapper .wp-caption ul li,
#long_form #long_form_main_content .long_form_main_content_wrapper .picture ol li,
.long_form #long_form_main_content .long_form_main_content_wrapper .picture ol li,
#long_form #blog_wrapper .long_form_main_content_wrapper .picture ol li,
.long_form #blog_wrapper .long_form_main_content_wrapper .picture ol li,
#long_form #long_form_main_content .long_form_main_content_wrapper .wp-caption ol li,
.long_form #long_form_main_content .long_form_main_content_wrapper .wp-caption ol li,
#long_form #blog_wrapper .long_form_main_content_wrapper .wp-caption ol li,
.long_form #blog_wrapper .long_form_main_content_wrapper .wp-caption ol li {
  font-size: 14px;
}
#long_form #long_form_main_content .long_form_main_content_wrapper blockquote,
.long_form #long_form_main_content .long_form_main_content_wrapper blockquote,
#long_form #blog_wrapper .long_form_main_content_wrapper blockquote,
.long_form #blog_wrapper .long_form_main_content_wrapper blockquote {
  background: transparent;
  border-left: 2px solid #4a234b;
  margin-bottom: 20px;
}
#long_form #long_form_main_content .long_form_main_content_wrapper blockquote p,
.long_form #long_form_main_content .long_form_main_content_wrapper blockquote p,
#long_form #blog_wrapper .long_form_main_content_wrapper blockquote p,
.long_form #blog_wrapper .long_form_main_content_wrapper blockquote p {
  color: #4a234b;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 0px;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .text_3_col,
.long_form #long_form_main_content .long_form_main_content_wrapper .text_3_col,
#long_form #blog_wrapper .long_form_main_content_wrapper .text_3_col,
.long_form #blog_wrapper .long_form_main_content_wrapper .text_3_col {
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  -webkit-column-rule: 0px dotted black;
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -ms-column-count: 3;
  -ms-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
  margin-bottom: 20px;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .text_2_col,
.long_form #long_form_main_content .long_form_main_content_wrapper .text_2_col,
#long_form #blog_wrapper .long_form_main_content_wrapper .text_2_col,
.long_form #blog_wrapper .long_form_main_content_wrapper .text_2_col {
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  -webkit-column-rule: 0px dotted black;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -ms-column-count: 2;
  -ms-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  margin-bottom: 20px;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .feature,
.long_form #long_form_main_content .long_form_main_content_wrapper .feature,
#long_form #blog_wrapper .long_form_main_content_wrapper .feature,
.long_form #blog_wrapper .long_form_main_content_wrapper .feature {
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #969696;
  border-radius: 5px;
  padding: 20px;
  padding-left: 30px;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .feature ul li:before,
.long_form #long_form_main_content .long_form_main_content_wrapper .feature ul li:before,
#long_form #blog_wrapper .long_form_main_content_wrapper .feature ul li:before,
.long_form #blog_wrapper .long_form_main_content_wrapper .feature ul li:before {
  font-family: Ionicons;
  content: "\f125";
  position: absolute;
  margin-left: -20px;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .feature .guide_c,
.long_form #long_form_main_content .long_form_main_content_wrapper .feature .guide_c,
#long_form #blog_wrapper .long_form_main_content_wrapper .feature .guide_c,
.long_form #blog_wrapper .long_form_main_content_wrapper .feature .guide_c {
  margin-right: 20px;
  width: 100px;
  display: block;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .feature .feature_left_icon,
.long_form #long_form_main_content .long_form_main_content_wrapper .feature .feature_left_icon,
#long_form #blog_wrapper .long_form_main_content_wrapper .feature .feature_left_icon,
.long_form #blog_wrapper .long_form_main_content_wrapper .feature .feature_left_icon {
  width: 50px;
  height: 50px;
  background-image: url(../../images/smart/icons/featured-x2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .feature.recommendation .feature_left_icon,
.long_form #long_form_main_content .long_form_main_content_wrapper .feature.recommendation .feature_left_icon,
#long_form #blog_wrapper .long_form_main_content_wrapper .feature.recommendation .feature_left_icon,
.long_form #blog_wrapper .long_form_main_content_wrapper .feature.recommendation .feature_left_icon {
  background-image: url(../../images/smart/icons/featured_recommendation-x2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .feature.best_practise .feature_left_icon,
.long_form #long_form_main_content .long_form_main_content_wrapper .feature.best_practise .feature_left_icon,
#long_form #blog_wrapper .long_form_main_content_wrapper .feature.best_practise .feature_left_icon,
.long_form #blog_wrapper .long_form_main_content_wrapper .feature.best_practise .feature_left_icon {
  background-image: url(../../images/smart/icons/featured_best_practise-x2.png);
}
#long_form #long_form_main_content .long_form_main_content_wrapper .feature .feature_left,
.long_form #long_form_main_content .long_form_main_content_wrapper .feature .feature_left,
#long_form #blog_wrapper .long_form_main_content_wrapper .feature .feature_left,
.long_form #blog_wrapper .long_form_main_content_wrapper .feature .feature_left {
  float: left;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .feature .feature_right,
.long_form #long_form_main_content .long_form_main_content_wrapper .feature .feature_right,
#long_form #blog_wrapper .long_form_main_content_wrapper .feature .feature_right,
.long_form #blog_wrapper .long_form_main_content_wrapper .feature .feature_right {
  margin-left: 70px;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .feature .feature_right p,
.long_form #long_form_main_content .long_form_main_content_wrapper .feature .feature_right p,
#long_form #blog_wrapper .long_form_main_content_wrapper .feature .feature_right p,
.long_form #blog_wrapper .long_form_main_content_wrapper .feature .feature_right p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .feature .feature_right ul,
.long_form #long_form_main_content .long_form_main_content_wrapper .feature .feature_right ul,
#long_form #blog_wrapper .long_form_main_content_wrapper .feature .feature_right ul,
.long_form #blog_wrapper .long_form_main_content_wrapper .feature .feature_right ul,
#long_form #long_form_main_content .long_form_main_content_wrapper .feature .feature_right ol,
.long_form #long_form_main_content .long_form_main_content_wrapper .feature .feature_right ol,
#long_form #blog_wrapper .long_form_main_content_wrapper .feature .feature_right ol,
.long_form #blog_wrapper .long_form_main_content_wrapper .feature .feature_right ol {
  margin-bottom: 20px;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .feature .feature_right ul li,
.long_form #long_form_main_content .long_form_main_content_wrapper .feature .feature_right ul li,
#long_form #blog_wrapper .long_form_main_content_wrapper .feature .feature_right ul li,
.long_form #blog_wrapper .long_form_main_content_wrapper .feature .feature_right ul li,
#long_form #long_form_main_content .long_form_main_content_wrapper .feature .feature_right ol li,
.long_form #long_form_main_content .long_form_main_content_wrapper .feature .feature_right ol li,
#long_form #blog_wrapper .long_form_main_content_wrapper .feature .feature_right ol li,
.long_form #blog_wrapper .long_form_main_content_wrapper .feature .feature_right ol li {
  font-size: 15px;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .feature .feature_right ul li:before,
.long_form #long_form_main_content .long_form_main_content_wrapper .feature .feature_right ul li:before,
#long_form #blog_wrapper .long_form_main_content_wrapper .feature .feature_right ul li:before,
.long_form #blog_wrapper .long_form_main_content_wrapper .feature .feature_right ul li:before {
  font-family: Ionicons;
  content: "\f125";
  position: absolute;
  margin-left: -20px;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .feature .feature_right blockquote,
.long_form #long_form_main_content .long_form_main_content_wrapper .feature .feature_right blockquote,
#long_form #blog_wrapper .long_form_main_content_wrapper .feature .feature_right blockquote,
.long_form #blog_wrapper .long_form_main_content_wrapper .feature .feature_right blockquote {
  margin-bottom: 20px;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .feature .feature_right blockquote p:last-of-type,
.long_form #long_form_main_content .long_form_main_content_wrapper .feature .feature_right blockquote p:last-of-type,
#long_form #blog_wrapper .long_form_main_content_wrapper .feature .feature_right blockquote p:last-of-type,
.long_form #blog_wrapper .long_form_main_content_wrapper .feature .feature_right blockquote p:last-of-type {
  margin-bottom: 0px;
}
#long_form #long_form_main_content .long_form_main_content_wrapper .feature p.feature_right_title,
.long_form #long_form_main_content .long_form_main_content_wrapper .feature p.feature_right_title,
#long_form #blog_wrapper .long_form_main_content_wrapper .feature p.feature_right_title,
.long_form #blog_wrapper .long_form_main_content_wrapper .feature p.feature_right_title {
  font-size: 18px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}
#long_form #long_form_content,
.long_form #long_form_content {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  flex-direction: column;
}
@media (min-width:1000px) {
    #long_form #long_form_content,
    .long_form #long_form_content {
        flex-direction: row;
        padding-top: 40px
    }
}
#long_form #print_mob,
.long_form #print_mob {
  padding-top: 20px;
  border-top: 1px solid #4a234b;
  padding-bottom: 50px;
  margin-top: 10px;
  display: none;
}
#long_form #print_mob svg,
.long_form #print_mob svg {
  width: 30px;
  float: right;
}
@media (max-width: 1388px) {
  #long_form #print_mob,
  .long_form #print_mob {
    display: block;
  }
}
#long_form .blog_wrapper,
.long_form .blog_wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: block;
  margin-top: 45px;
  padding-left: 20px;
  padding-right: 20px;
}
#long_form .blog_wrapper img,
.long_form .blog_wrapper img,
#long_form .blog_wrapper .wp-caption,
.long_form .blog_wrapper .wp-caption {
  max-width: 100%;
}
@media (max-width: 700px) {
  #long_form .blog_wrapper,
  .long_form .blog_wrapper {
    margin-top: 20px;
  }
}
#long_form .blog_wrapper .long_form_main_content_wrapper,
.long_form .blog_wrapper .long_form_main_content_wrapper {
  padding-left: 0px!important;
  padding-right: 0px!important;
}
#long_form .blog_wrapper img.alignright,
.long_form .blog_wrapper img.alignright {
  float: right;
  margin-left: 10px;
  border: 1px solid #a2a1a0;
  margin-top: 10px;
  margin-bottom: 10px;
}
#long_form .blog_wrapper img.alignleft,
.long_form .blog_wrapper img.alignleft {
  float: left;
  margin-right: 10px;
  border: 1px solid #a2a1a0;
  margin-top: 10px;
  margin-bottom: 10px;
}
#long_form .blog_wrapper img,
.long_form .blog_wrapper img {
  max-width: 100%;
  height: auto;
}
#long_form .blog_wrapper img.s_toolkit_banner_content_view_toolkit_icon,
.long_form .blog_wrapper img.s_toolkit_banner_content_view_toolkit_icon {
    max-width: 46px;
}
#long_form .blog_wrapper #blog_meta,
.long_form .blog_wrapper #blog_meta {
  margin-top: 35px;
  margin-bottom: 45px;
}
@media (max-width: 700px) {
    #long_form .blog_wrapper #blog_meta,
    .long_form .blog_wrapper #blog_meta {
        margin-top: 25px;
        margin-bottom: 22px;
    }
}
#long_form .blog_wrapper #blog_meta #blog_meta_top,
.long_form .blog_wrapper #blog_meta #blog_meta_top {
  border-bottom: 1px dotted #d7d7d7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#long_form .blog_wrapper #blog_meta #blog_meta_top .essential_icon,
.long_form .blog_wrapper #blog_meta #blog_meta_top .essential_icon {
  font-size: 15px;
  font-family: Helvetica, Arial, sans-serif;
  color: #787878;
  position: relative;
  padding-right: 50px;
  padding-top: 6px;
  float: right;
}
@media (max-width:549px) {
    #long_form .blog_wrapper #blog_meta #blog_meta_top .essential_icon,
    .long_form .blog_wrapper #blog_meta #blog_meta_top .essential_icon {
        display: none;
    }
}
#long_form .blog_wrapper #blog_meta #blog_meta_top .essential_icon img,
.long_form .blog_wrapper #blog_meta #blog_meta_top .essential_icon img {
  margin-left: 10px;
  position: absolute;
  top: -4px;
  right: 0;
}
#long_form .blog_wrapper #blog_meta #blog_meta_top .avatar,
.long_form .blog_wrapper #blog_meta #blog_meta_top .avatar {
  margin-right: 15px;
}
#long_form .blog_wrapper #blog_meta #blog_meta_top a,
.long_form .blog_wrapper #blog_meta #blog_meta_top a,
#long_form .blog_wrapper #blog_meta #blog_meta_top .date,
.long_form .blog_wrapper #blog_meta #blog_meta_top .date {
  font-size: 15px;
  font-family: Helvetica, Arial, sans-serif;
  color: #595959;
}
#long_form .blog_wrapper #blog_meta #blog_meta_top a,
.long_form .blog_wrapper #blog_meta #blog_meta_top a {
  margin-right: 14px;
  margin-left: 12px;
}
#long_form .blog_wrapper #blog_meta #blog_meta_top .date,
.long_form .blog_wrapper #blog_meta #blog_meta_top .date {
  margin-left: 19px;
  position: relative;
}
#long_form .blog_wrapper #blog_meta #blog_meta_top .date:before,
.long_form .blog_wrapper #blog_meta #blog_meta_top .date:before {
  content: '';
  width: 1px;
  height: 38px;
  background: #d7d7d7;
  position: absolute;
  display: block;
  left: -20px;
  top: -7px;
}
@media (max-width: 424px) {
  #long_form .blog_wrapper #blog_meta #blog_meta_top .essential_icon,
  .long_form .blog_wrapper #blog_meta #blog_meta_top .essential_icon {
    display: none;
  }
  #long_form .blog_wrapper #blog_meta #blog_meta_top a,
  .long_form .blog_wrapper #blog_meta #blog_meta_top a {
    padding-top: 10px;
  }
  #long_form .blog_wrapper #blog_meta #blog_meta_top .date,
  .long_form .blog_wrapper #blog_meta #blog_meta_top .date {
    padding-top: 7px;
    display: block;
    padding-left: 0;
    margin-left: 0;
  }
  #long_form .blog_wrapper #blog_meta #blog_meta_top .date::before,
  .long_form .blog_wrapper #blog_meta #blog_meta_top .date::before {
    display: none;
  }
}
#long_form .blog_wrapper #blog_meta #blog_meta_bottom_lower,
.long_form .blog_wrapper #blog_meta #blog_meta_bottom_lower {
  border-bottom: 3px solid #d7d7d7;
}
#long_form .blog_wrapper #blog_meta #blog_meta_bottom_lower .blog_meta_toolkit,
.long_form .blog_wrapper #blog_meta #blog_meta_bottom_lower .blog_meta_toolkit {
  float: right;
  margin-bottom: 10px;
  line-height: 27px;
}

@media (max-width: 700px) {
    #long_form .blog_wrapper #blog_meta #blog_meta_bottom_lower .blog_meta_toolkit,
    .long_form .blog_wrapper #blog_meta #blog_meta_bottom_lower .blog_meta_toolkit {
      float: left;
      margin-bottom: 10px;
    }
}

#long_form .blog_wrapper #blog_meta #blog_meta_bottom_lower .blog_meta_toolkit a.toolkit_link,
.long_form .blog_wrapper #blog_meta #blog_meta_bottom_lower .blog_meta_toolkit a.toolkit_link {
    display: flex;
    align-items: center;
}

#long_form .blog_wrapper #blog_meta #blog_meta_bottom_lower .blog_meta_toolkit a:hover,
.long_form .blog_wrapper #blog_meta #blog_meta_bottom_lower .blog_meta_toolkit a:hover {
    text-decoration: none;
}

#long_form .blog_wrapper #blog_meta #blog_meta_bottom_lower .blog_meta_toolkit a span,
.long_form .blog_wrapper #blog_meta #blog_meta_bottom_lower .blog_meta_toolkit a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #595959;
}

#long_form .blog_wrapper #blog_meta #blog_meta_bottom_lower .blog_meta_toolkit img,
.long_form .blog_wrapper #blog_meta #blog_meta_bottom_lower .blog_meta_toolkit img {
  width: 41px;
  margin-left: 10px;
  padding-bottom: 5px;
}
#long_form .blog_wrapper #blog_meta #blog_meta_bottom_lower .blog_meta_toolkit .blog_meta_toolkit_title,
.long_form .blog_wrapper #blog_meta #blog_meta_bottom_lower .blog_meta_toolkit .blog_meta_toolkit_title {
  font-size: 15px;
  color: #787878;
  margin-top: 5px;
  line-height: normal;
}
#long_form .blog_wrapper #blog_meta #blog_meta_bottom_lower .blog_meta_toolkit a:hover .blog_meta_toolkit_title,
.long_form .blog_wrapper #blog_meta #blog_meta_bottom_lower .blog_meta_toolkit a:hover .blog_meta_toolkit_title {
  color: #5da0d2;
}
#long_form .blog_wrapper #blog_meta #blog_meta_bottom,
.long_form .blog_wrapper #blog_meta #blog_meta_bottom {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 13px;
}
@media (max-width: 800px) {
    #long_form .blog_wrapper #blog_meta #blog_meta_bottom,
    .long_form .blog_wrapper #blog_meta #blog_meta_bottom {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 10px;
    }
}
#long_form .blog_wrapper #blog_meta #blog_meta_bottom .blog_meta_left,
.long_form .blog_wrapper #blog_meta #blog_meta_bottom .blog_meta_left {
    overflow: hidden;
    width: 100%;
    display: block;
    padding-bottom: 20px;
    padding-bottom: 0;
    border-bottom: 1px dotted #d7d7d7;
    margin-bottom: 10px;
}
@media (min-width: 701px) {
    #long_form .blog_wrapper #blog_meta #blog_meta_bottom .blog_meta_left,
    .long_form .blog_wrapper #blog_meta #blog_meta_bottom .blog_meta_left {
        border-bottom: none;
        margin-bottom: 15px;
    }
}
@media (min-width: 801px) {
    #long_form .blog_wrapper #blog_meta #blog_meta_bottom .blog_meta_left,
    .long_form .blog_wrapper #blog_meta #blog_meta_bottom .blog_meta_left {
        float: left;
        width: calc(100% - 200px);
    }
}
@media (max-width: 800px) {
    #long_form .blog_wrapper #blog_meta #blog_meta_bottom #social_share .social-share-icons,
    .long_form .blog_wrapper #blog_meta #blog_meta_bottom #social_share .social-share-icons {
        float: none;
    }
}
#long_form .blog_wrapper #blog_meta #blog_meta_bottom .si_tags,
.long_form .blog_wrapper #blog_meta #blog_meta_bottom .si_tags,
#long_form .blog_wrapper #blog_meta #blog_meta_bottom .si_terms,
.long_form .blog_wrapper #blog_meta #blog_meta_bottom .si_terms {
    display: inline-block;
    vertical-align: top;
    float: none;
    width: auto;
}
#long_form .blog_wrapper #blog_meta #blog_meta_bottom a.si_tag,
.long_form .blog_wrapper #blog_meta #blog_meta_bottom a.si_tag,
#long_form .blog_wrapper #blog_meta #blog_meta_bottom .si_tags a,
.long_form .blog_wrapper #blog_meta #blog_meta_bottom .si_tags a {
    margin-bottom: 10px;
    display: block;
}
@media (max-width: 800px) {
  #long_form .blog_wrapper #blog_meta #blog_meta_bottom .si_tag a,
  .long_form .blog_wrapper #blog_meta #blog_meta_bottom .si_tag a {
    margin-bottom: 20px;
  }
}
#long_form .blog_wrapper #blog_meta #blog_meta_bottom .si_terms a,
.long_form .blog_wrapper #blog_meta #blog_meta_bottom .si_terms a {
  background: #0e82c6;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 6px 14px;
  text-decoration: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 800px) {
  #long_form .blog_wrapper #blog_meta #blog_meta_bottom .si_terms a,
  .long_form .blog_wrapper #blog_meta #blog_meta_bottom .si_terms a {
    margin-bottom: 15px;
    font-size: 12px;
    padding: 6px 14px;
  }
}
#long_form .blog_wrapper #blog_meta #blog_meta_bottom .si_terms a:hover,
.long_form .blog_wrapper #blog_meta #blog_meta_bottom .si_terms a:hover {
  background: #189fef;
}
#long_form .blog_wrapper #blog_meta #blog_meta_bottom .si_terms a:hover:after,
.long_form .blog_wrapper #blog_meta #blog_meta_bottom .si_terms a:hover:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #189fef;
}
#long_form .blog_wrapper #blog_meta #blog_meta_bottom .si_terms a:after,
.long_form .blog_wrapper #blog_meta #blog_meta_bottom .si_terms a:after {
  content: '';
  left: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 10px 10px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0e83c6;
  bottom: -8px;
  position: absolute;
}
#long_form .blog_wrapper #blog_meta #blog_meta_bottom .read,
.long_form .blog_wrapper #blog_meta #blog_meta_bottom .read {
  position: relative;
  display: inline-block;
  color: #a2a1a0;
  margin-left: 35px;
}
#long_form .blog_wrapper #blog_meta #blog_meta_bottom .read .circle,
.long_form .blog_wrapper #blog_meta #blog_meta_bottom .read .circle {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #0083ca;
  border-radius: 100%;
  float: left;
  margin-right: 20px;
}
#long_form .blog_wrapper #blog_meta #blog_meta_bottom .read .level,
.long_form .blog_wrapper #blog_meta #blog_meta_bottom .read .level {
  display: inline-block;
  margin-top: 7px;
}
#long_form .blog_wrapper #blog_main .s_content_type p,
#long_form .blog_wrapper #blog_main .s_content_type ul li {
    font-size: 15px;
    color: #595959;
    margin-bottom: 10px;
}
@media (min-width:801px) {
    #long_form .blog_wrapper #blog_main .s_content_type p,
    #long_form .blog_wrapper #blog_main .s_content_type ul li {
        font-size: 18px;
    }
}
#long_form .blog_wrapper #blog_main .s_content_type ul {
    margin-left: 0;
}
#long_form .blog_wrapper #blog_main .s_content_type p {
    margin-bottom: 20px;
}
#long_form .blog_wrapper #blog_main .s_content_type p.wp-caption-text {
    margin-top: 20px;
}
@media (min-width:801px) {
    #long_form .blog_wrapper #blog_main .s_content_type p {
        margin-bottom: 20px;
    }
}
#long_form .blog_wrapper #blog_main .s_content_type h2 {
    font-size: 24px !important;
    line-height: 1.2;
    color: #362f34;
}
@media (min-width:801px) {
    #long_form .blog_wrapper #blog_main .s_content_type h2 {
        font-size: 30px !important;
        margin-bottom: 40px;
    }
}
#long_form .blog_wrapper #blog_main .s_content_type h3 {
    line-height: 1.2;
}
.smart .postauthor.si-guide-block {
    padding: 30px 15px 12px;
    margin-bottom: 35px;
}
@media (max-width:800px) {
    .smart .postauthor.si-guide-block {
        text-align: center;
    }
}
@media (min-width:801px) {
    .smart .postauthor.si-guide-block {
        margin-top: 38px;
    }
}
.smart .postauthor.si-guide-block p {
    line-height: 1.3 !important;
    margin-bottom: 15px !important;
    font-size: 13px !important;
}
.smart .postauthor.si-guide-block p strong {
    font-size: 14px;
    line-height: inherit;
    color: #362f34;
}
@media (min-width:801px) {
    .smart .postauthor.si-guide-block p {
        margin-bottom: 10px !important;
        font-size: 15px !important;
    }

    .smart .postauthor.si-guide-block p strong {
        font-size: 18px;
    }
}
#long_form .blog_wrapper #blog_meta #blog_meta_bottom .read:before,
.long_form .blog_wrapper #blog_meta #blog_meta_bottom .read:before {
  content: '';
  width: 1px;
  height: 38px;
  background: #d7d7d7;
  position: absolute;
  display: block;
  left: -20px;
  top: -1px;
}
#long_form .blog_wrapper h1,
.long_form .blog_wrapper h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  color: #362f34;
  margin: 0;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 701px) {
  #long_form .blog_wrapper h1,
  .long_form .blog_wrapper h1 {
    font-size: 40px;
    text-align: left;
  }
}
#long_form .blog_wrapper h2,
.long_form .blog_wrapper h2 {
  font-size: 30px!important;
}
@media (max-width: 700px) {
  #long_form .blog_wrapper h2,
  .long_form .blog_wrapper h2 {
    font-size: 20px!important;
  }
}
@media (max-width: 1092px) {
  #long_form_sidebar_right {
    display: none;
  }
  #long_form_main_content {
    padding-right: 0px!important;
  }
  #long_form_sidebar_right_wrapper {
    display: none!important;
  }
  .text_3_col,
  .text_2_col {
    -webkit-column-count: 1!important;
    -webkit-column-gap: 0px!important;
    -webkit-column-rule: 0px dotted black;
    -moz-column-count: 1!important;
    -moz-column-gap: 0px!important;
    -ms-column-count: 1!important;
    -ms-column-gap: 0px!important;
    column-count: 1!important;
    column-gap: 0px!important;
    margin-bottom: 20px;
  }
  .related_content {
    background: white!important;
    font-style: normal!important;
    padding: 0px!important;
    border-radius: 0px!important;
    text-decoration: none!important;
  }
  .related_content:hover {
    background: white;
  }
}

@media (max-width: 782px) {
  #longform_toolkit_link {
    display: none;
  }
  #logo {
    /* margin: 0 auto!important;
    margin-top: 15px!important; */
  }
  #long_form_main_content {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  #long_form_hero_title h1 {
    font-size: 22px!important;
  }
  #long_form_hero_title h2 {
    font-size: 18px!important;
  }
  #long_form_hero_image img {
    max-width: 80%!important;
  }
  #long_form blockquote p {
    font-size: 18px!important;
    font-weight: 100!important;
  }
  #long_form header {
    top: 0px!important;
    z-index: 1000000!important;
  }
  #long_form #long_form_sidebar_right {
    display: none;
  }
  #long_form #long_form_sidebar_right {
    display: none;
  }
  #long_form h2 {
    font-size: 18px!important;
  }
}

@media print {
  #long_form_main_content {
    width: 100%;
  }
  .related_content {
    padding: 0px!important;
    font-style: normal!important;
    text-decoration: none!important;
  }
  .long_form_main_content_wrapper {
    width: 100%;
    max-width: 100%;
  }
  header,
  #long_form_hero_image,
  #content_author,
  .feature_left,
  .videoWrapper,
  #long_form_sidebar,
  #long_form_sidebar_right {
    display: none;
  }
  .feature {
    page-break-inside: avoid;
  }
  blockquote {
    border: 0px;
    border-left: 1px solid #333;
  }
  blockquote p {
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-size: 18px!important;
    font-weight: 400!important;
  }
  #long_form_main_content {
    padding-left: 0px!important;
  }
  .feature_right {
    margin-left: 0px!important;
  }
  h2 {
    font-size: 18px;
  }
  .long_form_content_band {
    padding: 0px;
    margin: 0px;
  }
  #print_title {
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    display: block!important;
    font-size: 40px!important;
    font-weight: bold!important;
    margin-bottom: 20px !important;
  }
}
@page {
  size: auto;
  /* auto is the initial value */
}
#long_form #basic_banner_popover #basic_signup {
    text-align: center;
}
#long_form #basic_banner_popover .basic_banner_popover_content_container .text_section img {
    display: none;
}
#long_form #basic_banner_popover #basic_signup a[data-login] {
    font-size: 14px;
    text-decoration: underline;
    color: #026bac;
}
#long_form #basic_banner_popover #basic_signup .gdpr_info {
    font-size: 12px;
    padding-top: 15px;
}
#long_form #basic_banner_popover #basic_signup input {
    width: 100%;
    max-width: none;
}
#long_form #basic_banner_popover #basic_signup input[type="email"] {
    font-size: 16px;
    color: #222;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
    padding: 8px 10px 6px!important;
}
#long_form #basic_banner_popover #basic_signup input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c5c5c5;
  opacity: 1; /* Firefox */
}

#long_form #basic_banner_popover #basic_signup input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c5c5c5;
}

#long_form #basic_banner_popover #basic_signup input::-ms-input-placeholder { /* Microsoft Edge */
  color: #c5c5c5;
}
#long_form #basic_banner_popover h1{
    color: #362f34;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
#long_form #basic_banner_popover .basic_banner_popover_content_container .image_section {
    text-align: center;
}
#long_form #basic_banner_popover .basic_banner_popover_content_container .text_section {
    color: #595959;
}
#long_form #basic_banner_popover .basic_banner_popover_content_container .text_section ul li {
    font-weight: 400;
}
#long_form #basic_banner_popover .basic_banner_popover_content_container .image_section img,
#long_form #basic_banner_popover .basic_banner_popover_content_container .text_section img {
    width: 100%;
    max-width: 444px;
}
@media (max-width: 699px) {
    #long_form #basic_banner_popover {
        padding-top: 5px;
        padding-bottom: 30px;
    }
    #long_form #basic_banner_popover .basic_banner_popover_content_container .text_section ul li {
        font-size: 15px;
    }
}
@media (max-width: 999px) {
    #long_form #basic_banner_popover #basic_signup {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    #long_form #basic_banner_popover .basic_banner_popover_content_container .text_section img {
        display: block;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    #long_form #basic_banner_popover .basic_banner_popover_content_container .image_section {
        display: none;
    }
}
@media (min-width: 700px) {
    #long_form #basic_banner_popover #basic_signup .gdpr_info {
        font-size: 14px;
    }
    #long_form #basic_banner_popover {
        padding-bottom: 55px;
    }
    #long_form #basic_banner_popover #basic_signup a[data-login] {
        font-size: 16px;
    }
    #long_form #basic_banner_popover h1{
        font-size: 32px;
        margin-bottom: 20px;
    }
}
@media (min-width: 1000px) {
    #long_form #basic_banner_popover h1{
        font-size: 35px;
    }

    #long_form #basic_banner_popover .basic_banner_popover_content_container {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #long_form #basic_banner_popover .basic_banner_popover_content_container .text_section,
    #long_form #basic_banner_popover .basic_banner_popover_content_container .image_section {
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }

    #long_form #basic_banner_popover .basic_banner_popover_content_container .image_section {
        padding-left: 10px;
    }
}
.admin-bar#long_form header {
  top: 32px;
}
.admin-bar#long_form #long_form_sidebar {
  top: 0px;
}
.admin-bar#long_form #long_form_sidebar.fixed {
  top: 109px;
}
.admin-bar#long_form #long_form_sidebar_right.fixed {
  top: 109px;
}
@media (max-width: 782px) {
  .admin-bar#long_form #long_form_hero_image {
    margin-top: 31px!important;
  }
}
.smart.blog_wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

body.author .smart #expert_commentator {
    margin-bottom: 50px;
}
.smart #expert_commentator {
  background: #eaeaea;
  border: 1px solid #cdcdcd;
  padding: 20px 25px 5px;
  margin: 15px 0 35px;
  border-radius: 6px;
}
@media (max-width: 800px) {
    .smart #expert_commentator {
        text-align: center;
        padding-bottom: 10px;
        margin: 25px 0 15px;
    }
}
.smart #expert_commentator .expert_commentator_right p {
    font-size: 13px;
    line-height: 1.4;
    color: #595959;
}
@media (min-width: 701px) {
    .smart #expert_commentator .expert_commentator_left {
      width: 67px;
      float: left;
      margin-right: 20px;
    }
    .smart #expert_commentator .expert_commentator_right {
      width: calc(100% - 87px);
      float: left;
    }
    .smart #expert_commentator .expert_commentator_right p {
        font-size: 15px;
    }
}
.smart #expert_commentator .expert_commentator_left img {
  border-radius: 100%;
  margin-bottom: 15px;
}
.smart #expert_commentator .expert_commentator_right p.expert_commentator_right_title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #362f34;
}
@media (min-width: 701px) {
    .smart #expert_commentator .expert_commentator_right p.expert_commentator_right_title {
      font-size: 18px;
      margin-bottom: 5px;
    }
}

.smart .smart_tags {
  border-bottom: 3px solid #d7d7d7;
  margin-bottom: 30px;
}
@media (min-width: 801px) {
    .smart .smart_tags {
      margin-bottom: 40px;
    }
}
.smart .smart_tags p.h2 {
    font-weight: 600;
    font-size: 25px !important;
    color: #362f34;
    margin-bottom: 14px;
}
@media (max-width: 800px) {
    .smart .smart_tags p.h2 {
        text-align: center;
        font-size: 18px !important;
    }
}
.smart .smart_tags .si_tag {
    margin-left: 0;
    margin-right: 7px;
    margin-bottom: 15px;
}
.smart .smart_tags .h2 {
  font-size: 25px;
}
.smart .postauthor:not(.si-guide-block) {
  display: block;
}
.smart .postauthor {
  border: 1px solid #cdcdcd;
  background: #fff;
  margin-bottom: 40px;
  border-radius: 6px;
  padding: 20px;
  padding-left: 30px;
  font-size: 15px;
  line-height: 1.5;
}
.smart .postauthor .si-icon {
  width: 50px;
  height: 50px;
  background: #f00;
  color: #fff;
  font-size: 26px;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
  margin-left: -18px;
  display: block;
}
.smart .postauthor .si-icon.fa-puzzle-piece {
  background: #faa61a;
}
.smart .postauthor .si-icon.fa-bolt {
  background: #ed1b35;
}
.smart .postauthor .si-icon.icon-lightbulb-o {
  background: #0083ca;
}
.smart .postauthor .si-icon.fa-question {
  background: #6a9946;
}
.smart .postauthor.si-guide-block img,
#long_form .blog_wrapper .postauthor.si-guide-block img {
  border: 1px solid #3f383d;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
.smart .postauthor p {
  font-size: 15px!important;
  color: #787878;
  margin-bottom: 20px!important;
}
.smart .postauthor p:nth-of-type(1) {
  font-size: 18px!important;
  color: #333;
}
.smart .postauthor:after {
  content: '';
  display: block;
  clear: both;
}
.smart .si_tag,
.smart .si_tags a {
  font-size: 12px;
  background: #542b59;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
  cursor: pointer;
  float: left;
  margin: 5px 15px 0 10px;
}
.single-post .smart .si_tag,
.single-post .smart .si_tags a {
    font-size: 12px;
    padding: 5px 10px;
    margin-top: 0;
    margin-left: 7px;
}

.single-post .smart .si_tag:after,
.single-post .smart .si_tags a:after {
    width: 9px;
    left: -7px;
}

.single-post .smart .si_tag:before,
.single-post .smart .si_tags a:before {
    top: 12px;
}
@media(min-width:800px){
    .single-post .smart .si_tag,
    .single-post .smart .si_tags a {
        font-size: 14px;
        padding: 6px 10px 7px;
        margin-left: 10px;
    }

    .single-post .smart .si_tag:after,
    .single-post .smart .si_tags a:after {
        width: 11px;
        left: -9px;
    }

    .single-post .smart .si_tag:before,
    .single-post .smart .si_tags a:before {
        top: 15px;
    }
}
.smart .si_tag:hover,
.smart .si_tags a:hover {
  background: #743c7b;
}
.smart .si_tag:hover:after,
.smart .si_tags a:hover:after {
  border-color: rgba(0, 0, 0, 0) #743c7b rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  content: url(../../images/icons/blog-tag-triangle-hover.svg);
}
.smart .si_tag:after,
.smart .si_tags a:after {
    content: url(../../images/icons/blog-tag-triangle.svg);
    height: 27px;
    position: absolute;
    top: 0px;
    width: 9px;
    left: -7px;
}
.smart .si_tag:before,
.smart .si_tags a:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 100%;
  left: -2px;
  z-index: 1;
  top: 12px;
}
.smart .si_tag.gray,
.smart .si_tags a.gray {
  background: #eaeaea;
  color: #353434;
}
.smart .si_tag.gray:after,
.smart .si_tags a.gray:after {
  content: '';
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eaeaea rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  top: 27px;
  position: absolute;
  margin-left: -10px;
}
@media (min-width:800px) {
    .smart .si_tag.gray:after,
    .smart .si_tags a.gray:after {
        top: 30px;
    }
}

.smart .si_tag.gray:before,
.smart .si_tags a.gray:before {
  display: none;
}
.smart .si_tag.gray:hover,
.smart .si_tags a.gray:hover {
  background: #542b59;
  color: white;
}
.smart .si_tag.gray:hover:after,
.smart .si_tags a.gray:hover:after {
  border-color: #542b59 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.smart .si_tags.mini a:after {
  border-width: 14px 0 15px 10px;
}

@media (max-width: 700px) {
  body.admin-bar #expert_test_2016 header {
    top: 46px!important;
  }
  body.admin-bar #expert_test_2016 #navigation {
    top: 173px!important;
  }
}
#helloBar {
  height: 32px;
  width: 100%;
  background: #0e82c6;
  position: fixed;
  top: 0px;
  left: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  z-index: 10000;
}
#helloBar.basic {
  color: #333;
}
#helloBar.basic a {
  color: #333;
}
#helloBar a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 800px) {
  #helloBar {
    display: none;
  }
}
#expert_test_2016 header {
  position: fixed;
  top: 32px;
  left: 0px;
  width: 100%;
  z-index: 99998;
}
@media (max-width: 800px) {
  #expert_test_2016 header {
    top: 0px;
  }
}
#expert_test_2016 header #top_header {
  height: 70px;
  width: 100%;
  background: #4a234b;
}
#expert_test_2016 header #top_header #logo {
  display: block;
  width: 107px;
  padding-top: 11px;
  margin-left: 20px;
  float: left;
}
#expert_test_2016 header #top_header #logo.free_member {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 700px) {
  #expert_test_2016 header #top_header #logo {
    width: 100px;
    margin-left: 7px!important;
    margin-top: 3px!important;
  }
}

#expert_test_2016 header #top_header #logo img,
#expert_test_2016.minimisedHeader #top_minimised_header #logo img {
  width: 100%;
  height: auto;
}

#expert_test_2016 header #top_header #preloader {
  width: 40px;
  height: 40px;
  float: right;
  position: absolute;
  top: 14px;
  right: 40px;
  animation: spin_2 1s infinite linear;
  opacity: 0;
  transition: all .2s linear;
}
#expert_test_2016 header #top_header #preloader span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: white;
  position: absolute;
}
#expert_test_2016 header #top_header #preloader span:nth-child(1) {
  top: -3px;
  left: 16px;
  background: #faa431;
  animation: spin_2_1 1s infinite linear;
}
#expert_test_2016 header #top_header #preloader span:nth-child(2) {
  top: 16px;
  right: -3px;
  background: #72c058;
  animation: spin_2_2 1s infinite linear;
}
#expert_test_2016 header #top_header #preloader span:nth-child(3) {
  bottom: -3px;
  left: 16px;
  background: #0d85c8;
  animation: spin_2_3 1s infinite linear;
}
#expert_test_2016 header #top_header #preloader span:nth-child(4) {
  top: 16px;
  left: -3px;
  background: #ee3044;
  animation: spin_2_4 1s infinite linear;
}
#expert_test_2016 header #top_header #preloader_2 {
  width: 200%;
  height: 3px;
  animation: spin 1s infinite linear;
  overflow: hidden;
  position: absolute;
}
#expert_test_2016 header #top_header #preloader_2 span {
  width: 12.5%;
  float: left;
  display: block;
  height: 3px;
}
#expert_test_2016 header #top_header #preloader_2 span:nth-child(1),
#expert_test_2016 header #top_header #preloader_2 span:nth-child(5) {
  background: #faa431;
}
#expert_test_2016 header #top_header #preloader_2 span:nth-child(2),
#expert_test_2016 header #top_header #preloader_2 span:nth-child(6) {
  background: #72c058;
}
#expert_test_2016 header #top_header #preloader_2 span:nth-child(3),
#expert_test_2016 header #top_header #preloader_2 span:nth-child(7) {
  background: #0d85c8;
}
#expert_test_2016 header #top_header #preloader_2 span:nth-child(4),
#expert_test_2016 header #top_header #preloader_2 span:nth-child(8) {
  background: #ee3044;
}
#expert_test_2016 header #top_header .toolkit_button {
    padding: 8px 22px;
    background-color: #8a4e85;
    color: #fff;
    border: 1px solid #8a4e85;
    text-transform: capitalize;
    margin-left: 24px;
    vertical-align: middle;
    margin-top: 12px;
    line-height: 23px;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    cursor: pointer;
    font-size: 17px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
@media (max-width: 840px) {
    #expert_test_2016 header #top_header .toolkit_button {
        display: none;
    }
}
@media (min-width:801px) and (max-width:960px){
    #expert_test_2016 header #top_header .toolkit_button {
        padding: 8px 12px;
        margin-left: 20px;
    }
}
#expert_test_2016 header #top_header .toolkit_button.active {
    overflow: visible;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
@media (min-width:801px) and (max-width:980px){
    #expert_test_2016 header #top_header .toolkit_button > span {
        display: none;
    }
}
#expert_test_2016 header #top_header .toolkit_button .toolkits_dropdown_menu_container {
    display: none;
    position: absolute;
    background-color: #8a4e85;
    border-radius: 5px;
    border-top-left-radius: 0;
    border: 1px solid #8a4e85;
    left: -1px;
    top: 40px;
    margin: 0;
    padding: 0;
    width: 560px;
}
@media (min-width:801px) and (max-width:960px){
    #expert_test_2016 header #top_header .toolkit_button .toolkits_dropdown_menu_container {
        width: 520px;
    }
}
#expert_test_2016 header #top_header .toolkit_button .toolkits_dropdown_menu_container.active {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 999;
}
#expert_test_2016 header #top_header .toolkit_button ul.toolkits_dropdown_menu {
    color: #fff;
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: auto;
    flex: 0 1 50%;
}
#expert_test_2016 header #top_header .toolkit_button ul.toolkits_dropdown_menu:first-of-type {
    border-right: 1px solid #ceb9cd;
}
#expert_test_2016 header #top_header .toolkit_button ul.toolkits_dropdown_menu:last-of-type {
    border-left: 1px solid #ceb9cd;
}
#expert_test_2016 header #top_header .toolkit_button ul.toolkits_dropdown_menu.active {
    display: block;
}
#expert_test_2016 header #top_header .toolkit_button ul.toolkits_dropdown_menu li {
    width: 100%;
    float: left;
    text-align: left;
    padding: 9px 22px;
    border-bottom: 1px solid #6c4a70;
}

@media (min-width:801px) and (max-width:960px){
    #expert_test_2016 header #top_header .toolkit_button ul.toolkits_dropdown_menu li {
        padding: 9px 12px;
    }
}

#expert_test_2016 header #top_header .toolkit_button ul.toolkits_dropdown_menu li:last-of-type {
    border-bottom: 0;
}
#expert_test_2016 header #top_header .toolkit_button ul.toolkits_dropdown_menu li a {
    color: #e6dce6;
    font-size: 14px;
    text-decoration: none;
    display: block;
}
#expert_test_2016 header #top_header #profile_mob {
  display: none;
  position: absolute;
  right: 20px;
  top: 15px;
}
@media (max-width: 840px) {
  #expert_test_2016 header #top_header #profile_mob {
    display: block;
  }
}
#expert_test_2016 header #top_header #profile_mob #hamburger_account {
  float: right;
  display: block;
}
#expert_test_2016 header #top_header #profile_mob #hamburger_account img {
  border-radius: 3px;
}

/* Keep hamburger button clickable when page scrolling blocked by mobile menu */
@media (max-width: 840px) {
    body.mob-menu-no-scroll #profile_mob #hamburger {
        pointer-events: visible;
    }
}

#expert_test_2016 header #top_header #profile_mob #hamburger {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 8px;
}
#expert_test_2016 header #top_header #profile_mob #hamburger span {
  display: block;
  width: 35px;
  background: white;
  height: 3px;
  margin-top: 6px;
  margin-left: 7px;
}
#expert_test_2016 header #top_header #profile_mob #hamburger span:first-of-type {
  margin-top: 10px;
}
#expert_test_2016 header #top_header #profile_mob #mob_account {
  position: absolute;
  top: 55px;
  right: -20px;
  background: #2c022d;
  padding: 20px;
  width: 210px;
  z-index: 1;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#expert_test_2016 header #top_header #profile_mob #mob_account.out {
  -webkittransform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
#expert_test_2016 header #top_header #profile_mob #mob_account ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#expert_test_2016 header #top_header #profile_mob #mob_account ul li.header {
  text-align: left;
  color: white;
  padding-bottom: 10px;
  border-bottom: 1px solid #544e52;
  margin-bottom: 5px;
  padding-top: 4px;
}
#expert_test_2016 header #top_header #profile_mob #mob_account ul li a {
  font-family: Helvetica, Arial, sans-serif;
  color: #aeaeae;
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
  text-decoration: none;
  font-size: 14px;
}
#expert_test_2016 header #top_header #profile {
    float: right;
    font-size: 14px;
    margin-right: 40px;
    color: white;
    height: 100%;
}
@media (max-width: 700px) {
  #expert_test_2016 header #top_header #profile {
    display: none;
  }
}
#expert_test_2016 header #top_header #profile .credits {
  color: #78b948;
  position: relative;
}
#expert_test_2016 header #top_header #profile .credits.upgrade {
  color: white;
}
#expert_test_2016 header #top_header #profile .credits:hover {
  cursor: default;
}
#expert_test_2016 header #top_header #profile .tooltip_box.upgrade:hover .credits .box,
#expert_test_2016 header #top_header #profile .credits:hover .box {
  display: block;
}
#expert_test_2016 header #top_header #profile .credits .tooltip_box {
  position: absolute;
}
#expert_test_2016 header #top_header #profile .credits .tooltip_box p {
  color: #fff;
  margin-bottom: 0px;
  line-height: 1.3;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-top: 10px;
}
#expert_test_2016 header #top_header #profile .credits a {
  color: white;
  text-decoration: none;
  line-height: 1.3;
}
#expert_test_2016 header #top_header #profile .credits a:hover {
  text-decoration: underline;
}
#expert_test_2016 header #top_header #profile .tooltip_box {
  margin-right: 18px;
  position: relative;
}

#expert_test_2016 header #top_header #profile .username_text,
#expert_test_2016 header #top_header #profile .username,
#expert_test_2016 header #top_header #profile .username_text > div,
#expert_test_2016 header #top_header #profile .username_text > .tooltip_box.upgrade,
#expert_test_2016 header #top_header #profile .tooltip_box.profile,
#expert_test_2016 header #top_header #profile .username > .tooltip_box {
    height: 100%;
}

#expert_test_2016 header #top_header #profile,
#expert_test_2016 header #top_header #profile .username,
#expert_test_2016 header #top_header #profile .username > .tooltip_box,
#expert_test_2016 header #top_header #profile .username_text > div,
#expert_test_2016 header #top_header #profile .username_text > .tooltip_box.upgrade,
#expert_test_2016 header #top_header #profile .tooltip_box.profile,
#expert_test_2016 header #top_header #profile .username_text {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#expert_test_2016 header #top_header #profile .username_text .tooltip_box.upgrade {
    margin-right: 0;
}

#expert_test_2016 header #top_header #profile .username_text>.credits a {
    padding-left: 8px;
}

#expert_test_2016 header #top_header #profile .tooltip_box.profile {
    margin-right: 0;
    margin-left: 12px;
}

#expert_test_2016 header #top_header #profile .tooltip_box.upgrade {
    margin-left: 11px;
    margin-right: 6px;
}

#expert_test_2016 header #top_header #profile .tooltip_box.profile .tooltip  {
  left: 50%;
  margin-left: -100px;
}

#expert_test_2016 header #top_header #profile .tooltip_box:hover > .tooltip {
  display: block;
}
#expert_test_2016 header #top_header #profile .tooltip_box .ion-help-circled {
  color: #ffffff;
  font-size: 25px;
}
#expert_test_2016 header #top_header #profile .tooltip_box .tooltip {
  display: none;
  background: #362f34;
  padding: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 220px;
  position: absolute;
  border-radius: 4px;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.3);
  left: -160%;
  top: 77px;
  z-index: 1;
  padding-bottom: 15px;
  opacity: 1!important;
  border: 0px;
}

#expert_test_2016 header #top_header #profile .tooltip_box .ion-help-circled + .tooltip {
    left: -86px;
}

#expert_test_2016 header #top_header #profile .tooltip_box .tooltip.upgrade {
    left: -40%;
    top: 52px;
}
#expert_test_2016 header #top_header #profile .tooltip_box .tooltip.credits {
    left: -60px;
    top: 42px;
}
#expert_test_2016 header #top_header #profile .tooltip_box .tooltip:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 8px 7.5px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #362f34 rgba(0, 0, 0, 0);
  top: -8px;
  left: 89px;
}
#expert_test_2016 header #top_header #profile .tooltip_box .tooltip:after {
  content: '';
  height: 10px;
  position: absolute;
  width: 100%;
  top: -8px;
  left: 0px;
}
#expert_test_2016 header #top_header #profile .tooltip_box .tooltip ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#expert_test_2016 header #top_header #profile .tooltip_box .tooltip ul li.header {
  text-align: left;
  color: white;
  padding-bottom: 10px;
  border-bottom: 1px solid #544e52;
  margin-bottom: 5px;
  padding-top: 4px;
  font-size: 14px!important;
}
#expert_test_2016 header #top_header #profile .tooltip_box .tooltip ul li a {
  font-family: Helvetica, Arial, sans-serif;
  color: #aeaeae;
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
  text-decoration: none;
  font-size: 14px;
}
#expert_test_2016 header #top_header #profile .tooltip_box .tooltip ul li a:hover {
  color: white;
}
#expert_test_2016 header #top_header #profile .avatar {
  transition: all 0.2s ease-in-out;
}

#expert_test_2016 header #top_header #profile .member_badge {
  margin-left: 7px;
  margin-right: -10px;
  padding: 0;
}
#expert_test_2016 header #top_header #profile.loading .avatar {
  opacity: 0;
}
#expert_test_2016 header #top_header #profile.loading #preloader {
  opacity: 1;
}
#expert_test_2016 header #top_header #profile:hover {
  text-decoration: none;
  color: white;
}
@media (max-width: 840px) {
  #expert_test_2016 header #top_header #profile {
    margin-right: 70px;
    display: none;
  }
}
#expert_test_2016 header #top_header #profile .ion-chevron-down {
  font-size: 13px;
  margin-left: 20px;
  padding-top: 6px;
}
#expert_test_2016 header #top_header #profile img {
  margin-left: 20px;
  border-radius: 5px;
}
@keyframes spin {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes spin_2 {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes spin_2_1 {
  0% {
    transform: translatey(0%);
  }
  50% {
    transform: translatey(150%);
  }
  100% {
    transform: translatey(0%);
  }
}
@keyframes spin_2_2 {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-150%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes spin_2_3 {
  0% {
    transform: translatey(0%);
  }
  50% {
    transform: translatey(-150%);
  }
  100% {
    transform: translatey(0%);
  }
}
@keyframes spin_2_4 {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(150%);
  }
  100% {
    transform: translateX(0%);
  }
}
#expert_test_2016 #lower_header {
  height: 57px;
  width: 100%;
  background: white;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
  padding-top: 10px;
  padding-bottom: 10px;
}
#expert_test_2016 #lower_header #menu_but {
  width: 75px;
  border-right: 1px solid #e2e2e2;
  display: block;
  padding-left: 19px;
  margin-right: 20px;
  float: left;
  margin-top: 2px;
}
#expert_test_2016 #lower_header #menu_but img {
  margin-top: 2px;
  margin-left: -1px;
}
@media (max-width: 840px) {
  #expert_test_2016 #lower_header #menu_but {
    display: none;
  }
}
@media (max-width: 700px) {
  #expert_test_2016 #lower_header #menu_but {
    position: absolute;
    top: 2px;
    right: -6px;
    margin-right: 0px;
    border-right: 0px;
    height: 70px;
    padding-top: 22px;
  }
}
#expert_test_2016 #lower_header #breadcrumb {
  margin-top: 8px;
  float: left;
  width: 330px;
  width: calc(100% - 482px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}
@media (max-width: 840px) {
  #expert_test_2016 #lower_header #breadcrumb {
    display: none;
  }
}
#expert_test_2016 #lower_header #breadcrumb span:after,
#expert_test_2016 #lower_header #breadcrumb a:after {
  content: '>';
  margin-left: 5px;
  margin-right: 5px;
  color: #aeaeae;
}
#expert_test_2016 #lower_header #breadcrumb a {
  text-decoration: none;
  color: #0083ca;
}
#expert_test_2016 #lower_header #breadcrumb a:hover,
#expert_test_2016 #lower_header #breadcrumb a:focus {
  text-decoration: none;
}
#expert_test_2016 #lower_header #breadcrumb a:last-of-type:after {
  content: "";
}
#expert_test_2016 #lower_header #search_field {
  float: right;
  width: 325px;
  margin-right: 40px;
  margin-top: 2px;
}
@media (max-width: 840px) {
  #expert_test_2016 #lower_header #search_field {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: none;
  }
}
#expert_test_2016 #lower_header #search_field div {
  position: relative;
}
#expert_test_2016 #lower_header #search_field div span {
  position: absolute;
  font-size: 21px;
  margin-left: 10px;
  margin-top: 1px;
  color: #b3b3b3;
}
#expert_test_2016 #lower_header #search_field input[type="text"] {
  margin-bottom: 0px;
  width: 100%;
  border: 2px solid #ddd;
  padding: 5px;
  font-size: 14px;
  padding-left: 32px;
  box-shadow: none;
  border-radius: 4px;
}
#expert_test_2016 #lower_header #search_field input[type="text"]:focus {
  box-shadow: 0px 0px 0px 3px rgba(74, 35, 75, 0.1);
  outline: 0;
}

#expert_test_2016 #top_minimised_header,
#expert_test_2016.minimisedHeader #helloBar,
#expert_test_2016.minimisedHeader #top_header,
#expert_test_2016.minimisedHeader #lower_header {
  display:none;
}

@media (max-width: 840px) {
    #expert_test_2016.minimisedHeader #navigation{
        height: calc(100% - 60px);
    }
}

#expert_test_2016.minimisedHeader header{
  left:0px;
  position:fixed;
  width:100%;
  z-index: 99998;
  opacity: 1;
  top:0;
}

#expert_test_2016.minimisedHeader #top_minimised_header {
  display: block;
  height:60px;
  width:100%;
  background:#5a2e5b;
}

#expert_test_2016.minimisedHeader #top_minimised_header.individual {
  background:#4d234a;
}

#expert_test_2016.minimisedHeader #top_minimised_header.business {
  background:#2c022d;
}

#expert_test_2016.minimisedHeader #top_minimised_header #logo {
  display: block;
  width: 107px;
  padding-top: 6px;
  margin-left: 20px;
  float:left;
}

#expert_test_2016.minimisedHeader #top_minimised_header #preloader {
  width:40px;
  height:40px;
  float:right;
  position:absolute;
  top: 14px;
  right: 40px;
  animation: spin_2 1s infinite linear;
  opacity:0;
  transition:all .2s linear;
}

#expert_test_2016.minimisedHeader #top_minimised_header #preloader span {
  display:block;
  width:8px;
  height:8px;
  border-radius:100%;
  background:white;
  position:absolute;
}

#expert_test_2016.minimisedHeader #top_minimised_header #preloader span:nth-child(1){
  top:-3px;
  left:16px;
  background:#faa431;
  animation: spin_2_1 1s infinite linear;
}
#expert_test_2016.minimisedHeader #top_minimised_header #preloader span:nth-child(2){
  top: 16px;
  right: -3px;
  background:#72c058;
   animation: spin_2_2 1s infinite linear;
}
#expert_test_2016.minimisedHeader #top_minimised_header #preloader span:nth-child(3){
  bottom:-3px;
  left:16px;
  background:#0d85c8;
   animation: spin_2_3 1s infinite linear;
}
#expert_test_2016.minimisedHeader #top_minimised_header #preloader span:nth-child(4){
  top:16px;
  left:-3px;
  background:#ee3044;
  animation: spin_2_4 1s infinite linear;
}

#expert_test_2016.minimisedHeader #top_minimised_header #breadcrumb {
  float: left;
  margin-top: 10px;
  margin-left: 26px;
  overflow: hidden;
  padding: 10px 15px 10px 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media(max-width:800px){
  #expert_test_2016.minimisedHeader #top_minimised_header #breadcrumb {
    display: none;
  }
}

#expert_test_2016.minimisedHeader #top_minimised_header #breadcrumb span:after,
#expert_test_2016.minimisedHeader #top_minimised_header #breadcrumb a:after{
  content:'>';
  margin-left: 5px;
  margin-right: 5px;
  color: #aeaeae;
}

#expert_test_2016.minimisedHeader #top_minimised_header #breadcrumb a{
  text-decoration: none;
  color: #0083ca;
}

#expert_test_2016.minimisedHeader #top_minimised_header #breadcrumb a:hover,
#expert_test_2016.minimisedHeader #top_minimised_header #breadcrumb a:focus {
  text-decoration:none;
}

#expert_test_2016.minimisedHeader #top_minimised_header #breadcrumb a:last-of-type:after {
  content:"";
}

#expert_test_2016.minimisedHeader #top_minimised_header #search_toggle {
  height: 30px;
  position: absolute;
  right: 190px;
  top: 17px;
  width: 30px;
}

@media(max-width:800px){
  #expert_test_2016.minimisedHeader #top_minimised_header #search_toggle {
    display:none;
  }
}


#expert_test_2016.minimisedHeader #top_minimised_header #search_toggle .ion-ios-search-strong {
  color: white;
}
#expert_test_2016.minimisedHeader #top_minimised_header #search_toggle .ion-ios-search-strong:before {
  content: "\f4a4";
  font-size: 2.4rem;
  font-weight: 700;
}
#expert_test_2016.minimisedHeader #top_minimised_header #search_toggle .ion-ios-search-strong:hover {
  cursor: pointer;
}

#expert_test_2016.minimisedHeader #top_minimised_header .vertical-separator {
  background-color: #b076b1;
  height: 40px;
  top: 10px;
  width: 1px;

}

#expert_test_2016.minimisedHeader #top_minimised_header #separator-left {
  position: absolute;
  left: 158px;
}

#expert_test_2016.minimisedHeader #top_minimised_header #separator-right {
  position: absolute;
  right: 175px;
}

@media (max-width: 800px) {
    #expert_test_2016.minimisedHeader #top_minimised_header #separator-left,
    #expert_test_2016.minimisedHeader #top_minimised_header #separator-right {
        display: none;
    }
}


#expert_test_2016.minimisedHeader #top_minimised_header  #profile_mob {
  display:none;
  position: absolute;
  right: 20px;
  top: 11px;
}
@media(max-width:840px){
  #expert_test_2016.minimisedHeader #top_minimised_header  #profile_mob {
    display:block;
  }

  #expert_test_2016.minimisedHeader #top_minimised_header  #profile_mob #hamburger_account{
    float: right;
    display: block;
  }

  #expert_test_2016.minimisedHeader #top_minimised_header  #profile_mob img {
    border-radius: 3px;
  }

  #expert_test_2016.minimisedHeader #top_minimised_header  #profile_mob #hamburger {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 8px;
  }
  #expert_test_2016.minimisedHeader #top_minimised_header  #profile_mob #hamburger span{
    display:block;
    width:35px;
    background:white;
    height:3px;
    margin-top:6px;
    margin-left: 7px;
  }
  #expert_test_2016.minimisedHeader #top_minimised_header  #profile_mob #hamburger:first-of-type{
    margin-top: 3px;
  }
  #expert_test_2016.minimisedHeader #top_minimised_header  #profile_mob #mob_account {
    position: absolute;
    top: 49px;
    right: -20px;
    background: #2c022d;
    padding: 20px;
    width: 210px;
    z-index: 1;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
  }
  #expert_test_2016.minimisedHeader #top_minimised_header  #profile_mob #mob_account.out {
    -webkittransform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  #expert_test_2016.minimisedHeader #top_minimised_header  #profile_mob #mob_account ul {
    list-style-type:none;
    padding:0px;
    margin:0px;
  }
  #expert_test_2016.minimisedHeader #top_minimised_header  #profile_mob #mob_account ul li.header{
    text-align:left;
    color:white;
    padding-bottom: 10px;
    border-bottom: 1px solid #544e52;
    margin-bottom: 5px;
    padding-top: 4px;
  }
  #expert_test_2016.minimisedHeader #top_minimised_header  #profile_mob #mob_account ul li a{
    font-family: Helvetica, Arial, sans-serif;
    color: #aeaeae;
    padding-top: 6px;
    padding-bottom: 6px;
    display: block;
    text-decoration: none;
    font-size: 14px;
  }
}

#expert_test_2016.minimisedHeader #top_minimised_header #profile {
  float: right;
  margin-top: 10px;
  margin-right: 40px;
  color: white;
}
#expert_test_2016.minimisedHeader #top_minimised_header #profile:before {
  border-left: 1px solid #aeaeae;
  padding-left: 20px;
}

@media(max-width:840px){
  #expert_test_2016.minimisedHeader #top_minimised_header #profile {
    display: none;
  }
}

#expert_test_2016.minimisedHeader #top_minimised_header #profile  .tooltip_box a {
  color: white;
  text-decoration: none;
  line-height: 1.3;
}
#expert_test_2016.minimisedHeader #top_minimised_header #profile  .tooltip_box a:hover {
  text-decoration: underline;
}

#expert_test_2016.minimisedHeader #top_minimised_header #profile .tooltip_box {
  float: left;
  margin-right: 18px;
  display: inline-block;
  position: relative;
  padding: 19px;
  padding-top: 0px;
  padding-right: 0px;
}
#expert_test_2016.minimisedHeader #top_minimised_header #profile .tooltip_box.profile {
  float: left;
  margin-right: -10px;
  margin-top: 9px;
  padding-left: 0px;
  padding-bottom: 28px;
  padding-right: 9px;
}
#expert_test_2016.minimisedHeader #top_minimised_header #profile .tooltip_box.profile .tooltip {
  left: 50%;
  margin-left: -100px;
}
#expert_test_2016.minimisedHeader #top_minimised_header #profile .tooltip_box:hover > .tooltip {
  display: block;
}
#expert_test_2016.minimisedHeader #top_minimised_header #profile .tooltip_box .tooltip {
  display: none;
  background: #362f34;
  padding: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 196px;
  position: absolute;
  border-radius: 4px;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.3);
  left: -160%;
  top: 54px;
  z-index: 1;
  padding-bottom: 15px;
  opacity: 1!important;
  border: 0px;
}

#expert_test_2016.minimisedHeader #top_minimised_header #profile .tooltip_box .tooltip:before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 8px 7.5px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #362f34 rgba(0, 0, 0, 0);
  top: -8px;
  left: 89px;
}
#expert_test_2016.minimisedHeader #top_minimised_header #profile .tooltip_box .tooltip:after{
  content: '';
  height: 10px;
  position: absolute;
  width: 100%;
  top: -8px;
  left: 0px;
}

#expert_test_2016.minimisedHeader #top_minimised_header #profile .tooltip_box .tooltip ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#expert_test_2016.minimisedHeader #top_minimised_header #profile .tooltip_box .tooltip ul li.header{
  text-align:left;
  color: white;
  padding-bottom: 10px;
  border-bottom: 1px solid #544e52;
  margin-bottom: 5px;
  padding-top: 4px;
  font-size: 14px;
}

#expert_test_2016.minimisedHeader #top_minimised_header #profile .tooltip_box .tooltip ul li a{
  font-family: Helvetica, Arial, sans-serif;
  color: #aeaeae;
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
  text-decoration: none;
  font-size: 14px;
}
#expert_test_2016.minimisedHeader #top_minimised_header #profile .tooltip_box .tooltip ul li a:hover{
  color: white;
}

#expert_test_2016.minimisedHeader #top_minimised_header #profile .avatar {
  transition: all .2s ease-in-out;
}

#expert_test_2016.minimisedHeader #top_minimised_header #profile .username {
  float: left;
  display: inline-block;
  margin-top: 9px;
}

#expert_test_2016.minimisedHeader #top_minimised_header #profile .member_badge {
  vertical-align: middle;
  margin-left: 7px;
  margin-right: -10px;
  margin-top: -4px;
}


#expert_test_2016.minimisedHeader #top_minimised_header #profile .loading .avatar{
  opacity: 0;
}

#expert_test_2016.minimisedHeader #top_minimised_header #profile .loading #preloader{
  opacity: 1;
}

#expert_test_2016.minimisedHeader #top_minimised_header #profile:hover {
  text-decoration: none;
  color: white;
}
@media (max-width: 700px) {
  #expert_test_2016.minimisedHeader #top_minimised_header #profile {
    margin-right: 70px;
  }
  #expert_test_2016.minimisedHeader #top_minimised_header #profile .username {
    display: none;
  }
}
#expert_test_2016.minimisedHeader #top_minimised_header #profile .ion-chevron-down {
  font-size: 13px;
  margin-top: 3px;
  display: block;
  margin-left: 20px;
  float: right;
}
#expert_test_2016.minimisedHeader #top_minimised_header #profile img {
  margin-left: 20px;
  display: inline-block;
  border-radius: 5px;
}

#expert_test_2016 #navigation {
  width: 75px;
  background: #4a234b;
  height: 100%;
  position: fixed;
  top: 159px;
  transition: all 0.3s ease-in-out;
  z-index: 200000;
}
@media (max-width: 1250px) {
  #expert_test_2016 #navigation {
    top: 159px;
  }
}
@media (min-width:801px) and (max-width:840px){
  #expert_test_2016 #navigation {
      top: 159px;
  }
}
@media (max-width: 800px) {
    #expert_test_2016 #navigation {
        top: 127px;
    }
}
@media (max-width: 840px) {
  #expert_test_2016 #navigation {
    width: 100%;
    height: calc(100% - 127px);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    moz-transition: all 0.3s ease-in-out;
    ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #expert_test_2016 #navigation .tooltip {
    height: 47px;
    padding-top: 15px!important;
    position: relative;
    opacity: 1;
  }
  #expert_test_2016 #navigation .tooltip:before {
    display: none!important;
  }
  #expert_test_2016 #navigation.tray_out {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    overflow-y: scroll;
    pointer-events: visible;
  }
}
#expert_test_2016 #navigation ul {
  padding-left: 0px;
  margin-top: 0px;
  list-style-type: none;
  -webkit-padding-start: 0px;
}
@media (max-width: 840px) {
    #expert_test_2016 #navigation ul {
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        height: 100%;
        position: relative;
        z-index: 1031;
    }
}
@media (min-width: 841px) {
    #expert_test_2016 #navigation ul li .quick-wins-tooltip {
      right: -99px !important;
    }
    #expert_test_2016 #navigation ul li .cap-graders-tooltip {
      right: -137px !important;
    }
    #expert_test_2016 #navigation ul li .plp-tooltip {
      right: -200px !important;
    }
    #expert_test_2016 #navigation ul li .whats-hot-tooltip {
      right: -94px !important;
    }
    #expert_test_2016 #navigation ul li .elearning-tooltip {
      right: -92px !important;
    }
    #expert_test_2016 #navigation ul li .blog-tooltip {
      right: -57px !important;
    }
    #expert_test_2016 #navigation ul li .services-tooltip {
      right: -82px !important;
    }
    #expert_test_2016 #navigation ul li .community-tooltip {
      right: -100px !important;
    }
    #expert_test_2016 #navigation ul li .learning-tooltip {
      right: -122px !important;
    }
}

#expert_test_2016 #navigation ul li {
    height: 47px;
}

#expert_test_2016 #navigation ul li a img.icon {
    margin-bottom: 1px;
}

#expert_test_2016 #navigation ul li.home_link {
  background-color: white;
  border-right: 1px solid #e2e2e2;
  padding-bottom: 8px;
}
@media (min-width: 841px) {
    #expert_test_2016 #navigation ul li.home_link,
    #expert_test_2016 #navigation ul li.toolkits_dropdown_link {
        display:none;
    }
}

@media (max-width: 840px) {
    #expert_test_2016 #navigation ul li.toolkits_dropdown_link,
    #expert_test_2016 #navigation ul li.toolkits_mob_menu_back_btn,
    #expert_test_2016 #navigation .toolkits_mob_menu.toolkits_links_mob_menu li {
        border-bottom: 1px solid #2c022d;
    }

    #expert_test_2016 #navigation ul li.toolkits_dropdown_link .main_link img.icon {
        max-width: 38px;
        margin-left: 12px;
    }
}

#expert_test_2016 #navigation .toolkits_mob_menu {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #4a234b;
    width: 100%;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all .3s ease-in-out;
    transition-delay: .1s;
}

#expert_test_2016 #navigation .toolkits_mob_menu.toolkits_cat_mob_menu {
        z-index: 1032;
}

#expert_test_2016 #navigation .toolkits_mob_menu.toolkits_links_mob_menu {
        z-index: 1033;
}

#expert_test_2016 #navigation .toolkits_mob_menu.toolkits_links_mob_menu li {
    height: auto;
}

#expert_test_2016 #navigation .toolkits_mob_menu.toolkits_links_mob_menu li a {
    line-height: 1.9;
}

#expert_test_2016 #navigation .toolkits_mob_menu.active {
    transform: translateX(0);
}

#expert_test_2016 #navigation .toolkits_mob_menu li {
    padding: 0;
    background-color: #4a234b;
}

#expert_test_2016 #navigation .toolkits_mob_menu li.toolkits_mob_menu_back_btn a {
    color: #fff;
}

#expert_test_2016 #navigation .toolkits_mob_menu li.toolkits_mob_menu_back_btn a span {
    margin-right: 10px;
}

#expert_test_2016 #navigation .toolkits_mob_menu li a {
    color: #e6dce6;
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 10px 16px;
    line-height: 2;
}

#expert_test_2016 #navigation ul li #menu_but {
  display:none;
}
#expert_test_2016 #navigation ul li.home_link:hover,
#expert_test_2016 #navigation ul li.home_link:active,
#expert_test_2016 #navigation ul li #menu_but:hover,
#expert_test_2016 #navigation ul li #menu_but:active {
  background:white;
}
#expert_test_2016 #navigation ul li.home_link:hover .icon,
#expert_test_2016 #navigation ul li.home_link:active .icon{
  background-color: white;
  opacity:1;
}

#expert_test_2016 #navigation ul li.home_link #menu_but,
#expert_test_2016 #navigation ul li .main_link {
    display: flex;
    width: 100%;
    text-decoration: none;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 47px;
}

@media (max-width: 840px) {
    #expert_test_2016 #navigation ul li .main_link,
    #expert_test_2016 #navigation ul li.home_link #menu_but {
        flex-direction: row;
        justify-content: flex-start;
    }
}
#expert_test_2016 #navigation ul li .main_link:hover .tooltip {
  display: block;
}
#expert_test_2016 #navigation ul li .main_link .tooltip {
  color: #fff;
  padding: 10px;
  border-radius: 3px;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  text-align: left;
  display: inline-block;
}
@media (min-width: 841px) {
    #expert_test_2016 #navigation ul li .main_link .tooltip {
        position: absolute;
        background: #362f34;
        right: -170px;
        top: 8px;
        opacity: 1!important;
        display: none;
    }
}
#expert_test_2016 #navigation ul li .main_link .tooltip:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #362f34 transparent transparent;
  left: -8px;
  top: 13px;
}
#expert_test_2016 #navigation ul li .main_link:hover,
#expert_test_2016 #navigation ul li .main_link.active,
#expert_test_2016 #navigation ul.toolkits_links_mob_menu li a:hover {
  background: #2c022d;
}
#expert_test_2016 #navigation ul li .main_link .icon,
#expert_test_2016 #navigation ul li.home_link .icon {
  display: inline-block;
  font-size: 30px;
  position: relative;
  z-index: 1;
  line-height: 65px;
  text-align: center;
  margin-left: -2px;
  color: white;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 840px) {
    #expert_test_2016 #navigation ul li .main_link .icon,
    #expert_test_2016 #navigation ul li.home_link .icon {
        margin-left: 15px;
    }
}
#expert_test_2016 #navigation ul li .main_link .icon.cap_grader,
#expert_test_2016 #navigation ul li .main_link .icon.whats_hot {
    margin-bottom: 1px;
}

#expert_test_2016 #navigation ul li .main_link .icon.myplan {
  margin-bottom: 2px;
}

@media (min-width: 841px) {
    #expert_test_2016 #navigation ul li .main_link .icon.home,
    #expert_test_2016 #navigation ul li.home_link .icon.home{
      display: none;
    }
}

#expert_test_2016 #navigation ul li .main_link .nav_link {
  height: 65px;
  position: absolute;
  display: inline-block;
  line-height: 65px;
  color: white;
  transform: translateX(0%);
  transition: all 0.2s ease-in-out;
  opacity: 0.3;
}
#expert_test_2016 #navigation .tray {
  width: 225px;
  height: 100%;
  background: #2c022d;
  position: absolute;
  top: 0px;
  left: 75px;
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
  padding: 20px;
}
#expert_test_2016 #navigation .tray h2 {
  color: #009ef4;
  margin-top: -2px;
  text-transform: capitalize;
  font-size: 26px;
}
#expert_test_2016 #navigation .tray .nav_list {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: calc(100% - 186px);
}
#expert_test_2016 #navigation .tray .nav_list.on {
  display: block;
}
#expert_test_2016 #navigation .tray .nav_list li a {
  color: #ebc7ec;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
  line-height: 1.4;
  text-decoration: none;
}
#expert_test_2016 #navigation .tray .nav_list li a:hover,
#expert_test_2016 #navigation .tray .nav_list li a .active,
#expert_test_2016 #navigation .tray .nav_list li a:focus {
  color: white;
  text-decoration: none;
}
#expert_test_2016 #navigation.in {
  width: 75px;
}
@media (max-width: 700px) {
  #expert_test_2016 #navigation.in {
    width: 0px;
  }
}
#expert_test_2016 #navigation.tray_out .tray {
  transform: translateX(0%);
}

#expert_test_2016.minimisedHeader #navigation ul li.home_link,
#expert_test_2016.minimisedHeader #navigation ul li.home_link #menu_but,
#expert_test_2016.minimisedHeader #navigation ul li .main_link#menu_but {
  display: block;
}

#expert_test_2016.minimisedHeader #navigation ul li.home_link #menu_but {
    display: flex;
}

#expert_test_2016.minimisedHeader #navigation ul li .main_link .icon.home,
#expert_test_2016.minimisedHeader #navigation ul li.home_link .icon.home {
  display: inline-block;
  margin-left: -1px;
}

#expert_test_2016.minimisedHeader #navigation{
  top: 60px;
  transition: all 0.5s ease-out;
}

#test_container {
  margin-top: 159px;
  width: 100%;
  padding-left: 75px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 840px) {
  #test_container {
    padding-left: 0px;
    margin-top: 159px;
  }
}
#test_container.out {
  padding-left: 300px;
}
@media (max-width: 700px) {
  #test_container.out {
    padding-left: 0px;
  }
}
#test_container .container_content {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  #test_container .container_content {
    padding-top: 10px;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

.smart.smart_pricing_grid.smart_pricing_grid_condensed_no_biz,
.smart.smart_pricing_grid.smart_pricing_grid_im_only {
    margin-top: 70px;
}

.smart.smart_pricing_grid.smart_pricing_grid_condensed_no_biz {
    margin-bottom: 70px;
}

.smart.smart_pricing_grid h2.pricing-grid-heading {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    margin-top: 35px;
    margin-bottom: 35px;
}

@media (max-width: 1187px) {
  .smart.smart_pricing_grid .s_block {
    width: 100%;
    margin-right: 0px;
    float: none;
  }
}
.smart.smart_pricing_grid .double_helper {
  display: inline-block;
  margin-top: 9px;
}
.smart.smart_pricing_grid .choose_plan,
.smart.smart_pricing_grid .try_risk_free {
  background: #4a234b;
  padding: 40px;
  margin-bottom: 70px;
  position: relative;
}
.smart.smart_pricing_grid .choose_plan:after,
.smart.smart_pricing_grid .try_risk_free:after {
  width: 0;
  content: '';
  position: absolute;
  bottom: -10px;
  height: 0;
  border-style: solid;
  border-width: 10px 12.5px 0 12.5px;
  border-color: #4a234b transparent transparent transparent;
  left: 50%;
  z-index: 1;
}
.smart.smart_pricing_grid .choose_plan .h2,
.smart.smart_pricing_grid .try_risk_free .h2 {
  margin-bottom: 0px;
  color: white;
  font-size: 40px!important;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
.smart.smart_pricing_grid .choose_plan .h2 a {
    color: #fff;
    text-decoration: underline;
}
.smart.smart_pricing_grid .try_risk_free {
  background: #362f34;
  margin-bottom: 0px!important;
}
.smart.smart_pricing_grid .try_risk_free p.h2 {
  font-size: 30px!important;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
.smart.smart_pricing_grid .try_risk_free:after {
  border-color: #362f34 transparent transparent transparent;
}
.smart.smart_pricing_grid .individual_pricing {
  border: 3px solid #d7d7d7;
  border-radius: 5px;
  position: relative;
}
.smart.smart_pricing_grid .individual_pricing.shortened {
  border-bottom: 0px!important;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.smart.smart_pricing_grid .individual_pricing.comparison_top {
    text-align: center;
}
.smart.smart_pricing_grid .individual_pricing.comparison_top {
  border-bottom: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.smart.smart_pricing_grid .individual_pricing.comparison_top img.icon,
.smart.smart_pricing_grid .biz_pricing.comparison_top img.icon {
    max-width: 80px;
    margin: 0 auto;
    padding-top: 20px;
}
.smart.smart_pricing_grid .individual_pricing.comparison_top .line {
  position: relative;
}
.smart.smart_pricing_grid .individual_pricing.comparison_top .line:after {
  content: '';
  width: 1px;
  height: calc(100% - 30px);
  background: #bbb;
  position: absolute;
  right: 0px;
  top: 30px;
}
.smart.smart_pricing_grid .individual_pricing.comparison_top .pricing_duration {
  font-size: 20px!important;
}
.smart.smart_pricing_grid .individual_pricing.comparison_top .toolkit_icon {
  padding-top: 0px;
  margin-bottom: 20px;
}
.smart.smart_pricing_grid .individual_pricing.comparison_top .thirty_hover {
  margin-left: -50px !important;
}
.smart.smart_pricing_grid .individual_pricing.comparison_top .thirty_day {
  background-size: 100px;
  width: 100px;
  height: 100px;
  z-index: 1;
}
@media (max-width: 1187px) {
  .smart.smart_pricing_grid .individual_pricing.comparison_top .thirty_day {
    display: none;
  }
}
.smart.smart_pricing_grid .individual_pricing.comparison_bottom {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top: 0px;
}
@media (min-width: 1188px) {
    .smart.smart_pricing_grid .individual_pricing.comparison_bottom {
        padding-bottom: 40px;
    }
}
.smart.smart_pricing_grid .individual_pricing.comparison_bottom .pricing_duration,
.smart.smart_pricing_grid .biz_pricing.comparison_bottom .pricing_duration {
  font-size: 20px!important;
  margin-top: 20px;
  margin-bottom: 10px;
}

.smart.smart_pricing_grid .individual_pricing.comparison_bottom .pricing_price,
.smart.smart_pricing_grid .biz_pricing.comparison_bottom .pricing_price{
    margin-top: 65px;
    padding-top: 30px;
}
.smart.smart_pricing_grid .individual_pricing.comparison_bottom .last:first-of-type {
  position: relative;
}
.smart.smart_pricing_grid .individual_pricing.comparison_bottom .last:first-of-type:after {
  content: '';
  width: 1px;
  height: 90%;
  background: #bbbbbb;
  display: block;
  top: 0px;
  position: absolute;
  right: 0px;
}
.smart.smart_pricing_grid .individual_pricing .right_border {
  display: block;
  border-right: 1px dotted #a8a8a8;
}
.smart.smart_pricing_grid .individual_pricing .thirty_day,
.smart.smart_pricing_grid .individual_pricing .thirty_popover {
  display: none;
}


@media (max-width: 1187px) {
  .smart.smart_pricing_grid .individual_pricing .thirty_day {
    display: none;
  }
}

.smart.smart_pricing_grid .individual_pricing.shortened .thirty_day {
  /*background-image: url(../../images/smart/icons/30dayguarantee.png);*/
  background-image: url(../../images/smart/icons/e-learning-included-badge.png);
  background-size: contain;
  display: block;
  height: 106px;
  position: absolute;
  width: 106px;
}

.smart.smart_pricing_grid .individual_pricing .best_value {
  width: 105px;
  height: 105px;
  position: absolute;
  right: -3px;
  top:-3px;
  overflow: hidden;
}
.smart.smart_pricing_grid .individual_pricing .best_value .ribbon {
  background: #74bf43;
  height: 60px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding-top: 12px;
  line-height: 18px;
  transform: rotatez(45deg);
  -webkit-transform: rotatez(45deg);
  -moz-transform: rotatez(45deg);
  -ms-transform: rotatez(45deg);
  width: 154px;
}
.smart.smart_pricing_grid .individual_pricing h2 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  border-bottom: 1px solid #d7d7d7;
  font-weight: bold;
}
.smart.smart_pricing_grid .biz_pricing h2 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  border-bottom: 1px dotted #d7d7d7;
}
.smart.smart_pricing_grid .biz_pricing.comparison_top {
  text-align: center;
  padding-top: 3px;
}
.smart.smart_pricing_grid .biz_pricing.comparison_top .pricing_duration {
  font-size: 20px!important;
}
.smart.smart_pricing_grid .biz_pricing.comparison_top .toolkit_icon {
  padding-top: 0px;
  margin-bottom: 20px;
}
.smart.smart_pricing_grid .pricing_duration {
  font-weight: 600;
  color: #9e9e9e;
  margin-top: 45px;
  margin-bottom: 0px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
.smart.smart_pricing_grid .pricing_price {
  margin-bottom: 0px;
  font-size: 40px!important;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  position: relative;
}
.smart.smart_pricing_grid .pricing_price span {
  font-size: 30px!important;
}
.smart.smart_pricing_grid .pricing_price .from {
  color: #9F9EAA;
  font-size: 22px!important;
}
.smart.smart_pricing_grid .pricing_billing_type {
  margin-bottom: 20px;
  display: block;
  color: #8c8c8c;
  font-family: Helvetica, Arial, sans-serif;
}
.smart.smart_pricing_grid .hr {
  display: block;
  width: 81%;
  height: 1px;
  border-bottom: 1px dotted #a8a8a8;
  margin: auto;
}
.smart.smart_pricing_grid .hr.none {
  border-bottom: 1px dotted transparent;
}
.smart.smart_pricing_grid p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #494949;
}
.smart.smart_pricing_grid p.pricing_grid_tcs {
    font-size: 12px;
    padding: 20px 15px 0;
}
@media (max-width: 1187px) {
    .smart.smart_pricing_grid p.pricing_grid_tcs {
        max-width: 500px;
        margin: 0 auto;
    }
}
.smart.smart_pricing_grid p.first_p {
  padding-top: 20px;
}
.smart.smart_pricing_grid .asterisk {
  font-size: 30px;
  position: absolute;
  margin-left: 3px;
  margin-top: -10px;
}

.smart.smart_pricing_grid#pricing .asterisk {
    margin-left: -14px;
    margin-top: -4px;
}

.smart.smart_pricing_grid .but {
  background: #f00;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  padding: 10px 60px;
  max-width: 248px;
}

.smart.smart_pricing_grid .but:hover {
  text-decoration: none;
}
.smart.smart_pricing_grid .but.purple {
  background: #4a234b;
}
.smart.smart_pricing_grid .but.purple:hover {
  background: #6c336e;
}
.smart.smart_pricing_grid .but.green {
  background: #74bf43;
}
.smart.smart_pricing_grid .but.green:hover {
  background: #90cc69;
}
.smart.smart_pricing_grid .but.blue {
  background: #0083ca;
}
.smart.smart_pricing_grid .but.blue:hover {
  background: #00a4fd;
}
.smart.smart_pricing_grid .but.orange {
  background: #faa519;
}
.smart.smart_pricing_grid .but.orange:hover {
  background: #fbb94b;
}
.smart.smart_pricing_grid .toolkit_icon {
  width: 51px;
  padding-top: 25px;
}
.smart.smart_pricing_grid .thirty_hover {
  postion: relative;
  display: block;
  width: 105px;
  height: 105px;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -71px;
}

@media (max-width: 1187px) {
    .smart.smart_pricing_grid .thirty_hover {
        position: relative;
        left: auto;
        margin: 0 auto;
        top: 10px;
    }
}

.smart.smart_pricing_grid .thirty_hover:hover .thirty_popover {
  display: block;
}
.smart.smart_pricing_grid .thirty_hover .thirty_popover {
  text-align: center;
  display: none;
  padding: 30px 20px;
  background: #424242;
  position: absolute;
  border-radius: 6px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  line-height: 20px;
  left: -107px;
  z-index: 1;
  width: 320px;
  top: 120px;
}
.smart.smart_pricing_grid .thirty_hover .thirty_popover:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 14px 12px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #424242 rgba(0, 0, 0, 0);
  position: absolute;
  top: -13px;
  left: 50%;
  margin-left: -13px;
}
.smart.smart_pricing_grid .thirty_hover .thirty_popover .title {
  display: block;
  font-size: 18px;
  color: #fff;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #727272;
}
.smart.smart_pricing_grid .thirty_hover .thirty_popover .para {
  font-size: 14px;
  line-height: 20px;
  color: #b1b1b1;
}
.smart.smart_pricing_grid .cancel_but {
  display: block;
  text-decoration: none;
  color: #8c8c8c;
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
}
.smart.smart_pricing_grid .cancel_but:hover {
  color: #333;
}
.smart.smart_pricing_grid .cancel_but:hover .cancel_popover_container {
  display: block;
}
@media (max-width: 1187px) {
  .smart.smart_pricing_grid .cancel_but.mob_cancel {
    border-bottom: 3px solid #d7d7d7;
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 30px;
  }
}

.smart.smart_pricing_grid .cancel_but .cancel_popover_container {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 35px;
}

.smart.smart_pricing_grid .promo-offer-main-pricing-grid .cancel_but .cancel_popover_container {
    top: 33px;
}

.smart.smart_pricing_grid .minigrid_tab .cancel_but .cancel_popover_container {
    top: 55px;
}

.smart.smart_pricing_grid .cancel_but .cancel_popover {
  text-align: center;
  padding: 30px 20px;
  background: #424242;
  border-radius: 6px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  line-height: 20px;
  max-width: 320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.smart.smart_pricing_grid .cancel_but .cancel_popover:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 14px 12px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #424242 rgba(0, 0, 0, 0);
  position: absolute;
  top: -13px;
  left: 50%;
  margin-left: -13px;
}
.smart.smart_pricing_grid .cancel_but .cancel_popover .title {
  display: block;
  font-size: 18px;
  color: #fff;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #727272;
}
.smart.smart_pricing_grid .cancel_but .cancel_popover .para {
  font-size: 14px;
  line-height: 20px;
  color: #b1b1b1;
}
.smart.smart_pricing_grid .see_features {
  margin-bottom: 40px;
  display: block;
}
.smart.smart_pricing_grid .see_features:hover {
  text-decoration: none;
  color: #333;
}
.smart.smart_pricing_grid .see_features .ion-chevron-down {
  display: block;
  font-size: 20px;
}
@media (max-width: 1187px) {
  .smart.smart_pricing_grid .see_features {
    display: none;
  }
}
.smart .basic_banner {
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 1px dashed #e1e1e1;
  text-align: center;
}
.smart_pricing_grid + .smart .basic_banner {
    border-top: none;
    padding-top: 0;
}
@media (max-width: 1187px) {
    .smart .basic_banner {
        border-top: none;
    }
}
.smart .basic_banner .h2 {
  color: #9e9e9e;
}
.smart .basic_banner .h2 strong {
  color: #362f34;
  font-size: 38px;
}
.smart .basic_banner .but {
  margin-top: 10px;
}
.smart.smart_pricing_grid .plan_comparison,
.plan_comparison {
  background: #4a234b;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 50px;
}
@media (max-width: 1187px) {
  .smart.smart_pricing_grid .plan_comparison,
  .plan_comparison {
    display: none;
  }
}
.smart.smart_pricing_grid .plan_comparison .h2,
.plan_comparison .h2 {
  color: #fff;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 40px!important;
  margin-bottom: 0px;
}

@media (max-width: 1187px) {
  .smart.smart_pricing_grid #plan_comparison {
    display: none;
  }
}
.smart.smart_pricing_grid .title_strip {
  background: #ebebeb;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.smart.smart_pricing_grid .title_strip p {
  color: #7b7b7b;
  width: 70%;
  margin: 0 15%;
}
.smart.smart_pricing_grid .title_strip .h3 {
  font-size: 20px!important;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #494949;
  position: relative;
}
.smart.smart_pricing_grid .title_strip .h3 .asterisk {
  margin-left: -14px;
  margin-top: -7px;
}
.smart.smart_pricing_grid .cell {
  border-bottom: 1px dotted #e1e1e1;
}
.smart.smart_pricing_grid .cell.cell2 {
  border-right: 1px solid #bbbbbb;
  border-left: 3px solid #d7d7d7;
}
.smart.smart_pricing_grid .cell.extrapadding {
  padding: 30px!important;
  padding-bottom: 31px!important;
}
.smart.smart_pricing_grid .cell.small_with_text {
    padding: 10px 10px 11px 10px;
    text-align: center;
}
.smart.smart_pricing_grid .cell.first {
  font-size: 14px;
  color: #7b7b7b;
  text-align: right;
  line-height: 40px;
  font-family: Helvetica, Arial, sans-serif;
}
@media (min-width: 1188px) and (max-width: 1290px) {
    .smart.smart_pricing_grid .cell.first .reduced-font-size {
        font-size: 12px;
    }
}
.smart.smart_pricing_grid .cell.first .ion-help-circled {
  font-size: 28px;
  color: #d7d7d7;
  float: right;
  margin-left: 10px;
  margin-right: 10px;
}
.smart.smart_pricing_grid .cell.end {
  padding: 20px;
}
.smart.smart_pricing_grid .cell.end.v_end {
  line-height: 1.5;
}
.smart.smart_pricing_grid .cell.third {
  border-right: 3px solid #d7d7d7;
}
.smart.smart_pricing_grid .cell .icon_help {
  position: relative;
}
.smart.smart_pricing_grid .cell .icon_help:hover .ion-help-circled {
  color: #b9b9b9;
  cursor: pointer;
}
.smart.smart_pricing_grid .cell .icon_help:hover .toolkit_popover {
  display: block;
}
.smart.smart_pricing_grid .cell .icon_help .toolkit_popover {
  text-align: center;
  display: block;
  width: 390px;
  padding: 30px 20px;
  background: #424242;
  left: -172px;
  position: absolute;
  border-radius: 6px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  line-height: 20px;
  top: 33px;
  display: none;
  z-index: 1;
}
.smart.smart_pricing_grid .cell .icon_help .toolkit_popover:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 14px 12px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #424242 rgba(0, 0, 0, 0);
  position: absolute;
  top: -13px;
  left: 50%;
  margin-left: -13px;
}
.smart.smart_pricing_grid .cell .icon_help .toolkit_popover .toolkit_icon {
  width: 51px;
  padding-top: 0px;
  margin-bottom: 15px;
}
.smart.smart_pricing_grid .cell .icon_help .toolkit_popover .title {
  display: block;
  font-size: 18px;
  color: #fff;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #727272;
}
.smart.smart_pricing_grid .cell .icon_help .toolkit_popover .para {
  font-size: 14px;
  line-height: 20px;
  color: #b1b1b1;
}
.smart.smart_pricing_grid .cell .ion-close-circled {
  text-align: center;
  font-size: 28px;
  display: block;
  color: #ebebeb;
}
.smart.smart_pricing_grid .cell .ion-checkmark-circled {
  text-align: center;
  font-size: 28px;
  display: block;
}
.smart.smart_pricing_grid .cell .ion-checkmark-circled.purple {
  color: #542b59;
}
.smart.smart_pricing_grid .cell .ion-checkmark-circled.green {
  color: #78b948;
}
.smart.smart_pricing_grid .cell .ion-checkmark-circled.blue {
  color: #0e82c6;
}

/* Pricing grid - mobile */
#minigrid{
    display:none;
}
@media(max-width:1187px){
    #minigrid{
        display:block;
    }
}
.smart.smart_pricing_grid #minigrid > div .h2,
.smart.smart_pricing_grid #minigrid > div .pricing_price {
    font-weight: 600;
    font-size: 35px !important;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    line-height: 1.2;
    width: 85%;
}

.smart.smart_pricing_grid #minigrid > div .h2 {
    margin: 40px auto;
}

.smart.smart_pricing_grid #minigrid > div .pricing_price{
    margin: 10px auto 5px;
}

.smart.smart_pricing_grid #minigrid .membership-type-tabs-selector {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 40px;
}
.smart.smart_pricing_grid #minigrid .membership-type-tab {
    flex: 0 1 33.3%;
    padding: 10px 15px;
    font-family: Helvetica, Arial, sans-serif;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.smart.smart_pricing_grid #minigrid .membership-type-tab.no-bm {
    flex: 0 1 50%;
}
.smart.smart_pricing_grid #minigrid .membership-type-tab.active {
    font-weight: bold;
}
.smart.smart_pricing_grid #minigrid .membership-type-tab.active::after {
    border-style: solid;
    border-width: 10px 12.5px 0;
    bottom: -10px;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0;
}
.smart.smart_pricing_grid #minigrid .membership-type-tab.membership-type-tab-monthly,
.smart.smart_pricing_grid #minigrid .membership-type-tab.membership-type-tab-annual {
    background-color: #78b948;
    border-right: 1px solid #fff;
}
.smart.smart_pricing_grid #minigrid .membership-type-tab.membership-type-tab-monthly.active::after,
.smart.smart_pricing_grid #minigrid .membership-type-tab.membership-type-tab-annual.active::after {
    border-color: #78b948 transparent transparent;
}
.smart.smart_pricing_grid #minigrid .membership-type-tab.membership-type-tab-business {
    background-color: #0083ca;
}
.smart.smart_pricing_grid #minigrid .membership-type-tab.membership-type-tab-business.active::after {
    border-color: #0083ca transparent transparent;
}

.smart.smart_pricing_grid #minigrid .minigrid_tab {
    text-align: center;
    display: none;
}

.smart.smart_pricing_grid #minigrid .minigrid_tab.minigrid_tab_business {
    padding-bottom: 35px;
}

.smart.smart_pricing_grid #minigrid .minigrid_tab.active {
    display: block;
}
.smart.smart_pricing_grid #minigrid .minigrid_tab img.icon{
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
}
.smart.smart_pricing_grid #minigrid .minigrid_tab h2 {
    font-weight: 600;
    font-size: 35px;
    margin: 5px 0 0 0;
}

.smart.smart_pricing_grid #minigrid .minigrid_tab .title_strip .h3 {
    font-weight: 600;
    font-size: 18px !important;
}

.smart.smart_pricing_grid #minigrid .minigrid_tab .title_strip .h3 + p{
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
}

.smart.smart_pricing_grid #minigrid .minigrid_tab .pricing_duration {
    margin: 0;
    font-size: 20px;
}

.smart.smart_pricing_grid #minigrid .minigrid_tab .toolkit_icon {
    padding-bottom: 25px;
    padding-top: 0;
}

.smart.smart_pricing_grid #minigrid .minigrid_tab .membership-benefit-container .cell {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
}

.smart.smart_pricing_grid #minigrid .minigrid_tab .membership-benefit-container.last {
    margin-bottom: 25px;
}

.smart.smart_pricing_grid #minigrid .minigrid_tab .membership-benefit-container.last .cell.cell-no-flex .membership-benefit-name {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.smart.smart_pricing_grid #minigrid .minigrid_tab .membership-benefit-container .cell.cell-no-flex {
    display: block;
    padding: 10px 20px;
}

.smart.smart_pricing_grid #minigrid .minigrid_tab .membership-benefit-container .cell .membership-benefit-name {
    padding-right: 15px;
    font-family: Helvetica, Arial, sans-serif;
    color: #7b7b7b;
}

.smart.smart_pricing_grid #minigrid .minigrid_tab .membership-benefit-container .cell .membership-benefit-name.membership-benefit-name-nopadding {
    padding: 0;
}

.smart.smart_pricing_grid #minigrid .minigrid_tab .membership-benefit-container .cell .ion-checkmark-circled:before {
    padding-top: 2px;
}

.smart.smart_pricing_grid #minigrid .minigrid_tab .cancel_but.mob_cancel {
    margin: 0;
}

/* End Pricing grid - mobile */
body.admin-bar iframe#d674c1ef71616131b03b641cea7c02e18c86a5f2b-container.HB-Bar {
  top: 32px!important;
}

.smart #blog_main {
  max-width: calc(100% - 380px);
  width: 100%;
  float: left;
  margin-right: 50px;
}

@media (max-width: 1230px) {
  .smart #blog_main {
    float: none;
    max-width: 100%;
  }
}

.smart #blog_sidebar {
  max-width: 330px;
  float: left;
  width: 100%;
}
@media (max-width: 1230px) {
  .smart #blog_sidebar {
    float: none;
    max-width: 100%;
  }
}
.smart #blog_sidebar .section-two-column .section-two-column-sidebar {
    width: 100%;
    margin-top: 0;
}
.smart #blog_sidebar .section-two-column {
    padding: 0;
}
.smart #social_share {
  float: right;
}
.smart #social_share .nc_socialPanel {
  width: 300px!important;
  margin: 0px!important;
}
@media (max-width: 800px) {
  .smart #social_share {
    float: left;
  }
}
.smart .blog_link {
  display: block;
  margin-bottom: 40px;
}
.smart #social_share2 {
  width: 70%;
  float: right;
}
.smart #social_share2 .nc_socialPanel {
  margin: 0px!important;
}
.smart .si_terms {
  width: 230px;
  float: left;
}
.smart#siposts {
  margin-top: 45px;
}
body.author .smart#siposts {
    margin-top: 50px;
}
@media (max-width: 800px) {
    body.single .smart#siposts {
        margin-top: 20px;
    }
}
.smart .h2.smaller {
  font-size: 28px!important;
}
.smart .blog_listing {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 800px) {
    .smart .blog_listing {
        padding-left: 25px;
        padding-right: 25px;
    }
}
.smart.blog-page-heading {
    background: #eee7fa;
}
.smart.blog-page-heading h1 {
    color: #362f34;
    margin: 0;
    font-weight: 600;
    font-size:40px;
    padding: 28px 0 30px;
}
@media (max-width: 800px) {
    .smart.blog-page-heading .s_wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }
    .smart.blog-page-heading h1 {
        padding: 15px 0;
        font-size:28px;
    }
}
.tag_page .tag-page-title {
    font-size: 28px;
    font-weight: 600;
    color: #362f34;
    margin-top: 0;
}
@media (min-width: 801px) {
    .tag_page .tag-page-title {
        font-size: 40px;
        margin-bottom: 28px;
        padding-bottom: 15px;
    }
}
.smart .blog_listing.unedited_tag_listing {
    padding-left: 0;
    padding-right: 0;
}
.smart .blog_listing.unedited_tag_listing article:last-of-type{
    margin-bottom: 33px;
}
@media (max-width: 1099px) {
    .smart .blog_listing.unedited_tag_listing article:last-of-type{
        margin-bottom: 20px;
    }
}
.smart .blog_listing #blog_nav {
  width: 100%;
}
.smart .blog_listing #blog_nav .blog_dropdown_surround {
  float: right;
  position: relative;
  margin-top: -11px;
}
@media (max-width: 700px) {
  .smart .blog_listing #blog_nav .blog_dropdown_surround {
    float: none;
    clear: both;
    margin-bottom: 32px;
  }
  .smart .blog_listing #blog_nav .blog_dropdown_surround select {
    width: 100%;
  }
}
.smart .blog_listing #blog_nav .blog_dropdown_surround .ion-chevron-down {
  position: absolute;
  top: 0px;
  color: #362f34;
  font-size: 21px;
  right: 18px;
  top: 9px;
  pointer-events: none;
}
@media (min-width: 701px) {
    .smart .blog_listing #blog_nav .blog_dropdown_surround .ion-chevron-down {
        top: 11px;
    }
}
.smart .blog_listing #blog_nav .blog_dropdown_surround select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white;
  border: 1px solid #d7d7d7;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 10px 13px;
  color: #949494;
  font-weight: 600;
}
@media (min-width: 701px) {
    .smart .blog_listing #blog_nav .blog_dropdown_surround select {
        font-size: 18px;
        padding: 11px 22px;
    }
}
.smart .blog_listing #blog_nav .blog_dropdown_surround select:focus {
  outline: 0;
}
.smart .blog_listing #blog_nav ul {
  padding-left: 0px;
  max-width: 340px;
  float: left;
}
.smart .blog_listing #blog_nav ul li {
  display: inline-block;
  margin-right: 20px;
}
.smart .blog_listing #blog_nav ul li:last-of-type {
    margin-right: 0;
}
.smart .blog_listing #blog_nav ul li a {
  display: block;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding-bottom: 3px;
  color: #949494;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (min-width: 701px) {
    .smart .blog_listing #blog_nav ul li a {
        margin-bottom: 30px;
        font-size: 20px;
    }
}
.smart .blog_listing #blog_nav ul li a.active,
.smart .blog_listing #blog_nav ul li a:hover {
  border-bottom: 2px solid #362f34;
  color: #362f34;
  text-decoration: none;
}
.smart .blog_listing .flex_wrapper {
  display: flex;
  width: calc(33.33% - 12px);
  flex-direction: column;
}
@media (max-width: 700px) {
  .smart .blog_listing .flex_wrapper {
    display: block;
    width: 100%;
  }
}
.smart .blog_listing .flex_wrapper .flex_article {
  flex: 1;
  margin-right: 0px;
  width: 100%;
}
.smart .blog_listing .blog_post {
  border: 3px solid #cdcdcd;
  padding: 20px;
  width: calc(33.33% - 14px);
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 45px;
  border-radius: 9px;
  position: relative;
  padding-bottom: 50px;
  background: white;
  text-align: left;
}
.smart .blog_listing .blog_post h5 {
  line-height: 1.3;
  font-size: 23px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #362f34;
}
@media (max-width: 700px) {
  .smart .blog_listing .blog_post {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .smart .blog_listing .blog_post h5 {
      font-size: 24px;
      margin-bottom: 15px;
  }
}
.smart .blog_listing .blog_post.adblock {
  border-color: #0083ca;
  background: #0083ca;
  text-align: center;
}
.smart .blog_listing .blog_post.adblock .h3 {
  line-height: 1.3;
}
.smart .blog_listing .blog_post.adblock.upgrade {
  background: #643465;
  border-color: #643465;
  width: calc(33.33% - 12px);
  padding-bottom: 42px;
}
@media (max-width: 700px) {
    .smart .blog_listing .blog_post.adblock.upgrade {
        width:100%;
        padding-bottom: 30px;
    }
}

.smart .blog_listing .blog_post.adblock.upgrade.black-friday-blog-ad {
  background: #1A1819 url('/wp-content/themes/smartinsights/images/black-friday-assets/Background-x2.svg') bottom center no-repeat;
  background-size: cover;
  border-color: #1A1819;
}
.smart .blog_listing .blog_post.adblock.upgrade p,
.smart .blog_listing .blog_post.adblock.upgrade a {
  color: white;
}

.smart .blog_listing .blog_post.adblock.upgrade.black-friday-blog-ad p {
  color: #78B948;
}

.smart .blog_listing .blog_post.adblock.upgrade.black-friday-blog-ad p.subline {
  font-size: 20px;
}




@media (min-width: 961px) {
  .smart .blog_post.adblock.upgrade.black-friday-blog-ad .but.full,
  .smart .blog_listing .blog_post.adblock.upgrade.jan-promo-blog-ad .but.full {
    width: 60%;
  }
}
.smart .blog_listing .blog_post.adblock.upgrade p.h3 {
  color: #fff;
  font-size: 41px!important;
  font-family: 'Source Sans Pro', Helvetica, sans-serif !important;
}

.smart .blog_listing .blog_post.adblock.upgrade.jan-promo-blog-ad {
  background: #FED66A url('/wp-content/themes/smartinsights/images/smart/campaigns/blog-adblock-jan-promo.png') bottom center no-repeat;
  background-size: cover;
  border-color: #FFF0CC;
  padding-top: 30px;
}

.smart .blog_listing .blog_post.adblock.upgrade.jan-promo-blog-ad p {
  color: #362f34;
  margin-bottom: 20px;
}

.smart .blog_listing .blog_post.adblock.upgrade.jan-promo-blog-ad p.subline {
  font-size: 20px;
}


.smart .blog_listing .blog_post.adblock.toolkit_ad {
  background: #5ac5ff;
  border: 0px;
  background-repeat: no-repeat;
  background-image: url(../../images/smart/blog/toolkit-ad-background.png);
  background-position: bottom;
  background-size: 100%;
}
.smart .blog_listing .blog_post.adblock.toolkit_ad p {
  color: #1a2d37;
  font-size: 16px;
  margin-bottom: 10px;
}
.smart .blog_listing .blog_post.adblock.toolkit_ad .h3 {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  line-height: 53px;
  color: #1a2d37;
  font-size: 44px!important;
  margin-top: 0px;
  margin-bottom: 5px;
}
.smart .blog_listing .blog_post.adblock.toolkit_ad .but {
  background: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  color: #fff;
  width: 200px;
  height: 45px;
  line-height: 21px;
}
.smart .blog_listing .blog_post.adblock.toolkit_ad .but:hover {
  background: rgba(255, 255, 255, 0.2);
}
.smart .blog_listing .blog_post.adblock .h3 {
  color: white;
  font-size: 40px;
  font-weight: 600;
}
.smart .blog_listing .blog_post.adblock.upgrade p.h3 {
  font-size: 28px!important;
  font-family: 'Source Sans Pro', Helvetica, sans-serif !important;
  margin-top: 10px;
}
.smart .blog_listing .blog_post.adblock.upgrade p{
    font-size: 15px;
}
@media (min-width: 701px) {
    .smart .blog_listing .blog_post.adblock.upgrade p.h3 {
        font-size: 45px!important;
    }

    .smart .blog_listing .blog_post.adblock.upgrade p{
        font-size: 16px;
    }
}
.smart .blog_listing .blog_post.lf {
  width: calc(66.66% - 8px);
  padding: 20px;
}
@media (max-width: 700px) {
  .smart .blog_listing .blog_post.lf {
    display: none;
  }
}
.smart .blog_listing .blog_post.lf .flex_centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 24em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.smart .blog_listing .blog_post.lf .flex_centre img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 100%;
}
.smart .blog_listing .blog_post.lf .flex_centre h1 a {
  font-size: 45px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.smart .blog_listing .blog_post.lf .flex_centre h1 {
  text-align: center;
}
.smart .blog_listing .blog_post.lf .flex_centre p {
  text-align: center;
  font-size: 22px;
}
.smart .blog_listing .blog_post.lf .blog_post_meta {
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.smart .blog_listing .blog_post.lf .blog_post_meta a {
  color: white;
}
.smart .blog_listing .blog_post.lf .blog_post_meta .date {
  color: white;
}
.smart .blog_listing .blog_post.lf .blog_post_meta .date:before {
  background: rgba(255, 255, 255, 0.2);
}
.smart .blog_listing .blog_post.lf .blog_post_footer .outline_white {
  color: white;
  float: right;
  margin-top: 5px;
}
.smart .blog_listing .blog_post.lf .blog_post_footer .essential_icon {
  float: left;
  color: white;
}
@media (max-width: 1250px) {
  .smart .blog_listing .blog_post.lf .blog_post_footer .si_tags {
    display: none;
  }
}
.smart .blog_listing .blog_post.lf .blog_post_footer .si_tags a {
  color: white!important;
}
@media (max-width: 1250px) {
  .smart .blog_listing .blog_post .blog_post_footer .si_tags {
    display: none;
  }
}
.smart .blog_listing .blog_post .blog_post_footer .si_tags a:hover:after {
  border-color: rgba(0, 0, 0, 0) #743c7b rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.smart .blog_listing .blog_post .blog_post_footer .essential_icon {
  float: right;
  color: #595959;
  font-size: 13px;
  display: flex;
 align-items: center;
}
.smart .blog_listing .blog_post .blog_post_footer .essential_icon img {
  margin-left: 5px;
  vertical-align: unset;
}

.blog_post_meta {
  font-size: 14px;
}
.smart .blog_listing .blog_post .blog_post_meta {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
}
.smart .blog_listing .blog_post .blog_post_meta img {
  margin-right: 10px;
}
.smart .blog_listing .blog_post .blog_post_meta a {
  margin-right: 15px;
  color: #595959;
  padding-top: 5px;
  padding-bottom: 3px;
}
.smart .blog_listing .blog_post .blog_post_meta a:hover {
  color: #026bac;
}
.smart .blog_listing .blog_post .blog_post_meta .date {
  position: relative;
  padding-left: 19px;
  color: #595959;
}
.smart .blog_listing .blog_post .blog_post_meta .date:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 37px;
  background: #d7d7d7;
  left: 0px;
  top: -8px;
}
@media (min-width: 701px) and (max-width: 1170px) {
    body.blog .smart .blog_listing .blog_post .blog_post_meta .author-link,
    body.author .smart .blog_listing .blog_post .blog_post_meta .author-link,
    body.page-template-page-popular .smart .blog_listing .blog_post .blog_post_meta .author-link {
        padding: 5px 0 3px;
    }

    body.blog .smart .blog_listing .blog_post .blog_post_meta .date,
    body.author .smart .blog_listing .blog_post .blog_post_meta .date,
    body.page-template-page-popular .smart .blog_listing .blog_post .blog_post_meta .date {
        padding-left: 0;
        display: block;
        padding-top: 5px;
    }

    body.blog .smart .blog_listing .blog_post .blog_post_meta .date:before,
    body.author .smart .blog_listing .blog_post .blog_post_meta .date:before,
    body.page-template-page-popular .smart .blog_listing .blog_post .blog_post_meta .date:before {
        display: none;
    }
}
@media (min-width: 701px) and (max-width: 899px) {
    body.blog .smart .blog_listing .blog_post .blog_post_meta .author-link,
    body.author .smart .blog_listing .blog_post .blog_post_meta .author-link,
    body.page-template-page-popular .smart .blog_listing .blog_post .blog_post_meta .author-link {
        display: block;
    }
}
@media (max-width: 424px) {
    .smart .blog_listing .blog_post .blog_post_meta .date {
        display: block;
        padding-left: 0;
        padding-top: 8px;
    }

    .smart .blog_listing .blog_post .blog_post_meta .date::before {
        display: none;
    }
}
.smart .blog_listing .blog_post .blog_post_footer {
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px dotted #e1e1e1;
  position: absolute;
  bottom: 10px;
  width: calc(100% - 40px);
}
@media (min-width: 701px) {
    .smart .blog_listing .blog_post .blog_post_footer {
        bottom: 20px;
    }
}
.smart .blog_listing .blog_post p {
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #595959;
  word-wrap: break-word;
}
.smart .blog_listing .blog_post:nth-of-type(3n) {
  margin-right: 0px;
}
.smart .blog_listing .blog_post h1 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
  font-size: 23px;
}
.smart .blog_listing .blog_post a {
  color: #362f34;
}
.smart .blog_listing .blog_post .si_tags a {
  color: #fff;
}
.smart .blog_listing .blog_post .categories a {
  margin-bottom: 10px;
}
.smart .blog_listing .blog_post a:hover {
  text-decoration: none;
}
.smart .blog_listing .blog_post a:hover h1 {
  color: #0083ca;
}
.blog_post.unedited-tag,
.archive .smart .blog_listing .blog_post {
    padding-bottom: 20px !important;
}
.archive.tax-advicetype #page-blog,
.archive.category #page-blog {
    padding-top: 25px;
}
@media (min-width: 800px) {
    .archive.tax-advicetype #page-blog,
    .archive.category #page-blog{
        padding-top: 40px;
        padding-bottom: 58px;
    }
}
.archive.tax-advicetype #page-blog .section-two-column-sidebar,
.archive.category #page-blog .section-two-column-sidebar,
#tactic-page .section-two-column-sidebar {
    max-width: 330px;
    float: left;
    width: 100%;
    margin-top: 0;
}
.archive.tax-advicetype #page-blog .section-two-column-main,
.archive.category #page-blog .section-two-column-main,
#tactic-page .section-two-column-main {
    max-width: calc(100% - 380px);
    width: 100%;
    float: left;
    margin-right: 50px;
    padding: 0;
}
@media (max-width: 1099px) {
    .archive.tax-advicetype #page-blog .section-two-column-main,
    .archive.category #page-blog .section-two-column-main,
    #tactic-page .section-two-column-main {
        float: none;
        max-width: 100%;
    }
    .archive.tax-advicetype #page-blog .section-two-column-sidebar,
    .archive.category #page-blog .section-two-column-sidebar,
    #tactic-page .section-two-column-sidebar {
        width: 100%;
        margin-top: 10px;
        max-width: none;
    }
}
.archive.tax-advicetype .smart .blog_listing,
.archive.tag .smart .blog_listing,
.archive.category .smart .blog_listing {
    padding: 0;
}
@media (min-width: 701px) {
    .archive.tax-advicetype .smart .blog_listing .blog_post,
    .archive.tag .smart .blog_listing .blog_post,
    .archive.category .smart .blog_listing .blog_post,
    .smart .blog_listing .blog_post.unedited-tag {
        width: 100%;
        margin-right: 0;
        padding: 40px 35px 45px !important;
    }
}
.blog_post.unedited-tag .blog-read-more,
.archive .smart .blog_listing .blog_post .blog-read-more {
    margin-bottom: 0!important;
}
.unedited-tag h2,
.unedited-tag h2 a,
.archive .smart .blog_listing .blog_post h2,
.archive .smart .blog_listing .blog_post h2 a {
    font-size: 24px;
    color: #362f34;
}
@media (min-width: 701px) {
    .unedited-tag h2,
    .unedited-tag h2 a,
    .archive .smart .blog_listing .blog_post h2,
    .archive .smart .blog_listing .blog_post h2 a  {
        font-size: 35px;
    }
}
.unedited-tag .blog_meta_bottom_lower,
.archive .smart .blog_listing .blog_post .blog_meta_bottom_lower {
    border-bottom: 3px solid #d7d7d7;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.unedited-tag .blog_meta_bottom_lower a,
.archive .smart .blog_listing .blog_post .blog_meta_bottom_lower a {
    background: #eaeaea;
    color: #353434;
    font-size: 15px;
    padding: 6px 10px;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    font-family: Helvetica,Arial,sans-serif;
    position: relative;
    cursor: pointer;
    float: left;
    margin: 0 7px 10px 0;
}
.unedited-tag .blog_meta_bottom_lower a::after,
.archive .smart .blog_listing .blog_post .blog_meta_bottom_lower a::after {
    content: "";
    left: 50%;
    width: 0;
    height: 0;
    border-color: #eaeaea transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    top: 30px;
    position: absolute;
    margin-left: -10px;
}
.unedited-tag .blog-content,
.archive .smart .blog_listing .blog_post .blog-content {
    color: #595959;
}
.unedited-tag .blog-content h2,
.archive .smart .blog_listing .blog_post .blog-content h2 {
    font-size: 18px;
    margin-bottom: 20px;
}
.unedited-tag .blog-read-more a,
.archive .smart .blog_listing .blog_post .blog-read-more a {
    color: #026bac !important;
    font-size: 15px;
    font-family: Helvetica,Arial,sans-serif;
    text-decoration: underline;
}
@media (min-width: 701px) {
    .unedited-tag .blog-content h2,
    .archive .smart .blog_listing .blog_post .blog-content h2 {
        font-size: 25px;
    }
    .unedited-tag .blog-content,
    .archive .smart .blog_listing .blog_post .blog-content {
        font-size: 16px;
    }
    .unedited-tag .blog-read-more a,
    .archive .smart .blog_listing .blog_post .blog-read-more a {
        font-size: 16px;
    }
}

.smart .si_upgrade_banner {
  width: 100%;
  padding: 50px;
  background: #643465;
  margin-bottom: 50px;
}
.smart .si_upgrade_banner h2,
.smart .si_upgrade_banner p {
  color: white;
}
.smart .si_upgrade_banner .but.green {
  margin-right: 20px;
}
#siLoadMoreBar {
  text-align: center;
  margin-bottom: 50px;
}
.smart.home.illustration_block.bottom .s_block.two {
  height: 310px!important;
}
.smart.home.illustration_block .s_wrapper {
  max-width: 1400px;
}
.smart.home.illustration_block .s_block.two {
  margin-top: 50px;
}
@media (max-width: 800px) {
  .smart.home.illustration_block .s_block.two {
    width: 100%;
    height: auto!important;
  }
}
.smart.home.illustration_block h1 {
  font-size: 41px;
  font-weight: 600;
}
.smart.home .h1 {
  font-size: 41px;
  font-weight: 600;
}
.smart.home .title {
  font-size: 30px;
  color: #9e9e9e;
  line-height: 1.2;
}
.smart.home .title span {
  display: block;
  color: #362f34;
}
.smart.home .title img {
  width: 130px;
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.smart.home .title.top_title {
  position: absolute;
  bottom: 51px;
  left: 410px;
  z-index: 1;
  text-align: center;
}
.smart.home .title.bottom_title {
  position: absolute;
  top: 55px;
  z-index: 1;
  left: 390px;
  text-align: center;
}
.smart.home .title.bottom_title img {
  margin-left: 29px;
}
.smart.home .toolkit_diagram.diagram_bottom {
  position: relative;
  top: -9px;
  margin-bottom: -100px;
}
.smart.home .toolkit_diagram.diagram_top {
  bottom: -63px;
  position: relative;
}
.smart.home .illustration_image {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.smart.home #large_diagram_top {
  width: 980px;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media (max-width: 980px) {
  .smart.home #large_diagram_top {
    width: 100%;
  }
  .smart.home #large_diagram_top img {
    display: none;
  }
  .smart.home #large_diagram_top .toolkit_tip {
    position: relative!important;
    color: #fff;
    text-shadow: none;
    display: block;
    padding: 10px;
    border-bottom: 1px dotted #fff;
    top: 0px!important;
    left: 0px!important;
  }
  .smart.home #large_diagram_top .toolkit_tip br {
    display: none;
  }
  .smart.home #large_diagram_top .toolkit_tip:hover {
    text-decoration: none;
  }
  .smart.home #large_diagram_top .toolkit_tip:hover .toolkit_popover {
    z-index: 1;
  }
  .smart.home #large_diagram_top .title {
    position: static!important;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.smart.home #large_diagram_top #circle_left {
  top: 30px;
  left: -180px;
}
.smart.home #large_diagram_top #circle_left:after {
  width: 132px;
  height: 52px;
  display: block;
  top: 30px;
  position: absolute;
  left: 247px;
  background-image: url(../../images/smart/home/arrow2_left.png);
}
.smart.home #large_diagram_top #circle_right {
  top: 30px;
  right: -180px;
}
.smart.home #large_diagram_top #circle_right:after {
  width: 132px;
  height: 52px;
  background-image: url(../../images/smart/home/arrow2_right.png);
  left: -117px;
  top: 48px;
}
.smart.home #large_diagram_top .toolkit_tip {
  position: absolute;
  top: auto;
  left: 0px;
  text-align: center;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  text-shadow: 0px 2px rgba(0, 0, 0, 0.3);
}
.smart.home #large_diagram_top .toolkit_tip:hover {
  text-decortion: none;
}
.smart.home #large_diagram_top .toolkit_tip:hover .toolkit_popover {
  z-index: 1;
}
.smart.home #large_diagram_top .toolkit_tip .toolkit_popover {
  left: 50%;
  margin-left: -194px;
}
.smart.home #large_diagram_top .toolkit_tip:nth-of-type(1) {
  left: 46px;
  bottom: 26px;
}
.smart.home #large_diagram_top .toolkit_tip:nth-of-type(2) {
  top: auto;
  left: 177px;
  bottom: 272px;
}
.smart.home #large_diagram_top .toolkit_tip:nth-of-type(3) {
  top: auto;
  left: auto;
  bottom: 154px;
  right: 83px;
}
.smart.home #large_diagram_top .toolkit_tip:nth-of-type(4) {
  top: auto;
  left: auto;
  bottom: 28px;
  right: 33px;
}
.smart.home #large_diagram_top .toolkit_tip:nth-of-type(5) {
  top: auto;
  left: 391px;
  bottom: 357px;
}
.smart.home #large_diagram_top .toolkit_tip:nth-of-type(6) {
  top: auto;
  left: 509px;
  bottom: 360px;
}
.smart.home #large_diagram_top .toolkit_tip:nth-of-type(7) {
  top: auto;
  left: auto;
  bottom: 336px;
  right: 277px;
}
.smart.home #large_diagram_top .toolkit_tip:nth-of-type(8) {
  top: auto;
  left: auto;
  bottom: 251px;
  right: 161px;
}
.smart.home #large_diagram_top .toolkit_tip:nth-of-type(9) {
  top: auto;
  left: 82px;
  bottom: 150px;
}
.smart.home #large_diagram_top .toolkit_tip:nth-of-type(10) {
  top: auto;
  left: 291px;
  bottom: 340px;
}
.smart.home #large_diagram_bottom {
  width: 980px;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media (max-width: 980px) {
  .smart.home #large_diagram_bottom {
    width: 100%;
  }
  .smart.home #large_diagram_bottom img {
    display: none;
  }
  .smart.home #large_diagram_bottom .toolkit_tip {
    position: relative!important;
    text-align: center;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    text-shadow: none;
    border-bottom: 1px dotted white;
    display: block;
    padding: 10px;
    top: 0px!important;
    left: 0px!important;
  }
  .smart.home #large_diagram_bottom .toolkit_tip br {
    display: none;
  }
  .smart.home #large_diagram_bottom .title {
    position: static!important;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.smart.home #large_diagram_bottom .toolkit_tip {
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  text-shadow: 0px 2px rgba(0, 0, 0, 0.3);
}
.smart.home #large_diagram_bottom .toolkit_tip:hover {
  text-decoration: none;
}
.smart.home #large_diagram_bottom .toolkit_tip:hover .toolkit_popover {
  z-index: 1;
}
.smart.home #large_diagram_bottom .toolkit_tip .toolkit_popover {
  left: 50%;
  margin-left: -194px;
}
.smart.home #large_diagram_bottom .toolkit_tip:nth-of-type(1) {
  left: 42px;
  top: 59px;
}
.smart.home #large_diagram_bottom .toolkit_tip:nth-of-type(2) {
  left: 86px;
  top: 189px;
}
.smart.home #large_diagram_bottom .toolkit_tip:nth-of-type(3) {
  left: 162px;
  top: 289px;
}
.smart.home #large_diagram_bottom .toolkit_tip:nth-of-type(4) {
  left: 278px;
  top: 365px;
}
.smart.home #large_diagram_bottom .toolkit_tip:nth-of-type(5) {
  left: 383px;
  top: 405px;
}
.smart.home #large_diagram_bottom .toolkit_tip:nth-of-type(6) {
  left: 516px;
  top: 406px;
}
.smart.home #large_diagram_bottom .toolkit_tip:nth-of-type(7) {
  left: 616px;
  top: 371px;
}
.smart.home #large_diagram_bottom .toolkit_tip:nth-of-type(8) {
  left: 720px;
  top: 289px;
}
.smart.home #large_diagram_bottom .toolkit_tip:nth-of-type(9) {
  left: 783px;
  top: 189px;
}
.smart.home #large_diagram_bottom .toolkit_tip:nth-of-type(10) {
  left: 834px;
  top: 58px;
}
.smart .home_testimonial .pin {
  position: absolute;
  width: 38px;
  height: 38px;
  background: #f7a51f;
  border-radius: 100%;
  left: 50%;
  margin-left: -22px;
  top: -47px;
}
.smart .home_testimonial .pin.red {
  background: #e62338;
}
.smart .home_testimonial .pin.green {
  background: #a3d538;
}
.smart .home_testimonial .pin:after {
  content: '';
  width: 4px;
  height: 18px;
  background: #acacac;
  position: absolute;
  top: 38px;
  left: 18px;
}
.smart .home_testimonial .quote_footer_container {
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.smart .home_testimonial .quote {
  text-align: center;
  font-style: italic;
  margin-top: 15px;
  margin-bottom: 23px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #595959;
}
@media (min-width: 701px) {
    .smart .home_testimonial .quote {
        margin-top: 34px;
        margin-bottom: 40px;
    }
}
@media (min-width: 991px) {
    .smart .home_testimonial .quote {
        min-height: 135px;
    }
    .smart.home.alt#home_testimonials_banner .home_testimonial .quote {
        min-height: 190px;
    }
}
@media (min-width: 1316px) {
    .smart.home.alt#home_testimonials_banner .home_testimonial .quote {
        min-height: 161px;
    }
}
@media (max-width: 700px) {
    .smart .home_testimonial .quote {
        font-size: 15px;
    }
}
.smart .home_testimonial .name {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  color: #362f34;
}
@media (max-width: 700px) {
    .smart .home_testimonial .name {
        font-size: 18px;
    }
}
.smart .home_testimonial .position {
  font-size: 14px;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #595959;
  margin-bottom: 0;
}
@media (max-width: 700px) {
    .smart .home_testimonial .position {
        font-size: 12px;
    }
}
.smart .home_testimonial .avatar {
  width: 50px;
  margin: 0 auto;
  display: block;
  margin-bottom: 7px;
}
.smart .home_testimonial .logo {
  margin: 0 auto;
  display: block;
}
.smart .home_testimonial .quote_footer_container hr {
  margin-top: 14px;
  margin-bottom: 22px;
}
@media (min-width: 701px) {
    .smart .home_testimonial .quote_footer_container hr {
        margin-bottom: 25px;
        margin-top: 23px;
    }
}
.smart.home h2 {
  font-size: 34px;
  margin-bottom: 10px;
}
.smart.home p.smaller {
  font-size: 15px;
}
.smart.home #circle_left,
.smart.home #circle_right {
  width: 280px;
  height: 280px;
  border: 3px solid white;
  border-radius: 100%;
  position: absolute;
  color: #333;
  text-align: center;
  font-size: 18px;
  padding-top: 63px;
}
@media (max-width: 1179px) {
  .smart.home #circle_left,
  .smart.home #circle_right {
    display: none;
  }
}
.smart.home #circle_right {
  right: -300px;
}
.smart.home #circle_right:after {
  content: '';
  background-image: url(../../images/smart/home/arrow_left.png);
  width: 100px;
  height: 81px;
  display: block;
  top: 270px;
  position: absolute;
}
.smart.home #circle_left {
  padding-top: 71px;
  left: -320px;
  top: 190px;
}
.smart.home #circle_left:after {
  content: '';
  background-image: url(../../images/smart/home/arrow_right.png);
  width: 117px;
  height: 90px;
  display: block;
  top: -92px;
  position: absolute;
  left: 130px;
}
.smart.home #extra {
  position: absolute;
  top: 360px;
  font-size: 19px;
  text-align: center;
  right: -310px;
  font-weight: 100;
}
@media (max-width: 1179px) {
  .smart.home #extra {
    display: none;
  }
}
.smart.home #extra:after {
  content: '';
  background-image: url(../../images/smart/home/arrow_right.png);
  width: 117px;
  height: 90px;
  display: block;
  top: -2px;
  position: absolute;
  left: 150px;
}
.smart.home #extra span {
  font-size: 59px;
  display: block;
  color: #0e82c6;
  position: relative;
}
.smart.home #extra span:before {
  background: #fff;
  border-radius: 120%;
  height: 41px;
  display: inline-block;
  line-height: 41px;
}
.smart.home #extra a {
  text-decoration: underline;
}
.smart .s_wrapper.flex {
  display: flex;
}
@media (max-width: 800px) {
  .smart .s_wrapper.flex {
    display: block;
  }
}
.smart .s_wrapper.flex .s_block {
  flex: 1;
}
.smart .mob_show {
  display: none;
}
@media (max-width: 800px) {
  .smart .mob_show {
    display: block;
  }
}
.smart .toolkit_tip {
  position: relative;
}
.smart .toolkit_tip:hover .ion-help-circled {
  color: #b9b9b9;
  cursor: pointer;
}
.smart .toolkit_tip:hover .toolkit_popover {
  display: block;
}
.smart .toolkit_tip .toolkit_popover {
  text-align: center;
  display: block;
  width: 390px;
  padding: 30px 20px;
  background: #424242;
  left: -172px;
  position: absolute;
  border-radius: 6px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  line-height: 20px;
  top: 33px;
  display: none;
}
.smart .toolkit_tip .toolkit_popover:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 14px 12px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #424242 rgba(0, 0, 0, 0);
  position: absolute;
  top: -13px;
  left: 50%;
  margin-left: -13px;
}
.smart .toolkit_tip .toolkit_popover .toolkit_icon {
  width: 51px;
  padding-top: 0px;
  margin-bottom: 15px;
}
.smart .toolkit_tip .toolkit_popover .title {
  display: block;
  font-size: 18px;
  color: #fff;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #727272;
}
.smart .toolkit_tip .toolkit_popover .para {
  font-size: 14px;
  line-height: 20px;
  color: #b1b1b1;
}
.smart.white_banner {
  padding-top: 50px;
  padding-bottom: 50px;
}
.smart.white_banner h1,
.smart.white_banner h2,
.smart.white_banner p {
  text-align: center;
}
.smart.white_banner p:not(.h1) {
  color: #676767!important;
}

.smart.white_banner p.notes {
  font-size: 14px;
}
.smart.white_banner .s_block.two.no_margin:first-of-type {
  border-right: 2px solid #cdcdcd;
  height: 260px;
}
.smart.white_banner .s_block.two.no_margin:last-of-type {
  border-left: 2px solid #cdcdcd;
  height: 260px;
}
@media (max-width: 800px) {
  .smart.white_banner .s_block.two.no_margin {
    border: 0px!important;
  }
}
.smart.white_banner #gform_21,
.smart.white_banner #gform_23,
.smart.white_banner #gform_24 {
  margin-top: -15px;
}

.smart #gform_20,
.smart #gform_26 {
  margin-top: 2px;
}
.smart form#gform_20 input[type="text"],
.smart form#gform_26 input[type="text"] {
  margin-bottom: 17px;
}

.smart.white_banner #gform_21 input[type="text"],
.smart.white_banner #gform_21 select,
.smart.white_banner #gform_23 input[type="text"],
.smart.white_banner #gform_23 select,
.smart.white_banner #gform_24 input[type="text"],
.smart.white_banner #gform_24 select,
.smart #gform_20 input[type="text"],
.smart #gform_20 select,
.smart #gform_26 input[type="text"],
.smart #gform_26 select {
  width: 100%;
  padding: 12px;
  font-size: 18px;
}

.smart #gform_2 select,
.smart #gform_20 input[type="text"],
.smart #gform_20 select,
.smart #gform_26 input[type="text"],
.smart #gform_26 select {
  padding: 8px 12px;
  font-size: 14px;
}

.smart #gform_26 select {
  margin-bottom: 0;
}
.smart.white_banner #gform_21 input[type="submit"],
.smart.white_banner #gform_23 input[type="submit"],
.smart.white_banner #gform_24 input[type="submit"],
.smart #gform_26 input[type="submit"],
.smart #gform_20 input[type="submit"] {
  background: #78b948;
  width: 269px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 48px;
  margin: 0 auto;
  border-radius: 3px;
  font-size: 18px;
  cursor: pointer;
  border: 0px;
  box-shadow: none;
  margin-top: 40px;
  float: right;
  margin-right: -163px;
}
.smart #gform_20 input[type="submit"],
.smart #gform_26 input[type="submit"] {
  float: none;
  margin-right: 0;
  margin-top: 18px;
  width: 96%;
}

body .gform_wrapper #gform_20 ul li.gfield,
body .gform_wrapper #gform_26 ul li.gfield {
  margin-top: 0;
}

@media (max-width: 800px) {

  .smart.white_banner #gform_21 input[type="submit"],
  .smart.white_banner #gform_23 input[type="submit"],
  .smart.white_banner #gform_24 input[type="submit"],
  .smart #gform_26 input[type="submit"],
  .smart #gform_20 input[type="submit"] {
    float: none;
    margin-right: 0px;
    width: 100%;
    margin-top: 0px;
  }

}
.smart.white_banner #gform_21 input[type="submit"]:hover,
.smart.white_banner #gform_23 input[type="submit"]:hover,
.smart.white_banner #gform_24 input[type="submit"]:hover,
.smart #gform_26 input[type="submit"]:hover,
.smart #gform_20 input[type="submit"]:hover {
  background: #93c76d;
}
.smart.white_banner #gform_23 li.populate-country-codes select.small,
.smart.white_banner #gform_24 li.populate-country-codes select.small,
.smart #gform_26 li.populate-country-codes select.small {
  clear:left;
  float: left;
  margin-right: 1%;
  padding: 11px 12px;
  width: 33%;
}
.smart #gform_26 li.populate-country-codes select.small {
  padding: 8px 12px;
}
.smart.white_banner #gform_23 li.gfield.phone-number,
.smart.white_banner #gform_24 li.gfield.phone-number,
.smart #gform_26 li.gfield.phone-number {
  clear:none;
}
.smart.white_banner #gform_23 li.phone-number input[type="text"],
.smart.white_banner #gform_24 li.phone-number input[type="text"],
.smart #gform_26 li.phone-number input[type="text"] {
  float: right;
  width: 65%;
}
.smart#home_blue_banner,
.smart.home_blue_banner {
  background: #5ac5ff;
  padding-top: 50px;
}
@media (max-width: 800px) {
  .smart#home_blue_banner,
  .smart.home_blue_banner {
      padding-top: 43px;
  }
}

.smart#home_blue_banner.no_padding_top,
.smart.home_blue_banner.no_padding_top {
  padding-top: 0px;
  padding-bottom: 50px;
}
.smart#home_blue_banner.no_padding,
.smart.home_blue_banner.no_padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
.smart#home_blue_banner #toolkit_diagram,
.smart.home_blue_banner #toolkit_diagram {
  width: 558px;
  margin: 0 auto;
  display: block;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 800px) {
  .smart#home_blue_banner #toolkit_diagram,
  .smart.home_blue_banner #toolkit_diagram {
    width: 100%;
  }
}

.smart#home_blue_banner h2,
.smart.home_blue_banner h2 {
    font-size: 24px;
    font-weight: 600;
    color: #362f34;
    line-height: 1.2;
    margin-bottom: 15px;
}

@media (min-width: 801px) {
    .smart#home_blue_banner h2,
    .smart.home_blue_banner h2 {
        font-size: 30px;
        margin-bottom: 21px;
    }
}

.smart#home_blue_banner p,
.smart.home_blue_banner p {
    color: #595959;
    font-weight: 400;
}

@media (max-width: 800px) {
    .smart#home_blue_banner p,
    .smart.home_blue_banner p {
        font-size: 15px;
    }
}

.smart#home_blue_banner h2,
.smart.home_blue_banner h2,
.smart#home_blue_banner p,
.smart.home_blue_banner p {
  text-align: center;
}

.smart#home_blue_banner .toolkit_mob_icon_container,
.smart.home_blue_banner .toolkit_mob_icon_container {
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 801px) {
    .smart#home_blue_banner .toolkit_mob_icon_container,
    .smart.home_blue_banner .toolkit_mob_icon_container {
        display: none;
    }
}

.smart#home_blue_banner .toolkit_mob_icon_container img.toolkit_mob_icon,
.smart.home_blue_banner .toolkit_mob_icon_container img.toolkit_mob_icon {
    max-width: 68px;
    width: 100%;
}

.smart#home_blue_banner #toolkit_diagram h2,
.smart.home_blue_banner #toolkit_diagram h2 {
  position: absolute;
  top: 216px;
  left: 200px;
  line-height: 1.3;
  color: #9e9e9e;
}

@media (max-width: 800px) {
    .smart#home_blue_banner #toolkit_diagram h2,
    .smart.home_blue_banner #toolkit_diagram h2 {
        color: #362f34;
        font-size: 24px;
        font-weight: 600;
        position: static;
    }

    .smart#home_blue_banner #toolkit_diagram h2 br,
    .smart.home_blue_banner #toolkit_diagram h2 br {
        display: none;
    }
}

.smart#home_blue_banner #toolkit_diagram h2 strong,
.smart.home_blue_banner #toolkit_diagram h2 strong {
  color: #333;
}

@media (max-width: 800px) {
    .smart#home_blue_banner #toolkit_diagram a.toolkit_tip,
    .smart.home_blue_banner #toolkit_diagram a.toolkit_tip {
        color: #595959;
        font-size: 15px;
        position: relative;
        text-shadow: none;
        display: block;
        padding: 10px;
        border-bottom: 1px dotted #fff;
        top: 0px!important;
        left: 0px!important;
    }
}

@media (max-width: 800px) {
  .smart#home_blue_banner #toolkit_diagram img,
  .smart.home_blue_banner #toolkit_diagram img {
    display: none;
  }
}

.smart#home_blue_banner #toolkit_diagram .toolkit_tip,
.smart.home_blue_banner #toolkit_diagram .toolkit_tip {
  position: absolute;
  text-align: center;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  text-shadow: 0px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 800px) {
  .smart#home_blue_banner #toolkit_diagram .toolkit_tip br,
  .smart.home_blue_banner #toolkit_diagram .toolkit_tip br {
    display: none;
  }
}
.smart#home_blue_banner #toolkit_diagram .toolkit_tip:hover,
.smart.home_blue_banner #toolkit_diagram .toolkit_tip:hover {
  text-decoration: none;
}
.smart#home_blue_banner #toolkit_diagram .toolkit_tip:hover .toolkit_popover,
.smart.home_blue_banner #toolkit_diagram .toolkit_tip:hover .toolkit_popover {
  z-index: 1;
}
.smart#home_blue_banner #toolkit_diagram .toolkit_tip .toolkit_popover,
.smart.home_blue_banner #toolkit_diagram .toolkit_tip .toolkit_popover {
  margin-left: -193px;
  left: 50%;
}
.smart#home_blue_banner #toolkit_diagram .toolkit_tip:nth-of-type(1),
.smart.home_blue_banner #toolkit_diagram .toolkit_tip:nth-of-type(1) {
  top: 66px;
  left: 215px;
}
.smart#home_blue_banner #toolkit_diagram .toolkit_tip:nth-of-type(2),
.smart.home_blue_banner #toolkit_diagram .toolkit_tip:nth-of-type(2) {
  top: 113px;
  right: 120px;
}
.smart#home_blue_banner #toolkit_diagram .toolkit_tip:nth-of-type(3),
.smart.home_blue_banner #toolkit_diagram .toolkit_tip:nth-of-type(3) {
  top: 208px;
  right: 40px;
}
.smart#home_blue_banner #toolkit_diagram .toolkit_tip:nth-of-type(4),
.smart.home_blue_banner #toolkit_diagram .toolkit_tip:nth-of-type(4) {
  top: 331px;
  right: 24px;
}
.smart#home_blue_banner #toolkit_diagram .toolkit_tip:nth-of-type(5),
.smart.home_blue_banner #toolkit_diagram .toolkit_tip:nth-of-type(5) {
  top: 440px;
  right: 106px;
}
.smart#home_blue_banner #toolkit_diagram .toolkit_tip:nth-of-type(6),
.smart.home_blue_banner #toolkit_diagram .toolkit_tip:nth-of-type(6) {
  top: 472px;
  right: 237px;
}
.smart#home_blue_banner #toolkit_diagram .toolkit_tip:nth-of-type(7),
.smart.home_blue_banner #toolkit_diagram .toolkit_tip:nth-of-type(7) {
  top: 440px;
  right: 361px;
}
.smart#home_blue_banner #toolkit_diagram .toolkit_tip:nth-of-type(8),
.smart.home_blue_banner #toolkit_diagram .toolkit_tip:nth-of-type(8) {
  top: 331px;
  right: 419px;
}
.smart#home_blue_banner #toolkit_diagram .toolkit_tip:nth-of-type(9),
.smart.home_blue_banner #toolkit_diagram .toolkit_tip:nth-of-type(9) {
  top: 207px;
  right: 413px;
}
.smart#home_blue_banner #toolkit_diagram .toolkit_tip:nth-of-type(10),
.smart.home_blue_banner #toolkit_diagram .toolkit_tip:nth-of-type(10) {
  top: 112px;
  right: 364px;
}
.smart#home_blue_banner .toolkit_footer,
.smart.home_blue_banner .toolkit_footer {
  width: 100%;
  max-width: 1485px;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media (max-width: 800px) {
    .smart#home_blue_banner .toolkit_footer.toolkit_footer_desk,
    .smart.home_blue_banner .toolkit_footer.toolkit_footer_desk {
        display: none;
    }

    .smart#home_blue_banner .toolkit_footer.toolkit_footer_mobile,
    .smart.home_blue_banner .toolkit_footer.toolkit_footer_mobile {
        padding-top: 15px;
    }
}

@media (min-width: 801px) {
    .smart#home_blue_banner .toolkit_footer.toolkit_footer_mobile,
    .smart.home_blue_banner .toolkit_footer.toolkit_footer_mobile {
        display: none;
    }

    .smart#home_blue_banner .toolkit_footer,
    .smart.home_blue_banner .toolkit_footer {
        -webkit-transform: translateX(14px);
        -moz-transform: translateX(14px);
        -ms-transform: translateX(14px);
        transform: translateX(14px);
    }

    .smart#home_blue_banner .toolkit_footer.tk_f_home,
    .smart.home_blue_banner .toolkit_footer.tk_f_home {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      transform: none;
    }
}

.smart#home_trusted_banner {
    padding-top: 25px;
}
@media (min-width: 801px) {
    .smart#home_trusted_banner {
        padding-top: 40px;
    }
}
.smart#home_trusted_banner h2,
.smart#home_trusted_banner p {
  text-align: center;
}
.smart#home_trusted_banner h2 {
    color: #362f34;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 15px;
}
@media (min-width: 801px) {
    .smart#home_trusted_banner h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }
}
.smart#home_trusted_banner p {
  color: #595959;
  font-weight: 400;
  font-size: 15px;
}
@media (min-width: 801px) {
    .smart#home_trusted_banner p {
        font-size: 18px;
        max-width: 930px;
        margin-left: auto;
        margin-right: auto;
    }
}
.smart#home_trusted_banner img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 960px;
}
.smart#home_brand_banner {
  padding: 17px 0;
  background: #424242;
}
@media (min-width: 801px) {
    .smart#home_brand_banner {
        padding: 45px 0;
    }
}
.smart#home_brand_banner .brand_strip {
  width: 100%;
  max-width: 1056px;
  margin: 0 auto;
  display: block;
}
.smart#home_brand_banner p {
  color: #929292;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 801px) {
    .smart#home_brand_banner p {
        font-size: 18px;
    }
}
.smart#home_testimonials_banner {
  padding: 75px 0 40px;
  text-align: center;
  background: #f0f0f0;
}
@media (min-width: 801px) {
    .smart#home_testimonials_banner {
        padding: 59px 40px;
    }
}
.smart#home_testimonials_banner .s_block {
    flex: 0 1 33.3%;
    padding: 0 15px;
    float: none;
    margin: 0;
}

.smart#home_testimonials_banner .home_testimonial {
    background: #fff;
    border: 3px solid #cdcdcd;
    border-radius: 10px;
    position: relative;
    height: 100%;
    padding: 30px 30px 12px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.smart#home_testimonials_banner .home_testimonial .footer hr {
    margin-bottom: 10px;
}

@media (min-width: 701px) {
    .smart#home_testimonials_banner .home_testimonial {
        padding-top: 27px;
        padding-bottom: 22px;
    }
}

.smart#home_testimonials_banner .home_testimonial .h3 {
    margin: 0px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
    text-align: center;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #362f34;
}
@media (min-width: 701px) {
    .smart#home_testimonials_banner .home_testimonial .h3 {
        padding-bottom: 18px;
    }

}

@media (min-width: 992px) {
  .smart.alt#home_testimonials_banner .home_testimonial .h3 {
        min-height: 229px;
  }
}

@media (min-width: 1010px) {
  .smart.alt#home_testimonials_banner .home_testimonial .h3 {
        min-height: 215px;
  }
}
@media (min-width: 1021px) {
  .smart.alt#home_testimonials_banner .home_testimonial .h3 {
        min-height: 170px;
  }
}

@media (min-width: 1316px) {

  .smart.alt#home_testimonials_banner .home_testimonial .h3 {
          min-height: 110px;
      }
}
@media (max-width: 700px) {
    .smart#home_testimonials_banner .home_testimonial .h3 {
        font-size: 22px !important;
    }
}

@media (max-width: 991px) {
    .smart#home_testimonials_banner .flex{
        display: block;
    }
    .smart#home_testimonials_banner .s_block {
        flex: none;
        float: none;
        width: 100%;
        margin-right: 0px;
        padding-left: 0;
        padding-right: 0;
    }

    .smart#home_testimonials_banner .s_block:not(:last-of-type) {
        margin-bottom: 65px;
    }
    .smart#home_testimonials_banner h1 {
      margin-top: 0;
      padding-bottom: 40px;
    }
}

@media (min-width: 901px) {
    .smart#home_testimonials_banner h1 {
      margin-top: 0;
      padding-bottom: 50px;
    }

    .smart#home_testimonials_banner .s_wrapper.flex{
        margin-top: 35px;
    }

    #cre .smart#home_testimonials_banner {
      padding-top: 50px;
    }
}

.smart#home_membership_banner {
  padding-top: 25px;
  padding-bottom: 35px;
}
@media (min-width: 801px) {
    .smart#home_membership_banner {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}
.smart#home_membership_banner h2,
.smart#home_membership_banner p {
  text-align: center;
}
.smart#home_membership_banner p {
  color: #595959;
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 801px) {
    .smart#home_membership_banner p {
      font-size: 18px;
    }
}
.smart#home_membership_banner h2,
.smart#home_membership_banner .h3 {
    font-weight: 600;
    color: #362f34;
    margin-bottom: 10px;
    line-height: 1.2;
}
.smart#home_membership_banner h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
@media (min-width: 801px) {
    .smart#home_membership_banner h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }
}
.smart#home_membership_banner .h3 {
    font-size: 24px !important;
}
@media (min-width: 801px) {
    .smart#home_membership_banner .h3 {
        font-size: 30px !important;
    }
}
.smart#home_membership_banner .but {
  text-align: center;
}
.smart#home_membership_banner .indi {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 100%;
  max-width: 364px;
}
.smart#home_membership_banner .biz {
  display: block;
  margin: 0 auto;
  margin-top: 36px;
  margin-bottom: 30px;
  width: 70%;
}
.smart#home_membership_banner .biz.alternate {
  max-width: 580px;
  width: 95%;
  height: auto;
}
@media (min-width: 801px) {
    .smart#home_membership_banner .biz.alternate {
      width: auto;
      margin-left: 20px;
    }

    .smart#home_membership_banner .biz.alternate + ul {
      padding-left: 10px;
      padding-right: 10px;
    }
}
.smart#home_membership_banner .home_membership_banner-container,
.smart#home_membership_banner .buttons,
.smart#home_membership_banner .home_membership_banner-container .home_membership_banner-column .home_membership_banner-column-business-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
}

.smart#home_membership_banner .home_membership_banner-container .home_membership_banner-column,
.smart#home_membership_banner .buttons li,
.smart#home_membership_banner .home_membership_banner-container .home_membership_banner-column .home_membership_banner-column-business-content div {
    flex: 0 1 50%;
}

.smart#home_membership_banner .home_membership_banner-container .home_membership_banner-column {
    position: relative;
}

@media (min-width: 801px) {
    .smart#home_membership_banner .home_membership_banner-container .home_membership_banner-column.home_membership_banner-column-divider:after {
        background: #cdcdcd;
        content: "";
        height: 110%;
        position: absolute;
        right: -2px;
        top: 51px;
        width: 5px;
    }
    .smart#home_membership_banner .home_membership_banner-container.alternate .home_membership_banner-column.home_membership_banner-column-divider:after {
        height: 88%;
    }
}

@media (max-width: 950px) and (min-width: 801px) {
    .smart#home_membership_banner .home_membership_banner-container .home_membership_banner-column .home_membership_banner-column-business-content {
        padding-left: 10px;
    }
}

.smart#home_membership_banner .buttons {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  position: relative;
}

.smart#home_membership_banner .buttons.alternate {
  margin: 15px 0 0;
}

@media (max-width: 800px) {
  .smart#home_membership_banner .buttons {
    display: none;
  }
  .smart#home_membership_banner .home_membership_banner-container,
  .smart#home_membership_banner .home_membership_banner-container .home_membership_banner-column .home_membership_banner-column-business-content {
      display: block;
  }
}
.smart#home_membership_banner .buttons li {
  display: inline-block;
  margin-left: 37px;
  margin-right: 37px;
  text-align: center;
}

.smart#home_membership_banner .buttons li.view_full-container {
    position: absolute;
    margin: 0;
    display: block;
    left: 44%;
    right: 44%;
    width: 12%;
}

.smart#home_membership_banner .buttons li a {
  width: 269px;
}
.smart#home_membership_banner .buttons li .ion-chevron-down,
.smart#home_membership_banner .buttons li .ion-chevron-up {
  display: block;
  font-size: 18px;
  text-align: center;
}
.smart#home_membership_banner .move_left {
  margin-left: -199px;
}
.smart#home_membership_banner .home_membership_banner-column .no_margin {
  margin-bottom: 0px!important;
}
.smart#home_membership_banner .home_membership_banner-column .ion-android-add-circle {
  display: block;
  font-size: 40px;
  color: #78b948;
}
@media (max-width: 800px) {
  .smart#home_membership_banner .move_left {
    margin-left: 0px!important;
  }
}

@media (min-width: 801px) {
  .smart#home_membership_banner .s_wrapper p.intro_text {
    margin: 0 auto 30px auto;
    max-width: 1000px;
  }
}
.smart#home_membership_banner .twothree {
  position: relative;
}
.smart#home_membership_banner .twothree.last {
  padding-left: 30px;
}
.smart#home_membership_banner .agency {
  padding: 20px 30px;
  border-left: 1px dotted #a8a8a8;
}
.smart#home_membership_banner .agency span {
  color: #0083ca;
}
@media (max-width: 800px) {
  .smart#home_membership_banner .agency {
    display: none;
  }
}
@media (max-width: 1000px) and (min-width: 801px) {
    .smart#home_membership_banner .agency {
        padding: 20px 30px 10px 20px;
        margin-left: 10px;
        margin-bottom: 10px;
    }
}
.smart#home_membership_banner .hidden_block {
  border-top: 1px dotted #cdcdcd;
  padding-top: 30px;
  position: relative;
  display: flex;
  padding-bottom: 10px;
}
@media (max-width: 800px) {
    .smart#home_membership_banner .hidden_block {
        display: none;
    }
}
.smart#home_membership_banner .hidden_block .s_block {
    flex: 0 1 50%;
    margin: 0;
}
.smart#home_membership_banner .hidden_block .s_block:first-of-type {
    border-right: 3px solid #cdcdcd;
}
.smart#home_membership_banner .hidden_block .s_block:last-of-type {
    border-left: 2px solid #cdcdcd;
}
.smart#home_membership_banner .hidden_block.hidden {
  display: none;
}
.smart#home_membership_banner .hidden_block .s_block.three:after {
  top: 0px;
  height: 500px;
}
.smart#home_membership_banner .s_block.three {
  position: relative;
}
.smart#home_membership_banner .s_block.three:after {
  content: '';
  background: #cdcdcd;
  width: 5px;
  height: 513px;
  position: absolute;
  top: 51px;
  right: -73px;
}
@media (max-width: 600px) {
  .smart#home_membership_banner .s_block.three:after {
    display: none;
  }
}
.smart.test1 .s_wrapper .s_block .image2 {
  display: none!important;
}
.smart.test2 .s_wrapper .s_block .image1 {
  display: none!important;
}
@media (max-width: 800px) {
  .smart .s_block.two {
    float: none;
    width: 100%;
    padding-bottom: 0px!important;
    padding-top: 0px!important;
  }
  .smart .s_block.two:after {
    display: none!important;
  }
}

.smart.page_intro {
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 801px) {
  .smart.page_intro {
      margin-bottom: 60px;
  }

  .smart.page_intro .s_block.two:last-of-type:after {
    content: '';
    background: #cdcdcd;
    width: 5px;
    height: 97%;
    position: absolute;
    top: 15px;
    left: -12px;
  }
}
.smart.page_intro .s_block .but {
  font-weight: 600;
  margin-top: 15px;
  padding: 12px 30px;
  width: auto;
}
.smart.page_intro .s_block.two:last-of-type {
  position: relative;
}

#home_membership_banner .home_membership_banner-container ul   {
  color: #595959;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin: 30px auto 15px;
  text-align: center;
}

@media (min-width: 801px) {
    #home_membership_banner .home_membership_banner-container ul   {
        font-size: 18px;
    }
}

.home .smart.page_intro ul,
#home_membership_banner .home_membership_banner-container ul,
.smart .home_membership_banner-container ul  {
    list-style-type: none;
    margin: 20px auto;
    padding: 0;
    width: 100%;
}
.home .smart.page_intro ul li,
#home_membership_banner .home_membership_banner-container ul li,
.smart .home_membership_banner-container ul li {
  margin-bottom: 5px;
}

#home_membership_banner .home_membership_banner-container ul li:before,
.smart .home_membership_banner-container ul li:before {
  color: #676767;
  content: '\2022';
  font-size: 12px;
  margin-right: 15px;
}

.smart.page_intro p strong {
  color: #362f34;
}
#quick_win_single p.h1 {
  margin-top: 0px!important;
}
#quick_win_single p {
  font-weight: 400!important;
}
#quick_win_single ul li,
#quick_win_single ol li {
  font-weight: 400!important;
}
#quick_win_single .screenshot {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  border: 3px solid #CECDCF;
}
#quick_win_single .twothree.adapted {
  width: 57%!important;
}
#quick_win_single .three.adapted {
  width: 40%!important;
}
@media (max-width: 750px) {
  #quick_win_single .twothree.adapted,
  #quick_win_single .three.adapted {
    width: 100%!important;
    float: none;
  }
}
#quick_win_single #quick_win_header {
  width: 100%;
  background: #c4f2dc;
  margin-bottom: 58px;
  position: relative;
}
@media (max-width: 1103px) {
  #quick_win_single #quick_win_header .twothree {
    width: 100%;
  }
  #quick_win_single #quick_win_header .three {
    display: none;
  }
}
@media (max-width: 700px) {
  #quick_win_single #quick_win_header {
    height: auto;
  }
}
#quick_win_single #quick_win_header h1 {
  padding-top: 30px;
  font-size: 40px;
  margin-top: 0px;
  line-height: 1;
}
#quick_win_single #quick_win_header p {
  font-family: Helvetica, Arial, sans-serif;
  color: #676767;
  line-height: 25px;
  font-size: 18px;
}
#quick_win_single #quick_win_header .s_wrapper {
  position: relative;
}
#quick_win_single #quick_win_header .quick_win_header_single_image {
  width: 100%;
  max-width: 100%;
  z-index: 1;
  position: relative;
  margin-top: 57px;
  margin-bottom: -21px;
  position: absolute;
  width: 392px;
  bottom: -40px;
}
@media (max-width: 700px) {
  #quick_win_single #quick_win_header .quick_win_header_single_image {
    margin-top: 0px;
    width: 70%;
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
  }
}
#quick_win_single #quick_win_header .quick_win_header_image {
  width: 626px;
  position: absolute;
  top: 27px;
  right: 0px;
  z-index: 1;
}
@media (max-width: 1180px) {
  #quick_win_single #quick_win_header .quick_win_header_image {
    width: 100%;
    position: relative;
    margin-bottom: 3px;
  }
}
#quick_win_single #quick_win_header .button {
  z-index: 1;
  position: relative;
  margin-top: 25px;
}
@media (max-width: 700px) {
  #quick_win_single #quick_win_header .button {
    margin-bottom: 20px;
  }
}
#quick_win_single #quick_win_header #quick_win_bars {
  width: 100%;
  margin-top: 40px;
}
#quick_win_single #quick_win_header #quick_win_bars .title {
  font-size: 42px;
  color: #fff;
  margin-bottom: -68px;
  position: relative;
  padding-left: 130px;
}
#quick_win_single #quick_win_header #quick_win_bars .title .stopwatch {
  position: absolute;
  width: 115px;
  top: -28px;
  left: 0px;
}
#quick_win_single #quick_win_header #quick_win_bars .title .quick_win_header_single_image {
  width: 412px;
  position: absolute;
  right: -34px;
  top: -159px;
}
@media (max-width: 1103px) {
  #quick_win_single #quick_win_header #quick_win_bars .title .quick_win_header_single_image {
    display: none;
  }
}
#quick_win_single #quick_win_header #quick_win_bars span {
  display: block;
  height: 25px;
  border-top: 4px solid #6fc4bc;
  background: #52b6ac;
  width: 100%;
}
#quick_win_single #quick_win_header #quick_win_bars span:first-of-type {
  border-top: 0px;
}
.quick_wins_listing,
.quick_wins_listing_grid {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 60px;
}
.quick_wins_listing.quick_wins_carousel {
  margin: 0 auto;
  margin-top: 40px;
  max-width: calc(100% - 100px);
  opacity: 0;
}
.quick_wins_listing.quick_wins_carousel.owl-loaded {
  margin-bottom: 30px;
  opacity: 1;
  padding-bottom: 30px;
}
.quick_wins_listing.quick_wins_carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.quick_wins_listing.quick_wins_carousel .owl-item {
  display: flex;
}
.quick_wins_listing .owl-prev {
  margin-left: -70px;
}
@media (max-width: 800px) {
  .quick_wins_listing .owl-prev {
    display: none!important;
  }
}
.quick_wins_listing .owl-next {
  margin-right: -70px;
}
@media (max-width: 800px) {
  .quick_wins_listing .owl-next {
    display: none!important;
  }
}
li.guide_card_li {
  background: #fff;
  padding: 0 0 27px 0;
  display: flex;
  width: 93%;
  border: 3px solid #cbbcaa;
  margin: 0 auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
}
li.guide_card_li .sharedaddy {
  display: none!important;
}
li.guide_card_li.item {
  /* width: auto!important;
  margin-right: 0px; */
}
li.guide_card_li.item a {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.guide_card-flex_upper_container,
.guide_card-flex_lower_container {
  width: 100%;
}

li.guide_card_li.item .cover-image {
  padding-bottom: 20px;
}
li.guide_card_li a {
  text-decoration: none;
}
li.guide_card_li:hover .button {
  background: #93c76d;
}
.guide_card {
  text-decoration: none;
  display: block;
}
.guide_card .icon {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.guide_card .guide_card_header {
  font-family: Helvetica, Arial, sans-serif;
  background: #5a2e5b;
  padding: 20px;
  text-transform: capitalize;
  width: calc(100% + 6px);
  margin-bottom: 20px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #ffb815;
  position: relative;
  padding-left: 60px;
  margin-top: -3px;
  margin-left: -3px;
}
.guide_card .guide_card_header.individual {
  background: #4d234a;
  color: #74bf43;
}
.guide_card .guide_card_header.business {
  background: #2c022d;
  color: #40bcff;
}
.guide_card .guide_card_header .badge {
  position: absolute;
  top: 16px;
  left: 20px;
}
.guide_card .guide_card_header .badge.Individual,
.guide_card .guide_card_header .badge.Business {
  top: 17px;
}
.guide_card h5 {
  padding-left: 32px;
  padding-right: 32px;
  font-size: 23px;
}
.guide_card h5,
.si_resource_panel_content h2 {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 8px;
  color: #362f34;
  line-height: 1.2;
}
.guide_card .toolkit {
  font-size: 13px;
  color: #aba8a8;
  padding-left: 32px;
  padding-right: 32px;
}
.guide_card .excerpt {
  color: #676767;
  font-size: 16px;
}
.guide_card .button {
  padding: 13px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  border: 0px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 16px;
  background: #78b948;
  color: #fff;
  display: block;
  box-shadow: none;
  width: 85%;
  margin: 0 auto;
}
.guide_card .guide_card_bottom .updated_on {
  color: #9f9f9f;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.guide_card .guide_card_bottom .updated_on strong {
  color: #362f34;
}
.guide_card .guide_card_bottom .last_accessed {
  font-size: 19px;
  color: #9e9e9e;
  text-align: center;
  margin-top: 5px;
}
.guide_card .guide_card_bottom .last_accessed strong {
  display: block;
  color: #362f34;
}
li.quick_win_card {
  display: flex;
  width: calc(25% - 15px);
  border: 3px solid #cdcdcd;
  margin-right: 20px;
  border-radius: 9px;
  padding-bottom: 140px;
  margin-bottom: 40px;
  position: relative;
}
li.quick_win_card.lp_module_card {
    flex-direction: column;
}
li.quick_win_card.lp_module_card .cover {
    padding-top: 15px;
}
li.quick_win_card.lp_module_card .guide_card_header {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    background: #5a2e5b;
    padding: 20px;
    margin-left: -3px;
    margin-top: -3px;
    width: calc(100% + 6px);
    -webkit-border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 9px;
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-topright: 9px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    color: #ffb815;
    position: relative;
    font-size: 16px;
    text-align: left;
}
li.quick_win_card.lp_module_card .guide_card_header.core {
    background: #704A78;
}
li.quick_win_card.lp_module_card .guide_card_header.core .lp-symbol::before {
    content: '\f111';
}
li.quick_win_card.lp_module_card .guide_card_header.advanced {
    background: #0a5885;
}
li.quick_win_card.lp_module_card .guide_card_header.advanced .lp-symbol::before {
    content: '\f2ec';
}
li.quick_win_card.lp_module_card .guide_card_header .module-level {
    margin: 0;
    font-weight: 400;
    color: #fff;
}
li.quick_win_card.lp_module_card .guide_card_header .module-level .lp-symbol {
    margin-right: 6px;
}
li.quick_win_card.lp_module_card .guide_card_header .module-level .lp-symbol::before {
    color: #fff;
    font-family:"Font Awesome 5 Pro";
    font-size: 19px;
    padding-top: 5px;
    padding-left: 1px;
}
li.quick_win_card.lp_module_card .guide_card_header .module-level span {
    color:#fff;
    font-weight: 400;
}
#quick_win_front li.quick_win_card.lp_module_card p.h2 {
    font-size: 25px !important;
    margin-bottom: 0;
    color: #362f34;
    line-height: 1.2;
    font-family: Source Sans Pro,Helvetica,sans-serif;
    font-weight: 600 !important;
}
#quick_win_front li.quick_win_card.lp_module_card p.module_snippet{
    font-family: Source Sans Pro,sans-serif;
    font-size: 16px;
    color: #362f34 !important;
    margin-top: 20px;
    margin-bottom: 0;
}
li.quick_win_card .background_hover {
  display: block;
}
li.quick_win_card.lp_module_card:hover .background_hover {
  background: #edddee;
}
li.quick_win_card:hover .background_hover {
  background: #c4f2dc;
}
li.quick_win_card.faded {
  opacity: .4;
  filter: grayscale(1);
  pointer-events: none!important;
}
li.quick_win_card.item {
  width: auto!important;
  margin-right: 0px;
}
li.quick_win_card .circle {
  position: absolute;
  right: -10px;
  top: -20px;
  text-align: center;
  line-height: 90px;
  text-transform: uppercase;
  background: #864e87;
  color: #fff;
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  z-index: 2;
}
li.quick_win_card .circle.coming_soon {
  font-size: 16px;
  line-height: 18px;
  padding-top: 27px;
  background: #909090;
}
li.quick_win_card .quick_button {
  border-radius: 3px;
  border-radius: 5px;
  background: #864e87;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  position: relative;
  overflow: hidden;
  border: 0;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 16px;
  display: block;
  padding: 13px;
}
li.quick_win_card a:hover .quick_button {
  background: #743c7b;
}
@media (min-width: 1048px) {
    li.quick_win_card:nth-child(4n) {
      margin-right: 0px;
    }
}
li.quick_win_card.faded {
  opacity: 0.4;
  filter: grayscale(1);
}
@media (min-width: 851px) and (max-width: 1047px) {
  li.quick_win_card {
    width: calc(33.3% - 20px);
  }
  li.quick_win_card:nth-child(3n) {
    margin-right: 0px;
  }
}
@media (min-width: 701px) and (max-width: 850px) {
  li.quick_win_card {
    width: calc(50% - 20px);
  }
  li.quick_win_card:nth-child(2n) {
    margin-right: 0px;
  }
}
@media (max-width: 700px) {
  li.quick_win_card {
    width: 100%;
    margin-right: 0px;
  }
}
li.quick_win_card .quick_win_listing_sub_content {
  position: absolute;
  bottom: 25px;
  display: block;
  width: calc(100% - 40px);
}
li.quick_win_card .quick_win_listing_sub_content .time_wrapper {
  margin-bottom: 20px;
}
li.quick_win_card .quick_win_listing_sub_content .time_wrapper .time_image {
  float: left;
}
li.quick_win_card .quick_win_listing_sub_content .time_wrapper .time_image img {
  width: 37px;
  margin-top: -5px;
}
li.quick_win_card .quick_win_listing_sub_content .time_wrapper .time {
  display: inline-block;
  margin-top: 7px;
  margin-left: 10px;
  float: left;
}
li.quick_win_card .quick_win_listing_sub_content .level_wrapper {
  float: right;
  margin-bottom: 10px;
}
li.quick_win_card .quick_win_listing_sub_content .level_wrapper .level {
  margin-left: 10px;
  display: inline-block;
  line-height: 39px;
}
li.quick_win_card .quick_win_listing_sub_content .level_wrapper .level_img {
  float: right;
}
li.quick_win_card .cover {
  width: 100%;
}
li.quick_win_card .cover2 {
  display: none;
}
li.quick_win_card .quick_win_listing_content {
  padding: 20px;
  display: block;
  text-align: left;
}
li.quick_win_card .quick_win_listing_content h2 {
  text-align: left!important;
  color: #333!important;
  font-size: 25px!important;
}
li.quick_win_card .quick_win_listing_content p {
  text-align: left!important;
  color: #333!important;
  font-weight: 400!important;
}
li.quick_win_card a,
li.quick_win_card .no_click {
  display: block;
  text-decoration: none;
  color: #333;
}
li.quick_win_card a .toolkit,
li.quick_win_card .no_click .toolkit {
  font-size: 13px;
  color: #aba8a8!important;
}
li.quick_win_card a .quick_win_circle,
li.quick_win_card .no_click .quick_win_circle {
  position: absolute;
  right: -10px;
  top: -20px;
  text-align: center;
  line-height: 90px;
  text-transform: uppercase;
  background: #542b59;
  color: #fff;
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 100%;
}
li.quick_win_card a .quick_win_circle.new,
li.quick_win_card .no_click .quick_win_circle.new {
  background: #ffd06d;
  font-size: 25px;
  width: 92px;
  height: 92px;
  z-index: 1;
  top: -21px;
  right: -11px;
  color: #362f34;
}
li.quick_win_card a .quick_win_circle.coming_soon,
li.quick_win_card .no_click .quick_win_circle.coming_soon {
  font-size: 16px;
  line-height: 18px;
  padding-top: 27px;
  background: #909090;
}
li.quick_win_card a .quick_win_circle.done,
li.quick_win_card .no_click .quick_win_circle.done {
  background: #52b6ac;
  color: white;
  z-index: 2;
  width: 95px;
  height: 95px;
  right: -13px;
  top: -22px;
}
li.quick_win_card .no_click {
  cursor: default;
}
li.quick_win_card h2 {
  font-size: 25px;
  margin-top: 0px;
  margin-bottom: 20px;
}
#quick_win_front {
  margin-top: 40px;
}
#quick_win_front .but.yellow {
  display: inline-block;
  background: #ffd06d;
  color: #362f34;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 500;
}
#quick_win_front .but.yellow:hover {
  background: #efb947;
}
#quick_win_front p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 200;
  color: #595959;
}
#quick_win_front h1,
#quick_win_front h2 {
  text-align: center;
}
#quick_win_front h1 {
  font-size: 44px;
  font-weight: 600;
}
@media (max-width: 600px) {
  #quick_win_front h1 {
    font-size: 25px;
  }
}
#quick_win_front h2 {
  font-size: 30px;
  color: #9e9e9e;
  line-height: 1.2;
}
@media (max-width: 600px) {
  #quick_win_front h2 {
    font-size: 20px;
  }
}
#quick_win_front .band {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
#quick_win_front.what_are_lp .band {
    padding-top: 30px;
}
#quick_win_front .band.green {
  background: #c4f2dc;
}
#quick_win_front .band h3 {
  font-size: 35px;
}
@media (max-width: 600px) {
  #quick_win_front .band h3 {
    font-size: 25px!important;
  }
}
#quick_win_front .band .s_block img {
  margin-bottom: 45px;
  margin-top: 30px;
  max-width: 220px;
  width: 100%;

}
#quick_win_front .band .s_block.three p {
  width: 80%;
  margin: 0 auto;
}
#quick_win_front .quick_win_guys {
  width: 100%;
  max-width: 615px;
  margin: 0 auto;
  display: block;
  margin-bottom: -82px;
  margin-top: 60px;
}
#quick_win_front .quick_win_guys.extrapad {
  padding-top: 30px;
}
#quick_win_front #quick_win_bars {
  width: 100%;
}
#quick_win_front #quick_win_bars span {
  display: block;
  height: 25px;
  border-top: 4px solid #6fc4bc;
  background: #52b6ac;
  width: 100%;
}
#quick_win {
  margin-top: 180px;
}
#quick_win #quick_win_sidebar {
  position: fixed;
  width: 250px;
}
#quick_win #quick_win_main {
  margin-left: 270px;
}
#quick_win_listing {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0px;
}
#quick_win_listing li {
  flex: 1;
  border: 1px solid silver;
  padding: 20px;
  margin: 5px;
}
#quick_wins_nav li.completed {
  color: green;
}
#quick_wins_nav li.completed a {
  color: green;
}
#quick_win_progress_bar {
  width: 100%;
  height: 30px;
  background: silver;
  margin-bottom: 20px;
}
#quick_win_progress_bar .quick_win_progress_bar_inner {
  width: 0%;
  background: green;
  height: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.quick_win_section {
  width: 100%;
  margin-bottom: 20px;
}
.quick_win_section .quick_win_section_header {
  padding: 20px;
  background: silver;
  display: block;
  position: relative;
  padding-left: 60px;
  cursor: pointer;
}
.quick_win_section .quick_win_section_header .quick_win_header_checkbox {
  width: 20px;
  height: 20px;
  background: red;
  position: absolute;
  top: 20px;
  left: 20px;
}
.quick_win_section .quick_win_section_header .quick_win_header_checkbox.completed {
  background: green;
}
.quick_win_section .quick_win_section_content {
  padding: 20px;
  background: silver;
  display: none;
}

#home_free_membership_cta_banner.smart.band {
  padding: 50px 20px;
}

@media (max-width: 800px) {
    #home_free_membership_cta_banner.smart.band {
        padding: 30px 20px;
    }
}

#home_free_membership_cta_banner.smart.band.yellow {
  background: #fff0d2;
}

#home_free_membership_cta_banner p {
    font-weight: 400;
    color: #595959;
}

@media (max-width: 800px) {
    #home_free_membership_cta_banner p {
        font-size: 15px;
    }
}

@media (min-width: 801px) {
    #home_free_membership_cta_banner p {
        max-width: 930px;
        margin-left: auto;
        margin-right: auto;
    }
}

#free-membership-join-now-cta .but {
  background: #faa519;
  padding: 10px;
  width: 100%;
}

.badge-circle .badge {
  width: 80px;
  margin-bottom: 15px;
}

#free-membership-heading {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  color: #362f34;
}

@media (min-width: 801px) {
    #free-membership-heading {
        font-size: 35px;
        margin-bottom: 20px;
    }
}

#free-membership-join-now-cta .but {
  max-width: 269px;
  width: 100%;
  margin-top: 15px;
}

#cookie-form .form-control {
  height: 43px;
  margin-top: 1px;
}

#cookie-form .gdpr_info {
  clear: both;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px 15px 0;
  text-align: left;


}

#cookie-form .gdpr_info a {
  margin-top: 0;
  display: inline;
  text-align: left;
  font-size: 14px;
}

#cookie-form .gdpr_info a {
  font-size: 12px;
}

#premiumMembership {
  text-align: center;
}
#premiumMembership .h1 {
  font-weight: 600;
  font-size: 41px!important;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 5px;
}
#premiumMembership .h2 {
  text-align: center;
  font-weight: bold;
  color: #9e9e9e;
  font-size: 28px!important;
}
#premiumMembership .h2.subtitle {
  color: #362f34;
}
#premiumMembership .premium_band {
  padding-top: 40px;
  padding-bottom: 40px;
}
#premiumMembership .premium_band.purple_blue {
  background: #f9e8f9;
  background: -moz-linear-gradient(left, #f9e8f9 0%, #f9e8f9 50%, #d1f0fe 50%, #d1f0fe 100%);
  background: -webkit-linear-gradient(left, #f9e8f9 0%, #f9e8f9 50%, #d1f0fe 50%, #d1f0fe 100%);
  background: linear-gradient(to right, #f9e8f9 0%, #f9e8f9 50%, #d1f0fe 50%, #d1f0fe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e8f9', endColorstr='#d1f0fe', GradientType=1);
}
#premiumMembership .premium_band.yellow_green {
  background: #fff8e3;
  background: -moz-linear-gradient(left, #fff8e3 0%, #fff8e3 50%, #bef1dc 50%, #bef1dc 100%);
  background: -webkit-linear-gradient(left, #fff8e3 0%, #fff8e3 50%, #bef1dc 50%, #bef1dc 100%);
  background: linear-gradient(to right, #fff8e3 0%, #fff8e3 50%, #bef1dc 50%, #bef1dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8e3', endColorstr='#bef1dc', GradientType=1);
}
#premiumMembership .premium_band .sub_text {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  margin-bottom: 40px;
  color: #676767;
}
#premiumMembership .premium_band .feature_image {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
  max-width: 100%;
  display: block;
}
#premiumMembership .premium_band .overflow_image {
    width: 100%;
    max-width: 519px;
}
#premiumMembership .plan_strategy {
  text-align: left;
}
#premiumMembership .plan_strategy ul {
  margin-bottom: 20px;
}
#premiumMembership .plan_strategy ul li {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 100;
}
#premiumMembership .smallToolkit {
  width: 50px;
  margin-bottom: 20px;
}
#premiumMembership .toolkitList {
  list-style-type: none;
  margin-bottom: 20px;
  padding-left: 0px;
}
#premiumMembership .toolkitList li {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 100;
  color: #0083ca;
}
#premiumMembership .borderLeft {
  margin-bottom: 40px;
}
@media (min-width: 801px) {
    #premiumMembership .borderLeft {
        border-left: 5px solid #cdcdcd;
    }
}
#premiumMembership #diagram {
  position: relative;
}
#premiumMembership #diagram .diagram {
  position: absolute;
  width: 200px;
  text-align: left;
  top: 0px;
  left: 0px;
}
#premiumMembership #diagram img {
    width: 100%;
    max-width: 1152px;
}
#premiumMembership #diagram .diagram.cap_grader {
  left: 256px;
  top: 155px;
  width: 150px;
  text-align: center;
}
#premiumMembership #diagram .diagram.improve {
  left: 553px;
  top: 590px;
  width: 50px;
  text-align: center;
}
#premiumMembership #diagram .diagram.diagram_1 {
  top: 430px;
  text-align: right;
  left: 50px;
  width: 240px;
}
#premiumMembership #diagram .diagram.diagram_2 {
  top: 43px;
  left: 678px;
  width: 240px;
}
#premiumMembership #diagram .diagram.diagram_3 {
  top: 313px;
  left: 930px;
  width: 192px;
}
#premiumMembership #diagram .diagram.diagram_4 {
  top: 510px;
  left: 850px;
  width: 270px;
}
#premiumMembership #diagram .diagram p {
  font-size: 14px;
}
#premiumMembership #diagram .diagram p.title {
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 5px;
}
#si_guide_page,
#quick_win_single_2018 {
  margin-top: -20px;
}

#si_guide_page.learning-path {
  margin-top: 0;
}
#si_guide_page #social,
#quick_win_single_2018 #social {
  width: 290px;
  margin: 0 auto;
}
#si_guide_page .sharedaddy,
#quick_win_single_2018 .sharedaddy {
  display: none;
}
#si_guide_page a,
#quick_win_single_2018 a {
  text-decoration: underline;
}
#si_guide_page p,
#quick_win_single_2018 p {
  font-weight: 100;
}
#si_guide_page .is_content pre,
#quick_win_single_2018 .is_content pre {
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
#si_guide_page .is_content h4,
#quick_win_single_2018 .is_content h4 {
  font-weight: bold;
  font-size: 23px;
}
#si_guide_page .is_content ul,
#si_guide_page .is_content ol,
#quick_win_single_2018 .is_content ul,
#quick_win_single_2018 .is_content ol {
  margin-bottom: 20px;
  margin-left: 0px;
  padding-left: 0px;
}
#si_guide_page .is_content ul.standard,
#si_guide_page .is_content ol.standard,
#quick_win_single_2018 .is_content ul.standard,
#quick_win_single_2018 .is_content ol.standard {
  margin-left: 40px;
}
#si_guide_page .is_content ul.standard li,
#si_guide_page .is_content ol.standard li,
#quick_win_single_2018 .is_content ul.standard li,
#quick_win_single_2018 .is_content ol.standard li {
  list-style-type: disc;
  background-image: none;
  padding-left: 0px;
}
#si_guide_page .is_content ul li,
#si_guide_page .is_content ol li ,
#quick_win_single_2018 .is_content ul li,
#quick_win_single_2018 .is_content ol li{
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 100;
  background-image: url(../../images/smart/icons/tick.svg);
  padding-left: 30px;
  list-style-type: none;
  background-position: left 8px;
  background-size: 15px;
  background-repeat: no-repeat;
}
#si_guide_page .is_content ul li ul,
#si_guide_page .is_content ol li ul,
#si_guide_page .is_content ul li ol,
#si_guide_page .is_content ol li ol
,
#quick_win_single_2018 .is_content ul li ul,
#quick_win_single_2018 .is_content ol li ul,
#quick_win_single_2018 .is_content ul li ol,
#quick_win_single_2018 .is_content ol li ol {
  margin-top: 10px;
}
#si_guide_page .is_content ul.chevron_list li,
#si_guide_page .is_content ol.chevron_list li,
#quick_win_single_2018 .is_content ul.chevron_list li,
#quick_win_single_2018 .is_content ol.chevron_list li {
  background-image: none;
}
#si_guide_page .is_content ul.s_blue_tick_list li,
#si_guide_page .is_content ol.s_blue_tick_list li,
#quick_win_single_2018 .is_content ul.s_blue_tick_list li,
#quick_win_single_2018 .is_content ol.s_blue_tick_list li {
  background-image: url(../../images/smart/icons/tick-blue.svg);
  padding-left: 60px;
  background-position: 0px 0px;
  background-size: 39px;
}
#si_guide_page .is_content ol li
#quick_win_single_2018 .is_content ol li {
  background-image: none;
  padding-left: 13px;
  list-style-type: decimal;
  margin-left: 19px;
}

#si_guide_page .subtitle,
#quick_win_single_2018 .subtitle {
  color: #864e87;
  font-size: 25px;
  font-style: italic;
}

#si_guide_page .main_table,
#quick_win_single_2018 .main_table {
  display: table;
  margin-bottom: 60px;
}
#si_guide_page .content,
#si_guide_page .guidebar_fixed_wrapper,
#quick_win_single_2018 .content,
#quick_win_single_2018 .guidebar_fixed_wrapper {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 850px) {
  #si_guide_page .main_table,
  #quick_win_single_2018 .main_table {
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #si_guide_page .content,
  #si_guide_page .guidebar_fixed_wrapper,
  #quick_win_single_2018 .content,
  #quick_win_single_2018 .guidebar_fixed_wrapper {
    display: block;
    flex: 1;
    position: static;
    padding-right: 0px!important;
    width: 100%;
  }
  #si_guide_page .guidebar_fixed,
  #quick_win_single_2018 .guidebar_fixed {
    position: static!important;
    width: 100%!important;
  }
}
#si_guide_page #guide_lightbox {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50000;
  overflow: scroll;
  display: none;
}
#si_guide_page #guide_lightbox #guide_popup {
  width: 80%;
  max-width: 960px;
  margin: 0 auto;
  display: block;
  position: relative;
}
#si_guide_page #guide_lightbox #guide_popup .ion-close {
  position: fixed;
  top: 0px;
  font-size: 30px;
  color: #fff;
  right: 20px;
  z-index: 50001;
}
#si_guide_page #guide_lightbox img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
#si_guide_page .guide_bottom_panel {
  text-align: center;
}
#si_guide_page .guide_bottom_panel p {
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
}
#si_guide_page .guide_bottom_panel p.h2 {
  font-size: 26px!important;
  font-weight: 400;
  margin-bottom: 0px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
#si_guide_page .guide_bottom_panel p.h1 {
  color: #362f34;
  font-weight: 600;
  margin-top: 0px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
#si_guide_page .guide_bottom_panel .but.blue {
  margin-bottom: 20px;
  margin-top: 5px;
  text-decoration: none;
}
#si_guide_page .guide_bottom_panel .open {
  display: block;
  font-size: 18px;
  margin-top: 5px;
  font-size: 17px;
  text-decoration: underline;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}
#si_guide_page .guide_card_li {
  border: 3px solid #489ecc;
}
#si_guide_page .guide_card_li .cover {
  margin-bottom: 20px;
  width: 100%;
}

#si_guide_page .owl-carousel .owl-item {
  min-height: 510px;
}
#si_guide_page .owl-carousel .owl-item .guide_card_li p.cover-image,
.si_resource_panel_content p.cover-image {
  background-repeat: no-repeat; background-size: 100%;
  height: auto;
  margin: 0 -20px;
  min-height: 120px;
  padding-top: 55%;
}

@media (max-width: 699px) {
  #si_guide_page .owl-carousel .owl-item .guide_card_li p.cover-image {
    padding-top: 52%;
  }
}

#si_guide_page .guide_card_li a {
  text-decoration: none;
}
#si_guide_page #guide_header,
#quick_win_single_2018 #guide_header
 {
  width: 100%;
  margin-bottom: 40px;
}
#si_guide_page #guide_header {
  background: #f9e8f9;
  height: 90px;
}

#quick_win_single_2018 {
    margin-top: 0;
}

#quick_win_single_2018 #guide_header {
  background: #c4f2dc;
  height: 90px;
}
#quick_win_single_2018.lp_promo_page #guide_header,
#quick_win_single_2018.lp_module_promo_page #guide_header {
  background: #643465;
}
#quick_win_single_2018.lp_promo_page #guide_header {
    margin-bottom: 0;
}
#quick_win_single_2018.lp_promo_page .s_wrapper.main {
    margin-top: 40px;
}
#si_guide_page.learning-path #guide_header {
  background: #643465;
  color: #fff;
  height: 90px;
  margin-bottom: 20px;
}

#si_guide_page.learning-path #guide_header .content h1 {
  margin-top: 0;
  margin-bottom: 0;
}

#si_guide_page #guide_header .h1,
#quick_win_single_2018 #guide_header .h1 {
  padding-top: 19px;
  font-weight: 600;
}

#quick_win_single_2018 #guide_header .h1 {
  background: transparent url('/wp-content/themes/smartinsights/images/smart/quick-wins/stopwatch2.svg') 0 15px no-repeat;
  background-size: 56px;
  padding-left: 75px;
  margin-top: 0;
}
#quick_win_single_2018.lp_promo_page #guide_header .h1,
#quick_win_single_2018.lp_module_promo_page #guide_header .h1,
#si_guide_page.learning-path #guide_header .h1{
  background: transparent url('/wp-content/themes/smartinsights/images/smart/icons/learning_paths_x2.png') 0 20px no-repeat;
  background-size: 50px;
  color: #fff;
  padding-top: 22px;
  padding-bottom: 4px;
  padding-left: 75px;
  margin-top: 0;
}
#si_guide_page .band.blue {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #5ac5ff;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(../../images/smart/toolkits/general-banner-crop.png);
}
#si_guide_page .content,
#quick_win_single_2018 .content {
  padding-right: 100px;
}
#si_guide_page .content h1,
#quick_win_single_2018 .content h1 {
  margin-top: 0px;
}
#si_guide_page .main {
  position: relative;
}
#si_guide_page .guidebar_fixed_header,
#quick_win_single_2018 .guidebar_fixed_header {
  background: #5a2e5b;
  -webkit-border-top-left-radius: 9px;
  -webkit-border-top-right-radius: 9px;
  -moz-border-radius-topleft: 9px;
  -moz-border-radius-topright: 9px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  color: #ffb815;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 18px 22px 18px 60px;
  position: relative;
  text-align: left;
  /* text-transform: capitalize; */
  width: 100%;
}
#si_guide_page .guidebar_fixed_header.both,
.quick_win_card .guidebar_fixed_header.both,
#quick_win_single_2018 .guidebar_fixed_header.both {
  margin-left: -23px;
  margin-top: -23px;
  text-transform: capitalize;
  width: calc(100% + 46px);
  margin-bottom: 20px;
}

#si_guide_page .guidebar_fixed_header.both,
.quick_win_card .guidebar_fixed_header.both {
  margin-top: -3px;
  margin-left: -3px;
  width: calc(100% + 6px);
}
#si_guide_page .guidebar_fixed_header.no_padding,
#quick_win_single_2018 .guidebar_fixed_header.no_padding  {
  padding: 0px;
}
#si_guide_page .guidebar_fixed_header.no_padding .half,
.quick_win_card .guidebar_fixed_header.no_padding .half,
#quick_win_single_2018 .guidebar_fixed_header.no_padding .half {
  padding: 17px 22px 16px 48px;
  width: 50%;
  float: left;
  position: relative;
  /* padding-left: 46px; */
}
#si_guide_page .guidebar_fixed_header.no_padding .half img,
#quick_win_single_2018 .guidebar_fixed_header.no_padding .half img {
  left: 12px;
}
#si_guide_page .guidebar_fixed_header.no_padding .half:first-of-type,
.quick_win_card .guidebar_fixed_header.no_padding .half:first-of-type,
#quick_win_single_2018 .guidebar_fixed_header.no_padding .half:first-of-type {
  background: #4d234a;
  -webkit-border-top-left-radius: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-left-radius: 9px;
  color: #78b948;
}
#si_guide_page .guidebar_fixed_header.no_padding .half:last-of-type,
.quick_win_card .guidebar_fixed_header.no_padding .half:last-of-type,
#quick_win_single_2018 .guidebar_fixed_header.no_padding .half:last-of-type {
  background: #2c022d;
  -webkit-border-top-right-radius: 9px;
  -moz-border-radius-topright: 9px;
  border-top-right-radius: 9px;
  color: #0d84c9;
}
#si_guide_page .guidebar_fixed_header.individual,
#quick_win_single_2018 .guidebar_fixed_header.individual {
  background: #4d234a;
  color: #74bf43;
}
#si_guide_page .guidebar_fixed_header.business,
#quick_win_single_2018 .guidebar_fixed_header.business {
  background: #2c022d;
  color: #40bcff;
}
#si_guide_page .guidebar_fixed_header .badge,
#quick_win_single_2018 .guidebar_fixed_header.business .badge {
  position: absolute;
  top: 16px;
  left: 20px;
}
#si_guide_page .guidebar_fixed_header .badge.Individual,
#si_guide_page .guidebar_fixed_header .badge.Business,
#quick_win_single_2018 .guidebar_fixed_header .badge.Individual {
  top: 12px;
}
#si_guide_page .guidebar_fixed,
#quick_win_single_2018 .guidebar_fixed {
  position: sticky;
  width: 400px;
  top: 20px;
  margin-bottom: 20px;
}
#si_guide_page .guidebar_fixed .guidebar_fixed_content,
#quick_win_single_2018 .guidebar_fixed .guidebar_fixed_content {
  border: 3px solid #cdcdcd;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 30px 30px 38px 30px;
  border-top: 0px;
}

#quick_win_single_2018.lp_promo_page .guidebar_fixed .guidebar_fixed_content,
#quick_win_single_2018.lp_module_promo_page .guidebar_fixed .guidebar_fixed_content {
    padding-top: 0px;;
}

#quick_win_single_2018 .guidebar_fixed .guidebar_fixed_content h3 {
  margin-top: 0;
  text-align: center;
}
#si_guide_page .guidebar_fixed .guidebar_fixed_content p,
#quick_win_single_2018 .guidebar_fixed .guidebar_fixed_content p {
  font-family: Helvetica, Arial, sans-serif !important;
  color: #676767;
  line-height: 1.3;
  text-align: center;
  font-weight: 400;
}
#si_guide_page .guidebar_fixed .guidebar_fixed_content .guide_cover {
  max-width: 276px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  border: 1px solid #362f34;
  -webkit-box-shadow: 0px 3px 9px -2px rgba(153,153,153,0.75);
  -moz-box-shadow: 0px 3px 9px -2px rgba(153,153,153,0.75);
  box-shadow: 0px 3px 9px -2px rgba(153,153,153,0.75);
}

#quick_win_single_2018 .guidebar_fixed .guidebar_fixed_content .guide_cover {
  max-width: 335px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
#quick_win_single_2018 .guidebar_fixed .guidebar_fixed_content .guide_cover.cover_lp_featured_image {
    padding-top: 25px;
}

#si_guide_page .guidebar_fixed .guidebar_fixed_content .but,
#quick_win_single_2018 .guidebar_fixed .guidebar_fixed_content .but {
  padding: 10px;
  font-size: 16px;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  text-decoration: none;
}
#quick_win_single_2018 .guidebar_fixed .guidebar_fixed_content .but {
  margin: 10px 20% 20px;
  text-align: center;
  width: 60%;
}
#quick_win_single_2018 .guidebar_fixed .guidebar_fixed_content .but_2019 {
    max-width: none;
    text-decoration: none;
    margin-bottom: 10px;
}
#quick_win_single_2018 .guidebar_fixed .guidebar_fixed_content .lp_enquiry_but {
    margin: 30px auto;
}
#quick_win_single_2018 .guidebar_fixed .guidebar_fixed_content p.lp_module_access_lp {
    border-top: 2px solid #b7b7b7;
    padding-top: 20px;
    margin-top: 25px;
}
@media (max-width: 850px) {
    #quick_win_single_2018 .guidebar_fixed .guidebar_fixed_content .but_2019 {
        max-width: 345px;
        max-width: fit-content;
    }
}
#si_guide_page .guidebar_fixed .guidebar_fixed_content .open,
#si_guide_page .guidebar_fixed .guidebar_fixed_content .look_inside,
#quick_win_single_2018 .guidebar_fixed .guidebar_fixed_content .open,
#quick_win_single_2018 .guidebar_fixed .guidebar_fixed_content .look_inside {
  display: block;
  margin-top: 5px;
  font-size: 17px;
  text-decoration: underline;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-align: center;
}

#si_guide_page .guidebar_fixed .guidebar_fixed_content .look_inside-container {
    position: relative;
}

#si_guide_page .guidebar_fixed .guidebar_fixed_content .look_inside-container .take-a-look-inside-icon-container {
    position: absolute;
    width: 100%;
    top: -73px;
    text-align: center;
}

#si_guide_page .guidebar_fixed .guidebar_fixed_content .look_inside-container .take-a-look-inside-icon-container a.look_inside {
    margin: 0;
    display: inline-block;
}

#si_guide_page .guidebar_fixed .guidebar_fixed_content .look_inside-container img.take-a-look-inside-icon {
    max-width: 68px;
    width: 100%;
    margin: 0 auto;
}

#quick_win_single_2018 .guidebar_fixed .guidebar_fixed_content .open {
  margin-bottom: 0;
}
#si_guide_page .guidebar_fixed .guidebar_fixed_content .open .ion-ios-search-strong,
#si_guide_page .guidebar_fixed .guidebar_fixed_content .look_inside .ion-ios-search-strong,
#quick_win_single_2018 .guidebar_fixed .guidebar_fixed_content .open .ion-ios-search-strong,
#quick_win_single_2018 .guidebar_fixed .guidebar_fixed_content .look_inside .ion-ios-search-strong  {
  font-size: 23px;
  color: #c0c0c0;
  vertical-align: middle;
  display: inline-block;
  margin-top: -3px;
}
#si_guide_page .guidebar_fixed .guidebar_fixed_content .look_inside,
#quick_win_single_2018 .guidebar_fixed .guidebar_fixed_content .look_inside {
  text-decoration: none;
}
#si_guide_page .guidebar_fixed .guidebar_fixed_content .look_inside:hover,
#quick_win_single_2018 .guidebar_fixed .guidebar_fixed_content .look_inside:hover {
  text-decoration: underline;
}
#si_guide_page .guidebar_fixed .guidebar_fixed_content .h2,
#si_guide_page .guidebar_fixed .guidebar_fixed_content .last_accessed,
#quick_win_single_2018 .guidebar_fixed .guidebar_fixed_content .h2,
#quick_win_single_2018 .guidebar_fixed .guidebar_fixed_content .last_accessed {
  color: #9e9e9e;
  margin-top: 0px;
  font-size: 28px;
  text-align: center;
}
#quick_win_single_2018.lp_promo_page .guidebar_fixed .guidebar_fixed_content .h2,
#quick_win_single_2018.lp_module_promo_page .guidebar_fixed .guidebar_fixed_content .h2 {
    font-size: 24px !important;
}
#si_guide_page .guidebar_fixed .guidebar_fixed_content .last_accessed strong {
  color: #362f34;
}
#si_guide_page .guidebar_fixed .guidebar_fixed_content .last_accessed span {
  font-size: 16px;
}
#si_guide_page .guidebar_fixed .guidebar_fixed_content button[type="submit"]:focus {
  outline: 0;
}
#si_guide_page .guidebar_fixed .guidebar_fixed_content .smaller {
  font-family: Helvetica, Arial, sans-serif;
  color: #676767;
  line-height: 1.3;
}
#si_guide_page .guidebar_fixed .guidebar_fixed_content .smaller a {
  color: #0e82c6;
  text-decoration: underline;
}

#animated-example {
    width: 20px;
    height: 20px;
    background-color: red;
    position: relative;
    top: 100px;
    left: 100px;
    border-radius: 50%;
}


#improve #improve_header {
  background: #5ac5ff;
}
#improve #improve_header h1 {
  padding: 0px;
  margin: 0px;
  font-size: 39px;
  font-weight: bold;
  padding-top: 19px;
  padding-bottom: 18px;
}
#improve .bm-toolkits-only-background {
    padding-bottom: 50px;
    padding-top: 50px;
    background: #eaf8ff;
}
#improve .bm-toolkits-only-background #main{
    margin-top: 0;
    margin-bottom: 0;
}
#improve .bm-toolkits-only-background #main .image_surround {
    background: #fff;
}
#improve #main {
  margin-top: 50px;
  margin-bottom: 50px;
}
#improve #main h2 {
  font-size: 39px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}
#improve #main h3 {
  margin-top: 0px;
  margin-bottom: 41px;
}
#improve #main ul li,
#improve #main ol li {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 100;
}
#improve #main .image_surround {
  padding: 30px;
  border: 3px solid #cdcdcd;
  border-radius: 10px;
}
#improve #main .image_surround img {
  width: 100%;
  margin-bottom: 20px;
}
#improve #main .image_surround p {
  color: #864e87;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0px;
}
#improve .band.yellow {
  background: #fff0d2;
  padding: 30px 20px 50px;
}

#improve .band.yellow .badge-circle .badge {
  margin-top: 15px;
  margin-bottom: 0;
}

#improve .band.yellow p.text-center {
  margin-top: 10px;
  margin-bottom: 10px;
}
#improve .band.yellow p.text-center:last-child {
  margin-top: 0;
}

#improve .band.yellow header {
  margin-bottom: 50px;
}

#improve .band.yellow .basic_card_header span {
  display: none;
}
@media (min-width: 1100px) {
  #improve .band.yellow .basic_card_header span {
    color: #000;
    background-color: #ffd06c;
    border-radius: 50%;
    display: inline;
    float: right;
    font-size: 1.75rem;
    padding: 27px 22px;
    position: relative;
    margin-top: -25px;
    margin-right: -30px;
    width: 80px;
    height: 80px;
  }
}
#improve .band.yellow ul {
  margin-left: 0px;
  padding-left: 0px;
}
#improve .band.yellow ul li {
  font-size: 18px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  background-image: url(../../images/smart/icons/tick.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  padding-left: 33px;
  background-position: 0px 4px;
  list-style-type: none;
}
#improve .band.yellow #basic_signup {
  width: 491px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}
#improve .band.yellow #basic_signup input[type="email"] {
  width: 100%;
  padding: 8px;
  margin-bottom: 13px;
  text-align: center;
}
#improve .band.yellow #basic_signup input[type="email"]:focus {
  border-color: #faa519;
}
#improve .band.yellow #basic_signup input[type="submit"] {
  background: #faa519;
  border: 0px;
  color: #fff;
  border-radius: 3px;
  font-size: 17px;
  margin-bottom: 20px;
  padding: 10px;
  text-transform: uppercase;
  white-space: normal;
  width: 100%;

}
#improve .band.yellow #basic_signup input[type="submit"]:hover {
  background: #db8a05;
}
#improve .band.yellow #basic_signup a {
  display: block;
  text-align: center;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: underline;
}
#improve .band.yellow .basic_card {
  border: 3px solid #cbbcaa;
  border-radius: 10px;
  font-size: 16px;
}
@media (max-width: 919px) {
  #improve .band.yellow .basic_card {
    font-size: 14px;
  }
}
#improve .band.yellow .basic_card .basic_card_header {
  background: #5a2e5b;
  color: #f7a51f;
  padding: 15px;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  margin-left: -2px;
  margin-top: -2px;
  width: calc(100% + 5px);
}
#improve .band.yellow .basic_card .basic_card_header img {
  margin-right: 7px;
}
#improve .band.yellow .basic_card .basic_card_content {
  background: white;
  padding: 50px 60px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#improve .band.yellow .basic_card .basic_card_content img {
  max-width: 100%;
  border: 1px solid #40393e;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}
#improve #lower_section {
  padding-top: 50px;
  padding-bottom: 50px;
}
#improve #lower_section p.text-center:not(.h2) {
  margin-bottom: 50px;
  font-size: 18px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
}
#improve #lower_section ul {
  margin-left: 0px;
  padding-left: 0px;
}
#improve #lower_section ul li {
  font-size: 18px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  background-image: url(../../images/smart/icons/tick.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  padding-left: 33px;
  background-position: 0px 4px;
  list-style-type: none;
}
#improve #lower_section .image_surround2 {
  border: 3px solid #cdcdcd;
  padding: 30px;
  border-radius: 10px;
  margin-top: 110px;
}
#improve #lower_section .image_surround2 img {
  margin-top: -110px;
  width: 100%;
  margin-bottom: 20px;
}
#improve #lower_section .image_surround2 p {
  text-align: center;
  color: #800080;
  font-style: italic;
}
#si_resource_listing .band.blue {
  padding-top: 50px;
  padding-bottom: 110px;
  background: #5ac5ff;
  padding-left: 20px;
  padding-right: 20px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(../../images/smart/toolkits/general-banner-crop.png);
}
#si_resource_listing .band.blue .h1 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 400;
}
#si_resource_listing .band.blue .white {
  color: #fff;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 400;
}
#si_resource_listing .band.blue .white2 {
  color: #fff;
  margin-top: 20px;
  font-size: 18px;
  margin-bottom: 50px;
  font-weight: 400;
}
#si_resource_listing .band.blue a[data-login] {
  font-size: 17px;
}
#si_resource_listing .band.blue .button {
  background: #0e82c6;
  padding: 10px 26px;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
  box-shadow: none;
}
#si_resource_listing .band.blue .button:hover {
  background: #0b6396;
  text-decoration: none;
}
.globe-trusted-learn-more {
  background: #f0f0f0;
  padding-bottom: 90px;
}
.globe-trusted-learn-more a {
  display: inline-block;
  background: #74bf43;
  color: #fff;
  padding: 12px 37px;
  border-radius: 3px;
  text-transform: uppercase;
  margin: 0 auto;
}
.globe-trusted-learn-more a:hover {
  background: #5d9a35;
  text-decoration: none;
}
#resource_listing {
  display: flex;
  flex-wrap: wrap;
}
.si_resource_panel {
  border: 3px solid #489ecc;
  background: #fff;
  border-radius: 5px;
  padding-bottom: 60px;
  margin-bottom: 40px;
  font-size: 17px;
  width: calc(25% - 15px);
  margin-right: 20px;
  position: relative;
}
@media (max-width: 996px) {
  .si_resource_panel {
    width: calc(50% - 20px);
  }
}
@media (max-width: 700px) {
  .si_resource_panel {
    width: 100%;
    margin-right: 0px;
  }
}
.si_resource_panel:hover {
  text-decoration: none;
}
.si_resource_panel:hover .si_resources_panel_bottom .button {
  background: #609539 !important;
}
.si_resource_panel:nth-child(4n) {
  margin-right: 0px!important;
}
.si_resource_panel.last {
  margin-right: 0px;
}
.si_resource_panel .member_level {
  margin-right: 5px;
}
.si_resource_panel .si_resource_panel_header {
  background: #5a2e5b;
  padding: 16px;
  width: calc(100% + 4px);
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-left: -2px;
  margin-top: -2px;
}
.si_resource_panel .si_resource_panel_header .half {
  width: 50%;
  float: left;
  position: relative;
  padding: 16px;
}
.si_resource_panel .si_resource_panel_header .half img {
  left: 14px;
  float: left;
  margin-top: -2px;
}
.si_resource_panel .si_resource_panel_header .half:first-of-type {
  background: #4d234a;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  color: #78b948;
}
.si_resource_panel .si_resource_panel_header .half:last-of-type {
  background: #2c022d;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  color: #0d84c9;
}
.si_resource_panel .si_resource_panel_header.no_padding {
  padding: 0px;
}
.si_resource_panel .si_resource_panel_header.business {
  background: #2c022d;
  color: #40bcff;
}
.si_resource_panel .si_resource_panel_header.basic {
  color: #ffb815;
}
.si_resource_panel .si_resource_panel_type {
  background: #f9e8f9;
  color: #864e87;
  padding: 11px;
  text-align: center;
  font-size: 14px;
}
.si_resource_panel .si_resource_panel_type.quick {
  color: #c4f2dc;
  background: #30948a;
}
.si_resource_panel .si_resource_panel_content {
  padding: 20px;
}
.si_resource_panel .si_resource_panel_content h5 {
  color: #362f34;
  font-size: 25px;
  margin-bottom: 8px;
  line-height: 1.3;
}
.si_resource_panel .si_resource_panel_content p.toolkit {
  font-size: 13px;
  color: #aba8a8;
  font-weight: 400;
}
.si_resource_panel .si_resource_panel_content p.excerpt {
  color: #676767;
  font-weight: 400;
  font-size: 16px;
}
.si_resource_panel .si_resources_panel_bottom {
  position: absolute;
  bottom: 25px;
  width: 100%;
  padding: 20px;
  padding-bottom: 0px;
}
.si_resource_panel .si_resources_panel_bottom .button {
  width: 100%;
  text-align: center;
  font-size: 15px;
  padding: 12px 26px!important;
  background: #78b948!important;
  box-shadow: none;
}


/* CAMPAIGN BANNER */

#campaignBanner{
  height: 260px;
  position:relative;
}
#campaignBanner{
  background-color: #643465;
}

#campaignBanner .s_wrapper{
  position: relative;
}

#campaignBanner .s_wrapper p,
#campaignBanner .s_wrapper .campaignBut {
  position: relative;
  z-index: 500;
}

#campaignBanner .s_wrapper .campaign-promo-image {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -110px;
  z-index: 200;
}

@media(max-width:1100px){
  #campaignBanner .s_wrapper .campaign-promo-image {
    opacity:0.3;
  }
}

#campaignBanner .h1{
    color:white;
    margin-top:0px;
    font-weight:400;
    margin-bottom:10px;
    padding-top: 30px;
    font-size: 36px!important;
}

#campaignBanner .campaignBut{
  display: inline-block;
  padding: 12px 44px;
  background: #fe5a68;
  text-transform: uppercase;
  color: white;
  border-radius: 4px;
  cursor:pointer;
  z-index: 1;
  position: relative;
  text-decoration:none;
  font-size: 16px;
}

#campaignBanner p.subline{
  color:#d6d9ff;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 40px;
  font-weight: 100;
}

#campaignBanner p.subline span{
  color: #fdaab6;
}

#campaignBanner .campaignBut:hover{
  background:#e2525f;
}

@media(max-width:800px){
  #campaignBanner{
      height:auto;
      padding-bottom:30px;
  }
}

/* END CAMPAIGN BANNER */

/* SALES PROMO STYLING */
/*
#salesPromo {
    background: linear-gradient(to bottom, #cde9b8, #cde9b8, #ccecff, #ccecff);
    height: 280px;
}

@media(min-width:400px){
    #salesPromo {
      height: 285px;
    }
}

@media(min-width:600px){
    #salesPromo {
      overflow: hidden;
      position: relative;
      height: 250px;
      background: linear-gradient(to right, #cde9b8, #cde9b8, #ccecff, #ccecff);
    }
}

@media(min-width:1024px){
    #salesPromo {
      height: 260px;
    }
}

@media(min-width:600px){
    #salesPromo:before{
      content:'';
      background-image: url(../../images/smart/campaigns/summer-promo-2018.png);
      background-repeat: no-repeat;
      background-position: center top;
      position: absolute;
      top: 1px;
      left: auto;
      width:100%;
      height:100%;
    }
}

@media(max-width:1100px){
    #salesPromo:before,
    #campaignBanner:before{
      opacity:0.3;
    }
}
#salesPromo .s_wrapper,
#campaignBanner .s_wrapper,
#salesPromo .s_wrapper .individuals,
#salesPromo .s_wrapper .business {
    position: relative;
}

@media(max-width:599px){
    #salesPromo .s_wrapper .individuals,
    #salesPromo .s_wrapper .business {
      text-align: center;
    }
}

@media(min-width:600px){
    #salesPromo .s_wrapper .individuals,
    #salesPromo .s_wrapper .business {
      width: 49%;
    }
}

@media(max-width:599px){
    #salesPromo .s_wrapper .individuals {
      padding-bottom: 28px;
      border-bottom: 2px solid #5a2e5b;
    }
}

@media(min-width:600px){
    #salesPromo .s_wrapper .individuals {
      float: left;
      text-align: left;
      margin-right: 1%;
    }
}

@media(min-width:600px){
    #salesPromo .s_wrapper .business{
      float: right;
      text-align: right;
      margin-left: 1%;
    }
}

@media(min-width:600px) and (max-width:799px){
    #salesPromo .s_wrapper .business .h1 {
      max-width: 270px;
      margin-left: auto;
    }
}

#salesPromo .campaignBut{
    display: inline-block;
    padding: 12px 44px;
    text-transform: uppercase;
    color: white;
    border-radius: 4px;
    margin-bottom: 5px;
    cursor:pointer;
    z-index: 1;
    position: relative;
    text-decoration:none;
    font-size: 16px;
}

#salesPromo .campaignBut.green{
    background: #78b948;
}

#salesPromo .campaignBut.blue{
    background: #0e82c5;
}

#salesPromo .h1{
    color:#524d51;
    margin-top:0px;
    font-weight:400;
    margin-bottom:10px;
    padding-top: 30px;
    font-size: 17px!important;
}

@media(min-width:400px){
    #salesPromo .h1{
      font-size: 20px!important;
    }
}

@media(min-width:600px){
    #salesPromo .h1{
      font-size: 26px!important;
    }
}

@media(min-width:600px) and (max-width: 1023px){
    #salesPromo .h1{
      margin-bottom: 20px;
    }
}

#salesPromo p.subline{
    color:#615f61;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 100;
}

@media(max-width:1023px){
    #salesPromo p.subline,
    #salesPromo p.notes {
      display: none;
    }
}

#salesPromo p.notes{
    color:#84907a;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-top: 5px;
}

#salesPromo p.subline,
#salesPromo p.notes {
    max-width: 80%;
}

@media(max-width:1100px){
    #salesPromo p.subline,
    #salesPromo p.notes {
       max-width: 90%;
    }
}

#salesPromo .business p.notes,
#salesPromo .business p.subline {
    margin-left: 20%;
}

@media(max-width:1100px){
    #salesPromo .business p.notes,
    #salesPromo .business p.subline {
      margin-left: 10%;
    }
}

@media(min-width:1200px){
    #salesPromo p.notes {
       max-width: 50%;
    }
}

@media(min-width:1200px){
    #salesPromo .business p.notes {
       margin-left: 50%;
    }
}
*/
/* END SALES PROMO STYLING */

.mtsnb-hide span {
  margin-top: -20px;
  font-size: 36px;
}

/*  Enforced removal of 30 Day Guarntee items */
/*#riskFree,
#checkout2016 .guarantee_box,
.try_risk_free,
.smart.smart_pricing_grid .thirty_hover,
.section img.icon_guarantee,
.section img.guarantee,
.guarantee_text  {
  display: none;
}*/

/*  END Enforced removal of 30 Day Guarntee items */

/* New social share icons */

#social_share .social-share-icons {
  float: right;
}

#social_share2 .social-share-icons {
  float: left;
}

.smart #social_share2 {
  float:none;
  width: 100%;
}

#si_guide_page #social,
#quick_win_single_2018 #social {
  margin-bottom: 15px;
  width: 190px;
}

#quick_win_single_2018 #social .social-share-icons a,
#si_guide_page #social .social-share-icons a,
.social-share-icons a,
#quick_win_single_2018 #social .social-share-icons a:hover,
#si_guide_page #social .social-share-icons a:hover,
.social-share-icons a:hover {
  margin-right: 5px;
  text-decoration: none;
}

.social-share-icons a:last-child {
  margin-right: 0;
}

#quick_win_single_2018 #social .social-share-icons img,
#si_guide_page #social .social-share-icons img,
#long_form .blog_wrapper .social-share-icons img {
  border: 0;
  max-width: 38px;

}

#quick_win_single_2018 #social .social-share-icons img:hover,
#si_guide_page #social .social-share-icons img:hover,
.social-share-icons img:hover {
  border: 0;
  text-decoration: none;
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

/* Newsletter signup form element styles */

.newsletter-signup-logged-out-container {
    background-color: #ffebc1;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 40px;
}

.newsletter-signup-logged-out-container .newsletter-signup-logged-out-text-container {
    padding: 28px 28px 0 28px;
}

#long_form .blog_wrapper .newsletter-signup-logged-out-container .newsletter-signup-logged-out-text-container img {
    max-width: 80px;
    width: 100%;
}

.newsletter-signup-logged-out-container .newsletter-signup-logged-out-text-container h4 {
    font-size: 28px;
    font-weight: 600;
    color: #362f34;
    line-height: 1.2;
    padding-bottom: 16px;
    border-bottom: 1px solid #faa519;
}

.newsletter-signup-logged-out-container .newsletter-signup-logged-out-text-container p {
    font-family: Helvetica, Arial, sans-serif;
    color: #1a2d37;
    font-weight: 400;
    font-size: 16px;
    padding-top: 10px;
}

.newsletter-signup-logged-out-container .newsletter-signup-logged-out-form-container {
    background-color: #5a2e5b;
    padding: 30px 25px;
    border-radius: 0 0 6px 6px;
}

.newsletter-signup-logged-out-container .newsletter-signup-logged-out-form-container form {
    position: relative;
}

.newsletter-signup-logged-out-container .newsletter-signup-logged-out-form-container form input[type=email] {
    height: 45px;
    padding: 0 65px 0 15px;
    box-shadow: none;
    margin: 0;
    border: 0;
    width: 100%;
}

.newsletter-signup-logged-out-container .newsletter-signup-logged-out-form-container form button[type=submit] {
    background-color: #faa519;
    border-radius: 0 6px 6px 0;
    height: 45px;
    width: 54px;
    padding: 0 12px;
    position: absolute;
    margin: 0;
    top: 0;
    right: 0;
    border: none;
}

.newsletter-signup-logged-out-container .newsletter-signup-logged-out-form-container form button[type=submit] span {
    font-size: 24px;
    color: #5a2e5b;
}

/* Newsletter signup confirmation and thank you page styles */

#newsletter-signup-page .confirm-subscription h1,
#newsletter-signup-page .thank-you h1{
    padding-top: 15px;
}

@media (max-width:899px) {
    #newsletter-signup-page .confirm-subscription h1,
    #newsletter-signup-page .thank-you h1 {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

#newsletter-signup-page .confirm-subscription p,
#newsletter-signup-page .thank-you p {
    font-family: Helvetica, Arial, sans-serif;
    color: #676767;
    font-weight: 400;
}


@media (max-width:899px) {
    #newsletter-signup-page .confirm-subscription p,
    #newsletter-signup-page .thank-you p {
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width:499px) {
    #newsletter-signup-page .confirm-subscription p,
    #newsletter-signup-page .thank-you p {
        max-width: 75%;
    }
}

#newsletter-signup-page .confirm-subscription .interest-forms-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 50px;
    margin-bottom: 0;
}

@media (min-width:900px) {
    #newsletter-signup-page .confirm-subscription .interest-forms-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 100px;
        margin-bottom: 30px;
    }
}

@media (min-width:1000px) {
    #newsletter-signup-page .confirm-subscription .interest-forms-container {
        margin-top: 120px;
        margin-bottom: 50px;
    }
}

#newsletter-signup-page .confirm-subscription .interest-forms-container .interest-form-col {
    flex: 0 1 auto;
    padding: 0 20px;
}

@media (max-width:899px) {
    #newsletter-signup-page .confirm-subscription .interest-forms-container .interest-form-col:not(:last-of-type) {
        margin-bottom: 50px;
    }
}

@media (min-width:900px) {
    #newsletter-signup-page .confirm-subscription .interest-forms-container .interest-form-col {
        flex: 0 1 33.3%;
    }
}

#newsletter-signup-page .confirm-subscription .interest-forms-container .interest-form-col img {
    margin-bottom: 30px;
    max-width: 550px;
}

.but_2019 {
    outline: none;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 16px;
    max-width: 210px;
    width: 100%;
    padding: 9px 20px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-weight: 600;
    border: none;
    white-space: normal;
}
@media (min-width: 769px) {
    .but_2019 {
        font-size: 18px;
        max-width: 248px;
        padding: 10px 20px;
    }
}

.thank-you-img-btn-container .thank-you-img-outer {
    border-bottom: 1px solid #d7d7d7;
    margin-top: 35px;
    margin-bottom: 35px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:900px) {
    .thank-you-img-btn-container .thank-you-img-outer {
        max-width: 70%;
    }
}

#newsletter-signup-page .thank-you .thank-you-img-btn-container .thank-you-img-outer img {
    max-width: 650px;
}

/* Promo pricing */
.promo-offer-main-pricing-grid .promo-offer-pricing-heading,
.promo-offer-mobile-pricing-grid .promo-offer-pricing-heading {
    padding-bottom: 7px;
    position: relative
}

.promo-offer-main-pricing-grid .promo-offer-pricing-heading .black-friday-strikethrough,
.promo-offer-mobile-pricing-grid .promo-offer-pricing-heading .black-friday-strikethrough {
    background-color: #74bf43
}

.promo-offer-main-pricing-grid .promo-offer-pricing-heading .promo-offer-price-strikethrough,
.promo-offer-mobile-pricing-grid .promo-offer-pricing-heading .promo-offer-price-strikethrough,
.promo-offer-pricing-heading .promo-offer-price-strikethrough {
    background-color: #74bf43
}

.promo-offer-main-pricing-grid .promo-offer-pricing-heading .black-friday-strikethrough,
.promo-offer-main-pricing-grid .promo-offer-pricing-heading .promo-offer-price-strikethrough,
.promo-offer-mobile-pricing-grid .promo-offer-pricing-heading .black-friday-strikethrough,
.promo-offer-mobile-pricing-grid .promo-offer-pricing-heading .promo-offer-price-strikethrough,
.promo-offer-pricing-heading .promo-offer-price-strikethrough {
    height: 2px;
    left: 0;
    margin: 0 auto;
    min-width: 220px;
    position: absolute;
    right: 0;
    width: 30%
}

@media (min-width:1188px) {
    .promo-offer-main-pricing-grid .promo-offer-pricing-heading .black-friday-strikethrough,
    .promo-offer-main-pricing-grid .promo-offer-pricing-heading .promo-offer-price-strikethrough,
    .promo-offer-mobile-pricing-grid .promo-offer-pricing-heading .black-friday-strikethrough,
    .promo-offer-mobile-pricing-grid .promo-offer-pricing-heading .promo-offer-price-strikethrough,
    .promo-offer-pricing-heading .promo-offer-price-strikethrough {
        width: 80%
    }
}

.promo-offer-main-pricing-grid .promo-offer-pricing-heading .black-friday-strikethrough,
.promo-offer-main-pricing-grid .promo-offer-pricing-heading .promo-offer-price-strikethrough,
.promo-offer-pricing-heading .promo-offer-price-strikethrough {
    top: 30px;
}

.promo-offer-main-pricing-grid .individual_pricing.comparison_bottom .promo-offer-pricing-heading .black-friday-strikethrough,
.promo-offer-main-pricing-grid .individual_pricing.comparison_bottom .promo-offer-pricing-heading .promo-offer-price-strikethrough,
.individual_pricing.comparison_bottom .promo-offer-pricing-heading .promo-offer-price-strikethrough {
    top: 62px;
}

.promo-offer-mobile-pricing-grid .promo-offer-pricing-heading .black-friday-strikethrough,
.promo-offer-mobile-pricing-grid .promo-offer-pricing-heading .promo-offer-price-strikethrough,
.promo-offer-pricing-heading .promo-offer-price-strikethrough {
    top: 24px;
}

.promo-offer-main-pricing-grid .black-friday-offer-price-container,
.promo-offer-mobile-pricing-grid .black-friday-offer-price-container {
    background-color: #171516;
}

.promo-offer-main-pricing-grid .black-friday-offer-price-container .pricing_price,
.promo-offer-mobile-pricing-grid .black-friday-offer-price-container .pricing_price {
    color: #78b948;
}

.promo-offer-main-pricing-grid .promo-offer-price-container,
.promo-offer-mobile-pricing-grid .promo-offer-price-container,
.promo-offer-price-container {
    background-color: #74bf43;
}

.s_block.three.last .promo-offer-price-container,
.biz_pricing .promo-offer-price-container,
.minigrid_tab_business .promo-offer-price-container {
    background-color: #0083ca;
}

.biz_pricing .promo-offer-price-container {
  margin-top: 7px;
}

.promo-offer-main-pricing-grid .promo-offer-price-container .pricing_billing_type,
.promo-offer-mobile-pricing-grid .promo-offer-price-container .pricing_billing_type,
.promo-offer-price-container .pricing_billing_type,
.promo-offer-main-pricing-grid .promo-offer-price-container .pricing_price,
.promo-offer-mobile-pricing-grid .promo-offer-price-container .pricing_price,
.promo-offer-price-container p.pricing_price {
    color: #fff;
}

.smart.smart_pricing_grid .individual_pricing.comparison_bottom .promo-offer-price-container .pricing_price,
.smart.smart_pricing_grid .biz_pricing.comparison_bottom .promo-offer-price-container .pricing_price,
.promo-offer-price-container .pricing_price{
    margin-top: 0;
}

.promo-offer-main-pricing-grid .black-friday-offer-price-container,
.promo-offer-main-pricing-grid .promo-offer-price-container,
.promo-offer-mobile-pricing-grid .black-friday-offer-price-container,
.promo-offer-mobile-pricing-grid .promo-offer-price-container,
.promo-offer-price-container {
    margin-bottom: 10px;
    padding: 15px 15px 10px
}

.promo-offer-main-pricing-grid .individual_pricing.comparison_bottom .promo-offer-price-container,
.promo-offer-mobile-pricing-grid .minigrid_tab_annual .promo-offer-price-container {
    margin-bottom: 20px;
}

.promo-offer-main-pricing-grid .black-friday-offer-price-container p:first-child,
.promo-offer-main-pricing-grid .promo-offer-price-container p:first-child,
.promo-offer-mobile-pricing-grid .black-friday-offer-price-container p:first-child,
.promo-offer-mobile-pricing-grid .promo-offer-price-container p:first-child,
.promo-offer-price-container p:first-child {
    color: #fff;
    font-size: 17px;
    margin: 0
}

/* Dismissible monthly banner */

#dismissibleMonthlyBanner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    pointer-events: none;
}

#dismissibleMonthlyBanner .banner-fade {
    height: 100px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.85) 84%, rgba(255,255,255,0.85) 85%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 84%,rgba(255,255,255,0.85) 85%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 84%,rgba(255,255,255,0.85) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d9ffffff',GradientType=0 ); /* IE6-9 */
}

#dismissibleMonthlyBanner a {
    display: block;
    height: 100px;
    padding: 6px 0 10px 0;
    background-color: #fed66a;
    -webkit-box-shadow: 0px -1px 6px 1px rgba(184,184,184,1);
    -moz-box-shadow: 0px -1px 6px 1px rgba(184,184,184,1);
    box-shadow: 0px -1px 6px 1px rgba(184,184,184,1);
    text-decoration: none;
    pointer-events: auto;
}

#dismissibleMonthlyBanner a:hover,
#dismissibleMonthlyBanner a:hover .monthly-banner-text {
    color: #2c022d;
    text-decoration: underline;
}

@media (min-width: 768px) {
    #dismissibleMonthlyBanner a {
        transition: height .2s ease-in-out;
    }

    #dismissibleMonthlyBanner a:hover {
        height: 105px;
    }
}

#dismissibleMonthlyBanner a .s_wrapper {
    height: 100%;
}

@media (min-width: 1024px) {
    #dismissibleMonthlyBanner a .s_wrapper {
        position: relative;
    }

    #dismissibleMonthlyBanner .monthly-banner-text-content {
        position: relative;
        z-index: 1;
    }
}

#dismissibleMonthlyBanner .monthly-banner-heading,
#dismissibleMonthlyBanner p {
    color: #2c022d;
    margin: 0;
}

#dismissibleMonthlyBanner .monthly-banner-heading {
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    #dismissibleMonthlyBanner .monthly-banner-heading {
        font-size: 25px;
    }
}

@media (min-width: 1024px) {
    #dismissibleMonthlyBanner .monthly-banner-heading {
        font-size: 30px;
    }
}

#dismissibleMonthlyBanner .monthly-banner-text {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

@media (min-width: 768px) {
    #dismissibleMonthlyBanner .monthly-banner-text {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    #dismissibleMonthlyBanner .monthly-banner-text {
        font-size: 18px;
        background-color: #fed66a;
        background-color: rgba(254,214,106,0.60);
        display: inline-block;
        padding-right: 5px;
    }
}

#dismissibleMonthlyBanner img.monthly-banner-image {
    display: none;
}

@media (min-width: 1024px) {
    #dismissibleMonthlyBanner img.monthly-banner-image {
        display: block;
        position: absolute;
        bottom: -10px;
        right: 0;
        z-index: 0;
        pointer-events: none;
        max-width: 400px;
    }
}

#dismissibleMonthlyBanner .js-close-button {
    position: absolute;
    width: 35px;
    top: 81px;
    right: 22px;
    z-index: 10;
    cursor: pointer;
    pointer-events: auto;
}

.page-template-page-transformation-fifty .transformation-fifty-tandcs{
    font-size: 12px;
}

/* Logged in banner position adjustment */
@media (max-width: 840px) {
    .page-template-page-transformation-fifty.logged-in #checkout2016{
        margin-top: -32px;
    }

    .page-template-page-transformation-fifty.logged-in #top_minimised_header #breadcrumb{
        display: none;
    }
}

.page-template-page-transformation-fifty #checkout2016{
    margin-top: 0;
    margin-bottom: 0;
}

.page-template-page-transformation-fifty .s_wrapper ,
.page-template-page-product-subscription-purchase-campaign .s_wrapper {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

#why_wait .container .row{
    margin-left: 0;
    margin-right: 0;
}

.icon_guarantee{
    margin: 0 auto;
}

@media (min-width: 992px) {
    .icon_guarantee{
        margin-top: -38px;
    }
}
/* Spinner */
.gform_ajax_spinner {
  margin-left: 20px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-left: 4px solid rgba(110, 73, 217, 0.7);
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/** Stripe Update details action button **/
.stripe-button-el,
.stripe-button-el span {
    border-radius: 5px !important;
    color: #fff;
    display: block;
    font-size: 18px !important;
    max-width: 248px !important;
    width: 248px !important;
    padding: 0 !important;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 auto !important;
    text-decoration: none !important;
    text-align: center !important;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif !important;
    font-weight: 600 !important;
    border: none !important;
    outline: none;
    height: 40px !important;
    line-height: 40px !important;
    background: #74bf43 !important;
    background-image: none !important;
    text-shadow: none !important;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);

}
.stripe-button-el:hover {
  background: #90cc69 !important;
}

.stripe-button-el span {
  background: transparent !important;
  background-image: none !important;
}
