@font-face {font-family: 'MuseoSans-500';src: url('../css/fonts/2C31A8_3_0.eot');src: url('../css/fonts/2C31A8_3_0.eot?#iefix') format('embedded-opentype'),url('../css/fonts/2C31A8_3_0.woff') format('woff'),url('../css/fonts/2C31A8_3_0.ttf') format('truetype');}
@font-face {font-family: 'MuseoSans-700';src: url('../css/fonts/2C31A8_0_0.eot');src: url('../css/fonts/2C31A8_0_0.eot?#iefix') format('embedded-opentype'),url('../css/fonts/2C31A8_0_0.woff') format('woff'),url('../css/fonts/2C31A8_0_0.ttf') format('truetype');}
@font-face {font-family: 'MuseoSans-300';src: url('../css/fonts/2C31A8_1_0.eot');src: url('../css/fonts/2C31A8_1_0.eot?#iefix') format('embedded-opentype'),url('../css/fonts/2C31A8_1_0.woff') format('woff'),url('../css/fonts/2C31A8_1_0.ttf') format('truetype');}
@font-face {font-family: 'MuseoSans-900';src: url('../css/fonts/2C31A8_9_0.eot');src: url('../css/fonts/2C31A8_9_0.eot?#iefix') format('embedded-opentype'),url('../css/fonts/2C31A8_9_0.woff') format('woff'),url('../css/fonts/2C31A8_9_0.ttf') format('truetype');}
@font-face {font-family: 'MuseoSans-100';src: url('../css/fonts/2C31A8_4_0.eot');src: url('../css/fonts/2C31A8_4_0.eot?#iefix') format('embedded-opentype'),url('../css/fonts/2C31A8_4_0.woff') format('woff'),url('../css/fonts/2C31A8_4_0.ttf') format('truetype');}

/* Body
----------------------------------------------------------------------------------------------------*/
body {
    background: #faf1f4;
	text-align: center;
}

body, h4, h5, h6 {
    font-family: MuseoSans-500, 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
	font-weight: normal;
	font-style: normal;
}

h1, h2.h1 {
    font-family: MuseoSans-900, 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
	font-weight: normal;
	font-style: normal;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    margin: 0 0 27px;
    padding: 0 0 5px;
    border-bottom: 1px solid #a7a6aa;
}

h2, h3, strong, nav {
    font-family: MuseoSans-700, 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
	font-weight: normal;
	font-style: normal;
}

h2 {
    font-size: 22px;
    line-height: 27px;
    padding: 0 0 5px;
    border-bottom: 1px solid #a7a6aa;
}

h3 {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
}

em {
    font-family: MuseoSans-100, 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
	font-weight: normal;
	font-style: normal;
}

p {
    margin: 0 0 20px;
}

blockquote {
    font-size: 24px;
    line-height: 27px;
    font-family: MuseoSans-100, 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
	font-weight: normal;
	font-style: normal;
    text-transform: uppercase;
    margin: 0;
    color: #333;
}

a, a:hover {
    color: #111;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}

img {
    max-width: 100%;
    height: auto !important;
}

.col-2 {
    float: left;
    width: 450px;
    margin: 0 60px 100px 0;
}

.col-4 {
    float: left;
    width: 228px;
    margin: 0 16px 0 0;
}

.last {
    margin-right: 0 !important;
}

.btn {
    display: inline-block;
    background: #dda7bb;
    font-family: MuseoSans-700, 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif !important;
	font-weight: normal;
	font-style: normal;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    padding: 7px 30px;
    font-size: 20px;
    line-height: 26px;
    position: relative;
}

    .btn:hover {
        background: #e4b9c9;
        color: #fff;
    }

    .btn:active {
        top: 1px;
    }

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

        .col-2,
        .col-4 {
            float: none;
            width: 100% !important;
            margin: 0 0 50px !important;
        }

        .btn {
            padding: 7px 16px;
            font-size: 14px;
            line-height: 18px;
        }
    }

/* Container
----------------------------------------------------------------------------------------------------*/
.inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

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

    .inner {
    	width: 80%; /* 360/460 */
    	padding: 0 10%; /* 21.74%/2 */
    }

    .hide-420 {
        display: none;
    }
}

