.group:before,
.group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.hide {
    display: none;
}
html {
    font-family: 'Open Sans', sans-serif;
}
body {
    position: relative;
}
header {
    border-bottom: 4px double #999999;
    padding-bottom: 1em;
}
header .name-column {
    float: left;
    width: 60%;
}
header h1 {
    margin: 0;
    font-size: 2em;
}
header .photo {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}
header .address-column {
    float: left;
    width: 40%;
    font-size: 0.9em;
}
header .address-column address {
    font-style: normal;
    margin-bottom: 0.5em;
}
header .address-column a,
article > footer a {
    text-decoration: none;
    color: #000000 !important;
}
h2 {
    /* background-color: #79A5B2; */
    background-color: #4E7B88;
    color: #ffffff;
    padding: 0.10em 0.5em;
}
h2,
h3 {
    font-family: 'Source Code Pro', 'Consolas', 'Lucida Console', Monaco, monospace;
    font-weight: 600;
}
h2 i.fa {
    font-size: 0.9em;
}
#download {
    position: absolute;
    top: 1em;
    right: 1em;
}
#download a {
    text-decoration: none;
    color: #000000 !important;
}
#education,
#skills,
#experience {
    margin-top: 2em;
}
#skills ul {
    list-style-type: none;
    padding-left: 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
#main p,
#experience .company_experience {
    margin-top: 0.8em;
}
#education .college,
#education .location,
#experience .company,
#experience .location,
#experience .timeframe,
#experience ul {
    margin: 0;
}
#education .degree,
#experience .title {
    margin: 0.5em 0 0 0;
}
#experience .timeframe {
    color: #666666;
}
#experience ul li {
    orphans: 2;
    widows: 2;
}
article > footer {
    display: none;
    text-align: center;
    margin-top: 2em;
}
article > footer h1 {
    font-size: 1em;
    margin-bottom: 0;
    padding-bottom: 0;
}
.sr-only {
    /* Taken from bootstrap 3.3.4 - LICENSE: https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE */
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
@media screen {
    body {
        padding: 2em;
    }
}
@media screen and (max-width: 767px) {
    body {
        padding: 1em;
    }
    header .name-column,
    header .address-column {
        float: none;
        width: 100%;
    }
    header .address-column {
        margin-top: 1em;
    }
    #skills ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
}
}
@media print {
    body {
        font-size: 11.5pt;
    }
    h1,
    h2,
    h3 {
        page-break-after: avoid;
    }
    header .address-column {
        font-size: 1em;
    }
    #experience .company_experience {
        page-break-after: auto;
    }
    #experience .position_experience {
        page-break-inside: avoid;
        page-break-after: auto;
    }
    #download {
        display: none;
    }
    abbr {
      text-decoration: none;
    }
    article > footer {
        display: block;
    }
}
@page {
    size: 8.5in 11in;
    margin: 0.6in;
}
