.contact-form-container {
  width: 100%;
  margin:0px auto;
  position: relative;
  margin-top: 2em !important;
  margin-bottom: 6em !important;
  background-color: #f5f5f5;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.contact-form {
	width: 960px;
}

.contact-form h2 {
  color: #2782BB;
  font-size: 1.4em;
  padding-bottom: 10px;
  padding-top: 20px;
}

/* Contact form */


.pull-right {
  float: right;
}


.btn {
  font-size: 1.1em;
  display: inline-block;
  padding: 0.74em 1.5em;
  margin: 1.5em 0 0;
  color: white;
  border-width: 0 0 0 0;
  border-bottom: 5px solid;
  text-transform: uppercase;
  background-color: #b3b3b3;
  border-bottom-color: #8c8c8c;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.btn:hover {
  background-color: #bfbfbf;
}
.btn.btn-submit {
  background-color: #4f6fad;
  border-bottom-color: #374d78;
}
.btn.btn-submit:hover {
  background-color: #5f7db6;
}

form {
  max-width: 100%;
  display: block;
}
form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
form ul li {
  margin: 0 0 0.25em 0;
  clear: both;
  display: inline-block;
  width: 100%;
}
form ul li:last-child {
  margin-right: 0;
}
form ul li p {
  width: 45%;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
}

form p{
  line-height: 1em;
}


form ul li p.right {
  float: right;
}
.divider {
  margin: 1em 0 1em 0;
  border: 0;
  height: 1px;
  width: 100%;
  display: block;
  background-color: #2782BB;
  background-image: linear-gradient(to right, #086CCF, #2782BB);
}
.req {
  color: #ee9cb4;
}
form label {
  display: block;
  margin: 0 0 0.5em 0;
  color: #2782BB;
  font-size: 1em;
}
form input {
  width: 100%;
  display: block;
  margin: 0 0 0.5em 0;
  border: 1px solid #cccccc;
  padding: 6px 10px;
  color: #555555;
  font-size: 1em;
  font-style: italic;
  box-sizing: border-box;
}

form select {
  width: 100%;
  display: block;
  margin: 0 0 0.5em 0;
  border: 1px solid #cccccc;
  padding: 6px 10px;
  color: #555555;
  font-size: 1em;
  font-style: italic;
  box-sizing: border-box;
}

.four   input {
  min-width: 220px;
}

.four   textarea {
  min-width: 220px;
}

.aside  input {
  min-width: 260px;
}
.input input:focus {
  background-color:#ffffd8;
}

.mktFormText input:focus {
  background-color:#ffffd8;
}
form textarea:focus {
  background-color:#ffffd8;
}

form input:focus {
  background-color:#ffffd8;
}

form textarea{
  color: #555;
}

form textarea {
  border: 1px solid #cccccc;
  background-color: #fff;
  padding: 6px 10px;
  color: #555555;
  max-width:940px;
}
form small {
  color: #2782BB;
  margin: 0 0 0 0.5em;
}

@media only screen and (max-width: 480px) {
  .pull-right {
    float: none;
  }

  form input {
    width: 100%;
  }

  form label {
    width: 100%;
    display: inline-block;
    float: left;
    clear: both;
  }

  form li, p {
    width: 100%;
  }

  form input.btn {
    margin: 1.5em 0 0.5em;
  }



  form h3 {
    font-size: 1.125em;
  }

  li small {
    display: none;
  }
}


/* Button - these styles are the good stuff */

.button-contact {
  width:50%;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5;
  margin: 0.3em 0em 1em;
  padding: .5em 1.5em .75em;
  position: relative;
  text-decoration: none;
  text-shadow: 0 1px 1px hsla(0,0%,100%,.25);
  vertical-align: middle;
  box-shadow: 0 2px 7px rgba(0,0,0,0.4);
}

}
.button-contact:hover {
    outline: none;
}
.button-contact:hover,
.button-contact:focus {
    color: #fff;

}
.button-contact:active {
    margin-top: .5em;
    opacity: 0.9;
    outline: none;
    padding-bottom: 5px;
    

}
}



/* Light Text */

.lightText {

    color: #fff;
    text-shadow: 0 -1px 1px hsla(0,0%,0%,.25);
}

.darkText {

    color: #333;
    text-shadow: 0 -1px 1px hsla(0,0%,0%,.25);
}
/* Medium */

.medium {
    font-size: 1.2em;
}

.trial {
    width:100%;
    font-size: 1.2em;
     font-weight: 400;
     margin-top:0px;

}

.medium {
    font-size: 1.2em;
    font-weight: 400;
    font-style: normal;
}

.blue {
    background-color: #004080;
    border-bottom: 0.5em solid #003366;
}

.blue:active {
    background-color: #004080;
    border-bottom: 0.3em solid #003366;
}

.orange {
    background-color: #f15922;
    border-bottom: 0.5em solid #bb3a0c;
}

.orange:active {
    background-color: #f15922;
    border-bottom: 0.3em solid #bb3a0c;
}


.blue:focus {
    background-color: #004080;
}

.green {
    background-color: #27ae60;
    border-bottom: 0.5em solid #16a085;
}

.green:active {
    background-color: #27ae60;
    border-bottom: 0.3em solid #16a085;
}

.white {
    background-color: #fcfcfc;
    border-bottom: 0.5em solid #ccc;
}

.white:active {
    background-color: #27ae60;
    border-bottom: 0.3em solid #16a085;
}

/* icons */

.icon-append {
right: 5px;
color: #2782BB;
padding-left: 3px;
border-left-width: 1px;
border-left-style: solid;
position: absolute;
top: 40px;
width: 29px;
font-size: 15px;
line-height: 29px;
text-align: center;

}

.input, {
position: relative;
display: block;
}


.up-down{
  width: 100%;
  float: right;
  margin-top: 2em;
  clear: both;

}

.up-down i {
  color: #ccc;
  padding: 0px 5px;
  -webkit-font-smoothing: antialiased;
}