/* Header
----------------------------------------------------------------------------------------------------*/
header {
    width: 100%;
    position: relative;
}

    header .topbar {
        width: 100%;
        height: 40px;
        background: #beb9be;
        color: #fff;
        -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.4);
        box-shadow: 0 4px 4px 0 rgba(0,0,0,0.4);
    }

        .topbar .topmsg {
            float: left;
            height: 40px;
            font-size: 13px;
            line-height: 40px;
            padding-left: 15px;
        }

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

            .topbar .topmsg {
                width: 100%;
                text-align: center;
                padding-left: 0;
            }

        }

    header .logo {
        width: 100%;
    	padding: 54px 0 20px;
    }

        header .logo a {
        	display: block;
        	width: 100%;
        	height: 284px;
        	border: none;
        	text-decoration: none;
        	text-align: center;
        }

            header .logo a:focus {
                -moz-outline: none;
                outline: none;
            }

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

            header .logo {
                width: 100%;
            	padding: 34px 0;
            }

                header .logo a {
                	width: 100%;
                	height: 184px;
                    background-image: url(../img/general/logo.svg), none;
                    background-repeat: no-repeat;
                    background-position: center top;
                    background-size: 160px 184px;
                }
        }

    header nav {
        width: 100%;
        height: 92px;
    }

        header nav ul {
            list-style: none;
            margin: 0;
            padding: 30px 0;
            font-size: 18px;
            line-height: 32px;
            text-transform: uppercase;
            text-align: center;
        }

            header nav ul li {
                display: inline;
                padding: 0 32px 0 0;
            }

                header nav ul li.first {
                    display: none;
                }

                header nav ul li.last {
                    padding-right: 0;
                }

            header nav ul li a {
                color: #111;
                text-decoration: none;
            }

                header nav ul li a.active {
                    font-family: MuseoSans-900, 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif !important;
                	font-weight: normal;
                	font-style: normal;
                	border-bottom: 1px solid #111;
                }

                header nav ul li a:hover {
                    color: #777;
                    text-decoration: none;
                }

                header nav ul li:hover .sub-menu {
                    display: grid;
                }

            header nav .sub-menu {
            	display: none;
                
            }

            header nav .sub-menu li {
                border-bottom: none;
            }

            header nav ul li {
                position: relative;
            }

            header nav ul li a {
                max-width: max-content;
            }

            @media (min-width: 480px) {
                header nav ul li {
                    padding-block: 1rem;
                }

                header nav .sub-menu {
                    position: absolute;
                    left: 0;
                    top: 2.25rem;
                    background: #424346;
                    z-index: 1;
                    width: max-content;
                }

                header nav .sub-menu li {
                    padding-inline: 2rem;
                }

                header nav .sub-menu li a {
                    color: #fff;
                }
            }

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

            .nav-toggle {
                display: block;
                width: 22px;
                height: 20px;
                background: url(../img/backgrounds/bg-nav-420-toggle.png) no-repeat left top;
                position: absolute;
                top: 100px;
                right: 12.5%;
            }

            header nav {
                display: none;
                width: 125%;
                height: auto;
                margin: -10px -12.5% 0;
                padding: 0;
                -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.4);
                box-shadow: 0 4px 4px 0 rgba(0,0,0,0.4);
            }

                header nav.open {
                    display: block;
                }

            header nav ul {
                background: #424346;
                padding: 10px 12.5%;
                font-size: 14px;
                line-height: 52px;
                text-align: left;
            }

                header nav ul li {
                    display: block;
                    width: 100%;
                    padding: 0;
                    border-bottom: 1px solid #726f71;
                    text-align: left;
                }

                    header nav ul li.last {
                        padding-right: 0;
                        border: none;
                    }

                header nav ul li a,
                header nav ul li a:hover {
                    display: block;
                    color: #fff;
                    text-decoration: none;
                }

                    header nav ul li a.active {
                        color: #fff;
                        font-family: MuseoSans-700, 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif !important;
                    	font-weight: normal;
                    	font-style: normal;
                	    border-bottom: none;
                        text-decoration: underline;
                    }
        }

