:root {
  --nv-text-color: #444444; }

html {
  scroll-behavior: smooth; }

img {
  vertical-align: middle; }

p {
  margin-bottom: 20px;
  line-height: 1.56em; }

.container {
  padding-left: 40px;
  padding-right: 40px; }

.elementor-container {
  padding: 0 40px; }

a {
  --nv-primary-accent: #444444;
  --nv-secondary-accent: #444444;
  transition: .3s ease all; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: none;
    text-decoration: none; }

.nv-content-wrap a[rel~="external"],
.nv-content-wrap a[href*="//"]:not([href*="wpshout.com"]),
.nv-content-wrap a[href^="https://wpshout.com/go"] {
  color: #ec4646; }
  .nv-content-wrap a[rel~="external"]:hover, .nv-content-wrap a[rel~="external"]:focus,
  .nv-content-wrap a[href*="//"]:not([href*="wpshout.com"]):hover,
  .nv-content-wrap a[href*="//"]:not([href*="wpshout.com"]):focus,
  .nv-content-wrap a[href^="https://wpshout.com/go"]:hover,
  .nv-content-wrap a[href^="https://wpshout.com/go"]:focus {
    color: #0a4266; }

.scroll-to-top {
  right: 70px;
  bottom: 30px;
  font-size: 15px;
  border-radius: 0; }
  .scroll-to-top:before {
    display: inline-block;
    margin: 0 5px;
    padding: 4px;
    border: solid;
    border-width: 2px 0 0 2px;
    border-color: #fff;
    font-family: inherit;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.nav-ul .caret {
  margin-left: 10px; }
  .nav-ul .caret svg {
    width: 11px;
    height: 11px; }

.nav-ul > li {
  padding: 9px 19px 9px 0; }
  .nav-ul > li:after {
    position: absolute;
    right: -2px;
    top: 25px;
    background: transparent;
    content: '/';
    font-weight: 400; }
  .nav-ul > li:last-child {
    padding-right: 0; }
    .nav-ul > li:last-child:after {
      content: ''; }

.sub-menu {
  width: 240px;
  left: -18px;
  right: auto;
  margin-top: -4px;
  border: 1px solid #eaeaea;
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1); }
  .sub-menu li a {
    min-height: 0;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 20px; }

.current-menu-ancestor > a {
  --color: #ec4646; }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s; }
  header.hide {
    transform: translate3d(0, -105%, 0); }

.single-post header {
  box-shadow: none; }

#content {
  padding-top: 94px; }

.admin-bar #content {
  padding-top: 64px; }

@media (max-width: 959px) {
  .nav-clickaway-overlay {
    display: none; }
  .is-menu-sidebar .navbar-toggle .icon-bar:nth-child(1) {
    top: 7px; }
  .hfg_header.site-header {
    box-shadow: none;
    border-bottom: 1px solid #eaeaea; }
  header .container {
    padding: 0 40px; }
    header .container .row--wrapper {
      padding: 18px 0;
      margin: 0; }
  header .builder-item {
    max-width: none;
    margin: 1px 0;
    padding: 0; }
    header .builder-item.hfg-item-first {
      margin-left: 0; }
  header .icon-bar {
    width: 22px;
    margin: 4px 0; }
  header #header-menu-sidebar-inner {
    overflow-x: hidden;
    padding: 0; }
    header #header-menu-sidebar-inner ul {
      width: auto; }
    header #header-menu-sidebar-inner li {
      line-height: 45px;
      padding: 0 20px; }
    header #header-menu-sidebar-inner .wrap {
      padding: 0 !important; }
    header #header-menu-sidebar-inner a {
      font-size: 18px;
      padding: 0; }
    header #header-menu-sidebar-inner .sub-menu {
      border: 0;
      padding: 0;
      width: auto; }
      header #header-menu-sidebar-inner .sub-menu li {
        padding: 0 10px;
        line-height: 2; }
      header #header-menu-sidebar-inner .sub-menu a {
        line-height: inherit;
        font-size: 16px;
        font-weight: 400; }
    header #header-menu-sidebar-inner .builder-item--primary-menu svg {
      width: 15px; }
    header #header-menu-sidebar-inner .caret-wrap {
      margin-left: auto; }
      header #header-menu-sidebar-inner .caret-wrap .caret {
        margin: 0;
        top: 5px; }
  .navbar-toggle {
    border: none;
    outline: none; }
  .header-menu-sidebar {
    top: 99px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px -1px; }
  .header-menu-sidebar .navbar-toggle-wrapper {
    display: none; }
  .is-menu-sidebar .header-menu-sidebar {
    width: calc(45% + 21px); }
  .is-menu-sidebar .header-menu-sidebar-overlay {
    background: transparent;
    opacity: 0;
    display: none; }
  .is-menu-sidebar .neve-main {
    -webkit-filter: blur(2px);
    filter: blur(2px); } }

