body {
    font-family: 'Lato', sans-serif;

}

p {
    font-size: 16px;
    color: #112233;
}

#st-wrapper {
    padding-top: 146px;    
    border-top: 0px;
}


.header {
    width: 100%;
    z-index: 1500;
    top: 0;
    position: fixed;

    background: #fff;
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
}

.header .header_inner {
    --max-width: 1670px;
    margin: 0 auto;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 10px
}

.header div#logo {
    display: block;
    float: left;
    width: 180px;
    margin-left: -5px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.is_scrolled .header .header_inner {
    padding-top: 10px;
    padding-bottom: 10px
}

.is_scrolled .header div#logo {
    width: 150px
}


.cf,.clear {
    float: none;
    clear: both;
    line-height: 0;
    width: 1px;
    margin: 0;
    padding: 0;
    font-size: 0;
    height: 0
}


#st-banner0-wrapper {
    border: 0px;
}
#st-banner1-wrapper {
    border: 0px;
}

#st-right a, #st-left a {
	color: #453f3e;
}
#st-right a:hover, #st-left a:hover {
	color: #888;
}

#site-navigation {
    width:1200px;
    float: right;    
}

#site-navigation ul {
    padding-top: 60px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.is_scrolled #site-navigation ul {
    padding-top: 20px;
}


#site-navigation ul li {
    font-family: 'Robo', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #443f3e;
    text-transform: uppercase;
}

.aamain-navigation ul li {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}



#breadcrumbs
{
	margin: 0 0 3.1em;
	font: italic 11px verdana, helvetica, sans-serif;
	font-size: 0.8rem;
}

#st-content-wrapper 
{
    padding-top: 15px;
    font-size: 16px;
    color: rgb(68,63,62);
}

a[href$=".pdf"]:before { 
	display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    content: "";
    background: url("img/pdf.png") no-repeat 0 0;
    background-size: 100%;
}


.entry-title-page,.page-title-category
{
    margin-bottom: 25px;
    padding: 12px 0 12px;
    border-bottom: 1px solid #253f8e;

    font-family: 'Lato', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #253f8e;
}

.entry-title {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #453f3e;
}

_h1.entry-title a{
    color: #453f3e;
}

.widget-title {
    background-color: #0353a4;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 14px;
}

#st-footer-wrapper .widget-title {
    background-color: transparent;    
    font-size: 18px;
    color: #e2e6e8;
    padding: 0;
}

.link-to-home {
    padding-bottom: 25px;
}

a.more-link {
    padding: 5px 25px;
    background-color: #9ccb3b;
    font-family: 'Robo';
    font-size: 14px;
    font-style: italic;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;

    border-radius: 33px;
}

a.link-to-home {
    padding: 5px 25px;
    background-color: #9ccb3b;
    font-family: 'Robo';
    font-size: 14px;
    font-style: italic;
    color: #fff;
    font-weight: 400;
    border-radius: 33px;
}

a.more-link:hover, a.link-to-home:hover {
   background-color: #aad359;    
   color: #fff;
}
