.content table, .content td, .content th {
    border-color: rgba(255,255,255,0.08);
}
#main-slideshow.layer-fixed {
   padding: 0px;
   margin-top: 0px; 
}
.testimonial-item:not(.testimonial-item-slider), .testimonial-item .ts-viewport, .bg-on.team-container {
   background-color: #ffffff;
}
.ult_design_6.ult-cs-blue .ult_pricing_table .ult_price_body_block, .ult_design_6.ult-cs-blue .ult_pricing_table .ult_price_link .ult_price_action_button, .ult_design_6.ult-cs-blue .ult_pricing_table .ult_pricing_heading {
    background: #002868;
}
.footer-img {
  border-radius: 4px;
  border: 1px solid #ffffff;
  padding: 2px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.page-id-12 .branding {
  display: none;
}
#main {
    padding: 0px;
}
.testimonial-vcard .alignleft {
  display: none;
}
#footer.solid-bg {
    background: #20262a none no-repeat right bottom;
    margin-top: -30px;
}
#content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .vc_message_box>p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
    margin-bottom: 10px;
}
#page input[type="submit"]:hover {
    background: #d32836;
}
input[type="submit"], .nsu-submit {
    color: #ffffff;
    background-color: #012869;
}
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="range"],
input[type="password"],
select,
textarea {
  color: #000000;
  border: 1px solid #999999;
  background-color: #edeef3;
}
.wpcf7-form-control .wpcf7-text {
  color: #999999;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #d32836;
}
div.wpcf7-validation-errors {
    border: 2px solid #d32836;
}
/* FORM */
#form {
padding: 5px;
width: auto;
margin: 20px auto;
}
#contentleft {
width: 49%;
float: left;
padding: 0px 0px;
}
#contentright {
width: 49%;
padding: 0px 0px;
float: right;
}
#bottom {
clear: both;
padding: 0 15px;
}

/*MEDIA QUERIES*/

/* for 980px or less */
@media screen and (max-width: 980px) {

#form {
width: auto;
}
#contentleft {
clear: both;
padding: 1% 4%;
width: auto;
float: none;
}
#contentright {
clear: both;
padding: 1% 4%;
width: auto;
float: none;
}
#bottom {
clear: both;
padding: 1% 4%;
width: auto;
float: none;
}
}
/* for 700px or less */
@media screen and (max-width: 600px) {

#contentleft {
width: auto;
float: none;
}
#contentright {
width: auto;
float: none;
}
#bottom {
width: auto;
float: none;
}
}
/* for 480px or less */
@media screen and (max-width: 480px) {

#contentleft {
background: #f8f8f8;
}
#contentright {
background: #f0efef;
}
#contentleft, #contentright, #bottom {
margin-bottom: 5px;
}
#contentleft, #contentright, #bottom {
border: solid 1px #002869;
}
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="url"], .wpcf7-form input[type="number"], .wpcf7-form input[type="range"], .wpcf7-form input[type="date"], .wpcf7-form textarea {
    width: 100%;
    color: #000000;
}
