@import "https://fonts.googleapis.com/css?family=Titillium+Web:400,600,300,700";

html {
    font-family: sans-serif;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0 none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0 none repeat scroll 0 0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0 none;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    box-sizing: content-box;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0 none;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

html {
    box-sizing: border-box;
}

*, *::after, *::before {
    box-sizing: inherit;
}

.clear {
    clear: both;
}

.lSSlideOuter {
    -moz-user-select: none;
}

.lightSlider, .lSSlideOuter {
    overflow: hidden;
}

.lightSlider::after, .lightSlider::before {
    content: " ";
    display: table;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.lSSlideWrapper > .lightSlider::after {
    clear: both;
}

.lSSlideWrapper .lSSlide {
    transform: translate(0px);
    transition-delay: 0s;
    transition-duration: inherit;
    transition-property: transform, height;
    transition-timing-function: inherit;
}

.lSSlideWrapper .lSFade {
    position: relative;
}

.lSSlideWrapper .lSFade > * {
    left: 0;
    margin-right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}

.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    transition-delay: 0s;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: inherit;
}

.lSSlideWrapper .lSFade > .active {
    z-index: 6;
}

.lSSlideWrapper.usingCss .lSFade > .active {
    opacity: 1;
}

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    position: relative;
    text-indent: -999em;
    transition: all 0.5s linear 0s;
    width: 8px;
    z-index: 8;
}

.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
    background-color: #428bca;
}

.lSSlideOuter .media {
    opacity: 0.8;
}

.lSSlideOuter .media.active {
    opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery {
    -moz-user-select: none;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding-left: 0;
    transform: translateZ(0px);
    transition-property: -moz-transform;
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery::before {
    content: " ";
    display: table;
}

.lSSlideOuter .lSPager.lSGallery::after {
    clear: both;
    content: " ";
    display: table;
}

.lSAction > a {
    background-image: url("../img/controls.png");
    cursor: pointer;
    display: block;
    height: 32px;
    margin-top: -16px;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    transition: opacity 0.35s linear 0s;
    width: 32px;
    z-index: 9;
}

.lSAction > a:hover {
    opacity: 1;
}

.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}

.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}

.lSAction > a.disabled {
    pointer-events: none;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    overflow: hidden;
}

.lSSlideOuter.vertical {
    position: relative;
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0;
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute;
    right: 0;
    top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
    max-width: none;
    width: 100%;
}

.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}

.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    list-style: outside none none;
    padding-left: 0;
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
    float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
    float: right;
}

.lSSlideOuter .rightEnd {
    animation: 0.3s ease 0s normal none 1 running a;
    position: relative;
}

.lSSlideOuter .leftEnd {
    animation: 0.3s ease 0s normal none 1 running c;
    position: relative;
}

.lSSlideOuter.vertical .rightEnd {
    animation: 0.3s ease 0s normal none 1 running b;
    position: relative;
}

.lSSlideOuter.vertical .leftEnd {
    animation: 0.3s ease 0s normal none 1 running d;
    position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
    animation: 0.3s ease 0s normal none 1 running c;
    position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
    animation: 0.3s ease 0s normal none 1 running a;
    position: relative;
}

@keyframes a {
0% {
    left: 0;
}

50% {
    left: -15px;
}

}

@keyframes a {
0%, 100% {
    left: 0;
}

50% {
    left: -15px;
}

100% {
    left: 0;
}

}

@keyframes b {
0% {
    top: 0;
}

50% {
    top: -15px;
}

}

@keyframes b {
0%, 100% {
    top: 0;
}

50% {
    top: -15px;
}

100% {
    top: 0;
}

}

@keyframes c {
0% {
    left: 0;
}

50% {
    left: 15px;
}

}

@keyframes c {
0%, 100% {
    left: 0;
}

50% {
    left: 15px;
}

100% {
    left: 0;
}

}

@keyframes d {
0% {
    bottom: 0;
}

50% {
    bottom: -15px;
}

}

@keyframes d {
0%, 100% {
    bottom: 0;
}

50% {
    bottom: -15px;
}

100% {
    bottom: 0;
}

}

.lightSlider.lsGrab > * {
    cursor: grab;
}

.lightSlider.lsGrabbing > * {
    cursor: grabbing;
}

body {
    font-family: "Titillium Web",sans-serif;
    font-weight: 400;
}

h1 {
    color: #57585a;
    font-weight: 600;
}

h1, h2 {
    font-family: "Titillium Web",sans-serif;
    font-size: 31px;
    line-height: 33px;
}

h2 {
    color: #6bb745;
}

h2, h3 {
    font-weight: 300;
}

h3 {
    color: rgba(107, 183, 69, 0.8);
    font-family: "Titillium Web",sans-serif;
    font-size: 24px;
    line-height: 26px;
}

h4 {
    color: #6bb745;
    font-size: 20px;
    line-height: 22px;
}

h4, h5 {
    font-family: "Titillium Web",sans-serif;
    font-weight: 600;
}

h5 {
    color: rgba(107, 183, 69, 0.8);
    font-size: 17px;
    line-height: 19px;
}

h6 {
    color: #6bb745;
    font-weight: 600;
    line-height: 17px;
}

h6, p {
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
}

p {
    font-weight: 400;
    line-height: 21px;
}

.main {
    padding-bottom: 30px;
    width: 100%;
}

.main .section-image {
    overflow: hidden;
    position: relative;
}

.main .section-image img {
    height: auto;
    width: 100%;
}

.main .section-image .section-title {
    color: #fff;
    font-family: "Titillium Web",sans-serif;
    font-size: 70px;
    font-weight: 400;
    left: 50%;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
}

.main .main-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 65px 15px 0;
}

.main .main-container::before {
    content: "";
    display: table;
}

.main .main-container::after {
    clear: both;
    content: "";
    display: table;
}

.main .main-container.no-sidebar .right {
    margin-left: calc(99.99% * 0.25 - 7.5px + 10px);
    width: calc(99.99% * 3 / 4 - 2.5px);
}

.main .main-container.no-sidebar .right:nth-child(n) {
    clear: none;
    float: left;
    margin-right: 10px;
}

.main .main-container.no-sidebar .right:last-child, .main .main-container.no-sidebar .right:nth-child(n) {
    margin-right: 0;
}

.main .main-container.no-sidebar .right:nth-child(n+1) {
    clear: left;
}

.main .main-container .left {
    width: calc(99.99% * 1 / 4 - 22.5px);
}

.main .main-container .left:nth-child(n) {
    clear: none;
    float: left;
    margin-right: 30px;
}

.main .main-container .left:last-child, .main .main-container .left:nth-child(0) {
    margin-right: 0;
}

.main .main-container .left:nth-child(1) {
    clear: left;
}

.main .main-container .right {
    width: calc(99.99% * 3 / 4 - 7.5px);
}

.main .main-container .right:nth-child(n) {
    clear: none;
    float: left;
    margin-right: 30px;
}

.main .main-container .right:last-child, .main .main-container .right:nth-child(0) {
    margin-right: 0;
}

.main .main-container .right:nth-child(1) {
    clear: left;
}

.main.gray {
    background-color: #eee;
}

.main .action-links {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: right;
    margin-top: -45px;
}

.main .action-links .share-wrapper {
    display: block;
    float: left;
}

.main .action-links .share-wrapper a {
    color: #004494;
    font-family: Titillium-SemiBold;
}

.main .action-links .share-wrapper ul#share-links {
    background: grey none repeat scroll 0 0;
    margin-left: 106px;
    margin-top: -30px;
    transition: width 0.3s linear 0s;
    width: 32px;
}

.main .action-links .share-wrapper ul#share-links li {
    display: block;
    float: left;
    position: relative;
}

.main .action-links .share-wrapper ul#share-links li a.icon {
    display: inline-block;
    height: 30px;
    overflow: hidden;
    width: 30px;
}

.main .action-links .print-button {
    border: 2px solid #58595b;
    color: #58595b;
    display: block;
    float: left;
    font-family: Titillium-Light;
    font-size: 13px;
}

.main .action-links .print-button a {
    color: #58595b;
    font-family: Titillium-SemiBold;
}

a.twitter {
    position: static !important;
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    margin: 12px 0 0 12px;
    background: url(../assets/img/logo-twitter.png) no-repeat;
    background-size: 32px 32px; 
}

a.linkedin {
    position: static !important;
    display: block;
    width: 36px;
    height: 32px;
    float: left;
    margin: 12px 0 0 12px;
    background: url(../assets/img/logo-in.png) no-repeat;
    background-size: 36px 32px;   
}



@media only screen and (max-width: 1024px) {
.main .main-container {
    padding-top: 30px;
}

.main .section-image img {
    height: auto;
    width: 100%;
}

.main .section-image .section-title {
    font-size: 50px;
}

}

@media only screen and (max-width: 640px) {
.main .main-container {
    padding-top: 30px;
}

.main .section-image img {
    height: auto;
    width: 100%;
}

.main .section-image .section-title {
    font-size: 40px;
}

}

@media only screen and (max-width: 480px) {
.main .section-image img {
    height: auto;
    width: 100%;
}

.main .section-image .section-title {
    font-size: 30px;
}

}

.btn {
    border: 2px solid #57585a;
    display: inline-block;
    line-height: 0;
    padding: 4px 8px;
}

.btn span {
    color: #57585a;
    font-family: "Titillium Web",sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 13px;
}

.btn.green {
    border: 2px solid #6bb745;
}

.btn.green span {
    color: #6bb745;
}

.btn.blue {
    border: 2px solid #004493;
}

.btn.blue span {
    color: #004493;
}

.header {
    background-color: #fff;
    overflow: hidden;
}

.header .header-container {
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-bottom: 15px;
    padding-left: 15px;
    position: relative;
}

.header .header-container::before {
    content: "";
    display: table;
}

.header .header-container::after {
    clear: both;
    content: "";
    display: table;
}

.header .header-container .top {
    width: 100%;
}

.header .header-container .left {
    width: calc(99.99% * 1 / 4 - 7.5px);
}

.header .header-container .left:nth-child(n) {
    clear: none;
    float: left;
    margin-right: 10px;
}

.header .header-container .left:last-child, .header .header-container .left:nth-child(4n) {
    margin-right: 0;
}

.header .header-container .left:nth-child(4n+1) {
    clear: left;
}

.header .header-container .left .logo {
    max-width: 195px;
    padding: 20px 0 3px;
}

.header .header-container .left .logo img {
    display: block;
    width: 80%;
}

.header .header-container .left a {
    text-decoration: none;
}

.header .header-container .left .home-block {
    bottom: 10px;
    margin-top: 15px;
    position: absolute;
    z-index: 7;
}

.header .header-container .left .home-block .title {
    color: #004493;
    font-size: 32px;
    line-height: 34px;
}

.header .header-container .left .home-block .bottom-bar {
    border-bottom: 3px solid #004493;
    margin-left: 3px;
    margin-top: 3px;
    width: 28px;
}

.header .header-container .left .home-block .sub-title {
    color: #58595b;
    font-size: 18px;
    margin-top: 4px;
}

.header .header-container .right {
    width: calc(99.99% * 3 / 4 - 2.5px);
}

.header .header-container .right:nth-child(n) {
    clear: none;
    float: left;
    margin-right: 10px;
}

.header .header-container .right:last-child, .header .header-container .right:nth-child(4n) {
    margin-right: 0;
}

.header .header-container .right:nth-child(4n+1) {
    clear: left;
}

.header .header-container .right .search-container {
    min-height: 60px;
    width: 100%;
}

