/*
	Theme Name: Integrella
	Theme URI: http://integrella.com
	Description: Integrella Wordpress Theme
	Version: 1.0.0
	Author: Harry Atkins (@harryjatkins)
	Author URI: http://harryatkins.me
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* Page Setup + Mixins */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }
  
/* Custom */
a {
  text-decoration: none;
}
.social {
  padding-left: 0px;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; 
  width: 100%;}

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */ }

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.text-l {
  text-align: left; }

.text-c {
  text-align: center; 
  }

.text-r {
  text-align: right; }

.float-l {
  float: left; }

.float-r {
  float: right; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }
.icon-whitepaper {
  width: 0.857421875em;
}
.icon-event {
  width: 0.9287109375em;
}
.icon-search {
  width: 0.9501953125em;
}
.icon-triangle-down {
  width: 0.7490234375em;
}

/* General Styles */
body {
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased; }

.inner {
  max-width: 1300px;
  margin: 0 auto; }
  .inner:after {
    content: "";
    display: table;
    clear: both; }

.small-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center; }
  .small-inner:after {
    content: "";
    display: table;
    clear: both; }

.big-text {
  line-height: 1.5; }
  .big-text p {
    font-size: 27px;
    color: #000; }
  @media all and (max-width: 768px) {
    .big-text {
      font-size: 18px; }
    .big-text p {
      font-size: 18px;
    } }

a {
  text-decoration: none;
  color: #82adde; }
  a:hover {
    color: #5a93d3; }

h1 {
  font-size: 42px;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media all and (max-width: 580px) {
  h1 {
    font-size: 30px;
  }
}
.header-logo-link {
  float: left;
  display: block;
  width: 100%;
  max-width: 220px; }

.header-logo {
  display: block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  max-width: 220px;
  width: 100%; }
  @media all and (max-width: 1024px) {
    .header-logo, .header-logo-link {
      max-width: 200px; } }
  @media all and (max-width: 580px) {
    .header-logo, .header-logo-link {
      max-width: 150px; } }

header {
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  background: white;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  box-shadow: 0 0 3px #cccdce; }
  header.small {
    padding: 10px; }
    header.small .header-logo {
      max-width: 190px; }
      @media all and (max-width: 580px) {
        header.small .header-logo {
          max-width: 150px; } }
    header.small nav {
      margin-top: 5px; }
      @media all and (max-width: 580px) {
        header.small nav {
          margin-top: 0px; } }

.header-filler {
  height: 103px;
  display: block;
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease; }
  @media all and (max-width: 1024px) {
    .header-filler {
      height: 98px; } }
  @media all and (max-width: 580px) {
    .header-filler {
      height: 86px; } }

nav {
  display: block;
  float: right;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  margin-top: 0px; }
  @media all and (max-width: 1024px) {
    nav {
      margin-top: 3px; } }
  @media all and (max-width: 580px) {
    nav {
      margin-top: -4px; } }
  nav ul, nav .main-nav {
    display: inline-block;
    vertical-align: middle; }
  nav .mobile-nav-link {
    font-size: 27px;
    padding: 11px 15px 5px 15px;
    color: #000000;
    display: none;
    position: relative; }
    nav .mobile-nav-link:hover, nav .mobile-nav-link.open {
      color: #6290C4; }
    nav .mobile-nav-link .icon-cross {
      display: none; }
    nav .mobile-nav-link.open .icon-menu {
      display: none; }
    nav .mobile-nav-link.open .icon-cross {
      display: inline-block; }
    nav .mobile-nav-link:after {
      content: "";
      display: block;
      width: 1px;
      height: 20px;
      background: #000000;
      position: absolute;
      top: 50%;
      margin-top: -10px;
      right: 0; }
      @media all and (max-width: 350px) {
        nav .mobile-nav-link:after {
          display: none; } }
    @media all and (max-width: 980px) {
      nav .mobile-nav-link {
        display: inline-block; } }
  nav .main-nav > ul > li {
    display: block;
    width: calc(auto + 1px);
    margin-left: -1px;
    float: left; }
  nav .main-nav > ul > li.menu-item-has-children {
    position: relative;
  }
  nav .main-nav > ul > li.menu-item-has-children > ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    width: 100%;
    min-width: 160px;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease;
    box-shadow: 0 1 1px #cccdce;
    padding: 0px;
  }
  nav .main-nav > ul > li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  nav .main-nav > ul > li.menu-item-has-children > ul > li {
    display: block;
  }
  nav .main-nav > ul > li.menu-item-has-children > ul > li > a {
    display: block;
    padding: 10px 20px;
    background: #000000;
    color: white;
    font-size: 0.9em;
    line-height: 1.4;
    text-decoration: none;
  }
  nav .main-nav > ul > li.menu-item-has-children > ul > li > a:hover, nav .main-nav > ul > li.menu-item-has-children > ul > li.current_page_item > a {
    background: white;
    color: #000000;
  }
    nav .main-nav > ul > li:hover > a, nav .main-nav > ul > li.current-menu-item > a, nav .main-nav > ul > li.current_page_ancestor > a, nav .main-nav > ul > li.menu-item-has-children > a.open {
      background: #000000;
      color: white; }
    nav .main-nav > ul > li > a {
      display: block;
      font-size: 18px;
      padding: 15px 17px;
      color: #000000;
      text-decoration: none;
      position: relative;
      transition: all 200ms ease; }
      @media all and (max-width: 580px) {
        nav .main-nav > ul > li > a {
          padding: 10px; } }
      nav .main-nav > ul > li > a:after {
        content: "";
        display: block;
        width: 1px;
        height: 20px;
        background: #000000;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 0; }
  @media all and (min-width: 981px) {
    nav .main-nav > ul {
      display: inline-block !important; } }
  @media all and (max-width: 980px) {
    nav .main-nav > ul {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: white;
      text-align: center;
      width: 100%; }
    nav .main-nav > ul > li > ul {
      position: static !important;
      opacity: 1 !important;
      visibility: visible !important;
    }
      nav .main-nav > ul > li {
        display: block;
        width: 100%; }
        nav .main-nav > ul > li > a:after {
          display: none; }
        nav .main-nav > ul > li:last-child > a:after {
          display: none; }
    nav .main-nav > ul > li.menu-item-has-children > ul {
      display: none;
    }
       }

ul.social li {
  display: inline-block; }
ul.social li a {
  display: block;
  background: #000;
  color: white;
  font-size: 18px;
  padding: 8px;
  border-radius: 50%;
  max-height: 34px;
  margin-left: 10px; }
  @media all and (max-width: 580px) {
    ul.social li a {
      font-size: 15px;
      margin-left: 5px;
      max-height: 31px; } }
ul.social li:hover a {
  background: #fff; }
@media all and (max-width: 350px) {
  ul.social {
    display: none; } }

.two-col {
  width: 50%;
  float: left; }
  @media all and (max-width: 768px) {
    .two-col {
      width: 100%; } }

.button {
  background: black;
  color: white;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
  padding: 8px 10px;
  -webkit-transition: background 200ms ease-out;
  transition: background 200ms ease-out; }
  .button:hover {
    color: white;
    background: #4d4d4d; }

.owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #eee; }
  .owl-dots .owl-dot.active {
    background: black; }

.top-slider {
  overflow: hidden;
  position: relative;
  background: #000000; }
  .top-slider .top-slider-nav a {
    color: white;
    position: absolute;
    top: 50%;
    font-size: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media all and (max-width: 580px) {
      .top-slider .top-slider-nav a {
        font-size: 25px; } }
    .top-slider .top-slider-nav a:hover {
      opacity: 0.5; }
  .top-slider .top-slider-nav .next {
    right: 25px; }
    @media all and (max-width: 580px) {
      .top-slider .top-slider-nav .next {
        right: 5px; } }
  .top-slider .top-slider-nav .prev {
    left: 25px; }
    @media all and (max-width: 580px) {
      .top-slider .top-slider-nav .prev {
        left: 5px; } }
  .top-slider .slider-item {
    color: white;
    width: 100%;
    background-size: cover !important;
    font-size: 0;
    min-height: 100%; }
    .top-slider .slider-item .inner {
      height: 100%;
    }
    .top-slider .slider-item .two-col {
      float: none;
      display: inline-block;
      vertical-align: middle;
      padding: 100px 60px; }
      @media all and (max-width: 768px) {
        .top-slider .slider-item .two-col {
          padding: 40px 80px; } }
      @media all and (max-width: 580px) {
        .top-slider .slider-item .two-col {
          padding: 40px; } }
    .top-slider .slider-item .slider-image {
      padding: 30px 60px 0 60px;
      height: 100%;
      position: relative;
      text-align: center; }
    .top-slider .slider-item .slider-image img {
      display: inline-block;
      opacity: 0;
      visibility: hidden;
    }
    .top-slider .slider-item .slider-image img.show {
      display: inline-block;
      opacity: 1;
      visibility: visible;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
    }
      @media all and (max-width: 768px) {
        .top-slider .slider-item .slider-image {
          height: auto;
        }
        .top-slider .slider-item .slider-image img {
          max-width: 50%;
          display: inline-block; }
        .top-slider .slider-item .slider-image img.show {
          display: inline-block;
          top: 0 !important;
          left: 50% !important;
          -webkit-transform: translate(-50%, 0) !important;
          -moz-transform: translate(-50%, 0) !important;
          transform: translate(-50%, 0) !important;
        }
         }
      @media all and (max-width: 580px) {
        .top-slider .slider-item .slider-image img {
          max-width: 80%; } }
  .top-slider .slide-title {
    font-size: 40px;
    margin-bottom: 15px;
    display: inline-block; }
  @media all and (max-width: 580px) {
    .top-slider .slide-title {
      font-size: 20px;
    }
  }
  .top-slider .slide-title.with-background {
    padding: 15px;
  }
  .top-slider .slide-content p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px; }
  @media all and (max-width: 580px) {
    .top-slider .slide-content p {
      font-size: 15px;
    }
  }
  .top-slider .slide-content.with-background p {
    padding: 10px; }


    .top-slider .slider-item.video-slide {
      min-height: 500px;
      position: relative;
    }

    .top-slider .slider-item.video-slide .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      z-index: 2;
    }

    .top-slider .slider-item.video-slide:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: black;
      opacity: .2;
      z-index: 6;
    }

    .top-slider .slider-item.video-slide .inner {
      position: relative;
      z-index: 20;
    }

    .video-bg {
      display: block;
      height: 56.5vw;
      left: 50%;
      min-height: 100vh;
      min-width: 179vh;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 100vw;
      z-index: 5;
    }

    .animated-text-wrap {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      z-index: 10;
      width: 90%;
      max-width: 700px;
    }

    .animated-text-wrap h2 {
      border-bottom: 0;
    }

.small-slider-image {
  max-width: 150px;
  display: block;
  margin-bottom: 15px;
}
.top-slides {
  position: relative;
  -webkit-perspective: 2000px;
          perspective: 2000px; }
  .top-slides:after {
    content: "";
    display: table;
    clear: both; }
  .top-slides .slider-item {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1; }
  .top-slides .current {
    position: relative;
    opacity: 1;
    z-index: 5; }
  html.no-touch .top-slides .animating-in-right {
    -webkit-animation: in-right 1s ease 1 forwards;
            animation: in-right 1s ease 1 forwards;
    position: absolute;
    z-index: 6; }
  html.touch .top-slides .animating-in-right {
    -webkit-animation: in-right-touch 0.5s ease 1 forwards;
            animation: in-right-touch 0.5s ease 1 forwards;
    position: absolute;
    z-index: 6; }
  html.no-touch .top-slides .animating-in-left {
    -webkit-animation: in-left 1s ease 1 forwards;
            animation: in-left 1s ease 1 forwards;
    position: absolute;
    z-index: 6; }
  html.touch .top-slides .animating-in-left {
    -webkit-animation: in-left-touch 0.5s ease 1 forwards;
            animation: in-left-touch 0.5s ease 1 forwards;
    position: absolute;
    z-index: 6; }
  html.no-touch .top-slides .animating-out-left {
    position: relative;
    z-index: 1;
    -webkit-animation: out-left 1s ease 1 forwards;
            animation: out-left 1s ease 1 forwards; }
  html.touch .top-slides .animating-out-left {
    position: relative;
    z-index: 1;
    -webkit-animation: out-left-touch 0.5s ease 1 forwards;
            animation: out-left-touch 0.5s ease 1 forwards; }
  html.no-touch .top-slides .animating-out-right {
    position: relative;
    z-index: 1;
    -webkit-animation: out-right 1s ease 1 forwards;
            animation: out-right 1s ease 1 forwards; }
  html.touch .top-slides .animating-out-right {
    position: relative;
    z-index: 1;
    -webkit-animation: out-right-touch 0.5s ease 1 forwards;
            animation: out-right-touch 0.5s ease 1 forwards; }

@-webkit-keyframes in-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(100%, 0) rotateY(60deg) scale(0.6);
            transform: translate(100%, 0) rotateY(60deg) scale(0.6); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotateY(0deg) scale(1);
            transform: translate(0, 0) rotateY(0deg) scale(1); } }

@keyframes in-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(100%, 0) rotateY(60deg) scale(0.6);
            transform: translate(100%, 0) rotateY(60deg) scale(0.6); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotateY(0deg) scale(1);
            transform: translate(0, 0) rotateY(0deg) scale(1); } }


@-webkit-keyframes in-right-touch {
  0% {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes in-right-touch {
 0% {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes in-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100%, 0) rotateY(-60deg) scale(0.6);
            transform: translate(-100%, 0) rotateY(-60deg) scale(0.6); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotateY(0deg) scale(1);
            transform: translate(0, 0) rotateY(0deg) scale(1); } }
@keyframes in-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100%, 0) rotateY(-60deg) scale(0.6);
            transform: translate(-100%, 0) rotateY(-60deg) scale(0.6); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotateY(0deg) scale(1);
            transform: translate(0, 0) rotateY(0deg) scale(1); } }


@-webkit-keyframes in-left-touch {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
@keyframes in-left-touch {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes out-left {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotateY(0deg) scale(1);
            transform: translate(0, 0) rotateY(0deg) scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-80%, 0) rotateY(-60deg) scale(0.6);
            transform: translate(-80%, 0) rotateY(-60deg) scale(0.6); } }
@keyframes out-left {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotateY(0deg) scale(1);
            transform: translate(0, 0) rotateY(0deg) scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-80%, 0) rotateY(-60deg) scale(0.6);
            transform: translate(-80%, 0) rotateY(-60deg) scale(0.6); } }

