/*------------------------------------*\
-------- Base
\*------------------------------------*/
/*------------------------------------*\
-------- Typpography
\*------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i,900,900i');
/*------------------------------------*\
-------- UI
\*------------------------------------*/
p {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif !important;
}

svg {
  font-family: 'Lato', Helvetica, Arial, sans-serif !important;
}

.top-bar-menu ul:after, .site-menu ul:after, .wrap:after, .site-main-content:after, .top-bar-content:after, .site-footer-content:after, .row:after, .btn-group:after, .site-header-content:after, .site-footer-social li:after, .post-meta:after, .widget:after, .social-squares:after, .clearfix:after, .clearfix {
  display: block;
  clear: both;
  content: ''; }

.top-bar-menu ul, .site-menu ul {
  padding-top: 0px; }
  .top-bar-menu ul li, .site-menu ul li {
    margin: 0px 30px 0px 0px;
    float: left;
    list-style: none; }
    .top-bar-menu ul li:last-child, .site-menu ul li:last-child {
      margin-right: 0px; }

.site-footer-content li, .widget li {
  margin-left: 0px;
  list-style: none; }

.fa-icon, [class^="fa-"]:before {
  display: inline-block;
  position: relative;
  font-family: "FontAwesome";
  font-weight: normal;
  line-height: 100%; }

*, *:before, *:after {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px;
  font-size: 100%;
  font: inherit; }

/*------------------------------------*\
-------- Framework
\*------------------------------------*/
/* Add in 5 column grid settings */
.block-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.block-1-5 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .block-1-5 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .block-1-5 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .block-1-5 {
    width: 20%;
    float: left; } }
.full-wrap, .site-header, .site-footer {
  max-width: 100%; }

.wrap, .site-main-content, .top-bar-content, .site-footer-content {
  max-width: 1170px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 15px; }

@media screen and (max-width: 1350px) {
  .wrap, .site-main-content, .top-bar-content, .site-footer-content {
    width: 95%; } }
.row {
  width: 100%; }

[class^="block--"], .block-1, .block-2, .block-3, .block-4, .block-5, .block-6, .block-7, .block-8, .block-9, .site-header-cta, .block-10, .block-11, .block-12 {
  margin-right: 4%;
  float: left; }

.block-1 {
  width: 4.666666666666667%; }

.block-2 {
  width: 13.33333333333333%; }

.block-3 {
  width: 22%; }

.block-4 {
  width: 30.66666666666667%; }

.block-5 {
  width: 39.33333333333334%; }

.block-6 {
  width: 48%; }

.block-7 {
  width: 56.66666666666667%; }

.block-8 {
  width: 65.33333333333334%; }

.block-9, .site-header-cta {
  width: 74%; }

.block-10 {
  width: 82.66666666666667%; }

.block-11 {
  width: 91.33333333333334%; }

.block-12 {
  width: 100%; }

[class^="block-"]:last-child,
.block-1:nth-of-type(12n),
.block-2:nth-of-type(6n),
.block-3:nth-of-type(4n),
.block-4:nth-of-type(3n),
.block-6:nth-of-type(2n),
.block-12:nth-of-type(1n) {
  margin-right: 0%; }

.site-main-content {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative; }

.left-col {
  width: 68.42105263157895%;
  float: left;
  position: relative; }

.center-col {
  max-width: 800px;
  margin: 0 auto;
  position: relative; }

.sidebar {
  width: 24.561403508771928%;
  float: right; }

@media screen and (max-width: 1285px) {
  .single .left-col {
    padding-left: 50px; } }
