html, body {
    padding: 0px;
    margin: 0px;
}
body {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    padding-top: 0;
    font-size: 16px;
}
b {
    color: #444;
    font-weight: 600;
}
a, a:link, a:visited, a:hover, a:active {
    color: #0078a0;
}
.richtextpage p a,
.richtextpage p a:link,
.richtextpage p a:visited {
    color: #0080f0;
    font-weight: 600;
    transition: 0.2s all;
}
.richtextpage p a:hover {
    color: #0099ff;
}
.richtextpage p a:active {
    color: #00ffff;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans';
    font-weight: normal;
}
h1 {
    font-size: 46px;
}
h2 {
    margin: 3rem 0 2rem;
    font-size: 38px;
    color: #333;
}
h3 {
    font-size: 26px;
    color: #555;
}
p {
    font-weight: 400;
    
}
@media only screen and (max-width: 40rem) {
    h2 {
        font-size: 32px;
    }
}
#editable-toolbar {
    margin-top: 60px;
}
div.title-bar,
div.top-bar {
    position: fixed;
    top: 0px;
    display: block;
    width: 100%;
    z-index:98;
    font-family: "Roboto";
    padding: 0px;
    font-size: 14px;
    font-weight: 500;
    background-color: rgba(85, 85, 85, 0);
    transition: background-color 0.6s;
}
div.title-bar {
    display: none;
    padding: 0 .4rem;
}
.top-bar ul {
    background-color: transparent;
}
div.title-bar .button {
    float: right;
    padding: .4rem .4rem !important;
    font-size: 13px !important;
}
.menu-text,
.title-bar-title {
    font-family: "Roboto";
    font-weight: 500;
    padding: .8rem 1rem .6rem 1rem;
    line-height: 1;
}
.menu-text {
    width: auto;
    white-space: nowrap;
    padding: 0;
    cursor: pointer;
}
ul.menu li.menu-text a {
    padding-left: 46px;
    background-image: url(/assets/img/ParthenonLogo---WhiteAlpha.png);
    background-size: 32px auto;
    background-position: 4px center;
    background-repeat: no-repeat;
}
.menu-icon {
    outline: none !important;
    margin-top: 3px;
}

.top-bar,
.top-bar ul,
.top-bar ul li {
    color: #fff;
}
.top-bar ul li a {
    color: #fff;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -moz-transition: background 0.3s;
}
.top-bar ul li a {
    padding: 14px 1rem 13px;
    line-height: 1em;
    /* border-bottom-left-radius: 16px; */
    /* border-bottom-right-radius: 16px; */
}
.top-bar ul li a:hover {
    /* background-color: rgba(16, 53, 73, 0.85); */
    background-color: rgba(64, 64, 64, 1);
}
.top-bar .menu li:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0);
}
.top-bar .has-form {
    padding: 0 0.5rem;
}
.top-bar-center li:first-child {
    display: none;
}
.top-bar-right i.fi-telephone {
    font-size: 18px;
    margin-top: -5px;
    margin-bottom: -3px;
}
a.phonecall,
a.phonecall:link
a.phonecall:visited,
a.phonecall:hover,
a.phonecall:active {
    float: left;
    background: #ddd;
    color: #333;
    position: absolute;
    min-width: 250px;
    left: 0px;
    right: 60px;
    padding-top: 2px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 20px;
}
.phonecall i.fi-telephone {
    font-size: 28px;
    margin-right: 6px;
    vertical-align: -3px;
}
.top-bar .has-form .button,
div.title-bar .button {
    color: #fff;
    font-family: 'Roboto';
    font-weight: 500 !important;
    font-size: 14px;
    padding: .4rem 1.4rem;
    animation-name: flash;
    animation-duration: 15s;
    animation-iteration-count: 3;
    -webkit-animation: flash linear 15s;
    -webkit-animation-iteration-count: 3;
    -ms-animation: flash linear 15s;
    -ms-animation-iteration-count: 3;
}
div.title-bar .button {
    margin: .4rem 0;
}


.top-bar.open,
body.past-header .top-bar,
body.past-header .title-bar {
    background-color: rgba(85, 85, 85, 1);
}
body.past-header .top-bar-left {
    margin-left: 0%;
    opacity: 1;
}
body.past-header .title-bar .title-bar-title {
    opacity: 1;
}
body.past-header .top-bar .menu li:not(:last-child) {
    border-right: 1px solid #4e4e4e;
}

.call-to-action,
.look-at-our-work {
    position: relative;
    min-height: 300px;
    padding: 0 30px;
    text-align: center;
    background-image: url(/assets/img/hero/mobile-devices.jpg);
    background-size: cover;
}
.call-to-action {
    height: 360px;
}
.look-at-our-work {
    background-image: url(/assets/img/services/handshake.jpg);
}
.call-to-action:before,
.look-at-our-work:before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background-color: #092568;
    background-image: linear-gradient(to bottom right, #096668,#092568);
    opacity: 0.90;
    z-index: 8;
}
.call-to-action > *,
.look-at-our-work > * {
    position: relative;
    display: inline-block;
    z-index: 10;
}
.call-to-action h4,
.look-at-our-work h4 {
    margin-top: 60px;
    padding: 0 40px;
    color: #fff;
    font-size: 32px;
}
.call-to-action p,
.look-at-our-work p {
    display: block;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: 0 15% 10px!important;
}
.call-to-action a,
.look-at-our-work a {
    clear: both;
    margin-top: 1rem;
    margin-bottom: 4rem;
}

