@charset "UTF-8";
/*
 *
	GENERAL
 *
 */
* {
  box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  display: table;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 150px;
  color: #000;
  font-family: Arial, sans-serif;
  background-color: #fff;
  -webkit-text-size-adjust: 100%; }

div {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 3.9em 0;
  border-top: 1px solid #4D1516; }

.floatleft {
  float: left;
  margin-right: 20px; }

.floatright {
  float: right;
  margin-left: 20px; }

/*
 *
	TYPE
 *
 */
h1,
h2,
h3,
h4 {
  margin: 0; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.4em;
  font-weight: normal; }

h4 {
  margin-top: 2em;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase; }

p {
  margin: 0 0 1.2em;
  padding-left: 0; }

/*
 *
	LINKS
 *
 */
a {
  color: #000;
  -moz-text-decoration: underline solid #4D1516;
  -webkit-text-decoration: underline solid #4D1516;
  text-decoration: underline solid #4D1516; }

a:hover {
  color: #666; }

a[href$='pdf']:before {
  content: '';
  display: inline-block;
  height: 15px;
  width: 11px;
  margin-bottom: -2px;
  padding-right: 4px;
  background-image: url("../imgs/document.png");
  background-repeat: no-repeat; }

/*
 *
	Navigation
 *
 */
nav {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff; }

nav ul,
nav li {
  margin: 0;
  padding: 0; }

nav ul {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-bottom: 1px solid #4D1516; }

nav li {
  display: inline-block;
  width: 25%;
  line-height: 3em;
  text-align: center;
  list-style: none; }

nav a {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  text-decoration: none; }

nav a:hover {
  color: #fff;
  background-color: #4D1516; }

/*
 *
	SECTIONS
 *
 */
#intro {
  margin: 3em auto 0;
  padding-top: 4em;
  font-family: 'Metrophobic', sans-serif;
  text-align: center;
  border-top: 0; }

#logo {
  width: 90%;
  max-width: 450px;
  margin: 0 auto; }

#about {
  border-top: 0; }

#competencies ul {
  margin: 0 0 1.2em 1em;
  padding: 0; }

#history li,
#competencies li {
  margin: 0.2em 0 0.3em;
  padding-left: 0.5em; }

#contact {
  border-bottom: 0; }

footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 150px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8em;
  background-image: url("../imgs/swoosh_f.png");
  background-position: bottom center;
  background-repeat: no-repeat; }

footer div {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0; }

footer p {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  text-align: right; }

footer a {
  color: rgba(255, 255, 255, 0.6);
  -moz-text-decoration: underline solid rgba(255, 255, 255, 0.4);
  -webkit-text-decoration: underline solid rgba(255, 255, 255, 0.4);
  text-decoration: underline solid rgba(255, 255, 255, 0.4); }

footer a:hover {
  color: #ccc; }

/*
	CONTACT FORM
 */
fieldset {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0; }

input,
textarea {
  -webkit-appearance: none;
  width: 100%;
  margin: 0 0 0.5em;
  padding: 0.5em;
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 0.9em;
  border: 1px solid #000;
  border-radius: 0; }

input:focus,
textarea:focus {
  border: 1px solid #356261;
  border-radius: 3px;
  outline: none; }

label {
  color: #807f7f;
  margin-left: 0.5em;
  font-size: 0.85em; }
  label:after {
    content: ':'; }

input[type="submit"] {
  -webkit-appearance: none;
  color: #fff;
  font-size: 1.1em;
  background-color: #356261;
  border: 1px solid #234746;
  border-radius: 5px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  transition: all 200ms ease-in;
  cursor: pointer;
  margin-top: 0.5em; }

input[type="submit"]:hover {
  background-color: #4B8080; }

.hideme,
.robotest {
  display: none; }

.msg,
.msgSuccess,
.msgError {
  margin-top: 2em;
  padding: 1em;
  color: #000;
  background-color: #ddd;
  border: 1px solid #ccc;
  border-radius: 5px; }

.msgSuccess {
  color: #fff;
  background-color: #498467;
  border: 1px solid #1c5760; }

.msgError {
  color: #fff;
  background-color: #8C3C32;
  border: 1px solid #4D1516; }

/*
	TABLES
 */
td {
  padding-bottom: 1em;
  vertical-align: top; }

td h4 {
  margin: 0;
  padding: 0; }

td p:first-of-type {
  margin-top: 0; }

table .date {
  width: 10em; }

table p {
  margin: 0.5em 0; }

td p + ul {
  margin-top: 0;
  padding-left: 2em; }

table ul.list-bullet > li {
  margin-top: 0.5em;
  margin-left: -1em;
  list-style-position: outside; }

table ul.list-bullet ul li {
  padding-left: 0em;
  margin-left: -1.2em; }

table ul:not(.list-bullet) li {
  list-style: none; }

table ul:not(.list-bullet) li:before {
  content: '– ';
  margin-left: -2em;
  padding-right: 1.2em; }

table ol {
  margin-left: -0.5em; }

table ol li {
  counter-increment: list; }

table ol > li:before {
  content: counter(list, lower-alpha) ") " !important;
  margin-left: -1.7em !important;
  padding-right: 0.5em !important; }

ol {
  font-size: 100%; }

/*
 *
	MEDIA
 *
 */
@media screen and (max-width: 600px) {
  nav {
    height: auto; }
  #logo {
    width: 250px; }
  #intro {
    padding-top: 2em;
    padding-bottom: 0.4em; }
  #intro h3 {
    font-size: 1em; }
  h2 {
    font-size: 1.6em; }
  h4 {
    font-size: 0.8em; }
  body {
    font-size: 0.8em; }
  div {
    padding-left: 10px;
    padding-right: 10px; }
  ol li {
    margin-left: -1em; }
  td.date {
    width: 9em; } }

@media screen and (max-width: 500px) {
  nav {
    height: auto;
    position: relative; }
  nav li {
    width: 50%; }
  div {
    padding-top: 1.5em;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0em; }
  #intro {
    padding-top: 1em;
    padding-bottom: 1.5em; }
  .floatright {
    max-width: 40%; }
  #competencies ul {
    margin-left: 2em; }
  #competencies li {
    padding-left: 0em;
    margin-bottom: 0.5em; }
  ol li {
    margin-left: -2em !important; }
  tr {
    margin-bottom: 20px;
    display: block; }
  td {
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding: 0; }
  td p:first-child {
    margin-bottom: 0.3em; } }

@media print {
  nav,
  form,
  footer {
    display: none; }
  #intro {
    padding-top: 0; }
  div {
    margin: 0;
    padding: 20px; }
  #contact:after {
    content: "www.versocon.co.nz"; } }
