article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.icon {
  display: block;
  background: url(/img/icon-sprite.png);
  width: 32px;
  height: 32px;
  float: left; }
  .icon.phone {
    background-position: 0 0; }
  .icon.envelope {
    background-position: 0 -32px; }
  .icon.map {
    background-position: 0 -64px; }
  .icon.twitter {
    background-position: -32px 0; }
  .icon.linkedin {
    background-position: -32px -32px; }

* {
  box-sizing: border-box; }

body, html {
  height: 100%; }

body {
  color: #fff;
  font-family: Arial; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.boxshadow {
  -webkit-box-shadow: 2px 2px 4px rgba(26, 26, 26, 0.8);
  -moz-box-shadow: 2px 2px 4px rgba(26, 26, 26, 0.8);
  box-shadow: 2px 2px 4px rgba(26, 26, 26, 0.8); }

.textshadow {
  text-shadow: 2px 2px 10px rgba(26, 26, 26, 0.3); }

.gradient {
  background: #69b3e3;
  /* Old browsers */
  background: -moz-linear-gradient(left, #69b3e3 0%, #4284c5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #69b3e3), color-stop(100%, #4284c5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #69b3e3 0%, #4284c5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #69b3e3 0%, #4284c5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #69b3e3 0%, #4284c5 100%);
  /* IE10+ */
  background: linear-gradient(to right, #69b3e3 0%, #4284c5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69b3e3', endColorstr='#4284c5',GradientType=1 );
  /* IE6-9 */ }

a {
  text-decoration: none;
  color: white; }
  a:hover, a:visited, a:active, a:focus {
    color: white; }

.container {
  width: 60%;
  margin: 0 auto; }

.column {
  width: 50%; }
  .column.left {
    float: left; }
  .column.right {
    float: right; }

header {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-top: 20px; }
  header .column.left {
    width: 350px; }
  header .mainTitle .tagline {
    margin-right: 7%; }
  header .mainTitle {
    margin-top: 20px;
    margin-bottom: 35px; }
  header .mainTitle, header .tagline {
    text-transform: uppercase; }
  header h1 {
    font-size: 2em;
    color: #404041; }
    header h1 .tagline {
      display: block;
      color: #69B3E3;
      font-size: 0.5em;
      text-align: right;
      margin-right: 63px; }
  header .separator {
    position: absolute;
    height: 1em;
    border-top-left-radius: 0.5em;
    background: #4284c5;
    width: 80%;
    right: 0;
    bottom: 0; }

.mainContent {
  overflow: hidden;
  width: 100%;
  padding-top: 60px; }
  .mainContent .slogan {
    font-size: 1em;
    font-weight: normal; }
    .mainContent .slogan span {
      display: block; }
  .mainContent .detailsList {
    margin-top: 24px;
    line-height: 1.3; }
  .mainContent .contactList li {
    margin-bottom: 35px; }
  .mainContent .contactList li > a {
    line-height: 32px;
    padding-left: 32px; }
  .mainContent .contactList address {
    display: inline;
    padding-left: 32px;
    font-style: normal; }
    .mainContent .contactList address > span {
      padding-left: 32px; }
  .mainContent .contactList .newLine {
    display: block; }

footer {
  padding: 2em; }
  footer .socialList {
    float: right; }
    footer .socialList li {
      display: inline-block;
      margin-left: 7px; }

@media screen and (max-width: 992px) {
  header .separator {
    width: 90%; }

  .container {
    width: 80%; }

  .mainContent .contactList address {
    display: block;
    padding-left: 62px; }
    .mainContent .contactList address span {
      display: block;
      padding-left: 0; } }
@media screen and (max-width: 768px) {
  html, body {
    height: auto; }

  .container {
    width: 90%; }

  .column.left {
    width: 100%;
    float: none; }
  .column.right {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    width: 100%;
    float: none; }

  header {
    text-align: center; }
    header .column.left {
      width: 100% !important; }
    header h1 .tagline {
      width: 100%;
      text-align: center; }
    header img {
      width: 100px; }
    header .mainTitle {
      font-size: 1.5em; }
    header .separator {
      width: 95%; }

  .mainContent {
    padding-top: 1em; }
    .mainContent .slogan {
      margin-top: 0; }
    .mainContent .detailsList {
      margin-top: 1em;
      margin-bottom: 1em; }
    .mainContent .contactList {
      width: 230px;
      margin: 0 auto;
      margin-bottom: 1em;
      margin-top: 1em; }
      .mainContent .contactList li {
        margin-bottom: 0.5em; }
      .mainContent .contactList li > a {
        padding-left: 15px; }
      .mainContent .contactList li:last-child {
        margin-bottom: 0; }
      .mainContent .contactList address {
        display: inline;
        padding-left: 15px; }
        .mainContent .contactList address span {
          display: block;
          padding-left: 47px; }

  footer {
    padding: 1em; }
    footer .socialList {
      float: none;
      text-align: center; } }
@media screen and (min-width: 769px) {
  body, html {
    height: 100%;
    overflow: hidden; }

  .rotate {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); }
    .rotate header {
      margin-left: -20px;
      margin-right: -50px;
      margin-top: -100px;
      padding-top: 100px; }
    .rotate .mainContent {
      margin-left: -15px; } }
@media screen and (min-width: 993px) {
  .container {
    width: 70%; }

  .rotate header .separator {
    width: 85%; }

  .mainContent .contactList address span {
    padding-left: 0; }
  .mainContent .contactList address span:last-child {
    display: block;
    padding-left: 62px; } }
@media screen and (min-width: 993px) {
  .rotate header {
    margin-top: -150px;
    padding-top: 150px; } }
@media screen and (min-width: 1300px) {
  body, html {
    height: 120%; }

  .rotate header {
    padding-top: 20px;
    width: 2189px;
    height: 500px;
    margin-top: -200px;
    margin-left: -135px;
    padding-top: 240px;
    width: 2189px;
    height: 500px;
    margin-top: -200px;
    margin-left: -354px;
    padding-top: 240px; }
    .rotate header .separator {
      width: 75%; }
    .rotate header .mainTitle .tagline {
      width: 323px; }
  .rotate .container {
    width: 50%; }
  .rotate .mainContent {
    width: 2189px;
    height: 500px;
    margin-top: -200px;
    margin-left: -354px;
    padding-top: 240px; } }
@media screen and (min-width: 1700px) {
  .rotate header {
    margin-left: -194px;
    padding-top: 240px; }
  .rotate .mainContent {
    margin-top: -200px;
    margin-left: -194px;
    padding-top: 240px; } }

/*# sourceMappingURL=style.css.map */
