.cky-btn {
font-family:franklin-gothic-demi !important;
}


@font-face {
    font-family: 'franklin-gothic-book';
    src: url(../fonts/franklin-gothic-book.eot);
    src: url(../fonts/franklin-gothic-book.eot?#iefix) format('embedded-opentype'),
         url(../fonts/franklin-gothic-book.woff2) format('woff2'),
         url(../fonts/franklin-gothic-book.woff) format('woff'),
         url(../fonts/franklin-gothic-book.ttf) format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'franklin-gothic-demi';
    src: url(../fonts/franklin-gothic-demi.eot);
    src: url(../fonts/franklin-gothic-demi.eot?#iefix) format('embedded-opentype'),
    url(../fonts/franklin-gothic-demi.woff2) format('woff2'),
    url(../fonts/franklin-gothic-demi.woff) format('woff'),
    url(../fonts/franklin-gothic-demi.ttf) format('truetype');
    font-weight: normal;
    font-style: normal
}

html, body {
    margin: 0;
    padding: 0;
}

header {
    position: relative;
    width: 950px;
    margin: 40px auto 20px auto;
    padding: 0 20px;
}

div.bar {
    width: 360px;
    height: 8px;
    background: #0565aa;
    opacity: 0;
    position: relative;
    left: -360px;
    transition: opacity 1s, left 1s;
}

div.bar1 {
    width: 260px;
    margin-bottom: 10px;
    left: -260px;
}

div.bar2 {
    margin-bottom: 20px;
}

div.logo.ready div.bar {
    opacity: 1;
    left: 0;
}

div.logo.ready div.bar2 {
    left: 60px;
}

nav {
    position: absolute;
    top: 0;
    right: 20px;
}

nav li {
    font-size: 15px;
    line-height: 23px;
    padding: 0;
}

nav li:before {
    display: none;
}

nav li a {
    color: #000;
}

a.menu,
a.close {
    display: none;
}

main {
    display: block;
    width: 950px;
    padding: 0 20px;
    margin: 0 auto;
}

h1 {
    font-family: franklin-gothic-demi, sans-serif;
    font-weight: normal;
    font-size: 28px;
    line-height: 33px;
    margin: 100px 0 0 60px;
}

h2 {
    position: relative;
    font-family: franklin-gothic-demi, sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 33px;
    margin: 30px 0 0 0;
    padding: 0 0 0 60px;
}

h3 {
    font-family: franklin-gothic-demi, sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 33px;
    margin: 10px 0 0 60px;
}

li h3 {
    font-family: franklin-gothic-book, sans-serif;
    margin-left: 30px;
}

p, blockquote {
    font-family: franklin-gothic-book, sans-serif;
    font-size: 22px;
    line-height: 33px;
    margin: 0 0 20px 0;
}

blockquote {
    margin: 20px 0 20px 60px;
}

a {
    color: #0565aa;
    text-decoration: none;
    word-wrap: break-word;
}

a:hover {
    text-decoration: underline;
}

ul {
    font-family: franklin-gothic-book, sans-serif;
    font-size: 22px;
    line-height: 33px;
    margin: 0 0 20px 0;
    padding: 0;
}

li {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 60px;
    position: relative;
}

li:before {
    content: "";
    display: block;
    width: 46px;
    height: 1px;
    background: #0565aa;
    position: absolute;
    left: 0;
    top: 15px;
}

li li {
    padding-left: 30px;
}

li li:before {
    width: 20px;
}

ul + ul,
p + ul {
    margin-top: 30px;
}

figure {
    margin: 50px 0 60px 60px;
}

div.collapsible h2:before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background: url(../images/expand-collapse.svg) -24px 0;
    position: absolute;
    left: 0;
    top: 4px;
}

div.collapsible h2 {
    cursor: pointer;
}

p + div.collapsible h2 {
    margin-top: 50px;
}

div.collapsible.collapsed h2 {
    color: #0565aa;
}

div.collapsible.collapsed h2:hover {
    color: #000;
}

div.collapsible.collapsed h2:before {
    background-position: 0 0;
}

div.collapsible.collapsed ul,
div.collapsible.collapsed p,
div.collapsible.collapsed h3 {
    display: none;
}

div.collapsible > p {
    margin-left: 60px;
}



/*===== Responsive Adjustments ==============================================*/

@media (max-width: 1000px) {
    body {
        padding: 20px;
        position: relative;
    }

    header, main {
        width: auto;
        margin: 0;
        padding: 0;
    }

    header {
        position: fixed;
        overflow: hidden;
        background: #fff;
        z-index: 1;
        width: auto;
        top: 0;
        left: 0;
        right: 0;
        height: 150px;
        box-sizing: border-box;
        padding: 20px;
    }

    main {
        margin-top: 189px;
    }

    nav {
        display: none;
        background: #0565aa;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 20px;
    }

    nav li {
        font-size: 22px;
        line-height: 36px;
    }

    nav li a {
        color: #fff;
    }

    a.menu, a.close {
        display: block;
        position: absolute;
        top: 4px;
        right: 4px;
        width: 48px;
        height: 48px;
        font-size: 0;
        background: url(../images/menu.svg) center center no-repeat;
    }

    a.close {
        background-image: url(../images/close.svg);
        z-index: 1;
        display: none;
    }

    body.menu nav {
        display: block;
    }

    body.menu a.close {
        display: block;
    }

    body.fixed header {
        background: #fff;
        height: 110px;
    }

    body.fixed div.bar {
        opacity: 0 !important;
    }
}

@media (max-width: 600px) {
    body {
        padding: 10px;
    }

    header {
        height: 110px;
        padding: 10px;
    }

    main {
        margin-top: 100px;
    }

    nav {
        padding: 10px;
    }

    nav li {
        font-size: 18px;
        line-height: 31px;
    }

    nav li a {
        color: #fff;
    }

    a.menu, a.close {
        top: -3px;
        right: -2px;
    }

    div.logo img {
        width: 240px;
        transition: width 0.5s;
    }

    div.bar {
        width: 206px;
        height: 4px;
        left: -206px;
    }

    div.bar1 {
        width: 145px;
        margin-bottom: 4px;
        left: -145px;
    }

    div.bar2 {
        margin-bottom: 10px;
    }

    div.logo.ready div.bar2 {
        left: 30px;
    }

    body.fixed header {
        height: 44px;
    }

    body.fixed div.logo img {
        width: 160px;
    }

    h1 {
        font-size: 20px;
        line-height: 26px;
        margin: 60px 0 0 30px;
    }

    h2 {
        font-size: 16px;
        line-height: 22px;
        margin: 15px 0 0 0;
        padding-left: 30px;
    }

    div.collapsible h2:before {
        top: 2px;
        width: 18px;
        height: 18px;
        background-position: -67px 0;
    }

    div.collapsible.collapsed h2:before {
        background-position: -48px 0;
    }

    p + div.collapsible h2 {
        margin-top: 30px;
    }

    div.collapsible > p {
        margin-left: 30px;
    }

    h3 {
        font-size: 16px;
        line-height: 22px;
        margin: 10px 0 0 30px;
    }

    li h3 {
        margin-left: 20px;
    }

    p, blockquote {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 15px 0;
    }

    blockquote {
        margin: 15px 0 15px 30px;
    }

    ul {
        font-size: 16px;
        line-height: 22px;
    }

    li {
        padding-left: 30px;
    }

    li:before {
        width: 20px;
        top: 10px;
    }

    li li {
        padding-left: 20px;
    }

    li li:before {
        width: 10px;
    }

    ul + ul,
    p + ul {
        margin-top: 15px;
    }

    figure {
        margin: 30px 0;
    }

    figure.aspect {
        width: 100%;
        height: 0;
        padding-top: 100%;
        position: relative;
    }

    figure img,
    figure iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }


}