
/*
* === BASE ===
*/

body {
    background-color: #F3F5F7;
    font-family: -apple-system, 'Helvetica Neue', Helvetica, 'Roboto', LucidaGrande, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -moz-font-feature-settings:'liga', 'kern';
    font-feature-settings:'liga', 'kern';
}

p {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility
}

em,
i {
    font-style: italic;
    line-height: inherit
}

strong,
b {
    font-weight: bold;
    line-height: inherit
}

small {
    font-size: 80%;
    line-height: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.4
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #cacaca;
    line-height: 0
}

h1 {
    font-size: 1.5rem
}

h2 {
    font-size: 1.25rem
}

h3 {
    font-size: 1.1875rem
}

h4 {
    font-size: 1.125rem
}

h5 {
    font-size: 1.0625rem
}

h6 {
    font-size: 1rem
}

@media screen and (min-width: 40em) {
    h1 {
        font-size: 3rem
    }

    h2 {
        font-size: 2.5rem
    }

    h3 {
        font-size: 1.9375rem
    }

    h4 {
        font-size: 1.5625rem
    }

    h5 {
        font-size: 1.25rem
    }

    h6 {
        font-size: 1rem
    }
}

a {
    color: #00579A;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer
}

a:hover,
a:focus {
    color: #1585cf;
    text-decoration: none;
}

a img {
    border: 0
}

hr {
    max-width: 75rem;
    height: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
    margin: 1.25rem auto;
    clear: both
}

ul,
ol,
dl {
    line-height: 1.6;
    margin-bottom: 1rem;
    list-style-position: outside
}

li {
    font-size: inherit
}

ul {
    list-style-type: disc;
    margin-left: 1.25rem
}

ol {
    margin-left: 1.25rem
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl {
    margin-bottom: 1rem
}

dl dt {
    margin-bottom: .3rem;
    font-weight: bold
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca
}

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

cite {
    display: block;
    font-size: .8125rem;
    color: #8a8a8a
}

cite:before {
    content: '\2014 \0020'
}

abbr {
    color: #0a0a0a;
    cursor: help;
    border-bottom: 1px dotted #0a0a0a
}

code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #0a0a0a;
    background-color: #e6e6e6;
    border: 1px solid #cacaca;
    padding: .125rem .3125rem .0625rem
}

kbd {
    padding: .125rem .25rem 0;
    margin: 0;
    background-color: #e6e6e6;
    color: #0a0a0a;
    font-family: Consolas, "Liberation Mono", Courier, monospace
}

p {
    color: #646464;
    font-size: 0.95em;
    word-wrap: break-word;
}

@media screen and (min-width: 40em) {
    p {
        font-size: 1.125em;
    }
}

table {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0
}

thead,
tbody,
tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe
}

caption {
    font-weight: bold;
    padding: .5rem .625rem .625rem
}

thead,
tfoot {
    background: #f8f8f8;
    color: #0a0a0a
}

thead tr,
tfoot tr {
    background: transparent
}

thead th,
thead td,
tfoot th,
tfoot td {
    padding: .5rem .625rem .625rem;
    font-weight: bold;
    text-align: left
}

tbody tr:nth-child(even) {
    background-color: #f1f1f1
}

tbody th,
tbody td {
    padding: .5rem .625rem .625rem
}

@media screen and (max-width: 63.9375em) {
    table.stack thead {
        display: none
    }

    table.stack tfoot {
        display: none
    }

    table.stack tr,
    table.stack th,
    table.stack td {
        display: block
    }

    table.stack td {
        border-top: 0
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto
}

table.hover tr:hover {
    background-color: #f9f9f9
}

table.hover tr:nth-of-type(even):hover {
    background-color: #ececec
}

.table-scroll {
    overflow-x: auto
}

.table-scroll table {
    width: auto
}


/*
* === BUTTON ===
*/

.button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.85em 1em;
    margin: 0 0 1rem 0;
    font-size: .9rem;
    background-color: #2199e8;
    color: #fefefe
}

.button:hover,
.button:focus {
    background-color: #1583cc;
    color: #fefefe
}



