/*!
Theme Name: leadpages
Theme URI: https://www.leadpages.net/blog/
Author: Leadpages
Author URI: https://www.leadpages.net/
Description: The Leadpages Brand: We are motivators. We are entrepreneurial. As Leadpages, we seek to help our customers prove themselves through amazing quantifiable results. Our brand instills confidence in our customers and communicates our ability to help them grow and succeed.
Version: 2.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: leadpages
Tags: light, two-columns, right-sidebar, responsive-layout, featured-images, theme-options

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

leadpages is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
  ## Asides
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# LeadPages
--------------------------------------------------------------*/
/* RGB: 0, 105, 255 */
/* RGB: 0,85,204 */
/* RGB: 242, 244, 247 */
/* RGB: 254, 210, 0 */
/* RGB:  2, 0, 32*/
/* RGB: 76, 81, 93 */
/* RGB: 121, 186, 204 */
/* RGB: 177, 186, 204 */
/* RGB: 50, 200, 140 */
/* RGB: 250, 50, 70 */
/* RGB: 60, 40, 140*/
/*
$color__border-button: #ccc #ccc #bbb;
$color__border-button-hover: #ccc #bbb #aaa;
$color__border-button-focus: #aaa #bbb #bbb;
$color__border-input: #ccc;
*/
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono);
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #4C515D;
  font-family: "Akkurat-Regular";
  font-size: 18px;
  font-size: 1rem;
  line-height: 24px; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em;
  border-left: 3px solid #0069FF;
  padding-left: 30px; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #F2F4F7;
  font-family: "Roboto Mono", "Courier 10 Pitch", Courier, monospace;
  font-size: 15.999999984px;
  font-size: 0.888888888rem;
  line-height: 24px;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: "Roboto Mono", Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15.999999984px;
  font-size: 0.888888888rem; }

abbr, acronym {
  border-bottom: 1px dotted #4C515D;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

.site-content *,
.site-content *:before,
.site-content *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #4C515D;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

.site-content ul, .site-content ol {
  margin: 0 0 1.5em 3em; }
.site-content ul {
  list-style: disc; }
.site-content ol {
  list-style: decimal; }
.site-content li > ul,
.site-content li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }
.site-content dt {
  font-weight: bold; }
