/*@font-face { .fontface(proxima_nova_rgbold, proximanova-bold); }
@font-face { .fontface(proxima_novalight, proximanova-light); }
@font-face { .fontface(proxima_nova_rgregular, proximanova-regular); }
@font-face { .fontface(proxima_nova_semibold, proximanova-semibold); }*/
/* Mixins */
/* .rotate(@val) {
    -webkit-transform: rotate(@val);
    -moz-transform: rotate(@val);
    -ms-transform: rotate(@val);
    transform: rotate(@val);
    @radians: ~`parseInt("@{val}") * Math.PI * 2 / 360`;
    @costheta: ~`Math.cos("@{radians}")`;
    @sintheta: ~`Math.sin("@{radians}")`;
    @negsintheta: ~`"@{sintheta}" * -1`;
    filter: ~"progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=@{costheta}, M12=@{negsintheta}, M21=@{sintheta}, M22=@{costheta})";
    zoom: 1;
} */
/* .fontface(@fontname, @fontfile) {
    font-family: '@{fontname}';
    src: url(../../../../../../../../themes/planalytics/fonts/@{fontfile}-webfont.eot);
    src: url('../../../../../../../../themes/planalytics/fonts/@{fontfile}-webfont.eot?#iefix') format('embedded-opentype'),
    url(../../../../../../../../themes/planalytics/fonts/@{fontfile}-webfont.woff) format('woff'),
    url(../../../../../../../../themes/planalytics/fonts/@{fontfile}-webfont.ttf) format('truetype'),
    url('../../../../../../../../themes/planalytics/fonts/@{fontfile}-webfont.svg#@{fontname}') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/* Global reset
*******************************************************************************/
html,
body,
div,
a,
object,
iframe,
p,
blockquote,
pre,
img,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
fieldset,
form,
legend,
textarea,
button,
input,
select {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rpwe-block a {font-size: 16px!important;}
/* =HTML5 display definitions
*******************************************************************************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
/* Tags reset
*******************************************************************************/
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
a:hover,
a:active,
label:focus,
label:active {
  outline: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
figure {
  display: block;
  margin: 0;
}
audio,
canvas {
  display: inline-block;
}
video {
  display: inline-block;
  max-width: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
/* Normalizing form elements
*******************************************************************************/
fieldset {
  border: none;
}
textarea,
button,
input,
select {
  font-size: 100%;
  vertical-align: baseline;
}
textarea,
button,
input {
  border: none;
  background: transparent;
}
textarea {
  overflow: auto;
  min-height: 30px;
  max-height: 400px;
  resize: vertical;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  vertical-align: middle;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button[disabled],
input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* Normalizing Tags
*******************************************************************************/
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td,
td img {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}
/* =Useful classes
*******************************************************************************/
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.nav:before,
.nav:after,
.f-row:before,
.f-row:after {
  content: "";
  display: table;
}
.clearfix:after,
.f-row:after,
.container:after,
.nav:after {
  clear: both;
}
/* .clearfix, .f-row, .container, .nav */
.debug {
  border: 1px dotted #f00 !important;
}
.hidden {
  display: none;
  visibility: hidden;
}
.no-marg,
.no-margin {
  margin: 0 !important;
}
.no-pad,
.no-padding {
  padding: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-bg {
  background: none !important;
}
.no-bd,
.no-border {
  border: none !important;
}
.fl-l,
.f-left {
  float: left !important;
}
.fl-r,
.f-right {
  float: right !important;
}
.f-none,
.fl-none {
  float: none !important;
}
.a-center {
  text-align: center;
}
.a-left {
  text-align: left;
}
.a-right {
  text-align: right;
}
.clear {
  clear: both !important;
}
.width-auto {
  width: auto !important;
}
.empty-menu {
  display: none;
}
.row1 {
  background: #fff;
}
.texthide {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
.hr {
  height: 1px;
  font: 0/0 serif;
  border-bottom: 1px dotted #888;
  margin: 15px 0;
}
.ib-middle {
  display: inline-block;
  vertical-align: middle;
}
.btn {
  background: none;
  border: none;
  cursor: pointer;
}
.input-clean {
  background: none;
  border: none;
}
.btn {
  background: none;
  border: none;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.sprite {
  background-image: var(--wpr-bg-dea44fae-8bd8-43bc-92cb-165c24a99360);
  background-repeat: no-repeat;
}
.sprite-ib {
  background-image: var(--wpr-bg-774c8b47-ef41-43a5-80ae-94d4a0e7bac6);
  background-repeat: no-repeat;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  display: inline-block;
  vertical-align: middle;
}
.pseudobase {
  content: '';
  display: inline-block;
  vertical-align: middle;
}
.abs-center {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.tbl {
  display: table;
  width: 100%;
}
.tbl > div {
  display: table-cell;
}
.center {
  text-align: center;
}
/*2*/
.mce-content {
  color: #3a3c3e;
}
.mce-content a {
  color: #1ab7ea;
  font-weight: bold;
}
.mce-content p,
.mce-content ul,
.mce-content ol {
  margin-bottom: 15px;
}
.mce-content ul {
  margin-left: 35px;
}
.mce-content ul.list,
.mce-content ul.testim-list {
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  .mce-content ul {
    margin-left: 0;
  }
}
.mce-content ol {
  margin-left: 25px;
  list-style: decimal;
}
.mce-content ul ul,
.mce-content ol ol {
  margin-top: 10px;
}
.mce-content li {
  margin-bottom: 8px;
  font-size: 16px;
  position: relative;
  padding: 0;
  line-height: 1.5;
}
.mce-content li::marker {
    color: #678b21;
}
/*.mce-content ul li:before {
  display: inline-block;
  content: "";
  margin-right: 5px;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  background: #678b21;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}*/
@media only screen and (max-width: 640px) {
  .mce-content li:before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
  }
}
@media only screen and (max-width: 640px) {
  .mce-content li {
    padding-left: 10px;
    font-size: 14px;
  }
}
.mce-content ul.check {
  margin-left: 0;
}
.mce-content ul.check li {
  margin-bottom: 8px;
  font-size: 16px;
  position: relative;
  padding-left: 36px;
  line-height: 1.5;
}
.mce-content ul.check li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: var(--wpr-bg-09e3c240-b597-447f-a59d-435c56a6f71b) no-repeat;
  background-position: -24px 0;
  width: 20px;
  height: 20px;
}
.mce-content dl {
  margin: 0 0 15px;
}
.mce-content dt {
  font-weight: bold;
}
.mce-content dd {
  margin: 0 0 10px 15px;
}
.mce-content table {
  margin-bottom: 15px;
}
.mce-content td,
.mce-content th {
  border: 1px solid #ccc;
}
.mce-content table:not([cellpadding]) td,
.mce-content th {
  padding: 10px;
}
@media only screen and (max-width: 640px) {
  .page-id-147 .mce-content td,
  .page-id-147 .mce-content tr {
    display: block;
    overflow: hidden;
  }
}
@media only screen and (max-width: 640px) {
  .page-id-147 .mce-content td {
    width: 50%;
    margin: 0;
    float: left;
    overflow: hidden;
    height: 125px;
  }
}
.page-id-147 .mce-content td a {
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .page-id-147 .mce-content td a {
    margin: 0;
    max-width: 80%;
    vertical-align: middle;
  }
}
.mce-content .alignleft {
  float: left;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 640px) {
  .mce-content .alignleft {
    margin: 0;
    float: none;
  }
}
.mce-content .alignright {
  float: right;
  margin: 0 0 0 20px;
}
@media only screen and (max-width: 640px) {
  .mce-content .alignright {
    margin: 0;
    float: none;
  }
}
.mce-content p {
  line-height: 1.5;
  font-size: 16px;
  color: #3a3c3e;
}
@media only screen and (max-width: 640px) {
  .mce-content p {
    font-size: 14px;
  }
}
.mce-content h2 {
  font-size: 30px;
  line-height: 1.1;
  clear: none;
}
@media only screen and (max-width: 640px) {
  .mce-content h2 {
    font-size: 20px;
  }
}
.mce-content h3 {
  font-size: 23px;
  line-height: 1.1;
  clear: none;
}
@media only screen and (max-width: 640px) {
  .mce-content h3 {
    font-size: 18px;
  }
}
.mce-content hr {
  clear: both;
}
.table-a {
  border: 1px solid #ddd;
}
.table-a th,
.table-a td {
  line-height: 18px;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}
.table-a tbody tr:nth-child(2n+1) td,
.table-a tbody tr:nth-child(2n+1) th {
  background-color: #F9F9F9;
}
.table-a tbody tr:hover td,
.table-a tbody tr:hover th {
  background-color: #F5F5F5;
}
.mce-content blockquote {
  border-right: 5px solid #eee;
  margin: 0 0 18px;
  padding: 0 0 0 15px;
  font-style: normal;
}
.mce-content blockquote p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 0;
  font-style: none;
}
@media only screen and (max-width: 640px) {
  .mce-content blockquote p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.mce-content small:before {
  content: "— ";
}
.mce-content small {
  color: #999;
  display: block;
  line-height: 18px;
  font-style: italic;
}
.footer .mce-content p,
.header .mce-content p,
.footer .mce-content ul,
.header .mce-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mfp-fade.mfp-bg {
  opacity: 0.001;
  /* Chrome opacity transition bug */
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 30px;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/* =FORMS
****************************************************************************************/
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input:focus,
textarea:focus {
  border: 2px solid #c3c0ab;
  outline: 0;
}
input {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  line-height: normal;
  border: 1px solid #d3d8dd;
  padding: 5px;
  color: #141412;
}
select {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}
textarea {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  vertical-align: top;
  overflow: auto;
  border: 2px solid #d4d0ba;
  padding: 5px;
  color: #141412;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #7cd1f3;
  border: none;
  color: #236884;
  display: inline-block;
  line-height: 55px;
  height: 55px;
  padding: 0 40px;
  text-decoration: none;
  -webkit-appearance: button;
  cursor: pointer;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.line button,
.line input[type="button"],
.line input[type="reset"],
.line input[type="submit"] {
  position: relative;
  z-index: 9;
  border: 20px solid #ffffff;
  border-width: 0 20px;
  padding: 0 60px;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px;
  width: 270px;
}
input[type="search"] ::-webkit-search-decoration {
  -webkit-appearance: none;
}
button:hover,
button:focus,
button:active,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:focus,
input[type="reset"]:active {
  background: #b3d670;
  outline: none;
  color: #678b21;
}
.wpcf7,
.form {
  margin: 20px 0 0;
}
.wpcf7 .button-holder.line .btn,
.form .button-holder.line .btn {
  padding: 0 80px ;
  border-color: #ffffff !important;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
}
.wpcf7 strong,
.form strong,
.wpcf7 .form-title,
.form .form-title {
  text-align: center;
  display: block;
  color: #3a3c3e;
  font-size: 18px;
}
.wpcf7 .form-title,
.form .form-title {
  font-size: 22px;
}
.form-box {
  padding: 40px 0 20px 0;
}
.form-box .button-holder.line .btn {
  padding: 0 80px ;
  border-color: #ffffff;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  font-weight: 700;
}
.form form,
.wpcf7 form {
  padding: 20px 0;
  display: block;
}
.form ul,
.wpcf7 ul {
  list-style: none !important;
}
.form .link,
.wpcf7 .link {
  color: #678b21;
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin: 20px 0;
  text-align: center;
}
.form .link:hover,
.wpcf7 .link:hover,
.form .link:active,
.wpcf7 .link:active {
  color: #7cd1f3;
}
@media only screen and (max-width: 640px) {
  .form .link,
  .wpcf7 .link {
    font-size: 14px;
  }
}
.form .f-row,
.wpcf7 .f-row {
  margin: 0 0 15px;
  clear: both;
  position: relative;
  display: block;
}
.wpcf7 .fl-l,
.form .fl-l,
.wpcf7 .fl-r,
.form .fl-r {
  width: 47.5%;
}
@media only screen and (max-width: 640px) {
  .wpcf7 .fl-l,
  .form .fl-l,
  .wpcf7 .fl-r,
  .form .fl-r {
    width: 100%;
  }
}
.form .f-row > label,
.wpcf7 .f-row > label {
  font: 14px/40px 'Open Sans', Arial, sans-serif;
  height: 40px;
  display: inline-block;
  padding: 0 5px 0 0;
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .form .f-row > label,
  .wpcf7 .f-row > label {
    float: left;
  }
  .form .f-row > label > span,
  .wpcf7 .f-row > label > span {
    display: inline-block;
  }
}
@media only screen and (max-width: 640px) {
  .form .f-row > label,
  .wpcf7 .f-row > label {
    border-right: 1px solid #ddd;
    margin-left: -10px;
    padding-left: 30px;
  }
}
.wpcf7 .f-row > label,
.form .f-row > label {
  display: none;
}
.form select,
.wpcf7 select {
  background: #f9fafa;
  height: 40px;
  border: 1px solid #d3d8dd;
  box-shadow: inset 0 0 3px #ffffff;
  color: #3a3c3e;
  font: 600 14px 'Open Sans', Arial, sans-serif;
  padding: 8px 15px;
  position: relative;
}
.form select:after,
.wpcf7 select:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: #f9fafa var(--wpr-bg-514ff2c5-848e-417d-b0d3-369db8fbb08f) no-repeat 0 0;
  width: 40px;
  height: 40px;
  z-index: 99;
}
.wpcf7 select {
  width: 100%;
}
input[type='text'],
input[type='password'],
input[type='email'],
input[type='tel'],
textarea {
  padding: 0 15px;
  background: #f9fafa;
  height: 40px;
  border: 1px solid #d3d8dd;
  box-shadow: inset 0 0 3px #ffffff;
  font: 700 14px 'Open Sans', Arial, sans-serif;
  min-width: 165px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
  color: #3a3c3e;
}
.form textarea,
.wpcf7 textarea {
  padding: 15px;
  height: 150px;
  font: 600 14px 'Open Sans', Arial, sans-serif;
}
.wpcf7 input[type='text']:focus,
.form input[type='text']:focus,
.wpcf7 input[type='password']:focus,
.form input[type='password']:focus,
.wpcf7 input[type='email']:focus,
.form input[type='email']:focus,
.wpcf7 input[type='tel']:focus,
.form input[type='tel']:focus,
.wpcf7 textarea:focus,
.form textarea:focus {
  background: #fff;
  border-color: #7cd1f3;
  border-width: 1px;
}
.form input[type=radio],
.wpcf7 input[type=radio],
.form input[type=checkbox],
.wpcf7 input[type=checkbox] {
  position: relative;
}
/* Error messages */
span.required {
  color: #333;
  padding-right: 5px;
  font-size: 20px;
}
.welcomeMessage {
  padding: 10px;
  line-height: 17px;
}
.errorMessage {
  color: #a10009;
}
.errorSummary {
  background: #FCEBEB;
  border: 1px solid Red;
  color: #f00;
  font-size: 12px;
  margin: 0 0 15px;
  padding: 5px 10px;
  width: 317px;
  text-align: left;
}
.form input.error,
.form textarea.error {
  border-color: #f00;
}
.errorSummary li {
  margin: 2px 0 0 15px;
  list-style: disc;
}
.f-input .errorMessage {
  background: #fff;
  border: 2px solid #a10009;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
}
/* = Notification messages */
.notification {
  margin: 10px 0;
  min-height: 54px;
  padding: 10px 0 0 95px;
}
.notification li {
  margin-bottom: 10px;
}
.notification-error {
  background: #FCEBEB;
  border: 2px solid #ED1C24;
  color: Red;
}
.notification-confirm {
  background: #c9eaff;
  border: 2px solid #0957aa;
  color: #0957AA;
}
.notification-info {
  background: #f4fae3;
  border: 2px solid #64a151;
  color: #64a151;
}
/* ZF Select*/
.zf-select {
  outline: none;
  position: relative;
  cursor: pointer;
  max-width: 100%;
}
.zf-select select {
  border: 0;
}
.zf-select div,
.zf-select ul {
  outline: none;
}
.zf-select-dis {
  cursor: default;
}
.zf-select .select-text {
  padding: 0 15px;
  font: 600 14px 'Open Sans', Arial, sans-serif;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  background: #f9fafa;
  border: 1px solid #d3d8dd;
  box-shadow: inset 0 0 3px #ffffff;
  color: #3a3c3e;
  min-width: 165px;
}
.zf-select .select-btn {
  background: #f9fafa;
  width: 39px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  right: 1px;
  top: 1px;
  border-left: 1px solid #d3d8dd;
}
.zf-select .select-btn:before {
  display: block;
  content: "";
  position: absolute;
  right: 13px;
  top: 16px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #3a3c3e;
}
.zf-multi-select .select-text,
.zf-multi-select .select-btn {
  display: none;
}
.zf-select .select-drop {
  display: none;
  position: absolute;
  top: 42px;
  min-width: 200px;
  left: 0;
  margin-left: 0;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.zf-multi-select .select-drop {
  position: relative;
  top: 0;
  left: 0;
  margin-left: -8px;
  display: block !important;
}
.zf-select ul {
  padding: 0 10px 0 0;
  margin: 0 !important;
  list-style: none !important;
}
.zf-select li {
  padding: 0 5px 0 13px;
  line-height: 30px;
}
.zf-select li.selected {
  background: #dfdfdf;
  color: #fff;
}
.zf-select li.disabled {
  background: #ebebeb !important;
  color: #7a7a7a;
  cursor: default;
}
.zf-select li.optgroup {
  font-weight: bold;
  text-transform: capitalize;
  font-style: italic;
}
.zf-select li.optitem {
  padding-left: 20px;
}
.zf-select .select-mid {
  background: #fff;
  border: 1px solid #d3d8dd;
}
.zf-focus-select .mid-right {
  border-color: #f8c7a7;
}
.zf-select .scrollable {
  height: 200px;
  position: relative;
  overflow: hidden;
}
.zf-select .scrollable li {
  margin: 0;
  padding: 0 15px;
}
.zf-select .scrollable li:before {
  display: none;
}
.zf-select .zf-scroll-track {
  width: 15px;
  position: absolute;
  top: 1px;
  right: 2px;
  background: #efefef;
}
.zf-select .zf-scroll-drag {
  background: #dfdfdf;
  cursor: pointer;
  height: 22px;
  position: absolute;
  right: 0;
  top: 15px;
  width: 15px;
}
.zf-select .zf-scroll-drag-btm,
.zf-select .zf-scroll-drag-top {
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 15px;
}
.zf-select .zf-scroll-drag-btm {
  bottom: 0;
  top: auto;
}
.zf-select .zf-scroll-arrow-btm,
.zf-select .zf-scroll-arrow-top {
  background: var(--wpr-bg-ee9baab4-174c-4a56-b436-565cbf4228b8) no-repeat;
  cursor: pointer;
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 15px;
}
.zf-select .zf-scroll-arrow-top-press {
  background-position: 0 -48px;
}
.zf-select .zf-scroll-arrow-top-dis {
  background-position: 0 -24px;
  cursor: default;
}
.zf-select .zf-scroll-arrow-btm {
  bottom: 2px;
  top: auto;
  background-position: -19px 0;
}
.zf-select .zf-scroll-arrow-btm-press {
  background-position: -19px -48px;
}
.zf-select .zf-scroll-arrow-btm-dis {
  background-position: -19px -24px;
  cursor: default;
}
/*newsletters-form*/
.newsletters-form input[type=checkbox].css-checkbox {
  display: none;
}
.newsletters-form input[type=checkbox].css-checkbox + label.css-label {
  padding-right: 30px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.newsletters-form input[type=checkbox].css-checkbox + label.css-label:after {
  background: #ffffff;
}
.newsletters-form input[type=checkbox].css-checkbox:checked + label.css-label:after {
  background: #ffffff var(--wpr-bg-2ea28351-e7dd-4416-96ef-e40491b12406) no-repeat -68px 2px;
  display: block;
}
.newsletters-form label.css-label {
  position: relative;
  cursor: pointer;
}
.newsletters-form label.css-label:after {
  display: block;
  content: "";
  position: absolute;
  top: 17px;
  right: 0;
  background: #ffffff;
  width: 17px;
  height: 17px;
  border: 1px solid #b3d670;
}
.span.wpcf7-not-valid-tip {
  font-size: 12px !important;
}
html {
  min-height: 100%;
}
body {
  background: #fff;
  height: 100%;
  width: 100%;
  min-width: 320px;
}
@media only screen and (max-width: 960px) {
  body {
    min-width: 960px;
  }
}
@media only screen and (max-width: 640px) {
  body {
    min-width: 320px;
  }
}
body.page-id-340 {
  background: var(--wpr-bg-c58b9ac8-c069-4ea1-87be-17759b9151e6) no-repeat center;
  background-size: 100% 100%;
  min-height: 100%;
}
@media only screen and (max-width: 640px) {
  body.page-id-340 {
    background-size: auto 100%;
  }
}
body.page-id-342 {
  min-width: 274px;
}
body,
select,
input,
textarea {
  color: #3a3c3e;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 640px) {
  body,
  select,
  input,
  textarea {
    font-size: 14px;
  }
}
a:link {
  -webkit-tap-highlight-color: #478FB2;
}
a {
  color: #236884;
  -webkit-transition: color 0.2s ease-in 0s;
  -moz-transition: color 0.2s ease-in 0s;
  -ms-transition: color 0.2s ease-in 0s;
  transition: color 0.2s ease-in 0s;
}
a:hover,
a:active {
  color: #ffffff;
}
::-webkit-input-placeholder {
  color: #444;
}
::-moz-placeholder {
  color: #444;
  opacity: 1;
}
::-moz-selection {
  color: #fff;
  background: #478fb2;
}
::selection {
  color: #fff;
  background: #478FB2;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
}
h1 {
  clear: both;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 10px 0;
}
h2 {
  clear: both;
  line-height: 1.3;
  font-size: 20px;
  margin: 0 0 10px 0;
}
h3 {
  clear: both;
  line-height: 1.3;
  font-size: 22px;
  margin: 0 0 10px 0;
}
h4 {
  clear: both;
  line-height: 1.3;
  font-size: 20px;
  margin: 0 0 10px 0;
}
h5 {
  clear: both;
  line-height: 1.3;
  font-size: 18px;
  margin: 0 0 10px 0;
}
h6 {
  clear: both;
  line-height: 1.3;
  font-size: 16px;
  margin: 0 0 10px 0;
}
address {
  font-style: italic;
  margin: 0 0 24px;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ffff00;
  color: #000000;
}
p {
  margin: 0 0 24px;
}
code,
kbd,
samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre {
  font-family: monospace, serif;
  font-family: monospace;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  background: #f5f5f5;
  color: #666666;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
blockquote {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}
blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300;
}
blockquote strong,
blockquote b {
  font-weight: 400;
}
blockquote blockquote {
  margin-right: 0;
}
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: smaller;
}
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
dl {
  margin: 0 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 20px;
}
menu {
  margin: 16px 0;
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
li > ul,
li > ol {
  margin: 0;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}
caption {
  font-weight: normal;
  text-align: left;
  font-size: 16px;
  margin: 20px 0;
}
th {
  font-weight: normal;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}
td {
  font-weight: normal;
  text-align: left;
  border-top: 1px solid #ededed;
  line-height: 1.5;
}
table:not([cellpadding]) td {
  padding: 6px 10px 6px 0;
}
del {
  color: #333333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  background: #d3d8dd;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}
@media only screen and (max-width: 640px) {
  .img-desktop {
    display: none;
  }
}
.img-mobile {
  display: none;
}
@media only screen and (max-width: 640px) {
  .img-mobile {
    display: block;
  }
}
.genericon:before,
.menu-toggle:after,
.date a:before,
.attachment-meta a:before {
  /*-webkit-font-smoothing:antialiased;
    display:inline-block;
    font:normal 16px/1 Genericons;
    vertical-align:text-bottom;*/
}
.featured-post:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  vertical-align: text-bottom;
  content: "\f308";
  margin-right: 2px;
}
.entry-meta {
  clear: both;
  font-size: 14px;
  text-transform: uppercase;
}
.entry-meta .author a:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  vertical-align: text-bottom;
  content: "\f304";
  position: relative;
  top: -1px;
}
.entry-meta a {
  color: #191b1e;
}
.entry-meta a:hover {
  color: #b3d670;
}
.entry-meta > span {
  margin-right: 20px;
}
.entry-meta > span:last-child {
  margin-right: 0;
}
.entry-meta .categories-links {
  display: none;
}
.format-audio {
  background-color: #db572f;
}
.format-audio .audio-content {
  background: var(--wpr-bg-065ee911-621c-423d-aeaf-d6a71f1f3509) repeat-y left top;
  background-size: 4px 4px;
  float: right;
  padding-left: 35px;
  width: 80%;
  width: -webkit-calc(15px);
  width: calc(15px);
}
.format-audio .wp-audio-shortcode {
  height: 30px !important;
  margin: 20px 0;
  max-width: 400px !important;
}
.format-audio audio {
  max-width: 100% !important;
}
.comments-link a:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  vertical-align: text-bottom;
  content: "\f300";
  margin-right: 2px;
  position: relative;
  top: -1px;
}
.tags-links a:first-child:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  vertical-align: text-bottom;
  content: "\f302";
  position: relative;
  top: -1px;
}
.categories-links a:first-child:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  vertical-align: text-bottom;
  content: "\f301";
}
.edit-link a:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  vertical-align: text-bottom;
  content: "\f411";
  position: relative;
  top: -1px;
}
.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
  color: #ca3c08;
}
.attachment .entry-attachment,
.attachment .type-attachment p {
  margin: 0 auto;
  max-width: 724px;
  text-align: center;
}
.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
  margin: 0;
}
.attachment .entry-title:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  vertical-align: text-bottom;
  content: "\f416";
  font-size: 32px;
  margin-right: 10px;
}
.attachment .hentry {
  background-color: #e8e5ce;
  margin: 0;
  padding: 0;
}
.attachment .entry-header {
  margin-bottom: 0;
  max-width: 1040px;
  padding: 30px 0;
}
.attachment .entry-title {
  display: inline-block;
  float: left;
  font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
  margin: 0 0 2px 0;
}
.attachment .entry-meta {
  clear: none;
  color: inherit;
  float: right;
  max-width: 604px;
  padding: 9px 0 0;
  text-align: right;
}
.attachment footer.entry-meta {
  display: none;
}
.attachment .entry-content {
  background-color: #ffffff;
  max-width: 100%;
  padding: 40px 0;
}
.attachment .entry-content .mejs-audio {
  max-width: 400px;
  margin: 0 auto;
}
.attachment .entry-content .wp-video {
  margin: 0 auto;
}
.attachment .entry-content .mejs-container {
  margin-bottom: 24px;
}
.attachment .entry-attachment .attachment {
  display: inline-block;
}
.attachment .entry-caption {
  text-align: left;
}
.attachment .entry-description {
  margin: 20px auto 0;
  max-width: 604px;
}
.attachment .site-main .sidebar-container {
  display: none;
}
.attachment-meta:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  vertical-align: text-bottom;
  content: "\f307";
}
.comment-awaiting-moderation:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  vertical-align: text-bottom;
  content: "\f414";
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.comment-reply-link:before,
.comment-reply-login:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  vertical-align: text-bottom;
  content: "\f412";
  margin-right: 3px;
}
.comment-reply-title {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 604px;
  width: 100%;
  font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}