/*
* === HEADER ===
*/

    .header {
        background-color: #00579A;
    }

    .header .navbar {
        font-weight: 400;
        padding: 0.75rem 0;
    }

    .navbar {
        padding: 0.75rem 1rem;
    }

    .navbar-brand,
    .navbar-nav,
    .navbar-dark .navbar-brand {
        text-transform: uppercase;
        color: rgba(255,255,255,0.75);
        font-size: 0.8375em;
        font-weight: normal;
    }

    .navbar-dark .navbar-brand:hover {
        color: rgba(255,255,255,0.75);
    }



    /*
    * — Navbar Brand —
    */

    .navbar-brand .pl-logo {
        fill: #FFFFFF;
        position: relative;
        top: -1.5px;
        margin-left: 2px;
        -o-transition: fill 250ms ease;
        -webkit-transition: fill 250ms ease;
        -moz-transition: fill 250ms ease;
        -ms-transition: fill 250ms ease;
        transition: fill 250ms ease;
    }

    .navbar-brand .pl-logo:hover {
        fill: #B5D9EC;
    }


    /*
    * — Navbar Item and Link —
    */

    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 0.75);
        -o-transition: color 250ms ease;
        -webkit-transition: color 250ms ease;
        -moz-transition: color 250ms ease;
        -ms-transition: color 250ms ease;
        transition: color 250ms ease;
    }

    .navbar-dark .navbar-nav .nav-link:hover {
        color: #FFFFFF;
    }

    @media (max-width: 768px) {
        .navbar-nav {
            margin-top: 16px;
            margin-bottom: 16px;
        }

        .nav-link {
            text-align: center;
            padding-top: 1rem;
            padding-bottom: 1rem;
            font-size: 1.15em;
        }
    }



/*
* === INTRO ===
*/

.intro-section {
    background: #00579A;
    text-align: center;
    padding-top: 24px;
}

.download-intro {
    padding-bottom: 48px;
}

.intro-section .geekbench-icon {
    background: url("../img/corktown/app-icon.png") no-repeat 50% 50%;
    background-size: 128px 128px;
    width: 128px;
    height: 128px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .intro-section .geekbench-icon {
    background: url("../img/corktown/app-icon@2x.png") no-repeat 50% 50%;
    background-size: 128px 128px;
  }
}

.intro-section h1 {
    font-size: 2em;
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.2em;
    margin-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    color: #FFFFFF;
}

@media screen and (min-width: 40em) {
    .intro-section h1 {
        font-size: 1.9em;
    }
}

@media screen and (min-width: 64em) {
    .intro-section h1 {
        font-size: 2.2em;
    }
}

.intro-section p {
    color: rgba(255,255,255, 0.75);
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
}

.intro-section p a {
    color: rgba(255,255,255, 0.75);
    text-decoration: underline;
}

.intro-section p a:hover {
    color: rgba(255,255,255, 1);
}



.intro-section .button {
    width: 100%;
    height: 45px;
    border-radius: 3px;
    font-size: 1em;
    font-weight: 500;
    line-height: 0.85;
}

.download {
    padding: 1em 1em 0 1em;
}

.download .button {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.75);
}

.download .button:hover,
.download .button:focus {
    background-color: #fff;
    color: #067FC0;
}

.buy {
    padding: 1em 1em 0 1em;
}

.buy .button {
    background-color: #00b933;
}

.buy .button:hover,
.buy .button:focus {
    background-color: rgba(0, 156, 72, 0.9);
}

.intro-section .requirements {
    color: #B9DBED;
    font-size: 0.9em;
    text-align: center;
}

.intro-section .screenshot .macos {
    width: 100%;
    max-width: 1036px;
    position: relative;
    margin-top: -55px;
    bottom: -55px;
}

@media screen and (min-width: 40em) {
    .intro-section .screenshot .macos {
        margin-top: -105px;
        bottom: -105px;
    }
}



/*
* === FEATURES ===
*/

.features {
    text-align: center;
    padding: 5em 0 2em 0;
}

@media screen and (min-width: 40em) {
    .features {
        text-align: center;
        padding: 7em 0 4em 0;
    }
}

@media screen and (min-width: 540px) {
    .features-box {
        padding-bottom: 32px;
    }

    .features-box-inner {
        background: #FFFFFF;
        box-shadow: 0 8px 16px rgba(0,0,0,0.08);
        border-radius: 8px;
        padding: 16px 24px 8px 24px;
    }
}


.features h3 {
    margin: 0 0 2em 0;
    color: #212121;
    font-weight: 700;
}

@media screen and (min-width: 541px) and (max-width: 768px) {
    .features h3 {
        margin: 1em 0 2em 0;
    }
}

.features h4 {
    color: #212121;
    font-weight: 700;
    font-size: 1.125rem !important;
    margin: 1em 0;
}

.features p {
    padding-bottom: 2em;
    font-size: 100%;
    text-align: left
}

.features img {
    margin-top: 24px;
}



/*
* === CUSTOMERS ===
*/


.customers {
    background: #FFFFFF;
    padding: 3em 0 2em 0;
}

.customers h3 {
    color: #666666;
    font-weight: 700;
    font-size: 1.125rem !important;
    margin: 1em 0 3em 0;
    text-align: center;
}

.customer-col {
    margin-left: 12px;
    margin-right: 12px;
}

