@charset "utf-8";
/*
Template Name: Pcomspace
Author: <a href="https://www.os-templates.com/">OS Templates</a>
Author URI: https://www.os-templates.com/
Licence: Free to use under our free template licence terms
Licence URI: https://www.os-templates.com/template-terms
File: Layout CSS
*/

@import url("fontawesome-4.6.3.min.css");
@import url("framework.css");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200&display=swap");
/* Rows

.container {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
}

.calendar {
	background: #2b4450;
	border-radius: 4px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
	height: 501px;
  perspective: 1000;
	transition: .9s;
	transform-style: preserve-3d;
	width: 100%;
}

/* Front - Calendar */

* {
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 0;
}

a {
    text-decoration: none;
}

body,
html {
    height: 100%;
}

body {
    background: #dfebed;
    font-family: "Roboto", sans-serif;
}

.front {
    transform: rotateY(0deg);
}

.current-date {
    border-bottom: 1px solid rgba(73, 114, 133, 0.6);
    display: flex;
    justify-content: space-between;
    padding: 30px 40px;
}

.current-date h1 {
    color: #dfebed;
    font-size: 1.4em;
    font-weight: 300;
}

.week-days {
    color: #dfebed;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    padding: 30px 40px;
}

.days {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.weeks {
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 0 40px;
}

.weeks div {
    display: flex;
    font-size: 1.2em;
    font-weight: 300;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}

.last-month {
    opacity: 0.3;
}

.weeks span {
    padding: 10px;
}

.weeks span.active {
    background: #f78536;
    border-radius: 50%;
}

.weeks span:not(.last-month):hover {
    cursor: pointer;
    font-weight: 600;
}

.event {
    position: relative;
}

.event:after {
    content: "•";
    color: #f78536;
    font-size: 1.4em;
    position: absolute;
    right: -4px;
    top: -4px;
}

/* Back - Event form */

.back {
    height: 100%;
    transform: rotateY(180deg);
}

.back input {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(73, 114, 133, 0.6);
    color: #dfebed;
    font-size: 1.4em;
    font-weight: 300;
    padding: 30px 40px;
    width: 100%;
}

.info {
    color: #dfebed;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 1.2em;
    padding: 30px 40px;
}

.info div:not(.observations) {
    margin-bottom: 40px;
}

.info span {
    font-weight: 300;
}

.info .date {
    display: flex;
    justify-content: space-between;
}

.info .date p {
    width: 50%;
}

.info .address p {
    width: 100%;
}

.actions {
    bottom: 0;
    border-top: 1px solid rgba(73, 114, 133, 0.6);
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
}

.actions button {
    background: none;
    border: 0;
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 0;
    padding: 30px 0;
    text-transform: uppercase;
    width: 50%;
}

.actions button:first-of-type {
    border-right: 1px solid rgba(73, 114, 133, 0.6);
}

.actions button:hover {
    background: #497285;
    cursor: pointer;
}

.actions button:active {
    background: #5889a0;
    outline: none;
}

/* Flip animation */

.flip {
    transform: rotateY(180deg);
}

.front,
.back {
    backface-visibility: hidden;
}

.row0,
.row0 a {
}
.row1 {
    border-bottom: 1px solid;
}
.row2,
.row2 a {
}
.row3,
.row3 a {
}
.row4,
.row4 a {
}
.row5,
.row5 a {
}

/* Header
--------------------------------------------------------------------------------------------------------------- */
#header {
}

#h2 {
    font-family: "Source Sans Pro", sans-serif;
}

#header #logo {
    margin: 0 0 0 0;
}
#header #logo h1 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    text-transform: uppercase;
}

/* Page Intro
--------------------------------------------------------------------------------------------------------------- */
#pageintro {
    padding: 200px 0;
}
.heading {
    font-family: "Source Sans Pro", sans-serif;
}

#pageintro article {
    display: block;
    max-width: 75%;
    margin: 0 auto;
    text-align: center;
}
#pageintro article * {
    word-wrap: break-word;
}
#pageintro .heading {
    margin-bottom: 20px;
    font-size: 3rem;
}
#pageintro p:first-of-type {
    display: block;
    max-width: 75%;
    margin: 0 auto 30px;
}
#pageintro footer {
    margin-top: 80px;
}

/* Click to Action
--------------------------------------------------------------------------------------------------------------- */
.cta {
    padding: 50px 0;
}

.cta > :first-child {
    margin-top: 10px;
}
.cta > :last-child {
    margin-bottom: 0;
} /* Used when elements stack in smaller viewports */

