body {
     color: #1a1a1a;
}
#skip-to {
	height: 0;
}
h1, h2, h3, h4, p {
     position: relative;
}
p,li {
    line-height: 1.2;
}
 .row-separador-menu {
     display: none;
}
 .row.hero {
     padding: 0;
     max-width:940px;
     margin-bottom:8px;
}
 .row.row-flex,.row {
     padding: 0;
     max-width:940px;
     background: #fff;
}
 .border-bottom {
     border-bottom:8px solid #dedfe0;
}
 h1 {
     color: #1f396d;
    font: 400 21px/1.2 "Arial Black", sans-serif !important;
}
 h2 {
     color: #1f396d;
     font: 400 21px/1.2 "Arial Black", sans-serif !important;
     letter-spacing: 0px;
     margin-bottom: 20px;
}
 h3 {
     font: 700 16px/1.2 Arial, sans-serif !important;
     color: #1f396d;
     margin-bottom: 1em;
}

.blue, .blue strong { color: #1f396d; }

 .columns:last-child:not(:first-child) {
     float: left;
}

 .row.breadcrumbs {
     margin: 0 auto;
     text-align: center;
}
 .row.breadcrumbs a { font-weight: 700;}

#footer {
     margin-right: auto;
     margin-left: auto;
}
@media screen and (min-width:600px){

    .row-separador-menu {
    	display: block;
    	height: 52px;
    	background: transparent;
    }
}
 @media screen and (min-width: 640px) {
     .row.row-flex {
         display: flex;
         margin: 0 auto;
         flex-direction: row;
    }
     .left-rail {
         border-right:4px solid #dedfe0;
    }
     .right-rail {
         border-left:4px solid #dedfe0;
    }
}
.left-rail a, .right-rail a {
     font-weight: 700;
     color: #3868b1;
}
.first-row a {
     font-weight: 700;
     color: #0b4d93;
}