@-webkit-keyframes out-left-touch {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-80%, 0);
            transform: translate(-80%, 0); } }
@keyframes out-left-touch {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-80%, 0);
            transform: translate(-80%, 0); } }

@-webkit-keyframes out-right {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotateY(0deg) scale(1);
            transform: translate(0, 0) rotateY(0deg) scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: translate(80%, 0) rotateY(60deg) scale(0.6);
            transform: translate(80%, 0) rotateY(60deg) scale(0.6); } }
@keyframes out-right {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotateY(0deg) scale(1);
            transform: translate(0, 0) rotateY(0deg) scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: translate(80%, 0) rotateY(60deg) scale(0.6);
            transform: translate(80%, 0) rotateY(60deg) scale(0.6); } }


@-webkit-keyframes out-right-touch {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate(80%, 0);
            transform: translate(80%, 0); } }
@keyframes out-right-touch {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate(80%, 0);
            transform: translate(80%, 0); } }

/* position dots in carousel */
.flickity-page-dots {
  bottom: 20px; }

/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid white; }

/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: white; }

/* big buttons, no circle */
.flickity-prev-next-button {
  width: 60px;
  height: 60px;
  background: transparent; }

.flickity-prev-next-button:hover {
  background: transparent; }

/* arrow color */
.flickity-prev-next-button .arrow {
  fill: white; }