/* Content Area
--------------------------------------------------------------------------------------------------------------- */
.container {
    padding: 80px 0;
}

/* Content */
.container .content {
}

.sectiontitle {
    display: block;
    margin-bottom: 80px;
}
.sectiontitle * {
    margin: 0;
}

#testimonials {
}
#testimonials > li:last-child,
#testimonials > li:last-child blockquote {
    margin-bottom: 0;
} /* Used when elements stack in smaller viewports */
#testimonials figure {
    margin-bottom: 20px;
    text-align: center;
}
#testimonials figure img {
    margin-bottom: 20px;
}
#testimonials figure figcaption {
}
#testimonials figure figcaption * {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
}
#testimonials figure figcaption strong {
    margin-bottom: 5px;
}
#testimonials figure figcaption br {
    display: none;
}
#testimonials figure figcaption em {
    font-size: 0.8rem;
}
#testimonials blockquote {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 0 25px 0;
    padding: 30px;
    z-index: 1;
}

#testimonials blockquote::after {
    display: none;
}

.latest {
}
.latest article {
}
.latest article figure {
    display: block;
    position: relative;
    margin-bottom: 30px;
}
.latest article figure img {
}
.latest article figure figcaption {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 50px;
}
.latest article figure figcaption * {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    line-height: 1;
}
.latest article figure figcaption time {
    width: 100%;
}
.latest article figure figcaption time strong {
    padding: 12px 0;
    font-size: 18px;
}
.latest article figure figcaption time em {
    padding: 8px 0;
}
.latest article .txtwrap {
}
.latest article .txtwrap .heading {
    margin: 0;
    font-size: 1.2rem;
}
.latest article .txtwrap .meta {
}
.latest article .txtwrap .meta li {
    display: inline-block;
    font-size: 0.8rem;
}
.latest article .txtwrap .meta li::after {
    margin-left: 5px;
    content: "/";
}
.latest article .txtwrap .meta li:last-child::after {
    margin: 0;
    content: "";
}
.latest article .txtwrap p {
}
.latest article .txtwrap footer {
}

/* Comments */
#comments ul {
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
}
#comments li {
    margin: 0 0 10px 0;
    padding: 15px;
}
#comments .avatar {
    float: right;
    margin: 0 0 10px 10px;
    padding: 3px;
    border: 1px solid;
}
#comments address {
    font-weight: bold;
}
#comments time {
    font-size: smaller;
}
#comments .comcont {
    display: block;
    margin: 0;
    padding: 0;
}
#comments .comcont p {
    margin: 10px 5px 10px 0;
    padding: 0;
}

#comments form {
    display: block;
    width: 100%;
}
#comments input,
#comments textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid;
}
#comments textarea {
    overflow: auto;
}
#comments div {
    margin-bottom: 15px;
}
#comments input[type="submit"],
#comments input[type="reset"] {
    display: inline-block;
    width: auto;
    min-width: 150px;
    margin: 0;
    padding: 8px 5px;
    cursor: pointer;
}

/* Sidebar */
.container .sidebar {
}

.sidebar .sdb_holder {
    margin-bottom: 50px;
}
.sidebar .sdb_holder:last-child {
    margin-bottom: 0;
}

/* Split Box
--------------------------------------------------------------------------------------------------------------- */
.split {
}

.split section {
    display: block;
    position: relative;
    float: right;
    width: 50%;
    padding: 100px 0 100px 50px;
}
.split section::after {
    display: block;
    position: absolute;
    top: 0;
    right: -1000%;
    bottom: 0;
    left: 100%;
    content: "";
}

.split section .fa-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.split section .fa-ul > li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px;
}
.split section .fa-ul > li:last-child {
    margin-bottom: 0;
}
.split section .fa-li {
    position: absolute;
    top: 2px;
    left: 0;
    width: auto;
    font-size: 20px;
}

/* Contact Details
--------------------------------------------------------------------------------------------------------------- */
#ctdetails {
    padding: 30px 0;
}
#ctdetails li {
    position: relative;
    min-height: 50px;
    padding-left: 70px;
}
#ctdetails li:last-child {
    margin-bottom: 0;
} /* Used in small devices when elements stack */
#ctdetails li * {
    margin: 0;
    padding: 0;
}
#ctdetails li p:first-of-type {
    font-weight: 700;
    text-transform: uppercase;
}
#ctdetails i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
}

/* Footer
--------------------------------------------------------------------------------------------------------------- */
#footer {
    padding: 80px 0;
}

#footer .heading {
    margin-bottom: 50px;
    font-size: 1.2rem;
}