.site-content dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
.site-content p a {
  color: #4C515D;
  border-bottom: 1px solid #0069FF; }
  .site-content p a:visited {
    color: #4C515D; }
  .site-content p a:hover, .site-content p a:focus, .site-content p a:active {
    color: #0069FF;
    border-bottom: 2px solid #0069FF; }
  .site-content p a:focus {
    outline: thin dotted; }
  .site-content p a:hover, .site-content p a:active {
    outline: 0; }
  .site-content p a.img-link {
    border: 0; }
  .site-content p a.button {
    color: #fff;
    border: 1px solid #0069FF; }
    .site-content p a.button:hover {
      color: #fff;
      border: 1px solid #0069FF; }
    .site-content p a.button.secondary {
      color: #0069FF;
      border: 1px solid #0069FF; }
      .site-content p a.button.secondary:hover {
        border: 1px solid #0055cc;
        color: #fff; }
    .site-content p a.button.green {
      border: 1px solid #32C88C; }
      .site-content p a.button.green:hover {
        color: #32C88C; }
    .site-content p a.button.white {
      border: 1px solid #fff;
      color: #fff; }
      .site-content p a.button.white:hover {
        color: #fff; }
    .site-content p a.button.secondary_gray {
      color: #797F89;
      border: 1px solid #797F89; }
      .site-content p a.button.secondary_gray:hover {
        color: #B1BACC;
        border: 1px solid #B1BACC; }
    .site-content p a.button.yellow {
      border: 1px solid #FED200;
      color: #000; }
      .site-content p a.button.yellow:hover {
        border: 1px solid #f4b43d; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.post-navigation {
  display: none; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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: #4C515D;
    display: block;
    font-size: 15.75px;
    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. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#secondary .widget {
  margin: 0 0 48px;
  /* Make sure select elements fit in widgets. */ }
  #secondary .widget select {
    max-width: 100%; }
  #secondary .widget.widget_text {
    background-color: #F2F4F7;
    border: 1px solid #B1BACC;
    border-radius: 3px;
    text-align: center;
    min-width: 200px;
    overflow-x: visible; }
    #secondary .widget.widget_text .p-widget {
      font-size: 14px;
      font-family: "Akkurat-Regular";
      line-height: 22px; }
  #secondary .widget .widget-title {
    color: #797F89;
    font-family: "Akkurat-Bold";
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.content-area {
  float: left;
  margin: 0 -25% 0 0;
  width: 75%; }
  @media (max-width: 1100px) {
    .content-area {
      margin-right: 0;
      width: 100%; } }
  @media (max-width: 1280px) {
    .content-area {
      margin-left: 36px; } }
  @media (max-width: 1100px) {
    .content-area {
      margin-left: 0px; } }

.site-main {
  margin: 0 25% 0 0; }
  .site-main.container {
    width: 92%; }
  @media (max-width: 1100px) {
    .site-main {
      margin-right: 0; }
      .site-main.container {
        width: 100%;
        padding: 0; } }

.site-content .widget-area {
  float: right;
  overflow-x: visible;
  width: 25%; }
  @media (max-width: 1100px) {
    .site-content .widget-area {
      width: 100%;
      margin-top: 36px; } }

.site-footer {
  clear: both;
  width: 100%; }

.site-titlep {
  margin-bottom: 0; }
.site-title a {
  color: #020020; }
  .site-title a:visited {
    color: #020020; }
  .site-title a:hover, .site-title a:focus, .site-title a:active {
    border-bottom: 0; }
  .site-title a:focus {
    outline: thin dotted; }
  .site-title a:hover, .site-title a:active {
    outline: 0; }

.site-content {
  padding: 48px 0; }
  @media (max-width: 1100px) {
    .site-content {
      padding: 48px 80px; } }
  @media (max-width: 640px) {
    .site-content {
      padding: 48px 5%; } }

.search-form {
  margin: 0 0 48px; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 48px; }

.entry-title {
  color: #020020;
  margin-bottom: 10px; }
  .entry-title a {
    color: #020020;
    border: 0; }
    .entry-title a:visited {
      color: #020020; }
    .entry-title a:hover, .entry-title a:focus, .entry-title a:active {
      border-bottom: 1px solid #0069FF; }
    .entry-title a:focus {
      outline: thin dotted; }
    .entry-title a:hover, .entry-title a:active {
      outline: 0; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: block;
  color: #797F89;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 20px; }
  .single .byline a,
  .group-blog .byline a {
    color: #0069FF;
    border: 0; }
    .single .byline a:hover, .single .byline a:focus, .single .byline a:active,
    .group-blog .byline a:hover,
    .group-blog .byline a:focus,
    .group-blog .byline a:active {
      color: #020020;
      border-bottom: 1px solid #0069FF; }
    .single .byline a:focus,
    .group-blog .byline a:focus {
      outline: thin dotted; }
    .single .byline a:hover, .single .byline a:active,
    .group-blog .byline a:hover,
    .group-blog .byline a:active {
      outline: 0; }

.page-content,
.entry-content,
.entry-summary {
  margin: 12px 0 0;
  /** paragraph-long-form */
  /** bold text */
  /** lists */ }
  .page-content p,
  .entry-content p,
  .entry-summary p {
    font-size: 18px;
    font-family: "Akkurat-Regular";
    line-height: 30px;
    margin-bottom: 1.5em; }
  .page-content b, .page-content strong,
  .entry-content b,
  .entry-content strong,
  .entry-summary b,
  .entry-summary strong {
    font-family: "Akkurat-Bold"; }
  .page-content ul,
  .entry-content ul,
  .entry-summary ul {
    list-style: disc; }
    .page-content ul li,
    .entry-content ul li,
    .entry-summary ul li {
      list-style: disc;
      font-size: 18px;
      margin-bottom: 1em;
      line-height: 30px; }
  .page-content ol,
  .entry-content ol,
  .entry-summary ol {
    list-style: decimal; }
    .page-content ol li,
    .entry-content ol li,
    .entry-summary ol li {
      list-style: decimal;
      font-size: 18px;
      margin-bottom: 1em;
      line-height: 30px; }
  .page-content li > ul,
  .page-content li > ol,
  .entry-content li > ul,
  .entry-content li > ol,
  .entry-summary li > ul,
  .entry-summary li > ol {
    margin-bottom: 0;
    margin-left: 1.5em; }
  .page-content dt,
  .entry-content dt,
  .entry-summary dt {
    font-weight: bold; }
  .page-content dd,
  .entry-content dd,
  .entry-summary dd {
    margin: 0 1.5rem 1.5rem; }
  .page-content h2,
  .entry-content h2,
  .entry-summary h2 {
    font-size: 24px;
    font-family: "Akkurat-Bold";
    line-height: 30px;
    letter-spacing: -0.24px;
    color: #020020; }
  .page-content h3,
  .entry-content h3,
  .entry-summary h3 {
    font-size: 18px;
    font-family: "Akkurat-Bold";
    line-height: 24px;
    letter-spacing: 0px;
    color: #020020; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.widget {
  margin: 0 0 48px; }

.hfeed main.site-main {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }
  .hfeed main.site-main .hentry {
    width: 50%;
    margin: 0;
    padding: 0 24px 48px 24px;
    box-sizing: border-box; }
    .hfeed main.site-main .hentry:nth-child(odd) {
      padding-left: 0; }
    .hfeed main.site-main .hentry:nth-child(even) {
      padding-right: 0; }

.home main.site-main .hentry:nth-child(even) {
  padding-left: 0;
  padding-right: 24px; }
.home main.site-main .hentry:nth-child(odd) {
  padding-left: 24px;
  padding-right: 0; }
.home main.site-main .hentry:first-child {
  width: 100%;
  padding: 0 0 48px 0; }
  .home main.site-main .hentry:first-child .heading-3 {
    font-size: 30px;
    line-height: 36px; }
.home.paged main.site-main .hentry:nth-child(odd) {
  padding-left: 0;
  padding-right: 24px; }
.home.paged main.site-main .hentry:nth-child(even) {
  padding-left: 24px;
  padding-right: 0; }
.home.paged main.site-main .hentry:first-child {
  width: 50%; }
  .home.paged main.site-main .hentry:first-child .heading-3 {
    font-size: 18px;
    line-height: 24px; }
.home .site-title {
  font-family: "AvantGardeGothicBd"; }

.single.single-post .site-header {
  color: #B1BACC;
  font-family: "Akkurat-Bold";
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 9px; }
  .single.single-post .site-header a {
    color: #B1BACC;
    font-family: "Akkurat-Bold";
    font-size: 15px;
    line-height: 18px; }
    .single.single-post .site-header a:hover {
      color: #020020;
      border-bottom: 1px solid #0069FF; }
.single.single-post .entry-header .heading-3 {
  font-size: 30px;
  line-height: 36px; }

.home .site-header .heading-3 {
  font-size: 30px;
  line-height: 36px; }

header.site-header hr {
  background-color: #E6E9EF;
  height: 2px; }

.archive .site-header .heading-3, .search .site-header .heading-3 {
  color: #B1BACC; }
  .archive .site-header .heading-3 a, .search .site-header .heading-3 a {
    color: #B1BACC; }
    .archive .site-header .heading-3 a:hover, .search .site-header .heading-3 a:hover {
      color: #020020;
      border-bottom: 1px solid #0069FF; }

.entry-category {
  color: #0069FF;
  font-size: 15px; }
  .entry-category:hover {
    color: #020020;
    border-bottom: 1px solid #0069FF; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Leadpages styles
--------------------------------------------------------------*/
.blue {
  color: #0069FF; }

.navy {
  color: #020020; }

.pad-30 {
  padding: 30px 0; }

.pad-36-72 {
  padding: 36px 0 72px; }

b, optgroup, strong {
  font-weight: 700; }

.button.yellow:visited, .button.yellow:hover, .button.yellow:focus, .button.yellow:active {
  color: #000;
  border-bottom-color: #f4b43d; }

/** lp nav */
#hamburger_icon {
  font-style: normal; }

#mobile_menu ul {
  margin-left: 0; }

.future-container {
  height: 320px;
  background-size: 400px 320px;
  background-position: 100% 100%;
  padding-top: 18px;
  background-color: #0069FF;
  color: #fff;
  text-align: left;
  padding-left: 40px; }
  .future-container .x-large-display {
    color: #fff; }
    .future-container .x-large-display a {
      color: #fff;
      text-decoration: none; }

#clay_image {
  float: right;
  width: 365px;
  height: 225px;
  position: relative;
  bottom: 2px;
  right: 14px; }

.conversioncast-container {
  font-size: 0;
  line-height: 0; }

.head_linker {
  border-bottom: none; }

a.page-numbers {
  color: #0069FF;
  border-bottom: none; }

.blue-rule {
  width: 72px;
  height: 1px;
  background-color: #020020;
  margin: 18px 0; }

body.spp article.category-conversioncast .entry-content p.no-bottom {
  margin-bottom: 0;
  line-height: 0;
  font-size: 0; }
body.spp article.category-conversioncast .entry-content .smart-track-player {
  margin-top: 0; }

@media (max-width: 930px) {
  #left_folp_column {
    width: 100%; }
    #left_folp_column .x-large-display {
      font-size: 48px;
      line-height: 54px; }

  .future-container {
    text-align: center;
    background: none;
    padding-left: 0; }

  #clay_image {
    display: none; }

  .blue-rule {
    margin: 18px auto; } }
@media (max-width: 768px) {
  #left_folp_column .x-large-display {
    margin-top: 72px; } }
@media (max-width: 560px) {
  .blue-rule {
    margin: 18px auto; } }
/** cresta-social-share-counter plugin overrides */
.cresta-share-icon.first_style .cresta-the-count {
  background: #3C288C; }
.cresta-share-icon .sbutton.crestaShadow a i {
  border: 2px solid #B1BACC;
  border-radius: 3px; }
  .cresta-share-icon .sbutton.crestaShadow a i:after {
    background: transparent; }
.cresta-share-icon i.c-icon-cresta-facebook, .cresta-share-icon i.c-icon-cresta-twitter, .cresta-share-icon i.c-icon-cresta-gplus, .cresta-share-icon i.c-icon-cresta-linkedin, .cresta-share-icon i.c-icon-cresta-pinterest, .cresta-share-icon i.c-icon-cresta-print {
  background-color: white;
  color: #B1BACC; }

.entry-content p, .entry-content ul li, .entry-content ol li {
  font-family: "Akkurat-Regular"; }

body.admin-bar #navigation #main_nav.scrolled {
  top: 32px; }

.site-description {
  display: none; }

#utility_nav_inner {
  font-family: "Akkurat-Regular"; }

.widget_text .brick-background {
  background: #E6E9EF;
  margin: -36px -36px 24px -36px;
  border-radius: 2px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .widget_text .brick-background img {
    margin-top: -30px;
    margin-bottom: -7px; }
.widget_text.favorite-resources ul {
  margin: 0; }
  .widget_text.favorite-resources ul li {
    margin: 0 -36px; }
  .widget_text.favorite-resources ul a {
    border: 0;
    border-left: 2px solid transparent;
    display: block;
    padding: 12px 36px;
    font-size: 14px;
    font-family: "Akkurat-Regular";
    color: #797F89; }
    .widget_text.favorite-resources ul a:hover {
      background-color: #fff;
      border-left: 2px solid #0069FF; }
.widget_text .widget-img img {
  width: 70%;
  max-width: 180px; }
  .widget_text .widget-img img.tim {
    width: 80%; }

.widget_categories ul {
  margin: 6px 0 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }
  .widget_categories ul li.cat-item {
    color: #0069FF;
    font-family: "Akkurat-Bold";
    font-size: 15px;
    line-height: 20px;
    width: 47.5%;
    padding: 12px 0 12px 0;
    border-top: 1px solid #E6E9EF; }
    .widget_categories ul li.cat-item:nth-child(even) {
      margin-left: 5%; }
    .widget_categories ul li.cat-item:nth-child(-n+2) {
      border-top: 0; }
    .widget_categories ul li.cat-item a {
      color: #0069FF; }
      .widget_categories ul li.cat-item a:hover {
        color: #020020;
        border-bottom: 1px solid #0069FF; }

.widget_dpe_fp_widget .widget-title:after {
  font-family: 'LeadPages-Icons';
  margin-left: 12px;
  content: "\e913"; }
.widget_dpe_fp_widget ul {
  margin: 6px 0 0; }
  .widget_dpe_fp_widget ul li {
    color: #020020;
    font-family: "Akkurat-Bold";
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    padding: 12px 0;
    border-top: 1px solid #E6E9EF; }
    .widget_dpe_fp_widget ul li:nth-child(-n+1) {
      border-top: 0; }
    .widget_dpe_fp_widget ul li a {
      color: #020020;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row; }
      .widget_dpe_fp_widget ul li a:hover {
        color: #0069FF; }
      .widget_dpe_fp_widget ul li a .not-featured-video-plus, .widget_dpe_fp_widget ul li a .attachment-thumbnail {
        width: 33%;
        height: 100%; }
      .widget_dpe_fp_widget ul li a .not-featured-video-plus ~ .title {
        width: 67%;
        padding-left: 12px; }
      .widget_dpe_fp_widget ul li a .attachment-thumbnail ~ .title {
        width: 67%;
        padding-left: 12px; }

a.more-link {
  font-family: "Akkurat-Bold";
  padding-bottom: 6px; }

.site-content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }

.wp-post-image,
.post-thumbnail {
  padding-bottom: 24px; }

.after-post-box {
  text-align: center; }

#navigation #utility_nav a.navigation.active {
  color: #fff; }

#navigation .sign-in {
  top: 4px; }
#navigation #main_nav.scrolled .sign-in {
  margin-bottom: -18px; }
  #navigation #main_nav.scrolled .sign-in li a:hover {
    padding-bottom: 20px !important; }
#navigation #main_nav.white {
  background-color: #F2F4F7; }

p.large-display,
p.site-description {
  margin-bottom: 0; }

.author .page-header,
.category .page-header {
  display: none; }
.author p.site-description,
.category p.site-description {
  display: block; }
.author.category-future p.site-description,
.category.category-future p.site-description {
  display: none; }

.after-post-box .line-one a {
  transition: all 0.1s ease;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  font-family: "Akkurat-Bold",sans-serif;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #FED200;
  background-color: #FED200;
  border-radius: 40px;
  letter-spacing: 0.6px;
  padding: 12px 30px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.36);
  transform: scale(1.03); }
  .after-post-box .line-one a:hover {
    background-color: #f4b43d;
    border: 1px solid #f4b43d;
    color: #020020; }

#secondary .widget_search {
  min-width: 274px; }
  #secondary .widget_search .search-form {
    margin-bottom: 0; }
    #secondary .widget_search .search-form label {
      box-sizing: border-box; }
  #secondary .widget_search .search-field {
    background: #F2F4F7;
    border: 1px solid #B1BACC;
    border-radius: 3px;
    color: #4C515D;
    font-family: "Akkurat-Bold";
    font-size: 16px;
    height: 46px;
    padding: 0 12px;
    width: 100%;
    -webkit-appearance: initial;
    transition: ease 0.3s all; }
    #secondary .widget_search .search-field:focus {
      background: #fff;
      border-color: #0069FF;
      color: #4C515D;
      outline: 0; }
  #secondary .widget_search .search-submit {
    display: none; }

#infinite-footer {
  display: none; }

.heading-3 {
  font-size: 24px;
  line-height: 36px; }

article .heading-3 {
  font-size: 18px;
  line-height: 24px; }

.content-footer {
  display: flex;
  align-items: center;
  justify-content: center; }
  .content-footer .pagination {
    display: flex;
    justify-content: space-between;
    max-width: 300px;
    margin: 0 auto; }
    .content-footer .pagination .page-numbers {
      background: #fff;
      color: #020020;
      font-family: "Akkurat-Bold";
      font-size: 15px;
      min-width: 36px;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all .1s ease;
      transform: scale3d(1, 1, 1);
      margin-left: 10px;
      border: 1px solid transparent;
      transition: border .3s ease; }
      .content-footer .pagination .page-numbers:hover {
        border-color: #0069FF; }
      .content-footer .pagination .page-numbers.current {
        background: #0069FF;
        border: none;
        color: #fff; }
      .content-footer .pagination .page-numbers.dots {
        color: #797F89;
        border: none; }
      .content-footer .pagination .page-numbers.prev {
        color: #4C515D;
        font-family: "LeadPages-Icons";
        font-size: 0; }
        .content-footer .pagination .page-numbers.prev:before {
          content: "\e200";
          font-size: 20px; }
        .content-footer .pagination .page-numbers.prev:hover {
          color: #0069FF; }
      .content-footer .pagination .page-numbers.next {
        color: #4C515D;
        font-family: "LeadPages-Icons";
        font-size: 0; }
        .content-footer .pagination .page-numbers.next:before {
          content: "\e204";
          font-size: 20px; }
        .content-footer .pagination .page-numbers.next:hover {
          color: #0069FF; }
