/*
Theme Name: A Sleeky Theme
Author: Sleeky
Author URI: https://sleeky.co.uk
Description: Just another Sleeky theme.
Version: 1.0
License: (c) Copyright of Sleeky. All Rights Reserved.
Text Domain: sleeky
*/
html {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

body {
  margin: 0;
  font-family: azo-sans-web, sans-serif;
  font-weight: 400;
  background: #20283e;
  color: #909eb9; }

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

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

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

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

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0; }

.wp-smiley {
  margin: 0 !important;
  max-height: 1em; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

.css-img {
  background-size: cover;
  background-position: center; }

hr{ margin: 0;
    border: none;
    border-bottom: 1px solid #415172; }

a {
  color: inherit;
  text-decoration: inherit;
  transition: .5s all ease-in-out; }
  a:hover {
    color: inherit; }

p {
  line-height: 1.5; }
  p:last-of-type {
    margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

h1 {
  font-size: 5.5em; }

h2 {
  color: #fff;
    font-size: 5em;
    line-height: 110%; }

h3 {
    color: #d8a733;
    font-weight: 700;
    font-size: 2.2em; }

h4 {
  font-size: 1.25em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: .85em; }

@media only screen and (max-width: 990px) {
  h2{ font-size: 4em; }
  h3{ font-size: 1.9em; }
}
@media only screen and (max-width: 800px) {
  h3{ font-size: 1.5em; }
}
@media only screen and (max-width: 590px) {
  h2{ font-size: 2.5em; }
}

ul,
ol {
  padding: 0;
  margin: 0; }
  ul li,
  ol li {
    list-style-position: inside; }

input {
  font-size: 1em;
  border-radius: 0;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.main-mobile-nav {
  display: none;
  background-color: #27304d;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: +2147483647; }
  .main-mobile-nav div.mobile-toggle {
    display: block;
    text-align: center;
    background-color: #20283d;
    margin: 0;
    padding: 5px 0; }
    .main-mobile-nav div.mobile-toggle span:nth-child(1) {
      position: absolute;
      top: 25px;
      width: 40px;
      transition: .5s all ease-in-out;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .main-mobile-nav div.mobile-toggle span:nth-child(2) {
      display: none; }
    .main-mobile-nav div.mobile-toggle span:nth-child(3) {
      position: absolute;
      top: 25px;
      width: 40px;
      transition: .5s all ease-in-out;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .main-mobile-nav ul {
    padding: 0;
    margin: 0; }
    .main-mobile-nav ul li {
      display: block;
      border-bottom: 1px solid #d8a633; }
      .main-mobile-nav ul li a {
        padding: 20px;
        display: block;
        color: #FFFFFF;
        text-transform: uppercase; }
      .main-mobile-nav ul li:hover a {
        background-color: #d8a633;
        color: #FFFFFF; }

div.mobile-toggle {
  display: none;
  margin: -15px 0;
  text-align: right; }
  div.mobile-toggle button {
    height: 50px;
    width: 55px;
    border: none;
    background-color: transparent;
    outline: none; }
    div.mobile-toggle button span {
      display: block;
      width: 100%;
      height: 1px;
      margin: 5px 0;
      background-color: #FFFFFF; }

@media only screen and (max-width: 990px) {
  header nav ul {
    display: none; }
  div.mobile-toggle {
    display: block; }
/*.main-mobile-nav ul li{ opacity: 0; }
.main-mobile-nav.open-menu ul li:nth-child(1){  opacity: 1; transition: opacity 0.3s; transition-delay: 0.06s; }
.main-mobile-nav.open-menu ul li:nth-child(2){  opacity: 1; transition: opacity 0.3s; transition-delay: 0.12s; }
.main-mobile-nav.open-menu ul li:nth-child(3){  opacity: 1; transition: opacity 0.3s; transition-delay: 0.18s; }
.main-mobile-nav.open-menu ul li:nth-child(4){  opacity: 1; transition: opacity 0.3s; transition-delay: 0.24s; }
.main-mobile-nav.open-menu ul li:nth-child(5){  opacity: 1; transition: opacity 0.3s; transition-delay: 0.3s; }
.main-mobile-nav.open-menu ul li:nth-child(6){  opacity: 1; transition: opacity 0.3s; transition-delay: 0.36s; }
.main-mobile-nav.open-menu ul li:nth-child(7){  opacity: 1; transition: opacity 0.3s; transition-delay: 0.42s; }*/
}

@media only screen and (max-width: 500px) {
  a[href^='tel'],
  a[href^='mailto'] {
    word-break: break-all; } }

/** Re-Useable **/
.container{ max-width: 1150px; margin: 0px auto; }
@media screen and (max-width: 1200px){
  .container { padding: 0 2%; }
}
.content-relative{ position: relative; }
.outer-holder{ position: relative; display: table; width: 100%; height: 100%; }
.outer-holder .inner-holder{ display: table-cell; vertical-align: middle; }
.vertical-padding{ padding: 100px 0; }
.vertical-padding-large{ padding: 150px 0; }
.vertical-yellow-borders{ border-top: 20px solid #d8a733; border-bottom: 20px solid #d8a733; }
.white-bg{ background: #e6eefd; }
.light-blue-bg{ background: #27314e; }

.text-center{ text-align: center; }
p.button{ margin-top: 45px; }
p.button a{ font-size: 0.85em;  text-transform: uppercase; letter-spacing: 1px; color: #27314e; font-weight: 700;
    background: #d8a733;  border-radius: 25px;  padding: 13px 30px; }


p.button .ghost{ font-size: 0.85em; font-weight: 700; text-transform: uppercase; color: #d8a733; border: 1px solid #d8a733; padding: 10px 20px;
    border-radius: 25px;     background: transparent; letter-spacing: 1px; }
p.button .ghost:hover{ background-color: #d8a733; color: #27314e; }


/** Header **/
header{ position: absolute; top: 0; width: 100%; z-index: 50; }
header img{ margin-top: 30px;     width: 155px; }
header nav{ float: right; margin-top: 60px; }
header nav ul{ list-style: none;  }
header nav ul li{ float: left; margin-left: 25px; }
header nav ul li a{ color: #fff; font-weight: 500; font-size: 1em; }
header nav ul li.current_page_item a,
header nav ul li a:hover{ color: #d8a733; }
header nav ul li:last-of-type{ margin-left: 45px; }
header nav ul li:last-of-type a{ font-size: 0.85em; text-transform: uppercase; letter-spacing: 1px; color: #27314e; font-weight: 700;
border-radius: 25px;  padding: 13px 30px; }

@media screen and (max-width: 1085px){
  header nav ul li{ margin-left: 15px; }
  header nav ul li:last-of-type{ margin-left: 25px; }
}
@media screen and (max-width: 960px){
  header nav ul li a{ font-size: 0.95em; }
}

/** Hero Banner **/
.hero-banner{ height: 57vh; min-height: 400px; background-size: cover; background-position: center;  background-repeat: no-repeat; }
.hero-banner-content{ margin-top: 7%; }
.hero-banner-content h2{ color: #d8a733; font-weight: 700; font-size: 2.2em; }
.hero-banner-content h1{ color: #fff; font-weight: 700; font-size: 5.5em; line-height: 100%; margin-left: -5px; }
.hero-banner-content p.button{ margin-top: 50px; }

.banner-logo{ position: absolute; bottom: 50px; right: 50px; height: 50px; width: 50px; }
.banner-logo img{ width: 100%; }

.hero-banner-inner{ min-height: 0; height: 360px; background-position: 100% 30%; }
.hero-banner-inner .hero-banner-content{ margin-top: 100px; }

.single-banner{ height: 220px; }

@media only screen and (max-width: 790px) {
.hero-banner-content h1{ font-size: 4.5em; }
.hero-banner-content h2{ font-size: 1.9em; }
}
@media only screen and (max-width: 580px) {
  .hero-banner { height: 65vh; }
  .hero-banner-content h1{ font-size: 2.5em; line-height: 150%;  margin-left: 0; }
  .hero-banner-content h2{ font-size: 1.4em; }
  .hero-banner-content p.button{ margin-top: 20px; }
  .banner-logo{ right: 15px; }
}
@media only screen and (max-width: 380px) {
  .hero-banner-content h2{ font-size: 1em; }
  .hero-banner-content h1{ font-size: 2.25em; }
}

/** Page Intros **/
#page-intros{ border-top: 1px solid #909eb9; }
.intro-links{ float: left; width: 33.3%; border-left: 1px solid #909eb9; padding: 45px; }
.intro-links:last-of-type{ border-right: 1px solid #909eb9; }
.intro-links p{ font-size: 18px; }
.intro-links a{ display: block; margin-top: 15px; color: #d8a733; }
.intro-links a:hover{ text-decoration: underline; }

#secondary-page-link .content-left{ float: left; width: 45%; }
#secondary-page-link .content-right{ float: right; width: 42%; }
#secondary-page-link h2{ color: #20283e; line-height: 100%; }
#secondary-page-link p{ color: #444b5e; font-size: 18px; }

.intro-links h3 .fas{     font-size: 1.8em; }

@media only screen and (max-width: 990px) {
  .intro-links{ padding: 30px; }
  .intro-links p{ font-size: 16px; }
}
@media only screen and (max-width: 760px) {
  .intro-links{ width: 100%; padding: 30px 0;  border-left: none; border-bottom: 1px solid #909eb9; }
  .intro-links:last-of-type{ border-right: none; border-bottom: none; }
  #secondary-page-link .content-left{ width: 100%; }
  #secondary-page-link .content-right{ width: 100%; }
}

/** Contact Form **/
#contact-form h2{ color: #20283e; }
.contact-form{ padding: 50px 0; max-width: 1000px; margin: 0px auto; }
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea{  width: 100%; border: 1px solid #444b5e; background: transparent; padding: 10px; font-family: azo-sans-web, sans-serif;
    margin-bottom: 15px; font-size: 16px; }
.contact-form input[type=text]::placeholder,
.contact-form input[type=email]::placeholder,
.contact-form textarea::placeholder{ color: #444b5e; }
.form-field-half{ float: left; width: 50%; padding: 0 20px; }
.form-field-full{ float: left; width: 100%; padding: 0 20px; }

.contact-form p{ text-align: center; display: inline-block; width: 100%; }
.contact-form p input[type=submit]{ font-size: 0.85em;  text-transform: uppercase;  letter-spacing: 1px;  color: #27314e;  font-weight: 700;
    background: #d8a733; border-radius: 25px;  padding: 13px 30px; border: none; }
.contact-form p input[type=submit]:hover{ cursor: pointer;     background-color: #a67b00;  }

@media only screen and (max-width: 600px) {
  .form-field-half{ width: 100%;  }
}

/** About Us **/
#about-us h2{ color: #fff; }
#about-us .para-border{ border: 1px solid #909eb9; border-radius: 10px; padding: 35px 30px;
    font-size: 22px; font-weight: 700; }
#about-us .content-left{float: left; width: 50%; min-height: 650px; }
#about-us .content-right{ float: left; width: 46%; margin-left: 3%; }
#about-us img{  height: 100%;  width: 100%;  -o-object-fit: cover;  object-fit: cover; border-left: 20px solid #d8a733; }
#about-us ul{ margin: 1em; color: #444b5e; line-height: 1.5; }

#about-us.inverse-about h2{ color: #20283e; }
#about-us.inverse-about p{ color: #444b5e }

@media only screen and (max-width: 800px) {
  #about-us .content-left{ width: 100%;  height: 400px !important; }
  #about-us .content-right{ width: 100%; margin-left: 0%; margin-top: 50px;  }
  #about-us img{ border-left: none; border-bottom: 20px solid #d8a733; }
}
@media only screen and (max-width: 590px) {
  #about-us .content-left{ height: auto !important;     min-height: auto; }
  #about-us img{ border-bottom: 10px solid #d8a733; }
}

/** Testimonials **/
#testimonial .content-left{ float: left; width: 50%; }
#testimonial .content-right{ float: left; width: 50%; }
.testimonial-text{ padding: 60px; border-radius: 10px; }
.testimonial-text h4{ font-size: 22px; }
.testimonial-text h4, .testimonial-text p{ color: #444b5e; }

@media only screen and (max-width: 800px) {
  #testimonial h2{ margin-bottom: 30px; }
  #testimonial .content-left{ float: left; width: 100%; }
  #testimonial .content-right{ float: left; width: 100%; }
}
@media only screen and (max-width: 600px) {
  .testimonial-text{ padding: 30px; }
}

/* Newspaper Style */
.newspaper{ margin-top: 20px; -webkit-column-count: 2; /* Chrome, Safari, Opera */ -moz-column-count: 2; /* Firefox */ column-count: 2;
-webkit-column-gap: 40px; /* Chrome, Safari, Opera */ -moz-column-gap: 40px; /* Firefox */  column-gap: 40px; }
.newspaper p{ margin-top: 0; }

@media only screen and (max-width: 650px) {
  .newspaper{ -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
}

/* Pop Up Section*/
.background-half-image{ position: absolute; top: 0; right: 0; width: 50%; height: 100%; z-index: -1; }
.background-half-image img{ height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; }

.popup-content{ padding: 100px; background-color: #27314e;
    -webkit-box-shadow: 0px 0px 34px 0px rgba(0, 0, 0 ,0.8);
    -moz-box-shadow: 0px 0px 34px 0px rgba(0, 0, 0 ,0.8);
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0 ,0.8); background-image: url(/wp-content/themes/sassky-theme/imgs/popout-bg-flipped.jpg);     background-repeat: no-repeat;
    background-size: 700px;  background-position: 100% 0%; }
.popup-content h3{ margin-bottom: 20px; }
.popup-content p{ max-width: 55%; }

@media only screen and (max-width: 800px) {
  .popup-content{ padding: 30px;  }
  .popup-content p { max-width: 100%; }
}

/** Table **/
#packages-table{ background-image: url(/wp-content/themes/sassky-theme/imgs/large-table-bg.jpg); background-size: 100%; background-repeat: no-repeat;
  background-color: #27304f;     border-bottom: 20px solid #d8a733; }

#tablepress-1 .odd td{ background-color: #edf3f9; }
#tablepress-1 tbody td,
#tablepress-1 tfoot th{ border-top: none; padding: 8px 20px 8px; vertical-align: middle; }

#tablepress-1 thead th{ border-bottom: none; color: #fff; padding: 20px 0px; text-align: center; border-left: 1px solid #20283e;
  border-right: 1px solid #20283e; border-radius: 20px 20px 0 0; font-size: 21px; width: 115px; }
#tablepress-1 thead .row-1 .column-1{ background-color: transparent;     border: none; }
#tablepress-1 thead .row-1 .column-2{ background-color: #d77c33;     border-left: none; }
#tablepress-1 thead .row-1 .column-3{ background-color: #d7a733; }
#tablepress-1 thead .row-1 .column-4{ background-color: #d7d133; }

#tablepress-1 tbody{ -webkit-box-shadow: 0px 0px 34px 0px rgba(0, 0, 0 ,0.8);
    -moz-box-shadow: 0px 0px 34px 0px rgba(0, 0, 0 ,0.8);
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0 ,0.8); }

#tablepress-1 tbody tr.row-2 td.column-1{ border-radius: 20px 0 0 0; } 
#tablepress-1 tbody tr:last-of-type td.column-1{ border-radius: 0 0 0 20px; } 
#tablepress-1 tbody tr:last-of-type td.column-4{ border-radius: 0 0 20px 0px; } 
#tablepress-1 tbody tr td{ text-align: center; }
#tablepress-1 tbody tr td.column-1{ color: #444b5e; text-align: left;     font-weight: 500; }
#tablepress-1 tbody tr td.column-2{ color: #d77c33; font-weight: 500; font-size: 1.4em; border-left: 1px solid #ccc; }
#tablepress-1 tbody tr td.column-3{ color: #d7a733; font-weight: 500; font-size: 1.4em; border-left: 1px solid #ccc; }
#tablepress-1 tbody tr td.column-4{ color: #d7d133; font-weight: 500; font-size: 1.4em; border-left: 1px solid #ccc; }

.packages-popup-content{ background-image: none; }
.packages-popup-content .content-left,
.packages-popup-content .content-right{ float: left; width: 50%; }
.packages-popup-content .content-right{ padding-left: 20px; }
.packages-popup-content .content-right p,
.packages-popup-content .content-right ul{ color: #d8a733; font-size: 18px; }
.packages-popup-content .content-right ul li{ margin-bottom: 5px; }

@media only screen and (max-width: 950px) {
  .packages-popup-content .content-left,
  .packages-popup-content .content-right{ width: 100%; padding-left: 0; }
  .packages-popup-content .content-right{ margin-top: 30px;  }
  .packages-popup-content .content-right p,
.packages-popup-content .content-right ul{ font-size: 16px; }
}
@media only screen and (max-width: 600px) {
  #tablepress-1 thead th,
  #tablepress-1 tbody tr td.column-1{ font-size: 13px; }
  #tablepress-1 tbody tr td.column-2,
  #tablepress-1 tbody tr td.column-3,
  #tablepress-1 tbody tr td.column-4{font-size: 1em;}
}

/** What we use **/
.background-left{ width: 50%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; background-size: cover; background-position: center;}
.partners-content .content-left{  width: 62%; float: left; padding: 100px; background-color: #27314e;
    -webkit-box-shadow: 0px 0px 34px 0px rgba(0, 0, 0 ,0.8);
    -moz-box-shadow: 0px 0px 34px 0px rgba(0, 0, 0 ,0.8);
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0 ,0.8); }
.partners-content .content-left h2{ line-height: 100%; margin-bottom: 30px; }
.partners-content .content-left h3{ font-size: 22px; }
.partners-content .content-left .sideimage{ position: absolute; top: -50px; right: -330px; max-height: 580px; }

.app-logo{ position: absolute; top: 100px; right: 120px; width: 115px; z-index: 0;  }

@media only screen and (max-width: 990px) {
  .partners-content .content-left .sideimage{ top: 50px; right: -175px; max-height: 350px; }
  .partners-content .content-left h3{ font-size: 18px; }
  .app-logo{ top: 20px; right: auto; left: 20px; }
}
@media only screen and (max-width: 850px) {
  .partners-content .content-left{ width: 100%; padding: 100px 50px; }
  .partners-content .content-left .sideimage{ position: relative; float: left; right: auto; }
}
@media only screen and (max-width: 480px) {
  .partners-content .content-left{ padding: 100px 2%; }
}

/** Contact Us **/
#contact-cta h2{ color: #20283e; }
#contact-cta p{ color: #444b5e; }
#contact-cta .content{ width: 400px; margin: 0 auto; }

footer .footer-top{ padding: 50px 0; }
footer .footer-top .footer-col{ float: left; width: auto; padding-right: 8%; }
footer .footer-top .footer-col h5{ font-size: 14px; font-weight: 500; color: #d8a733; text-decoration: underline; margin-bottom: 1em; }
footer .footer-top .footer-col p{ font-size: 14px; color: #fff; margin: 0 0 0.5em; }
footer .footer-top .footer-col p .fas{  color: #d8a733; width: 25px; text-align: center; }
footer .footer-top .footer-col ul{ list-style: none; }
footer .footer-top .footer-col ul li{     margin-bottom: 0.5em; }
footer .footer-top .footer-col ul li a{ color: #fff; font-size: 14px; }
footer .footer-top .footer-col ul li.current_page_item a{ color: #d8a733; }
footer .footer-top .footer-col ul li a:hover{ color: #d8a733; }
footer .footer-top .footer-col img{ width: 130px; }

.social-icons{ padding: 30px 0 10px; color: #415172; }
.social-icons a{ border: 1px solid #415172; color: #415172; margin-right: 10px; padding: 10px; font-size: 14px;   }
.social-icons a .fab{ margin-right: 5px; }
.social-icons a:hover{ color: #909eb9; border: 1px solid #909eb9; }

.footer-logos{ float: right; margin-top: -15px; }
.footer-logos img{ height: 50px; margin-right: 10px; }

#copyright p{ font-size: 14px; padding: 20px 0; margin: 0; color: #415172; }

@media only screen and (max-width: 1070px) {
  footer .footer-top .footer-col{ width: 100%; padding-right: 0; text-align: center;  margin-bottom: 25px; }
}
@media only screen and (max-width: 440px) {
  .social-icons a span{ display: none; }
  .social-icons a .fab{ margin-left: 5px; }
}
@media only screen and (max-width: 420px) {
  #contact-cta .content{ width: 100%; }
}

/* New Blog Section */
#news h2{ margin-bottom: 50px; }

.news-article{ float: left; position: relative; margin: 40px 25px; padding: 30px 0; }

.news-items-inner .news-article{ width: 33%; margin: 0 0 70px; }
/* .news-items-inner .news-article:nth-of-type(2){ margin: 0 5%; } */

.article-img{ position: absolute; top: 0; left: 0; width: 100%; height: 230px; overflow: hidden;  border-left: 20px solid #d8a733;}
.article-img img{  height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; transition: .5s;}
.news-article:hover .article-img img{ transform: scale(1.2); transition: .5s; }
.news-article .news-title,
.news-article .article-snippet{ margin-bottom: 20px; }
.news-article .article-snippet{ margin-top: 230px; }
.news-article .news-title h4{ color: #20283e; }
.news-article .news-title h4:hover{ color: #d8a733 }
.news-article .news-title span{ color: #444b5e; font-size: 0.85em; }
.news-article .article-snippet .excerpt{ color: #444b5e; line-height: 150%; }
.news-article .none-btn-link{ color: #d8a733; }
.news-article .none-btn-link:hover{ text-decoration: underline; }

.page-template-template-news #contact-cta.white-bg,
.single #contact-cta.white-bg{ background: #fff; }

.single article p{ color: #444b5e; text-align: center; }
.single article ul li{ color: #444b5e; line-height: 150%; margin-bottom: 10px; text-align: center; }
.single article h3{ color: #20283e; text-align: center; }

.single-post article p,
.single-post article ul li,
.single-post article h3{ text-align: left; }

@media only screen and (max-width: 930px) {
  .news-items-inner .news-article{ width: 48%; }
  .news-items-inner .news-article:nth-of-type(odd){ margin: 0 2% 70px 0; }
  .news-items-inner .news-article:nth-of-type(even){ margin: 0 0 70px 2%; }
}

@media only screen and (max-width: 600px) {
  .news-items-inner .news-article{ width: 100%; }
  .news-items-inner .news-article:nth-of-type(odd){ margin: 0 0 50px 0; }
  .news-items-inner .news-article:nth-of-type(even){ margin: 0 0 50px 0; }
}

/* Pagination */
#home-news-section .navigation ol {  /*font-size: 1.125em;*/ font-size: 1em; padding: 0; margin: 40px 0 0; }
.navigation ol.tw-pagination {  padding: 0; text-align: center;  margin-bottom: 0; float: none;
    display: table; margin: 0 auto; clear: both; }
.navigation ol.tw-pagination li { list-style-type: none; float: left; line-height: 2.1;}
.navigation ol.tw-pagination li a {  text-align: center;  font-weight: 700;  margin-right: 10px;  padding: 0;
  width: 20px; height: 35px; display: inline-block; margin-bottom: 10px;  line-height: 35px;  border-radius: 35px;
  border: none;  color: #20283e;  background-color: transparent;}
.navigation ol.tw-pagination li a:hover {  color: #d8a733;  background-color: transparent;}
.navigation ol.tw-pagination li .current {  text-align: center;  font-weight: 700;  margin-right: 10px;  padding: 0;  width: 20px;
  height: 35px;  display: inline-block;  margin-bottom: 10px;  line-height: 35px;  border-radius: 35px;  border: none;  color: #d8a733;
  background-color: transparent;}
.navigation ol.tw-pagination li .title {  display: none;}
.navigation ol.tw-pagination li:last-child a {  margin-right: 0;}

/* Adam Amends - Dec 19 */
.popup-content p{ color: #fff; }
@media only screen and (max-width: 520px) {
	.social-icons a{ display: table; margin: 10px auto;}
	.footer-logos{ float: none; margin-top: -15px; width: auto; margin: 40px auto 0; display: table; }
}

.error404 main { padding: 150px 0 50px 0; }