/* Version 4.0.0.0 */
/******************** 2021 Font Styles ********************/
/* latin */
@font-face {
  font-family: 'InterVariable';
  font-style: normal;
  font-weight: 100 900;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/inter/v3/UcCo3FwrK3iLTcviYwYZ8UA3.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --text-font-family: "InterVariable", Arial, Helvetica, sans-serif;
  --header-font-family: "InterVariable", Arial, Helvetica, sans-serif;
}
html {
  font-family: var(--text-font-family);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: none;
}
b,
strong {
  font-weight: 700;
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -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: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: var(--text-font-family);
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5em;
	color: #222;
	background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  margin: 0;
  border: 0;
}
button,
select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}
textarea {
  resize: none;
  overflow: auto;
}
select::-ms-expand {
  display: none;
}
a,
a:hover {
  color: inherit;
  text-decoration: none;
}
a:focus {
  outline: none;
}
.no-touch a,
.no-touch button,
.no-touch input[type="submit"],
.no-touch input[type="reset"],
.no-touch a:before,
.no-touch button:before,
.no-touch input[type="submit"]:before,
.no-touch input[type="reset"]:before,
.no-touch a:after,
.no-touch button:after,
.no-touch input[type="submit"]:after,
.no-touch input[type="reset"]:after {
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
figure {
  margin: 0;
}
figure a {
  display: inline-block;
  vertical-align: middle;
}
figure a img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--header-font-family);
  font-weight: normal;
  line-height: 1;
  color: inherit;
  margin: 0 0;
}
.h0 {
  font-size: 2.8125rem;
}
h1,
.h1 {
  font-size: 2.375rem;
}
h2 {
  font-size: 2.125rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: .875rem;
}
.row-inline > div {
  font-size: 1.125rem;
}
.text-lg {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body,
  .row-inline > div {
    font-size: 1rem;
  }
  h1,
  .h1 {
    font-size: 2.125rem;
  }
  h2 {
    font-size: 1.875rem;
  }
  h3 {
    font-size: 1.375rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  .text-lg {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  body,
  .row-inline > div {
    font-size: .875rem;
  }
  h1,
  .h1 {
    font-size: 1.625rem;
  }
  h2 {
    font-size: 1.375rem;
  }
  h3 {
    font-size: 1.125rem;
  }
  h4 {
    font-size: 1rem;
  }
  .text-lg {
    font-size: 1rem;
  }
}
p {
  margin: 0;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-primary {
  color: #019cec;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #017ab9;
}
.text-success {
  color: #33cc33;
}
a.text-success:hover,
a.text-success:focus {
  color: #29a329;
}
.text-info {
  color: #008bff;
}
a.text-info:hover,
a.text-info:focus {
  color: #006fcc;
}
.text-danger {
  color: #ed4500;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ba3600;
}
.bg-success {
  background-color: #33cc33;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #29a329;
}
ul,
ol {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
blockquote {
  margin: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  width: 1950px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .row-sm-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row-sm-flex-nowrap {
    -webkit-flex-wrap: none;
    -ms-flex-wrap: none;
    flex-wrap: none;
  }
  .row-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
  .align-items-sm-center {
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
  }
  .col-sm-flex {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-flex-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}
.row,
.row-inline {
  margin-left: -15px;
  margin-right: -15px;
}
.row-inline {
  font-size: 0;
}
.row-bottom > div {
  vertical-align: bottom;
}
.row-top > div {
  vertical-align: top;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-1-inline, .col-sm-1-inline, .col-md-1-inline, .col-lg-1-inline, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-2-inline, .col-sm-2-inline, .col-md-2-inline, .col-lg-2-inline, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-3-inline, .col-sm-3-inline, .col-md-3-inline, .col-lg-3-inline, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-4-inline, .col-sm-4-inline, .col-md-4-inline, .col-lg-4-inline, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-5-inline, .col-sm-5-inline, .col-md-5-inline, .col-lg-5-inline, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-6-inline, .col-sm-6-inline, .col-md-6-inline, .col-lg-6-inline, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-7-inline, .col-sm-7-inline, .col-md-7-inline, .col-lg-7-inline, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-8-inline, .col-sm-8-inline, .col-md-8-inline, .col-lg-8-inline, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-9-inline, .col-sm-9-inline, .col-md-9-inline, .col-lg-9-inline, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-10-inline, .col-sm-10-inline, .col-md-10-inline, .col-lg-10-inline, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-11-inline, .col-sm-11-inline, .col-md-11-inline, .col-lg-11-inline, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-12-inline, .col-sm-12-inline, .col-md-12-inline, .col-lg-12-inline {
  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-1-inline, .col-xs-2-inline, .col-xs-3-inline, .col-xs-4-inline, .col-xs-5-inline, .col-xs-6-inline, .col-xs-7-inline, .col-xs-8-inline, .col-xs-9-inline, .col-xs-10-inline, .col-xs-11-inline, .col-xs-12-inline {
  display: inline-block;
  vertical-align: middle;
}
.col-xs-12,
.col-xs-12-inline {
  width: 100%;
}
.col-xs-11,
.col-xs-11-inline {
  width: 91.66666667%;
}
.col-xs-10,
.col-xs-10-inline {
  width: 83.33333333%;
}
.col-xs-9,
.col-xs-9-inline {
  width: 75%;
}
.col-xs-8,
.col-xs-8-inline {
  width: 66.66666667%;
}
.col-xs-7,
.col-xs-7-inline {
  width: 58.33333333%;
}
.col-xs-6,
.col-xs-6-inline {
  width: 50%;
}
.col-xs-5,
.col-xs-5-inline {
  width: 41.66666667%;
}
.col-xs-4,
.col-xs-4-inline {
  width: 33.33333333%;
}
.col-xs-3,
.col-xs-3-inline {
  width: 25%;
}
.col-xs-2,
.col-xs-2-inline {
  width: 16.66666667%;
}
.col-xs-1,
.col-xs-1-inline {
  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: auto;
}
.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: auto;
}
.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-1-inline, .col-sm-2-inline, .col-sm-3-inline, .col-sm-4-inline, .col-sm-5-inline, .col-sm-6-inline, .col-sm-7-inline, .col-sm-8-inline, .col-sm-9-inline, .col-sm-10-inline, .col-sm-11-inline, .col-sm-12-inline {
    display: inline-block;
    vertical-align: middle;
  }
  .col-sm-12,
  .col-sm-12-inline {
    width: 100%;
  }
  .col-sm-11,
  .col-sm-11-inline {
    width: 91.66666667%;
  }
  .col-sm-10,
  .col-sm-10-inline {
    width: 83.33333333%;
  }
  .col-sm-9,
  .col-sm-9-inline {
    width: 75%;
  }
  .col-sm-8,
  .col-sm-8-inline {
    width: 66.66666667%;
  }
  .col-sm-7,
  .col-sm-7-inline {
    width: 58.33333333%;
  }
  .col-sm-6,
  .col-sm-6-inline {
    width: 50%;
  }
  .col-sm-5,
  .col-sm-5-inline {
    width: 41.66666667%;
  }
  .col-sm-4,
  .col-sm-4-inline {
    width: 33.33333333%;
  }
  .col-sm-3,
  .col-sm-3-inline {
    width: 25%;
  }
  .col-sm-2,
  .col-sm-2-inline {
    width: 16.66666667%;
  }
  .col-sm-1,
  .col-sm-1-inline {
    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: auto;
  }
  .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: auto;
  }
  .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-1-inline, .col-md-2-inline, .col-md-3-inline, .col-md-4-inline, .col-md-5-inline, .col-md-6-inline, .col-md-7-inline, .col-md-8-inline, .col-md-9-inline, .col-md-10-inline, .col-md-11-inline, .col-md-12-inline {
    display: inline-block;
    vertical-align: middle;
  }
  .col-md-12,
  .col-md-12-inline {
    width: 100%;
  }
  .col-md-11,
  .col-md-11-inline {
    width: 91.66666667%;
  }
  .col-md-10,
  .col-md-10-inline {
    width: 83.33333333%;
  }
  .col-md-9,
  .col-md-9-inline {
    width: 75%;
  }
  .col-md-8,
  .col-md-8-inline {
    width: 66.66666667%;
  }
  .col-md-7,
  .col-md-7-inline {
    width: 58.33333333%;
  }
  .col-md-6,
  .col-md-6-inline {
    width: 50%;
  }
  .col-md-5,
  .col-md-5-inline {
    width: 41.66666667%;
  }
  .col-md-4,
  .col-md-4-inline {
    width: 33.33333333%;
  }
  .col-md-3,
  .col-md-3-inline {
    width: 25%;
  }
  .col-md-2,
  .col-md-2-inline {
    width: 16.66666667%;
  }
  .col-md-1,
  .col-md-1-inline {
    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: auto;
  }
  .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: auto;
  }
  .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: 1230px) {
  .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-1-inline, .col-lg-2-inline, .col-lg-3-inline, .col-lg-4-inline, .col-lg-5-inline, .col-lg-6-inline, .col-lg-7-inline, .col-lg-8-inline, .col-lg-9-inline, .col-lg-10-inline, .col-lg-11-inline, .col-lg-12-inline {
    display: inline-block;
    vertical-align: middle;
  }
  .col-lg-12,
  .col-lg-12-inline {
    width: 100%;
  }
  .col-lg-11,
  .col-lg-11-inline {
    width: 91.66666667%;
  }
  .col-lg-10,
  .col-lg-10-inline {
    width: 83.33333333%;
  }
  .col-lg-9,
  .col-lg-9-inline {
    width: 75%;
  }
  .col-lg-8,
  .col-lg-8-inline {
    width: 66.66666667%;
  }
  .col-lg-7,
  .col-lg-7-inline {
    width: 58.33333333%;
  }
  .col-lg-6,
  .col-lg-6-inline {
    width: 50%;
  }
  .col-lg-5,
  .col-lg-5-inline {
    width: 41.66666667%;
  }
  .col-lg-4,
  .col-lg-4-inline {
    width: 33.33333333%;
  }
  .col-lg-3,
  .col-lg-3-inline {
    width: 25%;
  }
  .col-lg-2,
  .col-lg-2-inline {
    width: 16.66666667%;
  }
  .col-lg-1,
  .col-lg-1-inline {
    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: auto;
  }
  .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: auto;
  }
  .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%;
  }
}
/**************************************************************************************************/
/********** Buttons *******************************************************************************/
/**************************************************************************************************/
.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  padding: 14px 34px;
  font-size: 1.125rem;
  line-height: inherit;
  border-radius: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn img {
  margin-right: 20px;
}
.btn-gray-border {
  color: #333333;
  border-color: rgba(0, 0, 0, 0.1);
}
.btn-gray-border:hover {
  color: #000;
  border-color: #000;
}
.btn-white-border {
  color: #fff;
  border-color: #fff;
}
.btn-white-border:hover {
  color: #019cec;
  background-color: #fff;
}
.btn-white {
  color: #26526c;
  font-weight: 600;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 9px 16px rgba(15, 16, 16, 0.09), inset 0 -2px 0 rgba(17, 94, 140, 0.19);
  box-shadow: 0 9px 16px rgba(15, 16, 16, 0.09), inset 0 -2px 0 rgba(17, 94, 140, 0.19);
}
.btn-white:focus,
.btn-white:hover {
  color: #fff;
  background-color: #008bff;
}
.btn-pink {
  color: #ffffff;
  background-color: #ec386b;
  border-color: #ec386b;
}
.btn-pink:focus,
.btn-pink:hover {
  color: #ffffff;
  background-color: #dc154d;
  border-color: #dc154d;
}
.btn-picton-blue {
  color: #ffffff;
  background-color: #4bdfec;
  border-color: #4bdfec;
}
.btn-picton-blue:focus,
.btn-picton-blue:hover {
  color: #ffffff;
  background-color: #1dd7e7;
  border-color: #1dd7e7;
}
.btn-gray {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.btn-gray:focus,
.btn-gray:hover {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-primary {
  color: #ffffff;
  background-color: #1e93ff;
  border-color: #1e93ff;
}
.btn-primary:focus,
.btn-primary:hover {
  color: #ffffff;
  background-color: #007aea;
  border-color: #007aea;
}
.btn-success {
  color: #ffffff;
  background-color: #33cc33;
  border-color: #33cc33;
}
.btn-success:focus,
.btn-success:hover {
  color: #ffffff;
  background-color: #29a329;
  border-color: #29a329;
}
.btn-info {
  color: #ffffff;
  background-color: #008bff;
  border-color: #008bff;
}
.btn-info:focus,
.btn-info:hover {
  color: #ffffff;
  background-color: #006fcc;
  border-color: #006fcc;
}
.btn-info[disabled] {
  background-color: #66b9ff;
  border-color: #66b9ff;
}
.btn-danger {
  color: #ffffff;
  background-color: #ed4500;
  border-color: #ed4500;
}
.btn-danger:focus,
.btn-danger:hover {
  color: #ffffff;
  background-color: #ba3600;
  border-color: #ba3600;
}
.btn-lg {
  padding: 31px 55px;
  font-size: inherit;
  line-height: 1.125rem;
  border-radius: 50px;
}
.btn-md {
  padding: 21px 55px;
  font-size: 24px;
  line-height: inherit;
  border-radius: 50px;
}
.btn-sm {
  padding: 11px 35px;
  font-size: inherit;
  line-height: 1.125rem;
  border-radius: 50px;
}
.btn-not-rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-block {
  display: block;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .btn {
    padding: 10px 20px;
  }
  .btn-md {
    padding: 15px 25px;
    font-size: 1.25rem;
  }
  .btn-lg {
    padding: 20px 30px;
  }
}
/**************************************************************************************************/
/**************************************************************************************************/
/**************************************************************************************************/
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: middle;
}
.media-left img,
.media-right img,
.media-body img {
  max-width: none;
}
.media-top {
  vertical-align: top;
}
.media-bottom {
  vertical-align: bottom;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
/**************************************************************************************************/
/**************************************************************************************************/
/**************************************************************************************************/
.modal-open {
  overflow: hidden;
}
.no-touch .modal-open {
  margin-right: 17px;
}
.no-touch .modal-open .kala_is_sticky {
  margin-right: 17px;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 30px 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 25px 25px rgba(1, 1, 1, 0.2);
  box-shadow: 0 25px 25px rgba(1, 1, 1, 0.2);
  outline: 0;
}
.modal-content h2 {
  color: #333333;
  line-height: 1.42857143;
}
.modal-content .entry-content p {
  color: rgba(0, 0, 0, 0.5);
}
.modal-content .field input,
.modal-content .field textarea {
  color: #000;
  border-bottom: 2px solid #e5e6e6;
}
.modal-content .field input::-moz-placeholder,
.modal-content .field textarea::-moz-placeholder {
  color: rgba(0, 1, 1, 0.5);
  opacity: 1;
}
.modal-content .field input:-ms-input-placeholder,
.modal-content .field textarea:-ms-input-placeholder {
  color: rgba(0, 1, 1, 0.5);
}
.modal-content .field input::-webkit-input-placeholder,
.modal-content .field textarea::-webkit-input-placeholder {
  color: rgba(0, 1, 1, 0.5);
}
.modal-content .field input:focus,
.modal-content .field textarea:focus {
  border-bottom-color: #000;
}
.modal-content .field.has-error input,
.modal-content .field.has-error textarea {
  color: red;
  border-bottom-color: red;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.close-modal {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}
.close-modal:before,
.close-modal:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 4px;
  background-color: #d9d9d9;
}
.close-modal:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-modal:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-modal:hover:before,
.close-modal:hover:after {
  background-color: #000;
}
#quiz-popup .embed-responsive {
  padding-bottom: 104%;
}
#quiz-popup iframe {
  overflow: auto;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 725px;
    margin: 120px auto 30px;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal .btn-md {
    min-width: 380px;
    margin-top: 50px;
  }
  .modal-content {
    padding: 95px 80px 80px 80px;
  }
  .modal-content h2 {
    margin-bottom: 40px;
  }
  .modal-lg {
    width: 970px;
  }
  .modal-lg .modal-content {
    padding: 105px 110px 80px 110px;
  }
  .modal-lg h2 {
    margin-bottom: 70px;
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .modal .btn-md {
    min-width: 320px;
    margin-top: 40px;
  }
  .modal-content {
    padding: 75px 50px 50px 50px;
  }
  .modal-content h2 {
    margin-bottom: 30px;
  }
  .modal-lg .modal-content {
    padding: 80px 50px 60px 50px;
  }
  .modal-lg h2 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .touch .modal-open {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .modal .btn-md {
    min-width: 260px;
    margin-top: 30px;
  }
  .modal-content {
    padding: 50px 15px 30px 15px;
  }
  .modal-lg h2 {
    margin-bottom: 30px;
  }
  #quiz-popup .embed-responsive {
    padding-bottom: 225%;
  }
}
/**************************************************************************************************/
/**************************************************************************************************/
/**************************************************************************************************/
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.row-inline:before,
.row-inline:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.row-inline:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none !important;
}
@-ms-viewport {
  width: device-width;
}

/**************************************************************************************************/
/****** Used on Sidebar widget - testimonials *********************************************************************/
/**************************************************************************************************/
.slider-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.slider-no-flexbox .slider-slide {
  float: left;
}
.slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.slider-container-android .slider-slide,
.slider-wrapper {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.slider-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
}
.slider-autoheight,
.slider-autoheight .slider-slide {
  height: auto;
}
.slider-autoheight .slider-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
.slider-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.slider-prev,
.slider-next {
  position: absolute;
  top: 0;
  bottom: 35px;
  margin: auto;
  display: inline-block;
  width: 61px;
  height: 61px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
}
.slider-prev:before,
.slider-next:before,
.slider-prev:after,
.slider-next:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.slider-prev:before,
.slider-next:before,
.slider-prev:after,
.slider-next:after {
  content: '';
  width: 10px;
  height: 2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background-color: #fff;
}
.slider-prev:hover,
.slider-next:hover {
  background-color: #fff;
}
.slider-prev:hover:before,
.slider-next:hover:before,
.slider-prev:hover:after,
.slider-next:hover:after {
  background-color: #019cec;
}
.slider-prev {
  right: 100%;
  margin-right: 36px;
}
.slider-prev:before {
  -webkit-transform: translate(-1px, 3px) rotate(45deg);
  -moz-transform: translate(-1px, 3px) rotate(45deg);
  -o-transform: translate(-1px, 3px) rotate(45deg);
  -ms-transform: translate(-1px, 3px) rotate(45deg);
  transform: translate(-1px, 3px) rotate(45deg);
}
.slider-prev:after {
  -webkit-transform: translate(-1px, -3px) rotate(-45deg);
  -moz-transform: translate(-1px, -3px) rotate(-45deg);
  -o-transform: translate(-1px, -3px) rotate(-45deg);
  -ms-transform: translate(-1px, -3px) rotate(-45deg);
  transform: translate(-1px, -3px) rotate(-45deg);
}
.slider-next {
  left: 100%;
  margin-left: 36px;
}
.slider-next:before {
  -webkit-transform: translate(1px, -3px) rotate(45deg);
  -moz-transform: translate(1px, -3px) rotate(45deg);
  -o-transform: translate(1px, -3px) rotate(45deg);
  -ms-transform: translate(1px, -3px) rotate(45deg);
  transform: translate(1px, -3px) rotate(45deg);
}
.slider-next:after {
  -webkit-transform: translate(1px, 3px) rotate(-45deg);
  -moz-transform: translate(1px, 3px) rotate(-45deg);
  -o-transform: translate(1px, 3px) rotate(-45deg);
  -ms-transform: translate(1px, 3px) rotate(-45deg);
  transform: translate(1px, 3px) rotate(-45deg);
}
.slider-pagination {
  margin-top: 46px;
  font-size: 0;
  text-align: center;
  height: 9px;
}
.slider-pagination button {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #d0d0d0;
}
.slider-pagination button:last-child {
  margin-right: 0;
}
.slider-pagination button.active {
  width: 9px;
  height: 9px;
  background-color: #019cec;
}
@media screen and (max-width: 767px) {
  .slider-prev,
  .slider-next {
    display: none;
  }
  .slider-pagination {
    margin-top: 25px;
  }
}
/**************************************************************************************************/
/******* Page Navigation & Pagination ***********************************************************************/
/**************************************************************************************************/
.wp-pagenavi {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 0;
}
.wp-pagenavi > a,
.wp-pagenavi > span {
  display: inline-block;
  width: 32px;
  height: 32px;
  color: #999999;
  text-align: center;
  line-height: 32px;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.wp-pagenavi > a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.wp-pagenavi > a:hover:before,
.wp-pagenavi > a:hover:after {
  background-color: #fff;
}
.wp-pagenavi .current {
  color: #fff;
  background-color: #008bff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
}
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before,
.wp-pagenavi .previouspostslink:after,
.wp-pagenavi .nextpostslink:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 1px;
  background-color: #999999;
}
.wp-pagenavi .previouspostslink:before {
  -webkit-transform: translate(0, 3px) rotate(45deg);
  -moz-transform: translate(0, 3px) rotate(45deg);
  -o-transform: translate(0, 3px) rotate(45deg);
  -ms-transform: translate(0, 3px) rotate(45deg);
  transform: translate(0, 3px) rotate(45deg);
}
.wp-pagenavi .previouspostslink:after {
  -webkit-transform: translate(0, -3px) rotate(-45deg);
  -moz-transform: translate(0, -3px) rotate(-45deg);
  -o-transform: translate(0, -3px) rotate(-45deg);
  -ms-transform: translate(0, -3px) rotate(-45deg);
  transform: translate(0, -3px) rotate(-45deg);
}
.wp-pagenavi .nextpostslink:before {
  -webkit-transform: translate(0, -3px) rotate(45deg);
  -moz-transform: translate(0, -3px) rotate(45deg);
  -o-transform: translate(0, -3px) rotate(45deg);
  -ms-transform: translate(0, -3px) rotate(45deg);
  transform: translate(0, -3px) rotate(45deg);
}
.wp-pagenavi .nextpostslink:after {
  -webkit-transform: translate(0, 3px) rotate(-45deg);
  -moz-transform: translate(0, 3px) rotate(-45deg);
  -o-transform: translate(0, 3px) rotate(-45deg);
  -ms-transform: translate(0, 3px) rotate(-45deg);
  transform: translate(0, 3px) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    padding-top: 15px;
  }
  .wp-pagenavi > a,
  .wp-pagenavi > span {
    margin: 10px 10px 10px 0;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    padding-top: 10px;
    text-align: center;
  }
  .wp-pagenavi > a,
  .wp-pagenavi > span {
    margin: 5px 5px 5px 0;
    font-size: 1rem;
  }
}

