* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    margin-bottom: -10px;
}

html {
    overflow-y: scroll;
}

#container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -2px;
    /* the bottom margin is the negative value of the footer's height */
    background: #fff url(images/separator.png) repeat-y;
}

.footer,
.push {
    height: 1px;
    /* .push must be the same height as .footer */
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    background: #ffffff url(images/bg.png);
}

.clear {
    display: block;
    clear: both;
    height: 0;
}

h1 {
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.wpptopdf {
    display: none;
}

#content {
    padding-bottom: 30px;
    padding-left: 50px;
}

#content h2,
#content h3 {
    color: #00718E;
    font-size: 20px;
    line-height: 1.3;
    padding: 10px 10px 10px 0;
    font-weight: normal;
}

#content .lead {
    color: #00718E;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
    padding: 10px 10px 10px 0;
}

#content p + h2 {
    margin-top: 40px;
}

#content p + h3 {
    margin-top: 10px;
}

#content h3 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
}

#content-header {
    display: table;
    width: 100%;
}

#content-header h1 {
    display: table-cell;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    vertical-align: middle;
}

#container {
    width: 910px;
}

#menu {
    width: 250px;
    display: block;
    float: left;
    border-right: 2px solid #006E8D;
    padding-bottom: 30px;
}

#logo a img {
    display: block;
    margin: 50px 0 0 40px;
    border: none;
}

#container-blue {
    width: 658px;
    display: block;
    float: right;
}

#container-blue #content-header {
    height: 152px;
    width: 658px;
    background: transparent url(images/blue-pattern.jpg) no-repeat;
    padding-bottom: 25px;
}

#content.single p {
    font-size: 14px;
}

#content.single a {
    color: #00718E;
}

#content.single a:hover {
    text-decoration: none;
}

#container-purple {
    width: 658px;
    display: block;
    float: right;
}

#container-purple #content-header {
    height: 152px;
    width: 658px;
    background: transparent url(images/purple.jpg) no-repeat;
    margin-bottom: 20px;
}

#container-red {
    width: 658px;
    display: block;
    float: right;
}

#container-red #content-header {
    height: 152px;
    width: 658px;
    background: transparent url(images/red.jpg) no-repeat;
    margin-bottom: 20px;
}

#container-green {
    width: 658px;
    display: block;
    float: right;
}

#container-green #content-header {
    height: 152px;
    width: 658px;
    background: transparent url(images/green.jpg) no-repeat;
    margin-bottom: 20px;
}

#menu ul.menu {
    list-style: none;
    display: block;
    padding: 78px 0 0 40px;
}

#menu ul.menu li a {
    list-style: none;
    color: #00718E;
    font-size: 22px;
    line-height: 26px;
    text-decoration: none;
    width: 195px;
    border-bottom: 1px solid #00718E;
    display: block;
    padding: 7px 0;
}

#menu ul.menu li a:hover {
	color: #333;
    /*color: #7FB6C6;
    border-color: #7FB6C6;*/
}

#menu ul.menu li.current_page_item a,
#menu ul.menu li.current-page-ancestor a,
#menu ul.menu li.current_page_item a:hover,
#menu ul.menu .current_page_parent a{
    color: #333333;
    font-weight: bold;
    /*border-bottom: 4px solid #00718E;*/
    /*width: 195px;*/
}

#menu ul.menu-simple {
    list-style: none;
    display: block;
    padding: 25px 0 0 40px;
}

#menu ul.menu-simple li a {
    font-size: 14px;
    color: #000000;
    border-bottom: none;
    padding: 2px 0;
    display: block;
    width: 84px;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
}

#menu ul.menu-simple li a:hover {
    background-color: #D2D3D5;
    font-weight: normal;
    padding-left: 3px;
}

#menu ul.menu-simple li.current_page_item a {
    background-color: #D2D3D5;
    font-weight: normal;
    padding-left: 3px;
}

#menu ul.latest-news {
    list-style: none;
    display: block;
    padding: 45px 0 0 40px;
}

