html {
    font-size: 100%;
}
body {
    font-size: 1em;
    margin: 0 auto;
    font-family: "adobe-garamond-pro", Times New Roman, Georgia, serif;
    background: #111;
}
.inner-wrap {
    background: #fff;
}
.is-hidden {
    display: none;
}

.row {
    max-width: 137.5rem;
}

.button {
    font-family: "futura-pt", Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    color: #444;
    background: none;
    border: 1px solid #444;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    padding-left: 3.25rem;
    padding-right: 3.25rem;
    opacity: 1;
    
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .button:hover, 
    .button:focus,
    .button:active {
        color: #444;
        background: none;
        opacity: 0.65;
    }

/* Telephone Links */

a[href^=tel] {
  color: #444;
}

/* PLACEHOLDER */

::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}

:-moz-placeholder { /* Firefox 18- */
    color: #ccc;
    font-weight: normal;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #ccc;
    font-weight: normal;
}

:-ms-input-placeholder {  
    color: #ccc;
    font-weight: normal;
}

/* PLACEHOLDER */

.reveal-modal-bg {
    background: rgba(0, 0, 0, 0.8);
}

.reveal-modal {
    background: none;
    border: none;
    box-shadow: none;
}

/* -------------
 TYPOGRAPHY
 ------------ */

h1.headline {
    font-family: "adobe-garamond-pro", Times New Roman, Georgia, serif;
    font-size: 1.438rem;
    font-style: italic;
    color: #222;
    margin: 0;
}

hr {
    border-width: 3px 0 0;
    margin: 0.5rem 0 0;
}

/* -------------
 HEADER
 ------------ */

