/*
Theme Name: Clark Creative Communications Theme
Author: Tabetha Moe
Author URI: http://github.com/talymo
Version: 1.0
*/

@charset "UTF-8";

a:hover {
    color: #015660;
    text-decoration: none;
}

.page a:hover {
    color: #015660;
    font-weight: 400;
}

a:active,
a:focus,
a {
    color: #015660;
    outline: none;
}

.page a:active,
.page a:focus,
.page a {
    color: #afc529;
    font-weight: 400;
}

.single a,
.single a:focus,
.single a:active {
    color: #afc529;
    font-weight: 400;
}

.single a:hover {
    color: #015660;
}

html {
    overflow-x: hidden;
    margin-top: 0 !important;
}

html body {
    font-family: 'Roboto Slab', serif;
    color: #3d4243;
    font-size: 16px;
    font-weight: 300;
}

html body .nav {
    height: 60px;
    background-color: #fff;
    padding: 10px;
    position: fixed;
    z-index: 110;
    width: 100vw
}

@media all and (min-width: 768px) {
    html body .nav {
        padding: 20px;
        height: auto;
        background-color: transparent;
        background-image: url(assets/images/navGradient.png);
        background-repeat: repeat-x
    }
}

html body .nav .logo {
    float: left
}

html body .nav #mobile-menu {
    float: right;
    height: 100%;
    line-height: 34px;
    color: #015660;
    font-weight: 400;
    font-size: 16px
}

html body .nav #mobile-menu.open {
    color: #afc529
}

html body .nav #menu {
    position: absolute;
    top: 58px;
    width: 100%;
    left: 0;
    background-color: #015660;
    text-align: center;
    padding: 60px 0
}

html body .nav #menu:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 25px solid #fff;
    border-right: 25px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

@media all and (min-width: 768px) {
    html body .nav #menu {
        display: flex !important;
        position: relative;
        background-color: transparent;
        float: right;
        width: auto;
        padding: 0;
        top: 0
    }

    html body .nav #menu:after {
        display: none
    }
}

html body .nav #menu a {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    display: block;
    margin-bottom: 35px;
    text-decoration: none;
    border-bottom: 5px solid transparent;
    text-align: center;
    text-transform: capitalize;
}

html body .nav #menu a span {
    padding-bottom: 5px;
}

html body .nav #menu a:last-of-type {
    margin-bottom: 0
}

html body .nav #menu a:hover span {
    border-bottom: 3px solid #afc529;
}

@media all and (min-width: 768px) {
    html body .nav #menu a {
        flex-grow: 1;
        padding: 0 12px;
        margin: 0
    }
}

@media all and (min-width: 992px) {
    html body .nav #menu a {
        padding: 0 22px;
    }
}

html body section#primary {
    min-height: calc(100vh - 346px);
}

html body.page-template-package-design-2 section#primary {
    min-height: 50px;
}

html body.page-template-package-design section#primary {
    min-height: 0;
    padding-top: 50px;
}

html body section.hero {
    position: relative;
    height: 50vh;
    min-height: 500px;
    width: 100%;
    overflow: hidden;
}