.comment-reply-title small a:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  vertical-align: text-bottom;
  vertical-align: top;
  content: "\f406";
}
.comment-reply-title small a {
  color: #131310;
  display: inline-block;
  float: right;
  height: 16px;
  overflow: hidden;
  width: 16px;
}
.comment-reply-title small a:hover {
  color: #ed331c;
  text-decoration: none;
}
.bypostauthor > .comment-body .fn:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  vertical-align: text-bottom;
  vertical-align: text-top;
  content: "\f408";
}
.error404 .entry-content {
  margin: 20px 0 90px 0;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
}
.post-password-required input[type="submit"] {
  padding: 7px 24px 4px;
  vertical-align: bottom;
}
.post-password-required input[type="submit"] :active {
  padding: 5px 24px 6px;
}
::-webkit-input-placeholder {
  color: #7d7b6d;
}
:-moz-placeholder {
  color: #7d7b6d;
}
::-moz-placeholder {
  color: #7d7b6d;
}
:-ms-input-placeholder {
  color: #7d7b6d;
}
.entry-content img,
.entry-summary img {
  max-width: 100%;
  height: auto;
}
.comment-content img,
.widget img,
.wp-caption {
  max-width: 100%;
}
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
}
img.size-full,
img.size-large,
img.wp-post-image {
  height: auto;
  max-width: 100%;
}
embed,
iframe,
object {
  max-width: 100%;
  border: none;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
figure.wp-caption.alignleft,
img.alignleft {
  margin: 5px 20px 5px 0;
}
.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}
.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside;
}
figure.wp-caption.alignright,
img.alignright {
  margin: 5px 0 5px 20px;
}
.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}
img.aligncenter {
  margin: 5px auto;
}
img.alignnone {
  margin: 0;
}
.wp-caption .wp-caption-text,
.entry-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 24px;
}
.gallery-caption {
  color: #220e10;
  color: #ffffff;
  font-size: 18px;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 24px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  line-height: 1.3;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: 100%;
}
div.wp-caption.alignright img[class*="wp-image-"] {
  float: right;
}
div.wp-caption.alignright .wp-caption-text {
  padding-left: 10px;
}
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wrapper {
  width: 100%;
}
.frame {
  width: 960px;
  min-width: 294px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .frame {
    max-width: 294px;
  }
}
.section {
  width: 100%;
  background: var(--wpr-bg-398f47b1-8cbd-4888-a97f-aa8ac0b4b980) repeat;
  /*&.banner-9 {
        background: url(../../../../../../../../themes/planalytics/images/bg/section-9.jpg) no-repeat center center;
        background-size: 100% auto;
    }*/
}

.section.full-width-section.bg-white {
  background: #ffffff;
}

.section.two-column-layout {
	background-repeat: no-repeat;
	background-size: cover;
}