header {
    position: absolute;
    width: 100%;
    top: 1.5rem;
    z-index: 500;
}

    header .logo {
        width: 5.25rem;
        filter: invert(100%);
        -webkit-filter: invert(100%);
        
        opacity: 1;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

        header .logo:hover {
            opacity: 0.5;
        }

/* -------------
 HEADER - NAV - DESKTOP
 ------------ */

header.desktop nav { }

    header.desktop nav ul {
        float: right;
        text-align: left;
        display: inline;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        header.desktop nav ul li {
            display: inline-block;
            margin-right: -4px;
            position: relative;
            padding: 12px 18px;
            background: none
            cursor: pointer;

            font-family: "futura-pt", Arial, sans-serif;
            text-transform: uppercase;
            font-size: 0.825rem;
            font-weight: 800;
            line-height: 1;
            letter-spacing: 0.05rem;

            -webkit-transition: all 0.25s;
            -moz-transition: all 0.25s;
            -ms-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
        }

            header.desktop nav ul li a {
                color: #fff;
                text-decoration: none;
                opacity: 1;

                -webkit-transition: all 0.25s;
                -moz-transition: all 0.25s;
                -ms-transition: all 0.25s;
                -o-transition: all 0.25s;
                transition: all 0.25s;
            }

                header.desktop nav ul:hover li {
                    opacity: 0.4;
                }

                header.desktop nav ul:hover li:hover {
                    opacity: 1;
                }

    header.desktop nav ul li ul {
        padding: 0;
        position: absolute;
        z-index: 25;
        top: 35px;
        left: 0;
        width: 200px;

        display: none;
        opacity: 0;
        visibility: hidden;

        -webkit-transition: opacity 0.25s;
        -moz-transition: opacity 0.25s;
        -ms-transition: opacity 0.25s;
        -o-transition: opacity 0.25s;
        -transition: opacity 0.25s;
    }

        header.desktop nav ul li ul li { 
            position: relative;
            background: none;
            display: block; 
            color: #fff;
            padding: 10px 18px;

            font-family: "futura-pt", Arial, sans-serif;
            text-transform: uppercase;
            font-size: 0.675rem;
            font-weight: 800;
            line-height: 1;
            letter-spacing: 0.05rem;
        }

            header.desktop nav ul li:hover ul {
                display: block;
                opacity: 1;
                visibility: visible;
            }
            header.desktop nav ul li ul li:hover a {
                color: #fff;
            }

/* -------------
 HEADER - NAV - MOBILE
 ------------ */

.contain-to-grid,
.tab-bar {
    background: none;
}

.tab-bar-section.left {
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

.move-left .exit-off-canvas {
    background: none;
    box-shadow: none;
}

    .move-left .exit-off-canvas:hover {
        background: none;
    }

.right-off-canvas-menu {
    background: none;
    width: 17rem;
    height: 100vh;
}

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-17rem, 0, 0);
  -moz-transform: translate3d(-17rem, 0, 0);
  -ms-transform: translate(-17rem, 0);
  -o-transform: translate3d(-17rem, 0, 0);
  transform: translate3d(-17rem, 0, 0); }

ul.off-canvas-list li a {
    border: none;
}

.right-small {
    border: none;
}

header.mobile {
    top: 0.75rem;
}

    header.mobile nav ul {
        margin: 0;
        padding: 10px;
        list-style: none;
    }

        header.mobile nav ul li {
            display: block;
            padding: 1px 0;

            font-family: "futura-pt", Arial, sans-serif;
            text-transform: uppercase;
            font-size: 0.925rem;
            font-weight: 800;
            line-height: 1;
            letter-spacing: 0.05rem;

            -webkit-transition: all 0.25s;
            -moz-transition: all 0.25s;
            -ms-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
        }

            header.mobile nav ul li a {
                padding: 0.725rem;
                color: #fff;
                text-decoration: none;
                opacity: 1;

                -webkit-transition: all 0.25s;
                -moz-transition: all 0.25s;
                -ms-transition: all 0.25s;
                -o-transition: all 0.25s;
                transition: all 0.25s;
            }

                header.mobile nav ul li a:hover {
                    opacity: 0.4;
                    background: none;
                }

    header.mobile nav ul li ul {
        padding: 0;
    }

        header.mobile nav ul li ul li { 
            background: none;
            padding: 2px 10px;
            font-size: 0.725rem;
        }

            header.mobile nav ul li:hover ul {
                display: block;
                opacity: 1;
                visibility: visible;
            }
            header.mobile nav ul li ul li:hover a {
                color: #fff;
            }

/* -------------
 SLIDER
 ------------ */

.cbp-fwslider nav span {
    z-index: 350;
    width: 40px;
	height: 69px;
	line-height: 69px;
	background-color: transparent;
    background-image: url(../img/assets/home-slider-arrows.png);
    background-size: 40px 138px;
	margin-top: -34.5px;
    
    filter: invert(1);
    -webkit-filter: invert(1);
    opacity: 0.4;
}

    .cbp-fwslider nav span.cbp-fwnext {
        background-position: 0 -69px;
        right: 10px;
    }

    .cbp-fwslider nav span.cbp-fwprev {
        left: 10px;
    }

.cbp-fwslider nav span:hover {
	background-color: transparent;
    background-image: url(../img/assets/home-slider-arrows.png);
    background-size: 40px 138px;
    opacity: 1;
}

.cbp-fwdots span.cbp-fwcurrent {
    background: #fff;
    box-shadow: 0 0 0 2px #fff;
}

@media only screen and (max-width: 64em) { 
    .cbp-fwslider nav span {
        z-index: 350;
        width: 35px;
        height: 60.5px;
        line-height: 61px;
        background-color: transparent;
        background-image: url(../img/assets/home-slider-arrows.png);
        background-size: 35px 121px;
        margin-top: -30.25px;

        filter: invert(1);
        -webkit-filter: invert(1);
        opacity: 0.4;
    }

        .cbp-fwslider nav span.cbp-fwnext {
            background-position: 0 -61px;
            right: 10px;
        }

        .cbp-fwslider nav span.cbp-fwprev {
            left: 10px;
        }

    .cbp-fwslider nav span:hover {
        background-color: transparent;
        background-image: url(../img/assets/home-slider-arrows.png);
        background-size: 35px 121px;
        opacity: 1;
    }

    .cbp-fwdots span.cbp-fwcurrent {
        background: #fff;
        box-shadow: 0 0 0 2px #fff;
    }
}

/* -------------
 HOMEPAGE SLIDER
 ------------ */

.cbp-fwslider.home ul {
    white-space: normal;
}

.cbp-fwslider.home {
    padding: 0;
    margin: 0;
}

    .cbp-fwslider.home .bg,
    .cbp-fwslider.home .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: -30;
    }

    .cbp-fwslider.home .bg {
        -moz-box-shadow:    inset 0 0 5rem 0.5rem #000000;
        -webkit-box-shadow: inset 0 0 5rem 0.5rem #000000;
        box-shadow:         inset 0 0 5rem 0.5rem #000000;
    }

    .cbp-fwslider.home .overlay {
        z-index: -20;
    }

    .cbp-fwslider.home .content {
        text-align: left;
        width: 100%;
        padding-left: 10rem;
        padding-top: 20px;
    }

        .cbp-fwslider.home .content h1 {
            display: block;
            width: 65%;
            font-family: 'texgyreadventorbold', Arial, sans-serif;
            font-size: 5.5rem;
            color: #fff;
            line-height: 1.2;
        }

        .cbp-fwslider.home .content p {
            display: block;
            width: 50%;
            color: #fff;
            font-size: 1.5rem;
            font-style: italic;
            line-height: 1.7;
        }

        .cbp-fwslider.home .button {
            color: #fff;
            border-color: #fff;
        }

    .cbp-fwslider.home ul li {
        height: 36rem;
    }

