/* Reduce top padding for small screens */
@media screen and (max-width: 767px)
{
    .page-header
    {
        margin-top: 0;
    }
}

/* Hide Back To Top link and readjust footer padding */
#footerBackToTop
{
    display: none;
}

.wrapper {
  margin: 0 auto -180px;
  padding: 0 0 180px 0;
  /* the bottom margin and bottom padding are the negative value of the footer's height */
}

.left-inner-addon select,.left-inner-addon textarea {
    padding-left: 30px;
}

.left-inner-addon i
{
    color: #14c776;
}

address
{
    font-size: 1.2em;
}

.placeholder
{
    color: #A4A6AB;
}

/* Support page */
#supportContainer
{
    margin: 0 auto;
    padding: 0 15px;
    max-width: 600px;
}

/* For message after successful submission */
#divSuccess
{
    font-size: 1.0em;
    padding: 0 10px 10px;
    cursor: default;
}

#divSuccess p
{
    margin: 1.1em 0;  
}