/*
Theme Name: User Central
Description: Built solely for use by User Central
Author: Jo Cox Design
Author URI: http://www.jocoxdesign.co.uk
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0

*/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

body {
    background-color: #FFF;
}

body,
p,
ul,
ol,
li,
h1,
h2,
label,
button,
.button,
a.button,
table tr th, 
table tr td,
.header p,
h1,
h2,
h3,
h4 {
    font-family: "p22-underground",sans-serif;
    font-weight: normal;
    font-size: 1.1rem;
}

label,
.gform_wrapper .gfield_required {
    color: #2980b9!important;
}

.top-bar-section ul li > a,
.top-bar-section .dropdown li a,
.top-bar .toggle-topbar a {
    font-family: "p22-underground",sans-serif;
    font-weight: normal;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.top-bar-section ul li > a {
    transition: 300ms ease all;
}

.top-bar-section ul li:last-child {
    background: #2980b9;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
}

.top-bar-section ul li:last-child a,
.top-bar-section ul li:last-child a:hover {
    background: #2980b9;
    color: #FFF;
    
}

.normal p.like-what-reading {
    background: #2980b9;
    color: #FFF;
    padding: 10px;
    font-weight: bold;
}

table tr th, 
table tr td {
    font-size: 1rem;
}

table thead tr th, 
table thead tr td {
    font-size: 1.25rem;
}

h1,
h2 {
    text-align: center;
}

h1 {
    font-size: 2.5rem;
    line-height: 2.8rem;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 2rem;
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
    margin: 0;
    padding: 0;
}

h4 {
    font-size: 1.3rem;
    margin: 0 0 10px 0;
    padding: 0;
}

.accordion {
    margin: 0;
}

.accordion:before,
.accordion:after {
    content: " ";
    display: table;
}

.accordion:after {
    clear: both;
}

.accordion .accordion-navigation,
.accordion dd {
    display: block;
    margin-bottom: 0 !important;
}

.accordion .accordion-navigation.active > a,
.accordion dd.active > a {
    background: rgba(94, 124, 136, 0.15);
}

.accordion .accordion-navigation > a,
.accordion dd > a {
    background: rgba(94, 124, 136, 0.15);
    color: #222222;
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 1.1rem;
    padding: 1rem;
}

.accordion .accordion-navigation > a:hover,
.accordion dd > a:hover {
    background: rgba(94, 124, 136, 0.25);
}

.accordion .accordion-navigation > .content,
.accordion dd > .content {
    display: none;
    padding: 0.9375rem;
}

.accordion .accordion-navigation > .content.active,
.accordion dd > .content.active {
    background: #FFFFFF;
    display: block;
}

.wrapper {
    float: left;
    width: 100%;
    position: relative;
}

.main-menu {
    margin-top: 20px;
}

.normal {
    background: #FFF;
    padding-top: 90px;
    padding-bottom: 120px;
}

h1 img {
    height: 2.5rem; 
    margin-right: 10px;
}

.normal h1,
.normal h2,
.normal h3,
.normal h4,
.normal p,
.normal ul,
.normal ol {
    color: #326295;
}

.single .normal p {
    text-align: left;
}

.normal p:last-child {
    margin-bottom: 0;
}

.normal h2 {
    margin-bottom: 20px;
}

.normal a {
    color: #326295;
    text-decoration: underline;
}

.normal a.button,
.normal a.button:hover {
    padding: 0.9rem 1.1rem 0.7rem 1.1rem;
    color: #FFF;
}

.normal a:hover {
    color: #2980b9;
}

.hero {
    padding-top: 5vh;
    padding-bottom: 80vh;
}

@media only screen and (min-width: 40.0625em) { 
.hero {
    padding-top: 5vh;
    padding-bottom: 60vh;
}
}

.hero p {
    color: #2980b9;
    font-size: 2rem;
}

.hero img {
    margin-top: -20px;
}

.single img {
    margin-bottom: 20px;
}

.page-title-blue {
    background: #2980b9;
    padding-top: 60px;
    padding-bottom: 30px;
    margin-top: 0px;
}

.page-title-white {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0px;
}

.page-title-quote {
    background: #2980b9;
    padding-top: 60px;
    padding-bottom: 30px;
    margin-top: 0px;
}

.page-title-quote h1 {
    color: #FFF;
}

.page-title-blue p,
.page-title-quote p,
.page-title-white p {
    font-size: 1.25rem;
    margin-top: 20px;
}

.page-title-quote p,
.page-title-blue p {
    color: #FFF;
}

.page-title-white p,
.page-title-white a {
    color: #2980b9;
}

.page-title-white a {
	color: #2980b9;
}

.page-title-white a:hover {
    text-decoration: underline;
}

.page-title-white h1 {
    color: #2980b9;
}

.page-title-blue:after,
.page-title-quote:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  height: 60px;
  background: #2980b9;
  -webkit-transform: skewY(-1.5deg);
  -moz-transform: skewY(-1.5deg);
  -ms-transform: skewY(-1.5deg);
  -o-transform: skewY(-1.5deg);
  transform: skewY(-1.5deg);
    z-index: 1000;
}