@media only screen and (max-width: 64em) { 
    .cbp-fwslider.home .content {
        text-align: center;
        z-index: 500;
        padding: 0 5rem;
    }

        .cbp-fwslider.home .content h1 {
            width: 100%;
            font-size: 5.5rem;
            color: #fff;
            line-height: 1.2;
        }

        .cbp-fwslider.home .content p {
            width: 100%;
            font-size: 1.5rem;
            line-height: 1.7;
        }
    
    .cbp-fwslider.home ul li {
        height: 41rem;
    }
}

@media only screen and (max-width: 40em) { 
    .cbp-fwslider.home .content h1 {
        font-size: 4.5rem;
    }
}

/* -------------
 CONTENT
 ------------ */

main {
    position: relative;
    z-index: 10;
    background: #222;
}

    main h1 {
        font-family: 'texgyreadventorbold', Arial, sans-serif;
        font-size: 5.5rem;
        color: #fff;
        padding: 9.325rem 0 9.825rem;
        margin: 0;
        line-height: 1;
        text-align: center;
    }

@media only screen and (max-width: 40em) { 
    main h1 {
        font-size: 4.5rem;
    }
}

/* -------------
 HOME - FEATURED WORKS;
 DIGITAL CONTENT
 ------------ */

._featured,
._digital-content {
    margin: 2.625rem 0;
}

    ._featured a,
    ._digital-content a {
        color: #222;
    }

._featured article, 
._digital-content article {
    height: 23.675rem;
    position: relative;
    margin: 2rem 0;
    padding: 0.925rem 1.125rem 1.125rem;
    background: #f9f9f9;
    
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    -transition: all 0.25s;
}

    ._featured article h1,
    ._digital-content article h1 {
        font-family: 'texgyreadventorbold', Arial, sans-serif;
        font-size: 1.5rem;
        margin-bottom: 0.25rem;
    }

    ._featured article p,
    ._digital-content article p {
        font-style: italic;
        margin-top: 0.05rem;
        visibility: hidden;
    }

    ._featured article span,
    ._digital-content article span {
        font-family: "futura-pt", Arial, sans-serif;
        text-transform: uppercase;
        font-size: 0.625rem;
        font-weight: 800;
        line-height: 1;
        letter-spacing: 0.05rem;
        color: #ccc;
        padding-bottom: 1rem;
    }

    ._featured .thumbnail,
    ._digital-content .thumbnail {
        height: 10.825rem;
        position: absolute;
        bottom: 1.175rem;
        left: 1.175rem;
        right: 1.175rem;
    }

        ._featured article:hover,
        ._digital-content article:hover {
            background: #ffe400;
        }

        ._featured article:hover h1, 
        ._featured article:hover p, 
        ._featured article:hover span, 
        ._digital-content article:hover h1, 
        ._digital-content article:hover p,
        ._digital-content article:hover span {
            color: #fff;
        }