#menu ul.latest-news li {
    width: 195px;
    border-bottom: 1px solid #808285;
}

#menu ul.latest-news li p {
    font-size: 12px;
    padding-bottom: 3px;
    font-weight: bold;
}

#menu ul.latest-news li span.date a {
    font-size: 12px;
    color: #00718E;
    text-decoration: none;
    padding: 7px 0 4px 0;
    display: block;
    font-weight: bold;
}

#menu ul.latest-news li span.date a:hover {
    text-decoration: underline;
}

#menu ul.latest-news span.news {
    display: block;
    font-weight: bold;
    line-height: 16px;
    width: 120px;    
    /*padding-left: 3px;
    border: 1px solid #00718E;*/
}

#menu a.archive {
    padding-left: 3px;
    display: block;
    width: 120px;
    line-height: 16px;
    border: 1px solid #00718E;
    margin: 25px 0 0 40px;
    text-decoration: none;
    color: #000000;
}

#menu a.archive:hover {
    background: #00718E;
    color: #ffffff;
}

#menu a.archive.active {
    background: #00718E;
    color: #ffffff;
}

#content p {
    padding: 10px 10px 10px 0;
    font-size: 16px;
    line-height: 1.3;
}

#content p a {
    color: #666666;
    text-decoration: none;
}

#content p a:hover {
    color: #00718E
}

.category-name a {
	color:#838487;
    text-decoration: none;
	outline:none;
	border:none;
}
.category-name a:hover {
	color:#838487;
    text-decoration: underline;
}
.companies {
    list-style: none;
    margin: 20px 0 20px -10px;
    overflow: hidden;
}

.company {
    border: 1px solid #000000;
    box-sizing: border-box;
    float: left;
    margin: 10px;
    overflow: hidden;
    width: 180px;
}

.company_link {
    display: block;
    float: left;
    padding: 15px 5px;
    /*margin: 10px;*/
    
}

.company_image {
    box-sizing: border-box;
    display: block;
    max-width: 100%;
}

/*.companies li {
    float: left;
    margin: 10px 10px 10px 0;
}

.companies li.first-child {
    margin-left: 25px;
}

.companies li img {
    width: 180px;
    height: 96px;
    border: 1px solid #000000;
    padding: 15px 5px;
}
*/

.companies-links {
    list-style: none;
    margin: 30px 0 0 25px;
}

.companies-links li h3 {
    font-size: 14px;
    font-weight: bold;
    color: #00718E;
    line-height: 16px;
}

.companies-links li a {
    font-size: 13px;
    color: #838487;
    text-decoration: none;
}

.companies-links li a:hover {
    text-decoration: underline;
}

.companies-links li div.line {
    width: 620px;
    height: 1px;
    background-color: #00718E;
    margin: 2px 0 15px 0;
}

ul.news {
    list-style: none;
    margin: 30px 0 0 0;
}

ul.reports {
    margin-top: 10px;
}

.news_item {
	border-bottom: 1px solid #00718E;
    margin-bottom: 15px;
    padding-bottom: 3px;
}

.news_item--pdf {
    background: url(images/pdf.png) top right no-repeat;
    min-height: 26px;
}

#content .news-title {
	font-size: 14px;
	line-height: 1.2;
	padding: 0;
}

ul.news li h3 a {
    font-size: 14px;
    font-weight: bold;
    color: #00718E;
    line-height: 16px;
    text-decoration: none;
}

ul.news li h3 a:hover {
    text-decoration: underline;
}

ul.news li span.date {
    font-size: 12px;
    font-weight: normal;
}

ul.news li div.line {
    width: 635px;
    height: 1px;
    background-color: #00718E;
    margin: 2px 0 15px 0;
}

ul.news li a.pdf {
    float: right;
    padding-top: 6px;
}

ul#pages {
    list-style: none;
    margin: 30px 0 20px 0;
}

ul#pages li {
    width: 270px;
    display: block;
}

ul#pages li a {
    text-decoration: none;
    display: block;
    width: 270px;
    color: #00718E;
    border-bottom: 1px solid #00718E;
    font-size: 16px;
    line-height: 24px;
}

