/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #000;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

h1 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 26px;
}
h3 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 15px;
}
p {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 28px;
}
blockquote {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 30px;
}
pre {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 18px;
}

a{color:#ff2527;}
a:hover{color:#000;}

footer{margin-top:100px;}
footer p{font-size: .7em}


#container{max-width:900px; margin:0px auto; text-align: center; padding-top: 50px;}

header{margin-bottom: 65px;}

h1 a.logo{
  width: 256px;
  height: 104px;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url("../img/KM-logo.png");
  display: inline-block;
  background-size:contain;
  background-repeat: no-repeat;
}

.header-nav{border-bottom:#e5e5e5 solid 1px; padding:10px 0px;position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
background-color: #fff;}

.header-nav ul{
    margin:0px;
    padding:0px 25px 0px 0px;
    float:right;
}
.header-nav ul li{
    list-style-type: none;
    margin:0px;
    display: inline;

}

h2.tag{font-size: 1em; text-decoration: none; text-transform: uppercase; color:#454545; font-weight: 400;}


.header-nav a{
    font-size: .8em;
    text-decoration: none;
    text-transform: uppercase;
    color:#454545;
}

.header-nav a:hover{color:#ff2527;}

.right-padding{padding-right:30px;}

.home-p{font-size: 1em; max-width:580px; margin:0px auto; padding:0px 15px; text-align: left;}

@font-face {
    font-family: DollieScript;
    src: url(../fonts/DollieScript_PersonalUse.ttf);
}

.script{font-family: DollieScript; font-size: 8em; color:#454545; font-weight: normal}
h2.script{line-height:1em;padding:0px 0px; margin:0px 0px;}
h2.thanks{font-size: 4em;}


#footer-social{margin-bottom: 50px;}
#footer-social ul{margin:0px; padding:0px;}
#footer-social ul li{display: inline-block; margin:0px; padding:0px;}

a.facebook{
    display: block;
    text-indent: -9999px;
    height: 40px;
    width:40px;
    background: url("../img/social-sprite.png") no-repeat;
    background-position:0px 0px;

}

a.facebook:hover{
    background-position:0px -40px;
}

a.linkedin{
    display: block;
    text-indent: -9999px;
    height: 40px;
    width:40px;
    background: url("../img/social-sprite.png") no-repeat;
    background-position:-40px 0px;

}

a.linkedin:hover{
    background-position:-40px -40px;
}

/* WORK */

ul.article-list, ul.event-list {text-align: left;}
ul.article-list li, ul.article-list li{list-style-type: none;}

ul.article-list li {padding-bottom:10px; list-style-type: circle; line-height: 1.3em;}

#events{text-align: left; padding:0px 20px;}

#events p {line-height: 1.4em; font-size: 1em;}

#events article{padding:0px 0px 0px 145px; position: relative; border-bottom:#e5e5e5 solid 1px; min-height: 155px; margin-bottom: 35px;}

#events article img{left:0; position: absolute; top: 0; margin-bottom:25px;}

.event-header{margin-top: 50px;}

h4.company-title{font-size: .8em; font-weight: 600; line-height: 0.2em;}

.clearfix{clear:both;}



#contact-area {
    width: 600px;
    margin:50px auto 0px auto;
}

#contact-area input, #contact-area textarea {
    padding: 5px;
    width: 471px;
    font-family: Helvetica, sans-serif;
    font-size: 1.1em;
    margin: 0px 0px 10px 0px;
    border: 2px solid #ccc;
}

#contact-area textarea {
    height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
    border: 2px solid #900;
}

#contact-area input.submit-button {
    width: 100px;
    float: right;
    background: #fff;
}

#contact-area input.submit-button:hover{color:#ff2527;}

label {
    float: left;
    text-align: right;
    margin-right: 15px;
    width: 100px;
    padding-top: 5px;
    font-size: 1.1em;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

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

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}