.page-masthead .row-feature {
     height: 200px;
     padding: 25px 30px;
     background-color: #1F4C79;
     /*your custom code goes here*/
}

td, tr td{
    border: none;
}


/*modules---------------------------------------------------------------*/
.t3-module .module-inner {
  padding: 15px;
  border: 1px solid #ececec;
  border-radius: 3px;
  moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 1px 1px 3px #ececec;
}


.t3-megamenu {
      font-size: 12px;
}


.t3-megamenu.animate.slide .mega.open > .mega-dropdown-menu > div {
     margin-top: 0%;
     background: #00ffbb;
}

/* Gradient color1 - color2 - color1 */

hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

/* Gradient transparent - color - transparent */

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/* Single-direction drop shadow */

hr.style-four {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

/* Cloud */

hr.style-five {
    border: 0;
    height: 0; /* Firefox... */
    box-shadow: 0 0 10px 1px black;
}
hr.style-five:after {  /* Not really supposed to work, but does */
    content: "\00a0";  /* Prevent margin collapse */
}