ul#pages li a:hover {
    width: 270px;
    color: #7FB6C6;
    border-bottom: 1px solid #7FB6C6;
}

ul#pages li.active a {
    font-weight: bold;
    border-bottom: 2px solid #00718E;
}

p {
    font-size: 14px;
}

#container-blue #content-header {
    margin-bottom: 0px;
}

#container-blue ul.principals {
    list-style: none;
    margin: 0 0 20px 0;
}

#container-blue ul.principals li {
    padding: 10px 30px 10px 0;
}

#container-blue ul.principals li p {
    margin: 0;
    padding: 0;
    color: #838487;
}

#container-blue ul.principals li:first-child {
    padding-top: 0;
}

#container-blue ul.principals li h3 {
    font-size: 16px;
    line-height: 20px;
    color: #00718E;
    font-weight: normal;
}

#container-blue ul.principals li a {
    font-size: 13px;
    line-height: 15px;
    text-decoration: none;
    color: #838487;
    height: 14px;
    display: inline-block;
}

#container-blue ul.principals li a:hover {
    text-decoration: underline;
}

#container-blue ul.principals li a img {
    padding-top: 3px;
    border: none;
    float: left;
}

#content-contact {
    width: 598px;
    margin: 30px 10px 10px 50px;
}

#content-contact p {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding-bottom: 3px;
}

#content-contact p a {
    text-decoration: none;
    color: #00718E;
}

#content-contact p a:hover {
    text-decoration: underline;
}

#content-contact form {
    width: 532px;
    margin: 30px 0px;
}

#content-contact form label {
    float: left;
    width: 100px;
    margin: 10px 30px 10px 0;
    height: 20px;
    line-height: 22px;
}

#content-contact form input {
    float: left;
    width: 390px;
    border: 1px solid #000000;
    margin: 10px 0;
    -moz-box-shadow: 1px 1px 1px #000000;
    -webkit-box-shadow: 1px 1px 1px #000000;
    box-shadow: 1px 1px 1px #999;
    height: 20px;
}

#content-contact form textarea {
    float: left;
    width: 390px;
    border: 1px solid #000000;
    margin: 10px 0;
    -moz-box-shadow: 1px 1px 1px #000000;
    -webkit-box-shadow: 1px 1px 1px #000000;
    box-shadow: 1px 1px 1px #999;
}

#content-contact form input.button {
    width: 83px;
    height: 32px;
    margin-left: 130px;
    border: 1px solid #777777;
    float: left;
    width: 83px;
    height: 28px;
    no-repeat;
    -moz-box-shadow: 0px 0px 0px #000000;
    -webkit-box-shadow: 0px 0px 0px #000000;
    box-shadow: 0px 0px 0px #000000;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    line-height: 28px;
    background-color: #D2D2D2;
}

#content-contact form input.button:hover {
    cursor: pointer;
    background-color: #999999;
    color: #ffffff;
}

img.ajax-loader {
    display: none;
}

form .wpcf7-response-output {
    clear: both;
    border: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

form .wpcf7-not-valid-tip {
    display: none;
}

form .wpcf7-list-item-label {
    display: none;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    padding-left: 5px;
    padding-right: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

#content-contact span.address {
    width: 400px;
    margin: 30px 0px 0 125px;
    display: block;
}

#content-contact span.address p {
    font-size: 12px;
    color: #838487;
}

#content-contact p {
    font-weight: normal;
}

.wp-pagenavi {
    clear: both;
    float: right;
    margin-top: 20px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    padding: 0 3px;
    color: #000000;
}

.wp-pagenavi a:hover {
    color: #00718E;
}

.wp-pagenavi span.current {
    color: #00718E;
    font-weight: bold;
}

#content .btn {
    border: 1px solid #00718E;
    color: #333;
    display: inline-block;
    font-weight: bold;
    margin: 1em 0;
    padding: 8px 26px;
    text-decoration: none;
}

#content .btn:hover {
    background-color: #00718E;
    color: #fff;
}