.page-title-blue h1,
.page-title-blue p {
    color: #FFF;
}

.page-title-blue h1,
.page-title-white h1 {
    margin-bottom: 30px;
}

.how {
    background: #2980b9;
    padding-top: 60px;
    padding-bottom: 30px;
    margin-top: 0px;
}

.how:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  height: 60px;
  background: #2980b9;
  -webkit-transform: skewY(-1.5deg);
  -moz-transform: skewY(-1.5deg);
  -ms-transform: skewY(-1.5deg);
  -o-transform: skewY(-1.5deg);
  transform: skewY(-1.5deg);
    z-index: 1000;
}

.how h2 {
    margin-bottom: 30px;
}

.how h3 {
    margin-bottom: 20px;
}

.how h2,
.how h3 {
    color: #FFF;
}

.how p {
    color: #FFF;
    margin: 0;
    padding: 0 0 20px 0;
}

.how .button,
.how a.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.6rem 0.8rem 0.4rem 0.8rem;
    font-size: 1.1rem;
    background: none;
    background-color: none;
    border: solid 3px #FFF;
    color: #FFF;
    transition: background-color 300ms ease-out;
}

.blog-list {
    padding-top: 60px;
    padding-bottom: 120px;
}

.blog-list h1 {
    color: #326295;
    margin-bottom: 30px;
}

.blog-list p {
    color: #326295;
}

.blog-intro {
    text-align: center;
}

.problem-item {
    padding: 0;
}

.problem-container {
    position: relative;
}

.problem-container img {
    width: 100%;
}

.problem-container h3 {
    color: #FFF;
    text-align: center;
}

.problem-container p.sub-heading {
    color: #FFF;
    text-align: center;
    margin: 20px 0 0 0;
    display: none;
    transition: 300ms ease all;
}

.problem-container:hover p.sub-heading {
    display: block;
}

.problem-overlay {
    background: #2980b9;
    padding: 20px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    float: left;
    bottom: -60px;
    height: 90px;
    transition: 300ms ease all;
}

.problem-container:hover .problem-overlay {
    height: 200px;
}

.problem-readmore {
    background: #2980b9;
    text-align: right;
    padding: 10px;
    float: left;
    width: 100%;
    margin-top: 60px;
}

.problem-readmore .button,
.problem-readmore a.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.6rem 0.8rem 0.4rem 0.8rem;
    font-size: 0.7rem;
    background: none;
    background-color: none;
    border: solid 3px #FFF;
    color: #FFF;
    transition: background-color 300ms ease-out;
}

.filters {
    text-align: center;
    margin: 0;
    padding: 0;
}

.filters dd {
    display: inline-block;
}

.filters dd a {
    background: #FFF;
    color: #336699;
    padding: 8px 12px;
    border-radius: 5px;
    transition: 300ms ease all;
}

