header {
    width : 300px;
    margin : auto;
}

img.smick-logo {
    width : 300px;
    margin-top : 40px;
}

img.smick-globe {
	width : 250px;
}

body {
    text-align : center;
    background-color : #0B3954;
    color : white;
}

h1 {
    font-family: poynter-oldstyle-text, serif;
    font-weight: 400;
    font-style: normal;
    margin-left : 40px;
    margin-right : 40px;
	line-height : 150%;
}

h2 {
    font-family: poynter-oldstyle-text, serif;
    font-weight: 400;
    font-style: normal;
    font-style : italic;
}

ul {
    font-family: poynter-oldstyle-text, serif;
    margin : 0px;
    padding : 0px;
    margin-top : 100px;
    margin-bottom : 100px;
    list-style-type : none;
}

@media only screen and (min-width: 910px) {
    ul.main-nav li {
        display : inline-block;
        padding-right : 50px;
        border-right : 1px solid white;
        border-right : 2px solid rgba(255,255,255,0.5);
        padding-left : 50px;
        text-transform : smallcaps;
        font-weight : bold;
    }

    ul.main-nav li:last-of-type {
        border-right : none;
    }
}

li {
    font-family: poynter-oldstyle-text, serif;
    font-weight: 400;
    font-style: normal;
    font-size : 2em;
    text-align : center;
    margin : 0px;
    padding : 0px;
    margin-top : 20px;
}

li a {
    font-family: poynter-oldstyle-text, serif;
    font-weight: 400;
    font-style: normal;
    color : white;
    text-decoration : none;
}

li a:hover {
    color : #3DA5D9;
    text-decoration : underline;
}

p {
    font-family: poynter-oldstyle-text, serif;
    font-weight: 400;
    font-style: normal;
}

footer {
    font-size : 0.8em;
}

footer ul {
    margin-top : 40px;
    margin-bottom : 40px;
}

ul.team-list {
    margin : auto;
    margin-top : 0px;
    margin-bottom : 50px;
    border : 3px solid rgba(255,255,255,0.1);
    padding : 20px;
    border-radius : 5px;
}

ul.exec-list {
    width : 650px;
}

ul.board-list {
    width : 650px;
}

ul.team-list li {
    text-align : left;
    font-size : 1.5em;
}

ul.team-list li strong {
    display : inline-block;
    width : 200px;
    text-align : right;
}

ul.exec-list li strong {
    width : 200px;
}

p.copyright {
    text-align : center;
    margin-top : 50px;
    font-size : 1.4em;
}

div.gmesh img {
    border : 3px solid white;
    border-radius : 5px;
}

p.about-p {
    font-size : 1.3em;
    margin : 80px;
    margin-bottom : 30px;
    margin-top : 30px;
}

div.office-maps {
}

div.office-maps div.map {
    background-color : white;
    color : #0B3954;
    font-family : 'Futura';
    display : inline-block;
    border : 2px solid white;
    border-radius : 4px;
    margin-right : 20px;
    margin-bottom : 20px;
}

div.office-maps h3 {
    margin : 0;
    padding : 0;
}

div.office-maps div.map {
}

div.apple-map {
    text-align : left;
    height : 650px;
    width : 500px;
}

div.map-heading {
    padding : 15px;
    text-align : left;
}

p.story-p {
    width : 570px;
    margin : auto;
    text-align : left !important;
}

p.story-p a, p.story-p a:visited {
    color : white;
}

ol.project-criteria {
    width : 570px;
    margin : auto;
    text-align : left;
}

ol.project-criteria li {
    text-algin : left;
}