.customers img {
    margin-bottom: 3em !important;
    margin-left: 0;
    padding: 0 0.5em;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

@media screen and (orientation: landscape) {
    .customers img {
        padding: 0 0.75em
    }
}

@media screen and (min-width: 40em) {
    .customers img {
        padding: 0 0.75em
    }
}

@media screen and (min-width: 64em) {
    .customers img {
        padding: 0 2em
    }
}

.customers img:hover {
    -o-transition: 250ms;
    -webkit-transition: 250ms;
    -moz-transition: 250ms;
    -ms-transition: 250ms;
    transition: 250ms;
    opacity: 0.5;
}

.customers #amd {
    height: 24px
}

.customers #arm {
    height: 24px
}

@media screen and (min-width: 64em) {
    .customers #arm {
        height: 24px
    }
}

.customers #berkeley {
    height: 23px
}

@media screen and (min-width: 64em) {
    .customers #berkeley {
        height: 33px
    }
}

.customers #dell {
    height: 32px
}

.customers #hp {
    height: 32px
}

.customers #lg {
    height: 32px
}

@media screen and (min-width: 64em) {
    .customers #lg {
        height: 32px
    }
}

.customers #mediatek {
    height: 24px
}

@media screen and (min-width: 64em) {
    .customers #mediatek {
        height: 24px
    }
}

.customers #microsoft {
    height: 24px
}

.customers #mit {
    height: 24px
}

.customers #nasa {
    height: 32px
}

.customers #pixar {
    height: 16px
}

.customers #samsung {
    height: 20px
}

.customers #stanford {
    height: 32px
}

.customers #stateDepartment {
    height: 32px
}



/*
* === Download Footer ===
*/

.download-footer-section {
    background: #00579A;
    padding: 52px 0 24px 0;
}

.download-footer-section .geekbench-icon {
    background: url("../img/corktown/app-icon.png") no-repeat 50% 50%;
    background-size: 128px 128px;
    width: 128px;
    height: 128px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .download-footer-section .geekbench-icon {
    background: url("../img/corktown/app-icon@2x.png") no-repeat 50% 50%;
    background-size: 128px 128px;
  }
}


.download-footer-section h1 {
    font-size: 2em;
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.2em;
    margin-bottom: 12px;
    color: #FFFFFF;
}

@media screen and (min-width: 40em) {
    .download-footer-section h1 {
        font-size: 1.9em;
    }
}

@media screen and (min-width: 64em) {
    .download-footer-section h1 {
        font-size: 2.2em;
    }
}

.download-footer-section p {
    color: rgba(255,255,255, 0.75);
}

@media screen and (max-width: 990px) {

    .download-footer-section .geekbench-icon {
        margin: 0 auto;
    }

    .download-footer-section h1,
    .download-footer-section p {
        text-align: center;
    }

}

.download-footer-section .button {
    width: 100%;
    height: 45px;
    border-radius: 3px;
    font-size: 1em;
    font-weight: 500;
    line-height: 0.85;
}

.download-footer-section .requirements {
    color: #B9DBED;
    font-size: 0.9em;
    text-align: center;
}

.download-footer-section .screenshot .macos {
    width: 100%;
    max-width: 1036px;
}



/*
* === DOWNLOAD OPTIONS ===
*/

.download-options {
    text-align: center;
    padding: 3em 0 3em 0;
}

@media screen and (min-width: 40em) {
    .download-options {
        text-align: center;
        padding: 6em 0 4em 0;
    }
}

.download-options-box {
    border-bottom: 1px solid rgba(0,0,0,0.3);
    padding-bottom: 1em;
}

.download-options-box-last {
    border-bottom: none;
}


@media screen and (min-width: 540px) {
    .download-options-box {
        padding-bottom: 32px;
        border-bottom: none;
    }

    .download-options-box-inner {
        background: #FFFFFF;
        box-shadow: 0 8px 16px rgba(0,0,0,0.08);
        border-radius: 8px;
        padding: 16px 24px 24px 24px;
    }
}

.download-options h4 {
    color: #212121;
    font-weight: 700;
    font-size: 1.125rem !important;
    margin: 1em 0;
}

.download-options .button {
    background-color: #00b933;
    width: 100%;
    height: 45px;
    border-radius: 3px;
    font-size: 1em;
    font-weight: 500;
    line-height: 0.90;
    margin-bottom: 2em;
}

.download-options .button:hover,
.download-options .button:focus {
    background-color: rgba(0, 156, 72, 0.9);
}

.download-options p {
    font-size: 100%;
}

.download-options strong {
    color: #212121;
}

.download-options .download-options-platform-icon {
    margin-top: 24px;
    max-width: 124px;
}

.download-options .download-options-store-badge {
    margin-bottom: 1.5em;
    width: auto;
    height: 42px;
    -webkit-transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease
}