._digital-content section {
    margin: 2.625rem 0 0;
}

    ._digital-content article {
        margin: 2rem 0 0;
    }

@media only screen and (max-width: 40em) { 
    ._featured article, 
    ._digital-content article {
        height: 23rem;
    }
    
    ._featured .thumbnail,
    ._digital-content .thumbnail {
        height: 11.75rem;
    }
}

/* -------------
 FILMS
 ------------ */

._films {
    margin: 2.625rem 0;
}

._films h1.headline {
    font-family: "adobe-garamond-pro", Times New Roman, Georgia, serif;
    font-size: 1.438rem;
    font-style: italic;
    color: #222;
    margin: 0;
    text-align: left;
}

    ._films section {
        margin: 2rem 0;
    }

        ._films h3 {
            font-family: "futura-pt", Arial, sans-serif;
            font-weight: 800;
            text-transform: uppercase;
            font-size: 0.875rem;
            letter-spacing: 0.1rem;
            margin: 2.125rem 0 0.5rem;
        }

        ._films p {
            font-size: 1.25rem;
            line-height: 1.5;
            margin-bottom: 1.325rem;
        }

            ._films p.title {
                font-style: italic;
            }

._films a {
    color: #222;
}

._films article {
    height: 20.5rem;
    position: relative;
    margin: 2rem 0 0;
    padding: 0.925rem 1.125rem 1.125rem;
    background: #f9f9f9;
    
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    -transition: all 0.25s;
}

    ._films h1 {
        font-family: 'texgyreadventorbold', Arial, sans-serif;
        font-size: 1.5rem;
    }

    ._films article p {
        font-style: italic;
        font-size: 1rem;
        visibility: hidden;
    }

    ._films .thumbnail {
        height: 10.25rem;
        position: absolute;
        bottom: 1.175rem;
        left: 1.175rem;
        right: 1.175rem;
    }

        ._films article:hover {
            background: #ffe400;
        }

        ._films article:hover h1, 
        ._films article:hover p {
            color: #fff;
        }

._films img {
    width: 100%;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    ._films .thumbnail {
        height: 12.50rem;
    }
    
    ._films article {
        height: 22rem;
    }
}

@media only screen and (max-width: 40em) { 
    ._films h3.top {
        margin-top: 0.8rem;
    }
    
    ._films .thumbnail {
        height: 11.50rem;
    }
}

/* -------------
 HOME - CLIENTS
 ------------ */

._clients ul.top {
    margin: 1.25rem 0 0;
}

._clients ul.bottom {
    margin: 0 0 1.5rem;
}

    ._clients ul li {
        padding-bottom: 0;
        height: 8.5rem;
    }

    ._clients img {
        display: block;
        margin: 0 auto;
        filter: grayscale(1);
        -webkit-filter: grayscale(1);
        opacity: 0.4;
        max-height: 120px;
    }

/* -------------
 HOME - CONTACT US
 ------------ */

._home_contact_us {
    text-align: center;
    padding: 4.5rem 0 2.5rem;
    
    /* Background image */
    position: relative;
    width: 100%;
    overflow: hidden;
}

    ._home_contact_us .bg_img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        
        background-image: url(../img/assets/_contact_bg.jpg);
        background-size: cover;
        background-position: center center;

        /* Where the magic happens */
        filter: blur(8px) grayscale(1);
        -webkit-filter: blur(8px) grayscale(1);
    }

    ._home_contact_us .overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0,0,0,0.625);
    }

    ._home_contact_us h1 {
        font-family: 'texgyreadventorbold', Arial, sans-serif;
        font-size: 4.5rem;
        line-height: 1.2;
        margin-bottom: 1.25rem;
        color: #fff;
    }

    ._home_contact_us p {
        font-style: italic;
        font-size: 1.5rem;
        margin-bottom: 1.75rem;
        color: #fff;
    }

    ._home_contact_us .button {
        color: #fff;
        border: 1px solid #fff;
    }

        ._home_contact_us .button:hover, 
        ._home_contact_us .button:focus,
        ._home_contact_us .button:active {
            color: #fff;
        }

