﻿body,td,input,select
{ 
	font-family: 'Roboto', 'Arial' !important;
    font-size: 14px;
}

hr {
    margin-bottom: 10px;
}

#divCommonFooter {
    width: 100%;
}

#divCommonFooter footer {
    padding: 30px 80px;
}

#special
{
    display:none;
}

.ui-widget-header,
.eziqc-section.dark {
    background-color: #465258;
    background-image:none;
    color: #fff;
}

.eziqc-section {
    margin-top: 10px;
}

.eziqc-section.last-section {
    margin-bottom: 10px;
}

.eziqc-section.with-border {
    border: 1px solid #465258;
}

.eziqc-section.align-center {
    text-align: center;
}

.buttons,
.EntryFieldLabels {
    padding: 5px 0;
}

.EntryFieldLabels input[type="text"] {
    vertical-align: middle;
}

.buttons.align-right,
.EntryFieldLabels.align-right{
    text-align: right;
    padding-right: 10px;
}

.EntryFieldLabels label{
    margin: 0 10px 0 5px;
    font-weight: normal;
}

.popup,
.popup td{    
    font-size: 18px !important;
}

.popup {
    background-color: #fff;
    color: #333;
    border: 1px solid #000;
    min-width: 327px;
    min-height: 162px;
}

.popup .popup-content {
    background-color: rgba(0,0,0,.1);
    padding: 10px;
}

.yellow-button,
.blue-button,
.green-button,
.red-button
{
    margin: 20px 20px 0 0;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 3px;
    letter-spacing: .62px
}

.yellow-button.last-button,
.blue-button.last-button,
.green-button.last-button,
.red-button.last-button{
    margin-right: 0;
}

.yellow-button:hover,
.blue-button:hover,
.green-button:hover,
.red-button:hover{
  text-decoration: none;
  color: #fff;
}

.red-button {
    background-color:#f83636;
} 

.red-button:hover {
    background-color:#d81212
}

.yellow-button {
  background: #ffb71c;
  
}

.yellow-button:hover {
  background-color: #f69514;
}

.blue-button {
  background: #62b5e5;
}

.blue-button:hover {
  background-color: #3a8ac4;
}

.green-button {
  background: #64a70b;
}

.green-button:hover {
  background-color: #51860b;
}

/* Social Icons */
.social-icons-holder {
  margin-top: 20px
}

.social-icons-holder a .individual-icon-holder {
  height: 31px;
  width: 31px;
  background: #3a589b;
  margin: 0 10px 0 0;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  cursor: pointer
}

.social-icons-holder a .individual-icon-holder.facebook-holder {
  background: #3a589b
}

.social-icons-holder a .individual-icon-holder.twitter-holder {
  background: #598dca
}

.social-icons-holder a .individual-icon-holder.linkedin-holder {
  background: #007ab9
}

.social-icons-holder a .individual-icon-holder .fa {
  color: #fff;
  font-size: 20px;
  margin-top: 6px
}

.social-icons-holder a:hover {
  opacity: .8;
  text-decoration: none!important
}

/* Footer */
footer {
  border-top: 10px solid #334048;
  border-bottom: 25px solid #334048;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
}

footer .container {
    text-align: left;
}

footer ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

footer ul li {
  background: none!important;
  padding-left: 0;
  font-size: 12px;
  font-weight: 300;
  list-style-position: outside;
  margin-bottom: 5px;
}

footer a {
  color: #334048!important;
  font-weight: 700;
}

footer h4 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
}

footer h5 {
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  color: #004c97;
  margin: 0;
  padding: 0;
}

footer .copyright h5 {
  margin: 0;
  font-size: 12px;
  font-style: normal;
  color: #334048;
}

footer .footer-phone-email {
  margin-top: 10px;
}

footer .footer-phone-email p {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}

footer .footer-phone-email p a {
  color: #334048;
  font-weight: 400;
}

footer .privacy-legal-holder {
  margin: 0;
}

footer .privacy-legal-holder ul {
  margin: 0;
  padding: 0;
}

footer .privacy-legal-holder ul li {
  background: none;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  display: inline-block;
  padding: 0 10px;
  margin: 5px 0 0 0;
  border-right: 1px solid #334048;
}

footer .privacy-legal-holder ul li:first-child {
  padding-left: 0;
}

footer .privacy-legal-holder ul li:last-child {
  border: none;
}

footer .footer-newsletter-signup {
  margin-top: 20px;
}

footer .footer-newsletter-signup label {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 5px 0;
  line-height: 20px;
  display: block;
}

footer .footer-newsletter-signup input[type=text] {
  border: 1px solid #334048;
  color: #334048;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 20px;
  display: inline-block;
  width: 70%;
}

footer .footer-newsletter-signup input[type=submit] {
  color: #fff;
  background: #004c97;
  border: none;
  padding: 7px 10px;
  margin: -1px 0 0 0;
  display: inline-block;
  width: 30%;
  border-radius: 0;
}

footer .footer-newsletter-signup input[type=submit]:hover {
  opacity: .8;
}

footer .footer-solutions-holder ul {
  width: 100%;
  display: block;
  margin: 0 0 20px;
}

footer .footer-solutions-holder ul li {
  display: inline-block;
  width: 45%;
  margin: 0;
  padding-left: 0;
  background: none;
}

footer .footer-solutions-holder ul.full-width-list li {
  width: 100%!important;
  display: block!important;
}