.project div:first-child {
    margin-top: 1.5rem;
}
.project .logowrapper a img {
    opacity: 1;
    transition: 0.5s all;
}
.project .logowrapper a:hover img {
    opacity: 0.5;
}

.portfolio .screenshot {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.button, a.button {
    font-family: "Roboto";
    font-weight: 700 !important;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 30px;
    color: #fff;
}
.button:focus {
    outline: none;
}
.button.outline {
    background-color: transparent;
    color: #008cba;
    border: 2px solid #008cba;
}
.button.success,
a.button.success,
.button.success:hover,
.button.success:focus,
.button.success:active {
    border: 2px solid #ffba16 !important;
    background-color: #ffba16;
    color: #fff !important;
}
.button.outline:hover {
    background-color: rgba(0,120,192,0.1);
}
.button.secondary, a.button.secondary {
    border: 2px solid #ffba16 !important;
    color: #ffba16 !important;
    background: transparent;

}
.button.secondary:hover {
    background: rgba(255,255,255,0.1);
}
.top-bar .name h1 a {
    font-family: "Open Sans";
    background-image: url("/assets/img/ParthenonLogo---WhiteAlpha.png");
    background-size: 32px auto;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.callout {
    border: none;
}

@media only screen and (max-width: 64em) {
    .top-bar-left, .top-bar-right {
        display: none !important; }
    .title-bar {
        display: block !important;
        z-index: 99 !important;
    }
    .top-bar-center {
        padding-top: 38px;
    }
    .top-bar-center li {
        display: block;
    }
    .top-bar-center li:first-child {
        display: block;
    }
    .top-bar {
        overflow: hidden;
        height: 0px;
        transition: 0.3s all ease-in-out;
    }
}

@media only screen and (min-width: 64em) {
    .top-bar .menu:first-child {
        border-left: none; }
}

.header {
    position: relative;
    overflow: hidden;
    min-height: 400px;
    background-color: #092568;
    background-image: linear-gradient(to bottom right, #096668,#092568);
}
.header.short {
    min-height: 200px;
}
.header .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0.2;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.header .row {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 100%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    color: #fff;
    text-shadow: 0px 0px 20px rgba(0,0,0,0.7);
}
.header h1 {
    color: #f8f8f8;
    text-align: center;
    margin: 3rem 0 0.5rem;
}
.header h2 {
    color: #f8f8f8;
    text-align: center;
    margin: 3rem 0 0.5rem;
}
.header p {
    width: 600px;
    font-size: 18px;
    max-width: 90%;
    margin: 0.5rem auto 2rem;
    text-align: center;
}
@media only screen and (max-width: 75em) {
    .header {
        min-height: 400px;
    }
}
@media only screen and (max-width: 64em) {
    .header {
        min-height: 400px;
    }
    .header h1 {
        font-size: 28px;
    }
    .header p {
        font-size: 14px;
    }
    .header .button {
        font-size: 13px;
    }
}
@media only screen and (max-width: 30em) {
    .header .background {
        background-size: cover;
    }
}

.footer {
    position: relative;
    color: #eee;
    background-color: #333;
    padding: 30px 0px;
    margin-top: 3rem;
}
.footer a,
.footer a:link,
.footer a:active,
.footer a:hover,
.footer a:visited {
    color: #00b8f0;
}
.footer ul {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0;
}
.footer .navigation {
    height: 16rem;
    border-left: 1px solid #3a3a3a;
    margin-bottom: 2rem;

}
.footer .navigation > a {
    color: #eee;
    transition: 0.1s all ease-in-out;
}
.footer .navigation > a:hover {
    color: #ffba16;
}
.footer .social {
    text-align: center;
}
.footer .social a {
    margin: 0px 20px;
}
.footer ul > li.subpage > a,
.footer ul > li.weight-1 > a,
.footer ul > li.weight-2 > a,
.footer ul > li.weight-3 > a,
.footer ul > li.weight-4 > a {
    font-size: 13px;
    color: #aaa;
    transition: 0.1s all ease-in-out;
}
.footer ul > li > a:hover {
    color: #ffba16;
}
@media only screen and (max-width:40em) {
    .footer .navigation {
        margin-top: 1rem;
        height: auto;
        border-left: none;
    }
    .footer .navigation > a {
        display: block;
        background-color: #555;
        width: 100%;
        text-align: center;
    }
    .footer ul {
        width: 100%;
        text-align: center;
    }
}

.overlay {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0,0,0,0.5);
    transition: all 0.3;
}

.right-sidebar {
    z-index: 101;
    position: fixed;
    top: 0px;
    right: -1px;

    display: block;
    width: 0px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;

    background-color: #444;
    border-left: 1px solid #888;

    transition: all 0.3s ease-in-out;
}
.right-sidebar.open {
    width: 25rem;
    max-width: 90vw;
}
.right-sidebar form {
    width: 25rem;
    max-width: 90vw;
    box-sizing: border-box;
    padding: 0px 20px;
}
.right-sidebar label {
    color: #eee;
    clear: both;
}
.right-sidebar .fi-x {
    float: right;
    font-size: 36px;
    color: #f8f8f8;
    margin: 8px 0px;
}





.project:not(:first-child) {
    margin-top: 5rem;
}
.project_pics {
    margin-top: 3rem;
    padding: 0 2%;
}
.webp .project_pics picture,
.no-webp .project_pics img {
    border: 1px solid #ccc;
    padding: 8px;

    margin: 1% 2%;
    width: 96%;
    float: left;
    display: block;

    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.webp .project_pics picture:nth-child(n+2),
.no-webp .project_pics picture:nth-child(n+2) {
    width: 47%;
}
.webp .project_pics picture:nth-child(2n+3),
.no-webp .project_pics picture:nth-child(2n+3) img {
    margin-left: 0;
}

.logowrapper img {
    display: inline-block;
    max-width: 64px;
    max-height: 32px;
    margin-right: 4px;
}
@media only screen and (min-width: 64em) {
    .logowrapper img {
        max-width: 128px;
        max-height: 64px;
    }
}



.bloglist > .row > .small-12 > .row  {
    margin-top: 3em;
}
.bloglist > .row > .small-12 > .row h2 {
    margin-top: 0rem;
    margin-bottom: 0.5rem;
    font-size: 24px;
}
.bloglist .post-meta {
    font-size: 12px;
}
.bloglist .post-meta hr,
.blogentry .post-meta hr {
    display: none;
}
.bloglist .blog_author_pic,
.blogentry .blog_author_pic {
    border-radius: 1000px;
    margin-bottom: 6px;
}
.bloglist b {
    font-weight: normal;
    color: #000;
}
.bloglist .mini_author {
    font-size: 13px;
}
.filter_wrapper {
    margin-top: 2rem;
}
.filter_wrapper ul {
    list-style-type: none;
    margin-left: 0px;
}
.filter_wrapper .recent-posts li {
    margin-bottom: 0.3rem;
}

.blogentry .pagetitle h1 {
    margin-left: 16.66667%;
    border-bottom: 1px solid #ccc;
}
.blogentry .mini_author {
    font-size: 13px;
    margin-bottom: 1rem;
}
.blogentry p {
    margin-bottom: 0;
    line-height: 2em;
}
.blogentry p br {
    line-height: 1em;
}
.blogentry ul li {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.blogfilter {
    margin: 2rem 16.66667% -1.5rem;
    font-style: italic;
}
@media only screen and (max-width: 64em) {
    .medium-0 {
        display: none;
    }
}
@media only screen and (max-width: 40em) {
    .blogentry .pagetitle h1 {
        font-size: 24px;
        margin-left: 0%;
    }
    .blogfilter {
        margin-left: .9375rem;
    }

    .small-0 {
        display: none;
    }
}
.bloglist p.tags span:not(:last-child):after,
.blogentry p.tags span:not(:last-child):after {
    content: ', ';
}

.pagination_title,
.pagination {
    float: left;
    display: block;
    list-style-type: none;
}
.pagination_title li {
    font-size: .875rem;
    line-height: 1.6;
    padding: .1875rem .625rem;
    margin-top: 0.3rem;
}
.pagination li a {
    padding: .275rem .625rem .3rem;
}
.pagination li.prev a,
.pagination li.next a {
    padding-top: .175rem;
    padding-left: .5rem;
    padding-right: .5rem;
}
.pagination li a:hover {
    border-radius: 999px;
}

form.mezzanine-form ul.errorlist {
    position: relative;
    float: left;
    margin-left: 0px;
    list-style-type: none;
}
form.mezzanine-form ul li {
    list-style: none;
    float: left;
    width: 50%;
}
form.mezzanine-form ul.errorlist li {
    color: #fefefe;
    background-color: #9b0d0d;
    font-size: .75em;
    padding: .5em;
    width: 100%;
}
form.mezzanine-form .errorlist:after {
    bottom: 100%;
    left: 25%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-bottom-color: #9b0d0d;
    border-width: 12px;
    margin-left: -15px;
}


.testimonial_link.readmore {
    float: right;
}
#slider {
    margin-bottom: 5rem;
}


@keyframes flash {
    0% {background-color: #2199e8; }
    98% {background-color: #2199e8; }
    99% {background-color: #86cfff; }
    100% {background-color: #2199e8; }
}
@-webkit-keyframes flash {
    0% {background-color: #2199e8; }
    98% {background-color: #2199e8; }
    99% {background-color: #86cfff; }
    100% {background-color: #2199e8; }
}
@-ms-keyframes flash {
    0% {background-color: #2199e8; }
    98% {background-color: #2199e8; }
    99% {background-color: #86cfff; }
    100% {background-color: #2199e8; }
}