#footer nav {
    margin-bottom: 15px;
    text-transform: uppercase;
}
#footer nav ul {
}
#footer nav ul li {
    display: inline-block;
    margin-right: 15px;
}
#footer nav ul li:last-child {
    margin-right: 0;
}

#footer .linklist li {
    display: block;
    margin-bottom: 12px;
    padding: 0 0 12px 0;
    border-bottom: 1px solid;
}
#footer .linklist li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
#footer .linklist li::before,
#footer .linklist li::after {
    display: table;
    content: "";
}
#footer .linklist li,
#footer .linklist li::after {
    clear: both;
}

/* Copyright
--------------------------------------------------------------------------------------------------------------- */
#copyright {
    padding: 20px 0;
}
#copyright * {
    margin: 0;
    padding: 0;
}

/* Transition Fade
--------------------------------------------------------------------------------------------------------------- */
*,
*::before,
*::after {
    transition: all 0.3s ease-in-out;
}
#mainav form * {
    transition: none !important;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */

/* Navigation
--------------------------------------------------------------------------------------------------------------- */
nav ul,
nav ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

#mainav,
#breadcrumb,
.sidebar nav {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 25px;
    line-height: normal;
}
#mainav .drop::after,
#mainav li li .drop::after,
#breadcrumb li a::after,
.sidebar nav a::after {
    position: absolute;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 10px;
    line-height: 10px;
}

/* Top Navigation */
#mainav {
}
#mainav ul {
    text-transform: uppercase;
}
#mainav ul ul {
    z-index: 9999;
    position: absolute;
    width: 180px;
    text-transform: none;
}
#mainav ul ul ul {
    left: 180px;
    top: 0;
}
#mainav li {
    display: inline-block;
    position: relative;
    margin: 0 15px 0 0;
    padding: 0;
}
#mainav li:last-child {
    margin-right: 0;
}
#mainav li li {
    width: 100%;
    margin: 0;
}
#mainav li a {
    display: block;
    padding: 30px 0;
}
#mainav li li a {
    border: solid;
    border-width: 0 0 1px 0;
}
#mainav .drop {
    padding-left: 15px;
}
#mainav li li a,
#mainav li li .drop {
    display: block;
    margin: 0;
    padding: 10px 15px;
}
#mainav .drop::after,
#mainav li li .drop::after {
    content: "\f0d7";
}
#mainav .drop::after {
    top: 35px;
    left: 5px;
}
#mainav li li .drop::after {
    top: 15px;
    left: 5px;
}
#mainav ul ul {
    visibility: hidden;
    opacity: 0;
}
#mainav ul li:hover > ul {
    visibility: visible;
    opacity: 1;
}

#mainav form {
    display: none;
    margin: 0;
    padding: 0;
}
#mainav form select,
#mainav form select option {
    display: block;
    cursor: pointer;
    outline: none;
}
#mainav form select {
    width: 100%;
    padding: 5px;
    border: 1px solid;
}
#mainav form select option {
    margin: 5px;
    padding: 0;
    border: none;
}

/* Breadcrumb */
#breadcrumb {
    padding: 120px 0 15px 0;
}
#breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}
#breadcrumb li {
    display: inline-block;
    margin: 0 6px 0 0;
    padding: 0;
}
#breadcrumb li a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 12px 0 0;
    font-size: 12px;
}
#breadcrumb li a::after {
    top: 3px;
    right: 0;
    content: "\f101";
}
#breadcrumb li:last-child a {
    margin: 0;
    padding: 0;
}
#breadcrumb li:last-child a::after {
    display: none;
}

/* Sidebar Navigation */
.sidebar nav {
    display: block;
    width: 100%;
}
.sidebar nav li {
    margin: 0 0 3px 0;
    padding: 0;
}
.sidebar nav a {
    display: block;
    position: relative;
    margin: 0;
    padding: 5px 10px 5px 15px;
    text-decoration: none;
    border: solid;
    border-width: 0 0 1px 0;
}
.sidebar nav a::after {
    top: 9px;
    left: 5px;
    content: "\f101";
}
.sidebar nav ul ul a {
    padding-left: 35px;
}
.sidebar nav ul ul a::after {
    left: 25px;
}
.sidebar nav ul ul ul a {
    padding-left: 55px;
}
.sidebar nav ul ul ul a::after {
    left: 45px;
}

/* Pagination */
.pagination {
    display: block;
    width: 100%;
    text-align: center;
    clear: both;
}
.pagination li {
    display: inline-block;
    margin: 0 2px 0 0;
}
.pagination li:last-child {
    margin-right: 0;
}
.pagination a,
.pagination strong {
    display: block;
    padding: 8px 11px;
    border: 1px solid;
    background-clip: padding-box;
    font-weight: normal;
}