/* Content
----------------------------------------------------------------------------------------------------*/
.content-container {
    width: 100%;
    padding: 0 0 50px;
}

    .intro {
        width: 100%;
        padding: 0 0 50px;
        background: #fff;
    }

        .intro-content {
            float: left;
            width: 360px;
            padding: 50px 20px 0;
            font-size: 16px;
            line-height: 20px;
            font-family: MuseoSans-300, 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
        	font-weight: normal;
        	font-style: normal;
            text-align: center;
        }

            .intro-content h1 {
                font-size: 40px;
                line-height: 50px;
                font-family: MuseoSans-700, 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
            	font-weight: normal;
            	font-style: normal;
            	margin: 0 0 16px;
            	padding: 0;
                border-bottom: none;
                text-transform: none;
            }

            .intro-content a {
                text-decoration: underline;
            }

        .intro-video {
            float: right;
            width: 560px;
            padding-top: 50px;
        }

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

            .intro {
                padding: 0 0 40px;
            }

                .intro-content {
                    float: none;
                    width: 100%;
                    padding: 50px 0 10px;
                    font-size: 14px;
                    line-height: 18px;
                }

                    .intro-content h1 {
                        font-size: 32px;
                        line-height: 32px;
                    }

                .intro-video {
                    float: none;
                    width: 100%;
                    padding-top: 0;
                }
        }

    .shortcuts {
        width: 100%;
        padding: 0;
    }

        .shortcuts ul {
            list-style: none;
            margin: 0;
        }

            .shortcuts ul li {
                float: left;
                width: 200px;
                height: 290px;
                padding: 0 20px;
                font-size: 15px;
                line-height: 20px;
                color: #fff;
            }

                .shortcuts ul li h2 {
                    font-size: 23px;
                    line-height: 26px;
                    text-align: center;
                    color: #fff;
                    padding: 0;
                    border: none;
                }

                .shortcuts ul li hr {
                    height: 1px;
                }

                    .shortcuts ul li h2 a {
                        display: block;
                        padding: 90px 0 5px;
                    }

                .shortcuts ul li a {
                    color: #fff;
                }
                    .shortcuts ul li a:hover {
                        color: #fff;
                    }

                .shortcuts ul li p {
                    margin: 0 0 15px;
                }

                    .shortcuts ul li p.more {
                        margin: 0 10px 0 0;
                        text-align: right;
                    }

                .shortcuts ul li.s1 {
                    background: #303334 url(../img/backgrounds/bg-shortcuts-s1.png) no-repeat center 30px;
                }

                .shortcuts ul li.s2 {
                    background: #64666a url(../img/backgrounds/bg-shortcuts-s2.png) no-repeat center 30px;
                }

                .shortcuts ul li.s3 {
                    background: #919599 url(../img/backgrounds/bg-shortcuts-s3.png) no-repeat center 30px;
                }

                .shortcuts ul li.s4 {
                    background: #c2c4c7 url(../img/backgrounds/bg-shortcuts-s4.png) no-repeat center 30px;
                }

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

            .shortcuts {
                padding: 70px 0 0;
            }

                .shortcuts ul li {
                    width: 80%;
                    min-height: 230px;
                    height: auto !important;
                    height: 230px;
                    padding: 0 10%;
                    font-size: 14px;
                    line-height: 18px;
                }

                    .shortcuts ul li h2 a {
                        padding: 80px 0 5px;
                    }

                    .shortcuts ul li p.more {
                        display: none;
                    }

                .shortcuts ul li.s1,
                .shortcuts ul li.s2,
                .shortcuts ul li.s3,
                .shortcuts ul li.s4 {
                    background-position: center 20px;
                }
        }

    .content {
        padding: 34px 0;
        font-size: 14px;
        line-height: 20px;
    }

        .content a, .content a:hover {
            color: #111;
            font-family: MuseoSans-900, 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
            font-weight: normal;
            font-style: normal;
        }

        .content .collapse {
            height: 75px;
            overflow: hidden;
        }

            .content .collapse.open {
                height: auto;
                overflow: none;
            }

            .content .collapse h2 {
                background: #C2C4C7;
                font-size: 15px;
                line-height: 60px;
                font-family: MuseoSans-900, 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
            	font-weight: normal;
            	font-style: normal;
            	margin: 0 4px 15px 0;
            	padding: 0 0 0 82px;
            	color: #fff;
                -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.4);
                box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.4);
                white-space: nowrap;
            }

                .content .collapse p {
            	   padding: 0 0 0 82px;
                }

                .content .collapse.open h2 {
                	color: #111;
                }

            .content .collapse h2.collapse-helper {
                cursor: pointer;
                position: relative;
            }

                .content .collapse h2.collapse-helper:before {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 60px;
                    height: 60px;
                    border-right: 1px solid #a7a6aa;
                    content: '-';
                    font-size: 30px;
                    text-align: center;
                }

                    .content .collapse.open h2.collapse-helper:before {
                        content: '+';
                    }

        .content ul.news {
            margin: 0;
            list-style: none;
        }

            .content ul.news li {
                min-height: 120px;
                height: auto !important;
                height: 120px;
                padding: 0 0 40px 80px;
                position: relative;
            }

                .content ul.news li a,
                .content ul.news li strong {
                    display: block;
                    font-size: 15px;
                    line-height: 20px;
                    color: #111;
                    font-family: MuseoSans-700, 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
                	font-weight: normal;
                	font-style: normal;
                }

                .content ul.news span.tile {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 60px;
                    height: 120px;
                    background: #dcd6db;
                    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.4);
                    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.4);
                }

                    .content ul.news span.tile span {
                        display: block;
                        width: 60px;
                        height: 40px;
                        background: #919599;
                        padding: 10px 0;
                        color: #fff;
                        text-align: center;
                        -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
                        box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
                    }

                        .content ul.news span.tile span strong {
                            font-size: 18px;
                            color: #fff;
                        }

                    .content ul.news span.tile.tile-image {
                        background: #dcd6db url(../img/backgrounds/bg-tile-image.png) no-repeat center 80px;
                    }

                    .content ul.news span.tile.tile-blog {
                        background: #dcd6db url(../img/backgrounds/bg-tile-blog.png) no-repeat center 80px;
                    }

        .content.articles .col-2 {
            margin-bottom: 90px;
        }

            .content.articles .article {
                margin-top: 0;
            }

    blockquote.note {
        margin: -30px 0 60px;
        font-size: 15px;
        line-height: 20px;
        font-family: MuseoSans-300, 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
    	font-weight: normal;
    	font-style: normal;
    	color: #111;
    	text-transform: none;
    }

        blockquote.note strong {
            display: block;
            font-size: 32px;
            line-height: 32px;
            padding: 0 0 12px;
        }

        blockquote.note a {
            color: #111;
            text-decoration: underline;
            white-space: nowrap;
        }

    .employees {
        float: left;
        width: 100%;
        margin-top: -70px;
    }

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

            .employees {
                float: left;
                width: 100%;
                margin-top: -20px;
            }
        }

    .logo-video {
        margin: -30px 0 80px;
    }

/* Footer
----------------------------------------------------------------------------------------------------*/
footer {
    width: 100%;
    padding: 50px 0 0;
    background: #424446;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
}

    footer h2 {
        font-family: MuseoSans-900, 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 18px;
        text-transform: uppercase;
        color: #fff;
        margin: 0 0 24px;
        padding: 0 0 8px;
        border-bottom: 1px solid #a7a6aa;
    }

    footer ul {
        list-style: none;
        margin: 0;
    }

    footer a {
        color: #fff;
    }

        footer a:hover {
            color: #ccc;
        }

    footer .icons {
        margin: 40px 0 10px;
        display: flex;
        flex-wrap: wrap;
    }

    footer .copyright {
        margin: 30px 0 0;
        padding: 8px 0;
        background: #303334;
        line-height: 20px;
    }


/* Retina backgrounds
----------------------------------------------------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {

    .nav-toggle {
        background: url(../img/backgrounds/bg-nav-420-toggle@2x.png) no-repeat left top;
        background-size: 22px 20px;
    }
}