/* -------------
 SERVICES
 ------------ */

._services {
    text-align: center;
}

    ._services p {
        margin-bottom: 0;
    }

._services article[role="intro"] {
    margin: 3rem 0;
}

    ._services h3 {
        font-family: "futura-pt", Arial, sans-serif;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 0.875rem;
        letter-spacing: 0.1rem;
        margin: 0;
    }

    ._services h1 {
        font-family: 'texgyreadventorbold', Arial, sans-serif;
        font-size: 4.063rem;
        line-height: 1.1;
        margin-bottom: 1.5rem;
    }

    ._services h2 {
        font-family: "adobe-garamond-pro", Times New Roman, Georgia, serif;
        font-style: italic;
        font-size: 3.125rem;
        margin-top: 0;
    }

    ._services p {
        font-size: 1.25rem;
        line-height: 1.5;
    }

        ._services article[role="body"] p {
            font-style: italic;
        }

._services article[role="body"] ._type {
        padding: 3.375rem 0 4.625rem;
    }

    ._services article[role="body"] ._type:nth-child(odd) {
            background: #f6f6f6;
        }

/* -------------
 ABOUT
 ------------ */

._about .container {
    position: relative;
}

    ._about img {
        width: 100%;
    }

        ._about .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    ._about p {
        margin-bottom: 0;
    }

._about article[role="intro"],
._about article[role="body"] {
    margin: 3rem 0;
    text-align: center;
}

    ._about h3 {
        font-family: "futura-pt", Arial, sans-serif;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 0.875rem;
        letter-spacing: 0.1rem;
        margin: 0;
    }

    ._about h1 {
        font-family: 'texgyreadventorbold', Arial, sans-serif;
        font-size: 4.063rem;
        line-height: 1.1;
        margin-bottom: 1.5rem;
    }

        ._about h1.headline {
            font-family: "adobe-garamond-pro", Times New Roman, Georgia, serif;
            font-size: 1.438rem;
            font-style: italic;
            color: #222;
            margin: 0;
            text-align: left;
        }

    ._about h2 {
        font-family: "adobe-garamond-pro", Times New Roman, Georgia, serif;
        font-style: italic;
        font-size: 3.125rem;
        margin-top: 0;
    }

    ._about p {
        font-size: 1.25rem;
        line-height: 1.5;
    }

        ._about article[role="intro"] p {
            font-style: italic;
        }

._about.team p {
    margin-top: 0.52rem;
    margin-bottom: 1.775rem;
}

    ._about.team .info {
        padding: 2rem 0;
    }

    ._about.team .button {
        margin-top: -0.375rem;
    }

@media only screen and (max-width: 40em) { 
    ._about.team .info img {
        margin-bottom: 2rem;
    }
}

/* -------------
 ABOUT - SLIDER
 ------------ */

.cbp-fwslider.about {
    padding: 0;
    margin: 0;
    z-index: 250;
}

    .cbp-fwslider.about .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 300;
        background: rgba(0,0,0,0.7);
        opacity: 1;
        
        -webkit-transition: opacity 500ms;
        -moz-transition: opacity 500ms;
        -ms-transition: opacity 500ms;
        -o-transition: opacity 500ms;
        -transition: opacity 500ms;
    }

        .cbp-fwslider.about .overlay h1 {
            font-family: 'texgyreadventorbold', Arial, sans-serif;
            font-size: 5.5rem;
            color: #fff;
            margin: 0;
            line-height: 1;
            text-align: center;
        }

    .cbp-fwslider.about ul li {
        height: 48.25rem;
    }

    .cbp-fwslider.about .cbp-fwdots {
        display: none;
    }

.cbp-fwslider.about .overlay:hover {
    opacity: 0;
}

@media only screen and (max-width: 64em) { 
    .cbp-fwslider.about ul li {
        height: 43rem;
    }
}