html body section.hero .hero-bg {
    background-image: url(assets/images/home-page-hero.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #044952;
    background-blend-mode: multiply;
    /* animation: move 50s ease alternate; */
    /* Change this to infinite to continue the loop. */
    /* -ms-animation: move 50s ease alternate;
    -webkit-animation: move 50s ease alternate;
    -moz-animation: move 50s ease alternate; */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

html body section.hero .intro {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 275px;
    width: 100%;
    text-align: center
}

html body.page-template-index section.hero {
    height: auto;
}

html body.page-template-index section.hero .intro {
    height: auto;
    padding: 245px 0 177px;
    position: relative;
}

html body section.hero .intro h1 {
    color: #fff;
    font-weight: 300;
    margin-bottom: 50px;
    font-size: 56.5px;
    line-height: 64px;
}

html body section.hero .intro h1 p {
    margin: 0;
}

html body section.hero .intro h1 strong {
    font-weight: 500
}

html body section.hero .intro a {
    color: #fff;
    font-weight: 300;
    font-size: 17px;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 3px;
    padding: 14px 33px 15px;
    text-decoration: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

html body section.hero .intro a:hover {
    background-color: #afc529;
    border: none;
}

html body section.design2 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

html body section.design2 .intro {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 100px;
    width: 100%;
    text-align: center
}

html body section.design2 .intro h1 {
    color: #fff;
    font-weight: 300;
    margin-bottom: 50px;
    font-size: 50px;
}

html body section.design2 .intro h1 p {
    margin: 0;
}

html body section.design2 .intro h1 strong {
    font-weight: 500
}

html body section.design2 .intro a {
    color: #fff;
    font-weight: 300;
    font-size: 17px;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 2px;
    padding: 15px 20px;
    text-decoration: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

html body section.design2 .intro a:hover {
    background-color: #afc529;
    border: none;
}

html body section.showcase {
    overflow: hidden;
    cursor: pointer;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

@media all and (min-width: 768px) {
    html body section.showcase {
        height: 400px
    }
}

@media all and (min-width: 1024px) {
    html body section.showcase {
        height: 40vw
    }
}

html body section.showcase .showcase-item {
    overflow: hidden;
    position: relative;
}

html body section.showcase .showcase-item.left {
    border-right: 2px solid #fff;
}

html body section.showcase .showcase-item.top-item:first-of-type {
    border-bottom: 2px solid #fff;
}

html body section.showcase .showcase-item .image {
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: transform 1000ms ease;
    background-size: cover;
    transform: scale(1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

html body section.intro,
html body section.intro .author {
    background-position: center 0;
    background-repeat: no-repeat
}

html body section.intro .author p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

html body section.showcase .showcase-item .hover {
    width: 100%;
    height: 100%;
    /*position: relative;*/
    z-index: 1;
    background-color: rgba(21, 39, 41, .95);
    opacity: 0;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    display: table;
    vertical-align: middle;
}

html body section.showcase .showcase-item .hover .hover-info {
    /*position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 300px;
    height: 70px;*/
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}

html body section.showcase .showcase-item .hover .hover-info h2 {
    margin: 0 0 10px;
    color: #fff;
    font-weight: 100;
    width: 300px;
    margin: 0 auto;
}

html body section.showcase .showcase-item .hover .hover-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

html body section.showcase .showcase-item .hover .hover-info li {
    color: #afc529;
    margin: 0 4px;
    display: inline;
    font-weight: 300;
}

html body section.showcase .showcase-item .hover .hover-info li:after {
    content: '•';
    color: #fff;
    margin-left: 7px
}

html body section.showcase .showcase-item .hover .hover-info li:last-of-type:after {
    display: none
}

html body section.showcase .showcase-item:hover .image,
html body section.showcase .showcase-item.tapped .image {
    transform: scale(1.1);
}

html body section.showcase .showcase-item:hover .hover,
html body section.showcase .showcase-item.tapped .hover {
    opacity: 1
}

html body section.showcase .showcase-item.bottom-item,
html body section.showcase .showcase-item.top-item {
    height: 50%
}

html body section.showcase .left {
    float: left;
    width: 100%;
    height: 200px
}

@media all and (min-width: 768px) {
    html body section.showcase .left {
        width: 57.5%;
        height: 100%
    }
}

@media all and (min-width: 992px) {
    html body section.showcase .left {
        width: 57.5%
    }
}

html body section.showcase .right {
    float: left;
    width: 100%;
    height: 400px
}

html body section.call-to-action {
    padding: 30px;
    text-align: center
}

html body section.call-to-action h2 {
    font-size: 41.5px;
    color: #3d4243;
    font-weight: 300;
    line-height: 45.5px;
}

html body section.call-to-action h2 b {
    font-weight: 500
}

html body section.call-to-action h3 {
    font-size: 16px;
    font-family: 'Roboto Slab', sans-serif;
    line-height: 24px;
    margin-bottom: 35px;
    color: #3d4243;
    font-weight: 300;
}

@media all and (min-width: 768px) {
    html body section.showcase .right {
        width: 42.5%;
        height: 100%
    }
}

@media all and (max-width: 768px) {
    html body section.call-to-action h3 br {
        content: ' ';
    }
}

html body section.call-to-action a {
    border: 1px solid #015660;
    padding: 13px 40px;
    border-radius: 3px;
    color: #015660;
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: transparent;
    font-size: 17px;
}

html body section.call-to-action a:hover {
    background-color: #afc529;
    color: #fff;
    border: 1px solid transparent;
}

html body section.image-panel {
    position: relative;
    z-index: 10;
    height: 450px !important;
    overflow: hidden;
}

html body section.image-panel .image-panel-bg {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #044952;
    background-blend-mode: multiply;
    /* animation: move 50s ease infinite; */
    /* Change this to alternate to stop the loop. */
    /* -ms-animation: move 50s ease infinite;
    -webkit-animation: move 50s ease infinite;
    -moz-animation: move 50s ease infinite; */
}

@-webkit-keyframes move {
    from {
        transform: scale(1.9);
        -ms-transform: scale(1.9);
        /* IE 9 */
        -webkit-transform: scale(1.9);
        /* Safari and Chrome */
        -o-transform: scale(1.9);
        /* Opera */
        -moz-transform: scale(1.9);
        /* Firefox */
    }

    to {
        transform: scale(1.0);
        -ms-transform: scale(1.0);
        /* IE 9 */
        -webkit-transform: scale(1.0);
        /* Safari and Chrome */
        -o-transform: scale(1.0);
        /* Opera */
        -moz-transform: scale(1.0);
        /* Firefox */
    }
}

@media all and (min-width: 768px) {
    html body section.image-panel {
        height: 350px
    }
}

@media all and (min-width: 992px) {
    html body section.showcase .right {
        width: 42.5%
    }

    html body section.image-panel {
        height: 350px
    }
}

html body section.image-panel .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 60, 67, .85)
}

html body section.intro {
    text-align: center;
    background-image: url(assets/images/sectionTop.png);
    margin-top: -20px;
    position: relative;
    z-index: 100;
    padding: 85px 15px 85px;
    color: #3d4243;
}

html body section.intro-white {
    background-image: url(assets/images/sectionTop.png);
    margin-top: -20px;
    position: relative;
    z-index: 100;
    padding: 25px 15px;
    color: #3d4243;
    padding-top: 50px;
    background-position: center 0;
    background-repeat: no-repeat;
}

html body section.intro h2 {
    font-weight: 300;
    font-size: 44px;
    margin-bottom: 33px;
}

html body section.intro h2 strong {
    font-weight: 500
}

html body section.intro .divider {
    margin-bottom: 20px;
}

@media all and (min-width: 375px) {
    html body section.intro ul.industries {
        list-style: none;
        margin: 40px auto 15px;
        text-align: left;
        width: 80%;
    }

    html body section.intro ul.industries::after {
        clear: both;
        content: '';
        display: table;
    }

    html body section.intro ul.industries li {
        color: #787878;
        float: left;
        font-size: 17px;
        line-height: 44px;
        width: 100%;
    }

    html body section.intro ul.industries li::before {
        content: "\2022";
        color: #afc529;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }
}

@media all and (min-width: 768px) {

    html body section.intro ul.industries {
        width: 100%;
    }

    html body section.intro ul.industries li {
        width: 33.333%;
    }
}

@media all and (min-width: 1024px) {

    html body section.intro ul.industries {
        width: 80%;
    }
}

@media all and (min-width: 1200px) {

    html body section.intro ul.industries {
        width: 65%;
    }
}

@media all and (min-width: 1400px) {

    html body section.intro ul.industries {
        width: 55%;
    }
}

@media all and (min-width: 1600px) {

    html body section.intro ul.industries {
        width: 50%;
    }
}

@media all and (min-width: 1700px) {
    html body section.intro ul.industries {
        width: 42%;
    }
}

html body section.intro h3 {
    font-size: 17px;
    padding: 0 15px;
    line-height: 25px;
    font-weight: 300;
    max-width: 890px;
    margin: 0 auto
}

html body section.intro h4 {
    font-size: 15px;
    color: #7a7a7a;
    max-width: 700px;
    line-height: 1.6;
    margin: 0 auto;
    font-weight: 300;
}

html body.page-template-contact-us section.intro h4 {
    max-width: 640px;
}

html body section.intro img {
    max-width: 100%;
}

html body section.intro .author {
    /*padding-top: 30px;*/
    margin-top: 40px;
    /*background-image: url(assets/images/quote.png);*/
    font-size: 15px;
}

html body section.intro div.author {
    padding-top: 25px;
    max-width: 610px;
    margin: 20px auto;
    line-height: 22px;
    /*color: #7a7a7a*/
}

html body section.intro .project-details {
    padding-top: 30px;
    text-align: left
}

html body section.intro .project-details h4 {
    color: #afc529;
    font-weight: 300;
    margin: 20px 0 13px 0;
}

html body section.intro .project-details p {
    font-size: 16px;
    line-height: 24px;
    max-width: 490px;
    font-weight: 300;
}

html body section.intro .project-details a {
    margin-top: 30px;
    display: block;
    position: relative;
    color: #000;
    font-weight: 400
}

html body section.intro .project-details a:hover {
    color: #afc529;
    text-decoration: none;
}

html body section.intro .project-details a:before {
    content: '';
    width: 90px;
    border-bottom: 1px solid #afc529;
    position: absolute;
    left: 0;
    top: -10px
}

html body section.intro .project-details ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin-top: 0px;
}

@media all and (min-width: 768px) {
    html body section.intro .project-details h4 {
        margin-top: 0;
        margin-bottom: 13px;
    }
}

html body section.intro .project-details ul li {
    display: block;
    position: relative;
    padding-left: 10px;
    margin: 5px 0;
    font-weight: 400;
    font-size: 14px;
}

html body section.intro .project-details ul li:before {
    content: '';
    width: 3px;
    height: 3px;
    background-color: #afc529;
    position: absolute;
    top: 3px;
    bottom: 0;
    margin: auto 0;
    left: 0;
    border-radius: 50%
}

html body section.intro.no-comment {
    background-image: none;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 0;
}

html body section.intro.gray {
    background-image: url(assets/images/sectionTopGray.png);
    padding: 20px 0 0
}

html body section.intro.gray .color {
    background-color: #252828;
    padding: 20px 0 50px
}

html body section.intro.gray .container {
    max-width: 1160px
}

html body section.intro.gray .container .left {
    margin-bottom: 50px
}

html body section.intro.gray .container .left h2 {
    color: #fff
}

@media all and (min-width: 768px) {
    html body section.intro.gray .container .left {
        width: 40%;
        text-align: left;
        float: left;
        margin-bottom: 0
    }

    html body section.intro.gray .container .left h2 {
        font-size: 36px;
        margin-top: 10px
    }
}

html body section.intro.gray .container .right h3 {
    color: #fff;
    font-weight: 100
}

html body section.intro.gray .container .right img {
    width: 200px;
}

html body section.intro.gray .container .right ul {
    color: #fff;
    padding: 0;
    overflow: hidden;
    list-style: none;
    max-width: 350px;
    margin: 20px auto;
}

html body section.intro.gray .container .right ul li {
    font-size: 12px;
    font-weight: 300;
    width: 50%;
    float: left;
    margin: 3px 0;
    text-align: left;
    position: relative;
    padding-left: 10px;
    font-family: Roboto, sans-serif
}

@media all and (min-width: 991px) {
    html body section.intro.gray .container .right ul {
        max-width: 100%;
        margin: 20px 0;
    }

    html body section.intro.gray .container .right ul li {
        width: 50%;
    }
}

@media all and (min-width: 1024px) {
    html body section.intro.gray .container .right ul li {
        width: 33%
    }
}

html body section.intro.gray .container .right ul li:before {
    content: '';
    height: 3px;
    width: 3px;
    background-color: #afc529;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0
}

html body section.intro.bottom {
    background-image: url(assets/images/sectionBottom.png);
    background-position: center bottom;
    margin-top: -60px;
    padding-top: 0;
}

@media all and (min-width: 768px) {
    html body section.intro.gray .container .right {
        width: 60%;
        float: left;
        padding-left: 10px;
    }
}

html body section.portfolio-content img {
    width: 100%
}

html body section.portfolio-content .carousel {
    height: auto;
    max-height: 480px;
    overflow: hidden
}

html body section.portfolio-content .carousel .carousel-indicators li {
    background-color: #fff;
    border: none
}

html body section.portfolio-content .carousel .carousel-indicators li.active {
    background-color: #afc529
}

html body section.portfolio-content .carousel .carousel-inner .item img {
    position: relative;
    top: 0;
    left: 0;
    min-width: 100%;
    height: auto
}

html body section.portfolio-content .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

html body section.portfolio-content .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

html body section.portfolio-grid,
html body section.portfolio-nav {
    overflow: hidden;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

html body section.portfolio-grid .portfolio-item,
html body section.portfolio-nav .portfolio-item {
    overflow: hidden;
    height: 350px;
    padding: 0;
    position: relative;
}

html body section.portfolio-grid .portfolio-item:first-of-type,
html body section.portfolio-nav .portfolio-item:first-of-type {
    border-right: solid 2px #fff;
}

html body section.portfolio-nav .portfolio-item {
    display: table;
}

html body section.portfolio-nav .portfolio-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

html body section.portfolio-nav .portfolio-item:hover .hover-info {
    background-color: rgba(21, 39, 41, 0.95);
}

html body section.portfolio-nav .portfolio-item:hover:after {
    background-color: rgba(0, 0, 0, 0);
}

html body section.portfolio-grid .portfolio-item .hover,
html body section.portfolio-nav .portfolio-item .hover {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background-color: rgba(21, 39, 41, .95);
    opacity: 0;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out
}

html body section.portfolio-grid .portfolio-item .hover {
    display: table;
}

html body section.portfolio-grid .portfolio-item .hover .hover-info,
html body section.portfolio-nav .portfolio-item .hover-info {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 300px;
    height: 70px;
    text-align: center;
    text-decoration: none;
}

html body section.portfolio-grid .portfolio-item .hover .hover-info {
    position: relative;
    height: auto;
    width: auto;
    display: table-cell;
    vertical-align: middle;
}

html body section.portfolio-nav .portfolio-item .hover-info {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: auto;
    height: auto;
}

html body section.portfolio-nav .portfolio-item .hover-info {
    z-index: 10;
    opacity: 0.5;
}

html body section.portfolio-grid .portfolio-item .hover .hover-info h2,
html body section.portfolio-nav .portfolio-item .hover-info h2 {
    margin: 0 0 10px;
    color: #fff;
    font-weight: 300;
    font-size: 36px;
}

html body section.portfolio-grid .portfolio-item .hover .hover-info span {
    color: #afc529;
    margin: 0 4px
}

html body section.portfolio-nav .portfolio-item .hover-info small {
    color: #afc529;
}

html body section.portfolio-grid .portfolio-item .hover .hover-info ul,
html body section.portfolio-nav .portfolio-item .hover-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

html body section.portfolio-grid .portfolio-item .hover .hover-info ul {
    max-width: 340px;
    margin: 0 auto;
}

html body section.portfolio-grid .portfolio-item .hover .hover-info ul li,
html body section.portfolio-nav .portfolio-item .hover-info ul li {
    display: inline;
    color: #afc529;
    margin: 0 4px;
    font-weight: 300;
}

html body section.portfolio-grid .portfolio-item .hover .hover-info li:after,
html body section.portfolio-nav .portfolio-item .hover-info ul li:after {
    content: '•';
    color: #fff;
    margin-left: 7px
}

html body section.portfolio-grid .portfolio-item .hover .hover-info li:last-of-type:after,
html body section.portfolio-nav .portfolio-item .hover-info ul li:last-of-type:after {
    display: none;
}

html body section.portfolio-grid .portfolio-item .hover .hover-info span:after,
html body section.portfolio-nav .portfolio-item .hover-info span:after {
    content: '•';
    color: #fff;
    margin-left: 7px
}

html body section.portfolio-grid .portfolio-item .hover .hover-info span:last-of-type:after,
html body section.portfolio-nav .portfolio-item .hover-info span:last-of-type:after {
    display: none
}

html body section.portfolio-grid .portfolio-item .image {
    background-size: cover;
    background-position: center;
    transition: transform 1000ms ease;
    transform: scale(1);
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: -100;
    width: 100%;
    height: 100%;
}

html body section.portfolio-nav .portfolio-item .image {
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

html body section.portfolio-nav .portfolio-item .image img {
    transition: transform 1000ms ease;
    transform: scale(1);
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    max-width: 100%;
    width: 100%;
}

html body section.portfolio-grid .portfolio-item:hover .image,
html body section.portfolio-nav .portfolio-item:hover .image img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

html body section.portfolio-grid .portfolio-item:hover .hover,
html body section.portfolio-nav .portfolio-item:hover .hover,
html body section.portfolio-nav .portfolio-item:hover .hover-info {
    opacity: 1
}

html body section.portfolio-nav {
    position: relative
}

html body section.portfolio-nav small {
    font-size: 16px;
    position: relative;
    top: -10px;
    display: block
}

html body section.portfolio-link {
    overflow: hidden;
    background-color: #252828
}

html body section.portfolio-link .portfolio-text {
    color: #fff;
    margin-bottom: 10px;
    padding: 0 25px;
    position: relative;
}

html body section.portfolio-link .portfolio-text .vertical-center h3 p {
    margin: 0;
}

@media all and (min-width: 992px) {
    html body section.portfolio-link {
        height: 400px;
        position: relative;
    }

    html body section.portfolio-link .portfolio-text {
        height: 100%;
        width: 50%;
        float: left;
    }

    html body section.portfolio-link .portfolio-image {
        width: 50%;
        float: left;
    }

    html body section.portfolio-link .portfolio-text .vertical-center {
        height: 340px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 440px;
        margin: auto;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media all and (min-width: 992px) {
    html body section.portfolio-link .portfolio-text .vertical-center {
        height: 310px;
    }

    html body section.portfolio-link .portfolio-text {
        width: 40%
    }

    html body section.portfolio-link .portfolio-image {
        width: 60%;
    }
}

html body section.portfolio-link .portfolio-text h3 {
    font-weight: 100;
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 40px
}

html body section.portfolio-link .portfolio-text h3 p strong {
    font-weight: 500;
}

html body section.portfolio-link .portfolio-text h3 b {
    font-weight: 300
}

html body section.portfolio-link .portfolio-text a {
    color: #fff;
    font-weight: 100;
    font-size: 17px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 15px 20px;
    margin: 30px auto;
    text-align: center;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: transparent;
    display: block;
    width: 145px;
}

@media all and (min-width: 992px) {
    html body section.portfolio-link .portfolio-text a {
        margin: 30px 0;
    }
}

html body section.portfolio-link .portfolio-text a:hover {
    background-color: #afc529;
    color: #fff;
    text-decoration: none;
    border: 1px solid transparent;
}

html body section.portfolio-link .portfolio-image {
    padding: 0;
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

html body section.methods .container {
    max-width: 900px
}

html body section.methods .method {
    margin-bottom: 100px;
    padding-top: 130px;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100px;
}

@media all and (min-width: 992px) {
    html body section.portfolio-link .portfolio-image {
        height: 100%
    }

    html body section.methods .method {
        background-position: left center;
        padding-left: 150px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 50px
    }
}

html body section.methods .method h2 {
    font-weight: 300;
    color: #3d4243;
    margin-bottom: 20px;
    font-size: 32px;
}

html body section.methods .method p {
    /*color: #3d4243;*/
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

html body section.methods .method.envision {
    background-image: url(assets/images/large-lightbulb.png)
}

html body section.methods .method.collaborate {
    background-image: url(assets/images/collaborate.png)
}

html body section.methods .method.clarify {
    background-image: url(assets/images/clarify.png)
}

html body section.methods .method.humanize {
    background-image: url(assets/images/humanize.png)
}

html body section.methods .method.create {
    background-image: url(assets/images/create.png)
}

html body section .top {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 35px solid #252828;
    cursor: pointer
}

html body section .top span {
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: -12px;
    top: 15px;
    font-weight: 100
}

html body section.awards {
    background-color: #252828;
    color: #fff;
    text-align: center;
    padding: 50px 0 0
}

@media all and (min-width: 768px) {
    html body section.awards {
        padding-bottom: 40px
    }

    html body section.awards .award-cabinet .cabinet {
        width: 58.5%;
        float: left;
    }

    html body section.awards .award-cabinet .cabinet#best {
        width: 41.5%;
    }

    html body section.awards .award-cabinet .cabinet .awards {
        position: relative;
        top: 24px
    }
}

html body section.awards h2 {
    font-size: 24px;
    max-width: 550px;
    margin: 10px auto;
    font-family: 'Roboto Slab', serif;
    font-weight: 100;
    line-height: 32px;
    padding: 15px
}

html body section.awards .divider {
    padding-bottom: 20px;
    max-width: 100%
}

html body section.awards .award-cabinet {
    max-width: 800px
}

html body section.awards .award-cabinet .cabinet {
    margin-bottom: 30px;
}

html body section.awards .award-cabinet .cabinet .awards {
    overflow: hidden;
    display: inline-block;
    padding-left: 30px
}

html body section.awards .award-cabinet .cabinet .awards .shelf {
    float: left;
    padding: 0 5px
}

html body section.awards .award-cabinet .cabinet .awards .shelf .award {
    height: 25px;
    width: 3px;
    margin: 15px 3px;
    background-color: #fff;
    border-radius: 20px;
    float: left
}

html body section.awards .award-cabinet .cabinet .awards .shelf.bronze .award {
    background-color: #ca9243
}

html body section.awards .award-cabinet .cabinet .awards .shelf.silver .award {
    background-color: #aaa7a7
}

html body section.awards .award-cabinet .cabinet .awards .shelf.gold .award {
    background-color: #dbb51f
}

html body section.awards .award-cabinet .cabinet#best img {
    display: block;
    margin: 28px auto 20px;
}

html body section.our-team {
    /*padding-top: 20px;*/
    /*max-width: 360px;*/
    margin: 0 auto;
}

html body section.our-team .header {
    text-align: center
}

html body section.our-team .header h2 {
    background: #015660;
    font-weight: 300;
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
    font-size: 50px;
    line-height: 50px;
    margin: 0 auto;
    padding: 20px 0 30px;
}

html body section.our-team .header h2 strong {
    font-weight: 500;
}

html body section.our-team .header .divider {
    margin-bottom: 30px;
    max-width: 100%;
}

html body section.our-team .team-gallery {
    overflow: hidden
}

@media all and (min-width: 992px) {
    html body section.our-team .team-gallery {
        width: 100%;
    }
}

html body section.our-team .team-gallery .team-member {
    display: flex;
    height: 600px;
}

html body section.our-team .team-gallery .team-member .photo {
    position: relative;
    background-position: center top;
    background-size: cover;
    width: 52.65%;
}

/* Size adjustments to the image alignment */
@media only screen and (max-width: 1600px) {
    html body section.our-team .team-gallery .team-member .photo {
        width: 53.1% !important;
    }
}
@media only screen and (max-width: 1445px) {
    html body section.our-team .team-gallery .team-member .photo {
        width: 53.5% !important;
    }
}
@media only screen and (max-width: 1310px) {
    html body section.our-team .team-gallery .team-member .photo {
        width: 54.1% !important;
    }
}
@media only screen and (max-width: 1100px) {
    html body section.our-team .team-gallery .team-member .photo {
        width: 54.9% !important;
    }
}
@media only screen and (max-width: 1000px) {
    html body section.our-team .team-gallery .team-member .photo {
        width: 55% !important;
    }
}
@media only screen and (max-width: 900px) {
    html body section.our-team .team-gallery .team-member .photo {
        width: 56.1% !important;
    }
}
@media only screen and (max-width: 800px) {
    html body section.our-team .team-gallery .team-member .photo {
        width: 56.3% !important;
    }
}
/*iPad*/
@media only screen and (max-width: 770px) {
    html body section.our-team .team-gallery .team-member .photo {
        width: 56.8% !important;
    }
}
/*Switch to Mobile*/
@media only screen and (max-width: 767px) {
    html body section.our-team .team-gallery .team-member .photo {
        width: 100% !important;
    }
}

html body section.our-team .team-gallery .team-member .photo img {
    width: 100%;
}

html body section.our-team .team-gallery .team-member .bio {
    align-items: center;
    color: #57585b;
    display: flex;
    width: 50%;
}

html body section.our-team .team-gallery .team-member .bio h2 {
    font-weight: 300;
    margin-bottom: 5px
}

html body section.our-team .team-gallery .team-member .bio.service h2 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.64;
    color: #015660;
    margin-bottom: 24px
}

html body section.our-team .team-gallery .team-member .bio img {
    max-width: 40px;
}

@media all and (min-width: 768px) {}

html body section.our-team .team-gallery .team-member .bio h3 {
    color: #afc529;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 25px
}

html body section.our-team .team-gallery .team-member .bio p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 24px;
}

@media all and (min-width: 375px) {
    html body section.our-team .team-gallery .team-member {
        flex-direction: column;
        height: auto;
    }

    html body section.our-team .team-gallery .team-member.even .photo {
        order: 1;
    }

    html body section.our-team .team-gallery .team-member.even .bio {
        order: 2;
    }

    html body section.our-team .team-gallery .team-member .photo,
    html body section.our-team .team-gallery .team-member .bio,
    html body section.our-team .team-gallery .team-member.even .bio {
        padding: 30px 20px;
        text-align: center;
        width: 100%;
    }

    html body section.our-team .team-gallery .team-member .photo,
    html body section.our-team .team-gallery .team-member.even .photo {
        height: 400px;
    }

    html body section.our-team .team-gallery .team-member .photo:after,
    html body section.our-team .team-gallery .team-member.even .photo:after {
        content: '';
        display: block;
        position: absolute;
        width: 24px;
        background-image: url(assets/images/quoteTransp.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        bottom: 21px;
        height: 100%;
        left: 0;
        transform: rotate(90deg);
        transform-origin: bottom left;
    }

    html body section.our-team .team-gallery .team-member .bio div,
    html body section.our-team .team-gallery .team-member.even .bio div {
        margin: 0 auto;
        text-align: center;
    }
}

@media all and (min-width: 768px) {
    html body section.our-team .team-gallery .team-member {
        flex-direction: row;
        min-height: 650px;
    }

    html body section.our-team .team-gallery .team-member.even .photo {
        height: auto;
        order: 0;
    }

    html body section.our-team .team-gallery .team-member.even .bio {
        order: 0;
    }

    html body section.our-team .team-gallery .team-member .photo {
        height: auto;
        width: 56.65%;
    }

    html body section.our-team .team-gallery .team-member .photo:after {
        bottom: auto;
        left: auto;
        right: 0;
        top: 50%;
        transform: rotate(0) translateY(-50%);
        transform-origin: center;
    }

    html body section.our-team .team-gallery .team-member.even .photo:after {
        bottom: auto;
        left: 0;
        right: auto;
        transform: translateY(-50%) rotate3d(0, 1, 0, 180deg);
        transform-origin: center;
    }

    html body section.our-team .team-gallery .team-member .bio,
    html body section.our-team .team-gallery .team-member.even .bio {
        width: 50%;
    }

    html body section.our-team .team-gallery .team-member .bio div {
        margin: 0 auto 0 30px;
        max-width: 450px;
        padding-right: 30px;
        text-align: left;
    }

    html body section.our-team .team-gallery .team-member.even .bio div {
        margin: 0 30px 0 auto;
        padding-left: 30px;
        padding-right: 0;
        text-align: right;
    }
}

@media all and (min-width: 1024px) {
    html body section.our-team .team-gallery .team-member {
        height: 600px;
        min-height: 600px;
    }

    html body section.our-team .team-gallery .team-member .photo {
        width: 54.95%;
    }
}

@media all and (min-width: 1280px) {

    html body section.our-team .team-gallery .team-member .photo {
        width: 53.95%;
    }

    html body section.our-team .team-gallery .team-member .bio div {
        padding-right: 0;
    }

    html body section.our-team .team-gallery .team-member.even .bio div {
        padding-left: 0;
    }
}

@media all and (min-width: 1440px) {
    html body section.our-team .team-gallery .team-member .photo {
        width: 53.45%;
    }

    html body section.our-team .team-gallery .team-member .photo:after {
        right: -1px;
    }

    html body section.our-team .team-gallery .team-member.even .photo:after {
        left: -1px;
    }
}

@media all and (min-width: 1680px) {
    html body section.our-team .team-gallery .team-member .photo {
        width: 52.65%;
    }
}

@media all and (min-width: 1690px) {

    html body section.our-team .team-gallery .team-member .photo:after {
        right: 0;
    }

    html body section.our-team .team-gallery .team-member.even .photo:after {
        left: 0;
    }
}

html body section.work-with-us {
    background-color: #015660;
    border-bottom: 1px solid #383838;
    padding: 78px 0 106px;
    text-align: center
}

html body section.work-with-us h2 {
    margin: 0 0 40px;
    color: #fff;
    font-size: 50px;
    font-weight: 100
}

html body section.work-with-us h2 strong {
    font-weight: 300;
}

html body section.work-with-us a {
    color: #fff;
    font-weight: 100;
    margin: 0 auto;
    border: 1px solid #fff;
    font-size: 17px;
    padding: 15px 40px;
    border-radius: 5px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: transparent;
}

html body section.work-with-us a:hover {
    background-color: #afc529;
    color: #fff;
    text-decoration: none;
    border: 1px solid transparent;
}

html body section.services {
    padding: 20px 0
}

html body section.services .grid .active-clone,
html body section.services .grid .grid-item {
    width: 100%;
    float: left;
    height: 300px;
    text-align: center;
    display: table;
    padding: 5px;
    position: relative;
    cursor: pointer
}

@media all and (min-width: 768px) {

    html body section.services .grid .active-clone,
    html body section.services .grid .grid-item {
        width: 50%
    }
}

@media all and (min-width: 1200px) {

    html body section.services .grid .active-clone,
    html body section.services .grid .grid-item {
        width: 33.3%
    }
}

html body section.services .grid .active-clone .toggle,
html body section.services .grid .grid-item .toggle {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    z-index: 10;
}

html body section.services .grid .active-clone .toggle span,
html body section.services .grid .grid-item .toggle span {
    display: block;
    height: 20px;
    width: 5px;
    background-color: #252828;
    border-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transition: transform .3s ease-out;
    transition: transform .3s ease-out
}

html body section.services .grid .active-clone .content-container .toggle span,
html body section.services .grid .active-clone.open .toggle span,
html body section.services .grid .grid-item.open .toggle span {
    background-color: #afc529
}

html body section.services .grid .active-clone .toggle span.right,
html body section.services .grid .grid-item .toggle span.right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

html body section.services .grid .grid-item:hover h2 {
    border: 1px solid #afc529
}

html body section.services .grid .grid-item:hover .toggle span {
    background-color: #afc529
}

html body section.services .grid .active-clone h2,
html body section.services .grid .grid-item h2 {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #ebebeb;
    font-size: 34px;
    color: #3d4243;
    font-weight: 300
}

html body section.services .grid .active-clone.open .toggle span.left,
html body section.services .grid .grid-item.open .toggle span.left {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

html body section.services .grid .active-clone.open .toggle span.right,
html body section.services .grid .grid-item.open .toggle span.right {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

html body section.services .grid .active-clone.open h2,
html body section.services .grid .grid-item.open h2 {
    border-color: #afc529
}

html body section.services .grid-item .grid-hover {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    padding: 40px;
    text-align: center;
    background-color: #262729;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    line-height: 21px;
    font-size: 14px;
}

html body section.services .grid-item .grid-hover h3 {
    color: #afc529;
    font-size: 20px;
    margin-top: 0;
    font-weight: 300;
    font-family: 'Roboto Slab', sans-serif;
}

html body section.services .grid .grid-content {
    width: 100%;
    display: block;
    opacity: 0;
    position: absolute;
    pointer-events: none
}

html body section.services .grid .grid-content.open {
    height: 540px;
    width: 100%;
    opacity: 1;
    position: relative;
    pointer-events: auto
}

html body section.services .grid .active-clone {
    width: 100%;
    padding: 5px;
    opacity: 0
}

html body section.services .grid .active-clone .content-container {
    height: 100%;
    border: 1px solid #afc529
}

html body section.services .grid .active-clone .content-container .toggle span.left {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

html body section.services .grid .active-clone .content-container .toggle span.right {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

html body section.services .grid .active-clone .content-container h2 {
    border: none;
    margin-bottom: 30px;
    margin-top: 30px;
    display: block;
    font-weight: 500
}

html body section.services .grid .active-clone .content-container p {
    margin: 0 20px 10px;
}

html body section.services .grid .active-clone .content-container img {
    margin: 10px auto;
    width: 100%;
}

@media all and (min-width: 992px) {
    html body section.services .grid .active-clone .content-container img {
        width: auto;
    }
}

html body section.featured-blog {
    margin-bottom: 30px;
    padding: 0 20px;
}

html body section.featured-blog .container {
    position: relative;
    padding-bottom: 30px
}

@media all and (min-width: 992px) {

    html body section.featured-blog .container,
    html body section.blogs .container {
        width: 730px;
    }
}

html body.page #primary h1,
html body.page #primary h2 {
    margin: 0 0 10px 0;
    font-family: 'Roboto Slab', sans-serif;
    color: #3d4243;
    font-weight: 300
}

html body section.featured-blog .container h2 {
    color: #3d4243;
    font-weight: 300;
    font-size: 34.5px;
    line-height: 1.2;
    margin: 0 0 17px;
}

html body section.featured-blog .container h3 {
    margin: 0 0 39px 0;
    color: #afc529;
    font-size: 14px;
}

html body section.featured-blog .container p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    /* color: #7a7a7a; */
}

html body section .container h2 a {
    color: #afc529;
}

html body.page #primary h3 {
    margin: 20px 0 10px 0;
    color: #afc529;
    font-size: 16px
}

html body section.featured-blog .container .post-summary {
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}

html body section.featured-blog .container .post-summary:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    border-bottom: 1px solid #afc529;
}

html body section.featured-blog .container .post-summary p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #3d4243;
}

html body.page #primary p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #3d4243;
}

html body.page #primary p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #3d4243;
    margin-bottom: 30px;
}

html body section.featured-blog .container img {
    margin: 30px 0
}

html body.page .container img.alignleft,
html body section.featured-blog .container img.alignleft {
    float: left;
    padding: 0 15px 15px 0;
    margin: 0;
}

html body.page .container blockquote {
    border-left: medium none;
    color: #015660;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    margin: 20px 0;
    padding: 0;
}

html body section.featured-blog {
    padding-top: 0px;
}

html body section.featured-blog .container blockquote {
    padding: 0;
    border-left: none;
    font-size: 30px;
    margin: 50px 0;
    color: #015660;
    font-weight: 300;
    line-height: 36px
}

html body section.featured-blog .container .media-container,
html body.page .container .media-container {
    overflow: hidden;
    padding: 30px 0 30px
}

@media all and (min-width: 992px) {

    html body section.featured-blog .container .media-container,
    html body.page .container .media-container {
        width: 970px;
        margin: 0 -240px;
        position: relative
    }
}

@media all and (min-width: 1200px) {

    html body section.featured-blog .container .media-container,
    html body.page .container .media-container {
        width: 1170px;
    }
}

html body section.featured-blog .container .media-container a {
    padding: 5px;
    display: block;
    width: 100%
}

html body section.featured-blog .container .media-container a.half {
    width: 50%;
    display: inline-block
}

html body section.featured-blog .container .media-container a img,
html body section .container .media-container img {
    max-width: 100%;
    height: auto;
    margin: 0
}

html body section.featured-blog .container .readMore {
    border: 1px solid #015660;
    color: #015660;
    padding: 10px 30px;
    border-radius: 5px;
    margin: 32px 0;
    display: inline-block;
    width: auto;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
    background-color: transparent;
}

html body section.featured-blog .container .readMore:hover {
    text-decoration: none;
    background-color: #015660;
    color: #fff
}

html body section.featured-blog .container .socials {
    width: 250px;
    max-width: 100%;
    height: 50px;
    margin: 50px auto 30px;
    display: flex;
}

/*@media screen and (max-width: 1200px){
   html body section.featured-blog .container .socials {
        margin: 30px 27% 50px !important;
    }
}
@media screen and (max-width: 992px){
   html body section.featured-blog .container .socials {
        margin: 30px 33% 50px !important;
    }
}
@media screen and (max-width: 715px){
   html body section.featured-blog .container .socials {
        margin: 30px 25% 50px !important;
    }
}
@media screen and (max-width: 550px){
   html body section.featured-blog .container .socials {
        margin: 30px 22% 50px !important;
    }
}
@media screen and (max-width: 450px){
   html body section.featured-blog .container .socials {
        margin: 30px 16% 50px !important;
    }
}*/
html body section.featured-blog .container .socials span {
    height: 100%;
    flex: 1;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    text-align: center;
}

html body section.featured-blog .container .socials .social.facebook {
    background-image: url(assets/images/facebook/Clark_FBicon-29.svg)
}

html body section.featured-blog .container .socials .social.twitter {
    background-image: url(assets/images/twitter/Clark_Icons-03.svg)
}

html body section.featured-blog .container .socials .social.google-plus {
    background-image: url(assets/images/google/Clark_Icons-02.svg)
}

html body section.featured-blog .container .socials .social.rss-feed {
    background-image: url(assets/images/rss/Clark_Icons-06.svg)
}

html body section.featured-blog .container .socials .social:hover.facebook {
    background-image: url(assets/images/facebook/Clark_FBicon-30.svg)
}

html body section.featured-blog .container .socials .social:hover.twitter {
    background-image: url(assets/images/twitter/Clark_Icons-12.svg)
}

html body section.featured-blog .container .socials .social:hover.google-plus {
    background-image: url(assets/images/google/Clark_Icons-11.svg)
}

html body section.featured-blog .container .socials .social:hover.rss-feed {
    background-image: url(assets/images/rss/Clark_Icons-15.svg)
}

@media all and (min-width: 992px) {

    html body section.featured-blog .container.slim,
    html body.page .container.slim {
        padding-left: 240px;
        padding-right: 240px
    }

    html body.page .container.slim {
        padding-top: 0;
        padding-bottom: 50px;
    }

}

html body section.blogs {
    margin-bottom: 20px;
    padding: 0 20px;
}

html body section.blogs .container .blog {
    position: relative;
    padding: 50px 0 30px;
    cursor: pointer;
    display: block
}

html body section.blogs .container .blog:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    border-bottom: 1px solid #afc529
}

html body section.blogs .container .blog h2 {
    margin: 0;
    font-size: 25px;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 300;
    color: #3d4243
}

html body section.blogs .container .blog h3 {
    margin: 10px 0;
    font-size: 14px;
    color: #afc529
}

html body section.blogs .container .blog:hover {
    text-decoration: none
}

html body section.blogs .container .blog:hover h2 {
    color: #afc529
}

/* WordPress Blog Pagination Styles */
html body section.pagination {
    display: block;
    text-align: center;
    margin: 40px auto 60px auto;
}

html body section.pagination .pagination-container .current-page {
    display: inline;
}
/* End Blog Pagination Styles */

html body section.form {
    max-width: 640px;
    margin: 0 auto;
    padding: 0;
}

html body section.form p {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 36px;
}

html body section.form p span input {
    display: block;
    background-color: #e8e8e8;
    border: 0;
    box-shadow: none;
    margin: 5px 0;
    padding: 5px 10px;
    font-size: 22px;
    width: 100%;
    font-weight: 300;
}

html body section.form p.name {
    overflow: hidden;
}

html body section.form p.name span input {
    width: 48%;
    float: left;
}

html body section.form p.name span.last-name input {
    margin-left: 4%;
}

html body section.form p span select {
    background-color: #e8e8e8;
    width: 100%;
    border: 0;
    font-size: 18px;
    padding: 5px 10px;
    height: 50px;
    font-weight: 300;
}

html body section.form p span textarea {
    width: 100%;
    background-color: #e8e8e8;
    border: 0;
    height: 400px;
    padding: 5px 15px;
}

html body section.form p input.wpcf7-submit {
    border: 1px solid #015660;
    width: 182px;
    height: 52px;
    font-family: 'Roboto Slab', sans-serif;
    background-color: transparent;
    border-radius: 5px;
    font-size: 17px;
    color: #015660;
    margin: 50px auto 70px;
    display: block;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
}

html body.page-template-package-design-2 section.form p input.wpcf7-submit {

    margin: 50px auto 0px;

}

html body section.form p input.wpcf7-submit:hover {
    background-color: #afc529;
    border: 1px solid transparent;
    color: #fff;
}

html body section.map {
    margin-top: -30px;
    border: 1px solid transparent;
    overflow: hidden;
    height: 300px;
}

html body section.map .overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 550px;
    /* your iframe height */
    top: 550px;
    /* your iframe height */
    margin-top: -550px;
    /* your iframe height */
}

html body section.map p {
    margin: 0 0 -10px 0;
}

html body section.map iframe {
    margin-top: -150px;
}

html body footer {
    background-color: #252828;
    overflow: hidden;
    position: relative
}

html body footer .footer-top {
    border-bottom: 1px solid #383838
}

html body footer .footer-top .footer-details {
    border-bottom: 1px solid #383838;
    padding: 20px 0
}

html body footer .footer-top .footer-details h1 {
    font-size: 13px;
    color: #fff;
    line-height: 22px;
    font-weight: 100;
    max-width: 570px;
    font-family: "Roboto Slab", sans-serif
}

html body footer .footer-top .footer-details a {
    float: left;
    width: 25%;
    height: 50px;
    background-repeat: no-repeat;
    background-position: -12px center;
    cursor: pointer;
    /*-webkit-transition: background-image ease-out 1s;*/
    /*-moz-transition: background-image ease-out 1s;*/
    /*-o-transition: background-image ease-out 1s;*/
    /*transition: background-image ease-out 1s;*/
}

html body footer .footer-top .footer-details a.facebook {
    background-image: url(assets/images/facebook/Clark_FBicon-31.svg)
}

html body footer .footer-top .footer-details a.facebook:hover {
    background-image: url(assets/images/facebook/Clark_FBicon-30.svg)
}

html body footer .footer-top .footer-details a.twitter {
    background-image: url(assets/images/twitter/Clark_Icons-21.svg)
}

html body footer .footer-top .footer-details a.twitter:hover {
    background-image: url(assets/images/twitter/Clark_Icons-12.svg)
}

html body footer .footer-top .footer-details a.instagram {
    background-image: url(assets/images/instagram/Clark_Icons-23.svg)
}

html body footer .footer-top .footer-details a.instagram:hover {
    background-image: url(assets/images/instagram/Clark_Icons-14.svg)
}

html body footer .footer-top .footer-details a.youtube {
    background-image: url(assets/images/youtube/Clark_Icons-22.svg)
}

html body footer .footer-top .footer-details a.youtube:hover {
    background-image: url(assets/images/youtube/Clark_Icons-13.svg)
}

html body footer .footer-top .footer-details a.linkedin {
    background-image: url(assets/images/linkedin/Clark_LinkedInIcon_White.svg);
}

html body footer .footer-top .footer-details a.linkedin:hover {
    background-image: url(assets/images/linkedin/Clark_LinkedInIcon_Green.svg)
}

@media all and (min-width: 768px) {
    html body footer .footer-top .footer-details {
        border-bottom: none;
        border-right: 1px solid #383838;
        min-height: 210px;
        padding: 20px 15px
    }

    html body footer .footer-top .footer-details a {
        width: 50px
    }
}

html body footer .footer-top .footer-contact {
    padding: 20px 0
}

@media all and (min-width: 768px) {
    html body footer .footer-top .footer-contact {
        padding-left: 50px;
        padding-top: 35px
    }
}

html body footer .footer-top .footer-contact a {
    display: block;
    color: #fff;
    width: 100%;
    padding: 10px 0 10px 40px;
    text-decoration: none;
    background-size: auto 22px;
    background-repeat: no-repeat;
    background-position: 0 center;
    font-weight: 100;
}

html body footer .footer-top .footer-contact a:hover {
    color: #AFC529;
}

html body footer .footer-top .footer-contact a.email {
    background-image: url(assets/images/mail/Clark_Icons-16.svg)
}

html body footer .footer-top .footer-contact a.directions {
    background-image: url(assets/images/map/Clark_Icons-17.svg)
}

html body footer .footer-top .footer-contact a.telephone {
    background-image: url(assets/images/phone/Clark_Icons-19.svg)
}

html body footer .footer-top .footer-contact .fax {
    background-image: url(assets/images/fax/Clark_Icons-18.svg);
    color: #fff;
    width: 100%;
    padding: 10px 0 10px 40px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 0 center;
    font-weight: 100;
}

@media all and (min-width: 992px) {
    html body footer .footer-top .footer-contact a {
        padding-bottom: 5px;
        padding-top: 5px
    }
}

html body footer .copyright {
    text-align: center;
    padding: 40px 0
}

html body footer .copyright small {
    color: #fff;
    font-size: 13px;
    display: block;
    margin-bottom: 3px
}

/* Support #52759 - Align Center/Align Right Class not working properly */

img.aligncenter,
.aligncenter {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

img.alignright,
.alignright {
    float: right;
    margin: 0 10px !important;
    display: block;
}

/* Support #52886 - Increase portfolio description width */

.container.project-details p.ng-binding,
.container.project-details p.ng-binding p {
    max-width: 95% !important;
}

/* Support #52887 - 'Our Work' and homepage client name */

body.page.page-id-7 h2.ng-binding {
    font-weight: 100 !important;
    font-size: 32px !important;
}

body.home.page.page-id-18 .showcase-item h2 {
    font-size: 36px;
}

/* Support #54565 - Images in content not responsive */

.single img {
    height: auto;
    max-width: 100%;
}

/* Support #55594 - Link color for 'What We Do' page */

body.page.page-id-11 p.ng-binding a {
    color: #afc529;
}

/* Support #57946 - Banner images on mobile */

@media screen and (max-width:600px) {
    html body section.image-panel {
        height: 225px !important;
    }

    section.intro {
        padding-top: 25px !important;
    }
}

/* Support #65398 - Link style for portfolio wysiwyg links */

html body section.intro .project-details p a {
    margin-top: 0;
    display: inline;
    font-weight: inherit;
    position: inherit;
    color: #015660;
}

html body section.intro .project-details p a:before {
    display: none;
}

/* default h4 style for package design */

html body.page-template-package-design-2 section#primary h4,
html body.page-template-package-design section#primary h4 {
    line-height: 28px;
}


/* new styles for colio items on package design page */
.package-design .colio-summary {
    background-color: #015660;
    text-align: center;
    color: #fff;
    padding: 10px !important;
}

.package-design .colio-summary p {
    font-family: "Roboto Slab", serif;

}

.package-design .colio-summary a {
    color: #fff;
}

.package-design .colio-wrap .colio-button {
    width: 50px;
    height: 40px;
    cursor: hand;
    color: #afc529;
    text-shadow: none;
}



.package-design .colio-wrap .colio-button:before {
    content: "\f002";
    font-family: FontAwesome;
    left: 15px;
    font-size: 20px;
    font-weight: 100;
    position: absolute;
    top: 8px;
    color: #fff;
}

.package-design .colio-wrap .colio-list .colio-thumb {
    cursor: auto;
}

/*.package-design .colio-inner:hover .colio-summary {
    background-color: #afc529;
}*/
/*.package-design .colio-view .colio-button, .package-design .colio-view .colio-button:visited {
    width: 100%;
    height: 220px;
    top: 0 !important;
    padding: 0;
}*/
/* turns off colio view hover */
/*.package-design .colio-thumb:hover .colio-view {
    opacity: 0 !important;
}*/

.package-design-text {
    padding: 0 10%;
    color: #fff;
    font-size: 17px;
    font-weight: 100;
}

.package-design-text h2 {
    color: #fff;
    margin-bottom: 30px;
}

@media all and (max-width: 768px) {
    .package-design-text {
        padding: 0 15px;
        color: #fff;
    }

    /*styling for image map icon images - custom for a specific map */
    #image-map-pro-8605 .imp-shape img {
        width: 25px !important;
        height: 25px !important;
    }
}

/* styling new gravity form */
.gform_wrapper label.gfield_label {
    font-weight: 400 !important;
    font-size: 12px !important;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    display: none !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_complex .ginput_right select,
.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_complex select {
    width: 100%;
    display: block;
    background-color: #e8e8e8;
    border: 0;
    box-shadow: none;
    margin: 5px 0;
    padding: 5px 10px;
    font-size: 22px;
    width: 100%;
    font-weight: 300;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    background-color: #e8e8e8;
    width: 100%;
    border: 0;
    font-size: 18px;
    padding: 5px 10px;
    height: 50px;
    font-weight: 300;
}

.gform_wrapper textarea.medium {
    width: 100%;
    background-color: #e8e8e8;
    border: 0;
    height: 200px;
    padding: 5px 15px;
    font-size: 22px;
}

.gform_wrapper textarea.small,
.gform_wrapper textarea.large {
    background-color: #e8e8e8;
    border: 0;
    font-size: 22px;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    border: 1px solid #015660;
    width: 182px !important;
    height: 52px;
    font-family: 'Roboto Slab', sans-serif;
    background-color: transparent;
    border-radius: 5px;
    font-size: 17px;
    color: #015660;
    margin: 0 auto 70px !important;
    display: block !important;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

html body.page-template-package-design-2 .gform_wrapper .gform_footer input[type=submit] {

    margin: 0 auto 0;

}

.gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #afc529;
    border: 1px solid transparent;
    color: #fff;
}

.colio-theme-white .colio-item a,
.colio-theme-white .colio-item a:visited {
    font-weight: 400 !important;
}

/* logo form */
.ginput_container_creditcard ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    font-size: 13px;
}

.ginput_container_creditcard ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    font-size: 13px;
}

.ginput_container_creditcard :-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    font-size: 13px;
}