.header .header-container .right .main-navigation {
    position: absolute;
    right: 0;
    top: 109px;
    width: 100%;
}

.header .header-container .right .main-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
}

.header .header-container .right .main-navigation ul::after {
    content: "";
    display: inline-block;
    width: 100%;
}

.header .header-container .right .main-navigation ul li {
    cursor: pointer;
    display: inline-block;
    height: 58px;
    margin-right: 20px;
    padding: 0;
    position: relative;
    text-align: left;
}

.header .header-container .right .main-navigation ul li .menu-item {
    background-color: #fff;
    padding: 10px 10px 0;
    position: relative;
}

.header .header-container .right .main-navigation ul li div.cover-bottom-shadow {
    background-color: #fff;
    bottom: -10px;
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
}

.header .header-container .right .main-navigation ul li .title {
    width: 100%;
}

.header .header-container .right .main-navigation ul li .title span {
    color: #004493;
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}

.header .header-container .right .main-navigation ul li .title span:hover {
    color: #57585a;
}

.header .header-container .right .main-navigation ul li .label {
    width: 100%;
}

.header .header-container .right .main-navigation ul li .label span {
    color: #57585a;
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}

.header .header-container .right .main-navigation ul li.active {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
    z-index: 4;
}

.header .header-container .right .main-navigation ul a {
    text-decoration: none;
}

.header .header-container .right .mobile-nav-icon {
    display: none;
    position: absolute;
    right: 23px;
    top: 20px;
}

.header .header-container .right .mobile-nav-icon img {
    width: 20px;
}

.header .header-container .right .mobile-menu {
    display: none;
}

.header .sub-menu-container {
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
    display: none;
    padding: 15px 0 30px;
    position: absolute;
    top: 168px;
    width: 100%;
    z-index: 2;
}

.header .sub-menu-container .sub-menu-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 30px;
}

.header .sub-menu-container .sub-menu-wrapper::before {
    content: "";
    display: table;
}

.header .sub-menu-container .sub-menu-wrapper::after {
    clear: both;
    content: "";
    display: table;
}

.header .sub-menu-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: justify;
    width: 100%;
}

.header .sub-menu-container ul li {
    cursor: pointer;
    display: inline-block;
    margin-right: 40px;
}

.header .sub-menu-container ul li span {
    color: #004493;
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    position: relative;
}

.header .sub-menu-container ul li span::after {
    background-color: #004393;
    bottom: -6px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 20px;
}

.header .sub-menu-container ul li span:hover {
    color: #57585a;
}

.header .sub-menu-container ul a {
    text-decoration: none;
}

.header .mobile-submenu {
    display: none;
    position: relative;
    transition: left 0.1s linear 0s;
    width: 200%;
}

.header .mobile-submenu .mobile-level-1, .header .mobile-submenu .mobile-level-2 {
    float: left;
    width: 50%;
}

