/* Custom Stylesheet */

a {  
    color: #305ea7;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #305ea7;
    text-rendering: optimizeLegibility;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 0;
}
h1 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
}
h2 {
    font-size: 26px;
    color: #4a4a4a;
}
h3 {
    font-size: 20px;
    color: #4a4a4a;
}
h4 {
    font-size: 20px;
    color: #4a4a4a;
}
.rightbar {
    text-align: center;
}
.rightbar h3 {
  color: #305ea7;
  font-weight: bold;
  text-transform: uppercase;
}
.widget ul {
    margin: 0 0 14px 0;
}
.widget ul li {
    list-style: disc;
    list-style-position: inside;
}
.button {
        background-color: #305ea7;
}
.button:focus,.button:hover {
    background-color: #305ea7;
    color: #fff
}
body {    
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

/* Header Style */
.logo {
    margin: 14px 0;
    padding: 0;
}
.logo img {
    max-width: 300px;
}
.c2a {
    margin: 14px 0;
    text-align: right;
}
.c2a h3 {
    font-size: 30px;
    color: #305ea7;
    margin: 45px 0 0;
}
.c2a a {
    color: #305ea7;
}

/* slider Style */
.slider-container {
    padding: 0;
    margin: 0 auto;
}

/* Page Styles */
#content #inner-content {
    padding: 0;
}

#pg-7-0, #pg-7-1, #pg-7-2, #pl-7, #pg-9-0, #pg-9-1, #pg-9-2, #pg-9-3, #pg-9-4, #pg-9-5, #pl-9 .panel-grid-cell .so-panel, #pl-2 .panel-grid-cell .so-panel, #pg-13-0, #pl-15 .panel-grid-cell .so-panel, div#panel-13-0-1-0, div#panel-13-0-1-1, div#panel-11-0-1-0, div#panel-11-0-1-1 {
    margin-bottom: 12px !important;
}

/* Feature Boxes */
.feature-wrap {
    background: #305ea7;
    padding: 12px 0;
}
.feature-wrap h3 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 1.9;
  text-align: center;
}
.feature-wrap p {
  font-size: 14px;
  color: #fff;
  line-height: 1.571;
  text-align: center;
}
.feature-wrap a {
    color: #fff;
    text-align: right;
}
p.rommeled_widget_image-field.rommeled_widget_image-text {
    display: block;
    min-height: 110px;
}
p.rommeled_widget_image-field.rommeled_widget_image-button {
    text-align: right;
    background: none;
    display: block;
    padding: 0;
    margin: 0;
}
.feature-wrap .button {
    padding: 0;
    margin: 0;
}

.action-wrap {
    background: #a8a8a8;
    padding: 8px 0 2px 0;
}
.action-wrap h3 {
    font-size: 48px;
    font-family: "Open Sans";
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.06em;
}

/* Top Bar */
.off-canvas-content {
    min-height: 100%;
    background: transparent;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    box-shadow: none;
}
header.header {
    background: #28292e;
}
.top-bar {    
    background-color: transparent;
    padding: .25rem;
}
.top-bar ul {
    background-color: transparent;
    text-align: center;
    margin: 0 auto;
    width: 1160px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: 14px;
}
.top-bar a {
    color: #fff;
}
.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow>a::after {
    display:none;
}
.dropdown.menu .submenu {
    background: #28292e; 
    text-align: left;
    max-width: 250px;
    z-index: 2;
}

/* Footer Area */
.footer {
    margin-top: 0;
}
footer.footer {
    background: #28292e;
    padding: 14px 0;
    color: #a8a8a8;
}
.footer h3 {
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    color: #a8a8a8;
    border-bottom: 1px solid #a8a8a8;
    padding-bottom: 4px;
}
.footer p {
    font-size: 13px;
}
.footer img.so-widget-image {
    float: left;
    max-width: 90px !important;
    padding-right: 5px;
}
.footer img.so-widget-image:last {
    padding-right: 0;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100% !important;
}
/* responsive styles */
@media only screen and (max-width: 640px) {
    /* For mobile phones: */
    [class*="columns"] {
        width: 100%;
        margin: 0 0 10px;
    }
}

.clear {
    clear: both;
}