@media (max-width: 768px) {
  .menu-mobile-toggle {
    position: relative;
    top: 1px;
    left: 1px; }
  .header-menu-sidebar {
    top: 52px; }
  header {
    height: 52px; }
    header .container {
      padding: 0 10px; }
      header .container .row--wrapper {
        padding: 6px 0; }
      header .container .builder-item--logo .site-logo {
        padding: 0; }
        header .container .builder-item--logo .site-logo img {
          max-width: 115px; }
  #content {
    padding-top: 51px; }
  .admin-bar #content {
    padding-top: 6px; } }

@media (max-width: 600px) {
  .is-menu-sidebar .header-menu-sidebar {
    width: 80%; } }

@media (max-width: 340px) {
  .is-menu-sidebar .header-menu-sidebar {
    width: 90%; } }

.banner {
  padding: 50px 0;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: 80% center;
  background-size: 500px, cover; }
  .banner h1 {
    color: #fff;
    margin-bottom: 0;
    font-size: 45px;
    line-height: 1.2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .banner p {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .banner a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline; }
    .banner a:hover {
      color: #ec4646; }
  .banner .category {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .banner .category .category-description {
      flex-basis: 70%; }
      .banner .category .category-description p {
        font-size: 18px;
        margin-top: 1em; }
    .banner .category .category-links {
      flex-basis: 30%; }
      .banner .category .category-links p {
        margin-bottom: 0;
        text-align: right; }
      .banner .category .category-links a {
        font-size: 25px;
        text-decoration: none; }
  .banner .author span {
    display: flex;
    align-items: center;
    color: #eee;
    font-weight: 600;
    font-size: 18px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    top: -2px; }
    .banner .author span a {
      display: inherit; }
      .banner .author span a svg {
        width: 30px;
        margin-left: 4px; }
  .banner .author p {
    max-width: 70%;
    margin: 1em 0 0; }

.entry-title a {
  color: #0a4266; }
  .entry-title a:hover {
    color: #ec4646;
    opacity: 1; }
  .entry-title a:focus {
    color: #ec4646;
    text-decoration: none; }

.archive .entry-title, .blog .entry-title, .search .entry-title {
  line-height: 1.3; }

h2.entry-title {
  font-size: 28px; }

.blog article .excerpt-wrap a[rel="bookmark"] {
  color: #ec4646;
  font-weight: 600; }
  .blog article .excerpt-wrap a[rel="bookmark"]:hover {
    color: #0a4266; }

.aligncenter img {
  display: block; }

.article-content-col .content {
  transition: .3s ease border-color;
  border-color: #dee8f3; }
  .article-content-col .content:hover {
    border-color: #305077; }

.archive-container {
  padding-top: 0; }
  .archive-container > .row {
    margin: 0;
    align-items: flex-start; }
  .archive-container .blog,
  .archive-container .search {
    padding-left: 0; }

.codeinwptweet_wrapper {
  margin: 15px 0;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-weight: 400; }
  .codeinwptweet_wrapper .codeinwptweet_text {
    margin-bottom: 5px; }
    .codeinwptweet_wrapper .codeinwptweet_text a {
      font-size: 16px;
      line-height: 30px;
      color: #444 !important;
      text-decoration: none !important; }
  .codeinwptweet_wrapper .codeinwptweet_sharebtn {
    text-align: right;
    text-transform: uppercase; }
    .codeinwptweet_wrapper .codeinwptweet_sharebtn svg {
      width: 25px;
      height: 25px;
      position: relative;
      top: 7px; }
    .codeinwptweet_wrapper .codeinwptweet_sharebtn a {
      font-size: 13px;
      color: #ec4646;
      text-decoration: none !important; }

.blog-sidebar {
  padding-right: 0;
  border-color: #eee; }
  .blog-sidebar .widget {
    margin: 0 0 2.8em 0;
    padding: 0; }
    .blog-sidebar .widget:last-child {
      margin-bottom: 0; }
  .blog-sidebar .widget p.widget-title {
    color: #0a4266;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: normal; }
    .blog-sidebar .widget p.widget-title:before {
      margin-right: 5px;
      color: #ec4646;
      font-weight: 800;
      content: "\003c/\003e"; }
  .blog-sidebar .widget_newsletter {
    width: 100%;
    padding: 0;
    border: none;
    position: relative; }
    .blog-sidebar .widget_newsletter form {
      background-size: contain;
      height: 160px;
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .blog-sidebar .widget_newsletter form label {
        margin: 0;
        flex-basis: 70%; }
      .blog-sidebar .widget_newsletter form input[type="email"] {
        background: #fff;
        font-size: 13px;
        padding: 0 15px;
        border: 1px solid #d7dadb;
        color: #444;
        height: 40px;
        width: 100%;
        transition: .3s ease border-color;
        border-right-width: 0;
        border-radius: 0; }
        .blog-sidebar .widget_newsletter form input[type="email"]:focus {
          outline: none;
          border-color: #ec4646; }
      .blog-sidebar .widget_newsletter form input[type="submit"] {
        background: #ec4646;
        padding: 8px 0;
        font-size: 0.8em;
        text-transform: capitalize;
        flex-basis: 30%;
        border-radius: 0; }
        .blog-sidebar .widget_newsletter form input[type="submit"]:hover {
          opacity: 1; }
        .blog-sidebar .widget_newsletter form input[type="submit"]:focus {
          outline: none; }
  .blog-sidebar .widget_nav_menu li,
  .blog-sidebar .widget_recent_entries li {
    border-bottom: 1px solid #ccc;
    line-height: 30px;
    transition: .3s linear all;
    margin: 0 0 .25em; }
    .blog-sidebar .widget_nav_menu li a,
    .blog-sidebar .widget_recent_entries li a {
      color: #444;
      font-size: 16px;
      font-weight: 400;
      line-height: normal; }
    .blog-sidebar .widget_nav_menu li:hover,
    .blog-sidebar .widget_recent_entries li:hover {
      border-color: #ec4646; }
      .blog-sidebar .widget_nav_menu li:hover a,
      .blog-sidebar .widget_recent_entries li:hover a {
        color: #ec4646; }
    .blog-sidebar .widget_nav_menu li:nth-last-child(1),
    .blog-sidebar .widget_recent_entries li:nth-last-child(1) {
      border-bottom: none; }

#twitter-sidebar {
  display: block;
  padding-bottom: 15px;
  border: 2px solid #ec4646;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: #ec4646;
  text-decoration: none; }
  #twitter-sidebar svg {
    position: relative;
    top: 8px;
    left: 5px;
    width: 30px;
    height: 30px;
    fill: #00aced; }
  #twitter-sidebar:hover, #twitter-sidebar:focus {
    outline: none;
    background: #ec4646;
    color: #fff; }
    #twitter-sidebar:hover svg, #twitter-sidebar:focus svg {
      fill: #fff; }

.layout-grid .content > .nv-post-thumbnail-wrap {
  margin: 0; }
  .layout-grid .content > .nv-post-thumbnail-wrap img {
    margin: .5em 0 1.5em; }

.excerpt-wrap p:last-of-type {
  display: inline; }

.excerpt-wrap .read-more {
  display: inline;
  font-weight: 600;
  color: #ec4646; }

.nv-meta-list {
  opacity: .7;
  color: #757575; }
  .nv-meta-list a {
    text-decoration: underline;
    font-weight: 600; }
  .nv-meta-list .category a {
    font-weight: 600;
    text-transform: lowercase;
    text-decoration: underline; }
  .nv-meta-list img {
    vertical-align: unset; }

.img-theme-post,
.img-theme-post-new,
.img-theme-post-new2,
.img-theme-post-new3 {
  padding: 15px 0 0 0;
  border: none;
  background-repeat: no-repeat;
  background-position: top center; }

.img-theme-post,
.img-theme-post-new {
  border-radius: 8px 8px 8px 8px;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.5); }

.img-theme-post-new2,
.img-theme-post-new3 {
  border-radius: 8px 8px 4px 4px;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.5); }

.single h1.entry-title {
  color: #0a4266;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 0; }

.single .entry-header {
  margin: 0 0 2em !important; }

.single .single-post-container > .row {
  margin: 0;
  align-items: flex-start; }

.single .single-post-container article {
  margin-top: 5px;
  margin-bottom: 4em;
  padding: 0; }

.single.nv-sidebar-right .single-post-container article {
  padding-right: 40px; }

.entry-content p {
  margin: 10px 0; }

.entry-content ul {
  padding-left: 0; }
  .entry-content ul li {
    margin-top: 0;
    margin-left: 25px; }

.entry-content ol {
  margin: 0 0 1.5em 3em;
  padding: 0; }
  .entry-content ol li {
    margin: 0; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin: 20px 0; }

.entry-content code {
  padding: 4px 4px 1px;
  border: solid 1px #e4e4e4;
  border-radius: 3px;
  color: #444;
  background: #f5f7f8;
  font-size: 14px;
  font-family: "Courier 10 Pitch", Courier, monospace; }

.entry-content pre {
  background: #f5f7f8;
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 1.6em;
  overflow: auto;
  max-width: 100%;
  padding: 1.6em;
  font-size: 14px;
  color: #444;
  line-height: 1.56;
  border-radius: 3px;
  margin-top: 0; 
  border: 1px solid #e4e4e4;
  }

dd {
  margin: 0 1.5em 1.5em; }

.blog-img-std,
.cwp-ad img {
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.5); }

.cwp-ad {
  margin: 30px 0; }
  .cwp-ad.center {
    text-align: center; }

.blog-img-std-space {
  margin: 40px auto;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.5); }

h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4 {
  color: #0a4266; }

h2, .entry-content h2, .entry-content h2 a {
  font-size: 24px;
  line-height: 1.5; }

h3, .entry-content h3, .entry-content h3 a {
  font-size: 22px;
  line-height: 1.25; }

h4, .entry-content h4, .entry-content h4 a {
  font-size: 18px; }

#related-articles {
  margin: 50px 0; }
  #related-articles h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  #related-articles ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    #related-articles ul li {
      flex-basis: 32%;
      margin-top: 18px; }
      #related-articles ul li a {
        display: block;
        text-align: center;
        color: #0a4266;
        font-weight: 600;
        font-size: 17px;
        line-height: 28px; }
        #related-articles ul li a:hover {
          color: #ec4646; }

.post table tbody {
  color: #686868;
  font-size: 14px;
  font-weight: 300;
  text-align: center; }

.tablepress-wrapper {
  overflow-x: scroll; }

.dataTables_wrapper {
  overflow-x: auto; }

.tablepress td,
.tablepress th {
  word-break: normal; }

.fb-group {
  margin-top: 20px;
  margin-bottom: 1.75em; }
  .fb-group a {
    color: #ec4646;
    font-weight: 600;
    text-decoration: underline; }
    .fb-group a:hover, .fb-group a:focus {
      color: #0a4266;
      text-decoration: none; }

#cwp_view_comments {
  padding: 12px 24px;
  border: 1px solid;
  margin-top: 80px;
  color: #ec4646;
  background: transparent;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease all;
  display: inline-block; }

#cwp_view_comments:hover {
  color: #fff;
  background: #ec4646; }

.post-search-form {
  text-align: center; }
  .post-search-form input[type="search"] {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 0;
    background: transparent;
    outline: none;
    padding: 0 16px;
    min-height: 42px;
    font-family: inherit;
    margin-right: -5px;
    position: relative;
    top: 1px;
    border-right: none; }
  .post-search-form input[type="submit"] {
    padding: 12px 24px;
    color: #fff;
    background: #ec4646;
    border: 1px solid;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s ease all;
    display: inline-block;
    width: auto;
    min-width: 0;
    z-index: 1; }

.cwp-related-posts {
  margin-bottom: 10px; }

.error404 .single-post-container {
  text-align: center;
  margin-top: 60px; }
  .error404 .single-post-container h1 {
    color: #0a4266;
    font-size: 28px;
    line-height: 1.2;
    margin-top: 24px; }
  .error404 .single-post-container .post-search-form {
    max-width: 440px;
    margin: 47px auto 60px; }
    .error404 .single-post-container .post-search-form input[type="search"] {
      font-size: 18px;
      min-height: 48px;
      border-right: 1px solid rgba(0, 0, 0, 0.3);
      margin-right: 0;
      top: 0; }
    .error404 .single-post-container .post-search-form input[type="submit"] {
      background: transparent;
      color: #ec4646;
      border: 2px solid #ec4646;
      min-width: 135px; }
      .error404 .single-post-container .post-search-form input[type="submit"]:hover, .error404 .single-post-container .post-search-form input[type="submit"]:focus {
        outline: none;
        background: #ec4646;
        color: #fff; }

.single.elementor-default div[data-elementor-type="single"] {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%); }

.single[class*="elementor-page-"] .single-post-container article {
  margin-top: 0; }
  .single[class*="elementor-page-"] .single-post-container article ul li {
    margin-left: 25px;
    list-style: circle; }
  .single[class*="elementor-page-"] .single-post-container article #related-articles ul li {
    margin-left: 0;
    list-style: none; }

.single[class*="elementor-page-"] .cwp-disclaimer {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%); }

.single[class*="elementor-page-"] .elementor a {
  text-decoration: underline; }
  .single[class*="elementor-page-"] .elementor a[rel~="external"], .single[class*="elementor-page-"] .elementor a[href*="//"]:not([href*="wpshout.com"]), .single[class*="elementor-page-"] .elementor a[href^="https://wpshout.com/go"] {
    color: #ec4646;
    font-weight: 600; }
    .single[class*="elementor-page-"] .elementor a[rel~="external"]:hover, .single[class*="elementor-page-"] .elementor a[rel~="external"]:focus, .single[class*="elementor-page-"] .elementor a[href*="//"]:not([href*="wpshout.com"]):hover, .single[class*="elementor-page-"] .elementor a[href*="//"]:not([href*="wpshout.com"]):focus, .single[class*="elementor-page-"] .elementor a[href^="https://wpshout.com/go"]:hover, .single[class*="elementor-page-"] .elementor a[href^="https://wpshout.com/go"]:focus {
      color: #0a4266; }

@media (max-width: 959px) {
  .archive-container .blog, .archive-container .search {
    padding-right: 0; }
  .nv-index-posts ul.page-numbers {
    margin-bottom: 2em; }
  .blog-sidebar {
    padding-left: 0; }
  .single.nv-sidebar-right .single-post-container article {
    padding-right: 0; }
  .page .nv-sidebar-wrap, .single .nv-sidebar-wrap {
    margin-top: 0; } }

@media (max-width: 768px) {
  .entry-summary p {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 1em; }
  .fb-group {
    font-size: 16px; }
  .entry-content h2, .entry-content h2 a {
    font-size: 19px;
    line-height: 25px; }
  .entry-content h3, .entry-content h3 a {
    font-size: 18px;
    line-height: 25px; }
  .entry-content p {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 1em; }
  .entry-content ol {
    font-size: 16px;
    margin: 0 0 1em 1em; }
  .entry-content ul {
    font-size: 16px;
    margin: 0 0 1em; }
  .container {
    padding-left: 20px;
    padding-right: 20px; }
  .banner {
    background-position: center right;
    background-size: 300px, cover;
    margin-bottom: 0; }
    .banner h1 {
      font-size: 32px; }
  .category .banner {
    padding: 30px 0; }
    .category .banner .category .category-description {
      flex-basis: 100%; }
      .category .banner .category .category-description p {
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 1.5; }
    .category .banner .category .category-links {
      flex-basis: 100%; }
      .category .banner .category .category-links p {
        display: inline-block; }
        .category .banner .category .category-links p a {
          font-size: 20px; }
          .category .banner .category .category-links p a:after {
            content: "|";
            color: #fff;
            padding: 0 3px 0 7px; }
        .category .banner .category .category-links p:last-child a:after {
          content: ''; }
  .blog .nv-index-posts,
  .blog .nv-sidebar-wrap,
  .archive .nv-index-posts,
  .archive .nv-sidebar-wrap,
  .search .nv-index-posts,
  .search .nv-sidebar-wrap {
    padding: 1.5em 0; }
  .blog .nv-index-posts > .row,
  .archive .nv-index-posts > .row,
  .search .nv-index-posts > .row {
    margin: 0; }
  .blog .entry-title,
  .archive .entry-title,
  .search .entry-title {
    font-size: 20px;
    line-height: 25px; }
  .nv-meta-list li {
    font-size: 15px;
    line-height: 20px; }
  .archive-container .blog article {
    padding: 0; }
  #related-articles h3 {
    margin-bottom: 0; }
  #related-articles ul li {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    #related-articles ul li a:first-child {
      flex-basis: 38%;
      margin-right: 2%; }
    #related-articles ul li a:last-child {
      flex-basis: 60%;
      text-align: left;
      font-size: 16px; }
  .nv-index-posts ul.page-numbers {
    margin: 1.5em 0 0; }
    .nv-index-posts ul.page-numbers li:nth-last-child(1) {
      margin-left: 0; }
  .single h1.entry-title {
    font-size: 20px;
    line-height: 25px; }
  .single .entry-header {
    margin: 0 0 20px !important; }
  .single .single-post-container article {
    margin-top: 20px; }
  .codeinwptweet_wrapper {
    border: 1px solid #dddddd;
    padding: 15px;
    margin: 15px 0;
    border-radius: 4px; }
    .codeinwptweet_wrapper .codeinwptweet_text a {
      font-size: 18px;
      line-height: 24px; } }

@media (max-width: 600px) {
  .nv-meta-list img {
    width: 18px;
    height: 18px; }
  .banner {
    padding: 30px 0;
    background-size: 200px, cover; }
    .banner h1 {
      font-size: 25px; } }

@media (max-width: 480px) {
  .no-phone {
    display: none !important; }
  #related-articles {
    margin-bottom: 0; }
  .error404 #related-articles {
    margin-bottom: 50px; }
  .post-search-form .search-form input[type="search"] {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    width: 100%;
    margin: 0 0 10px; }
  .post-search-form .search-form input[type="submit"] {
    position: static; } }

.su-row {
  margin-bottom: 1.5em; }
  .su-row:before, .su-row:after {
    display: table;
    content: ""; }
  .su-row:after {
    clear: both; }

.su-column {
  display: block;
  float: left;
  box-sizing: border-box;
  margin: 0 4% 0 0; }

.su-column-last {
  margin-right: 0; }

.su-row .su-column {
  margin: 0 0 0 4%; }

.su-row .su-column.su-column-size-1-1 {
  margin-right: 0;
  margin-left: 0; }

.su-row .su-column:first-child {
  margin-left: 0; }

.su-column-centered {
  float: none !important;
  margin-right: auto !important;
  margin-left: auto !important; }

.su-column img,
.su-column iframe,
.su-column object,
.su-column embed {
  max-width: 100%; }

.su-divider a {
  text-decoration: none !important; }

@media only screen {
  [class*=su-column] + [class*=su-column]:last-child {
    float: right; } }

.su-column-size-1-1 {
  width: 100%; }

.su-column-size-1-2 {
  width: 48%; }

.su-column-size-1-3 {
  width: 30.66%; }

.su-column-size-2-3 {
  width: 65.33%; }

.su-column-size-1-4 {
  width: 22%; }

.su-column-size-3-4 {
  width: 74%; }

.su-column-size-1-5 {
  width: 16.8%; }

.su-column-size-2-5 {
  width: 37.6%; }

.su-column-size-3-5 {
  width: 58.4%; }

.su-column-size-4-5 {
  width: 79.2%; }

.su-column-size-1-6 {
  width: 13.33%; }

.su-column-size-5-6 {
  width: 82.66%; }

.su-note {
  margin: 0 0 1.5em;
  border-width: 1px;
  border-style: solid; }

.su-note-inner {
  padding: 1em;
  border-width: 1px;
  border-style: solid; }

.su-note-inner img {
  margin-bottom: 10px; }

.su-column-inner {
  color: #444; }

.su-table caption {
  margin-bottom: 10px;
  color: #686868; }

.su-table td {
  font-size: 14px;
  text-align: center; }
  .su-table td a {
    font-weight: 600; }

.su-spoiler-icon-plus .su-spoiler-icon:before {
  position: relative;
  top: -3px;
  left: 3px;
  font-size: 23px;
  font-weight: bold;
  content: "-" !important; }

.su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon:before {
  position: relative;
  top: -1px;
  left: 3px;
  font-size: 23px;
  font-weight: bold;
  content: "+" !important; }

.su-column .su-frame {
  width: auto !important; }

@media (max-width: 768px) {
  .su-column {
    float: none !important;
    width: 100% !important;
    margin: 0 0 1.5em !important; }
  .su-row .su-column:last-child {
    margin-bottom: 0 !important; }
  .su-quote {
    background: #f1f1f1;
    margin: 10px 0 20px 0;
    padding: 15px !important;
    border-left: none; }
  .su-quote-style-default:before,
  .su-quote-style-default:after {
    display: none !important; }
  .su-quote p {
    margin-top: 0; } }

@media (max-width: 480px) {
  .blog-row-list-text .su-column-inner {
    margin-top: 1.5em; }
  .blog-row-list .su-column {
    margin-bottom: 0 !important; }
  .blog-row-list .su-note {
    border: none; }
  .blog-row-list .su-note-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
  .blog-row-list .su-note-inner p:first-child {
    -ms-flex-order: 2;
    order: 2;
    font-size: 20px !important;
    margin: 0;
    position: relative;
    top: 12px;
    left: 5px; }
  .blog-row-list .su-note-inner p:last-child {
    -ms-flex-order: 1;
    order: 1; } }

.cwp-disclaimer {
  background: #E3F4FF;
  color: #0a4266;
  padding: 12px;
  text-align: center;
  margin: 20px auto 10px;
  font-size: 14px;
  border-radius: 5px;
  opacity: .8;
  line-height: 17px; }
  .cwp-disclaimer a {
    color: #0a4266;
    text-decoration: underline; }
    .cwp-disclaimer a:hover {
      text-decoration: none; }

.page-template-default .nv-single-page-wrap,
.page-template-template-full .nv-single-page-wrap {
  margin: 4em auto 0; }

.page-template-default .nv-page-title-wrap,
.page-template-template-full .nv-page-title-wrap {
  margin-top: 0; }
  .page-template-default .nv-page-title-wrap .nv-page-title,
  .page-template-template-full .nv-page-title-wrap .nv-page-title {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 28px; }
    .page-template-default .nv-page-title-wrap .nv-page-title h1,
    .page-template-template-full .nv-page-title-wrap .nv-page-title h1 {
      font-size: 28px;
      line-height: 1.2;
      color: #0a4266; }

.page-template-default .entry-content h1,
.page-template-template-full .entry-content h1 {
  font-size: 45px;
  line-height: 1.2;
  color: #0a4266; }

@media (max-width: 768px) {
  .page-template-default .nv-single-page-wrap,
  .page-template-template-full .nv-single-page-wrap {
    margin: 3em auto 0; }
  .page-template-default .nv-page-title-wrap .nv-page-title h1,
  .page-template-template-full .nv-page-title-wrap .nv-page-title h1 {
    font-size: 20px;
    line-height: 25px; }
  .page-template-default .single-page-container > .row,
  .page-template-template-full .single-page-container > .row {
    margin: 0; }
    .page-template-default .single-page-container > .row .nv-single-page-wrap,
    .page-template-template-full .single-page-container > .row .nv-single-page-wrap {
      padding: 0; }
  .scroll-to-top {
    right: 25px;
    bottom: 60px; } }

@media (max-width: 600px) {
  .scroll-to-top {
    right: 23px;
    bottom: 45px; } }

.before-footer {
  border-top: 1px solid #e0e0e0;
  padding: 24px 0; }
  .before-footer .row {
    margin: 0; }
  .before-footer .builder-item {
    margin: 0;
    padding: 0; }
  .before-footer .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .before-footer .container .featuredon {
      margin-bottom: 0;
      color: rgba(0, 0, 0, 0.5);
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      flex-basis: 25%; }
    .before-footer .container img {
      flex-basis: 75%; }

.footer--row .footer--row-inner, .footer--row .footer--row-inner .container .row {
  align-items: end; }

.site-footer {
  z-index: 1; }
  .site-footer img {
    width: 200px;
    padding-bottom: 30px; }
  .site-footer .footer-about {
    margin-bottom: 40px;
    color: #fff;
    font-size: 15px;
    line-height: 18px; }
  .site-footer .social-schema-footer a svg {
    max-width: 28px;
    margin: -20px 3px 0;
    transition: .3s ease all; }
    .site-footer .social-schema-footer a svg path, .site-footer .social-schema-footer a svg polygon, .site-footer .social-schema-footer a svg circle, .site-footer .social-schema-footer a svg rect {
      stroke: #fff;
      transition: .3s ease stroke; }
  .site-footer .social-schema-footer a:hover {
    text-decoration: none; }
    .site-footer .social-schema-footer a:hover svg path, .site-footer .social-schema-footer a:hover svg polygon, .site-footer .social-schema-footer a:hover svg circle, .site-footer .social-schema-footer a:hover svg rect {
      stroke: #ec4646; }
  .site-footer .widget_nav_menu {
    margin: 0;
    padding: 0; }
    .site-footer .widget_nav_menu ul li {
      margin-top: 0; }
    .site-footer .widget_nav_menu p {
      font-size: 20px;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 20px;
      color: #fff; }
      .site-footer .widget_nav_menu p:focus {
        outline: none; }
  .site-footer .menu li a {
    padding: 5px 0;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    color: #fff; }
    .site-footer .menu li a:hover {
      text-decoration: none;
      color: #ec4646; }
  .site-footer .footer-top-inner {
    padding-top: 50px; }
    .site-footer .footer-top-inner .builder-item {
      margin-top: 0;
      margin-bottom: 0; }

@media (max-width: 600px) {
  .before-footer {
    padding: 15px 0; }
    .before-footer .container .featuredon {
      margin-bottom: 10px; }
    .before-footer .container .featuredon, .before-footer .container img {
      flex-basis: 100%; }
  .social-schema-footer {
    margin-bottom: 10px; }
  .footer-top-inner .widget-area .widget-title {
    cursor: pointer; }
  .footer-top-inner .widget-area .menu {
    display: none; }
    .footer-top-inner .widget-area .menu li {
      display: inline-block;
      margin-top: 0; }
      .footer-top-inner .widget-area .menu li a {
        font-size: 15px; }
      .footer-top-inner .widget-area .menu li:after {
        content: "|";
        color: #fff;
        padding: 0 3px 0 7px; }
      .footer-top-inner .widget-area .menu li:nth-last-child(1):after {
        display: none; }
    .footer-top-inner .widget-area .menu.showmenu {
      display: block;
      margin-bottom: 10px; }
  .footer-top-inner .widget-area.triggermenu .menu {
    display: block; }
  .footer-top-inner .widget-area .rotate .footer-caret {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px; }
  .site-footer .widget_custom_html .footer-caret {
    content: '';
    font-family: inherit;
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 1px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    color: #fff;
    transition: all .3s ease;
    border: 2px solid;
    border-left: 0;
    border-bottom: 0;
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 20px; }
    .site-footer .widget_custom_html .footer-caret:focus {
      outline: none; }
  footer .hfg-grid .builder-item:nth-child(2), footer .hfg-grid .builder-item:nth-child(3) {
    margin-top: 10px; }
  .site-footer img {
    width: 120px;
    margin: 20px 0 10px;
    padding: 0; }
  .site-footer .footer-top .hfg-grid .builder-item:nth-child(2), .site-footer .footer-top .hfg-grid .builder-item:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%; }
  .site-footer .hfg-grid-bottom .builder-item:nth-child(1) {
    display: none; }
  .site-footer .widget_nav_menu p {
    font-size: 16px;
    margin-bottom: 10px; }
  .triggermenu {
    margin-bottom: 10px; } }

.footer-bottom-inner .hfg-grid-bottom:before {
  content: "";
  display: block;
  width: 60%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin: 40px auto 15px; }

.footer-bottom .builder-item {
  flex: 100%;
  max-width: 100%;
  margin: 0; }
  .footer-bottom .builder-item ul {
    text-align: center;
    padding-bottom: 5px; }
    .footer-bottom .builder-item ul li {
      display: inline-block;
      border-right: 1px solid #fff;
      margin: 0;
      line-height: normal; }
      .footer-bottom .builder-item ul li:last-child {
        border-right: none; }
      .footer-bottom .builder-item ul li a {
        font-weight: 600;
        padding: 0 15px;
        font-size: 15px; }
  .footer-bottom .builder-item .builder-item--footer_copyright {
    padding-bottom: 15px;
    opacity: .5;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-align: center; }
    .footer-bottom .builder-item .builder-item--footer_copyright a {
      font-weight: 600; }

.site-logo a img {
  width: 120px;
  height: 38px; }

.nv-title-meta-wrap .neve-breadcrumbs-wrapper {
  margin-bottom: 0; }

.layout-grid .content > .blog-entry-title {
  margin-bottom: 0; }

.layout-grid .content .nv-meta-list {
  margin-bottom: 10px; }

.article-content-col .content {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--nv-light-bg); }
  .article-content-col .content:hover {
    border-color: #305077; }

.nv-index-posts {
  margin-top: 0;
  padding-top: 60px; }
  .nv-index-posts .posts-wrapper {
    margin: 0; }

.nv-single-post-wrap > div:first-child {
  margin-top: 0; }

blockquote p {
  font-size: 1.1em; }

@media (max-width: 768px) {
  .builder-item .builder-item--logo {
    padding: 0; } }

.nv-content-wrap ul {
  margin: 0; }

.nv-content-wrap, .excerpt-wrap {
  --liststyle: circle; }

ul.page-numbers {
  --nv-primary-accent: #ec4646;
  --nv-light-bg: transparent; }
  ul.page-numbers li {
    margin: 3px; }
  ul.page-numbers a,
  ul.page-numbers span {
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ec4646;
    font-size: 16px;
    margin: 0;
    width: 35px;
    height: 35px; }
  ul.page-numbers .dots {
    border: 0; }
  ul.page-numbers a:hover {
    color: #fff;
    background: #ec4646; }
  ul.page-numbers li:last-child {
    margin-left: auto; }
  ul.page-numbers li .next, ul.page-numbers li .prev {
    width: auto;
    margin: 0; }

/*# sourceMappingURL=style.css.map */