.ginput_container_creditcard :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    font-size: 13px;
}

.ginput_container_creditcard input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    color: #000;
    font-size: 13px;
    height: 35px;
    padding: 5px 15px;
}

.gform_wrapper ul.gform_fields li.gfield .ginput_container_creditcard select {
    color: #000;
    font-size: 13px !important;
    height: 35px;
    margin-top: 5px;

}

.gform_wrapper .ginput_complex.ginput_container_creditcard .ginput_cardinfo_right input.ginput_card_security_code {
    max-width: 70% !important;
    float: left;
}

.gform_wrapper .ginput_complex.ginput_container_creditcard .ginput_cardinfo_right span.ginput_card_security_code_icon {
    float: left;
    margin-left: 10px;
    margin-top: 12px;
}

/* colio hacks */
.colio .colio-no-next {
    background-color: #fbfbfb !important;
    position: relative;
    z-index: 10;
    opacity: 1 !important;
    width: 130px;
}

.colio a.colio-no-next:hover {
    background-color: #fbfbfb !important;

    opacity: 1 !important;

}

.colio-has-navigation {
    z-index: 500;
}

.more-services {
    position: absolute;
    z-index: 1;
    left: 80px;
    top: 8px;
    font-size: 12px;
}

@media all and (min-width: 375px) {
    .page-template-sustainable-packaging .filter .container {
        padding: 0 15px 70px;
    }

    .page-template-sustainable-packaging a.button {
        color: #015660;
        display: inline-block;
        margin: 23px auto 0;
        border: 1px solid #015660;
        font-size: 17px;
        font-weight: 300;
        padding: 15px 20px;
        border-radius: 3px;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
        background-color: transparent;
    }

    .page-template-sustainable-packaging a.button:hover {
        background-color: #afc529;
        color: #fff;
        text-decoration: none;
        border: 1px solid transparent;
    }

    .page-template-sustainable-packaging .filter .container .proc {
        color: #afc529;
        display: inline-block;
        margin-left: 20px;
    }

    .page-template-sustainable-packaging #response {
        padding-bottom: 80px;
    }

    .page-template-sustainable-packaging .flex-wrap {
        display: flex;
        justify-content: center;
        margin-bottom: 44px;
    }

    .page-template-sustainable-packaging .flex-item.left {
        width: 40%;
    }

    .page-template-sustainable-packaging .flex-item.left img {
        height: auto;
        max-width: 100%;
    }

    .page-template-sustainable-packaging .flex-item.right {
        padding: 0 0 0 30px;
        width: 60%;
    }

    .page-template-sustainable-packaging .flex-item.right h3 {
        color: #3d4243;
        font-size: 20px;
        font-weight: 300;
        line-height: 1.26;
        margin: 0 0 16px;
    }

    .page-template-sustainable-packaging .flex-item.right a {
        font-size: 14px;
        line-height: 1.86;
    }

    .page-template-sustainable-packaging .flex-item.right span {
        color: #afc529;
        display: inline-block;
        padding: 0 15px;
    }
}

@media all and (min-width: 768px) {
    .page-template-sustainable-packaging .flex-item.right h3 {
        font-size: 24px;
    }
}

@media all and (min-width: 1024px) {
    .page-template-sustainable-packaging .filter .container {
        padding: 0 0 70px 110px;
    }

    .page-template-sustainable-packaging .flex-item.left {
        width: 180px;
    }

    .page-template-sustainable-packaging .flex-item.right {
        padding: 0 0 0 60px;
        width: 570px;
    }
}

@media all and (min-width: 1200px) {
    .page-template-sustainable-packaging .filter .container {
        padding: 0 0 70px 210px;
    }
}