.header .mobile-submenu .mobile-level-2 .back-link {
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

.header .mobile-submenu .mobile-level-2 .mobile-level-2-projects, .header .mobile-submenu .mobile-level-2 .mobile-level-2-stakeholders {
    display: none;
}

.header .mobile-submenu ul {
    padding: 0;
}

.header .mobile-submenu ul a {
    color: #004493;
    text-decoration: none;
}

.header .mobile-submenu ul li {
    border-bottom: 1px solid #eee;
    color: #004493;
    list-style-type: none;
    padding: 20px 40px;
}

.header .mobile-submenu ul li span.arrow {
    float: right;
    margin-right: 10px;
}

.header .mobile-submenu ul li:hover {
    background-color: #eee;
}

@media only screen and (max-width: 1024px) {
    .header .header-container .left .home-block .bottom-bar {
        margin-top: 0;
    }

    .header .header-container .left .home-block .sub-title {
        font-size: 15px;
        margin-top: 3px;
    }
}

@media only screen and (max-width: 960px) {
    .header .header-container .left .home-block .title {
        font-size: 24px;
        line-height: 30px;
    }
    
    .header .header-container .left .home-block .bottom-bar {
        margin-top: 0;
    }
    
    .header .header-container .left .home-block .sub-title {
        font-size: 12px;
        margin-top: 3px;
    }
}

@media only screen and (max-width: 900px) {
    .header .header-container .left .home-block {
        margin-top: 15px;
        right: 2%;
        top: 0;
    }
    
    .header .header-container .left .home-block .title {
        font-size: 24px;
        line-height: 24px;
    }
    
    .header .header-container .left .home-block .bottom-bar {
        border-bottom: 2px solid #004493;
    }
    
    .header .header-container .left .home-block .sub-title {
        margin-top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .header .header-container {
        height: 58px;
    }
    
    .header .header-container .left {
        width: 40%;
    }
    
    .header .header-container .left .logo {
        max-width: 195px;
        padding: 10px 11px 6px;
    }
    
    .header .header-container .left .home-block {
        margin-top: 8px;
        right: 60px;
    }
    
    .header .header-container .left .home-block .title {
        font-size: 18px;
        line-height: 18px;
    }
    
    .header .header-container .left .home-block .sub-title {
        font-size: 10px;
        line-height: 12px;
        margin-top: 2px;
    }
    
    .header .header-container .right {
        width: 100%;
    }
    
    .header .header-container .right .main-navigation, .header .header-container .right .search-container {
        display: none;
    }
    
    .header .header-container .right .mobile-nav-icon {
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .header .header-container {
        height: 58px;
    }
    
    .header .header-container .left .home-block {
        margin-top: 7px;
    }
    
    .header .header-container .left .home-block .title {
        font-size: 18px;
        line-height: 18px;
    }
    
    .header .header-container .left .home-block .sub-title {
        font-size: 10px;
        line-height: 12px;
        margin-top: 2px;
    }
}

.home {
    padding: 0 35px;
}

.home h3 {
    color: #00519a;
}

.home a.action-link {
    text-decoration: none;
}

.home .actions-list {
    margin-bottom: 25px;
    width: 100%;
}

.home .actions-list::before {
    content: "";
    display: table;
}

.home .actions-list::after {
    clear: both;
    content: "";
    display: table;
}

.home .actions-list .action-item {
    cursor: pointer;
    padding: 14px;
    width: calc(99.99% * 1 / 4 - 15px);
}

.home .actions-list .action-item:nth-child(n) {
    clear: none;
    float: left;
    margin-right: 20px;
}

.home .actions-list .action-item:last-child, .home .actions-list .action-item:nth-child(4n) {
    margin-right: 0;
}

.home .actions-list .action-item:nth-child(4n+1) {
    clear: left;
}

.home .actions-list .action-item .border {
    background-color: #fff;
    height: 5px;
    margin-bottom: 10px;
    width: 30px;
}

.home .actions-list .action-item h4 {
    color: #fff;
    line-height: 24px;
    margin: 0 0 40px;
}

.home .actions-list .action-item .icon {
    text-align: center;
}

.home .actions-list .action-item .icon img {
    display: block;
    max-height: 94px;
}

.home p img {
    display: block;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
.main .main-container.no-sidebar .right {
    margin-left: 0;
    width: 100%;
}

.main .main-container.no-sidebar .right .content {
    padding: 0 15px;
}

.main .main-container.no-sidebar .home .actions-list {
    margin-bottom: 25px;
}

.main .main-container.no-sidebar .home .actions-list::before {
    content: "";
    display: table;
}

.main .main-container.no-sidebar .home .actions-list::after {
    clear: both;
    content: "";
    display: table;
}

.main .main-container.no-sidebar .home .actions-list .action-item {
    margin-bottom: 20px;
    padding: 14px;
    width: calc(99.99% * 1 / 2 - 5px);
}

.main .main-container.no-sidebar .home .actions-list .action-item:nth-child(n) {
    clear: none;
    float: left;
    margin-right: 10px;
}

.main .main-container.no-sidebar .home .actions-list .action-item:last-child, .main .main-container.no-sidebar .home .actions-list .action-item:nth-child(2n) {
    margin-right: 0;
}

.main .main-container.no-sidebar .home .actions-list .action-item:nth-child(2n+1) {
    clear: left;
}

.main .main-container.no-sidebar .home .actions-list .action-item .title h4 {
    margin: 0;
}

}

@media only screen and (max-width: 768px) {
.main .main-container.no-sidebar .right {
    margin-left: 0;
    width: 100%;
}

.main .main-container.no-sidebar .home .actions-list {
    margin-bottom: 25px;
}

.main .main-container.no-sidebar .home .actions-list::before {
    content: "";
    display: table;
}

.main .main-container.no-sidebar .home .actions-list::after {
    clear: both;
    content: "";
    display: table;
}

.main .main-container.no-sidebar .home .actions-list .action-item {
    margin-bottom: 20px;
    padding: 14px;
    width: calc(99.99% * 1 / 2 - 5px);
}

.main .main-container.no-sidebar .home .actions-list .action-item:nth-child(n) {
    clear: none;
    float: left;
    margin-right: 10px;
}

.main .main-container.no-sidebar .home .actions-list .action-item:last-child, .main .main-container.no-sidebar .home .actions-list .action-item:nth-child(2n) {
    margin-right: 0;
}

.main .main-container.no-sidebar .home .actions-list .action-item:nth-child(2n+1) {
    clear: left;
}

.main .main-container.no-sidebar .home .actions-list .action-item .title h4 {
    margin: 0;
}

.main .main-container.no-sidebar .home .actions-list .action-item img {
    max-height: 60px;
}

}

@media only screen and (max-width: 480px) {
.main .main-container.no-sidebar .right {
    margin-left: 0;
    width: 100%;
}

.main .main-container.no-sidebar .home .actions-list {
    margin-bottom: 25px;
}

.main .main-container.no-sidebar .home .actions-list::before {
    content: "";
    display: table;
}

.main .main-container.no-sidebar .home .actions-list::after {
    clear: both;
    content: "";
    display: table;
}

.main .main-container.no-sidebar .home .actions-list .action-item {
    margin-bottom: 20px;
    padding: 14px;
    width: 99.99%;
}

.main .main-container.no-sidebar .home .actions-list .action-item:nth-child(n) {
    clear: none;
    float: left;
    margin-right: 10px;
}

.main .main-container.no-sidebar .home .actions-list .action-item .title h4 {
    margin: 0;
}

}

.section-block.projects {
    width: 100%;
}

.section-block.projects .container {
    height: 110px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.section-block.projects .container img {
    height: 60px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 60px;
}

.section-block.projects .container .section-title {
    color: #fff;
    font-family: "Titillium Web",sans-serif;
    font-size: 24px;
    font-weight: 400;
    left: 29px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.projects > .left {
    left: -75%;
    position: relative;
    width: 25%;
}

.projects > .left .content {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 15px;
}

.projects > .left .content h3 {
    color: #004493;
    margin: 0 0 10px;
    position: relative;
}

.projects > .left .content h3::after {
    background-color: #004493;
    bottom: -4px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 20px;
}

.projects > .left .content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.projects > .left .content ul li {
    border-left: 5px solid #fff;
    cursor: pointer;
    height: 55px;
    position: relative;
    transition: all 0.3s linear 0s;
    width: 100%;
}

.projects > .left .content ul li span {
    color: #004493;
    display: block;
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
    font-weight: 600;
    left: 0;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.projects > .left .content ul li.active, .projects > .left .content ul li:hover {
    background-color: #eee;
    border-left: 5px solid #57585a;
}

.projects > .left .people-container {
    background-color: #62c1ed;
    margin-bottom: 30px;
    padding: 15px;
    width: 100%;
}

.projects > .left .people-container h6 {
    color: #fff;
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}

.projects > .left .people-container p.name, .projects > .left .people-container p.role {
    font-size: 15px;
}

.projects > .left .people-container .img-container {
    border-radius: 50%;
    margin: 0 auto 15px;
    max-width: 150px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.projects > .left .people-container .img-container img {
    display: block;
    width: 100%;
}

.projects > .left .people-container .description {
    margin-bottom: 25px;
    width: 100%;
}

.projects > .left .people-container .description p {
    margin: 0;
}

.projects > .left .people-container p {
    color: #fff;
    font-family: "Titillium Web",sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 5px;
    text-align: center;
}

.projects > .left .keynumbers-container {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 15px;
    width: 100%;
}

.projects > .left .keynumbers-container h6 {
    color: #505457;
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 25px;
}

.projects > .left .keynumbers-container .keynumber-item {
    border-bottom: 1px solid #000;
    padding: 15px 0;
    width: 100%;
}

.projects > .left .keynumbers-container .keynumber-item h5 {
    margin: 0 0 5px;
}

.projects > .left .keynumbers-container .keynumber-item h5 p {
    color: #62c1ed;
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
}

.projects > .left .keynumbers-container .keynumber-item p {
    color: #000;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
}

.projects > .left .keynumbers-container .keynumber-item a {
    color: #000;
}

.projects > .left .keynumbers-container .keynumber-item:nth-child(2) {
    padding-top: 0;
}

.projects > .left .keynumbers-container .keynumber-item:last-child {
    border-bottom: 0 none;
    padding-bottom: 0;
}

.projects .right {
    left: calc(25% + 30px);
    padding-bottom: 10px;
    position: relative;
    width: 75%;
}

.projects .right .slider-container, .projects .right .slider-container .slider, .projects .right .slider-container .slider .slider-item {
    width: 100%;
}

.projects .right .slider-container .slider .slider-item img {
    display: block;
    height: auto;
    width: 100%;
}

.projects .right .slider-container .slider .lSPager {
    margin: 0;
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
}

.projects .right .slider-container .slider .lSPager li {
    display: block;
}

.projects .right .slider-container .slider .lSPager li a {
    background-color: #fff;
    height: 10px;
    width: 10px;
}

.projects .right .slider-container .slider .lSPager li.active a {
    background-color: #62c1ed;
}

.projects .right .content-container {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: -85px;
    max-width: 800px;
    padding: 35px;
    position: relative;
    z-index: 1;
}

.projects .right .content-container::before {
    content: "";
    display: table;
}

.projects .right .content-container::after {
    clear: both;
    content: "";
    display: table;
}

.projects .right .content-container.no-slider {
    margin-top: 0;
}

.projects .right .content-container .content {
    width: 100%;
}

.projects .right .content-container .content .bar {
    background-color: #57585a;
    height: 2px;
    margin-bottom: 10px;
    width: 40px;
}

.projects .right .content-container .content h2 {
    color: #57585a;
    font-family: "Titillium Web",sans-serif;
    font-weight: 600;
    line-height: 37px;
    margin: 0 0 20px;
}

.projects .right .content-container .content h3 {
    color: #62c1ed;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 20px;
}

.projects .right .content-container .content h4 {
    color: #62c1ed;
    font-family: "Titillium Web",sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 25px;
    margin: 0 0 25px;
}

.projects .right .content-container .content h5 {
    color: #62c1ed;
    font-size: 17px;
    line-height: 20px;
    margin: 0;
}

.projects .right .content-container .content h6 {
    color: #000;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 25px;
}

.projects .right .content-container .content p {
    color: #000;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 20px;
}

.projects .right .content-container .content p::before {
    content: "";
    display: table;
}

.projects .right .content-container .content p::after {
    clear: both;
    content: "";
    display: table;
}

.projects .right .content-container .content ol, .projects .right .content-container .content ul {
    margin: 0 0 25px;
    padding: 0 0 0 22px;
}

.projects .right .content-container .content ol li, .projects .right .content-container .content ul li {
    color: #000;
}

.projects .right .content-container .content img.alignright {
    display: inline;
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
}

.projects .right .content-container .content a {
    color: #57585a;
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}

.projects .right .content-container .content a:hover {
    color: #57585a;
    text-decoration: underline;
}

.projects .right .content-container .content a .pagination {
    border-bottom: 1px solid #000;
    bottom: -10px;
    margin-top: 40px;
    padding: 0 5px 3px 0;
    position: relative;
}

.projects .right .content-container .content a .pagination .previous-next {
    display: inline-block;
    float: right;
}

.projects .right .content-container .content a .pagination .previous-next .separator {
    padding: 0 4px;
}

.projects .right .content-container .news-container {
    margin-top: 15px;
    width: 100%;
}

.projects .right .content-container .news-container .news-item {
    border-bottom: 1px solid #000;
    padding: 5px 0;
}

.projects .right .content-container .news-container .news-item::after {
    clear: both;
}

.projects .right .content-container .news-container .news-item:first-child {
    border-top: 1px solid #ccc;
}

.projects .right .content-container .news-container .news-item .date {
    float: left;
    font-size: 15px;
    height: 100px;
    margin-right: 10px;
    padding-top: 22px;
    width: 100px;
}

.projects .right .content-container .news-container .news-item .date span {
    display: block;
    text-align: center;
    width: 100%;
}

.projects .right .content-container .news-container .news-item .image {
    float: left;
    margin-right: 20px;
}

.projects .right .content-container .news-container .news-item .image img {
    display: block;
    height: 100px;
    max-width: 140px;
    width: 100%;
}

.projects .right .content-container .news-container .news-item .description {
    margin-right: 10px;
    padding: 14px 20px 0;
}

.projects .right .content-container .news-container .news-item .description h6 {
    color: #62c1ed;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
}

.projects .right .content-container .news-container .news-item .description p {
    color: #000;
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .main .main-container > .left {
        left: 0;
        width: 100%;
    }

    .main .main-container > .right {
        left: 0;
        margin-right: 0;
        width: 100%;
    }
    
    .main .main-container > .right .content-container {
        margin-top: 0;
    }

}

.project-list .container {
}

.project-list .container::before {
    content: "";
    display: table;
}

.project-list .container::after {
    clear: both;
    content: "";
    display: table;
}

.project-list .left .content {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 15px;
}

.project-list .left .content h3 {
    color: #004493;
    margin: 0 0 10px;
    position: relative;
}

.project-list .left .content h3::after {
    background-color: #004493;
    bottom: -4px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 20px;
}

.project-list .left .content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.project-list .left .content ul li {
    border-left: 5px solid #fff;
    cursor: pointer;
    height: 55px;
    position: relative;
    transition: all 0.3s linear 0s;
    width: 100%;
}

.project-list .left .content ul li span {
    color: #004493;
    display: block;
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
    font-weight: 600;
    left: 0;
    line-height: 18px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.project-list .left .content ul li span.sub {
    padding-left: 35px;
}

.project-list .left .content ul li.active, .project-list .left .content ul li:hover {
    background-color: #eee;
    border-left: 5px solid #57585a;
}

.project-list .right {
    background-color: #fff;
    padding-bottom: 10px;
}

.project-list .right .content {
    padding: 0 20px;
}

.project-list .right .content h3 {
    color: #00519a;
}

.project-list .right .content .projects-list-container {
    width: 100%;
}

.project-list .right .content .projects-list-container .projects-list {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.project-list .right .content .projects-list-container .projects-list::before {
    content: "";
    display: table;
}

.project-list .right .content .projects-list-container .projects-list::after {
    clear: both;
    content: "";
    display: table;
}

.project-list .right .content .projects-list-container .projects-list .project-item {
    border: 1px solid #000;
    cursor: pointer;
    flex: 0 0 auto;
    margin-bottom: 20px;
    min-height: 230px;
    position: relative;
    text-decoration: none;
    width: calc(99.99% * 1 / 3 - 13.3333px);
}

.project-list .right .content .projects-list-container .projects-list .project-item:nth-child(n) {
    margin-right: 20px;
}

.project-list .right .content .projects-list-container .projects-list .project-item:last-child, .project-list .right .content .projects-list-container .projects-list .project-item:nth-child(3n) {
    margin-right: 0;
}

.project-list .right .content .projects-list-container .projects-list .project-item .action-icon {
    border-radius: 30px;
    height: 30px;
    left: 15px;
    position: absolute;
    top: 15px;
    width: 30px;
    z-index: 1;
}

.project-list .right .content .projects-list-container .projects-list .project-item .action-icon img {
    display: block;
    width: 100%;
}

.project-list .right .content .projects-list-container .projects-list .project-item .header {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.project-list .right .content .projects-list-container .projects-list .project-item .header img {
    display: block;
    width: auto;
    height: 150px;
}

.project-list .right .content .projects-list-container .projects-list .project-item .project-content {
    background-color: #ffffff;
    height: 80px;
    margin-top: 58%;
    padding: 10px 15px 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

.project-list .right .content .projects-list-container .projects-list .project-item .project-content .bar {
    height: 2px;
    margin-bottom: 10px;
    width: 30px;
}

.project-list .right .content .projects-list-container .projects-list .project-item .project-content .title {
    width: 100%;
}

.project-list .right .content .projects-list-container .projects-list .project-item .project-content .title h2 {
    color: #000;
    font-family: "Titillium Web",sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    margin: 0;
}

.project-list .right .content .projects-list-container .projects-list .project-item .project-content .action h3, .project-list .right .content .projects-list-container .projects-list .project-item .project-content .project-number h3 {
    color: #000;
    font-family: "Titillium Web",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    margin: 0;
}

.project-list .right .content .projects-list-container .projects-list .project-item:hover .project-content {
    backface-visibility: hidden;
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    height: 156px;
    left: 0;
    position: absolute;
    right: 0;
    transition: height 0.5s ease 0s;
    z-index: 2;
}

.project-list .right .content .projects-list-container .projects-list .project-item .btn-container {
    bottom: 15px;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: opacity 1s ease-in-out 0s;
    width: 100%;
    z-index: 2;
}

.project-list .right .content .projects-list-container .projects-list .project-item:hover .btn-container {
    opacity: 1;
}

.project-list .right .mobile {
    display: none;
}

.project-list .filters {
    color: #505556;
    padding-left: 17px;
}

.project-list .filters .filters-group {
    border-bottom: 1px solid #d6dcdd;
    margin-top: 20px;
    padding-bottom: 22px;
}

.project-list .filters ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.project-list .filters ul li {
    cursor: pointer;
    margin-top: 6px;
    transition: all 0.3s linear 0s;
    width: 100%;
}

.project-list .filters ul li input, .project-list .filters ul li label {
    cursor: pointer;
}

.project-list .filters ul li label {
    margin-left: 10px;
}

.project-list .filters .filters-name {
    color: #505556;
    font-size: 22px;
    line-height: 24px;
}

.project-list .filters.mobile {
    clear: both;
    display: none;
}

.project-list .filters.mobile::before {
    content: "";
    display: table;
}

.project-list .filters.mobile::after {
    clear: both;
    content: "";
    display: table;
}

@media only screen and (max-width: 960px) {
.project-list.main-container .left {
    display: none;
}

.main .main-container.project-list .right {
    display: block;
    float: none;
    padding-top: 1px;
    width: 100%;
}

.main .main-container.project-list .right .projects-list-container .projects-list .project-item {
    flex: 0 0 auto;
    width: calc(99.99% * 1 / 2 - 5px);
}

.main .main-container.project-list .right .projects-list-container .projects-list .project-item:nth-child(n) {
    margin-right: 10px;
}

.main .main-container.project-list .right .projects-list-container .projects-list .project-item:last-child, .main .main-container.project-list .right .projects-list-container .projects-list .project-item:nth-child(2n) {
    margin-right: 0;
}

.main .main-container.project-list .right ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.main .main-container.project-list .right ul li {
    border-left: 5px solid #fff;
    cursor: pointer;
    height: 55px;
    position: relative;
    transition: all 0.3s linear 0s;
    width: 100%;
}

.main .main-container.project-list .right ul li span {
    color: #004493;
    display: block;
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
    font-weight: 600;
    left: 0;
    line-height: 18px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.main .main-container.project-list .right ul li.active, .main .main-container.project-list .right ul li:hover {
    background-color: #eee;
    border-left: 5px solid #57585a;
}

.project-list .mobile, .project-list .right .mobile {
    clear: both;
    display: block;
}

.project-list .filters.mobile {
    display: block;
    margin-top: 30px;
    padding: 0 20px;
}

.project-list .right .content .projects-list-container .projects-list .project-item .action-icon {
    border-radius: 30px;
    height: 30px;
    left: 10px;
    top: 10px;
    width: 30px;
}

.project-list .right .content .projects-list-container .projects-list .project-item .project-content .action h3, .project-list .right .content .projects-list-container .projects-list .project-item .project-content .project-number h3, .project-list .right .content .projects-list-container .projects-list .project-item .project-content .title h2 {
    font-size: 11px;
    line-height: 13px;
}

}

@media only screen and (max-width: 480px) {
.main .main-container.project-list .right {
    display: block;
    float: none;
    padding-top: 1px;
    width: 100%;
}

.main .main-container.project-list .right .projects-list-container .projects-list .project-item {
    width: 99.99%;
}

.main .main-container.project-list .right .projects-list-container .projects-list .project-item:nth-child(n) {
    clear: none;
    float: left;
    margin-right: 10px;
}

}

.infographic {
    background-color: #eee;
    height: 524px;
    position: relative;
    width: 100%;
}

.infographic .main-title {
    color: #004493;
    font-size: 60px;
    line-height: 62px;
    padding-top: 24px;
}

.infographic .main-sub-title, .infographic .main-title {
    font-family: "Titillium Web",sans-serif;
    font-weight: 400;
    margin: 0 auto;
    text-align: center;
}

.infographic .main-sub-title {
    color: #58595b;
    font-size: 20px;
    line-height: 22px;
}

.infographic .home-image-container {
    bottom: 27px;
    height: auto;
    left: 50%;
    max-width: 523px;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
}

.infographic .home-image-container .home-image-wrapper {
    position: relative;
}

.infographic .home-image-container .home-image-wrapper .link-tooltip {
    position: absolute;
}

.infographic .home-image-container .home-image-wrapper .link-tooltip1 {
    left: -3px;
    top: 108px;
}

.infographic .home-image-container .home-image-wrapper .link-tooltip2 {
    left: -35px;
    top: 257px;
}

.infographic .home-image-container .home-image-wrapper .link-tooltip3 {
    left: 389px;
    top: 108px;
}

.infographic .home-image-container .home-image-wrapper .link-tooltip4 {
    left: 495px;
    top: 192px;
}

.infographic .home-image-container .home-image-wrapper .path {
    position: absolute;
    z-index: 2;
}

.infographic .home-image-container .home-image-wrapper .path1 {
    left: -163px;
    top: 67px;
}

.infographic .home-image-container .home-image-wrapper .path2 {
    left: -208px;
    top: 195px;
}

.infographic .home-image-container .home-image-wrapper .path3 {
    left: 393px;
    top: 61px;
}

.infographic .home-image-container .home-image-wrapper .path4 {
    left: 504px;
    top: 112px;
}

.infographic .home-image-container .home-image-wrapper .tooltip-group {
    display: none;
}

.infographic .home-image-container .home-image-wrapper .tooltip {
    background-color: #fff;
    padding: 20px 20px 35px;
    position: absolute;
    width: 250px;
    z-index: 3;
}

.infographic .home-image-container .home-image-wrapper .tooltip .close {
    cursor: pointer;
    float: right;
    left: 6px;
    position: relative;
    top: -15px;
}

.infographic .home-image-container .home-image-wrapper .tooltip .line {
    border-bottom: 3px solid #004493;
    width: 30px;
}

.infographic .home-image-container .home-image-wrapper .tooltip .title {
    color: #004493;
    font-family: "Titillium Web",sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-top: 5px;
}

.infographic .home-image-container .home-image-wrapper .tooltip .description {
    color: #000;
    font-size: 15px;
    margin-top: 10px;
}

.infographic .home-image-container .home-image-wrapper .tooltip1 {
    left: -327px;
    top: 16px;
}

.infographic .home-image-container .home-image-wrapper .tooltip2 {
    left: -327px;
    top: 14px;
}

.infographic .home-image-container .home-image-wrapper .tooltip3, .infographic .home-image-container .home-image-wrapper .tooltip4 {
    left: 569px;
    top: 14px;
}

.infographic .home-image-container img.home-image {
    width: 100%;
}

.infographic .dark-bottom {
    background-color: #ddd;
    bottom: 0;
    height: 35px;
    position: absolute;
    width: 100%;
}

@media only screen and (max-width: 1200px) {
.infographic .home-image-container .home-image-wrapper .tooltip-group img.path {
    display: none;
}

.infographic .home-image-container .home-image-wrapper .tooltip1, .infographic .home-image-container .home-image-wrapper .tooltip2, .infographic .home-image-container .home-image-wrapper .tooltip3, .infographic .home-image-container .home-image-wrapper .tooltip4 {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

}

@media only screen and (max-width: 640px) {
.infographic {
    height: 500px;
}

.infographic .main-title {
    font-size: 44px;
    line-height: 46px;
}

.infographic .main-sub-title {
    font-size: 20px;
    line-height: 22px;
}

.infographic .home-image-container {
    bottom: 27px;
    height: auto;
    left: 50%;
    max-width: 100%;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
}

.infographic .home-image-container .home-image-wrapper {
    text-align: center;
}

.infographic .home-image-container .home-image-wrapper img.home-image {
    width: 80%;
}

.infographic .home-image-container .home-image-wrapper .link-tooltip1 {
    left: 8%;
    top: 21%;
}

.infographic .home-image-container .home-image-wrapper .link-tooltip2 {
    left: 3%;
    top: 62%;
}

.infographic .home-image-container .home-image-wrapper .link-tooltip3 {
    left: 75%;
    top: 26%;
}

.infographic .home-image-container .home-image-wrapper .link-tooltip4 {
    left: 83%;
    top: 47%;
}

}

@media only screen and (max-width: 480px) {
.infographic {
    height: 381px;
}

.infographic .main-title {
    font-size: 24px;
    line-height: 26px;
}

.infographic .main-sub-title {
    font-size: 14px;
    line-height: 16px;
}

}

@media only screen and (max-width: 320px) {
.infographic {
    height: 300px;
}

.infographic .main-title {
    font-size: 24px;
    line-height: 26px;
}

.infographic .main-sub-title {
    font-size: 14px;
    line-height: 16px;
}

}

.downloads .left .content {
    background-color: #fff;
    padding: 15px;
}

.downloads .left .content h3 {
    color: #004493;
    margin: 0 0 10px;
    position: relative;
}

.downloads .left .content h3::after {
    background-color: #004493;
    bottom: -4px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 20px;
}

.downloads .right {
    padding-bottom: 10px;
}

.downloads .right .content {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 44px 20px 20px;
}

.downloads .right .content .bar {
    background-color: #57585a;
    height: 2px;
    margin-bottom: 10px;
    width: 40px;
}

.downloads .right .content h3 {
    color: #00519a;
}

.downloads .right .content h2 {
    color: #57585a;
    font-family: "Titillium Web",sans-serif;
    font-weight: 600;
    line-height: 37px;
    margin: 0 0 20px;
}

/*
.downloads .right .content > p {
    margin: 0 0 35px;
}
*/

.downloads .right .content .download-list {
    padding-bottom: 20px;
}

.downloads .right .content .download-list a.download-link {
    text-decoration: none;
}

.downloads .right .content .download-list .download-item {
    border-top: 1px solid #505457;
    padding-bottom: 5px;
    width: 100%;
}

.downloads .right .content .download-list .download-item::before {
    content: "";
    display: table;
}

.downloads .right .content .download-list .download-item::after {
    clear: both;
    content: "";
    display: table;
}

.downloads .right .content .download-list .download-item:last-child {
    border-bottom: 1px solid #505457;
}

.downloads .right .content .download-list .download-item .type {
    background-color: #00519a;
    float: left;
    height: 73px;
    margin-right: 5px;
    margin-top: 5px;
    position: relative;
    width: 73px;
}

.downloads .right .content .download-list .download-item .type p {
    color: #fff;
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 0 5px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
 
.downloads .right .content .download-list .download-item .date {
    display: inline-block;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    vertical-align: top;
    min-width: 64px;
    width: 10%;
}

.downloads .right .content .download-list .download-item .date h2 {
    color: #004493;
    font-family: "Titillium Web",sans-serif;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.5em;
}

.downloads .right .content .download-list .download-item .date h2 span.month {
    margin-left: 10px;
}

.downloads .right .content .download-list .download-item .image {
    float: left;
    height: 73px;
    margin-right: 20px;
    margin-top: 5px;
    width: 112px;
}

.downloads .right .content .download-list .download-item .image img {
    display: block;
    height: 100%;
    width: 100%;
}

.downloads .right .content .download-list .download-item .description {
    padding-top: 10px;
}

.downloads .right .content .download-list .download-item .description .title {
    color: #00519a;
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.downloads .right .content .download-list .download-item .description .title:hover {
    color: #57585a;
}

.downloads .right .content .download-list .download-item .description .author {
    color: #000;
    font-size: 15px;
    line-height: 15px;
}

.downloads .right .content .download-list .download-item .description .author span {
    font-family: "Titillium Web",sans-serif;
    font-weight: 600;
}

.downloads .right .content .download-list .download-item .description .sentence {
    color: #000;
    font-size: 15px;
    line-height: 15px;
}

.downloads .right .content .download-list .download-item .description .size {
    color: #000;
    font-size: 15px;
}

@media only screen and (max-width: 768px) {
.main-container.downloads .left .content {
    display: none;
}

.main-container.downloads .right {
    width: 100%;
}

}

@media only screen and (max-width: 640px) {
.main-container.downloads .right .content .download-list .download-item .description .title {
    line-height: 17px;
}

}

@media only screen and (max-width: 520px) {
.main-container.downloads .right .content .download-list .download-item .image {
    height: 0;
    margin-right: 0;
    margin-top: 0;
    width: 0;
}

}

.news-events .left .content {
    background-color: #fff;
    padding: 15px;
}

.news-events .left .content h3 {
    color: #004493;
    margin: 0 0 10px;
    position: relative;
}

.news-events .left .content h3::after {
    background-color: #004493;
    bottom: -4px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 20px;
}

.news-events .left .content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.news-events .left .content ul li {
    border-left: 5px solid #fff;
    cursor: pointer;
    height: 55px;
    position: relative;
    transition: all 0.3s linear 0s;
    width: 100%;
}

.news-events .left .content ul li a, .news-events .left .content ul li span {
    color: #004493;
    display: block;
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
    font-weight: 600;
    left: 0;
    line-height: 18px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
}

.news-events .left .content ul li.active, .news-events .left .content ul li:hover {
    background-color: #eee;
    border-left: 5px solid #57585a;
}

.news-events .right {
    padding-bottom: 10px;
}

.news-events .right .content {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 44px 20px 20px;
}

.news-events .right .content .bar {
    background-color: #57585a;
    height: 2px;
    margin-bottom: 10px;
    width: 40px;
}

.news-events .right .content h3 {
    color: #00519a;
}

.news-events .right .content h2 {
    color: #57585a;
    font-family: "Titillium Web",sans-serif;
    font-weight: 600;
    line-height: 37px;
    margin: 0 0 20px;
}

.news-events .right .content > p {
    margin: 0 0 35px;
}

.news-events .right .content .news-list {
    width: 100%;
}

.news-events .right .content .news-list a {
    text-decoration: none;
}

.news-events .right .content .news-list .news-list-item {
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.news-events .right .content .news-list .news-list-item::before {
    content: "";
    display: table;
}

.news-events .right .content .news-list .news-list-item::after {
    clear: both;
    content: "";
    display: table;
}

.news-events .right .content .news-list .news-list-item:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
}

.news-events .right .content .news-list .news-list-item .news-item-left {
    padding-top: 15px;
    width: calc(99.99% * 1 / 2 - 15px);
}

.news-events .right .content .news-list .news-list-item .news-item-left:nth-child(n) {
    clear: none;
    float: left;
    margin-right: 30px;
}

.news-events .right .content .news-list .news-list-item .news-item-left:last-child, .news-events .right .content .news-list .news-list-item .news-item-left:nth-child(0) {
    margin-right: 0;
}

.news-events .right .content .news-list .news-list-item .news-item-left:nth-child(1) {
    clear: left;
}

.news-events .right .content .news-list .news-list-item .news-item-left h6 {
    color: #000;
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}

.news-events .right .content .news-list .news-list-item .news-item-left h3 {
    color: #004493;
    font-family: "Titillium Web",sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 30px;
}

.news-events .right .content .news-list .news-list-item .news-item-left h3:hover {
    color: #57585a;
}

.news-events .right .content .news-list .news-list-item .news-item-left p {
    color: #000;
    font-size: 15px;
    line-height: 18px;
    margin: 0;
}

.news-events .right .content .news-list .news-list-item .news-item-right {
    max-height: 242px;
    overflow: hidden;
    width: calc(99.99% * 1 / 2 - 15px);
}

.news-events .right .content .news-list .news-list-item .news-item-right:nth-child(n) {
    clear: none;
    float: left;
    margin-right: 30px;
}

.news-events .right .content .news-list .news-list-item .news-item-right:last-child, .news-events .right .content .news-list .news-list-item .news-item-right:nth-child(0) {
    margin-right: 0;
}

.news-events .right .content .news-list .news-list-item .news-item-right:nth-child(1) {
    clear: left;
}

.news-events .right .content .news-list .news-list-item .news-item-right .image {
    width: 100%;
}

.news-events .right .content .news-list .news-list-item .news-item-right .image img {
    display: block;
    height: auto;
    width: 100%;
}

.news-events .right .content .events-list {
    width: 100%;
}

.news-events .right .content .events-list .event-list-item {
    border-bottom: 1px solid #000;
    padding: 20px 0;
    width: 100%;
}

.news-events .right .content .events-list .event-list-item::before {
    content: "";
    display: table;
}

.news-events .right .content .events-list .event-list-item::after {
    clear: both;
    content: "";
    display: table;
}

.news-events .right .content .events-list .event-list-item:first-child {
    border-top: 1px solid #000;
}

.news-events .right .content .events-list .event-list-item a {
    text-decoration: none;
}

.news-events .right .content .events-list .event-list-item .date {
    display: inline-block;
    float: left;
    margin-right: 10px;
    vertical-align: top;
    width: 13%;
}

.news-events .right .content .events-list .event-list-item .date h2 {
    color: #004493;
    font-family: "Titillium Web",sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 40px;
}

.news-events .right .content .events-list .event-list-item .date h2 sup {
    font-family: "Titillium Web",sans-serif;
    font-size: 17px;
    font-weight: 400;
    left: 3px;
    top: -15px;
}

.news-events .right .content .events-list .event-list-item .event-details {
    float: left;
    width: 84%;
}

.news-events .right .content .events-list .event-list-item .event-details .top {
    width: 100%;
}

.news-events .right .content .events-list .event-list-item .event-details .top .title {
    display: inline-block;
    float: left;
    vertical-align: top;
}

.news-events .right .content .events-list .event-list-item .event-details .top .title h2 {
    color: #004493;
    font-family: "Titillium Web",sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
}

.news-events .right .content .events-list .event-list-item .event-details .bottom {
    clear: both;
    color: #000;
    font-size: 15px;
    line-height: 17px;
    width: 100%;
}

.news-events .right .content .events-list .event-list-item .event-details .bottom .event-full-date {
    margin: 0;
}

.news-events .right .content .events-list .event-list-item .event-details .bottom .event-full-date img.icon-date {
    margin-right: 5px;
}

.news-events .right .content .events-list .event-list-item .event-details .bottom .event-full-date span.end-time {
    margin-left: 46px;
}

.news-events .right .content .events-list .event-list-item .event-details .bottom .local {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 17px;
    margin-top: 3px;
}

.news-events .right .content .events-list .event-list-item .event-details .bottom .local img.icon-local {
    margin-right: 5px;
}

.events .left .content {
    background-color: #fff;
    padding: 15px;
}

.events .left .content h3 {
    color: #004493;
    margin: 0 0 10px;
    position: relative;
}

.events .left .content h3::after {
    background-color: #004493;
    bottom: -4px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 20px;
}

.events .left .content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.events .left .content ul li {
    border-left: 5px solid #fff;
    cursor: pointer;
    height: 55px;
    position: relative;
    transition: all 0.3s linear 0s;
    width: 100%;
}

.events .left .content ul li a, .events .left .content ul li span {
    color: #004493;
    display: block;
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
    font-weight: 600;
    left: 0;
    line-height: 18px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
}

.events .left .content ul li.active, .events .left .content ul li:hover {
    background-color: #eee;
    border-left: 5px solid #57585a;
}

.events .right {
    padding-bottom: 10px;
}

.events .right .content {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 44px 20px 20px;
}

.events .right .content .acf-map {
    border: 1px solid #ccc;
    height: 400px;
    margin: 20px 0;
    width: 100%;
}

.events .right .content .acf-map img {
    max-width: inherit;
}

.events .right .content .bar {
    background-color: #57585a;
    height: 2px;
    margin-bottom: 10px;
    width: 40px;
}

.events .right .content h3, .events .right .content h4, .events .right .content h5 {
    color: #00519a;
}

.events .right .content h2 {
    color: #57585a;
    font-family: "Titillium Web",sans-serif;
    font-weight: 600;
    line-height: 37px;
    margin: 0 0 20px;
}

.events .right .content > p {
    margin: 0 0 35px;
}

@media only screen and (max-width: 768px) {
.main .main-container.events-archive .left, .main .main-container.news-archive .left, .main .main-container.news-events .left {
    display: none;
}

.main .main-container.events-archive .right, .main .main-container.news-archive .right, .main .main-container.news-events .right {
    width: 100%;
}

}

@media only screen and (max-width: 758px) {
.main .main-container.events-archive .right .content .news-list-container .news-list .news-list-item .news-item-left, .main .main-container.news-archive .right .content .news-list-container .news-list .news-list-item .news-item-left, .main .main-container.news-events .right .content .news-list-container .news-list .news-list-item .news-item-left {
    padding-bottom: 15px;
    padding-top: 0;
    width: 100%;
}

.main .main-container.events-archive .right .content .news-list-container .news-list .news-list-item .news-item-right, .main .main-container.news-archive .right .content .news-list-container .news-list .news-list-item .news-item-right, .main .main-container.news-events .right .content .news-list-container .news-list .news-list-item .news-item-right {
    width: 60%;
}

}

@media only screen and (max-width: 640px) {
.main .main-container.events-archive .right .content .events-list .event-list-item .event-details, .main .main-container.new-archive .right .content .events-list .event-list-item .event-details, .main .main-container.news-events .right .content .events-list .event-list-item .event-details {
    width: 100%;
}

}

@media only screen and (max-width: 400px) {
.main .main-container.events-archive .right .content .news-list-container .news-list .news-list-item .news-item-right, .main .main-container.new-archive .right .content .news-list-container .news-list .news-list-item .news-item-right, .main .main-container.news-events .right .content .news-list-container .news-list .news-list-item .news-item-right {
    width: 100%;
}

.main .main-container.events-archive .right .content .events-list .event-list-item .event-details .bottom .event-full-date span.end-time, .main .main-container.new-archive .right .content .events-list .event-list-item .event-details .bottom .event-full-date span.end-time, .main .main-container.news-events .right .content .events-list .event-list-item .event-details .bottom .event-full-date span.end-time {
    margin-left: 10px;
}

.main .main-container.events-archive .right .content .events-list .event-list-item .event-details .bottom .local, .main .main-container.new-archive .right .content .events-list .event-list-item .event-details .bottom .local, .main .main-container.news-events .right .content .events-list .event-list-item .event-details .bottom .local {
    margin-top: 10px;
}

}

.news .left .content {
    background-color: #fff;
    padding: 15px;
}

.news .left .content h3 {
    color: #004493;
    margin: 0 0 10px;
    position: relative;
}

.news .left .content h3::after {
    background-color: #004493;
    bottom: -4px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 20px;
}

.news .left .content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.news .left .content ul li {
    border-left: 5px solid #fff;
    cursor: pointer;
    height: 55px;
    position: relative;
    transition: all 0.3s linear 0s;
    width: 100%;
}

.news .left .content ul li a, .news .left .content ul li span {
    color: #004493;
    display: block;
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
    font-weight: 600;
    left: 0;
    line-height: 18px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
}

.news .left .content ul li.active, .news .left .content ul li:hover {
    background-color: #eee;
    border-left: 5px solid #57585a;
}

.news .right {
    padding-bottom: 10px;
}

.news .right .image-container {
    max-height: 390px;
    overflow: hidden;
}

.news .right .image-container img {
    display: block;
    height: auto;
    width: 100%;
}

.news .right .content-container {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: -85px;
    max-width: 800px;
    padding: 35px;
    position: relative;
    z-index: 1;
}

.news .right .content-container .content {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 44px 20px 20px;
}

.news .right .content-container .content .bar {
    background-color: #57585a;
    height: 2px;
    margin-bottom: 10px;
    width: 40px;
}

.news .right .content-container .content h3 {
    color: #00519a;
}

.news .right .content-container .content h2 {
    color: #57585a;
    font-family: "Titillium Web",sans-serif;
    font-weight: 600;
    line-height: 37px;
    margin: 0 0 20px;
}

.news .right .content-container .content > p {
    margin: 0 0 35px;
}

.news .right .content-container .content .date {
    margin-bottom: 10px;
}

.news-archive .left .content {
    background-color: #fff;
    padding: 15px;
}

.news-archive .left .content h3 {
    color: #004493;
    margin: 0 0 10px;
    position: relative;
}

.news-archive .left .content h3::after {
    background-color: #004493;
    bottom: -4px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 20px;
}

.news-archive .left .content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.news-archive .left .content ul li {
    border-left: 5px solid #fff;
    cursor: pointer;
    height: 55px;
    position: relative;
    transition: all 0.3s linear 0s;
    width: 100%;
}

.news-archive .left .content ul li span {
    color: #004493;
    display: block;
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
    font-weight: 600;
    left: 0;
    line-height: 18px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.news-archive .left .content ul li.active, .news-archive .left .content ul li:hover {
    background-color: #eee;
    border-left: 5px solid #57585a;
}

.news-archive .right {
    padding-bottom: 10px;
}

.news-archive .right .content {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 44px 20px 20px;
}

.news-archive .right .content .bar {
    background-color: #57585a;
    height: 2px;
    margin-bottom: 10px;
    width: 40px;
}

.news-archive .right .content h3 {
    color: #00519a;
}

.news-archive .right .content h2 {
    color: #57585a;
    font-family: "Titillium Web",sans-serif;
    font-weight: 600;
    line-height: 37px;
    margin: 0 0 20px;
}

.news-archive .right .content > p {
    margin: 0 0 35px;
}

.news-archive .right .content .news-list {
    width: 100%;
}

.news-archive .right .content .news-list a {
    text-decoration: none;
}

.news-archive .right .content .news-list .news-list-item {
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.news-archive .right .content .news-list .news-list-item::before {
    content: "";
    display: table;
}

.news-archive .right .content .news-list .news-list-item::after {
    clear: both;
    content: "";
    display: table;
}

.news-archive .right .content .news-list .news-list-item:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
}

.news-archive .right .content .news-list .news-list-item .news-item-left {
    padding-top: 15px;
    width: calc(99.99% * 1 / 2 - 15px);
}

.news-archive .right .content .news-list .news-list-item .news-item-left:nth-child(n) {
    clear: none;
    float: left;
    margin-right: 30px;
}

.news-archive .right .content .news-list .news-list-item .news-item-left:last-child, .news-archive .right .content .news-list .news-list-item .news-item-left:nth-child(0) {
    margin-right: 0;
}

.news-archive .right .content .news-list .news-list-item .news-item-left:nth-child(1) {
    clear: left;
}

.news-archive .right .content .news-list .news-list-item .news-item-left h6 {
    color: #000;
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}

.news-archive .right .content .news-list .news-list-item .news-item-left h3 {
    color: #004493;
    font-family: "Titillium Web",sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 30px;
}

.news-archive .right .content .news-list .news-list-item .news-item-left h3:hover {
    color: #57585a;
}

.news-archive .right .content .news-list .news-list-item .news-item-left p {
    color: #000;
    font-size: 15px;
    line-height: 18px;
    margin: 0;
}

.news-archive .right .content .news-list .news-list-item .news-item-right {
    max-height: 242px;
    overflow: hidden;
    width: calc(99.99% * 1 / 2 - 15px);
}

.news-archive .right .content .news-list .news-list-item .news-item-right:nth-child(n) {
    clear: none;
    float: left;
    margin-right: 30px;
}

.news-archive .right .content .news-list .news-list-item .news-item-right:last-child, .news-archive .right .content .news-list .news-list-item .news-item-right:nth-child(0) {
    margin-right: 0;
}

.news-archive .right .content .news-list .news-list-item .news-item-right:nth-child(1) {
    clear: left;
}

.news-archive .right .content .news-list .news-list-item .news-item-right .image {
    width: 100%;
}

.news-archive .right .content .news-list .news-list-item .news-item-right .image img {
    display: block;
    height: auto;
    width: 100%;
}

.news-archive .right .content .pagination {
    border-bottom: 1px solid #000;
    height: 27px;
    margin-top: 20px;
}

.news-archive .right .content .pagination div.title {
    float: left;
}

.news-archive .right .content .pagination .pagination-wrapper {
    float: right;
}

.news-archive .right .content .pagination .pagination-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.news-archive .right .content .pagination .pagination-wrapper ul a {
    color: #000;
    text-decoration: none;
}

.news-archive .right .content .pagination .pagination-wrapper ul li {
    display: inline;
}

.news-archive .right .content .pagination .pagination-wrapper ul li a, .news-archive .right .content .pagination .pagination-wrapper ul li span {
    padding: 0 10px;
}

.news-archive .right .content .pagination .pagination-wrapper ul li .current {
    border-bottom: 3px solid #004493;
}

.events-archive .left .content {
    background-color: #fff;
    padding: 15px;
}

.events-archive .left .content h3 {
    color: #004493;
    margin: 0 0 10px;
    position: relative;
}

.events-archive .left .content h3::after {
    background-color: #004493;
    bottom: -4px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 20px;
}

.events-archive .left .content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.events-archive .left .content ul li {
    border-left: 5px solid #fff;
    cursor: pointer;
    height: 55px;
    position: relative;
    transition: all 0.3s linear 0s;
    width: 100%;
}

.events-archive .left .content ul li span {
    color: #004493;
    display: block;
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
    font-weight: 600;
    left: 0;
    line-height: 18px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.events-archive .left .content ul li.active, .events-archive .left .content ul li:hover {
    background-color: #eee;
    border-left: 5px solid #57585a;
}

.events-archive .right {
    padding-bottom: 10px;
}

.events-archive .right .content {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 44px 20px 20px;
}

.events-archive .right .content .bar {
    background-color: #57585a;
    height: 2px;
    margin-bottom: 10px;
    width: 40px;
}

.events-archive .right .content h3 {
    color: #00519a;
}

.events-archive .right .content h2 {
    color: #57585a;
    font-family: "Titillium Web",sans-serif;
    font-weight: 600;
    line-height: 37px;
    margin: 0 0 20px;
}

.events-archive .right .content > p {
    margin: 0 0 35px;
}

.events-archive .right .content .events-list {
    width: 100%;
}

.events-archive .right .content .events-list .event-list-item {
    border-bottom: 1px solid #000;
    padding: 20px 0;
    width: 100%;
}

.events-archive .right .content .events-list .event-list-item::before {
    content: "";
    display: table;
}

.events-archive .right .content .events-list .event-list-item::after {
    clear: both;
    content: "";
    display: table;
}

.events-archive .right .content .events-list .event-list-item:first-child {
    border-top: 1px solid #000;
}

.events-archive .right .content .events-list .event-list-item a {
    text-decoration: none;
}

.events-archive .right .content .events-list .event-list-item .date {
    display: inline-block;
    float: left;
    margin-right: 10px;
    vertical-align: top;
    width: 13%;
}

.events-archive .right .content .events-list .event-list-item .date h2 {
    color: #004493;
    font-family: "Titillium Web",sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 40px;
}

.events-archive .right .content .events-list .event-list-item .date h2 sup {
    font-family: "Titillium Web",sans-serif;
    font-size: 17px;
    font-weight: 400;
    left: 3px;
    top: -15px;
}

.events-archive .right .content .events-list .event-list-item .image {
    float: left;
    width: 13%;
    overflow: hidden;
    margin-right: 10px;
}

.events-archive .right .content .events-list .event-list-item .image img {
    width: 100%;
    height: auto;
}

.events-archive .right .content .events-list .event-list-item .event-details {
    float: left;
    width: 71%;
}

.events-archive .right .content .events-list .event-list-item .event-details .top {
    width: 100%;
}

.events-archive .right .content .events-list .event-list-item .event-details .top .title {
    display: inline-block;
    float: left;
    vertical-align: top;
}

.events-archive .right .content .events-list .event-list-item .event-details .top .title a {
    text-decoration: none;
}

.events-archive .right .content .events-list .event-list-item .event-details .top .title h2 {
    color: #004493;
    font-family: "Titillium Web",sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
}

.events-archive .right .content .events-list .event-list-item .event-details .bottom {
    clear: both;
    color: #000;
    font-size: 15px;
    line-height: 17px;
    width: 100%;
}

.events-archive .right .content .events-list .event-list-item .event-details .bottom .event-full-date {
    margin: 0;
}

.events-archive .right .content .events-list .event-list-item .event-details .bottom .event-full-date img.icon-date {
    margin-right: 5px;
}

.events-archive .right .content .events-list .event-list-item .event-details .bottom .event-full-date span.end-time {
    margin-left: 46px;
}

.events-archive .right .content .events-list .event-list-item .event-details .bottom .local {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 17px;
    margin-top: 3px;
}

.events-archive .right .content .events-list .event-list-item .event-details .bottom .local img.icon-local {
    margin-right: 5px;
}

.events-archive .right .content .pagination {
    border-bottom: 1px solid #000;
    height: 27px;
    margin-top: 20px;
}

.events-archive .right .content .pagination div.title {
    float: left;
}

.events-archive .right .content .pagination .pagination-wrapper {
    float: right;
}

.events-archive .right .content .pagination .pagination-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.events-archive .right .content .pagination .pagination-wrapper ul a {
    color: #000;
    text-decoration: none;
}

.events-archive .right .content .pagination .pagination-wrapper ul li {
    display: inline;
}

.events-archive .right .content .pagination .pagination-wrapper ul li a, .events-archive .right .content .pagination .pagination-wrapper ul li span {
    padding: 0 10px;
}

.events-archive .right .content .pagination .pagination-wrapper ul li .current {
    border-bottom: 3px solid #004493;
}

.main .stakeholders .left .content {
    background-color: #fff;
    padding: 15px;
}

.main .stakeholders .left .content h3 {
    color: #004493;
    margin: 0 0 10px;
    position: relative;
}

.main .stakeholders .left .content h3::after {
    background-color: #004493;
    bottom: -4px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 20px;
}

.main .stakeholders .left .content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.main .stakeholders .left .content ul li {
    border-left: 5px solid #fff;
    cursor: pointer;
    height: 55px;
    position: relative;
    transition: all 0.3s linear 0s;
    width: 100%;
}

.main .stakeholders .left .content ul li span {
    color: #004493;
    display: block;
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
    font-weight: 600;
    left: 0;
    line-height: 18px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.main .stakeholders .left .content ul li span.sub {
    padding-left: 35px;
}

.main .stakeholders .left .content ul li.active, .main .stakeholders .left .content ul li:hover {
    background-color: #eee;
    border-left: 5px solid #57585a;
}

.main .stakeholders .right {
    background-color: #fff;
    padding-bottom: 10px;
}

.main .stakeholders .right .content {
    padding: 0 20px;
}

.main .stakeholders .right .content h3 {
    color: #00519a;
}

.main .stakeholders .right .content .actions-list-container {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 25px;
    width: 100%;
}

.main .stakeholders .right .content .actions-list-container::before {
    content: "";
    display: table;
}

.main .stakeholders .right .content .actions-list-container::after {
    clear: both;
    content: "";
    display: table;
}

.main .stakeholders .right .content .actions-list-container .action-item {
    cursor: auto;
    flex: 0 0 auto;
    margin-bottom: 20px;
    padding: 15px;
    width: calc(99.99% * 1 / 2 - 10px);
}

.main .stakeholders .right .content .actions-list-container .action-item:nth-child(n) {
    margin-right: 20px;
}

.main .stakeholders .right .content .actions-list-container .action-item:last-child, .main .stakeholders .right .content .actions-list-container .action-item:nth-child(2n) {
    margin-right: 0;
}

.main .stakeholders .right .content .actions-list-container .action-item::before {
    content: "";
    display: table;
}

.main .stakeholders .right .content .actions-list-container .action-item::after {
    clear: both;
    content: "";
    display: table;
}

.main .stakeholders .right .content .actions-list-container .action-item .border {
    background-color: #fff;
    height: 5px;
    margin-bottom: 10px;
    width: 30px;
}

.main .stakeholders .right .content .actions-list-container .action-item .title {
    float: left;
    width: 100%;
}

.main .stakeholders .right .content .actions-list-container .action-item .title h4 {
    color: #fff;
    line-height: 24px;
    margin: 0 0 40px;
}

.main .stakeholders .right .content .actions-list-container .action-item .description {
    width: 74.9925%;
}

.main .stakeholders .right .content .actions-list-container .action-item .description:nth-child(n) {
    clear: none;
    float: left;
    margin-right: 0;
}

.main .stakeholders .right .content .actions-list-container .action-item .description:last-child, .main .stakeholders .right .content .actions-list-container .action-item .description:nth-child(0) {
    margin-right: 0;
}

.main .stakeholders .right .content .actions-list-container .action-item .description:nth-child(1) {
    clear: left;
}

.main .stakeholders .right .content .actions-list-container .action-item .description p {
    color: #fff;
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}

.main .stakeholders .right .content .actions-list-container .action-item .icon {
    text-align: center;
    width: 24.9975%;
}

.main .stakeholders .right .content .actions-list-container .action-item .icon:nth-child(n) {
    clear: none;
    float: left;
    margin-right: 0;
}

.main .stakeholders .right .content .actions-list-container .action-item .icon:last-child, .main .stakeholders .right .content .actions-list-container .action-item .icon:nth-child(0) {
    margin-right: 0;
}

.main .stakeholders .right .content .actions-list-container .action-item .icon:nth-child(1) {
    clear: left;
}

.main .stakeholders .right .content .actions-list-container .action-item .icon img {
    display: block;
    max-height: 94px;
}

.main .stakeholders .right .content .projects-list-container {
    width: 100%;
}

.main .stakeholders .right .content .projects-list-container .projects-actions-list {
    list-style-type: none;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}

.main .stakeholders .right .content .projects-list-container .projects-actions-list li {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
}

.main .stakeholders .right .content .projects-list-container .projects-actions-list li span {
    color: #004493;
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    transition: color 0.3s linear 0s;
}

.main .stakeholders .right .content .projects-list-container .projects-actions-list li.active {
    cursor: auto;
}

.main .stakeholders .right .content .projects-list-container .projects-actions-list li.active span, .main .stakeholders .right .content .projects-list-container .projects-actions-list li:hover span {
    color: #c2c4c5;
}

.main .stakeholders .right .content .projects-list-container .projects-list {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.main .stakeholders .right .content .projects-list-container .projects-list::before {
    content: "";
    display: table;
}

.main .stakeholders .right .content .projects-list-container .projects-list::after {
    clear: both;
    content: "";
    display: table;
}

.main .stakeholders .right .content .projects-list-container .projects-list .project-item {
    border: 1px solid #000;
    cursor: pointer;
    flex: 0 0 auto;
    margin-bottom: 20px;
    min-height: 230px;
    position: relative;
    text-decoration: none;
    width: calc(99.99% * 1 / 3 - 13.3333px);
}

.main .stakeholders .right .content .projects-list-container .projects-list .project-item:nth-child(n) {
    margin-right: 20px;
}

.main .stakeholders .right .content .projects-list-container .projects-list .project-item:last-child, .main .stakeholders .right .content .projects-list-container .projects-list .project-item:nth-child(3n) {
    margin-right: 0;
}

.main .stakeholders .right .content .projects-list-container .projects-list .project-item .action-icon {
    border-radius: 30px;
    height: 30px;
    left: 15px;
    position: absolute;
    top: 15px;
    width: 30px;
    z-index: 1;
}

.main .stakeholders .right .content .projects-list-container .projects-list .project-item .action-icon img {
    display: block;
    width: 100%;
}

.main .stakeholders .right .content .projects-list-container .projects-list .project-item .header {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.main .stakeholders .right .content .projects-list-container .projects-list .project-item .header img {
    display: block;
    width: 100%;
}

.main .stakeholders .right .content .projects-list-container .projects-list .project-item .project-content {
    background-color: #fff;
    height: 100px;
    margin-top: 48%;
    padding: 15px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.main .stakeholders .right .content .projects-list-container .projects-list .project-item .project-content .bar {
    height: 2px;
    margin-bottom: 10px;
    width: 30px;
}

.main .stakeholders .right .content .projects-list-container .projects-list .project-item .project-content .title {
    width: 100%;
}

.main .stakeholders .right .content .projects-list-container .projects-list .project-item .project-content .title h2 {
    color: #000;
    font-family: "Titillium Web",sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    margin: 0;
}

.main .stakeholders .right .content .projects-list-container .projects-list .project-item .project-content .action h3, .main .stakeholders .right .content .projects-list-container .projects-list .project-item .project-content .project-number h3 {
    color: #000;
    font-family: "Titillium Web",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    margin: 0;
}

.main .stakeholders .right .content .projects-list-container .projects-list .project-item:hover .project-content {
    backface-visibility: hidden;
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    height: 156px;
    left: 0;
    position: absolute;
    right: 0;
    transition: height 0.5s ease 0s;
    z-index: 2;
}

.main .stakeholders .right .content .projects-list-container .projects-list .project-item .btn-container {
    bottom: 15px;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: opacity 1s ease-in-out 0s;
    width: 100%;
    z-index: 3;
}

.main .stakeholders .right .content .projects-list-container .projects-list .project-item:hover .btn-container {
    opacity: 1;
}

.main .stakeholders .right .mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
.stakeholders.main-container .left {
    display: none;
}

.main .main-container.stakeholders .right {
    display: block;
    float: none;
    padding-top: 1px;
    width: 100%;
}

.main .main-container.stakeholders .right .projects-list-container .projects-list .project-item {
    flex: 0 0 auto;
    width: calc(99.99% * 1 / 2 - 5px);
}

.main .main-container.stakeholders .right .projects-list-container .projects-list .project-item:nth-child(n) {
    margin-right: 10px;
}

.main .main-container.stakeholders .right .projects-list-container .projects-list .project-item:last-child, .main .main-container.stakeholders .right .projects-list-container .projects-list .project-item:nth-child(2n) {
    margin-right: 0;
}

.main .main-container.stakeholders .right .content.mobile ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.main .main-container.stakeholders .right .content.mobile ul li {
    border-left: 5px solid #fff;
    cursor: pointer;
    height: 55px;
    position: relative;
    transition: all 0.3s linear 0s;
    width: 100%;
}

.main .main-container.stakeholders .right .content.mobile ul li span {
    color: #004493;
    display: block;
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
    font-weight: 600;
    left: 0;
    line-height: 18px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.main .main-container.stakeholders .right .content.mobile ul li.active, .main .main-container.stakeholders .right .content.mobile ul li:hover {
    background-color: #eee;
    border-left: 5px solid #57585a;
}

.stakeholders .mobile, .stakeholders .right .mobile {
    clear: both;
    display: block;
}

.stakeholders .right .content .actions-list-container .action-item .title h4 {
    color: #fff;
    line-height: 24px;
    margin: 0 0 15px;
}

.stakeholders .right .content .actions-list-container .action-item .description p {
    font-size: 12px;
    line-height: 15px;
}

.stakeholders .right .content .projects-list-container .projects-actions-list li span {
    font-size: 10px;
    line-height: 12px;
}

.stakeholders .right .content .projects-list-container .projects-list .project-item .action-icon {
    border-radius: 20px;
    height: 20px;
    left: 5px;
    top: 5px;
    width: 20px;
}

.stakeholders .right .content .projects-list-container .projects-list .project-item .project-content .action h3, .stakeholders .right .content .projects-list-container .projects-list .project-item .project-content .project-number h3, .stakeholders .right .content .projects-list-container .projects-list .project-item .project-content .title h2 {
    font-size: 11px;
    line-height: 13px;
}

}

@media only screen and (max-width: 640px) {
.main .main-container.stakeholders .right .content .actions-list-container .action-item {
    position: relative;
    width: 100%;
}

.main .main-container.stakeholders .right .content .actions-list-container .action-item .description {
    width: 100%;
}

.main .main-container.stakeholders .right .content .actions-list-container .action-item .icon {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 14%;
}

.main .main-container.stakeholders .right .content .projects-list-container .projects-list .project-item {
    width: 100%;
}

.main .main-container.stakeholders .right .content .projects-list-container .projects-list .project-item .header {
    position: relative;
    width: 100%;
}

.main .main-container.stakeholders .right .content .projects-list-container .projects-list .project-item .project-content {
    bottom: 0;
    position: absolute;
}

}

@media only screen and (max-width: 480px) {
    .main .main-container.stakeholders .right .content .actions-list-container .action-item .icon {
        top: 20px;
    }

}


.about .left .content {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 15px;
}

.about .left .content h3 {
    color: #004493;
    margin: 0 0 10px;
    position: relative;
}

.about .left .content h3::after {
    background-color: #004493;
    bottom: -4px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 20px;
}

.about .left .content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.about .left .content ul li {
    border-left: 5px solid #fff;
    cursor: pointer;
    height: 55px;
    position: relative;
    transition: all 0.3s linear 0s;
    width: 100%;
}

.about .left .content ul li span {
    color: #004493;
    display: block;
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
    font-weight: 600;
    left: 0;
    line-height: 18px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.about .left .content ul li:hover {
    background-color: #eee;
    border-left: 5px solid #57585a;
}

.about .right {
    padding-bottom: 10px;
}

.about .right .content {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 44px 20px 20px;
}

.about .right .content .bar {
    background-color: #57585a;
    height: 2px;
    margin-bottom: 10px;
    width: 40px;
}

.about .right .content h3 {
    color: #00519a;
}

.about .right .content h2 {
    color: #57585a;
    font-family: "Titillium Web",sans-serif;
    font-weight: 600;
    line-height: 37px;
    margin: 0 0 20px;
}

.about .right .content > p {
    margin: 0 0 35px;
}

.about .right .content .content-team {
    margin-bottom: 30px;
}

.about .right .content .row {
    display: flex;
    flex-flow: row wrap;
}

.about .right .content .row::before {
    content: "";
    display: table;
}

.about .right .content .row::after {
    clear: both;
    content: "";
    display: table;
}

.about .right .content .row .team-member-wrapper {
    border: 1px solid #231f20;
    flex: 0 0 auto;
    margin-bottom: 20px;
    padding: 35px 15px 10px;
    text-align: center;
    width: calc(99.99% * 1 / 3 - 6.66667px);
}

.about .right .content .row .team-member-wrapper:nth-child(n) {
    margin-right: 10px;
}

.about .right .content .row .team-member-wrapper:last-child, .about .right .content .row .team-member-wrapper:nth-child(3n) {
    margin-right: 0;
}

.about .right .content .row .team-member-wrapper img {
    border-radius: 150px;
    max-width: 150px;
}

.about .right .content .row .team-member-wrapper .description {
    font-size: 17px;
    line-height: 17px;
    margin-top: 10px;
}

.about .right .content .row .team-member-wrapper .name {
    font-size: 15px;
    line-height: 15px;
    margin-top: 25px;
}

.about .right .content .row .team-member-wrapper .role {
    font-size: 15px;
    line-height: 17px;
}

@media only screen and (max-width: 768px) {
.main .about .left {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

.main .about .right {
    width: 100%;
}

.main .about .right .content img {
    height: auto;
    margin: 0 auto;
    width: 100%;
}

.main .about .right .content .row .team-member-wrapper {
    padding: 21px 15px 10px;
    width: calc(99.99% * 1 / 2 - 5px);
}

.main .about .right .content .row .team-member-wrapper:nth-child(n) {
    clear: none;
    float: left;
    margin-right: 10px;
}

.main .about .right .content .row .team-member-wrapper:last-child, .main .about .right .content .row .team-member-wrapper:nth-child(2n) {
    margin-right: 0;
}

.main .about .right .content .row .team-member-wrapper:nth-child(2n+1) {
    clear: left;
}

.main .about .right .content .row .team-member-wrapper .description {
    font-size: 12px;
    line-height: 12px;
    margin-top: 5px;
}

.main .about .right .content .row .team-member-wrapper .name {
    font-size: 12px;
    line-height: 12px;
    margin-top: 13px;
}

.main .about .right .content .row .team-member-wrapper .role {
    font-size: 10px;
    line-height: 14px;
    margin-top: 5px;
}

}

@media only screen and (max-width: 640px) {
.main .about .right .content .row .team-member-wrapper {
    width: 100%;
}

}

.footer {
    background-color: #004493;
}

.footer .footer-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 0 15px;
}

.footer .footer-container::before {
    content: "";
    display: table;
}

.footer .footer-container::after {
    clear: both;
    content: "";
    display: table;
}

.footer .footer-container .top {
    width: 100%;
}

.footer .footer-container .top::before {
    content: "";
    display: table;
}

.footer .footer-container .top::after {
    clear: both;
    content: "";
    display: table;
}

.footer .footer-container .top h6, .footer .footer-container .top p {
    color: #fff;
}

.footer .footer-container .top .left {
    width: calc(99.99% * 1 / 4 - 60px);
    text-align: justify;
}

.footer .footer-container .top .left:nth-child(n) {
    clear: none;
    float: left;
    margin-right: 60px;
}

.footer .footer-container .top .left:last-child, .footer .footer-container .top .left:nth-child(0) {
    margin-right: 0;
}

.footer .footer-container .top .left:nth-child(1) {
    clear: left;
}

.footer .footer-container .top .left a {
    color: #fff;
    text-decoration: none;
}

.footer .footer-container .top .left .more span.map-icon {
    background: rgba(0, 0, 0, 0) url("../assets/icons/map-icon.svg") no-repeat scroll 0 0;
    margin-left: 10px;
    padding-left: 17px;
    padding-top: 5px;
}

.footer .footer-container .top .middle {
    width: calc(99.99% * 3 / 8 - 60px);
    text-align: justify;
}

.footer .footer-container .top .middle:nth-child(n) {
    clear: none;
    float: left;
    margin-right: 60px;
}

.footer .footer-container .top .middle:last-child, .footer .footer-container .top .middle:nth-child(0) {
    margin-right: 0;
}

.footer .footer-container .top .middle:nth-child(1) {
    clear: left;
}

.footer .footer-container .top .right {
    width: calc(99.99% * 3 / 8 - 60px);
    text-align: justify;
}

.footer .footer-container .top .right:nth-child(n) {
    clear: none;
    float: left;
    margin-right: 60px;
}

.footer .footer-container .top .right:last-child, .footer .footer-container .top .right:nth-child(0) {
    margin-right: 0;
}

.footer .footer-container .top .right:nth-child(1) {
    clear: left;
}

.footer .footer-container .top .right .newsletter {
    background-color: #fff;
    height: 35px;
    width: 223px;
}

.footer .footer-container .top .right .newsletter span.email {
    margin-left: 7px;
}

.footer .footer-container .top .right .newsletter span.email input {
    border: 0 none;
    color: #000;
    font-family: "Titillium Web",sans-serif;
    font-size: 12px;
    font-weight: 700;
    width: 144px;
}

.footer .footer-container .top .right .newsletter span.email input:focus {
    outline: medium none;
}

.footer .footer-container .top .right .newsletter span.submit input {
    background-color: #fff;
    border: 2px solid #004493;
    color: #004493;
    font-family: "Titillium Web",sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: 27px;
    margin-top: 4px;
    padding-left: 4px;
    width: 60px;
}

.footer .footer-container .top .right .newsletter .wpcf7-form {
    position: relative;
}

.footer .footer-container .top .right .newsletter .wpcf7-form .wpcf7-form-control-wrap {
    position: static;
}

.footer .footer-container .top .right .newsletter .wpcf7-form .wpcf7-validation-errors {
    display: none;
}

.footer .footer-container .top .right .newsletter .wpcf7-form .wpcf7-not-valid-tip {
    bottom: -5px;
    font-size: 11px;
    position: absolute;
    width: 100%;
}

.footer .footer-container .top .right .newsletter .wpcf7-form .wpcf7-mail-sent-ok {
    border: medium none;
}

.footer .footer-container .top .right .newsletter .wpcf7-form .wpcf7-response-output {
    border: medium none;
    color: #fff;
    font-size: 11px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 36px;
}

.partners {
    width: 100%;
}

.partners .partners-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-bottom: 15px;
}

.partners .partners-container::before {
    content: "";
    display: table;
}

.partners .partners-container::after {
    clear: both;
    content: "";
    display: table;
}

.partners .partners-container .partners-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.partners .partners-container .partners-wrapper::before {
    content: "";
    display: table;
}

.partners .partners-container .partners-wrapper::after {
    clear: both;
    content: "";
    display: table;
}

.partners .partners-container .partners-title {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 0 15px;
    width: 100%;
}

.partners .partners-container .partners-title h6 {
    color: #004493;
    margin: 0 0 20px;
}

.partners .partners-container .partners-item {
    margin-bottom: 25px;
    width: 16.665%;
}

.partners .partners-container .partners-item:nth-child(n) {
    clear: none;
    float: left;
    margin-right: 0;
}

.partners .partners-container .partners-item:last-child, .partners .partners-container .partners-item:nth-child(0) {
    margin-right: 0;
}

.partners .partners-container .partners-item:nth-child(1) {
    clear: left;
}

.partners .partners-container .partners-item img {
    display: block;
    width: 100%;
}

.bottom-footer {
    background-color: #262626;
    padding: 30px 0 0;
}

.bottom-footer .bottom-footer-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    min-height: 110px;
    padding: 0 15px;
}

.bottom-footer .bottom-footer-container::before {
    content: "";
    display: table;
}

.bottom-footer .bottom-footer-container::after {
    clear: both;
    content: "";
    display: table;
}

.bottom-footer .text-left {
    color: #fff;
    float: left;
    font-size: 15px;
    width: 50%;
}

.bottom-footer .text-left br {
    display: none;
}

.bottom-footer .text-left a {
    text-decoration: none;
}

.bottom-footer .text-left span {
    color: #73c4ee;
}

.bottom-footer .text-left span.dash {
    color: #fff;
    margin: 0 5px;
}

.bottom-footer .text-right {
    color: #fff;
    float: right;
    text-align: right;
    width: 50%;
}

.bottom-footer .text-right span {
    color: #73c4ee;
}

.bottom-footer .text-right span.dash {
    color: #fff;
    margin: 0 5px;
}

.bottom-footer .text-right a {
    color: #fff;
    text-decoration: none;
}

.bottom-footer .image img {
    float: left;
    padding-top: 18px;
}

@media only screen and (max-width: 1024px) {
    .footer .footer-container .top .left {
        width: 25%;
    }
    /*
    .footer .footer-container .top .middle {
        width: 70%;
    }
    
    .footer .footer-container .top .right {
        width: 100%;
    }
    */
    .footer .footer-container .top .right .newsletter {
        margin-bottom: 30px;
    }

}

@media only screen and (max-width: 768px) {
    .footer .footer-container .top .left {
        width: 100%;
    }

    .footer .footer-container .top .more h6 {
        margin-bottom: 0;
    }

    .footer .footer-container .top .middle, .footer .footer-container .top .right {
        width: 100%;
    }
    
    .footer .footer-container .top .right h6 {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
.partners .partners-container .partners-item {
    margin-bottom: 10px;
    width: 33%;
}

}

@media only screen and (max-width: 480px) {
.partners .partners-container .partners-item {
    width: 50%;
}

}

@media only screen and (max-width: 1215px) {
.bottom-footer .bottom-footer-container .text-left {
    width: 70%;
}

.bottom-footer .bottom-footer-container .text-right {
    width: 30%;
}

}

@media only screen and (max-width: 930px) {
.bottom-footer .bottom-footer-container .text-left {
    padding-bottom: 5px;
    width: 100%;
}

.bottom-footer .bottom-footer-container .text-right {
    display: flex;
    width: 100%;
}

.bottom-footer .bottom-footer-container .image img {
    padding-top: 10px;
}

}

@media only screen and (max-width: 480px) {
.bottom-footer .bottom-footer-container .text-left {
    padding-bottom: 20px;
    width: 100%;
}

.bottom-footer .bottom-footer-container .text-left br {
    display: block;
}

.bottom-footer .bottom-footer-container .text-right {
    display: flex;
    padding-bottom: 20px;
    width: 100%;
}

.bottom-footer .bottom-footer-container .image img {
    margin-bottom: 20px;
}

}

.tile-list .content .projects-list-container .projects-list {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.tile-list .content .projects-list-container .projects-list::before {
    content: "";
    display: table;
}

.tile-list .content .projects-list-container .projects-list::after {
    clear: both;
    content: "";
    display: table;
}

.tile-list .content .projects-list-container .projects-list .project-item {
    border: 1px solid #000;
    cursor: pointer;
    flex: 0 0 auto;
    margin-bottom: 20px;
    min-height: 230px;
    position: relative;
    text-decoration: none;
    width: calc(99.99% * 1 / 3 - 13.3333px);
}

.tile-list .content .projects-list-container .projects-list .project-item:nth-child(n) {
    margin-right: 20px;
}

.tile-list .content .projects-list-container .projects-list .project-item:last-child, .tile-list .content .projects-list-container .projects-list .project-item:nth-child(3n) {
    margin-right: 0;
}

.tile-list .content .projects-list-container .projects-list .project-item .action-icon {
    border-radius: 30px;
    height: 30px;
    left: 15px;
    position: absolute;
    top: 15px;
    width: 30px;
    z-index: 1;
}

.tile-list .content .projects-list-container .projects-list .project-item .action-icon img {
    display: block;
    width: 100%;
}

.tile-list .content .projects-list-container .projects-list .project-item .header {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.tile-list .content .projects-list-container .projects-list .project-item .header img {
    display: block;
    width: 100%;
}

.tile-list .content .projects-list-container .projects-list .project-item .project-content {
    background-color: #fff;
    height: 100px;
    margin-top: 48%;
    padding: 15px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.tile-list .content .projects-list-container .projects-list .project-item .project-content .bar {
    height: 2px;
    margin-bottom: 10px;
    width: 30px;
}

.tile-list .content .projects-list-container .projects-list .project-item .project-content .title {
    width: 100%;
}

.tile-list .content .projects-list-container .projects-list .project-item .project-content .title h2 {
    color: #000;
    font-family: "Titillium Web",sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    margin: 0;
}

.tile-list .content .projects-list-container .projects-list .project-item .project-content .action h3, .tile-list .content .projects-list-container .projects-list .project-item .project-content .project-number h3 {
    color: #000;
    font-family: "Titillium Web",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    margin: 0;
}

.tile-list .content .projects-list-container .projects-list .project-item:hover .project-content {
    backface-visibility: hidden;
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    height: 156px;
    left: 0;
    position: absolute;
    right: 0;
    transition: height 0.5s ease 0s;
    z-index: 2;
}

.tile-list .content .projects-list-container .projects-list .project-item .btn-container {
    bottom: 15px;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: opacity 1s ease-in-out 0s;
    width: 100%;
    z-index: 2;
}

.tile-list .content .projects-list-container .projects-list .project-item:hover .btn-container {
    opacity: 1;
}

@media only screen and (max-width: 768px) {
    .events-archive .right .content .events-list .event-list-item .image {
        float: right;
        min-height: 64px;
        min-width: 64px;
    }
}

@media only screen and (max-width: 640px) {

}

@media only screen and (max-width: 480px) {

}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}