/* Back to Top */
#backtotop {
    z-index: 999;
    display: inline-block;
    position: fixed;
    visibility: hidden;
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    opacity: 0.2;
}
#backtotop i {
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit;
}
#backtotop.visible {
    visibility: visible;
    opacity: 0.5;
}
#backtotop:hover {
    opacity: 1;
}

/* Tables
--------------------------------------------------------------------------------------------------------------- */
table,
th,
td {
    border: 1px solid;
    border-collapse: collapse;
    vertical-align: top;
}
table,
th {
    table-layout: auto;
}
table {
    width: 100%;
    margin-bottom: 15px;
}
th,
td {
    padding: 5px 8px;
}
td {
    border-width: 0 1px;
}

/* Gallery
--------------------------------------------------------------------------------------------------------------- */
#gallery {
    display: block;
    width: 100%;
    margin-bottom: 50px;
}
#gallery figure figcaption {
    display: block;
    width: 100%;
    clear: both;
}
#gallery li {
    margin-bottom: 30px;
}

/* Font Awesome Social Icons
--------------------------------------------------------------------------------------------------------------- */
.faico {
    margin: 0;
    padding: 0;
    list-style: none;
}
.faico li {
    display: inline-block;
    margin: 8px 5px 0 0;
    padding: 0;
    line-height: normal;
}
.faico li:last-child {
    margin-right: 0;
}
.faico a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
}

.faico a {
    color: inherit;
    background-color: #141414;
}
.faico a:hover {
    color: #ffffff;
}

.faicon-dribble:hover {
    background-color: #ea4c89;
}
.faicon-facebook:hover {
    background-color: #3b5998;
}
.faicon-google-plus:hover {
    background-color: #db4a39;
}
.faicon-linkedin:hover {
    background-color: #0e76a8;
}
.faicon-twitter:hover {
    background-color: #00acee;
}
.faicon-vk:hover {
    background-color: #4e658e;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */

/* Colours
--------------------------------------------------------------------------------------------------------------- */
body {
    color: #7f7f7f;
    background-color: #141414;
}
a {
    color: #6aaebf;
}
a:active,
a:focus {
    background: transparent;
} /* IE10 + 11 Bugfix - prevents grey background */
hr,
.borderedbox {
    border-color: #d7d7d7;
}
label span {
    color: #ff0000;
    background-color: inherit;
}
input:focus,
textarea:focus,
*:required:focus {
    border-color: #6aaebf;
}
.overlay {
    color: #ffffff;
    background-color: inherit;
}
.overlay::after {
    color: inherit;
    background-color: rgba(0, 0, 0, 0.55);
}
.coloured.overlay::after {
    background-color: rgba(49, 101, 115, 0.55); /* #316573 */
}

.btn,
.btn.inverse:hover,
a .icon.fa,
a.inverse:hover .icon.fa {
    color: #ffffff;
    background-color: #2ec4b6;
    border-color: #6aaebf;
}
.btn:hover,
.btn.inverse,
a:hover .icon.fa,
a.inverse .icon.fa {
    color: inherit;
    background-color: transparent;
    border-color: inherit;
}

/* Rows */
.row0,
.row0 a {
}
.row1 {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.3);
}
.row2 {
    color: #474747;
    background-color: #f7f7f7;
}
.row3 {
    color: #474747;
    background-color: #ffffff;
}
.row4 {
    color: #cbcbcb;
    background-color: #252525;
}
.row5,
.row5 a {
    color: #cbcbcb;
    background-color: #141414;
}

/* Header */
#header #logo a {
    color: inherit;
}

/* Split Box */
.split section
/* .split section::after { */ {
    color: #ffffff;
    background-color: rgba(49, 101, 115, 0); /* #316573 */
}
.split section .fa-ul .fa-li {
    color: #6aaebf;
}

/* Content Area */
.latest article figure figcaption {
    color: #ffffff;
}
.latest article figure figcaption time strong {
    background-color: #6aaebf;
}
.latest article figure figcaption time em {
    background-color: #316573;
}

/* Testimonial */
#testimonials blockquote {
    color: inherit;
    background-color: #f2f2f2;
}
#testimonials blockquote::before {
    color: #ffffff;
    background-color: #d7d7d7;
}

/* Contact Details */
#ctdetails i {
    color: inherit;
    background-color: rgba(49, 101, 115, 0.75); /* #316573 */
}
#ctdetails a {
    color: #6aaebf;
}

/* Footer */
#footer .heading {
    color: #ffffff;
}

