@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
body{
    font-family: 'Open Sans', ;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 17px;
}
h5 {
    font-size: 15px;
}
h1, h2, h3, h4, h5, h6 {
    color: #19469d;
    font-weight:700;
}
a:hover{
    text-decoration: none;
}
.alignleft {
    float: left !important;
    margin-left: 16px;
}
.aligncenter {
    float: none !important;
    margin: 0 auto;
    display: block;
}
.alignright {
    float: right !important;
    margin-left: 16px;
}
.dropdown-toggle::after{
    border:0 !important;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
p{
    font-family: 'Open Sans', ;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 16px;
    color:#222;
    font-weight: 400;
}
ul#css3menu1 span{
    display:inline !important;
}
ul#css3menu1 a{
}
.container{
    max-width:1000px;
}
.entry-content {
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 16px;
    color:#222;
    font-weight: 400;
    padding: 0;
    overflow: hidden;
    margin: 36px auto 4.888rem;
}
.entry-title {
    line-height: 34px;
    font-weight: 700;
    font-size: 30px;
    color: #19469d;
    margin: 0 0 16px;
}
.fullwidth{
    width:100%;   
}
.page-btn {
    background: #19469d;
    border-radius: 3px;
    padding: 12px 16px;
    text-align: center;
    color: #fff;
    float: left;
    border: 0;
}
.page-btn:hover{
    color:#fff;
    background:#0a2c6e;
}
.homepage-welcome-wrapper {
    background: 
#f1f1f1;
border: 1px solid
    #ddd;
    border-radius: 3px;
    overflow: hidden;
    padding: 26px;
    margin: 6px auto 2em;
}
.homepage-content-wrap {
    background: #f0f0f0;
    padding: 16px 36px;
    overflow: hidden;
    margin-bottom: 16px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.homepage-welcome-wrapper .homepage-listing li {
    font-size: 30px;
    padding: 16px 0 16px 34px;
    background-position: left center;
}
.homepage-listing{
    margin:0;
    padding:0;
}
.homepage-listing li {
    background: url(images/checklist-icon.png) no-repeat left 8px;
    padding: 6px 0 6px 28px;
    list-style: none;
    font-size: 16px;
}
.space-is-limited li{
    text-transform: uppercase;
    font-size:20px;
    padding:8px 0;
}
.footer-wrapper{
    margin-bottom:2rem;
    overflow:hidden;
}