/* CSS Document */
body {
  font-family: "Open Sans", Helvetica, sans-serif; }

#content-block-contact .contact-list {
  padding-top: 45px;
  text-align: center; }
  #content-block-contact .contact-list li {
    float: none;
    display: block;
    color: #999;
    margin-bottom: 10px; }
  #content-block-contact .contact-list a {
    text-decoration: none; }
  #content-block-contact .contact-list .title {
    text-transform: uppercase;
    font-weight: 600;
    color: #0079cb;
    padding-bottom: 15px; }
  #content-block-contact .contact-list .email {
    color: #0097fe;
    padding-top: 15px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    #content-block-contact .contact-list .email:hover {
      color: #0079cb; }
@media screen and (max-width: 768px) {
  #content-block-contact .contact-list {
    text-align: left;
    padding-left: 8.79%;
    border-left: 1px solid #ddd; }
  #content-block-contact .small-no-margin-bottom {
    margin-bottom: 0; } }
#content-block-contact form {
  padding: 45px 0;
  border-left: 1px solid #ddd;
  padding-left: 8.79%; }
  #content-block-contact form input, #content-block-contact form textarea {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius   : 0;
    -ms-border-radius    : 0;
    -o-border-radius     : 0;
    border-radius        : 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    #content-block-contact form input:focus, #content-block-contact form textarea:focus {
      background-color: #f7f7f7; }
  #content-block-contact form label {
    display: block;
    color: #333;
    font-weight: 600;
    padding-bottom: 15px; }
#content-block-contact input[type="submit"] {
  position: relative;
  padding: 9px 12px;
  width: 256px;
  background: #0079cb;
  color: #FFF;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 0 0 #004b7f;
  -moz-box-shadow: 0 3px 0 0 #004b7f;
  box-shadow: 0 3px 0 0 #004b7f;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  #content-block-contact input[type="submit"]:hover {
    background: #0061a2; }
  #content-block-contact input[type="submit"]:active {
    top: 3px;
    background: #004b7f;
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0; }
#content-block-contact textarea {
  font-family: "Open Sans", Helvetica, sans-serif; }
