﻿@import "../vars.less";

@media (min-width: 1200px) 
{
    nav .navbar-nav li
    {
        padding-right: 3rem;
    }
    .contact-us #mc_embed_signup_scroll input[type="email"] 
    {
        width: 990px;
    }
    .footer-right ul li
    {
        list-style-type: none;
        display: inline-block;
    }
    .footer-right ul li
    {
        border-right: 1px solid @fontColor;
        padding-right: 1rem;
        margin-right: 1rem;
    }
    .footer-right ul li:last-child
    {
        border: none;
        padding: 0;
        margin: 0;
    } 
}