body {
  font: 400 14px/24px Arial;
  color: #000; }
  body .container {
    width: 1200px;
    overflow: hidden;
    margin: 20px auto;
    padding: 10px 0 50px 0; }
    body .container .row-eq-height {
      display: -ms-flex;
      display: -webkit-flex;
      display: flex; }
  body a {
    text-decoration: none !important; }
  body ul.social li a {
    display: inline-block;
    margin-right: 3px; }
    body ul.social li a img {
      width: 20px;
      height: 20px; }
  body p {
    margin: 0; }
  body .col-50 {
    width: 48%;
    margin: 0 1%;
    float: left; }
  body .col-input {
    width: 40%;
    margin: 0 5%;
    float: left; }
  body form {
    overflow: hidden;
    padding-right: 30px; }
    body form b {
      font: bold 16px/40px Arial;
      color: #100073;
      text-transform: uppercase; }
  body input, body select {
    margin: 10px;
    float: right;
    width: 300px;
    border: 1px solid #ccc;
    height: 30px; }
    body input[type="submit"], body select[type="submit"] {
      display: table;
      width: auto;
      margin-top: 30px;
      float: right;
      background: green;
      text-transform: uppercase;
      color: #fff; }
      body input[type="submit"]:hover, body select[type="submit"]:hover {
        background: blue;
        cursor: pointer; }
  body .content {
    padding: 50px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box; }
  body .cb {
    clear: both;
    height: 10px;
    display: block; }
  body .cbnone {
    clear: both; }

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