/**************************************************************************************************/
/**************************************************************************************************/
/**************************************************************************************************/
.testimonials {
  overflow: hidden;
  color: #fff;
  background-color: #273f62;
}
.testimonials .slider-wrapper {
  align-items: stretch;
}
.testimonials .slider-slide {
  padding-top: 34px;
  padding-bottom: 8px;
  height: auto;
}
.testimonials h2 {
  letter-spacing: 1px;
  line-height: 1.31428571;
}
.testimonials blockquote {
  position: relative;
  height: 100%;
  font-size: 0;
  border: 1px solid rgba(1, 156, 236, 0.15);
}
.testimonials blockquote:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.testimonials blockquote .content {
  display: inline-block;
  vertical-align: middle;
}
.testimonials .badge {
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
}
.testimonials .entry-content {
  color: rgba(255, 255, 255, 0.5);
}
.testimonials .entry-content p {
  line-height: 1.5;
}
.testimonials h3 {
  margin-bottom: 10px;
}
.testimonials footer {
  font-size: 1rem;
  margin-bottom: -7px;
}
.testimonials a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.3);
  font-size: .875rem;
}
.testimonials a strong {
  display: inline-block;
  padding: 0 10px;
  background-color: #273f62;
  text-decoration: underline;
}
.testimonials a:hover {
  color: #019cec;
}
.t-wrapper {
  position: relative;
}
@media screen and (min-width: 768px) {
  .testimonials {
    padding-bottom: 50px;
  }
  .testimonials .slider-slide {
    width: 50%;
  }
}
@media screen and (min-width: 1230px) {
  .testimonials header {
    padding: 70px 0;
  }
  .testimonials blockquote {
    padding: 65px 35px 50px;
  }
  .testimonials footer {
    padding: 40px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1229px) {
  .testimonials header {
    padding: 50px 0;
  }
  .testimonials blockquote {
    padding: 55px 25px 40px;
  }
  .testimonials footer {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .testimonials {
    padding-bottom: 40px;
  }
  .testimonials header {
    padding: 40px 0;
  }
  .testimonials blockquote {
    padding: 55px 15px 40px;
  }
  .testimonials footer {
    padding: 30px 0 0;
  }
}

/**************************************************************************************************/
/******* Blog ********************************************************************************/
/**************************************************************************************************/
.blog-header {
  margin-bottom: 20px;
  color: #fff;
  background: #03001e;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #03001e 0%, #7303c0 25%, #0073a2 60%, #fdeff9 100%);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #03001e 0%, #7303c0 25%, #0073a2 60%, #fdeff9 100%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.blog-header form {
  position: relative;
}
.blog-header input {
  display: block;
  width: 100%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.blog-header input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.blog-header input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blog-header input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blog-header input:focus {
  background-color: rgba(255, 255, 255, 0.25);
}
.blog-header button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.blog-header button:before,
.blog-header button:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.blog-header button:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
}
.blog-header button:after {
  background-color: #fff;
}
.blog-header button:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.blog-header {
  padding: 50px 0;
}
.blog-header form {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .blog-header input {
    padding-right: 100px;
    padding-left: 30px;
    height: 80px;
    font-size: 20px;
  }
  .blog-header button {
    width: 80px;
    height: 80px;
  }
  .blog-header button:before {
    width: 28px;
    height: 28px;
    -webkit-transform: translate(-4px, -4px);
    -ms-transform: translate(-4px, -4px);
    -o-transform: translate(-4px, -4px);
    transform: translate(-4px, -4px);
  }
  .blog-header button:after {
    width: 12px;
    height: 3px;
    -webkit-transform: translate(10px, 10px) rotate(45deg);
    -moz-transform: translate(10px, 10px) rotate(45deg);
    -o-transform: translate(10px, 10px) rotate(45deg);
    -ms-transform: translate(10px, 10px) rotate(45deg);
    transform: translate(10px, 10px) rotate(45deg);
  }
}
@media screen and (min-width: 1230px) {
  .blog-grid {
    padding-bottom: 70px;
  }
  .blog-header h1 {
    margin-bottom: 25px;
    font-size: 2.8125rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1229px) {
  .blog-grid {
    padding-bottom: 50px;
  }
  .blog-header h1 {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .blog-grid {
    padding-bottom: 40px;
  }
  .blog-header h1 {
    margin-bottom: 20px;
  }
  .blog-header input {
    padding-right: 80px;
    padding-left: 20px;
    height: 60px;
    font-size: 1.125rem;
  }
  .blog-header button {
    width: 60px;
    height: 60px;
  }
  .blog-header button:before {
    width: 26px;
    height: 26px;
    -webkit-transform: translate(-3px, -3px);
    -ms-transform: translate(-3px, -3px);
    -o-transform: translate(-3px, -3px);
    transform: translate(-3px, -3px);
  }
  .blog-header button:after {
    width: 10px;
    height: 3px;
    -webkit-transform: translate(8px, 8px) rotate(45deg);
    -moz-transform: translate(8px, 8px) rotate(45deg);
    -o-transform: translate(8px, 8px) rotate(45deg);
    -ms-transform: translate(8px, 8px) rotate(45deg);
    transform: translate(8px, 8px) rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .blog-grid {
    padding-bottom: 30px;
  }
  .blog-header h1 {
    margin-bottom: 15px;
  }
  .blog-header input {
    padding-right: 65px;
    padding-left: 15px;
    height: 50px;
    font-size: 1rem;
  }
  .blog-header button {
    width: 50px;
    height: 50px;
  }
  .blog-header button:before {
    width: 20px;
    height: 20px;
    -webkit-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    -o-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  .blog-header button:after {
    width: 8px;
    height: 3px;
    -webkit-transform: translate(7px, 7px) rotate(45deg);
    -moz-transform: translate(7px, 7px) rotate(45deg);
    -o-transform: translate(7px, 7px) rotate(45deg);
    -ms-transform: translate(7px, 7px) rotate(45deg);
    transform: translate(7px, 7px) rotate(45deg);
  }
}
/**************************************************************************************************/
/**************************************************************************************************/
/**************************************************************************************************/
.post-item {
  margin-top: 20px;
}
.post-item:hover .post-read {
  color: #fff;
  border-color: #4c4c4c;
  background-color: #4c4c4c;
}
.post-item:hover .post-read:hover {
  border-color: #019cec;
  background-color: #019cec;
}
.post-header {
  margin-bottom: 20px;
  background: #03001e;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #03001e 0%, #7303c0 25%, #0073a2 60%, #fdeff9 100%);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #03001e 0%, #7303c0 25%, #0073a2 60%, #fdeff9 100%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.post-title {
  color: #fff;
  font-size: 1.5rem;
}
.post-item-title {
  margin-bottom: 10px;
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.post-item-title a:hover {
  color: #019cec;
}
.post-meta {
  padding-bottom: 10px;
  font-size: .875rem;
}
.post-meta:before,
.post-meta:after {
  content: " ";
  display: table;
}
.post-meta:after {
  clear: both;
}
.post-meta:before,
.post-meta:after {
  content: " ";
  display: table;
}
.post-meta:after {
  clear: both;
}
.post-meta li {
  color: #757575;
  float: left;
  line-height: 1.2em;
  padding-bottom: 0px;
  margin-right: 15px;
}
.post-meta li:last-child {
  margin-right: 0;
}
.post-meta img {
  margin-right: 5px;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
  display: inline-block;
}
.post-meta a {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
}
.post-meta a:hover {
  color: #008bff;
  text-decoration: underline;
}
.post-meta a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.post-meta .post-tags, .post-meta .post-category {
  padding-top: 4px;
  padding-bottom: 4px;
  display: inline-block;
}
.post-data {
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  background-color: #008bff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.post-data:hover {
  text-decoration: none !important;
  color: #fff !important;
  background-color: #006fcc;
}
.post-thumb {
  overflow: hidden;
  margin-bottom: 10px;
  text-align: center;
}
.post-thumb img {
  -webkit-transition: transform 250ms ease-in-out;
  -o-transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  width: 100%;
  background-size: cover;
}
.post-thumb a:hover img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.stick_parent {
  position: relative;
}
.post-share {
  position: absolute;
  top: 0;
  right: 1400px;
  left: 0;
  width: 50px;
  margin: 0 auto 20px;
  font-size: 0;
}
.post-share h5 {
  color: #999999;
  font-size: .75rem;
  text-align: center;
  margin-bottom: 10px;
}
.post-share.is_stuck + div {
  display: none !important;
}
.post-content {
  color: #222;
  line-height: 1.5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  color: #000;
  line-height: 1.2;
}
.post-content h1:last-child,
.post-content h2:last-child,
.post-content h3:last-child,
.post-content h4:last-child,
.post-content h5:last-child,
.post-content h6:last-child,
.post-content p:last-child,
.post-content ul:last-child,
.post-content ol:last-child,
.post-content li:last-child,
.post-content div:last-child {
  margin-bottom: 0;
}
.post-content a {
  color: #0073A2;
  border-bottom: 1px dotted #0073A2;
  text-decoration: none;
}
.post-content a:hover {
  color: #0092CB;
  border-bottom: 1px solid #0092CB;
  text-decoration: none;
}
.post-item .post-content {
  padding-bottom: 10px;
  border: 0;
  font-size: 1rem;
}
.post-content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post-content iframe {
  max-width: 100%;
}
.post-content div.wp-caption {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.more-posts h3 {
  color: #333333;
}
.more-posts h4 {
  color: #adadad;
}
.post-read {
  display: inline-block;
  padding: 13px 26px;
  color: #757575;
  font-size: .875rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

@media screen and (min-width: 992px) {
  .post-loop .row {
    margin-left: -21px;
    margin-right: -21px;
  }
  .post-loop .row > div {
    padding-left: 21px;
    padding-right: 21px;
  }
  .post-item {
    margin-bottom: 50px;
  }
  .post-item:hover {
    -webkit-box-shadow: 0 0 0 26px #ffffff, 0 0 0 27px #e5e5e5, 0 15px 25px 28px rgba(1, 1, 1, 0.1);
    box-shadow: 0 0 0 26px #ffffff, 0 0 0 27px #e5e5e5, 0 15px 25px 28px rgba(1, 1, 1, 0.1);
  }
  .post-single {
    padding-bottom: 80px;
  }
  .post-header {
    padding: 50px 0;
  }
  .post-title {
    font-size: 2.8125rem;
  }
  .post-content {
    padding-bottom: 60px;
  }
  .post-content h2 {
    font-size: 2rem;
  }
  .post-content h3 {
    font-size: 1.75rem;
  }
  .post-content h3 {
    font-size: 1.5rem;
  }
  .post-content h4 {
    font-size: 1.25rem;
  }
  .post-content h5 {
    font-size: 1.125rem;
  }
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6,
  .post-content p,
  .post-content ul,
  .post-content ol,
  .post-content li,
  .post-content div {
    margin-bottom: 15px;
  }
  .post-footer {
    padding-top: 50px;
  }
  .more-posts h3 {
    font-size: 2.8125rem;
  }
  .more-posts h4 {
    margin-top: 30px;
    font-size: 1.5rem;
  }
  .more-posts .post-loop {
    margin-top: 50px;
  }
  
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .post-item {
    margin-bottom: 30px;
  }
  .post-item:hover {
    -webkit-box-shadow: 0 0 0 20px #ffffff, 0 0 0 21px #e5e5e5, 0 15px 25px 22px rgba(1, 1, 1, 0.1);
    box-shadow: 0 0 0 20px #ffffff, 0 0 0 21px #e5e5e5, 0 15px 25px 22px rgba(1, 1, 1, 0.1);
  }
  .post-single {
    padding-bottom: 60px;
  }
  .post-header {
    padding: 70px 0;
  }
  .post-content {
    padding-bottom: 50px;
  }
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6,
  .post-content p,
  .post-content ul,
  .post-content ol,
  .post-content li,
  .post-content div {
    margin-bottom: 15px;
  }
  .post-content h2 {
    font-size: 1.625rem;
  }
  .post-content h3 {
    font-size: 1.5rem;
  }
  .post-content h3 {
    font-size: 1.25rem;
  }
  .post-content h4 {
    font-size: 1.125rem;
  }
  .post-content h5 {
    font-size: 1rem;
  }
  .post-footer {
    padding-top: 40px;
  }
  .more-posts h3 {
    font-size: 1.875rem;
  }
  .more-posts h4 {
    margin-top: 20px;
    font-size: 1.125rem;
  }
  .more-posts .post-loop {
    margin-top: 40px;
  }

}
@media screen and (max-width: 767px) {
  .post-item {
    margin-bottom: 20px;
  }
  .post-item:hover {
    -webkit-box-shadow: 0 0 0 10px #ffffff, 0 0 0 11px #e5e5e5, 0 15px 25px 12px rgba(1, 1, 1, 0.1);
    box-shadow: 0 0 0 10px #ffffff, 0 0 0 11px #e5e5e5, 0 15px 25px 12px rgba(1, 1, 1, 0.1);
  }
  .post-single {
    padding-bottom: 30px;
  }
  .post-header {
    padding: 50px 0;
  }
  .post-content {
    padding-bottom: 40px;
  }
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6,
  .post-content p,
  .post-content ul,
  .post-content ol,
  .post-content li,
  .post-content div {
    margin-bottom: 15px;
  }
  .post-content h2 {
    font-size: 1.5rem;
  }
  .post-content h3 {
    font-size: 1.375rem;
  }
  .post-content h3 {
    font-size: 1.125rem;
  }
  .post-content h4 {
    font-size: 1rem;
  }
  .post-content h5 {
    font-size: .9375rem;
  }
  .post-footer {
    padding-top: 40px;
  }
  .more-posts h3 {
    font-size: 1.5rem;
  }
  .more-posts h4 {
    margin-top: 15px;
    font-size: 1rem;
  }
  .more-posts .post-loop {
    margin-top: 30px;
  }

}
@media screen and (max-width: 767px), screen and (min-width: 992px) and (max-width: 1050px), screen and (min-width: 768px) and (max-width: 850px) {
  .post-share {
    position: static !important;
    width: 100%;
  }
  .post-share h5 {
    display: none;
  }
}
/**************************************************************************************************/
/********* KEEP  **********************************************************************************/
/**************************************************************************************************/
.blog-sidebar .widget {
  padding-bottom: 20px;
  margin-bottom: 2px;
  background-color: #f7f7f7;
}
.blog-sidebar .widget h4 {
  color: #019cec;
  text-transform: uppercase;
  font-weight: 500;
}
.single-sidebar .widget h4 {
  position: relative;
  margin-bottom: 20px;
  color: #3c5278;
  text-transform: uppercase;
  font-weight: 700;
}
.single-sidebar .widget h4:before {
  content: '';
  display: block;
  width: 70px;
  height: 4px;
  background-color: #ebeef1;
}
.single-sidebar .widget:first-child h4:before {
  display: none;
}
.widget_categories li:hover {
  background-color: #019cec;
}
.widget_categories li:hover a {
  color: #fff;
}
.widget_categories li:hover a:before,
.widget_categories li:hover a:after {
  background-color: #fff;
}
.widget_categories li:last-child a {
  border-bottom: 0;
}
.widget_categories a {
  position: relative;
  display: block;
  font-weight: normal;
  line-height: 1.2;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
.widget_categories a:before,
.widget_categories a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 2px;
  background-color: #949494;
}
.widget_categories a:before {
  -webkit-transform: translate(0, -2px) rotate(45deg);
  -moz-transform: translate(0, -2px) rotate(45deg);
  -o-transform: translate(0, -2px) rotate(45deg);
  -ms-transform: translate(0, -2px) rotate(45deg);
  transform: translate(0, -2px) rotate(45deg);
}
.widget_categories a:after {
  -webkit-transform: translate(0, 2px) rotate(-45deg);
  -moz-transform: translate(0, 2px) rotate(-45deg);
  -o-transform: translate(0, 2px) rotate(-45deg);
  -ms-transform: translate(0, 2px) rotate(-45deg);
  transform: translate(0, 2px) rotate(-45deg);
}
.widget_tag_cloud {
  font-size: 0;
}
.widget_tag_cloud a {
  display: inline-block;
  vertical-align: top;
  color: #999999;
  font-size: 0.8125rem !important;
  font-weight: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid rgba(1, 1, 1, 0.05);
}
.widget_tag_cloud a:hover {
  color: #fff;
  border-color: #008bff;
  background-color: #008bff;
}
.widget_chat_room {
  background-color: #f7f7f7;
}
.widget_chat_room form {
  padding: 15px;
}
.widget_chat_room input[type="email"] {
  display: block;
  width: 100%;
  height: 56px;
  color: #000;
  font-size: 1rem;
  padding: 0 10px 0 50px;
  background: rgba(255, 255, 255, 0.69) url("../images/icons/w-mail-chat-room.png") 20px center no-repeat;
  background-image: url("../images/icons/w-mail-chat-room.svg"), none;
  border: 1px solid rgba(58, 87, 119, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(58, 83, 113, 0.1);
  box-shadow: 0 0 20px rgba(58, 83, 113, 0.1);
}
.widget_chat_room input[type="email"]::-moz-placeholder {
  color: #a1a1a1;
  opacity: 1;
}
.widget_chat_room input[type="email"]:-ms-input-placeholder {
  color: #a1a1a1;
}
.widget_chat_room input[type="email"]::-webkit-input-placeholder {
  color: #a1a1a1;
}
.widget_chat_room input[type="email"]:focus {
  -webkit-box-shadow: 0 0 20px rgba(58, 83, 113, 0.3);
  box-shadow: 0 0 20px rgba(58, 83, 113, 0.3);
}
.widget_chat_room input[type="submit"] {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  color: #8293a2;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: normal;
}
.widget_chat_room input[type="submit"]:hover {
  color: #375974;
}
.widget_traging_mission .top {
  padding: 20px;
  background-color: #f7f7f7;
}
.widget_traging_mission h3 {
  color: #999999;
  line-height: 1.29166667;
}
.widget_traging_mission h3 strong {
  display: block;
  color: #20b8ea;
}
.widget_traging_mission .bottom {
  padding: 20px;
  color: #fff;
  background-color: #33ccff;
}
.widget_traging_mission p {
  font-size: .9375rem;
  line-height: 1.73333333;
}
.widget_traging_mission .btn {
  margin-top: 20px;
  font-size: .875rem;
}
.widget_testimonial img {
  width: 56px;
}
.widget_testimonial blockquote {
  padding: 20px;
  background-color: #f7f7f7;
}
.widget_testimonial blockquote > p {
  position: relative;
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5;
}
.widget_testimonial blockquote > p:before {
  content: '';
  position: absolute;
  top: 0;
  left: -5px;
  width: 27px;
  height: 23px;
  background: url("../images/icons/qoute.png");
  background-image: url("../images/icons/qoute.svg"), none;
}
.widget_testimonial footer p {
  text-transform: uppercase;
  color: #999999;
  font-size: .875rem;
}
.widget_testimonial h5 {
  margin-bottom: 10px;
}
.widget_testimonial .media-body {
  padding-top: 10px;
  padding-right: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.widget_testimonial .media-right {
  padding-left: 0;
}
.widget_testimonial .slider-pagination {
  margin-top: 20px;
}
.widget_testimonial .slider-pagination .active {
  background-color: #3a546e;
}
.widget_join_chat_room {
  text-align: center;
  color: #728192;
  background-color: #e5f3ff;
}
.widget_join_chat_room .top {
  color: #fff;
  text-transform: uppercase;
  background: url("../images/backgrounds/join-chat-room-bg.jpg") center no-repeat;
  background-size: cover;
}
.widget_join_chat_room h3 {
  font-weight: normal;
  line-height: 1.375;
}
.widget_join_chat_room p {
  line-height: 1.44444444;
}
.widget_join_chat_room .btn {
  margin-top: 15px;
  color: #3c5278;
  padding: 18px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 9px 16px rgba(15, 16, 16, 0.09);
  box-shadow: 0 9px 16px rgba(15, 16, 16, 0.09);
}
.widget_join_chat_room .btn:hover {
  color: #fff;
  background-color: #008bff;
}
@media screen and (min-width: 768px) {
  .fr-chat-sidebar,
  .single-sidebar {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 1230px) {
  .blog-sidebar .widget h4 {
    padding: 35px 30px 20px;
  }
  .single-sidebar .widget {
    margin-bottom: 40px;
  }
  .single-sidebar .widget h4:before {
    margin-bottom: 30px;
  }
  .widget_categories li {
    padding: 0 30px;
  }
  .widget_categories a {
    font-size: 1rem;
    padding: 9px 0 9px 20px;
  }
  .widget_tag_cloud div {
    padding: 0 20px 0 18px;
  }
  .widget_tag_cloud a {
    margin-right: 9px;
    margin-bottom: 9px;
    padding: 5px 10px;
  }
  .widget_join_chat_room .top,
  .widget_join_chat_room .bottom {
    padding: 25px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1229px) {
  .blog-sidebar .widget h4 {
    padding: 30px 20px 15px;
  }
  .single-sidebar .widget {
    margin-bottom: 35px;
  }
  .single-sidebar .widget h4:before {
    margin-bottom: 25px;
  }
  .widget_categories li {
    padding: 0 20px;
  }
  .widget_categories a {
    font-size: 1rem;
    padding: 5px 0 5px 15px;
  }
  .widget_tag_cloud div {
    padding: 0 20px 0 18px;
  }
  .widget_tag_cloud a {
    margin-right: 7px;
    margin-bottom: 7px;
    padding: 5px 8px;
  }
  .widget_join_chat_room .top,
  .widget_join_chat_room .bottom {
    padding: 15px;
  }
}
@media screen and (max-width: 991px) {
  .blog-sidebar .widget h4 {
    padding: 25px 15px 15px;
  }
  .single-sidebar .widget {
    margin-bottom: 30px;
  }
  .single-sidebar .widget h4:before {
    margin-bottom: 20px;
  }
  .widget_categories li {
    padding: 0 15px;
  }
  .widget_categories a {
    font-size: .875rem;
    padding: 5px 0 5px 15px;
  }
  .widget_tag_cloud div {
    padding: 0 15px 0 10px;
  }
  .widget_tag_cloud a {
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 5px 7px;
  }
  .widget_join_chat_room .top,
  .widget_join_chat_room .bottom {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .fr-chat-sidebar,
  .blog-sidebar {
    margin-top: 50px;
  }
  .single-sidebar {
    text-align: center;
    margin-top: 50px;
  }
  .single-sidebar .widget h4:before {
    margin: 0 auto 20px;
  }
}
.site-footer {
  color: #92aab2;
  background-color: #091215;
}
.site-footer p {
  line-height: 1.85714286;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  color: #2cc1ea;
}
.footer-menu a,
.sub-menu a {
  display: inline-block;
  padding: 10px 5px;
}
.footer-menu {
  color: #fff;
  font-weight: 600;
  background-color: #0e1b20;
}
.sub-menu,
.copyrights {
  color: #d2d2d2;
}
@media screen and (min-width: 768px) {
  .site-footer {
    font-size: .875rem;
  }
  .footer-menu {
    font-size: .75rem;
  }
  .footer-menu li,
  .sub-menu li {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (min-width: 992px) {
  .sub-menu li:last-child {
    font-size: 0;
  }
  .sub-menu li:last-child a {
    font-size: .875rem;
  }
}
@media screen and (min-width: 1230px) {
  .site-footer p {
    margin-bottom: 30px;
  }
  .footer-menu {
    padding: 33px 0;
  }
  .footer-menu li + li {
    margin-left: 55px;
  }
  .sub-menu {
    padding: 30px 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1229px) {
  .site-footer p {
    margin-bottom: 25px;
  }
  .footer-menu {
    padding: 25px 0;
  }
  .footer-menu li + li {
    margin-left: 20px;
  }
  .sub-menu {
    padding: 25px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .site-footer {
    font-size: .8125rem;
  }
  .site-footer p {
    margin-bottom: 20px;
  }
  .footer-menu {
    padding: 20px 0;
    font-size: .6875rem;
  }
  .sub-menu {
    padding: 20px 0;
  }
}
@media screen and (max-width: 991px) {
  .site-footer p {
    margin-bottom: 15px;
  }
  .footer-menu {
    padding: 15px 0;
  }
  .sub-menu {
    padding: 20px 0;
  }
  .sub-menu li {
    font-size: 0;
  }
  .sub-menu a {
    font-size: .8125rem;
  }
  .copyrights {
    font-size: .75rem;
  }
}
/**************************************************************************************************/
/**************************************************************************************************/
/**************************************************************************************************/
/* Inner Circle password entry */
.page-id-39058 form.post-password-form {
	text-align: center;
}
.page-id-39058 input#pwbox-39058 {
	border: 1px solid #999;
	border-radius: 3px;	
}
.page-id-39058 form.post-password-form > p > input {
	border: 1px solid #0073a2;
	border-radius: 3px;
	padding: 0 20px;
	background-color: #0073a2;
	color: #fff;
	margin-left: 10px;
}
/* Blog Posts - 2018 design */
.post-title,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 { 
  font-family: var(--header-font-family);
	font-weight: 600; 
	text-align: left; 
	letter-spacing: -0.5px; 
}
.post-content h1 { 
	font-size: 1.5rem; 
}
.post-content h2 { 
  font-size: 1.25rem;
  margin-bottom: 5px;
  color: #00567a;
  margin-top: 30px;
}
.post-content h3 { 
	font-size: 1.125rem; 
	margin-bottom: 10px; 
}
.post-content h4 { 
	font-size: 1rem; 
}
.post-content p { 
	font-family: var(--text-font-family); 
	font-weight: 400; 
	line-height: 1.6em; 
  font-size: 1rem;
  color: #333333;
}
.post-content ul {
	font-family: var(--text-font-family); 
	font-weight: 400; 
	line-height: 1.5em; 
    font-size: 1rem;
    list-style-type: disc;
    margin-left: 20px;
}
/* Blog Post - Title and tags */
.post-title-blog {
  font-family: var(--header-font-family);
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.5px;
  font-size: 1.75rem;
  color: #222;
  margin-bottom:20px;
  margin-top: 30px;
}
.tags a {
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  background-color: #bbb;
  border-radius: 3px;
  font-family: var(--text-font-family);
  font-weight: 400;
}
.tags a:hover {
  background-color: #0073A2;
  text-decoration: none;
  color: #fff;
}
/* Post-meta on background image/color */
.post-meta.meta-background li {
  color: #eeeeee;
  float: left;
  padding-bottom: 10px;
  margin-right: 15px;
}
.tags a {
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  background-color: rgba(0,0,0,0.2);
  border-radius: 3px;
  font-family: var(--text-font-family);
  font-weight: 400;
}

/* Email Form */
.email-form {
  color: #fff;
  background: url("../images/backgrounds/subscribe-bg.jpg") top center no-repeat;
  background-size: cover;
}
.email-form h2 {
  line-height: 1.33333333;
  font-family: var(--header-font-family);
  font-weight: 500;
}
.email-form .form-box {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 20px 25px rgba(1, 1, 1, 0.1), inset 0 -4px 0 rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 25px rgba(1, 1, 1, 0.1), inset 0 -4px 0 rgba(255, 255, 255, 0.08);
}
.email-form .field input {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  height: 40px;
  padding-left: 30px;
  padding-top: 10px;
}
.email-form .field input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.email-form .field input:-ms-input-placeholder {
  color: #ffffff;
}
.email-form .field input::-webkit-input-placeholder {
  color: #ffffff;
}
.email-form .field input:focus {
  border-bottom-color: #fff;
}
.email-form .submit input {
  display: inline-block;
  padding: 10px 20px;
  color: #0073A2;
  text-transform: capitalize;
  font-family: var(--header-font-family);
  font-weight: 500;
  text-decoration: none;
  background-color: #fff;
  border-radius: 5px;
}
.email-form .submit input:hover {
  color: #00cbcc;
}
.email-form p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.625;
}
.email-form .field span:not(.wpcf7-form-control-wrap):not(.wpcf7-not-valid-tip) {
  width: 20px;
  height: 40px;
  line-height: 40px;
}
@media screen and (min-width: 768px) {
  .email-form input {
    font-size: 1.125rem;
  }
  .email-form .submit {
    margin-top: 40px;
  }
  .email-form p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1230px) {
  .email-form {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .email-form header {
    margin-bottom: 20px;
  }
  .email-form h2 {
    font-size: 1.75rem;
  }
  .email-form .form-wrap {
    padding: 0 45px;
  }
  .email-form .form-box {
    margin-bottom: 20px;
    padding: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1229px) {
  .email-form {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .email-form header {
    margin-bottom: 20px;
  }
  .email-form .form-wrap {
    padding: 0 25px;
  }
  .email-form .form-box {
    margin-bottom: 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .email-form {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .email-form header {
    margin-bottom: 20px;
  }
  .email-form .form-box {
    margin-bottom: 20px;
    padding: 20px;
  }
  .email-form input {
    font-size: 1.125rem;
  }
  .email-form .submit {
    margin-top: 25px;
  }
  .email-form p {
    font-size: 0.75rem;
  }
}

.button-main {
  width: 300px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding-left: 15px;
  padding-right: 8px;
  border-radius: 5px;
  margin-bottom: 5px;
  background-color: #86308b;
}
.button-title {
  font-size: 1.125rem;
  line-height: 1.2em;
  margin-bottom: 2px;
  margin-top: 2px;
  color: #fff;
  display: block;
}
.button-subtitle {
  font-size: 0.8125rem;
  line-height: 1.2em;
  text-transform: uppercase;
  font-style: italic;
  color: #fff;
  letter-spacing: 0.5px;
  display: block;
}
.icon {
  fill: rgba(255, 255, 255, 0.5);
  display: inline-block;
  width: 30px;
  height: 30px;
}
.icon-right-arrow {
  line-height: 0;
}
/* Mentor Calendar CSS */
.simcal-calendar {
  border: 1px solid #bfd1d8;
  border-radius: 5px;
}
.simcal-calendar th h3 {
  display: inline-block;
  font-size: 1.375rem;
}
.simcal-calendar th.simcal-nav {
  background-color: #bfd1d8;
}
.simcal-calendar th.simcal-week-day {
  background-color: #d8e5eb;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #555;
}
/* Google reCaptcha WordFence */
div.grecaptcha-badge {
  display: none !important;
}
/* Solution Sam Chatbot CSS */
div#chat-widget-container iframe {
  top: 0px !important;
}
/* Fix for button placement on Cookie Consent banner when Sumo bar is displayed */
.optanon-alert-box-bg .optanon-alert-box-button-container {
  top: 50% !important;
}
/*** Blog Posts fixes ***/
.post-title-blog {
  font-family: var(--header-font-family);
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.5px;
  font-size: 1.75rem;
  color: #222;
  margin-bottom:20px;
  margin-top: 30px;
}
.tags a {
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  background-color: #bbb;
  border-radius: 3px;
  font-family: var(--text-font-family);
  font-weight: 300;
}
.tags a:hover {
  background-color: #0073A2;
  text-decoration: none;
  color: #fff;
}
.post-meta .post-author-name,
.post-meta .post-data {
  display: inline-block;
  vertical-align: middle;
  padding-top: 4px;
  padding-bottom: 4px;
}

/* Icon Sizing */
.icon-15 {
  width: 15px;
  height: 15px;
}
.icon-20 {
  width: 20px;
  height: 20px;
}
.icon-25 {
  width: 25px;
  height: 25px;
}

.toc-list .icon-toc {
  color: #aaaaaa;
}
.toc-list a:hover .icon-toc {
  color: #2cc1ea;
}

/* TOC alignment fix */
.toc-list li a {
  display: flex;
}

/**************************************************************************************************/
/**************************************************************************************************/
/**************************************************************************************************/
/* Styles for Table of Contents */
.toc-list {
	border: 1px solid #ddd;
	padding: 15px;
	background-color: #f8f8f8;
	border-radius: 5px;
}
.toc-list ul {
	margin-left: 0;
}
.toc-list li {
	list-style-type: none;
	margin-bottom: 3px;
}
.toc-list i {
	color: #aaa;
	font-size: 0.9375rem;
	transform: scale(1, 1);
}
.toc-list a:hover i {
	color: #2CC1EA;
}
.toc-list .toc-header {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.8125rem;
	color: #00567a;
	margin-bottom: 5px;
}