.section img {
  max-width: 100%;
}
.section .frame {
  padding: 50px 0;
}
.section h2 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 24px;
  margin-bottom: 30px;
  text-align: center;
  color: #3a3c3e;
  position: relative;
}
.section h2:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #3a3c3e;
  margin-left: -82px;
  width: 164px;
  height: 3px;
}
@media only screen and (max-width: 640px) {
  .section h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.section h3 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  margin: 0 0 10px;
  padding-top: 20px;
}
@media only screen and (max-width: 640px) {
  .section h3 {
    font-size: 20px;
  }
}
.section.banner {
  background: var(--wpr-bg-25b0124c-76e3-460e-9712-75b393d9383d) no-repeat center center;
  background-size: 100% auto;
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .section.banner {
    background-size: auto 100%;
  }
}
@media only screen and (min-width: 1023px) and (max-width: 1390px) {
  .section.banner {
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 640px) {
  .section.banner {
    background-size: auto 100%;
  }
}
.section.banner h2 {
  color: #7cd1f3;
}
.section.banner h2:before {
  background: rgba(255, 255, 255, 0.7);
}
.section.banner-2 {
  background: var(--wpr-bg-79d5e35b-729b-47c9-b287-ed362c4bb3c5) no-repeat;
  background-size: 100% auto;
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .section.banner-2 {
    background-size: auto 100%;
  }
}
@media only screen and (min-width: 1023px) and (max-width: 1390px) {
  .section.banner-2 {
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 640px) {
  .section.banner-2 {
    background-size: auto 100%;
  }
}
.section.banner-2 h2 {
  color: #ffffff;
}
@media only screen and (max-width: 640px) {
  .page-id-7 .section {
    background: #ffffff;
  }
}
.ie8 .section.banner h2:before {
  background: #fff;
  filter: alpha(opacity=70);
}
h2.section-title {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 24px;
  margin-bottom: 30px;
  text-align: center;
  color: #3a3c3e;
  position: relative;
}

h2.section-title:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #3a3c3e;
  margin-left: -82px;
  width: 164px;
  height: 3px;
}

@media only screen and (max-width: 640px) {
  h2.section-title {
    font-size: 30px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

h2.section-title.white {
	color: #ffffff;
}

h2.section-title.white:before {
	background: #ffffff;
}

.solution-desc {
  color: #62666a;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 40px;
}
.solution-desc span {
  font-size: 20px;
  clear: both;
  display: block;
}
.solution-desc.center {
  text-align: center;
}
.solution-desc.center img {
  clear: both;
  max-width: 100%;
}
.solution-desc.center p {
  width: auto;
  clear: both;
  padding: 0 90px;
}
@media only screen and (max-width: 640px) {
  .solution-desc.center p {
    padding: 0;
    font-size: 14px;
  }
}
.solution-desc.left {
  padding: 20px 0;
}
.solution-desc.left img {
  float: left;
  max-width: 48%;
  margin: 0 2% 10px 0;
}
@media only screen and (max-width: 640px) {
  .solution-desc.left img {
    float: none;
    max-width: 100%;
  }
}
.solution-desc.left p {
  width: 49%;
  float: right;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .solution-desc.left p {
    float: none;
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
}
.solution-desc.right {
  padding: 20px 0;
}
.solution-desc.right img {
  float: right;
  max-width: 48%;
  margin: 0 0 10px 2%;
}
@media only screen and (max-width: 640px) {
  .solution-desc.right img {
    float: none;
    max-width: 100%;
  }
}
.solution-desc.right p {
  width: 49%;
  float: left;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .solution-desc.right p {
    float: none;
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
}
.solutions-content {
  font-size: 16px;
  line-height: 1.5;
}
.solutions-content p {
  color: #62666a;
  line-height: 1.4;
}
.solutions-content table {
  font-size: 16px;
  line-height: 1.5;
  color: #62666a;
}
@media only screen and (max-width: 640px) {
  .solutions-content table tr,
  .solutions-content table td {
    display: block;
    font-size: 14px;
    text-align: center;
  }
}
.solutions-content .btn {
  background: #7cd1f3;
  color: #236884;
  height: 60px !important;
  line-height: 60px !important;
  font-size: 18px !important;
}
.btn {
  background: #7cd1f3;
  color: #236884;
  display: inline-block;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 58px;
  -webkit-font-smoothing: antialiased;
  padding: 0 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn:hover {
  color: #c08c52;
  background: #f1ce4e;
}
@media only screen and (max-width: 640px) {
  .btn {
    font-size: 12px;
    height: 34px;
    line-height: 34px;
  }
}
.button-holder {
  text-align: center;
  position: relative;
  padding: 20px 0;
  clear: both;
}
.button-holder.line:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #c3c5c6;
  width: 100%;
  height: 1px;
}
.button-holder.line .btn {
  border-color: #ededed;
  border-image: none;
  border-style: solid;
  border-width: 0 15px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 640px) {
  .button-holder.line .btn {
    border-width: 0 10px;
    font-size: 12px;
    line-height: 34px;
    height: 34px;
  }
}
.btn-more {
  background: #b3d670;
  color: #678b21;
}
.site-main {
  position: relative;
}
.site-main .sidebar-container {
  z-index: 1;
  width: 24%;
  float: right;
}
@media only screen and (max-width: 640px) {
  .site-main .sidebar-container {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}
.site-main .mu_register {
  margin: 0 auto;
  max-width: 604px;
  width: 100%;
}
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
  font-size: inherit;
  width: 270px;
}
.site-main .mu_register input[type="submit"] {
  font-size: inherit;
  width: 270px;
  width: auto;
}
.site-header {
  position: relative;
}
.site-header.header-img {
  background: var(--wpr-bg-5e1845be-725b-4902-b0f1-04d1c719dd22) no-repeat center center;
  background-size: 100% auto;
  min-height: 330px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .site-header.header-img {
    background-size: auto 100%;
    min-height: 240px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .site-header.header-img {
    background-size: auto 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1590px) {
  .site-header.header-img {
    background-size: auto 100%;
  }
}
.site-header .header-img {
  width: 100%;
  height: auto;
}
.site-header .frame {
  position: relative;
}
.site-header .logo {
  position: absolute;
  left: 50%;
  top: -15px;
  margin-left: -120px;
  z-index: 101;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.site-header .logo img {
  width: 241px;
  height: 98px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 640px) {
  .site-header .logo img {
    max-width: 170px;
    height: auto;
  }
}
.site-header .logo.logo-animated {
  margin-left: -120px;
  top: 0;
}
.site-header .logo.logo-animated img {
  max-width: 200px;
  height: auto !important;
}
@media only screen and (max-width: 640px) {
  .site-header .logo.logo-animated img {
    max-width: 150px;
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  .site-header .logo.logo-animated {
    margin-left: -75px;
  }
}
@media only screen and (max-width: 640px) {
  .site-header .logo {
    margin-left: -85px;
  }
}
.site-header .home-link {
  color: #141412;
  display: block;
  margin: 0 auto;
  max-width: 1080px;
  min-height: 230px;
  padding: 0 20px;
  text-decoration: none;
  width: 100%;
}
.site-header .site-title:hover {
  text-decoration: underline;
}
.site-header .search-form {
  position: absolute;
  right: 20px;
  top: 1px;
}
.site-header .search-field {
  background-color: transparent;
  background-image: var(--wpr-bg-06e870f5-bb4c-491f-bb7e-07aa7d6f9f2e);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: none;
  cursor: pointer;
  height: 37px;
  margin: 3px 0;
  padding: 0 0 0 34px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 0;
}
.site-header .search-field:focus {
  background-color: #ffffff;
  border: 2px solid #c3c0ab;
  cursor: text;
  outline: 0;
  width: 230px;
}
.ie8 .site-header .logo.logo-animated img {
  width: 200px;
}
.site-header,
.archive-header,
.slider-box {
  position: relative;
}
.site-header .triangle,
.archive-header .triangle,
.slider-box .triangle {
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 90;
  overflow: hidden;
}
.site-header .triangle span.left,
.archive-header .triangle span.left,
.slider-box .triangle span.left,
.site-header .triangle span.right,
.archive-header .triangle span.right,
.slider-box .triangle span.right {
  background: #ffffff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 30px;
  margin-left: -27px;
}
.site-header .triangle span.right,
.archive-header .triangle span.right,
.slider-box .triangle span.right {
  right: 0;
  left: auto;
  margin-left: 0;
  margin-right: -28px;
}
.site-header .triangle span.right:before,
.archive-header .triangle span.right:before,
.slider-box .triangle span.right:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: -55px;
  background: var(--wpr-bg-b7cc2725-f6e0-41de-8a96-acb5c717579e) no-repeat;
  background-position: -281px -102px;
  width: 57px;
  height: 30px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .site-header .triangle span.left,
  .archive-header .triangle span.left,
  .slider-box .triangle span.left {
    margin-left: -26px;
  }
}
@media only screen and (max-width: 640px) {
  .site-header .triangle,
  .archive-header .triangle,
  .slider-box .triangle {
    bottom: -1px;
  }
}
.page-template-company-page-php .site-header.header-img,
.page-id-147 .site-header.header-img,
.page-id-351 .site-header.header-img,
.page-template-success-page-php .site-header.header-img,
.page-template-how-we-are-diff-page-php .site-header.header-img {
  background-image: var(--wpr-bg-94030cdf-8a80-4833-addb-4d0b8f860e4c);
}
.page-id-7 .site-header.header-img {
  background-image: var(--wpr-bg-4ed559e4-c696-49b5-8726-a56c2c910e2d);
}
.page-template-how-we-are-diff-page-php .section.banner-2 {
  background-image: var(--wpr-bg-20229d55-f8e8-49d6-8373-93f03dbe06ba);
}
.slider-box {
  display: none;
}
.slider-box .triangle span.left,
.page-id-90 .triangle span.left,
.page-id-7 .triangle span.left {
  background: #ffffff var(--wpr-bg-0c2a59d4-31e3-4351-a855-a1981aafabfc) repeat;
}
.slider-box .triangle span.right,
.page-id-90 .triangle span.right,
.page-id-7 .triangle span.right {
  background: #ffffff var(--wpr-bg-43c6514a-0602-47e3-b3ac-754088bbd8e0) repeat;
}
.slider-box .triangle span.right:before,
.page-id-90 .triangle span.right:before,
.page-id-7 .triangle span.right:before {
  background: var(--wpr-bg-9f6247b9-7bc5-4df5-b8c8-d056e228fdbf) no-repeat;
  background-position: -281px -132px;
  width: 57px;
  height: 30px;
}

.site-left-block {
  float: left;
  width: 76%;
  margin-left: -8px;
}
.site-left-block h2.entry-title {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 10px;
  font-weight: 800;
}
.site-left-block .events h2.entry-title {
  max-height: 78px;
  overflow: hidden;
}
.site-left-block .events .entry-content p {
  font-size: 14px;
  font-weight: 600;
}
.site-left-block .events .entry-meta {
  margin: 0 0 3px 0;
}
@media only screen and (max-width: 640px) {
  .site-left-block {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
.page-template .site-left-block {
  padding-right: 40px;
}
@media only screen and (max-width: 640px) {
  .page-template .site-left-block {
    padding-right: 0;
  }
}
.post-content {
  margin-bottom: 40px;
}
ul.post-list {
    list-style: none !important;
}
.post-list li {
  float: left;
  width: 235px;
  border: 1px solid #d3d8dd;
  padding: 25px 20px;
  margin: 0 0 30px 8px;
  border-top: 7px solid #7cd1f3;
  height: 238px;
  position: relative;
}
.post-list li:nth-child(4n-2) {
  border-top-color: #b3d670;
}
.post-list li:nth-child(4n-1) {
  border-top-color: #f1ce4e;
}
.post-list li:nth-child(4n) {
  border-top-color: #c08c52;
}
@media only screen and (max-width: 640px) {
  .post-list li {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
  }
}
.post-list .entry-content {
  padding: 0;
}
.post-list .entry-content p {
  font-size: 18px;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .post-list .entry-content p {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.post-list .more-link {
  font-size: 15px;
  line-height: 1.0;
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 82%;
  padding: 20px 0;
  border-top: 1px solid #d3d8dd;
  color: #678b21;
  font-weight: bold;
}
.post-list .more-link:hover {
  color: #7cd1f3;
}
@media only screen and (max-width: 640px) {
  .post-list .more-link {
    display: none;
  }
}
ul.news {
    list-style: none !important;
}
.news li {
  height: 380px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .news li {
    height: auto;
    padding-bottom: 50px;
  }
}
.news li .author {
  display: none;
}
.news .entry-thumbnail {
  width: 233px;
  margin: -25px -20px 25px -20px;
  display: block;
}
.news .entry-thumbnail img {
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .news .entry-thumbnail {
    width: 294px;
    margin: -25px -20px 15px -20px;
  }
}
.news .entry-meta {
  margin-bottom: 4px;
}
.news h2.entry-title {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-transform: none;
}
@media only screen and (max-width: 640px) {
  .news h2.entry-title {
    font-size: 16px;
  }
}
.news .entry-content {
  padding: 0;
}
.news .entry-content p {
  font-size: 16px;
  line-height: 1.2;
  font-style: italic;
}
.news .journal-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #e6e6e6;
  padding: 5px 20px;
  height: 60px;
  border-top: 1px solid #d3d8dd;
  box-shadow: inset 0 0 1px #ffffff;
}
.news .journal-block .j-img {
  float: right;
  height: 50px;
  position: relative;
}
.news .journal-block .j-img img {
  max-height: 50px;
  max-width: 100px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 640px) {
  .news .journal-block .j-img img {
    max-height: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .news .journal-block .j-img {
    height: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .news .journal-block {
    height: 50px;
    padding: 10px 20px;
  }
}
.ie8 .news .journal-block .j-img {
  height: auto;
}
.site-title {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 58px 0 10px;
}
.site-description {
  font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
  margin: 0;
}
.main-navigation {
  clear: both;
  min-height: 45px;
  position: relative;
  font-family: 'Josefin Sans', Arial, sans-serif;
}
@media only screen and (max-width: 640px) {
  .main-navigation {
    display: none;
  }
}
.mob-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(11, 44, 77, 0.8);
  display: none;
  z-index: 99;
  padding: 110px 0 100px;
}
.mob-navigation .mob-menu > li {
  width: auto;
  padding: 14px 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1;
  position: relative;
}
.mob-navigation .mob-menu > li:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 90px;
  height: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mob-navigation .mob-menu > li:first-child:before {
  display: none;
}
.mob-navigation .mob-menu > li a {
  color: #ffffff;
}
.mob-navigation .mob-menu > li a:hover,
.mob-navigation .mob-menu > li a:active {
  color: #7cd1f3;
}
.client-access-link {
  position: absolute;
  right: 0;
  top: 7px;
  height: 30px;
  display: none;
  list-style: none !important;
}
.client-access-link li {
  height: 30px;
  border-left: 1px solid #c1c3c5;
  line-height: 30px;
  padding: 5px 0 5px 10px;
}
.client-access-link a {
  color: #678b21;
  position: relative;
  text-indent: -9999px;
  display: block;
  content: "";
  background: var(--wpr-bg-bb80c461-03b9-4b46-a2b5-227580ebc651) no-repeat 0 0;
  width: 20px;
  height: 20px;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .client-access-link {
    display: block;
  }
}
ul.nav-menu,
div.nav-menu > ul {
  margin: 0 0 0 -10px;
  padding: 0 0 0 0;
}
.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
  color: #7cd1f3;
}
.nav-menu > li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
.nav-menu > li > a {
  color: #3a3c3e;
  display: block;
  position: reletive;
  line-height: 1;
  padding: 33px 0;
  margin: 0 5px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.nav-menu > li > a:before {
  display: block;
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  background: transperent;
  bottom: 0;
  width: auto;
  height: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.nav-menu > li > a:hover:before {
  width: auto;
  height: 7px;
  background: #7cd1f3;
}
.nav-menu > li:nth-child(6n),
.nav-menu > li:nth-child(6n-1),
.nav-menu > li:nth-child(6n-2) {
  float: right;
}
.nav-menu > li#menu-item-267 {
  position: relative;
  padding-left: 10px;
  margin-left: 9px;
}
.nav-menu > li#menu-item-267:before {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  top: 25px;
  background: #d3d8dd;
  width: 1px;
  height: 30px;
}
.nav-menu > li#menu-item-267 a {
  color: #678b21;
  position: relative;
  padding: 33px 0 33px 26px;
  margin-right: 0;
}
.nav-menu > li#menu-item-267 a:after {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  top: 30px;
  background: var(--wpr-bg-edba5023-8bef-4e43-8f9e-e9bbc41a04b3) no-repeat 0 0;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.nav-menu > li#menu-item-267 a:before {
  background: #b3d670;
  left: 0;
  right: 0;
}
.nav-menu .sub-menu,
.nav-menu .children {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #f7f5e7;
  border-top: 0;
  position: absolute;
  left: 0px;
  z-index: 99999;
  overflow: hidden;
  color: #3a3c3e;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 10px 0;
}
.nav-menu .sub-menu li a,
.nav-menu .children li a {
  color: #3a3c3e;
  display: block;
  position: reletive;
  line-height: 1;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 13px;
}
.nav-menu > li:hover .sub-menu,
.nav-menu > li:hover .children {
  opacity: 1;
  visibility: visible;
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
  border-left: 0;
  left: 100%;
  top: 0;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
  color: #7cd1f3;
}
.nav-menu .current_page_item > a:before,
.nav-menu .current_page_ancestor > a:before,
.nav-menu .current-menu-item > a:before,
.nav-menu .current-menu-ancestor > a:before {
  width: auto;
  height: 7px;
  background: #7cd1f3;
}
.ie8 .nav-menu .sub-menu,
.ie8 .nav-menu .children {
  background: #ffffff;
  filter: alpha(opacity=90);
}
.ie8 .nav-menu > li.menu-item-267,
.ie8 .nav-menu > li.menu-item-11,
.ie8 .nav-menu > li.menu-item-47 {
  float: right;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
  color: #ffffff;
  margin: 0;
  width: 200px;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
  background-color: #7cd1f3;
  color: #ffffff;
}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
  clip: inherit;
  overflow: inherit;
  height: inherit;
  width: inherit;
}
.menu-toggle {
  display: none;
}
.navbar {
  background: #ffffff;
  margin: 0 auto;
  width: 100%;
  height: 82px;
  position: fixed;
  top: 25px;
  left: 0;
  z-index: 100;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 640px) {
  .navbar {
    height: 46px;
  }
}
.navbar .mobile-menu-btn {
  position: absolute;
  left: 0;
  top: 9px;
  z-index: 999;
  display: none;
}
.navbar .mobile-menu-btn span {
  display: block;
  height: 5px;
  background: #3a3c3e;
  margin: 3px 0;
  width: 25px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@media only screen and (max-width: 640px) {
  .navbar .mobile-menu-btn {
    display: block;
  }
}
.navbar .mobile-menu-btn-close {
  position: absolute;
  left: -3px;
  top: 5px;
  z-index: 999;
  display: none;
  font-size: 56px;
  font-weight: normal;
  color: #3a3c3e;
  line-height: 30px;
  height: 30px;
}
.navbar.animated {
  top: 0;
  height: 60px;
  box-shadow: 0 3px 3px rgba(132, 136, 138, 0.1);
}
.navbar.animated .nav-menu > li > a {
  padding: 22px 0;
}
.navbar.animated .nav-menu > li#menu-item-267 > a {
  padding: 22px 0 22px 26px;
}
.navbar.animated .nav-menu > li#menu-item-267 > a:after {
  top: 19px;
}
@media only screen and (max-width: 640px) {
  .navbar.animated {
    height: 46px;
    top: 0;
  }
}
.ie8 .navbar.animated {
  border-bottom: 2px solid #dedede;
}
.hentry {
  padding: 0;
}
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
  background: #220e10;
}
.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  border-radius: 0;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #ffffff;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #ea9629;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-total {
  background: #595959;
}
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #ffffff;
  border-radius: 0;
}
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #595959;
  border-radius: 0;
}
.entry-summary {
  margin: 0 auto;
  max-width: 604px;
  width: 100%;
}
.bx-wrapper {
  position: relative;
  padding: 0;
  width: 100%;
}
.bx-wrapper ul {
  padding: 0;
  margin: 0;
}
.bx-wrapper .img-holder {
  position: relative;
  text-align: center;
}
.bx-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
@media only screen and (max-width: 1500px) {
  .bx-wrapper img {
    height: auto;
    width: auto;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .bx-wrapper img {
    height: auto;
    width: auto;
  }
}
@media only screen and (max-width: 640px) {
  .bx-wrapper img {
    min-height: 440px;
    height: 440px;
    width: auto;
  }
}
.ie8 .bx-wrapper img {
  min-height: 680px;
  width: 100%;
}
.news-section .bx-wrapper {
  padding-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .news-section .bx-wrapper .bx-pager {
    bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .news-section .bx-wrapper .news img {
    min-height: 30px;
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  .stories-section img {
    min-height: 30px;
    height: auto;
  }
}
.slide-info {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  text-align: center;
}
.slide-info h2 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 65px;
  font-weight: 800;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  padding: 40px 0 48px 0;
}
.slide-info h2:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 164px;
  margin-left: -82px;
  background: rgba(255, 255, 255, 0.5);
  height: 3px;
}
@media only screen and (max-width: 640px) {
  .slide-info h2:before {
    display: none;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .slide-info h2:before {
    bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .slide-info h2 {
    font-size: 35px;
    padding: 0 0 10px 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .slide-info h2 {
    font-size: 42px;
    padding: 0 0 30px 0;
  }
}
.slide-info p {
  color: #ffffff;
  font-size: 23px;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .slide-info p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .slide-info p {
    font-size: 18px;
  }
}
.slide-info .wrap {
  position: relative;
  padding: 40px 35px;
  width: auto;
}
@media only screen and (max-width: 640px) {
  .slide-info .wrap {
    padding: 20px 15px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .slide-info .wrap {
    padding: 30px 15px;
  }
}
.slide-info .more {
  display: inline-block;
  font-size: 18px;
  color: #236884;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #7cd1f3;
  height: 58px;
  line-height: 58px;
  padding: 0 40px;
}
.slide-info .more:hover {
  background: #b3d670;
}
@media only screen and (max-width: 640px) {
  .slide-info .more {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .slide-info .more {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
}
.bx-pager {
  position: absolute;
  left: 0px;
  bottom: 70px;
  width: 100%;
  z-index: 98;
  text-align: center;
  font-size: 6px;
}
.bx-pager .bx-pager-item {
  display: inline-block;
}
.bx-pager .bx-pager-item a {
  display: block;
  margin: 0 5px;
  width: 14px;
  height: 14px;
  background: #e6e6e6;
  text-indent: -9999px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 640px) {
  .bx-pager .bx-pager-item a {
    width: 10px;
    height: 10px;
    margin: 0 2px;
  }
}
.bx-pager .bx-pager-item a:hover,
.bx-pager .bx-pager-item a.active {
  background: #7cd1f3;
}
@media only screen and (max-width: 640px) {
  .bx-pager {
    bottom: 50px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .bx-pager {
    bottom: 50px;
  }
}
.ie8 .bx-pager .bx-pager-item a {
  background: var(--wpr-bg-8d6b954c-88ea-4585-ab33-435d9c7ae5d8) no-repeat -23px -315px;
}
.ie8 .bx-pager .bx-pager-item a:hover,
.ie8 .bx-pager .bx-pager-item a.active {
  background-position: 0 -315px;
}
@media only screen and (max-width: 640px) {
  .bx-controls-direction {
    display: none;
  }
}
.bx-controls-direction .bx-prev,
.bx-controls-direction .bx-next {
  position: absolute;
  left: 30px;
  top: 50%;
  z-index: 100;
  text-indent: -9999px;
  background: var(--wpr-bg-5138de5f-e2e7-4545-b41a-0212d44a20bf) no-repeat;
  background-position: -33px -22px;
  width: 32px;
  height: 78px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.bx-controls-direction .bx-prev:hover,
.bx-controls-direction .bx-next:hover,
.bx-controls-direction .bx-prev:active,
.bx-controls-direction .bx-next:active {
  opacity: 0.7;
}
.bx-controls-direction .bx-next {
  left: auto;
  right: 30px;
  background-position: 0px -22px;
}
.success-slider li {
  padding: 0 60px 50px 60px;
  width: 100% !important;
  display: block;
  list-style: none;
}
@media only screen and (max-width: 640px) {
  .success-slider li {
    padding: 0 0 28px 0;
  }
}
.success-slider .video-img {
  float: left;
  border: 2px solid #ffffff;
  max-width: 375px;
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .success-slider .video-img {
    max-width: 294px;
    min-height: auto !important;
  }
}
@media only screen and (max-width: 640px) {
  .success-slider .video-img {
    max-width: 294px;
    min-height: auto;
  }
}
.success-slider .video-img img {
  max-width: 100%;
}
.success-slider .entry {
  float: right;
  width: 440px;
}
.success-slider .entry p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.success-slider .entry .view-more {
  color: #7cd1f3;
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  .success-slider .entry {
    width: auto;
    float: none;
  }
}
.success-slider h3 {
  text-align: left;
  color: #ffffff;
  font-size: 30px;
}
.success-slider h3 a {
  color: #ffffff;
}
.ie8 .success-slider .video-img {
  width: 375px;
}
.ie8 .success-slider .video-img img {
  height: auto;
  min-height: 0;
}
.stories-section .bx-wrapper {
  margin: 50px 0 30px 0;
}
@media only screen and (max-width: 640px) {
  .stories-section .bx-wrapper img {
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  .stories-section .bx-wrapper {
    margin: 30px 0 10px 0;
  }
}
.stories-section .bx-pager {
  bottom: 0;
}
.stories-section .bx-controls-direction .bx-prev,
.stories-section .bx-controls-direction .bx-next {
  margin-top: -66px;
  left: 0;
}
.stories-section .bx-controls-direction .bx-next {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 640px) {
  .stories-section .bx-controls-direction {
    display: none;
  }
}
.stories-section.banner {
  background: var(--wpr-bg-477c12a5-74cc-48e5-bd18-4f06b0bf8772) no-repeat;
  background-size: 100% auto;
}
@media only screen and (max-width: 1280px) {
  .stories-section.banner {
    background-size: auto  100%;
  }
}
@media only screen and (max-width: 640px) {
  .stories-section.banner {
    background-size: auto  100%;
  }
}
.stories-section.banner h2 {
  color: #ffffff;
}
.stories-section .button-holder.line .btn {
  border: none;
  padding: 0 20px;
  background: #b3d670;
  color: #678b21;
}
.stories-section .button-holder.line .btn:hover {
  background: #f1ce4e;
  color: #c08c52;
}
@media only screen and (max-width: 640px) {
  .stories-section .button-holder.line .btn {
    height: 34px;
    line-height: 34px;
  }
}
.clients-section .btn-more {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  position: relative;
  z-index: 999;
  padding: 0 40px;
  border: 15px solid #ededed;
  border-width: 0 15px;
}
.clients {
  text-align: center;
  list-style: none;
  padding: 20px 0;
}
.clients li {
  display: inline-block;
  padding: 0 17px;
}
.clients-section h4 {
	font-size: 23px;
	text-align: center; 
}

@media only screen and (max-width: 640px) {
  .clients li {
    padding: 0 1.5%;
    max-width: 30%;
  }
}
@media only screen and (max-width: 640px) {
  .clients {
    padding: 10px 0;
  }
}
.number-section h2 {
  text-transform: uppercase;
}
.number {
  color: #ffffff;
  text-align: center;
}
.number p {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 3;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
.number p.text {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 2.6;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 640px) {
  .number p.text {
    font-size: 23px;
    line-height: 1.3;
  }
}
.number p.num-2 {
  display: none;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .number p.num-2 {
    display: block;
  }
}
.number p.num {
  margin-bottom: -40px;
}
@media only screen and (max-width: 640px) {
  .number p.num {
    display: none;
  }
}
.number span.slot {
  vertical-align: top;
  text-align: center;
  color: #3c3c3c;
  display: inline-block;
  width: 58px;
  height: 80px;
  margin: 0 0 0 -3px;
  background: var(--wpr-bg-8c1bddc8-6d17-435c-9be2-d8b45338f404) repeat-y;
  /*background: #1e5799;
        background: -webkit-linear-gradient(top, #ffffff 0%,#d2d2d2 100%); 
        background: -o-linear-gradient(top, #ffffff 0%, #d2d2d2 100%); 
        background: -ms-linear-gradient(top, #ffffff 0%, #d2d2d2 100%); 
        background: linear-gradient(to bottom, #ffffff 0%, #d2d2d2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d2d2',GradientType=0 );  */
  position: relative;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 80px;
  -webkit-font-smoothing: antialiased;
}
.number span.slot:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  width: 58px;
  height: 40px;
}
.number span.slot.separator {
  display: none;
}
.number .motion {
  background: var(--wpr-bg-385ae7e0-16ee-4209-a3f7-99826d620a78) repeat-y;
}
.number .counter {
  float: left;
  padding: 6px;
}
.number .counter span {
  float: left;
  width: 58px;
  height: 80px;
  text-indent: -9999px;
  font-size: 0.0001em;
  background-image: var(--wpr-bg-98064282-f7e1-4660-b036-e9abbc7dc3d3);
}
.number .counter .digit-1 {
  background-position: 0 0;
  animation-name: digitSpin1;
  animation-duration: 1s;
  animation-iteration-count: 1;
  -webkit-animation-name: digitSpin1;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: digitSpin1;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: 1;
}
.number .counter .digit-2,
.number .counter .digit-3,
.number .counter .digit-4,
.number .counter .digit-5,
.number .counter .digit-6,
.number .counter .digit-7,
.number .counter .digit-8,
.number .counter .digit-9,
.number .counter .digit-10,
.number .counter .digit-11,
.number .counter .digit-12,
.number .counter .digit-13,
.number .counter .digit-14 {
  background-position: 0 -720px;
  animation-name: digitSpin2;
  animation-duration: 2s;
  animation-iteration-count: 1;
  -webkit-animation-name: digitSpin2;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: digitSpin2;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: 1;
}
@keyframes digitSpin1 {
  from {
    background-position: 0 -720px;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes digitSpin1 {
  from {
    background-position: 0 -720px;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes digitSpin1 {
  from {
    background-position: 0 -720px;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes digitSpin2 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -720px;
  }
}
@-webkit-keyframes digitSpin2 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -720px;
  }
}
@-moz-keyframes digitSpin2 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -720px;
  }
}
.section-white,
.section-dropdown_num_3 {
  background: #ffffff;
  border-bottom: 1px solid #d3d8dd;
}
.events-section ul {
  margin-left: -10px;
  list-style: none;
}
@media only screen and (max-width: 640px) {
  .events-section ul {
    margin-left: 0;
  }
}
.events-section li {
  width: 222px;
  float: left;
  padding: 20px;
  margin-left: 10px;
  border-top: 7px solid #7cd1f3;
}
@media only screen and (max-width: 640px) {
  .events-section li {
    width: 294px;
    margin-left: 0;
    float: none;
    height: auto;
    margin-bottom: 12px;
  }
}
.events-section .entry-title {
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  bottom: 0 0 12px;
  padding: 0;
  text-align: left;
  max-height: 78px;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .events-section .entry-title {
    font-size: 23px;
    height: auto;
  }
}
.events-section .entry-content p {
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .events-section .entry-content p {
    font-size: 17px;
  }
}
.events-section .date {
  margin: 0 0 3px 0;
}
.section.section-white.events-section .button-holder.line .btn {
  border-color: #ffffff;
}

.section.section-white .button-holder.line .btn {
	border-color: white;
}

.ie8 .events-section li.ev-0 {
  border-top: 7px solid #7cd1f3;
}
.ie8 .events-section li.ev-1 {
  border-top: 7px solid #b3d670;
}
.ie8 .events-section li.ev-2 {
  border-top: 7px solid #f1ce4e;
}
.ie8 .events-section li.ev-3 {
  border-top: 7px solid #c08c52;
}
.news-section ul {
  margin-left: -10px;
  margin-bottom: 40px;
  list-style: none;
}
@media only screen and (max-width: 640px) {
  .news-section ul {
    margin-left: 0;
    max-width: 100%;
  }
}
.news-section li {
  background: #ffffff;
  width: 313px;
  border: 1px solid #d3d8dd;
  border-top: 7px solid #7cd1f3;
  float: left;
  margin-left: 10px;
  position: relative;
  height: 410px;
  overflow: hidden;
}
.news-section li:nth-child(3n-1) {
  border-top-color: #b3d670;
}
.news-section li:nth-child(3n) {
  border-top-color: #f1ce4e;
}
@media only screen and (max-width: 640px) {
  .news-section li {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
    height: 380px;
  }
}
.news-section .entry-thumbnail {
  height: 210px;
  width: auto;
  overflow: hidden;
  margin: 0 -1px 5px -1px;
}
.news-section .entry-thumbnail img {
  max-width: 100%;
}
.news-section .entry-meta {
  padding: 10px 20px 0px;
}
.news-section .entry-meta p {
  margin: 0;
}
.news-section .entry-title {
  text-align: left;
  margin: 0 0 5px;
  padding: 0 20px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 640px) {
  .news-section .entry-title {
    font-size: 17px;
  }
}
.news-section .btn-more:hover {
  background: #f1ce4e;
  color: #c08c52;
}
.ie8 .news-section li {
  border-top-color: #b3d670;
}
.ie8 .news-section li.item-1 {
  border-top-color: #7cd1f3;
}
.ie8 .news-section liitem-3 {
  border-top-color: #f1ce4e;
}
.new-to-planalytics img {
  float: left;
  margin-right: 80px;
}
@media only screen and (max-width: 640px) {
  .new-to-planalytics img {
    margin: 0;
    max-width: 80%;
    float: none;
  }
}
.new-to-planalytics p {
  color: #ffffff;
  font-size: 23px;
  line-height: 1.5;
}

.section-white .new-to-planalytics h3, .section-white .new-to-planalytics p {
	color: #3a3c3e;
}

.two-column-layout .new-to-planalytics .fl-l {
	margin-top: 0;
}

@media only screen and (max-width: 640px) {
  .new-to-planalytics p {
    font-size: 16px;
  }
}
.new-to-planalytics h3 {
  text-align: left;
  color: #ffffff;
  margin: 0 0 3px 0;
  padding: 0;
}
.new-to-planalytics .fl-l {
  margin-top: 70px;
  max-width: 470px;
}
@media only screen and (max-width: 640px) {
  .new-to-planalytics .fl-l {
    float: none;
    margin-top: 20px;
  }
}
.new-to-planalytics .button-holder {
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .new-to-planalytics .button-holder {
    text-align: center;
  }
}
.new-to-planalytics .btn {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background: #b3d670;
  color: #678b21;
  padding: 0 35px;
}
.new-to-planalytics .btn:hover {
  background: #7cd1f3;
  color: #236884;
}
@media only screen and (max-width: 640px) {
  .new-to-planalytics .btn {
    font-size: 12px;
    height: 34px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 640px) {
  .new-to-planalytics {
    text-align: center;
  }
}
.weather-section {
  overflow: hidden;
}
.weather-section h2 span {
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .weather-section h2 span {
    font-size: 16px;
    line-height: 1.2;
  }
}
.weather-section ul {
  padding-top: 100px;
  background: var(--wpr-bg-083407c2-70ee-4776-8b09-d79cabc1af02) no-repeat;
  min-height: 425px;
  text-align: center;
  list-style: none;
}
@media only screen and (max-width: 640px) {
  .weather-section ul {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #3a3c3e;
    height: 386px;
    width: 386px;
    min-height: 0;
    margin: 0 -48px;
    display: block;
    padding: 0;
    overflow: hidden;
    padding: 35px 0px;
  }
}
.weather-section li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2px;
}
.weather-section li .icon-sun {
  display: block;
  background: var(--wpr-bg-1b945c3b-3c29-46c7-b7f9-cc0d729432cf) no-repeat;
  background-position: 0 -100px;
  width: 69px;
  height: 69px;
}
.weather-section li .icon-rain {
  display: block;
  background: var(--wpr-bg-47fd9a8a-f998-4ef5-8d32-eb29fb214b1f) no-repeat;
  background-position: -69px -100px;
  width: 65px;
  height: 72px;
}
@media only screen and (max-width: 640px) {
  .weather-section li .icon-rain {
    display: none;
  }
}
.weather-section li .icon-snow {
  display: block;
  background: var(--wpr-bg-60ec145f-ed62-40ad-8a54-e74dc61f2a70) no-repeat;
  background-position: -134px -102px;
  width: 62px;
  height: 69px;
}
.weather-section li .circle {
  width: 168px;
  height: 168px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #3a3c3e;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.weather-section li .circle:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 16px;
}
.weather-section li .circle span {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 45px;
  line-height: 45px;
  width: 100%;
  background: #000000;
  text-align: center;
  color: #b3d670;
  font-size: 25px;
  font-weight: 700;
}
.weather-section li .circle span.red {
  color: #ff392f;
}
.weather-section li .circle span.red span {
  color: #ff392f;
}
.weather-section li .circle span span {
  position: relative;
  top: auto;
  left: auto;
  font-size: 16px;
  vertical-align: top;
  line-height: 38px;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .weather-section li .circle span {
    height: 38px;
    line-height: 38px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .weather-section li .circle {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 145px;
    height: 145px;
  }
}
.weather-section li .circle-1:before {
  margin-left: -43px;
  background: var(--wpr-bg-360b104a-826d-4f72-b14a-b9668cac02ea) no-repeat;
  background-position: 0 -220px;
  width: 86px;
  height: 92px;
}
@media only screen and (max-width: 640px) {
  .weather-section li .circle-1:before {
    margin-left: -24px;
  }
}
.weather-section li .circle-2:before {
  margin-left: -43px;
  background: var(--wpr-bg-c8c2fde0-3029-44cc-ae84-1819cad1cf83) no-repeat;
  background-position: -87px -220px;
  width: 83px;
  height: 92px;
}
@media only screen and (max-width: 640px) {
  .weather-section li .circle-2:before {
    margin-left: -62px;
  }
}
.weather-section li .circle-3:before {
  margin-left: -43px;
  background: var(--wpr-bg-81e40e30-9f46-47e5-988e-b5719b85f115) no-repeat;
  background-position: -170px -220px;
  width: 91px;
  height: 92px;
}
@media only screen and (max-width: 640px) {
  .weather-section li .circle-3:before {
    margin-left: -32px;
  }
}
.weather-section li .circle-4:before {
  margin-left: -43px;
  background: var(--wpr-bg-1370b7c1-041b-49b7-8526-e7febcdfcca7) no-repeat;
  background-position: -261px -220px;
  width: 79px;
  height: 92px;
}
@media only screen and (max-width: 640px) {
  .weather-section li .circle-4:before {
    margin-left: -62px;
  }
}
.weather-section .button-holder.line .btn {
  border-color: #ffffff;
  padding: 0 20px;
}
.ie8 .weather-section li .circle {
  background: var(--wpr-bg-e3905254-e353-4609-ba6b-6bbc0e93e97e) no-repeat -1px -337px;
  width: 169px;
  height: 169px;
}
.ie8 .weather-section li .circle span {
  background: none;
}
.video-section ul {
  padding: 20px 0;
}
@media only screen and (max-width: 640px) {
  .video-section ul {
    padding: 0;
  }
}
.video-section .video-img {
  width: 480px;
  height: 317px;
  float: left;
  margin: 0;
  display: block;
}
@media only screen and (max-width: 640px) {
  .video-section .video-img {
    width: auto;
    height: auto;
    float: none;
    margin: 0;
  }
}
.video-section .video-img img {
  width: 100%;
}
.video-section .desc {
  width: 480px;
  height: 316px;
  float: right;
  position: relative;
  padding: 30px 30px 60px 30px;
}
@media only screen and (max-width: 640px) {
  .video-section .desc p {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .video-section .desc {
    height: auto;
    width: 100%;
    float: none;
    padding: 0 30px 70px 30px;
  }
}
.video-section li {
  display: block;
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #d3d8dd;
  position: relative;
  background: #ffffff;
  margin-bottom: 10px;
  list-style: none;
}
.video-section li:before,
.video-section li:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #d3d8dd;
  width: 1px;
  height: 100%;
}
.video-section li:after {
  right: 0px;
  left: auto;
}
.video-section li:first-child {
  border-top: 1px solid #d3d8dd;
}
.video-section li:nth-child(3n-2) {
  border-left: none;
}
.video-section li:nth-child(3n-2) .video-img {
  border: 7px solid #7cd1f3;
  border-width: 0 0 0 7px;
  border-right: none;
}
@media only screen and (max-width: 640px) {
  .video-section li:nth-child(3n-2) .video-img {
    border-width: 7px 0 0 0;
  }
}
.video-section li:nth-child(3n-1) .video-img {
  border-right: 7px solid #b3d670;
  float: right;
}
@media only screen and (max-width: 640px) {
  .video-section li:nth-child(3n-1) .video-img {
    border-top: 7px solid #b3d670;
    border-width: 7px 0 0 0;
  }
}
.video-section li:nth-child(3n) .video-img {
  border-left: 7px solid #f1ce4e;
}
@media only screen and (max-width: 640px) {
  .video-section li:nth-child(3n) .video-img {
    border-top: 7px solid #f1ce4e;
    border-width: 7px 0 0 0;
  }
}
.video-section .share_box {
  position: absolute;
  bottom: 0;
  left: 1px;
  right: 1px;
  padding: 15px 30px;
  background: #e6e6e6;
  border-top: 1px solid #d3d8dd;
  height: 60px;
}
.video-section .share_box .st_sharethis_custom {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .video-section .share_box {
    height: 50px;
    padding: 10px 30px;
  }
}
.video-section h3 {
  font-size: 26px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: left;
}
.video-section h3 a {
  color: #3a3c3e;
}
.video-section h3 a:hover {
  color: #7cd1f3;
}
@media only screen and (max-width: 640px) {
  .video-section h3 {
    font-size: 16px;
  }
}
.video-section p {
  font-size: 16px;
  line-height: 1.4;
  color: #62666a;
}
.video-section .button-holder.line .btn {
  padding: 0 60px;
}
.ie8 .video-section .video-1 .video-img {
  border-right: 7px solid #b3d670;
  float: right;
}
.ie8 .video-section .video-0 .video-img {
  border-left: 7px solid #7cd1f3;
  border-right: none;
  float: left;
}
.ie8 .video-section .video-2 .video-img {
  border-left: 7px solid #f1ce4e;
  border-right: none;
  float: left;
}
.entry-thumbnail img {
  display: block;
  margin: 0 auto 10px;
}
.entry-title a {
  color: #141412;
}
.entry-title a:hover {
  color: #ea9629;
}
.single-post h1 {
  margin-bottom: 20px;
  line-height: 1.1;
  font-weight: 800;
}
@media only screen and (max-width: 640px) {
  .single-post h1 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.single-post .entry-header {
  margin-bottom: 30px;
  line-height: 1.1;
}
.single-post .entry-content {
  font-size: 16px;
  line-height: 1.5;
  color: #62666a;
}
.single-post .entry-content .summary p:last-child {
  margin: 0;
}
.single-post .entry-content ul, .single-post .entry-content ol {
    padding-inline-start: 20px;
}
.single-post .entry-content ul, .single-post .entry-content ul li {
  list-style: disc;
}
.single-post .entry-content ol, .single-post .entry-content ol li {
  list-style: auto;
}
.single-post .entry-content ul li, .single-post .entry-content ol li {
    margin-bottom: 15px;
}
.single-post .entry-content li::marker {
  color: #678b21;
}
.single-post .hentry {
  padding-right: 30px;
}
@media only screen and (max-width: 640px) {
  .single-post .hentry {
    padding-right: 0;
  }
}
.single-post .textwidget {
  margin-top: 20px;
  border-top: 1px solid #d3d8dd;
  padding-top: 20px;
}
.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
  display: none;
}
.entry-content a,
.comment-content a {
  color: #7cd1f3;
}
.entry-content a:hover,
.comment-content a:hover {
  color: #b3d670;
}
.entry-content .showing .read-more a,
.comment-content .showing .read-more a,
.entry-content .showing .read-less a,
.comment-content .showing .read-less a {
  padding: 15px 0;
  color: #678b21;
  font-weight: 700;
  text-align: right;
  font-size: 15px;
  display: block;
  clear: both;
}
.entry-content .showing .read-more a:hover,
.comment-content .showing .read-more a:hover,
.entry-content .showing .read-less a:hover,
.comment-content .showing .read-less a:hover {
  color: #7cd1f3;
}
@media only screen and (max-width: 640px) {
  .entry-content .showing .read-more a,
  .comment-content .showing .read-more a,
  .entry-content .showing .read-less a,
  .comment-content .showing .read-less a {
    text-align: left;
    border: 1px solid #d3d8dd;
    border-width: 1px 0 0 0;
    margin-top: 60px;
    font-size: 14px;
    padding: 20px 0;
  }
}
.page-links {
  clear: both;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  line-height: 2.2;
  margin: 20px 0;
  text-transform: uppercase;
}
.page-links a {
  background: #ffffff;
  background: #e63f2a;
  border: 1px solid #ffffff;
  border: 1px solid #e63f2a;
  padding: 5px 10px;
  text-decoration: none;
  color: #ffffff;
}
.page-links > span {
  background: #ffffff;
  border: 1px solid #ffffff;
  padding: 5px 10px;
  text-decoration: none;
}
.page-links .page-links-title {
  background: transparent;
  border: none;
  margin-right: 20px;
  padding: 0;
}
.gallery {
  margin-bottom: 20px;
  margin-left: -4px;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
  display: table;
  margin: 0 auto 20px;
}
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
  text-align: center;
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(21px);
  max-width: calc(21px);
}
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(16px);
  max-width: calc(16px);
}
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(12.7px);
  max-width: calc(12.7px);
}
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(10.28px);
  max-width: calc(10.28px);
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(8.5px);
  max-width: calc(8.5px);
}
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(7.1px);
  max-width: calc(7.1px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}
.gallery-caption:before {
  box-shadow: 0 -10px 15px #000000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
.full-size-link a:before {
  content: "\f402";
}
.full-size-link:before {
  content: none;
}
.image-navigation {
  margin: 0 auto;
  max-width: 1040px;
  position: relative;
}
.image-navigation a:hover {
  text-decoration: none;
}
.image-navigation .nav-previous {
  position: absolute;
  top: 50px;
  left: 0;
}
.image-navigation .nav-next {
  position: absolute;
  top: 50px;
  right: 0;
}
.image-navigation .meta-nav {
  font-size: 32px;
  font-weight: 300;
  vertical-align: -4px;
}
.navigation .nav-previous {
  float: left;
}
.navigation .nav-next {
  float: right;
}
.navigation a {
  color: #bc360a;
}
.navigation a:hover {
  color: #ea9629;
  text-decoration: none;
}
.paging-navigation {
  clear: both;
  padding: 10px 0;
  border-top: #D3D8DD;
  overflow: hidden;
}
.paging-navigation .nav-links {
  margin: 0 auto;
  width: 100%;
}
.paging-navigation .nav-next {
  padding: 13px 0;
}
.paging-navigation .nav-next .meta-nav {
  margin-left: 10px;
}
.paging-navigation a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  color: #343434;
}
.paging-navigation a:hover {
  color: #478FB2;
}
.paging-navigation .meta-nav {
  color: #343434;
  display: inline-block;
  font-size: 16px;
  padding: 3px 0 8px;
  text-align: center;
  width: 30px;
}
.paging-navigation .nav-previous .meta-nav {
  margin-right: 10px;
  padding: 17px 0 23px;
  width: 30px;
}
.paging-navigation a:hover .meta-nav {
  text-decoration: none;
  color: #478FB2;
}
.post-navigation {
  background-color: #ffffff;
  color: #ca3c08;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  padding: 20px 0;
}
.post-navigation .nav-links {
  margin: 0 auto;
  max-width: 1040px;
}
.post-navigation a[rel="next"] {
  float: right;
  text-align: right;
}
.author-info {
  margin: 0 auto;
  max-width: 604px;
  padding: 30px 0 10px;
  text-align: left;
  width: 100%;
}
.author.sidebar .author-info {
  max-width: 1040px;
  padding: 30px 376px 10px 60px;
}
.single .author-info {
  padding: 50px 0 0;
}
.author-avatar .avatar {
  float: left;
  margin: 0 30px 30px 0;
}
.single-format-status .author-description {
  color: #f7f5e7;
}
.author-description .author-title {
  clear: none;
  font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
  margin: 0 0 8px;
}
.author-link {
  color: #ca3c08;
  margin-left: 2px;
}
.author.archive .author-link {
  display: none;
}
.archive-header {
  min-height: 190px;
  background: #236884;
  color: #ffffff;
  text-aling: center;
  padding: 150px 0 20px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #ffffff;
}
@media only screen and (max-width: 640px) {
  .archive-header {
    min-height: 140px;
    padding: 100px 0 30px 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .archive-header {
    background-size: auto 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1590px) {
  .archive-header {
    background-size: auto 100%;
  }
}
.category-events .archive-header {
  background: var(--wpr-bg-dc7ee988-a176-4daf-b67b-c043d405a79f) no-repeat;
  background-size: 100% auto;
}
@media only screen and (max-width: 640px) {
  .category-events .archive-header {
    background-size: auto 100%;
    min-height: 130px;
    padding: 90px 0 30px 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .category-events .archive-header {
    background-size: auto 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1590px) {
  .category-events .archive-header {
    background-size: auto 100%;
  }
}
.category-news .archive-header,
.news-header {
  background: var(--wpr-bg-b88645fe-8b84-4262-9b4e-b812e61c32de) no-repeat center;
  background-size: 100% auto;
}
@media only screen and (max-width: 640px) {
  .category-news .archive-header,
  .news-header {
    background-size: auto 100%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .category-news .archive-header,
  .news-header {
    background-size: auto 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1590px) {
  .category-news .archive-header,
  .news-header {
    background-size: auto 100%;
  }
}
.archive-title,
.page-title {
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 65px;
  font-weight: 800;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  padding: 30px 0;
  text-align: center;
  position: relative;
}
.archive-title:before,
.page-title:before {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  margin-left: -82px;
  position: absolute;
  width: 164px;
}
@media only screen and (max-width: 640px) {
  .archive-title,
  .page-title {
    font-size: 36px;
    padding: 20px 0 20px;
  }
}
.page-title {
  color: #ffffff;
  margin: -205px 0 80px 0;
}
@media only screen and (max-width: 640px) {
  .page-title {
    margin: -155px 0 80px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-template-company-page-php .page-title,
  .page-template-whitepapers-page-php .page-title,
  .page-template-success-page-php .page-title,
  .page-template-newsletter-page-php .page-title,
  .page-id-361 .page-title,
  .page-id-147 .page-title,
  .page-template-how-we-are-diff-page-php .page-title {
    margin: -180px 0 70px 0;
  }
}
.archive-meta {
  font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
  margin: 0 auto;
  max-width: 1040px;
  padding: 30px 0;
  padding: 0 0 11px;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  margin-top: -15px;
}
.content-area {
  padding: 40px 0 0;
}
@media only screen and (max-width: 640px) {
  .content-area {
    padding: 20px 0 0;
  }
}
.page-template-home-page-php .content-area {
  padding: 0;
}
.page-header {
  background-color: #e8e5ce;
}
.page-content {
  margin: 0 auto;
  max-width: 604px;
  padding: 40px 0;
  width: 100%;
}
.form-content {
  background: #ffffff;
  padding: 40px;
}
@media only screen and (max-width: 640px) {
  .form-content {
    padding: 0px;
  }
}
.comments-title {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 604px;
  width: 100%;
  font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}
.comment-list {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 604px;
  width: 100%;
  list-style-type: none;
  padding: 0;
}
.comment-list > li:after,
.comment-list .children > li:before {
  background: var(--wpr-bg-87165b66-4fa2-4e39-b002-89f5acbb0610) repeat left top;
  background-size: 4px 4px;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
.comment-list .pingback,
.comment-list .trackback {
  padding-top: 24px;
}
.comment-list .children {
  list-style-type: none;
  padding: 0;
  margin-left: 20px;
}
.comment-list > li:last-child:after {
  display: none;
}
.comment-list .edit-link {
  margin-left: 20px;
}
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 604px;
  width: 100%;
}
.comment-body {
  padding: 24px 0;
  position: relative;
}
.comment-author {
  float: left;
  max-width: 74px;
}
.comment-author .avatar {
  display: block;
  margin-bottom: 10px;
}
.comment-author .fn {
  word-wrap: break-word;
  color: #bc360a;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
  color: #bc360a;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}
.says {
  display: none;
}
.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
  width: 100%;
}
.no-avatars .comment-author {
  margin: 0 0 5px;
  max-width: 100%;
  position: relative;
}
.comment-metadata {
  float: right;
  width: 79%;
  width: -webkit-calc(-24px);
  width: calc(-24px);
  word-wrap: break-word;
  margin-bottom: 20px;
}
.comment-awaiting-moderation {
  float: right;
  width: 79%;
  width: -webkit-calc(-24px);
  width: calc(-24px);
  word-wrap: break-word;
  color: #a2a2a2;
}
.comment-content,
.comment-list .reply {
  float: right;
  width: 79%;
  width: -webkit-calc(-24px);
  width: calc(-24px);
  word-wrap: break-word;
}
.comment-meta a {
  color: #a2a2a2;
  font-size: 13px;
}
.comment-meta a:hover {
  color: #ea9629;
}
.ping-meta {
  color: #a2a2a2;
  font-size: 13px;
  line-height: 2;
}
.comment-respond {
  background-color: #f7f5e7;
  padding: 30px 0;
}
.comment .comment-respond {
  margin-bottom: 20px;
  padding: 20px;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin-bottom: 8px;
}
.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
  float: left;
  padding: 5px 0;
  width: 120px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  max-width: 270px;
  width: 60%;
}
.comment-form .comment-notes {
  margin-bottom: 15px;
}
.comment-form .required {
  color: #ed331c;
}
.comment-form textarea {
  width: 100%;
}
.form-allowed-tags {
  color: #686758;
  font-size: 12px;
}
.form-allowed-tags code {
  color: #686758;
  font-size: 12px;
  font-size: 10px;
  margin-left: 3px;
}
.comment-navigation {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0 auto;
  max-width: 604px;
  padding: 20px 0 30px;
  width: 100%;
}
.no-comments {
  background-color: #f7f5e7;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  padding: 40px 0;
  text-align: center;
}
.mu_alert {
  margin-top: 25px;
}
.widget {
  background: #f2f2f2;
  font-size: 14px;
  margin: 0 0 24px;
  border: 1px solid #d3d8dd;
  border-width: 0 1px;
  word-wrap: break-word;
  width: 100%;
  position: relative !important;
}
@media only screen and (max-width: 640px) {
  .widget {
    margin: 0 0 12px;
  }
}
.widget .icon-open,
.widget .icon-close {
  display: none;
}
@media only screen and (max-width: 640px) {
  .widget .icon-open,
  .widget .icon-close {
    display: block;
    position: absolute;
    right: 10px;
    top: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.1);
    width: 24px;
    height: 24px;
    line-height: 22px;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    z-index: 99;
    color: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
  }
}
@media only screen and (max-width: 640px) {
  .widget .icon-close {
    display: none;
  }
}
.widget ul,
.widget ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget .widget-title {
  background: #7cd1f3;
  color: #236884;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 15px 20px;
  position: relative;
}
.widget .widget-title:before,
.widget .widget-title:after {
  display: block;
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  background: #7cd1f3;
  width: 1px;
  height: 100%;
}
.widget .widget-title:after {
  left: auto;
  right: -1px;
}
.widget .widget-title a {
  color: #236884;
}
.widget:nth-child(3n) .widget-title {
  background: #f1ce4e;
  color: #c08c52;
}
.widget:nth-child(3n) .widget-title:before,
.widget:nth-child(3n) .widget-title:after {
  background: #f1ce4e;
}
.widget:nth-child(3n) .widget-title a {
  color: #c08c52;
}
.widget:nth-child(3n-1) .widget-title {
  background: #b3d670;
  color: #678b21;
}
.widget:nth-child(3n-1) .widget-title:before,
.widget:nth-child(3n-1) .widget-title:after {
  background: #b3d670;
}
.widget:nth-child(3n-1) .widget-title a {
  color: #678b21;
}
.widget .rpwe-block li {
  position: relative;
}
.widget .rpwe-block li .rpwe-time {
  text-transform: uppercase;
  color: #3a3c3e;
  margin-bottom: 5px;
  disply: block;
  overflow: hidden;
  clear: both;
}
.widget .rpwe-title,
.widget .crp_title {
  color: #191b1e;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  margin: 5px 0;
}
.widget .rpwe-title a,
.widget .crp_title a {
  color: #191b1e;
}
.widget li {
  padding: 5px 0;
  padding: 15px 20px;
  border-bottom: 1px solid #d3d8dd;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget li:hover {
  background: #ffffff;
}
.widget li:hover a {
  color: #236884;
}
.widget li > ul,
.widget li > ol {
  margin-left: 20px;
}
.widget .children li:last-child {
  padding-bottom: 0;
}
.widget a {
  color: #a6a6a6;
}
.widget a:hover {
  color: #236884;
}
.widget .menu li {
  text-transform: uppercase;
  color: #236884;
  font-weight: 700;
  font-size: 14px;
}
.widget .menu li a {
  color: #236884;
}
.widget .menu li a:before {
  content: "» ";
}
.widget .more-link {
  padding: 15px 20px;
  display: block;
  border-bottom: 1px solid #d3d8dd;
  background: #ffffff;
  color: #678b21;
  font-weight: bold;
}
.widget .more-link:hover {
  color: #7cd1f3;
}
@media only screen and (max-width: 640px) {
  .widget > div {
    display: none;
  }
}
.widget .crp_related_widget li {
  padding-top: 40px;
}
.widget .crp_related_widget li .crp_date {
  text-transform: uppercase;
  color: #3a3c3e;
  margin-bottom: 5px;
  disply: block;
  overflow: hidden;
  clear: both;
  position: absolute;
  top: 15px;
  left: 20px;
}
.widget.widget_nav_menu {
  background: #ffffff;
}
.widget.widget_nav_menu li a {
  color: #3a3c3e;
}
.widget.widget_nav_menu li a:hover {
  color: #7cd1f3;
}
.widget.widget_nav_menu .current-menu-parent,
.widget.widget_nav_menu .current-menu-item {
  background: var(--wpr-bg-90ece97b-1606-4c1d-afa6-88843d2ac3a1) repeat;
}
.widget.widget_nav_menu .current-menu-parent a,
.widget.widget_nav_menu .current-menu-item a {
  color: #236884;
}
.news-widget .recent-posts-extended .widget-title {
  background: #f1ce4e;
  color: #8d782b;
}
.news-widget .recent-posts-extended .widget-title a {
  color: #8d782b;
}
.news-widget .recent-posts-extended .widget-title:before,
.news-widget .recent-posts-extended .widget-title:after {
  background: #f1ce4e;
}
.widget_archive li a {
  color: #191b1e;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  margin: 5px 0;
}
.staff-block {
  padding: 30px 0 20px 0;
  margin-top: 30px;
  border-top: 1px solid #d3d8dd;
}
.staff-block > h2 {
  font-size: 30px;
  font-weight: 800;
}
.staff-block ul {
  margin: 0 0 20px -16px;
  list-style: none;
}
@media only screen and (max-width: 640px) {
  .staff-block ul {
    margin: 0 0 0 0;
  }
}
.staff-block li {
  width: 219px;
  float: left;
  margin: 80px 0 0 16px;
  border: 1px solid #d3d8dd;
  background: #f2f2f2;
  padding: 15px 15px 40px 15px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 640px) {
  .staff-block li {
    margin-left: 0;
    width: 100%;
  }
}
.staff-block li h2 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 2px;
  color: #3a3c3e;
  height: 46px;
}
.staff-block li h2 a {
  color: #3a3c3e;
}
.staff-block li h2 a:hover {
  color: #7cd1f3;
}
.staff-block li.active {
  margin-bottom: 180px;
  padding: 15px 15px 55px 15px;
}
.staff-block li.active .photo {
  margin: -40px auto 20px;
}
@media only screen and (max-width: 640px) {
  .staff-block li.active .photo {
    margin: -74px auto 20px;
  }
}
@media only screen and (max-width: 640px) {
  .staff-block li.active {
    margin-bottom: 370px;
    padding: 15px 15px 40px 15px;
  }
}
.staff-block .photo {
  margin: -74px auto 20px;
  border: 5px solid #ffffff;
  width: 127px;
  height: 127px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background: #a6a6a6;
  box-shadow: 0 0 1px #a6a6a6;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.staff-block .photo img {
  max-width: 100%;
}
.staff-block .bio-block {
  cursor: pointer;
}
.staff-block .bio {
  position: absolute;
  top: 242px;
  left: -1px;
  background: #ffffff;
  z-index: 100;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  color: #5a6063;
}
@media only screen and (max-width: 640px) {
  .staff-block .bio {
    width: 294px;
    font-size: 13px;
    top: auto;
    bottom: -389px;
  }
}
.staff-block .bio .bio-wrap {
  border: 1px solid #d3d8dd;
  width: 689px;
  height: auto;
  padding: 30px 40px;
  position: relative;
  display: none;
}
@media only screen and (max-width: 640px) {
  .staff-block .bio .bio-wrap p {
    height: 370px;
    overflow-y: auto;
    padding: 0 20px;
  }
}
.staff-block .bio .bio-wrap:before {
  display: block;
  content: "";
  position: absolute;
  left: 85px;
  top: -20px;
  z-index: 100;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #d3d8dd;
}
@media only screen and (max-width: 640px) {
  .staff-block .bio .bio-wrap:before {
    left: 120px;
  }
}
.staff-block .bio .bio-wrap:after {
  display: block;
  content: "";
  position: absolute;
  left: 87px;
  top: -18px;
  z-index: 100;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid #ffffff;
}
@media only screen and (max-width: 640px) {
  .staff-block .bio .bio-wrap:after {
    left: 122px;
  }
}
@media only screen and (max-width: 640px) {
  .staff-block .bio .bio-wrap {
    width: 294px;
    height: 430px;
    padding: 30px 20px;
  }
}
.staff-block .bio .bio-close {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--wpr-bg-eaa8274f-1a6b-4bbb-9e30-65a42e330553) no-repeat;
  background-position: -197px -103px;
  width: 48px;
  height: 48px;
}
.staff-block li:nth-child(3n) .bio {
  left: -471px;
}
.staff-block li:nth-child(3n) .bio .bio-wrap:before {
  left: 560px;
}
@media only screen and (max-width: 640px) {
  .staff-block li:nth-child(3n) .bio .bio-wrap:before {
    left: 120px;
  }
}
.staff-block li:nth-child(3n) .bio .bio-wrap:after {
  left: 561px;
}
@media only screen and (max-width: 640px) {
  .staff-block li:nth-child(3n) .bio .bio-wrap:after {
    left: 122px;
  }
}
@media only screen and (max-width: 640px) {
  .staff-block li:nth-child(3n) .bio {
    left: -1px;
  }
}
.staff-block li:nth-child(3n-1) .bio {
  left: -236px;
}
.staff-block li:nth-child(3n-1) .bio .bio-wrap:before {
  left: 323px;
}
@media only screen and (max-width: 640px) {
  .staff-block li:nth-child(3n-1) .bio .bio-wrap:before {
    left: 120px;
  }
}
.staff-block li:nth-child(3n-1) .bio .bio-wrap:after {
  left: 324px;
}
@media only screen and (max-width: 640px) {
  .staff-block li:nth-child(3n-1) .bio .bio-wrap:after {
    left: 122px;
  }
}
@media only screen and (max-width: 640px) {
  .staff-block li:nth-child(3n-1) .bio {
    left: -1px;
  }
}
.staff-block .position {
  font-size: 14px;
  min-height: 34px;
}
.staff-block .more-link {
  display: block;
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  color: #678b21;
  font-weight: 600;
  border-top: 1px solid #d3d8dd;
}
.staff-block .more-link:hover {
  color: #7cd1f3;
}
@media only screen and (max-width: 640px) {
  .staff-block {
    border-top: 1px solid #d3d8dd;
    margin: 20px 0 30px 0;
  }
}
.mce-content .line .btn {
  border-color: #ffffff;
  background: #7cd1f3;
  color: #236884;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}
.mce-content .line .btn:hover {
  background: #b3d670;
  color: #678b21;
}
.page-id-147 .mce-content tr {
  border-bottom: 1px solid #d3d8dd;
}
@media only screen and (max-width: 640px) {
  .page-id-147 .mce-content tr {
    border-bottom: none;
  }
}
.page-id-147 .mce-content td {
  border-width: 0;
  padding: 35px 0;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  .page-id-147 .mce-content td {
    border-bottom: 1px solid #d3d8dd;
  }
}
.page-template-default .mce-content {
  padding-bottom: 30px;
}
.page-template-whitepapers-page ul.list li::before {
  content: none;
}
.list {
  clear: both;
  margin-left: 0;
}
.list li {
  padding-left: 0;
  display: block;
  overflow: hidden;
  padding: 40px 0;
  margin: 0;
  border-top: 1px solid #d3d8dd;
}
.list li:before {
  display: none;
}
.list li:first-child {
  border: none;
  padding-top: 0;
}
@media only screen and (max-width: 640px) {
  .list li {
    padding: 30px 0;
  }
}
.list h2 {
  font-weight: 800;
  line-height: 1.0;
  font-size: 30px;
  color: #3a3c3e;
}
.list h2 a {
  color: #3a3c3e;
  font-weight: 800;
}
.list h2 a:hover {
  color: #7cd1f3;
}
@media only screen and (max-width: 640px) {
  .list h2 {
    margin-top: 20px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .list .entry {
    font-size: 14px;
  }
}
.list .view-more {
  color: #678b21;
}
.list .view-more:hover {
  color: #7cd1f3;
}
.list .img {
  position: relative;
  float: left;
  margin: 0 25px 0 0;
  width: 300px;
}
.list .img img {
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .list .img img {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .list .img {
    float: none;
    margin: 0 0 10px 0;
  }
}
.page-id-235 .list {
  border-bottom: 1px solid #d3d8dd;
  margin: 0 0 40px 0;
}
.video-img,
.img,
.brochure-img {
  position: relative;
  float: left;
  margin: 0 25px 0 0;
}
.video-img:before,
.img:before,
.brochure-img:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -39px 0 0 -39px;
  background: #a6a6a6;
  background: var(--wpr-bg-c2e52fb7-3d5b-4798-ac09-aa6526ea0f37) no-repeat;
  background-position: -134px -24px;
  width: 78px;
  height: 78px;
  z-index: 3;
}
.video-img:after,
.img:after,
.brochure-img:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #3a3c3e;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
@media only screen and (max-width: 640px) {
  .video-img,
  .img,
  .brochure-img {
    margin: 0;
    float: none;
    width: 100%;
  }
}
.img:before,
.brochure-img:before {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: url(../../../../../../../../themes/planalytics/images/sprite.png) no-repeat;
  background-position: -291px -24px;
  width: 79px;
  height: 78px;
}
.img:hover,
.brochure-img:hover {
  background: rgba(255, 255, 255, 0.8);
}
.img:hover:before,
.brochure-img:hover:before {
  opacity: 1;
}
.img:hover:after,
.brochure-img:hover:after {
  opacity: 0.1;
}
.brochure-img:before {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: url(../../../../../../../../themes/planalytics/images/sprite.png) no-repeat;
  background-position: -212px -24px;
  width: 78px;
  height: 78px;
}
.testim-list li {
  display: block;
  overflow: hidden;
  border-top: 1px solid #d3d8dd;
  margin: 0;
  padding: 40px 0;
}
.testim-list li:first-child {
  border: none;
  padding-top: 0;
}
.testim-list li:before {
  display: none;
}
.testim-list blockquote {
  border-right: 1px solid #d3d8dd;
  margin: 0;
  padding: 0 20px 0 50px;
  position: relative;
  width: 480px;
  float: left;
  line-height: 1.5;
}
.testim-list blockquote strong {
  font-weight: 700;
  font-style: italic;
  padding-top: 10px;
  display: block;
  font-size: 14px;
  color: #3a3c3e;
}
.testim-list blockquote:before {
  content: "";
  font-size: 100px;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  background: var(--wpr-bg-5d462d8f-e434-4254-b8bc-df636009046c) no-repeat;
  background-position: -70px -60px;
  width: 31px;
  height: 26px;
}
@media only screen and (max-width: 640px) {
  .testim-list blockquote {
    width: auto;
    float: none;
    padding: 0 0 0 50px;
    border-right: none;
  }
}
.testim-list .img-holder {
  width: 164px;
  float: right;
  text-align: center;
}
.testim-list .img-holder img {
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .testim-list .img-holder {
    width: auto;
    float: none;
    margin: 10px 20px;
  }
}
.newsletters-list li {
  border: 1px solid #d3d8dd;
  border-left: 7px solid #7cd1f3;
  margin-bottom: 30px;
  padding: 0;
  display: block;
  overflow: hidden;
  position: relative;
}
.newsletters-list li:nth-child(4n) {
  border-left-color: #c08c52;
}
.newsletters-list li:nth-child(4n-1) {
  border-left-color: #f1ce4e;
}
.newsletters-list li:nth-child(4n-2) {
  border-left-color: #b3d670;
}
.newsletters-list li p {
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  .newsletters-list li p {
    font-size: 14px;
  }
}
.newsletters-list .img-holder {
  float: left;
  width: 260px;
  min-height: 260px;
  border-right: 1px solid #d3d8dd;
  text-align: center;
  margin: 0;
}
.newsletters-list .img-holder img {
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .newsletters-list .img-holder {
    float: none;
    width: 100%;
    border: none;
    display: block;
  }
}
.newsletters-list .desc {
  width: 420px;
  padding: 28px 30px 60px 30px;
  height: 100%;
}
.newsletters-list .desc p {
  margin-bottom: 5px;
}
@media only screen and (max-width: 640px) {
  .newsletters-list .desc p {
    padding: 0 15px 10px 15px;
  }
}
@media only screen and (max-width: 640px) {
  .newsletters-list .desc {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.newsletters-list h2 {
  font-size: 19px;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .newsletters-list h2 {
    padding: 10px 15px;
    margin: 0;
  }
}
.newsletters-list .checkbox-block {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 54px;
  line-height: 54px;
  padding: 0 30px;
  width: 420px;
  background: #f2f2f2;
  border-top: 1px solid #d3d8dd;
  box-shadow: inset 0px 1px 0 #ffffff;
}
.newsletters-list .checkbox-block label {
  padding-right: 20px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .newsletters-list .checkbox-block label {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .newsletters-list .checkbox-block {
    position: relative;
    bottom: auto;
    right: auto;
    width: auto;
    padding: 0;
  }
}
.newsletters-list .view-exam {
  height: 54px;
  line-height: 54px;
  float: right;
  color: #678b21;
  font-weight: 700;
  position: relative;
  border-left: 1px solid #d3d8dd;
  padding-left: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.newsletters-list .view-exam:before {
  display: block;
  content: "";
  position: absolute;
  left: 24px;
  top: 15px;
  background: var(--wpr-bg-aa3a9b11-7af2-4bbb-885a-dcd5ca7cd799) no-repeat -48px 0;
  width: 19px;
  height: 20px;
}
@media only screen and (max-width: 640px) {
  .newsletters-list .view-exam:before {
    top: 10px;
    left: 145px;
  }
}
.newsletters-list .view-exam:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 640px) {
  .newsletters-list .view-exam:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d3d8dd;
  }
}
@media only screen and (max-width: 640px) {
  .newsletters-list .view-exam {
    height: 38px;
    line-height: 38px;
    float: none;
    display: block;
    clear: both;
    padding-left: 170px;
    border-bottom: 1px solid #d3d8dd;
  }
}
.address-block .fl-l,
.address-block .fl-r {
  width: 47.5%;
}
@media only screen and (max-width: 640px) {
  .address-block .fl-l,
  .address-block .fl-r {
    width: 100%;
  }
}
.address-block .box {
  margin-top: 150px;
  border: 1px solid #d3d8dd;
  background: #f2f2f2;
  padding: 30px 30px 60px 30px;
  position: relative;
  text-align: center;
}
.address-block .box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.address-block .box p {
  margin-bottom: 15px;
  font-size: 14px;
}
.address-block .box .view-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border-top: 1px solid #d3d8dd;
  color: #678b21;
  font-weight: 700;
}
.address-block .box .view-more:hover {
  color: #7cd1f3;
}
.address-block .img-holder {
  margin: -140px auto 15px;
  width: 226px;
  height: 226px;
  background: #dfdfdf;
  border: 4px solid #ffffff;
  box-shadow: 0 0 2px #d3d8dd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.address-block .img-holder img {
  width: 100%;
}
.search-form .search-submit {
  display: none;
}
.widget_rss .rss-date {
  display: block;
  color: #a2a2a2;
}
.widget_rss li > cite {
  color: #a2a2a2;
}
.widget_calendar table {
  border: 0;
  border-collapse: separate;
  border-spacing: 1px;
}
.widget_calendar td {
  border: 0;
  border-collapse: separate;
  border-spacing: 1px;
  padding: 0;
  text-align: center;
}
.widget_calendar caption {
  font-size: 14px;
  margin: 0;
}
.widget_calendar th {
  padding: 0;
  text-align: center;
}
.widget_calendar a {
  display: block;
}
.widget_calendar a:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.widget_calendar tbody td {
  background-color: rgba(255, 255, 255, 0.5);
}
.site-footer {
  background: #03060a;
  border-top: 7px solid #b3d670;
  color: #a6a6a6;
  font-size: 14px;
  height: 490px;
  overflow: hidden;
}
.site-footer .widget-title {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
}
.site-footer .widget-title a {
  color: #ffffff;
}
.site-footer .wp-caption-text {
  color: #ffffff;
}
.site-footer .widget-area {
  text-align: left;
  margin: 0 auto;
  max-width: 1040px;
  width: 100%;
}
.site-footer .widget-area .juiz_last_tweet_footer_item {
  display: none;
}
.site-footer a {
  color: grey;
}
.site-footer .sidebar-container {
  padding: 20px 0;
}
.site-footer .widget {
  background: transparent;
  color: #ffffff;
  float: left;
  margin-right: 20px;
  width: 245px;
}
.site-footer .widget a {
  color: #a6a6a6;
}
.site-footer .columns {
  position: relative;
  margin-left: -20px;
  min-height: 260px;
}
@media only screen and (max-width: 640px) {
  .site-footer .columns {
    margin: 10px 0;
  }
}
.site-footer .col {
  float: left;
  margin: 20px 0 20px 20px;
}
.site-footer .col h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .site-footer .col {
    width: auto;
    margin: 10px 0;
    float: none;
    text-align: center;
  }
}
.site-footer .col-twitter {
  width: 235px;
  background: #16191d;
  text-align: center;
  padding: 20px 25px 0 25px;
  margin: 0;
  position: absolute;
  top: -28px;
  height: 497px;
  right: 0;
  border-top: 7px solid #7cd1f3;
}
.site-footer .col-twitter .widget-area {
  text-align: center;
  padding-bottom: 10px;
  overflow: hidden;
}
.site-footer .col-twitter .juiz_last_tweet_follow_us {
  display: block;
  margin: 40px 0 10px;
}
.site-footer .col-twitter .juiz_last_tweet_follow_us a {
  background: #7cd1f3;
  color: #236884;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 20px 0 55px;
  height: 40px;
  line-height: 40px;
  font-weight: 800;
  width: 185px;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}
.site-footer .col-twitter .juiz_last_tweet_follow_us a:before {
  display: block;
  content: "";
  position: absolute;
  left: 30px;
  top: 7px;
  background: var(--wpr-bg-b113ed7c-3d92-4ec1-b1b9-0a9de6f671a7) no-repeat -248px -102px;
  width: 31px;
  height: 25px;
}
.site-footer .col-twitter .juiz_last_tweet_follow_us a:hover,
.site-footer .col-twitter .juiz_last_tweet_follow_us a:active {
  background: #64caf3;
}
.site-footer .col-twitter .logo-small {
  width: 88px;
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  text-align: center;
  padding: 14px 0 18px 0;
  margin-bottom: 25px;
}
.site-footer .col-twitter:before,
.site-footer .col-twitter:after {
  content: "";
  position: absolute;
  left: 100%;
  top: -1px;
  background: #16191d;
  width: 100%;
  height: 100%;
  border-top: 1px solid #3a3c3e;
  box-shadow: inset 0 1px 0 #000000;
  display: none;
}
@media only screen and (max-width: 640px) {
  .site-footer .col-twitter:before,
  .site-footer .col-twitter:after {
    display: block;
  }
}
.site-footer .col-twitter:after {
  right: 100%;
  left: auto;
}
@media only screen and (max-width: 640px) {
  .site-footer .col-twitter {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    margin-top: 30px;
    height: auto;
    border-top: 1px solid #3a3c3e;
    box-shadow: inset 0 1px 0 #000000;
  }
}
.site-footer .footer-menu {
  list-style: none;
  padding: 0;
}
.site-footer .footer-menu li {
  padding: 5px 0;
}
.site-footer .footer-menu a {
  color: #a6a6a6;
  position: relative;
  display: inline-block;
}
.site-footer .footer-menu a:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #a6a6a6;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.site-footer .footer-menu a:hover {
  color: #ffffff;
}
.site-footer .footer-menu a:hover:before {
  width: 100%;
  background: #ffffff;
}
.site-footer .footer-menu a:active {
  color: #b3d670;
}
.site-footer .footer-menu .current-menu-item a,
.site-footer .footer-menu .current_page_item a {
  color: #b3d670;
}
.site-footer .footer-menu .current-menu-item a:hover,
.site-footer .footer-menu .current_page_item a:hover,
.site-footer .footer-menu .current-menu-item a:active,
.site-footer .footer-menu .current_page_item a:active {
  color: #ffffff;
}
@media only screen and (max-width: 640px) {
  .site-footer .footer-menu {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .site-footer {
    height: auto;
  }
}
.ie8 .site-footer .col-twitter .logo-small {
  width: 89px;
  padding: 15px 0 18px;
  background: var(--wpr-bg-78a150f2-10ee-4bbb-8754-019eb2406b05) no-repeat -172px -336px;
}
.footer {
  padding-top: 5px;
}
.footer .site-info {
  border-top: none;
  text-align: center;
}
.footer .site-info a {
  margin-left: 14px;
  font-weight: 700;
  color: #3a3c3e;
}
.widget_calendar tbody .pad,
.site-footer .widget_calendar tbody .pad {
  background-color: transparent;
}
.social-icons {
  border-bottom: 1px solid #191b1e;
  padding: 20px 0 0;
}
.social-icons h2 {
  float: left;
  line-height: 50px;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
@media only screen and (max-width: 640px) {
  .social-icons h2 {
    float: none;
    margin-bottom: 10px;
  }
}
.social-icons ul {
  float: left;
  margin: 0;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 640px) {
  .social-icons ul {
    padding: 0;
  }
}
.social-icons li {
  float: left;
  margin-left: 25px;
  list-style: none;
}
.social-icons li a {
  display: block;
  text-indent: -9999px;
  font-size: 0;
  position: relative;
  background-color: transperent;
  background: var(--wpr-bg-625b8fd7-4db5-4851-8459-6d25bfff59ed) no-repeat;
  background-position: 0 -171px;
  width: 50px;
  height: 49px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.social-icons li a:before {
  display: block;
  content: "";
  position: absolute;
  left: -7px;
  top: -7px;
  border: 2px solid #a6a6a6;
  width: 60px;
  height: 60px;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 640px) {
  .social-icons li a:before {
    width: 58px;
    height: 58px;
  }
}
@media only screen and (max-width: 640px) {
  .social-icons li a {
    width: 48px;
    height: 48px;
  }
}
.social-icons li a:hover {
  color: #7cd1f3;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.social-icons li a:hover:before {
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.social-icons li .fb {
  background-position: -50px -171px;
}
.social-icons li .youtube {
  background-position: -100px -171px;
}
.social-icons li .in {
  background-position: -150px -171px;
}
.social-icons li .googlepl {
  background-position: -200px -171px;
}
@media only screen and (max-width: 640px) {
  .social-icons li {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .social-icons {
    text-align: center;
  }
}
.ie8 .social-icons li a:hover {
  filter: alpha(opacity=70);
}
.ie8 .social-icons li a:before {
  display: none;
}
.sharethis-box {
  margin-top: 10px;
}
.st_sharethis_custom {
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  padding-left: 35px;
  position: relative;
  color: #678b21;
  font-weight: 700;
  margin: 8px 0;
  cursor: pointer;
  float: left;
}
.st_sharethis_custom:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  background: var(--wpr-bg-4b82a963-939a-444f-b771-cffe3d89675f) no-repeat -247px -128px;
  width: 28px;
  height: 28px;
}
.st_sharethis_custom span {
  float: right;
  font-weight: 700;
  line-height: 30px;
}
@media only screen and (max-width: 640px) {
  .st_sharethis_custom {
    margin: 0;
  }
}
.map-content .st_sharethis_custom {
  float: right;
  margin: 5px 0;
}
@media only screen and (max-width: 640px) {
  .map-content .st_sharethis_custom {
    float: right;
  }
}
.site-info {
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.0;
  padding: 20px 0;
  width: 100%;
  border-top: 1px solid #191b1e;
}
.site-info a {
  color: #656565;
  text-decoration: underline;
  margin-left: 40px;
  padding-left: 15px;
  border-left: 1px solid #656565;
}
.site-info a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .site-info a {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .site-info {
    line-height: 1.5;
    text-align: center;
    border-top: none;
    padding-top: 10px;
  }
}
#wpstats {
  display: block;
  margin: -10px auto 0;
}
.map-content {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d8dd;
}
.map-content .btn {
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  font-size: 14px;
  margin-right: 8px;
  margin-top: -2px;
}
.map-content .btn:hover {
  background: #f1ce4e;
  color: #c08c52;
}
@media only screen and (max-width: 640px) {
  .map-content .btn {
    margin-bottom: 10px;
  }
}
.map-content .btn-add-to-calendar {
  background: #b3d670;
  color: #678b21;
}
@media only screen and (max-width: 640px) {
  .map-content .btn-add-to-calendar {
    display: none;
  }
}
.map-content .date {
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}
.map-content .date span {
  display: block;
  margin-bottom: 10px;
}
.map-content .date .info {
  font-weight: 300;
  text-transform: none;
}
.addthisevent-drop {
  display: inline-block;
  position: relative;
  z-index: 999998;
  color: #678b21;
  background: #b3d670;
  font-size: 14px;
  font-weight: 800;
  height: 40px;
  line-height: 40px;
  margin-right: 8px;
  padding: 0 40px;
  font-family: 'Open Sans', Arial, sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  .addthisevent-drop {
    display: none;
  }
}
.addthisevent-drop:hover {
  color: #c08c52;
  background: #f1ce4e;
  text-decoration: none;
}
.addthisevent_dropdown {
  color: #3a3c3e;
  width: 211px;
  position: absolute;
  z-index: 99999;
  padding: 0px 0px 0px 0px;
  background: #fff;
  text-align: left;
  display: none;
  margin-top: 0px;
  margin-left: 0px;
  border: 1px solid #f1ce4e;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
}
.addthisevent_dropdown span {
  display: block;
  line-height: 1.2;
  background: #fff;
  text-decoration: none;
  font-size: 12px;
  color: #3a3c3e;
  font-weight: 600;
  padding: 8px 10px 9px 15px;
}
.addthisevent_dropdown span:hover {
  background: #f4f4f4;
  color: #c08c52;
  text-decoration: none;
}
.addthisevent span {
  display: none!important;
}
.addthisevent-drop ._url,
.addthisevent-drop ._start,
.addthisevent-drop ._end,
.addthisevent-drop ._summary,
.addthisevent-drop ._description,
.addthisevent-drop ._location,
.addthisevent-drop ._organizer,
.addthisevent-drop ._organizer_email,
.addthisevent-drop ._facebook_event,
.addthisevent-drop ._all_day_event {
  display: none!important;
}
.addthisevent_dropdown .copyx {
  width: 200px;
  height: 21px;
  display: none;
  position: relative;
  cursor: default;
}
.addthisevent_dropdown .brx {
  width: 180px;
  height: 1px;
  overflow: hidden;
  background: #e0e0e0;
  position: absolute;
  z-index: 100;
  left: 10px;
  top: 9px;
}
.addthisevent_dropdown .frs {
  position: absolute;
  top: 5px;
  cursor: pointer;
  right: 10px;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  text-align: right;
  z-index: 101;
  line-height: 110%;
  background: #fff;
  text-decoration: none;
  font-size: 9px;
  color: #cacaca;
}
.addthisevent_dropdown .frs:hover {
  color: #6d84b4;
}
.addthisevent {
  visibility: hidden;
}
.login-page {
  padding-top: 135px;
}
.login-page .wrap {
  padding: 0 40px 40px;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .login-page .wrap {
    padding: 0 10px 10px;
  }
}
.login-page .frame {
  background: #ffffff;
  border-top: 7px solid #7cd1f3;
}
@media only screen and (max-width: 640px) {
  .login-page .frame {
    padding: 10px 0 0;
  }
}
.login-page .login-form {
  width: 360px;
  padding-right: 40px;
  border: 1px solid #d3d8dd;
  border-width: 0 1px 0 0;
}
@media only screen and (max-width: 640px) {
  .login-page .login-form {
    width: 100%;
    padding: 0 0 10px 0;
    border-width: 0 0 1px 0;
  }
}
.login-page .logo {
  display: block;
  text-align: center;
}
.login-page .form {
  margin-top: 30px;
}
.login-page .form input[type='text'],
.login-page .form input[type='password'] {
  height: 54px;
  line-height: 54px;
}
@media only screen and (max-width: 640px) {
  .login-page .form input[type='text'],
  .login-page .form input[type='password'] {
    height: 40px;
    line-height: 40px;
  }
}
.login-page .form .button-holder.line .btn {
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  padding: 0 50px;
}
@media only screen and (max-width: 640px) {
  .login-page .form .button-holder.line .btn {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .login-page .form {
    margin-top: 20px;
  }
}
.login-page .fl-r {
  width: 480px;
}
.login-page .fl-r > iframe {
  width: 480px;
  height: 415px;
}
@media only screen and (max-width: 640px) {
  .login-page .fl-r > iframe {
    width: 312px;
    height: 560px;
  }
}
@media only screen and (max-width: 640px) {
  .login-page .fl-r .wrapper {
    max-width: 274px;
  }
}
@media only screen and (max-width: 640px) {
  .login-page .fl-r {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 640px) {
  .login-page {
    padding-top: 35px;
  }
}
.register-block h2 {
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: 800;
}
.register-block > p {
  font-size: 18px;
  display: block;
  text-transform: none;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 40px;
}
.register-block .video-box {
  border: 1px solid #d3d8dd;
  border-width: 1px 7px 0 1px;
  border-right-color: #b3d670;
}
.register-block .video-box h3 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 0px;
}
@media only screen and (max-width: 274px) {
  .register-block .video-box h3 {
    font-size: 20px;
  }
}
.register-block .video-box p {
  margin-bottom: 0;
}
.register-block .video-box .fl-l,
.register-block .video-box .fl-r {
  width: 50%;
}
@media only screen and (max-width: 274px) {
  .register-block .video-box .fl-l,
  .register-block .video-box .fl-r {
    width: 100%;
  }
}
.register-block .video-box .fl-l {
  text-align: center;
  padding: 50px 10px;
}
@media only screen and (max-width: 274px) {
  .register-block .video-box .fl-l {
    padding: 20px 10px;
  }
}
.register-block .video-box .fl-r {
  text-align: right;
}
@media only screen and (max-width: 274px) {
  .register-block .video-box .fl-r {
    padding-bottom: 10px;
    border-left: none;
    text-align: center;
  }
}
.register-block .contact-box {
  background: #f2f2f2;
  text-align: center;
  padding: 15px;
  border: 1px solid #d3d8dd;
  box-shadow: inset -1px 1px 2px #ffffff;
}
.register-block .contact-box p {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 8px;
  color: #3a3c3e;
}
.register-block .contact-box p strong {
  font-weight: 800;
}
.register-block .contact-box p.hotline {
  color: #62666a;
  font-weight: 500;
  font-size: 16px;
}
.register-block .contact-box p.hotline strong {
  font-weight: 700;
}
@media only screen and (max-width: 274px) {
  .register-block .contact-box p.hotline {
    font-size: 14px;
  }
}
.register-block .contact-box p a {
  color: #678b21;
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (max-width: 274px) {
  .register-block .contact-box p a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 274px) {
  .register-block .contact-box p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 274px) {
  .register-block .contact-box {
    padding: 15px 5px;
  }
}
@media only screen and (max-width: 274px) {
  .register-block {
    padding: 20px 0 0;
  }
}
.mce-content a:hover {
  color: #236884;
}
.page-id-147 .mce-content a {
  position: relative;
  /*&:hover{
        &:before{
            opacity:1;
            width:240px;
            height:240px;
            margin-left:-120px;
            margin-top:-120px;
            z-index:3;
        }
        img{
            z-index:4;
        }
    }*/
}
.page-id-147 .mce-content a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #d3d8dd;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .page-id-147 .mce-content a:before {
    display: none;
  }
}
.page-id-147 .mce-content a img {
  position: relative;
  z-index: 2;
}
.simplePagerNav {
  margin: 20px 0 40px ;
  overflow: hidden;
}
ul.simplePagerNav li {
  display: block;
  floaT: left;
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
}
ul.simplePagerNav li a {
  color: #343434;
  text-decoration: none;
  padding: 0 10px;
}
ul.simplePagerNav #prevLink span,
ul.simplePagerNav #nextLink span {
  padding: 0 5px;
  display: inline-block;
}
li.currentPage,
ul.simplePagerNav li a:hover {
  color: #7cd1f3;
}
ul.simplePagerNav .currentPage a {
  color: #7cd1f3;
}

/* BEGIN Blog Changes */

.page-id-2248 .rpwe-time {
    color: #000000!important;
    font-size: 14px !important;
    text-transform: uppercase!important;
}

.page-id-2248 #content .rpwe-summary {
    margin: 5px 0 0 160px!important;
    font-size: 15px !important;
}

.page-id-2248 .rpwe-block a.more-link {
    background-color: #b3d670;
    color: #678b21!important;
    display: block!important;
    font-size: 11px !important;
    margin-top: 10px!important;
    padding: 7px 0!important;
    text-align: center!important;
    text-decoration: none!important;
    text-transform: uppercase!important;
    width: 190px!important;
}

.page-id-2248 .rpwe-block a.more-link:hover {
    color: #ffffff!important;
}

.page-id-2248 .rpwe-alignleft.rpwe-thumb.rpwe-default-thumb {
    height: 150px!important;
    width: 150px!important;
}

.page-id-2248 .mce-content li::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0!important;
}


@media (max-width:640px) {
	.page-id-2248 .rpwe-alignleft.rpwe-thumb.rpwe-default-thumb {
		float: none!important;
	}

	.page-id-2248 .rpwe-summary {
		margin: 5px 0 0!important;
	}
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

/* END Blog Changes */

/* NEW LANDING CODE */
p span .landing-black {
	font-family: 'Open Sans',Arial,sans-serif !important; 
	font-size: 32px!important;
	font-weight: 800!important; 
	line-height: 2.6!important; 
	-webkit-font-smoothing: antialiased;
	}
.landing-black a {text-underline:none!important; text-transform:uppercase!important;color:#b1d66f!important;}
.landing-black a:hover {color:#000;}
/* END NEW LANDING CODE */