/* -------------
 CONTACT
 ------------ */

._contact {
    text-align: center;
    margin-bottom: 3rem;
}

    ._contact article[role="intro"] {
        margin: 3rem 0 0;
        text-align: center;
    }

        ._contact h3 {
            font-family: "futura-pt", Arial, sans-serif;
            font-weight: 800;
            text-transform: uppercase;
            font-size: 0.875rem;
            letter-spacing: 0.1rem;
            margin: 0;
        }

        ._contact h1 {
            font-family: 'texgyreadventorbold', Arial, sans-serif;
            font-size: 4.063rem;
            line-height: 1.1;
            margin-bottom: 1.5rem;
        }

        ._contact h2 {
            font-family: "adobe-garamond-pro", Times New Roman, Georgia, serif;
            font-style: italic;
            font-size: 3.125rem;
            margin-top: 0;
        }

        ._contact p {
            font-size: 1.25rem;
            line-height: 1.5;
        }

._contact div[role="form_start"] {
    margin-top: 1.75rem;
}

._contact hr {
    border: solid #444;
    border-width: 1px 0 0;
    width: 25px;
    margin: 1rem auto;
}

    ._contact form h1 {
        font-size: 5rem;
    }

    ._contact form p {
        font-size: 1.5rem;
    }

input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    border-color: #888;
    box-shadow: none;
    color: #222;
    display: block;
    font-family: inherit;
    font-size: 1rem;
    height: auto;
    padding: 1rem;
    margin-bottom: 1.275rem;
}

    input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
        background: #fff;
        border-color: #888;
        outline: none;
    }

.error input, .error textarea, .error select,
.error input:focus, .error textarea:focus, .error select:focus {
    margin-bottom: 0;
    border-color: #ffe400;
}

[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
    background: #ffe400;
    color: #000;
}

input[type="submit"] {
    border-radius: 12px;
    padding-left: 4.575rem;
    padding-right: 4.575rem;
}


/* -------------
 FOOTER
 ------------ */

footer {
    background-color: #f9f9f9;
    color: #444;
    padding-top: 2.5rem;
}

footer h1 {
    font-family: "futura-pt", Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.1rem;
    color: #555;
}

footer p {
    font-size: 1.25rem;
    line-height: 1.5;
}

footer div[role=colophon] .top-border {
    border-top: 3px solid #d5d5d5;
    padding: 0 0 0.75rem;
}

footer div[role=colophon] {
    font-family: 'texgyreadventorbold', Arial, sans-serif;
    margin-top: 1rem;
    padding: 0 0 1rem;
    font-size: 0.625rem;
    color: #bbb;
}

    footer div[role=colophon] a,
    footer div[role=colophon] a:hover,
    footer div[role=colophon] a:focus,
    footer div[role=colophon] a:active {
        color: #bbb;
    }

footer .inline-list {
    margin-left: -0.5rem;
    padding-bottom: 0.1rem;
}

    footer .inline-list > li {
        margin-left: 0.5rem;
    }

    a.sm_icon {
        position: relative;
        width: 2.825rem;
        height: 2.825rem;
        border-radius: 50%;
        background-color: #e7e7e7;
        opacity: 1;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

        a.sm_icon i {
            position: absolute;
            top: 0.875rem;
            left: 1.125rem;
            font-size: 1.15rem;
            color: #555
        }

            a.sm_icon i.fa-instagram {
                left: 0.975rem;
            }

            a.sm_icon i.fa-twitter,
            a.sm_icon i.fa-linkedin-square {
                left: 0.95rem;
            }

            a.sm_icon i.fa-rss {
                left: 1rem;
            }

        a.sm_icon:hover {
            background: #555;
        }

            a.sm_icon:hover i {
                color: #e7e7e7;
            }

@media only screen and (max-width: 64em) { 
    footer .social-media {
        text-align: center;
    }
    
    footer .inline-list > li {
        display: inline-block;
        float: none;
    }

@media only screen and (max-width: 40em) { 
    footer {
        text-align: center;
    }
    
    footer div[role="info"] .columns {
        margin-bottom: 1.5rem;
    }
}