/* Box Model */
*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

/* Main */
#main{
    width: 73vw;
    margin: auto;
    text-align: left;
    padding: 0;
    display: block;
}

/* Inner */
#inner{
    padding: 10px 80px;
    margin: 80px auto;
    background: #f5f5f5;
    border: solid #666;
    border-width: 8px 0 2px 0;
}

/* Header */
#hd{
    display: block;
    margin: 2.5em 0 3em 0;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #ccc;
}
#hd::after{
    content: " ";
    display: block;
    height: 0;
    clear: both;
}
.ui-header-first{
    margin-left: 0;
    width: 66%;
    float: left;
}
.ui-header-second{
    margin-left: 2%;
    width: 32%;
    float: right;
}
.ui-header::after{
    content: " ";
    display: block;
    height: 0;
    clear: both;
}
.contact-info{
    margin-top: 7px;
}

/* Body */
#bd{
    margin-bottom: 2em;
    width: 100%;
}

    /* UI */
    .ui-main{
        margin-bottom: 2em;
        padding-bottom: 2em;
        border-bottom: 1px solid #ccc;
    }
    .ui-main-first-left{
        margin-left: 0;
        width: 12.3%;
        float: left;
    }
    .ui-main-first-right{
        width: 80.2%;
        float: right;
    }
    .talent{
        width: 29%;
        float: left;
    }
    .ui-main::after{
        content: " ";
        display: block;
        height: 0;
        clear: both;
    }
    .ui-main2{
        margin-bottom: 2em;
        padding-bottom: 2em;
        border-bottom: 1px solid #ccc;
    }
    .ui-main2-first-left{
        margin-left: 0;
        width: 12.3%;
        float: left;
    }
    .ui-main2-first-right{
        margin-left: 2%;
        width: 80.2%;
        float: right;
    }
    .talent-list{
        width: 29%;
        float: left;
    }
    .ui-main2::after{
        content: " ";
        display: block;
        height: 0;
        clear: both;
    }
    .ui-main3{
        margin-bottom: 2em;
        padding-bottom: 2em;
        border-bottom: 1px solid #ccc;
    }
    .ui-main3-first-left{
        margin-left: 0;
        width: 12.3%;
        float: left;
    }
    .ui-main3-first-right{
        margin-left: 2%;
        width: 80.2%;
        float: right;
    }
    .job {
        position: relative;
        margin-bottom: 1em;
        padding-bottom: 1em;
        border-bottom: 1px solid #ccc;
    }
    .job h4 {
        position: absolute;
        top: 0.35em;
        right: 0;
    }
    .ui-main3::after{
        content: " ";
        display: block;
        height: 0;
        clear: both;
    }
    .ui-main4{
        margin-bottom: 2em;
        padding-bottom: 2em;
        border-bottom: 1px solid #ccc;
    }
    .ui-main4-first-left{
        margin-left: 0;
        width: 12.3%;
        float: left;
    }
    .ui-main4-first-right{
        margin-left: 2%;
        width: 80.2%;
        float: right;
    }
    .ui-main4::after{
        content: " ";
        display: block;
        height: 0;
        clear: both;
    }
        /* .ui-main4-first-left{
            border: solid;
            width: 12.3%;
        }
        .ui-main4-first-right{
            border: solid;
            width: 80.2%;
            margin-bottom: 1em;
            padding-bottom: 1em;
            border-bottom: 1px solid #ccc;
        } */

/* Headings */


/* Footer */
#ft{
    display: block;
    padding: 1em 0 5em 0;
    border-top: 1px solid #ccc;
    text-align: center;
}
#ft::after{
    content: " ";
    display: block;
    height: 0;
    clear: both;
}
/* #ft, p{
    border: solid;
    line-height: 18px;
    padding-right: 3em;
} */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
    height: 100px;
}