#footer nav a {
    color: inherit;
}
#footer nav li:first-child a,
#footer nav a:hover {
    color: #6aaebf;
}

#footer .linklist li {
    border-color: rgba(255, 255, 255, 0.2);
}

/* Navigation */
#mainav li a {
    color: inherit;
    font-weight: bold;
}
#mainav .active a,
#mainav a:hover,
#mainav li:hover > a {
    color: #6aaebf;
    background-color: inherit;
}
#mainav li li a,
#mainav .active li a {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 0, 0, 0.6);
}
#mainav li li:hover > a,
#mainav .active .active > a {
    color: #ffffff;
    background-color: #6aaebf;
}
#mainav form select {
    color: #ffffff;
    background-color: #000000;
    border-color: rgba(255, 255, 255, 0.3);
}

#breadcrumb a {
    color: inherit;
    background-color: inherit;
}
#breadcrumb li:last-child a {
    color: #6aaebf;
}

.container .sidebar nav a {
    color: inherit;
    border-color: #d7d7d7;
}
.container .sidebar nav a:hover {
    color: #6aaebf;
}

.pagination a,
.pagination strong {
    border-color: #d7d7d7;
}
.pagination .current * {
    color: #ffffff;
    background-color: #6aaebf;
}

#backtotop {
    color: #ffffff;
    background-color: #6aaebf;
}

/* Tables + Comments */
table,
th,
td,
#comments .avatar,
#comments input,
#comments textarea {
    border-color: #d7d7d7;
}
#comments input:focus,
#comments textarea:focus,
#comments *:required:focus {
    border-color: #6aaebf;
}
th {
    color: #ffffff;
    background-color: #373737;
}
tr,
#comments li,
#comments input[type="submit"],
#comments input[type="reset"] {
    color: inherit;
    background-color: #fbfbfb;
}
tr:nth-child(even),
#comments li:nth-child(even) {
    color: inherit;
    background-color: #f7f7f7;
}
table a,
#comments a {
    background-color: inherit;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */

/* Media Queries
--------------------------------------------------------------------------------------------------------------- */
@-ms-viewport {
    width: device-width;
}

/* Max Wrapper Width - Laptop, Desktop etc.
--------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 978px) {
    .hoc {
        max-width: 978px;
    }
}

/* Mobile Devices
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 900px) {
    .hoc {
        max-width: 90%;
    }

    #header {
        padding: 30px 0;
    }
    #header #logo {
        margin-top: 3px;
    }

    #mainav {
    }
    #mainav ul {
        display: none;
    }
    #mainav form {
        display: block;
    }

    #breadcrumb {
    }

    .container {
    }
    #comments input[type="reset"] {
        margin-top: 10px;
    }
    .pagination li {
        display: inline-block;
        margin: 0 5px 5px 0;
    }

    #footer {
    }

    #copyright {
    }
    #copyright p:first-of-type {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 750px) {
    .imgl,
    .imgr {
        display: inline-block;
        float: none;
        margin: 0 0 10px 0;
    }
    .fl_left,
    .fl_right {
        display: block;
        float: left;
        margin: 0 0 100px 0;
    }
    .one_half,
    .one_third,
    .two_third,
    .one_quarter,
    .two_quarter,
    .three_quarter {
        display: block;
        float: none;
        width: auto;
        margin: 0 0 30px 0;
        padding: 0;
    }

    #header {
        text-align: center;
    }
    #header #logo {
        margin: 0 0 15px 0;
    }

    #testimonials blockquote {
        margin-bottom: 50px;
    }

    .cta > :first-child {
        margin-top: 0;
    }

    #footer {
        padding-bottom: 50px;
    } /* Not neccessary - just looks better */
}

/* Other
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 650px) {
    .scrollable {
        display: block;
        width: 100%;
        margin: 0 0 30px 0;
        padding: 0 0 15px 0;
        overflow: auto;
        overflow-x: scroll;
    }
    .scrollable table {
        margin: 0;
        padding: 0;
        white-space: nowrap;
    }

    .inline li {
        display: block;
        margin-bottom: 10px;
    }
    .pushright li {
        margin-right: 0;
    }

    .font-x2 {
        font-size: 1.4rem;
    }
    .font-x3 {
        font-size: 1.6rem;
    }

    #pageintro article,
    #pageintro p:first-of-type {
        max-width: none;
        width: 100%;
    }
    #pageintro .heading {
        font-size: 1.6rem;
    }

    .hoc.split {
        max-width: none;
        width: 100%;
    }
    .split section {
        float: none;
        width: 100%;
        padding: 10% 5%;
    }
}