.download-options .download-options-store-badge:hover,
.download-options .download-options-store-badge:focus {
    opacity: 0.65;
}



/*
* === DOWNLOAD FEATURES ===
*/

.download-features {
    text-align: left;
    padding: 3em 0 3em 0;
}

@media screen and (min-width: 40em) {
    .download-features {
        padding: 6em 0 4em 0;
    }
}

.download-features-box {
    border-bottom: 1px solid rgba(0,0,0,0.3);
    padding-bottom: 1em;
    margin-bottom: 12px;
}

.download-features-box-last {
    border-bottom: none;
}

.download-features-box ul {
    margin-left: 16px;
    padding-left: 0;
    margin-top: 0;
}

.download-features-box .section-divider {
    width: 100%;
    height: 4px;
}


@media screen and (min-width: 540px) {
    .download-features-box {
        padding-bottom: 32px;
        border-bottom: none;
    }

    .download-features-box-inner {
        background: #FFFFFF;
        box-shadow: 0 8px 16px rgba(0,0,0,0.08);
        border-radius: 8px;
        padding: 16px 24px 24px 24px;
    }
}

.download-features h4 {
    color: #212121;
    font-weight: 700;
    font-size: 1.125rem !important;
    margin: 1em 0;
}

.download-features p {
    font-size: 100%;
}



/*
* === VERSIONS ===
*/

.versions {
    text-align: left;
    padding: 3em 0 3em 0;
    background: #FFFFFF;
}

@media screen and (min-width: 40em) {
    .versions {
        padding: 6em 0 4em 0;
    }
}

.versions table {
    margin-bottom: 2em;
    width: 100%;
}

@media screen and (max-width: 39.9375em) {
    .versions table {
        display: block;
        width: 100%;
        overflow-x: auto
    }
}

@media screen and (min-width: 64em) {
    .versions table thead th:first-child {
        width: 200px
    }
}

@media screen and (min-width: 40em) {
    .versions table thead th:nth-child(n+2):nth-child(-n+4) {
        width: 175px
    }
}

@media screen and (min-width: 64em) {
    .versions table thead th:nth-child(n+2):nth-child(-n+4) {
        width: 200px
    }
}

.versions table thead tr th,
.versions table thead tr td,
.versions table tbody tr th,
.versions table tbody tr td,
.versions table tfoot tr th,
.versions table tfoot tr td {
    border: 1px solid #e5e5e5;
    text-align: center;
    vertical-align: middle
}

.versions table thead tr th:first-child,
.versions table thead tr td:first-child,
.versions table tbody tr th:first-child,
.versions table tbody tr td:first-child,
.versions table tfoot tr th:first-child,
.versions table tfoot tr td:first-child {
    text-align: left
}

.versions table tbody tr:nth-child(even) {
    background-color: transparent
}

.versions table tbody td:first-child {
    font-size: 0.875em;
    line-height: 1.25
}

.versions table tbody td:nth-child(n+2):nth-child(-n+4) {
    color: #067FC0;
    font-size: 1.25em
}

@media screen and (min-width: 40em) {
    .versions table tbody td:nth-child(n+2):nth-child(-n+4) {
        font-size: 2em;
        line-height: 1.2
    }
}

.versions table tfoot td {
    font-weight: 400
}



/*
* === FOOTER ===
*/

.footer {
    background-color: #212121
}

.footer {
    justify-content: center;
    padding-top: 3em
}

@media screen and (min-width: 64em) {
    .footer {
        justify-content: space-around;
    }
}

.footer .footerNav h6 {
    color: #fff;
    font-weight: 700
}

.footer .footerNav ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none
}

.footer .footerNav ul li a {
    color: #9B9B9B;
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease
}

.footer .footerNav ul li a:hover {
    color: #fff
}

.footer .footerNav ul li a:active {
    color: #fff
}

.footer #footerLogo {
    margin-top: 3em;
    text-align: center;
}

@media screen and (min-width: 64em) {
    .footer #footerLogo {
        margin-top: 0
    }
}

.footer #footerLogo img {
    height: 100%;
    max-height: 127px;
    width: 100%;
    max-width: 200px;
    background-color: transparent
}

.footer #footerAddress {
    color: #fff
}

.footer #footerAddress p {
    font-size: 0.85em;
    font-weight: 400;
    text-align: center
}

@media screen and (min-width: 64em) {
    .footer #footerAddress p {
        font-size: 0.7em
    }
}

.footer #copyright {
    padding: 4em 0 3em 0;
    color: #9B9B9B;
    font-size: 0.75em;
    font-weight: 400;
    text-align: left
}

@media screen and (min-width: 40em) {
    .footer #copyright {
        text-align: center
    }
}