.flickity-prev-next-button.no-svg {
  color: white; }

.slider-component {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  height: 600px; }
  .slider-component > ul {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    overflow: hidden; }
  .slider-component li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    z-index: 999;
    overflow: hidden; }
  .slider-component .current {
    opacity: 1;
    pointer-events: auto;
    z-index: 1000; }

section {
  padding: 80px 20px; }
  @media all and (max-width: 768px) {
    section {
      padding: 40px 20px; } }

.mid-content-icons {
  padding: 40px 20px;
}

.stats-container {
  background: #A5A7A9;
  padding: 60px;
  color: #fff; }
  @media all and (max-width: 580px) {
    .stats-container {
      padding: 40px; } }
  .stats-container .stat-block {
    padding: 90px 30px;
    border-right: 2px solid #9B9C9E; }
    @media all and (max-width: 850px) {
      .stats-container .stat-block {
        border-right: 0;
        border-bottom: 2px solid #9B9C9E; } }
    @media all and (max-width: 580px) {
      .stats-container .stat-block {
        padding: 50px 20px; } }
    .stats-container .stat-block:last-child {
      border-right: 0;
      border-bottom: 0; }
    .stats-container .stat-block:after {
      content: "";
      display: table;
      clear: both; }
    .stats-container .stat-block .stat-icon {
      float: left;
      width: 30%;
      text-align: center;
      padding-right: 10px; }
      @media all and (max-width: 580px) {
        .stats-container .stat-block .stat-icon {
          width: 25%;
          float: none;
          margin: 0 auto 20px auto;
          padding-right: 0; } }
    .stats-container .stat-block .stat-info {
      float: left;
      width: 70%;
      text-align: left;
      padding-left: 15px; }
      @media all and (max-width: 580px) {
        .stats-container .stat-block .stat-info {
          width: 100%;
          text-align: center;
          padding-left: 0; } }
    .stats-container .stat-block .stat-number {
      font-size: 60px; }
      @media all and (max-width: 1024px) {
        .stats-container .stat-block .stat-number {
          font-size: 40px; } }
      @media all and (max-width: 580px) {
        .stats-container .stat-block .stat-number {
          font-size: 30px;
          margin-bottom: 10px; } }
    .stats-container .stat-block .stat-tagline {
      font-size: 27px; }
    @media all and (max-width: 580px) {
        .stats-container .stat-block .stat-tagline {
          font-size: 20px; } }

.stats-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media all and (max-width: 850px) {
    .stats-inner {
      display: block; } }
  .stats-inner .stat-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }

h2 {
  font-size: 45px;
  border-bottom: 2px solid black;
  display: inline-block;
  padding: 5px;
  margin-bottom: 35px; }

@media all and (max-width: 580px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 28px;
  display: inline-block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }


@media all and (max-width: 580px) {
  h3 {
    font-size: 20px;
  }
}

.background-text {
  line-height: 1.3;
  display: inline-block;
  margin-bottom: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }
  .background-text h3 {
    padding: 3px 0;
    display: inline;
    color: #fff;
    -webkit-box-shadow: 10px 0 0 #82ADDE, -10px 0 0 #82ADDE;
    -moz-box-shadow: 10px 0 0 #82ADDE, -10px 0 0 #82ADDE;
    box-shadow: 10px 0 0 #82ADDE, -10px 0 0 #82ADDE;
    background: #82ADDE;
    -moz-box-decoration-break: clone;
    box-decoration-break: clone; }
    .background-text h3 a {
      text-decoration: none;
      color: white; }
    .background-text:hover h3 {
      background: #5a93d3;
      -webkit-box-shadow: 10px 0 0 #5a93d3, -10px 0 0 #5a93d3;
      -moz-box-shadow: 10px 0 0 #5a93d3, -10px 0 0 #5a93d3;
      box-shadow: 10px 0 0 #5a93d3, -10px 0 0 #5a93d3; }

section.normal p {
  color: #818181;
  max-width: 630px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.3; }

.services-container {
  margin: 45px auto;
  font-size: 0; 
  }
.normal {
	padding: 0px;
}
@media all and (max-width: 580px) {
  .services-container {
    margin: 30px 0 0 0;
  }
}
  .services-container .service-block {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin-bottom: 20px;
    padding: 0 30px; 
    text-decoration: none;}
    @media all and (max-width: 1024px) {
      .services-container .service-block {
        padding: 0 40px; } }
    @media all and (max-width: 768px) {
      .services-container .service-block {
        width: 50%;
        margin-bottom: 40px; } }
    @media all and (max-width: 580px) {
      .services-container .service-block {
        width: 100%; } }
    .services-container .service-block .service-image {
      display: inline-block;
      -webkit-transform: scale(0);
              transform: scale(0);
      position: relative;
      top: 0;
      -webkit-transition: top 150ms ease, -webkit-transform 800ms ease-out;
      transition: top 150ms ease, -webkit-transform 800ms ease-out;
      transition: transform 800ms ease-out, top 150ms ease;
      transition: transform 800ms ease-out, top 150ms ease, -webkit-transform 800ms ease-out;
      max-height: 120px; }
    .services-container .service-block .service-description {
      font-size: 15px; }
    .services-container .service-block .service-title {
      display: inline-block;
      font-size: 25px;
      line-height: 1.4;
      color: #000;
      margin-top: 20px;
      margin-bottom: 20px }
      .services-container .service-block .service-title:after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        margin-top: 5px;
        background: #D9D9D9; }
    .services-container .service-block:hover .service-image {
      position: relative;
      top: -10px; }
  .services-container.animate-in .service-block .service-image {
    -webkit-transform: scale(1);
            transform: scale(1); }

.main-left .services-container .service-block {
  width: 25%;
  padding: 0 20px;
}
.main-left .services-container .service-block .service-image {
  max-width: 75px;
  max-height: 75px;
}
.main-left .services-container .service-block .service-title {
  font-size: 18px;
}
.main-left .services-container .service-block .service-title:after {
  display: none;
}
.main-left .services-container .service-block .service-title.with-content:after {
  display: block;
}
@media all and (max-width: 768px) {
      .main-left .services-container .service-block {
        width: 50%;
        margin-bottom: 40px; } }
    @media all and (max-width: 580px) {
      .main-left .services-container .service-block {
        width: 100%; } }

  .clients-container .clients img {
	  padding: 20px;
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transition: top 150ms ease, -webkit-transform 800ms ease-out;
      transition: top 150ms ease, -webkit-transform 800ms ease-out;
      transition: transform 800ms ease-out, top 150ms ease;
      transition: transform 800ms ease-out, top 150ms ease, -webkit-transform 800ms ease-out; }
  .clients-container.animate-in .clients img {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .clients-container .clients img:nth-child(2) {
    transition-delay: 100ms;
  }
  .clients-container .clients img:nth-child(3) {
    transition-delay: 200ms;
  }
  .clients-container .clients img:nth-child(4) {
    transition-delay: 300ms;
  }
  .clients-container .clients img:nth-child(5) {
    transition-delay: 400ms;
  }
  .clients-container .clients img:nth-child(6) {
    transition-delay: 500ms;
  }
  .clients-container .clients img:nth-child(7) {
    transition-delay: 600ms;
  }
  .clients-container .clients img:nth-child(8) {
    transition-delay: 700ms;
  }
  .clients-container .clients img:nth-child(9) {
    transition-delay: 800ms;
  }
.clients-container h2{
	margin: 0px;
}

  .partners-container img {
    display: inline-block; }

    .partners-slide {
      width: 25%;
      text-align: center;
      display: block;
      padding: 20px;
    }
    @media all and (max-width: 580px) {
      section.partners-container {
        padding-top: 0;
      }
      .partners-slide {
        width: 50%;
      }
    }

.quote-slider-container {
  background-size: cover !important;
  background-attachment: fixed !important; }

.quote-slider .quote-block {
  position: relative;
  padding: 115px 40px 75px 40px;
  display: block;
  width: 100%; }
  .quote-slider .quote-block:before {
    content: "";
    width: 20%;
    max-width: 165px;
    height: 0;
    padding-bottom: calc(62.5% / 5);
    background: url("img/quote-marks.png") no-repeat top center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0; }
.quote-slider .quote {
  color: #b3b3b3;
  font-size: 28px;
  line-height: 1.3;
  display: block;
  max-width: 730px;
  text-align: center;
  margin: 0 auto 40px auto; }
  @media all and (max-width: 768px) {
    .quote-slider .quote {
      font-size: 20px; } }
.quote-slider .quote-author {
  color: #82adde;
  float: right;
  text-align: left;
  font-size: 28px;
  line-height: 1.3; }
  @media all and (max-width: 768px) {
    .quote-slider .quote-author {
      font-size: 18px; } }

.latest-posts-container {
  background: #F5F6F7;
  text-align: center; }

.latest-posts {
  max-width: 1070px;
  padding: 0 10px;
  margin: 30px auto 0 auto;
  text-align: left; }
  .latest-posts:after {
    content: "";
    display: table;
    clear: both; }
  .latest-posts article {
    width: 50%;
    float: left;
    font-size: 18px; }
    @media all and (max-width: 768px) {
      .latest-posts article {
        width: 100%;
        margin-bottom: 40px; } }
    .latest-posts article p {
      font-size: 20px;
      line-height: 28px; }
  @media all and (max-width: 580px) {
    .latest-posts article p {
      font-size: 16px;
      line-height: 20px;
    }
  }
  .latest-posts article:first-child {
    padding-right: 100px; }
    @media all and (max-width: 768px) {
      .latest-posts article:first-child {
        padding-right: 0; } }
  .latest-posts article:last-child {
    padding-left: 100px; }
    @media all and (max-width: 768px) {
      .latest-posts article:last-child {
        padding-left: 0; } }

.section-title {
  text-align: center; }

article p {
  margin-bottom: 15px; }

span.date {
  font-weight: bold;
  display: block;
  margin-bottom: 20px; }

.clients {
  font-size: 0; }
  .clients img {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    padding: 30px; }
    @media all and (max-width: 850px) {
      .clients img {
        width: 33.33%;
        padding: 15px; } }
    @media all and (max-width: 580px) {
      .clients img {
        width: 50%;
        padding: 30px; } }

footer {
  background: #dddddd;
  padding: 0px;
  font-size: 14px;
  line-height: 1.3; }
  footer .three-col {
    padding: 0 60px 0 100px;
    text-align: center; }
    footer .three-col:first-child {
      text-align: left; }
      @media all and (max-width: 768px) {
        footer .three-col:first-child {
          text-align: center; } }
  footer a {
    color: #000; }
    footer a:hover {
      color: #82adde; }
  footer img {
    display: inline-block;
    margin-bottom: 20px;
  max-height: 80px; }

.footer-bottom {
  margin-top: 50px;
  text-align: center;
  font-size: 0.9em;
  opacity: 0.6;
  margin-left: 3%;
}

.three-col {
  width: 33.33%;
  float: left; }
  @media all and (max-width: 768px) {
    .three-col {
      width: 100%;
      margin-bottom: 40px; } }

.footer-icon {
  font-size: 30px; }


.phone-link {
  display: block;
  position: fixed;
  top: 75%;
  right: 0;
  color: white;
  background: black;
  padding: 8px;
  z-index: 30;
  font-size: 1.6em;
}
.phone-link:hover {
  background: #658FC9;
  color: white;
}

.page-banner {
  padding: 150px 20px 180px 20px;
  color: white;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .page-banner {
    padding: 100px 20px 130px 20px;
  }
}

@media all and (max-width: 580px) {
  .page-banner {
    padding: 60px 20px 100px 20px;
  }
}
.page-banner-bg {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-size: cover !important;
  z-index: 2;
}
.page-banner .inner {
  position: relative;
  z-index: 5;
}
.page-banner-icon {
  max-width: 140px;
  display: block;
  margin-bottom: 10px;
}
.page-banner h1 {
  display: inline-block;
  padding: 5px 15px;
  background: black;
}
.banner-tagline {
  display: inline-block;
  max-width: 580px;
  width: 100%;
  line-height: 1.3;
  margin-left: 10px;
}
.banner-tagline span {
  font-size: 21px;
  display: inline;
  padding: 10px 0;
  line-height: 1.7;
  -moz-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media all and (max-width: 580px) {
  .banner-tagline span {
    font-size: 18px;
    line-height: 1.8;
  }
  .introduction-paragraph {
    font-size: 18px !important;
  }
}


.main-page-content {
  line-height: 1.5;
  font-size: 15px;
}
.main-page-content h2 {
  font-size: 28px;
  display: inline-block;
}
.main-page-content h3 {
    color: #d0b32f;
    font-size: 21px;
    display: block;
    margin-bottom: 15px;
    border-bottom: 0;
    margin-top: 0;
    padding: 0;
    display: block;
}
.main-page-content h3 a {
  color: #d0b32f;
}
.main-page-content h3 a:hover {
  color: #82adde;
}

.main-page-content p {
  margin-bottom: 20px;
}
.introduction-paragraph {
  margin-bottom: 30px;
  display: block;
}
.content-subtitle {
  border-bottom: 0;
  margin-top: 15px;
  padding: 0;
  display: block;
}

.with-sidebar .main-left {
  float: left;
  width: 75%;
}
aside.main-right {
  float: left;
  width: 20%;
  margin-left: 5%;
}
@media all and (max-width: 768px) {
  .with-sidebar .main-left, aside.main-right {
    width: 100%;
    margin-left: 0;
  }

}

.sibling-pages {
  margin-bottom: 40px;
}
.sibling-pages li {
  display: block;
}
.sibling-pages li a {
  display: block;
  padding: 10px 2px;
  color: #000;
  font-size: 17px;
  border-bottom: 1px solid #D9D9D9;
  text-decoration: none;
}
.sibling-pages li.current_page_item > a, .sibling-pages li a:hover {
  font-weight: bold;
}

.sibling-pages li ul {
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
}
.sibling-pages li ul li {
  margin-left: 10px;

}
.sibling-pages li ul li a {
  font-size: 0.9em;
  padding: 5px 2px;
  border-bottom: 0;
}

.sidebar-form-title {
  background: #3D6088;
  padding: 20px;
  font-size: 21px;
  color: white;
}
.sidebar-form {
  background: #F0F0F0;
  padding: 25px 20px;
}
input[type="submit"] {
  border: 0 !important;
  outline: 0 !important;
  cursor: pointer !important;
}
.sidebar-form input[type="submit"] {
  width: 100% !important;
  background: #3D6088;
  font-size: 21px !important;
}
.sidebar-form input[type="submit"]:hover {
  background: #48719f;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*------------------------------------*\
tony bullets
\*------------------------------------*/

.main-page-content .main-left ul {
list-style: disc;
padding-left: 20px;
margin-bottom: 30px;
margin-top: 20px;
}

.main-page-content .main-left ol {
list-style: decimal;
padding-left: 20px;
margin-bottom: 30px;
margin-top: 20px;
}

.main-page-content .main-left ol li {
margin: 0 0 0 30px;
position: relative;
}

.main-page-content .main-left ul li {
list-style-type: none;
margin: 0 0 0 30px;
position: relative;
}

.main-page-content .main-left ul li:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  left: -20px;
  top: 9px;
  background: #688ECE;
}

.entry li {
padding-left: 0;
list-style-type: circle;
}


.related-content-block {
  background-size: cover !important;
  float: left;
  position: relative;
  min-height: 330px;
  display: block;
}
.related-content-block.square {
  width: 25%;
  padding: 40px 5%;
}
@media all and (max-width: 950px) {
  .related-content-block.square {
    width: 50%;
  }
}
@media all and (max-width: 580px) {
  .related-content-block.square {
    width: 100%;
  }
}
.related-content-block.wide {
  width: 50%;
  padding: 60px 10%;
}
@media all and (max-width: 950px) {
  .related-content-block.wide {
    width: 100%;
  }
}
.related-content-info {
  opacity: 0;
  color: white;
  position: relative;
  z-index: 10;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  line-height: 1.5;
}
.related-content-bg {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  opacity: 0;
  z-index: 5;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
.related-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  padding: 10px;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  z-index: 7;
}
.related-link:hover .related-content-bg, .related-link:hover .related-content-info, .related-link:hover .related-arrow {
  opacity: 1;
}

b, strong {
  font-weight: bold;
}
i, em {
  font-style: italic;
}

.cards-bg {
  background: #f4f4f4;
  text-align: center;
}

.cards {
  margin-top: 60px;
  margin-bottom: 40px;
}

.card {
  background: white;
  display: block;
  width: calc((100% - 90px) / 3);
  margin: 0 15px 30px 15px;
  float: left;
  padding: 30px;
}
@media all and (max-width: 768px) {
  .card {
    width: calc((100% - 60px) / 2);
  }
}
@media all and (max-width: 580px) {
  .card {
    width: calc(100% - 30px);
  }
}
.card img {
  margin: 0 !important;
}
.card p {
  margin-bottom: 0 !important;
  margin-top: 10px;
}
.card h2 {
  border-bottom: 0;
  margin-bottom: 20px;
}

.cards.inverted {
  text-align: center;
}
.cards.inverted .card {
  background: #F4F4F4;
}

.contact-map {
  width: 100% !important;
  display: block !important;
}
@media all and (max-width: 580px) {
  .contact-map {
    max-height: 300px;
  }
}

.gform_wrapper {
  margin: 40px 0 !important;
}
.no-labels label {
  display: none !important;
}
body .gform_wrapper .top_label div.ginput_container {
  text-align: center;
}
body .gform_wrapper ul li.gfield {
  margin-bottom: 25px;
}
.gform_wrapper .gform_footer {
  text-align: center;
}
@media only screen and (min-width: 641px) {
.gform_wrapper textarea.medium {
    width: 100% !important;
}
}
.gform_wrapper ul.gform_fields li.gfield {
  text-align: center;
}
body .gform_wrapper .top_label div.ginput_container {
  max-width: 400px;
  width: 100%;
  display: inline-block;
}

.author-info {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  margin-top: 50px;
  margin-bottom: 40px;
  display: block;
  padding: 30px 0;
}
.author-meta {
  display: block;
  max-width: 480px;
  width: 100%;
}
.author-meta .author-image {
  float: left;
  width: 25%;
}
.author-meta .author-text {
  float: left;
  width: 75%;
  padding-left: 20px;
}

.share-block a {
  display: inline-block;
  padding: 9px 12px;
  font-size: 21px;
  background: #85ACE2;
  color: white;
  height: 44px;
  width: 44px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  margin-right: 15px;
}

.share-block a:hover {
  background: black;
}

.page-tabs-container {
  background: #E4E4E4;
  padding: 15px 0 0 0;
}
.tabs {
  float: left;
}
.tabs li {
  display: inline-block;
}
.tabs li.current_page_item a, .tabs a:hover {
  background: white;
}
.tabs a {
  display: block;
  background: #EEEEEE;
  padding: 20px 30px;
  color: #000;
  font-size: 0;
  text-transform: uppercase;
}
.tabs a span {
  font-size: 15px;
}
.page-tabs-archive {
  float: right;
  padding-right: 10px;
}
.widget_archive {
  display: inline-block;
}
.page-tabs-archive label {
  display: none;
}
.page-tabs-archive h4 {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  margin-right: 15px;
}
.page-tabs-archive select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: 0;
  border: 0;
  font-size: 15px;
  padding: 10px;
  display: inline-block;
  cursor: pointer;
}
.page-tabs-archive .dropdown-arrow {
  background: #3d6088;
  width: 40px;
  height: 38px;
  display: inline-block;
  vertical-align: top;
  margin-left: -3px;
  cursor: pointer;
  color: white;
  font-size: 23px;
  position: relative;
}
.page-tabs-archive .dropdown-arrow .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.widget_archive:hover ~ .dropdown-arrow, .page-tabs-archive .dropdown-arrow:hover {
  background: #87ABE7;
}
@media all and (max-width: 768px) {
  .tabs {
    width: 100%;
    margin-top: 15px;
  }
  .tabs a {
    padding: 20px 15px;
  }
}

.insights-container {

}

.insight {
  border-bottom: 1px solid #D9D9D9;
  display: block;
  padding: 25px 15px 25px 50px;
  position: relative;
}
@media all and (max-width: 580px) {
  .insight {
    padding: 25px 15px;
  }
}
.insight .post-type {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #d1d1d1;
  color: white;
  padding: 5px 8px;
  max-height: 41px;
  font-size: 25px;
}
.insight-thumb {
  width: 30%;
  float: left;
  padding-right: 30px;
}
.insight-text {
  width: 70%;
  float: left;
}
@media all and (max-width: 580px) {
  .insight-thumb {
    width: 50%;
  }
  .insight-text {
    width: 100%;
  }
}
.insight h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.meta {
  font-size: 14px;
  color: #3d6088;
}
.main-page-content .main-left .meta ul {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.main-page-content .main-left .meta ul li {
  display: inline-block;
  margin: 0 5px 0 0;
}
.main-page-content .main-left .meta ul li:before {
  display: none;
}
.main-page-content .main-left .meta ul li a {
  color: #3d6088;
}
.main-page-content .main-left .meta ul li a:hover {
  color: #85ACE2;
}
.main-page-content .main-left .meta ul li:after {
  content: ", ";
}
.main-page-content .main-left .meta ul li:last-child:after {
  display: none;
}
#loading {
  width: 100%;
  text-align: center;
  display: none;
  margin-top: 30px;
}

.insights-sidebar {
  background: #F0F0F0;
  padding: 30px 15px;
  text-align: center;
}
.widget_tag_cloud h3 {
  display: none;
}
.tagcloud {
  text-align: center;
  margin-top: 30px;
}
.tagcloud a {
  background: transparent;
  color: #000;
  padding: 5px 5px;
  display: inline-block;
  margin: 2px;
  vertical-align: top;
  font-size: 13px !important;
}
.tagcloud a:hover {
/*   background: #85ACE2; */
}

form.search {
  position: relative;
}
form.search .search-input {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 13px 10px;
  display: inline-block;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 17px;
}
form.search .search-submit {
  position: absolute;
  right: 5px;
  top: 10px;
  cursor: pointer;
  outline: 0;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 25px;
}
form.search .search-submit:hover {
  color: #85ACE2;
}
.pagination {
  margin-top: 30px;
}
.pagination a {
  background: #85ACE2;
  color: white;
  padding: 15px;
  display: inline-block;
}
.pagination a:hover {
  background: #3D6088;
}
.pagination .current {
  color: white;
  background: #D1D1D1;
  padding: 15px;
  display: inline-block;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


.top-slider-dots {
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.top-slider-dot {
  display: inline-block;
  border: 2px solid white;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  margin: 0 4px;
}
.top-slider-dot.current, .top-slider-dot:hover {
  background: white;
}

.view-desktop {
  display: none;
}
@media all and (max-width: 950px) {
  .view-desktop {
    display: inline-block;
  }
}

.latest-tweets {
  overflow: hidden;
}