.filters dd a:hover {
    background: #336699;
    color: #FFF;
    padding: 8px 12px;
    border-radius: 5px;
}

#container {
    margin-top: 40px;
}

.item div {
    border: solid 1px #EEE;
}

.item h3,
.item p,
.item a {
    color: #2980b9;
}

.item p {
    padding: 10px;
    margin: 0;
    font-size: 0.9rem;
}

.item h3 {
    padding: 10px;
}

.carousel {
    padding-bottom: 120px;
    margin-top: -60px;
}

.carousel img {
    border: solid 10px #FFF;
    outline: none;
    max-height: 60px;
}

@media only screen and (min-width: 40.0625em) {
    .carousel img {
        max-height: 100px;
    }
}

.cta-footer {
    background: #2980b9;
    padding-top: 30px;
    padding-bottom: 60px;
    margin-top: 0px;
}

.cta-footer:before {
  content: '';
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  height: 60px;
  background: #2980b9;
  -webkit-transform: skewY(1.5deg);
  -moz-transform: skewY(1.5deg);
  -ms-transform: skewY(1.5deg);
  -o-transform: skewY(1.5deg);
  transform: skewY(1.5deg);
  -webkit-backface-visibility: hidden;
    z-index: 1000;
}

.cta-footer p {
    color: #FFF;
    font-size: 1.5rem;
    margin: 0;
    padding: 0 0 20px 0;
}

.cta-footer p:last-child {
    padding: 0;
}

.cta-footer a {
    color: #FFF;
    text-decoration: underline;
}

.footer {
    background: #2c3e50;
    padding-top: 30px;
}

.footer p {
    color: #FFF;
}

.footer .widget-container {
    margin-bottom: 30px;
}

.footer ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer a {
    color: #FFF;
}

.footer a:hover {
    text-decoration: underline;
}

.header {
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}

.home .header {
    background: #f1f1f1;
}

hr {
    margin-top: 10px;
    margin-bottom: 20px;
}

ul.entry-meta {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}

ul.entry-meta li {
    display: inline-block;
    margin-right: 20px;
}

.footer-swish {
    width: 100%;
}

.intro {
    font-size: 1.25rem;
}

.button i {
    margin-left: 10px;
}

button,
.button,
a.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.6rem 0.8rem 0.4rem 0.8rem;
    font-size: 1.1rem;
    background: #2980b9;
    background-color: none;
    border: none;
    color: #FFF;
    transition: background-color 300ms ease-out;
    text-transform: uppercase;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
    background: #2c3e50;
}

.gform_wrapper {
    margin: 0 0 30px 0!important;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea,
body .gform_wrapper label.gfield_label {
    color: #326295!important;
    font-weight: normal!important;
}

body .gform_wrapper ul li.gfield {
    margin-top: 0!important;
}

blockquote {
    margin: 0;
    padding: 0;
    border-left: none;
}

blockquote p {
    font-size: 1.2rem;
}

blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
    color: #999;
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #000;
}

.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
    max-width: 33%;
}

.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}

.comment-reply-title {
    margin-bottom: 20px;
}

.comments-area ol.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comments-area ol.children {
    list-style: none;
    margin: 0 0 0 30px;
    padding: 0;
}

.comments-area .comment-body {
    float: left;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #EEE;
}

.comments-area .vcard {
    border: none;
    padding: 0;
    margin: 0 5% 0 0;
    width: 10%;
    float: left;
    text-align: center;
}

.comments-area .vcard img {
    width: 100%;
    border-radius: 5rem;
}

.comments-area .comment-content {
    width: 85%;
    float: left;
}

.comments-area .reply {
    width: 100%;
    float: left;
    text-align: right;
    margin-bottom: 15px;
}

.comments-area .reply a {
    border: solid 1px #111;
    padding: 5px;
}

.comments-area .pingback {
    width: 100%;
    float: left;
}

.comment-metadata {
    font-size: 0.85rem;
}

.comment-respond {
    width: 100%; 
    float: left;
}

#back-top img {
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 80px;
    z-index: 10000000;
}