@media screen and (max-width: 900px) {
  .left-col, .sidebar {
    width: 100%;
    float: none; }

  .single .left-col {
    padding-left: 0px; }

  .sidebar {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #eee; }
    .sidebar .widget {
      max-width: 300px; } }
body, input {
  font-size: 16px;
  color: #595959; }

h1, h1 a,
h2, h2 a,
h3, h3 a,
h4, h4 a,
h5, h5 a {
  font-family: "Lato", Helvetica, Arial, sans-serif !important;
  font-weight: 500;
  margin-bottom: 10px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

h1 {
  font-size: 42px;
  line-height: 110%; }

h2 {
  font-size: 34px;
  line-height: 120%; }

h3 {
  font-size: 26px;
  line-height: 130%; }

h4 {
  font-size: 20px;
  line-height: 140%; }

h5 {
  font-size: 16px;
  line-height: 150%; }

h2 + h3 {
  margin-top: 20px; }

h1.post-title a,
h2.post-title a,
h3.post-title a,
h4.post-title a,
h5.post-title a,
h6.post-title a {
  color: #595959; }
  h1.post-title a:hover,
  h2.post-title a:hover,
  h3.post-title a:hover,
  h4.post-title a:hover,
  h5.post-title a:hover,
  h6.post-title a:hover {
    color: #47C486;
    text-decoration: none; }
h1:not(.post-title) a:hover,
h2:not(.post-title) a:hover,
h3:not(.post-title) a:hover,
h4:not(.post-title) a:hover,
h5:not(.post-title) a:hover,
h6:not(.post-title) a:hover {
  text-decoration: none;
  border-bottom: none;
  color: #189e1b; }
h1 strong a,
h2 strong a,
h3 strong a,
h4 strong a,
h5 strong a,
h6 strong a {
  font-weight: 600;
}

p, li {
  line-height: 155%;
  font-weight: 400; }

p + p {
  margin-top: 30px; }

ul li, ol li {
  margin: 10px 0px 10px 40px; }

ul + p, ol + p,
p + h1, p + h2, p + h3, p + h4, p + h5 {
  margin-top: 30px; }

p + ul, p + ol {
  margin-top: 10px; }

strong, b {
  font-weight: 600; }

em, i {
  font-style: italic; }

a {
  font-weight: 300;
  color: #47C486;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf?") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-mail-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.btn, .btn-ghost, .btn-orange, .btn-small, .btn-medium, .btn-large, .back-to-home {
  padding: 10px 15px;
  display: inline-block;
  outline: 0;
  box-shadow: 0px 3px 0px 0px #1aa71d;
  border-radius: 3px;
  background: #47C486;
  font-family: source sans pro,Helvetica,Arial,sans-serif;
  font-size: 100;
  color: #fff; }
  .btn:hover, .btn-ghost:hover, .btn-orange:hover, .btn-small:hover, .btn-medium:hover, .btn-large:hover, .back-to-home:hover, .btn:active, .btn-ghost:active, .btn-orange:active, .btn-small:active, .btn-medium:active, .btn-large:active, .back-to-home:active {
    cursor: pointer;
    box-shadow: 0px 3px 0px 0px #17951a;
    background: #17951a;
    text-decoration: none; }
  .btn:active, .btn-ghost:active, .btn-orange:active, .btn-small:active, .btn-medium:active, .btn-large:active, .back-to-home:active {
    box-shadow: 0px 3px 0px 0px #17951a;
    background: #1aa71d; }
  .btn [class^="fa-"], .btn-ghost [class^="fa-"], .btn-orange [class^="fa-"], .btn-small [class^="fa-"], .btn-medium [class^="fa-"], .btn-large [class^="fa-"], .back-to-home [class^="fa-"] {
    line-height: 0px; }

.btn-ghost {
  padding-bottom: 13px;
  box-shadow: inset 0px 0px 0px 1px #888;
  background: none;
  color: #aaa; }
  .btn-ghost:hover, .btn-ghost:active {
    box-shadow: inset 0px 0px 0px 1px #fff;
    background: none;
    color: #fff; }
  .btn-ghost:active {
    box-shadow: inset 0px 0px 0px 1px #fff; }

.btn-orange {
  box-shadow: 0px 3px 0px 0px #d36200;
  background: #fc7500; }
  .btn-orange:hover, .btn-orange:active {
    box-shadow: 0px 3px 0px 0px #bf5900;
    background: #e86c00; }
  .btn-orange:active {
    box-shadow: 0px 1px 0px 0px #bf5900; }
  .btn-orange.btn-ghost {
    box-shadow: none;
    background: transparent;
    border: 1px solid #fc7500;
    color: #fc7500; }
    .btn-orange.btn-ghost:hover, .btn-orange.btn-ghost:active {
      box-shadow: none;
      background: #fc7500;
      color: #FFF; }

.btn-small {
  padding: 8px 11px;
  font-size: 12px; }

.btn-medium {
  padding: 15px 23px;
  font-size: 20px; }

.btn-large {
  padding: 18px 34px;
  font-size: 28px; }

.btn-group .btn, .btn-group .btn-ghost, .btn-group .btn-orange, .btn-group .btn-small, .btn-group .btn-medium, .btn-group .btn-large, .btn-group .back-to-home {
  margin-right: -1px;
  float: left;
  border-radius: 0px;
  border-left: 1px solid #169119;
  border-right: 1px solid #169119; }
  .btn-group .btn:first-child, .btn-group .btn-ghost:first-child, .btn-group .btn-orange:first-child, .btn-group .btn-small:first-child, .btn-group .btn-medium:first-child, .btn-group .btn-large:first-child, .btn-group .back-to-home:first-child {
    border-radius: 3px 0px 0px 3px;
    border-left: none; }
  .btn-group .btn:last-child, .btn-group .btn-ghost:last-child, .btn-group .btn-orange:last-child, .btn-group .btn-small:last-child, .btn-group .btn-medium:last-child, .btn-group .btn-large:last-child, .btn-group .back-to-home:last-child {
    border-radius: 0px 3px 3px 0px;
    border-right: none; }

form {
  display: block; }

input:not([type="submit"]):not([type="range"]), textarea {
  padding: 8px 10px;
  border-radius: 3px;
  background: #eee;
  -moz-transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  font-family: "source sans pro", Helvetica, Arial, sans-serif;
  color: #999;
  line-height: 130%; }
  input:not([type="submit"]):not([type="range"]):hover, input:not([type="submit"]):not([type="range"]):focus, input:not([type="submit"]):not([type="range"]):invalid:hover, input:not([type="submit"]):not([type="range"]):invalid:focus, textarea:hover, textarea:focus, textarea:invalid:hover, textarea:invalid:focus {
    outline: 0;
    background: #ddd;
    color: #595959; }
  input:not([type="submit"]):not([type="range"]):invalid, textarea:invalid {
    box-shadow: none; }

blockquote {
  width: 100%;
  margin: 30px 0px;
  padding: 2% 2.75%;
  display: inline-block;
  border-left: 3px solid #e2e2e2; }
  blockquote:not(.cite):not(.cite2):not(.cite3) p {
    font-size: 34px;
    font-style: italic;
    font-weight: 100;
    color: #4c4c4c;
    line-height: 130%; }
    blockquote:not(.cite):not(.cite2):not(.cite3) p:before, blockquote:not(.cite):not(.cite2):not(.cite3) p:after {
      position: relative;
      top: -14px;
      content: '\f10d';
      font-family: "FontAwesome";
      font-size: 14px;
      line-height: 0%;
      color: #777; }
    blockquote:not(.cite):not(.cite2):not(.cite3) p:before {
      margin-right: 5px;
      content: '\f10d'; }
    blockquote:not(.cite):not(.cite2):not(.cite3) p:after {
      content: '\f10e'; }
  blockquote:not(.cite):not(.cite2):not(.cite3) cite {
    margin-top: 0%;
    margin-left: 2%;
    font-size: 0.900em; }
    blockquote:not(.cite):not(.cite2):not(.cite3) cite:before {
      margin-right: 5px;
      display: inline-block;
      content: '- '; }
  blockquote.cite {
    border: 0;
    margin: 25px 0;
    padding: 20px;
    font-size: 1em;
    border-left: 4px solid #CCC;
    padding: 0 0 0 20px; }
    blockquote.cite:nth-child(even) {
      border-color: #47C486; }
    blockquote.cite h1, blockquote.cite h2 {
      font-size: 1.5em;
      font-weight: normal; }
    blockquote.cite .credit {
      border-radius: 5px;
      padding: 25px 0 0;
      position: relative; }
      blockquote.cite .credit img {
        border: 0;
        float: left;
        height: 75px;
        width: 75px;
        margin-right: 10px;
        padding: 0;
        position: relative;
        border-radius: 50px;
        top: -10px; }
  blockquote code {
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    background: #ccc; }

table {
  width: 100%;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 3px;
  border-spacing: 0px;
  border-collapse: separate;
  font-size: 0.875em;
  text-align: left; }

tr:hover {
  background: #f3f3f3; }

th {
  padding: 11px 13px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f3f3f3;
  font-size: 17px;
  font-weight: 600; }
  th:last-child {
    border-right: none; }

td {
  padding: 9px 13px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd; }
  td:last-child {
    border-right: none; }

tr:last-child td {
  border-bottom: none; }

/*------------------------------------*\
-------- Components
\*------------------------------------*/
.top-bar {
  padding: 12px 0px 11px;
  border-bottom: 1px solid #eee;
  background: #f7f7f7; }

.top-bar-menu ul {
  float: right; }
.top-bar-menu li {
  line-height: 100%;
  margin: 0px 10px 0px 0px !important;
  padding-right: 10px;
  border-right: 1px solid #9e9e9e;
  line-height: 90%; }
  .top-bar-menu li:last-child {
    margin-right: 0px !important;
    padding-right: 0px;
    border-right: none; }
.top-bar-menu a {
  font-size: 14px;
  font-weight: 400;
  color: #9e9e9e; }

@media screen and (max-width: 1350px) {
  .top-bar-content {
    width: 98%; } }
@media screen and (max-width: 900px) {
  .top-bar {
    display: none; } }
.site-header {
  padding: 10px 0px 10px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 5; }

.site-header-content {
  max-width: 1170px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 15px; }
  .site-header-content .site-logo-wrap {
    width: 22%;
    display: inline-block;
    margin-right: 4%;
    float: left; }
    .site-header-content .site-logo-wrap:nth-of-type(4n), .site-header-content .site-logo-wrap:last-child {
      margin-right: 0; }
    .site-header-content .site-logo-wrap .site-logo img {
      max-height: 65px; }

@media screen and (max-width: 900px) {
  .site-header {
    padding: 15px 0px 15px; }
    .site-header .site-header-content {
      width: 100%; }
      .site-header .site-header-content .site-logo-wrap {
        width: 39.33333333333334%;
        display: inline-block;
        margin-right: 4%;
        float: left; }
        .site-header .site-header-content .site-logo-wrap:last-child {
          margin-right: 0; }
        .site-header .site-header-content .site-logo-wrap img {
          max-width: 100%;
          height: auto; }
      .site-header .site-header-content .site-header-cta {
        width: 56.66666666666667%;
        display: inline-block;
        margin-right: 4%;
        float: left;
        padding-top: 0;
        margin-right: 0;
        text-align: right; }
        .site-header .site-header-content .site-header-cta:last-child {
          margin-right: 0; }
        .site-header .site-header-content .site-header-cta .btn, .site-header .site-header-content .site-header-cta .btn-ghost, .site-header .site-header-content .site-header-cta .btn-orange, .site-header .site-header-content .site-header-cta .btn-small, .site-header .site-header-content .site-header-cta .btn-medium, .site-header .site-header-content .site-header-cta .btn-large, .site-header .site-header-content .site-header-cta .back-to-home {
          text-align: center; }
      .site-header .site-header-content .toggle-menu {
        float: right; }
      .site-header .site-header-content .mobile-hide {
        display: none !important; }
      .site-header .site-header-content .mobile-show {
        display: block !important; } }
.site-header-cta {
  padding-top: 15px;
  margin-right: 0;
  text-align: right; }
  .site-header-cta p {
    display: inline-block;
    text-align: right;
    text-transform: uppercase; }
    .site-header-cta p a {
      font-family: "source sans pro", Helvetica, Arial, sans-serif;
      text-transform: uppercase; }
  .site-header-cta .btn, .site-header-cta .btn-ghost, .site-header-cta .btn-orange, .site-header-cta .btn-small, .site-header-cta .btn-medium, .site-header-cta .btn-large, .site-header-cta .back-to-home {
    display: inline-block;
    margin-left: 16px;
    padding-bottom: 9px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase; }
    .site-header-cta .btn.mobile-show, .site-header-cta .mobile-show.btn-ghost, .site-header-cta .mobile-show.btn-orange, .site-header-cta .mobile-show.btn-small, .site-header-cta .mobile-show.btn-medium, .site-header-cta .mobile-show.btn-large, .site-header-cta .mobile-show.back-to-home {
      display: none; }

.site-menu ul li {
  margin-right: 0px; }
.site-menu a {
  font-family: "source sans pro", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
.site-menu a:not(.btn):not(.btn-ghost):not(.btn-orange):not(.btn-small):not(.btn-medium):not(.btn-large):not(.back-to-home) {
  margin-top: 3px;
  padding: 10px 24px 10px 16px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #777; }
.site-menu a:not(.btn):not(.btn-ghost):not(.btn-orange):not(.btn-small):not(.btn-medium):not(.btn-large):not(.back-to-home):hover, .site-menu .current-menu-item a {
  text-decoration: none;
  color: #47C486 !important; }
.site-menu .btn, .site-menu .btn-ghost, .site-menu .btn-orange, .site-menu .btn-small, .site-menu .btn-medium, .site-menu .btn-large, .site-menu .back-to-home {
  margin-left: 16px;
  padding-bottom: 9px;
  font-size: 18px;
  font-weight: 400; }

.toggle-menu {
  width: 50px;
  height: 45px;
  margin-top: 3px;
  margin-left: 20px;
  float: left;
  display: none;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  background: url("../img/toggle-menu-icon.png") no-repeat;
  text-indent: -9999px; }

.site-menu-mobile {
  margin-top: 21px; }
  .site-menu-mobile ul {
    max-width: 370px;
    width: 100%;
    display: inline-block;
    list-style: none;
    text-align: left; }
  .site-menu-mobile li {
    margin: 0px; }
  .site-menu-mobile > ul > li {
    width: 46%;
    float: left; }
    .site-menu-mobile > ul > li:nth-child(1), .site-menu-mobile > ul > li:nth-child(3) {
      margin-right: 6%; }
  .site-menu-mobile > ul > li > a:not(.btn):not(.btn-ghost):not(.btn-orange):not(.btn-small):not(.btn-medium):not(.btn-large):not(.back-to-home) {
    padding: 8px 0px;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    color: #444; }
  .site-menu-mobile a {
    font-family: "source sans pro", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  .site-menu-mobile .btn-item, .site-menu-mobile .mobile-secondary-menu {
    width: 100%; }
  .site-menu-mobile .btn-item .btn, .site-menu-mobile .btn-item .btn-ghost, .site-menu-mobile .btn-item .btn-orange, .site-menu-mobile .btn-item .btn-small, .site-menu-mobile .btn-item .btn-medium, .site-menu-mobile .btn-item .btn-large, .site-menu-mobile .btn-item .back-to-home {
    margin: 30px 0px 0px 1px;
    padding-bottom: 9px;
    display: block;
    font-size: 18px;
    font-weight: 400;
    text-align: center; }
  .site-menu-mobile .mobile-secondary-menu {
    padding-top: 3px;
    text-align: center; }
    .site-menu-mobile .mobile-secondary-menu a {
      font-size: 13px !important;
      font-weight: 400 !important;
      text-transform: none;
      color: #888 !important; }

.mobile-sub-menu a {
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  color: #888; }
  .mobile-sub-menu a:before {
    content: '- '; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown:hover .dropdown-menu {
  display: block; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.dropdown-menu > li {
  display: block;
  width: 100%; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px !important;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  width: 100%; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

@media screen and (min-width: 901px) {
  .site-menu-mobile {
    display: none !important; } }
@media screen and (max-width: 900px) {
  .site-menu {
    display: none; }

  .site-header-cta .btn.mobile-hide, .site-header-cta .mobile-hide.btn-ghost, .site-header-cta .mobile-hide.btn-orange, .site-header-cta .mobile-hide.btn-small, .site-header-cta .mobile-hide.btn-medium, .site-header-cta .mobile-hide.btn-large, .site-header-cta .mobile-hide.back-to-home {
    display: none; }
  .site-header-cta .btn.mobile-show, .site-header-cta .mobile-show.btn-ghost, .site-header-cta .mobile-show.btn-orange, .site-header-cta .mobile-show.btn-small, .site-header-cta .mobile-show.btn-medium, .site-header-cta .mobile-show.btn-large, .site-header-cta .mobile-show.back-to-home {
    display: block; }

  .toggle-menu {
    display: block; }

  .site-menu-mobile.mobile-hide {
    display: none; }
  .site-menu-mobile.mobile-show {
    display: block; } }
@media screen and (max-width: 400px) {
  .site-menu-mobile {
    margin-top: 10px; }
    .site-menu-mobile > ul > li {
      width: 100%;
      float: none;
      margin-right: 0px !important; }
    .site-menu-mobile > ul > li > a:not(.btn):not(.btn-ghost):not(.btn-orange):not(.btn-small):not(.btn-medium):not(.btn-large):not(.back-to-home) {
      padding: 3px 0px; }
    .site-menu-mobile .btn-item .btn, .site-menu-mobile .btn-item .btn-ghost, .site-menu-mobile .btn-item .btn-orange, .site-menu-mobile .btn-item .btn-small, .site-menu-mobile .btn-item .btn-medium, .site-menu-mobile .btn-item .btn-large, .site-menu-mobile .btn-item .back-to-home {
      margin-top: 10px; } }
.site-main {
  padding-top: 80px; }

.site-footer {
  padding: 60px 0px 50px;
  background: #1a283d; }

.site-footer-content .section-title, .site-footer-content .section-title a {
  font-size: 17.5px;
  text-transform: uppercase;
  color: #ddd; }
.site-footer-content li {
  margin: 7px 0px; }
.site-footer-content p, .site-footer-content a {
  font-weight: 400;
  color: #848484; }

.site-footer-sep {
  height: 2px;
  border-bottom: 1px solid #373737;
  background: #131313; }

.site-footer-bottom p + p {
  margin-top: 0; }
.site-footer-bottom .site-logo {
  height: 50px;
  max-width: 160px;
  width: 100%;
  background-image: url("../img/site-logo@2x.png");
  background-repeat: no-repeat; }
.site-footer-bottom .site-footer-bottom-text {
  padding-top: 15px;
  text-align: right; }
  .site-footer-bottom .site-footer-bottom-text p + p {
    margin-top: 0px; }
  .site-footer-bottom .site-footer-bottom-text .made-remotely {
    color: #FFF;
    opacity: 0.6;
    transition: all 0.5s ease; }
    .site-footer-bottom .site-footer-bottom-text .made-remotely:hover {
      opacity: 0.9;
      text-decoration: none; }
    .site-footer-bottom .site-footer-bottom-text .made-remotely img {
      height: 18px;
      width: 18px;
      margin-top: -5px;
      padding: 0;
      border: 0;
      background: none;
      position: relative; }

.site-footer-social li a:before {
  width: 16px;
  height: 16px;
  margin: 5px 5px 0px 0px;
  float: left;
  display: inline-block;
  content: '';
  background: url("../img/social-icons.png") no-repeat; }
.site-footer-social li.twitter a:before {
  background-position: -25px 0px; }
.site-footer-social li.facebook a:before {
  background-position: -50px 0px; }
.site-footer-social li.linkedin a:before {
  background-position: -75px 0px; }
.site-footer-social li.google a:before {
  background-position: -100px 0px; }
.site-footer-social li.flickr a:before {
  background-position: -125px 0px; }

@media screen and (max-width: 900px) {
  .site-footer {
    padding-top: 30px; }

  .site-footer-content .block-3 {
    width: 50%;
    margin-right: 0px !important;
    margin-bottom: 20px; }

  .site-footer-bottom [class^="block-"] {
    width: 100%;
    float: none; } }
@media screen and (max-width: 550px) {
  .site-footer-content .block-3 {
    width: 100%; } }
.post-snippet {
  /*margin-bottom:52px;
  padding-bottom:60px;
  border-bottom:1px solid #ebebeb;*/ }
  .post-snippet.btm-margin {
    margin-bottom: 75px; }
  .post-snippet:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none; }
  .post-snippet .post-title {
    margin-top: 5px;
    margin-bottom: 25px; }
  .post-snippet .post-thumb {
    margin: 10px 0px 15px;
    padding: 0;
    border: 0;
    width: 100%; }

.post-cta {
  background: #F7F7F7;
  border: 1px solid #EEEEEE;
  position: relative;
  margin: 15px 0 30px; }
  .post-cta .cta-img {
    padding: 5px 0 0 10px; }
  .post-cta .cta-img img {
    background: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    margin-bottom: -5px; }
  @media screen and (max-width: 600px) {
    .post-cta .cta-img,
    .post-cta .cta-text {
      width: 100%;
      float: none;
      padding: 15px 30px !important;
      text-align: center; }
    .post-cta .cta-img {
      padding-top: 30px !important; }
    .post-cta .cta-text .btn, .post-cta .cta-text .btn-ghost, .post-cta .cta-text .btn-orange, .post-cta .cta-text .btn-small, .post-cta .cta-text .btn-medium, .post-cta .cta-text .btn-large, .post-cta .cta-text .back-to-home {
      display: block;
      margin-bottom: 15px; } }
  .post-cta .cta-text {
    padding: 30px 20px 30px 0; }
  .post-cta .cta-text h2 {
    font-size: 20px;
    font-weight: 400; }
  .post-cta .cta-text p {
    font-size: 13px;
    margin-bottom: 10px; }

/* New Blog CTA */
.post-cta--only-content{
  background: url('https://www.chargify.com/blog/wp-content/uploads/2018/06/hero-bolt-blog.png') no-repeat;
  padding: 40px;
  height: 230px;
}
.post-cta--only-content h2, .post-cta--only-content p{
  color: #ffffff;
}
@media screen and (max-width: 600px) {
  .post-cta__content{
   text-align: center;
  }
}

.post-cta__content a {
  margin-right: 10px;
}

.back-to-home {
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
  top: 0px;
  left: -60px;
  box-shadow: none;
  background: #f1f1f1;
  color: #919191; }
  .back-to-home:hover, .back-to-home:active {
    box-shadow: none;
    background: #e2e2e2; }

@media screen and (max-width: 1285px) {
  .back-to-home {
    left: -60px; } }
@media screen and (max-width: 900px) {
  .back-to-home {
    top: -40px;
    left: 0px; } }
.post-date {
  text-transform: uppercase;
  color: #ababab; }

.post-meta {
  margin-top: 25px;
  padding: 10px 20px;
  border-radius: 3px;
  background: #f6f6f6; }
  .post-meta p {
    margin-top: 0px;
    float: left;
    font-size: 15px; }
  .post-meta .post-author, .post-meta .post-author a,
  .post-meta .post-date, .post-meta .post-date a,
  .post-meta .post-comments, .post-meta .post-comments a {
    color: #919191; }
  .post-meta .post-author,
  .post-meta .post-date {
    margin-right: 20px; }
  .post-meta .post-link {
    float: right; }

.single .wp-caption {
  width: 100% !important; }
  .single .wp-caption img {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
    margin-top: 30px;
    margin-bottom: 30px; }
.single .wp-caption-text {
  margin-top: -25px;
  margin-bottom: 30px;
  text-align: center; }
.single .alignleft {
  float: left; }
.single .aligncenter {
  margin: 0px auto;
  display: block; }
.single .alignright {
  float: right; }
.single p + .tip {
  margin-top: 50px; }
.single .tip {
  margin: 50px 0;
  font-size: 1em; }
  .single .tip:nth-child(even) {
    border-color: #47C486; }
  .single .tip h1, .single .tip h2 {
    font-size: 1.5em;
    font-weight: normal; }
  .single .tip .quote,
  .single .tip .credit {
    display: inline-block; }
  .single .tip .quote {
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    margin-top: 20px;
    padding: 20px;
    position: relative;
    /* Required for Down Triangle */
    /* Stroke */
    /* Fill */ }
    .single .tip .quote .arrow {
      position: absolute;
      background: #FFF;
      left: 50%;
      top: 0;
      margin-left: -15px; }
    .single .tip .quote .arrow:before, .single .tip .quote .arrow:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent;
      border-bottom: 0; }
    .single .tip .quote .arrow:before {
      top: -16px;
      border-left: 16px solid transparent;
      border-right: 16px solid transparent;
      border-bottom: 16px solid #CCC; }
    .single .tip .quote .arrow:after {
      top: -15px;
      border-left: 16px solid transparent;
      border-right: 16px solid transparent;
      border-bottom: 16px solid #FFF; }
    .single .tip .quote ul li {
      margin: 0 0 0 40px; }
    .single .tip .quote ul + p,
    .single .tip .quote p + p {
      margin-top: 15px; }
  .single .tip .credit {
    width: 100%;
    border-radius: 5px;
    padding: 0;
    position: relative;
    text-align: center; }
    .single .tip .credit .photo img {
      border: 0;
      height: 75px;
      width: 75px;
      margin-bottom: 10px;
      padding: 0;
      position: relative;
      border-radius: 50px; }
    .single .tip .credit .company-logo {
      border: 0;
      margin-top: 25px;
      max-width: 125px; }

@media (min-width: 768px) {
  .single .tip {
    display: flex; }
    .single .tip .quote {
      margin-top: 0;
      width: 75%;
      /* Stroke */
      /* Fill */ }
      .single .tip .quote .arrow {
        left: -16px;
        margin: 0;
        top: 10px; }
      .single .tip .quote .arrow:before {
        left: -16px;
        top: 10px;
        /* If 1px darken stroke slightly */
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        border-right: 16px solid #CCC; }
      .single .tip .quote .arrow:after {
        left: -15px;
        top: 10px;
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        border-right: 16px solid #FFF; }
    .single .tip .credit {
      width: 24%; } }
.widget {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ebebeb; }
  .widget:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none; }
  .widget li {
    margin: 10px 0px; }
  .widget form {
    position: relative; }
    .widget form input {
      width: 98%;
      height: 45px;
      border-radius: 3px 0px 0px 3px !important;
      border: 1px solid #ebebeb;
      border-right: none;
      background: #fcfcfc !important; }
      .widget form input:hover, .widget form input:focus {
        border-color: #ddd;
        background: #eee !important; }
    .widget form .btn, .widget form .btn-ghost, .widget form .btn-orange, .widget form .btn-small, .widget form .btn-medium, .widget form .btn-large, .widget form .back-to-home {
      width: 45px;
      height: 42px;
      position: absolute;
      top: 0px;
      right: 0px;
      border-radius: 0px 3px 3px 0px; }

.widgettitle {
  font-size: 28px;
  color: #777; }

.social-squares [class^="social-square-"] {
  width: 25%;
  padding: 13px 0px;
  float: left;
  display: inline-block;
  box-shadow: inset -1px 0px 0px 0px #e8e8e8;
  background: #f6f6f6;
  font-size: 28px;
  text-align: center;
  color: #ababab; }
  .social-squares [class^="social-square-"]:last-child {
    box-shadow: none; }
  .social-squares [class^="social-square-"]:hover {
    text-decoration: none;
    color: #fff; }
.social-squares .social-square-twitter:hover {
  background: #55acee; }
.social-squares .social-square-fb:hover {
  background: #3b5998; }
.social-squares .social-square-linkedin:hover {
  background: #0073B2; }
.social-squares .social-square-google:hover {
  background: #dd4b39; }

.page-title {
  padding: 20px;
  background: #f6f6f6; }

.welcome-message {
  padding: 60px 0;
  background: #f0f0f0;
  text-align: center; }
  .welcome-message .section-subtitle {
    font-size: 18px;
    color: #666; }
  .welcome-message #mc_embed_signup {
    max-width: 600px;
    margin: 0 auto; }
  .welcome-message form {
    margin-top: 25px; }
    .welcome-message form input[type="text"],
    .welcome-message form input[type="search"],
    .welcome-message form input[type="email"] {
      background: #FFF;
      border: 1px solid #DDD;
      height: 50px;
      width: 100%;
      max-width: 500px; }
      .welcome-message form input[type="text"]:hover, .welcome-message form input[type="text"]:focus,
      .welcome-message form input[type="search"]:hover,
      .welcome-message form input[type="search"]:focus,
      .welcome-message form input[type="email"]:hover,
      .welcome-message form input[type="email"]:focus {
        background: #FFF;
        color: #666; }
    .welcome-message form input[type="submit"] {
      height: 47px;
      width: 100%; }
  .welcome-message .tip {
    color: #999;
    font-size: 14px;
    margin-top: 10px; }

@media screen and (max-width: 900px) {
  .welcome-message {
    padding: 60px 20px; } }
.categories-menu {
  border-bottom: 1px solid #F1F1F1; }
  .categories-menu ul {
    text-align: center; }
    .categories-menu ul li {
      display: inline-block;
      margin: 0; }
      .categories-menu ul li a {
        color: #777;
        display: block;
        margin: 0 15px;
        padding: 15px 0; }
        .categories-menu ul li a:hover, .categories-menu ul li a:focus {
          text-decoration: none; }
      .categories-menu ul li.current-menu-item a {
        border-bottom: 4px solid #47C486; }

.about-author {
  margin-top: 30px;
  padding: 0;
  display: flex;
  align-items: center; }
  .about-author .author-avatar {
    margin-right: 30px; }
    .about-author .author-avatar .avatar {
      border-radius: 50%;
      padding: 0; }

.related-posts {
  margin-top: 20px; }
  .related-posts .yarpp-related a {
    display: block;
    margin-top: 10px;
    text-align: center; }

.wp-pagenavi a, .wp-pagenavi span {
  margin-right: 5px;
  padding: 8px 12px 7px;
  display: inline-block;
  border-radius: 3px;
  font-size: 16px;
  color: #919191; }
.wp-pagenavi a:hover, .wp-pagenavi .current {
  background: #f0f0f0;
  text-decoration: none;
  color: #777; }

/*------------------------------------*\
-------- Pages
\*------------------------------------*/
.img-404, .text-404 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 100px; }

.img-404 {
  float: left; }
  .img-404 img {
    padding: 0px;
    border: none; }

.text-404 {
  text-align: center; }
  .text-404 li {
    margin-top: 20px; }
  .text-404 p {
    color: #292929; }
  .text-404 a {
    color: #428bca; }
  .text-404 img {
    border: none;
    width: 25%; }

/*------------------------------------*\
-------- General Styles
\*------------------------------------*/
html, body {
  height: 100%;
  background: #fff; }

.site-main-content img {
  max-width: 100%;
  height: auto;
  padding: 4px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  background: #fff; }

hr {
  height: 1px;
  margin: 40px 0px;
  background: #ddd; }

.tooltip {
  width: 150px;
  padding: 6px 6px 7px;
  display: none;
  position: absolute;
  top: 50%;
  left: 125%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  border: none;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.85);
  font-family: "source sans pro", Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-align: center;
  color: #fff; }
  .tooltip:after {
    width: 0px;
    height: 0px;
    content: '';
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(-98%, -50%);
    transform: translate(-98%, -50%);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid rgba(0, 0, 0, 0.85); }

.featured-text {
  text-align: center; }
  .featured-text h1 {
    font-size: 63px;
    text-transform: uppercase; }
  .featured-text h3 {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 26px; }

/* New Nav*/
.cy-nav {
  padding: 20px 10px;
  background: #414141;
  z-index: 1000;
}
.cy-nav--fixed {
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  padding: 15px 10px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.cy-nav--fixed .cy-nav__link {
  color: #808080;
}
.cy-nav--fixed .cy-nav__link:hover {
  color: #414141;
}
.cy-nav__logo{
  width: 20%
}
.cy-nav__logo img {
  width: 150px;
}
.cy-nav__container {
  max-width: 1170px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  margin: 0 auto;
}

.cy-nav__link {
  margin-right: 30px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-weight: 500;
  line-height: 35px;
  position: relative;
  font-family: 'source sans pro', sans-serif;
}
.cy-nav__link:hover {
  color: white;
  cursor: pointer;
}
.cy-nav__link i {
  margin-left: 10px;
  font-style: normal;
  font-size: 10px;
  display: inline-block;
}
.cy-nav span.cy-nav__link:hover {
  cursor: default;
}
.cy-nav__links__container{
  display: none;
}
.cy-nav__dropdown {
  position: relative;
  display: inline-block;
}
.cy-nav__dropdown a:hover{
  text-decoration: none;
}
.cy-nav__dropdown__links {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ffffff;
  border-radius: 4px;
  padding: 15px;
  min-width: 230px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

.cy-nav__dropdown__links li{
  margin: 0 0 5px 0;
}
.cy-nav__dropdown__links a {
  color: #808080;
  font-family: "source sans pro", sans-serif;
}
.cy-nav__dropdown__links a:hover {
  color: #47C486;
  cursor: pointer;
  text-decoration: none;
}
.cy-nav__dropdown__links:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -5px;
  left: calc(50% - 5px);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
}
.cy-nav__dropdown__links--product {
  left: -86px;
}
.cy-nav__dropdown__links--contact-us {
  left: -76px;
}
.cy-nav__dropdown__links--resources {
  left: -78px;
}
.cy-nav__dropdown__links--company {
  left: -78px;
}
.cy-nav__dropdown--product:hover .cy-nav__dropdown__links--product {
  display: block;
}
.cy-nav__dropdown--contact-us:hover .cy-nav__dropdown__links--contact-us {
  display: block;
}
.cy-nav__dropdown--resources:hover .cy-nav__dropdown__links--resources {
  display: block;
}
.cy-nav__dropdown--company:hover .cy-nav__dropdown__links--company {
  display: block;
}

.cy-mobile-nav {
  display: none;
  position: fixed;
  background: #1a283d;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  text-align: left;
  padding: 60px 20px;
}
.cy-mobile-nav ul {
  margin: 0;
  position: relative;
  left: 0;
  top: 0;
  bottom: -60px;
  right: 0;
  list-style: none;
}
.cy-mobile-nav ul li {
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.cy-mobile-nav ul li.cy-mobile-nav__title {
  margin: 10px 0;
  margin-top: 20px;
  padding-bottom: 0;
  color: gray;
  font-family: 'source sans pro', sans-serif;
}
.cy-mobile-nav a {
  color: #ffffff;
  font-size: 16px;
  font-family: 'source sans pro', sans-serif;
}
.cy-mobile-nav__link {
  display: inline-block;
  height: auto;
  padding: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 6;
}
.cy-mobile-nav__link:hover {
  cursor: pointer;
  text-decoration: none;
}
.cy-mobile-nav__link__bar {
  background: #808080;
  display: block;
  height: 3px;
  margin: 0 0 4px;
  transition: all 0.3s ease-in-out;
  width: 20px;
}
.cy-mobile-nav__link.open {
  position: fixed;
}
.cy-mobile-nav__link.open .cy-mobile-nav__link__bar {
  margin: 0 0 4px;
}
.cy-mobile-nav__link.open .cy-mobile-nav__link__bar:first-child {
  transform: rotate(45deg);
  transform-origin: 0;
}
.cy-mobile-nav__link.open .cy-mobile-nav__link__bar:nth-child(2) {
  opacity: 0;
}
.cy-mobile-nav__link.open .cy-mobile-nav__link__bar:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: 0;
}
.cy-mobile-nav__header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  position: absolute;
  background: #1a283d;
  width: 100%;
  left: 0;
  padding: 0 60px 10px 20px;
  top: 20px;
  text-align: center;
  z-index: 100;
}
.cy-mobile-nav__header .cy-button {
  width: calc(50% - 10px);
}
.cy-button--primary{
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  transition: all, 0.3s;
  height: 35px;
  padding: 0 15px;
  text-decoration: none;
  background: gray;
  display: inline-block;
  line-height: 35px;
  border-radius: 4px;
  font-weight: 400;
  color: white;
  background: #47c486;
  font-family: "lato", sans-serif;
}
.cy-button--primary:hover{
  background: #34a46c;
  text-decoration: none;
}
.cy-button--transparent{
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  transition: all, 0.3s;
  height: 35px;
  padding: 0 15px;
  text-decoration: none;
  background: gray;
  display: inline-block;
  line-height: 35px;
  border-radius: 4px;
  font-weight: 400;
  color: white;
  background: #fc6901;
  font-family: "source sans pro", sans-serif;
}
.cy-button--margin-right{
  margin-right: 10px;
}
.cy-button--transparent:hover{
  background: #c95401;
  -webkit-box-shadow: inset 0px 0px 0px 1px #c95401;
  -moz-box-shadow: inset 0px 0px 0px 1px #c95401;
  box-shadow: inset 0px 0px 0px 1px #c95401;
  text-decoration: none;
}
@media screen and (min-width: 1070px){
  .cy-mobile-nav__link {
    display: none;
  }
  .cy-nav__links, .cy-nav__links__container{
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: center;
  }
  .cy-nav__links__container{
    width: 80%;
  }
}
