/*==================== Colors =============================== */
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent; }

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 62.5%;
    font-family: 'Open Sans', sans-serif;
    /* 1 */
    font-weight: normal; }

/**
 * Remove default margin.
 */
body {
    margin: 0;
    font-family: "Noto Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 1.4;
    position: relative;
    color: #101818;
    background: #fff;
    overflow: visible;
    box-sizing: border-box; }

html, body {
    height: 100%; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    *display: inline;
    *zoom: 1;
    vertical-align: baseline;
    /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
    margin: 0;
    padding: 0;
    color: #0f265c;
    text-decoration: none; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:hover {
    cursor: pointer; }

a:active,
a:hover {
    outline: 0;
    color: #34b3e6; }

/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
    outline: 0; }

a.button {
    display: block;
    background-color: #00aed9;
    font-size: 14px;
    padding: 10px 26px;
    color: white;
    font-weight: bold; }

a.button:hover {
    background-color: #00CCFF; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 75%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sup {
    top: -0.5em; }

sub {
    bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }

input, select {
    vertical-align: middle; }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
    height: auto;
    min-height: 50px; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0; }

td,
th {
    padding: 0; }

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none; }

/* change colours to suit your needs */
del {
    text-decoration: line-through; }

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help; }

nav ul {
    list-style: none; }

ul {
    list-style: none; }

blockquote, q {
    quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; }

.squaread {
    width: 100%;
    text-align: center; }

::-moz-selection {
    /* Code for Firefox */
    background: #0f265c;
    color: #fff; }

::selection {
    background: #0f265c;
    color: #fff; }

.clearfix:after {
    content: "";
    display: table;
    clear: both; }

.hide-text, .home, .owl-prev,
.owl-next {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }

.blue-bg {
    background: #0f265c;
    color: #fff; }

.gray-bg {
    background: #f3f3f3;
    padding: 45px 0; }

.bold-text {
    font-size: 14px;
    font-weight: bold; }

a.blue {
    color: #0f265c; }
a.blue:hover {
    color: #34b3e6; }

a.light-blue {
    color: #34b3e6; }
a.light-blue:hover {
    color: #0f265c; }

a.black {
    color: #101818; }
a.black:hover {
    color: #34b3e6; }

.text-center {
    text-align: center; }

.padding-bottom {
    padding-bottom: 140px; }

.overflow-hidden {
    overflow: hidden; }

h1 {
    font-size: 3.2rem;
    font-weight: bold;
    color: #0f265c;
    margin: 30px 0; }

h2 {
    font-size: 2.4rem;
    color: #101818;
    font-weight: bold; }

h3 {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.25;
    color: #0f265c; }

h4 {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}

h5 {
    font-size: 2rem;
    font-weight: bold; }

h6 {
    font-size: 1.8rem;
    font-weight: bold; }

a {
    color: #34b3e6; }
a:hover {
    color: #0f265c; }

p {
    margin: 0 0 20px; }

.container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }

.width-1720 {
    max-width: 1720px;
    margin-left: auto;
    margin-right: auto; }

.main-text {
    width: 75%;
    float: left;
    padding-right: 95px;
    text-align: justify; }

.has-sidebar {
    width: 75%;
    float: left;
    padding-right: 75px; }

.sidebar {
    width: 25%;
    float: left; }

.section {
    padding: 40px 0 45px; }

.contact-item {
    width: 20%;
    float: left; }
.contact-item:first-child {
    width: 40%; }

.col-1-2 {
    width: 50%;
    float: left; }

#top {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000; }

.hero-img-wrapper + #wrapper #top {
    position: static; }

.hero-img-wrapper + #wrapper #top.fixed-header {
    position: fixed; }

.hero-img-wrapper + #wrapper {
    padding-top: 0; }

#wrapper {
    padding-top: 80px; }

#top {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    background: #fff; }

.logo {
    width: 23%;
    padding: 8px 0 0; 
    float:left;
}

#navigation {
    float: left; }

.header-search {
    display: inline-block;
    float: right;
    width: 420px;
    background: #65a8de;
    }
.header-search input[type="text"] {
    background: #65a8de;
    color: #fff;
    font-size: 1.4rem;
    border: 0;
    padding: 30px;
    width: 420px;
    width: 75.7%; }
.header-search input:focus {
    outline: 0; }
.header-search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    font-style: italic; }
.header-search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-style: italic; }
.header-search :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    font-style: italic; }
.header-search :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-style: italic; }
.header-search .fa-search {
    background: #65a8de;
    color: #fff;
    padding: 31.5px 30px 31.5px 20px;
    float: right;
    cursor: pointer;
    width: 24.3%; }

.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000; }

.footer-top {
    margin-top: 30px;
    padding: 45px 0 50px 50px;
    border-top: 1px dashed #0f265c;
    border-bottom: 1px dashed #0f265c; }

.contact-item .title {
    color: #34b3e6;
    margin-bottom: 10px; }

.contact-text {
    color: #0f265c;
    font-weight: bold; }

.footer-bottom {
    padding: 50px 0; }

.footer-logo {
    float: left;
    margin-right: 50px; }

.copy {
    font-size: 12px;
    color: #767676; }

.main-menu {
    width: 77%;
    float: left; }
.main-menu li {
    display: inline-block;
    margin-right: 12px;
    position: relative; }
.main-menu li:hover .sub {
    display: block; }
.main-menu .language-item {
    margin-right: 0; }

.main-menu-inner {
    float: right; }

.menu-link {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 33px 10px 23px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    color: #0f265c; }

.home-link {
    height: 53px; }

.menu-link:hover:before,
.main-menu li:hover .menu-link:before,
.main-menu .active .menu-link:before {
    content: "";
    position: absolute;
    display: block;
    background: #0f265c;
    height: 5px;
    width: 100%;
    left: 0;
    bottom: -4px; }

.main-menu .active.home-link .menu-link:before {
    height: 0; }

.menu-link.home:hover:before,
.main-menu li:hover .menu-link.home:before {
    display: none !important; }

.sub {
    display: none;
    position: absolute;
    left: 0;
    background: #34b3e6;
    z-index: 1000;
    padding: 15px 20px;
    top: 79px;
    width: 240px; }
.sub li {
    display: block;
    font-size: 1.4rem;
    margin-right: 0; }

.submenu-link {
    color: #fff;
    text-transform: capitalize;
    padding: 7px 0;
    display: block;
    font-weight: bold; }
.submenu-link:hover {
    color: #fff; }

.home {
    background: url(../img/home-icon.png) no-repeat;
    height: 22px;
    width: 30px;
    padding: 0;
    position: relative;
    top: 4px; }

.home-link:hover,
.home-link.active {
    border-bottom: 5px solid #0f265c; }

.language-item a {
    padding: 33px 0px 23px; }
.language-item.active .menu-link {
    color: #34b3e6; }
.language-item + .language-item:before {
    content: "/"; }
.language-item.active .menu-link:before {
    display: none; }

#language {
    margin-left: 10px;
    margin-right: 34px;
    float: left; }

.toggle-nav,
.toggler {
    display: none; }

.path {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 18px 0 15px; }
.path li {
    display: inline-block; }
.path li + li:before {
    content: " > ";
    color: #a6a6a6; }
.path a {
    color: #a6a6a6;
    text-transform: uppercase; }
.path .active a {
    color: #0f265c; }

.path-first {
    color: #65a8de; }

.tabs li {
    display: inline-block;
    color: #c3c3c3;
    cursor: pointer; }
.tabs li:after {
    content: " | "; }
.tabs li:last-child:after {
    content: ""; }
.tabs .current {
    color: #34b3e6; }

.tab-content {
    display: none !important; }
.tab-content.current {
    display: block !important; }

.tab-content-inner {
    display: none !important; }
.tab-content-inner.current {
    display: block !important; }

.btn {
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid;
}

.arrow-list {
    list-style-image: url(../img/arrow-li.png);
    margin-left: 30px; }
.arrow-list li {
    margin-bottom: 15px; }
.arrow-list a {
    color: #101818;
    border-bottom: 1px solid #a8a8a8; }

.footer-list {
    margin: 22px 0 18px; }
.footer-list li {
    display: inline-block; }
.footer-list li:after {
    content: " | ";
    color: #767676; }
.footer-list li:last-child:after {
    content: ""; }
.footer-list a {
    color: #767676;
    font-size: 12px;
    font-weight: bold; }
.footer-list a:hover {
    color: #101818; }

.owl-carousel {
    position: relative; }

.owl-prev,
.owl-next {
    position: absolute;
    top: 48%;
    width: 18px;
    height: 30px; }

.owl-prev {
    left: 30px;
    background: url(../img/arrow-left.png) no-repeat; }

.owl-next {
    right: 30px;
    background: url(../img/arrow-right.png) no-repeat; }

.listing-pagination {
    margin-top: 30px; }
.listing-pagination ul li {
    display: inline-block; }
.listing-pagination ul li.active a {
    color: #0f265c; }

.req {
    color: #fe2424; }

label {
    font-size: 14px;
    font-style: italic; }

.field {
    margin-top: 5px; }

.field-row {
    margin: 0 -5px; }

.field-wrapper {
    margin-bottom: 12px; }
.field-wrapper.col-1-2 {
    padding: 0 5px; }

input,
textarea,
select {
    width: 100%;
    background: transparent;
    border: 1px solid;
    padding: 8px;
    font-size: 14px; }

textarea {
    resize: none;
    height: 130px; }

button {
    background: #0f265c;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 20px 75px;
    text-transform: uppercase;
    border: 0;
    transition: opacity 0.4s; }
button:hover {
    opacity: 0.9; }

.header-container {
    padding-left: 55px; }

.art-header {
    width: 71%;
    float: left;
    border: 5px solid #0f265c;
    margin: -55px 0 40px;
    z-index: 10;
    position: relative;
    background: #fff; }

.art-media {
    width: 29%;
    float: left;
    padding: 50px 0 0 50px; }
.art-media .tabs {
}

.article-heading {
    padding: 60px 50px;
    border-bottom: 2px solid #0f265c;
    letter-spacing: 2px;
    margin: 0; }

.asset-status {
    width: 30%;
    float: left;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 33px 12px 16px 12px; }
.asset-status a {
    color: #fff; }

.asset-cat {
    width: 70%;
    float: left;
    padding: 40px 45px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #0f265c; }
.asset-cat a {
    color: #0f265c; }
.asset-cat a:hover {
    color: #34b3e6; }

.asset-status-icon {
    display: inline-block;
    width: 30%;
    float: left;
    padding: 36px 0 14px 15px; }
.asset-status-icon + span {
    line-height: 33px;
    float: left; }

.in-progress {
    background: url(../img/in-progress.png) no-repeat; }

.completed {
    background: url(../img/completed.png) no-repeat; }

.rolling-ahead {
    background: url(../img/rolling-ahead.png) no-repeat;
    background-size: 33px; }

.article-text {
    padding: 45px 0 40px;
    clear: left; }

.date {
    color: #9e9e9e;
    font-size: 1.2rem;
    font-weight: bold; }

.related-article {
    padding: 28px 0;
    border-top: 1px dashed #c8ced5;
    border-bottom: 1px dashed #c8ced5; }

.pdf.related {
    margin: 40px 0 0; }
.pdf .related-article:last-child {
    border-bottom: 0; }

.related {
    margin: 20px 0;
}

.article-gallery img {
    width: 100%; }

.pdf-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/pdf.png) no-repeat;
    margin-right: 10px;
    vertical-align: bottom; }

#map {
    height: 345px;
    width: 100%;
    margin-top: -130px; }

.downloads h4 {
    margin-top: 40px; }

.sep {
    color: #34b3e6; }

.portfolio .gray-bg {
    padding-bottom: 140px; }

.downloads a:hover {
    color: #0f265c;
    border-bottom: 1px solid #0f265c; }

.cat-image {
    float: left;
    max-width: 240px; }

.cat-data {
    margin-left: 265px; }

.cat-title {
    color: #65a8de; }

.cat-main-image {
    margin-bottom: 20px; }
.cat-main-image img {
    width: 100%; }

.category {
    margin: 5px 0 15px; }
.category a,
.category .asset-status-text {
    color: #0f265c;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    margin-right: 5px; }
.category .in-progress {
    background: url(../img/in-progress-blue.png) no-repeat; }
.category .completed {
    background: url(../img/completed-blue.png) no-repeat; }
.category .rolling-ahead {
    background: url(../img/rolling-blue.png) no-repeat; }
.category .asset-status-icon {
    width: 24px;
    height: 23px;
    margin-right: 10px;
    padding: 36px 0 0 25px; }

.cat-description {
    font-size: 14px !important;
    text-align: justify !important;
    line-height: 1.5; }
.cat-description * {
    font-size: 14px !important;
    text-align: justify !important; }
.cat-description ol, .cat-description ul {
    margin-left: 1em; }

.article-item {
    padding-bottom: 25px;
    border-bottom: 2px solid #d1d1d1;
    margin-bottom: 30px; }

.article-item:last-child {
    border-bottom: 0; }

.cat-tab.current {
    color: #0f265c; }

.cat-tab {
    font-size: 1.8rem;
    width: 25%;
    float: left;
    text-align: center;
    padding: 15px 0; }
.cat-tab.current {
    border-bottom: 4px solid #0f265c;
    font-weight: bold; }

.tabs li {
    color: #999; }

.tabs li:after {
    content: ""; }

.articles-list .cat-tab {
    width: 50%; }
.articles-list .title {
    margin-bottom: 18px; }
.articles-list .cat-title {
    color: #0f265c;
    font-size: 1.8rem; }
.articles-list .date {
    color: #34b3e6;
    font-size: 2.4rem;
    margin-bottom: 0; }
.articles-list .cat-data {
    margin-left: 0; }

.fund .cat-tab {
    width: 20%;
    padding: 15px 28px; }
.fund .cat-tab:nth-child(5) {
    padding: 3px 0px; }
.fund .cat-data {
    margin-left: 0; }
.fund .cat-title {
    color: #0f265c;
    font-size: 1.8rem; }
.fund .title {
    margin-bottom: 10px; }
.fund #tab-3 .cat-title {
    position: relative;
    display: inline-block;
    padding-right: 42px;
    font-size: 16px;
    color: #999;
    cursor: pointer;
    width: 100%; }
.fund #tab-3 .cat-title + .cat-title {
    margin-top: 35px; }
.fund #tab-3 .cat-title .fa-chevron-right {
    display: none; }
.fund #tab-3 .current.cat-title {
    font-weight: bold;
    color: #0f265c; }
.fund #tab-3 .current.cat-title:after {
    content: "";
    height: 1px;
    width: 85%;
    left: 0;
    bottom: -12px;
    background: #0f265c;
    position: absolute; }
.fund #tab-3 .current.cat-title .fa-chevron-right {
    display: block;
    position: absolute;
    top: 34%;
    right: 32px; }
.fund .tabs-inner {
    width: 34%;
    float: left; }
.fund #tab-3 .cat-description {
    float: left;
    width: 66%; }

.news .cat-data {
    margin-left: 0; }

.cat-tabs .cat-tab a {
    color: #999; }
.cat-tabs .cat-tab.current a {
    color: #0f265c; }

.hero-img img {
    width: 100%; }

.hero-img-wrapper {
    overflow-x: hidden; }

.private-section {
    padding: 85px 0 110px; }
.private-section h2 {
    color: #0f265c;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 15px;
}

.procurements {
    padding: 45px 0 75px; }
.procurements h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase; }
.procurements .btn:hover {
    color: #fff; }

.newsletter {
    padding: 30px 0 35px;
    text-align: center; }
.newsletter h2 {
    color: #0f265c;
    margin-bottom: 25px; }

.nl-form {
    position: relative; }
.nl-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #979797;
    font-style: italic; }
.nl-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #979797;
    font-style: italic; }
.nl-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #979797;
    font-style: italic; }
.nl-form :-moz-placeholder {
    /* Firefox 18- */
    color: #979797;
    font-style: italic; }

.nl-form-email {
    width: 100%;
    padding: 20px;
    border: 0;
    border-bottom: 1px solid #979797; }
.nl-form-email:focus {
    outline: 0;
    border-bottom: 1px solid #34b3e6; }

.nl-form-submit {
    background: transparent url(../img/arrow_nl.png) no-repeat;
    border: 0;
    outline: 0;
    width: 35px;
    height: 20px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 25px; }

.box {
    border: 4px solid #0f265c;
    padding: 30px 110px 35px; }

.connect {
    margin-top: 30px; }

.home-slideshow {
    margin: 40px 0; }
.home-slideshow .owl-item {
    padding: 0px 15px; }
.home-slideshow .owl-prev {
    left: -30px;
    background: url(../img/arrow-left-blue.png) no-repeat; }
.home-slideshow .owl-next {
    right: -30px;
    background: url(../img/arrow-right-blue.png) no-repeat; }

.slideshow-item {
    background: #fff; }
.slideshow-item .data {
    padding: 25px 20px;
    min-height: 200px;
    position: relative; }
.slideshow-item .categories {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 23px 0 20px;
    margin: 0 20px;
    border-top: 1px solid #c3c3c3;
    color: #c3c3c3;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase; }
.slideshow-item .asset {
    float: left; }
.slideshow-item .status {
    float: right;
    line-height: 14px;
    color: #c3c3c3; }
.slideshow-item .status-icon {
    display: inline-block;
    width: 13px;
    height: 14px;
    margin-right: 10px; }
.slideshow-item .status-title {
    float: right; }
.slideshow-item .completed {
    background: url(../img/completed-gray.png) no-repeat; }
.slideshow-item .in-progress {
    background: url(../img/in-progress-gray.png) no-repeat; }
.slideshow-item img {
    width: 100%; }

.procurements-slider {
    margin: 75px 0 40px; }
.procurements-slider .data {
    background: #0f265c;
    padding: 80px 40px 15px; }
.procurements-slider .owl-item {
    border-left: 1px dashed #41537e;
    min-height: 300px; }
.procurements-slider .owl-item:last-child {
    border-right: 1px dashed #41537e; }
.procurements-slider .date {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0; }
.procurements-slider h3 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.43; }
.procurements-slider .owl-prev {
    left: -100px; }
.procurements-slider .owl-next {
    right: -100px; }
.procurements-slider .category {
    margin: 0 0 10px; }
.procurements-slider .category a {
    color: #34b3e6;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold; }

.social {
    width: 40%;
    float: left; }

.social a {
    display: inline-block;
    width: 65px;
    height: 65px;
    margin: 0 20px; }

.social-yt {
    background: url(../img/youtube.png) no-repeat; }

.social-li {
    background: url(../img/linkedin.png) no-repeat; }

.social-rss {
    background: url(../img/rss.png) no-repeat; }

.social-linkedin {
    background: url(../img/lkdin.png) no-repeat; }

.connect-text {
    width: 50%;
    float: left;
    font-size: 2.1rem;
    margin-top: 15px;
    color: #0f265c;
    font-weight: bold;
}

.social {
    width: 50%;
    float: left;
}

.asset {
    line-height: 18px; }

.asset-icon {
    float: left;
    margin-right: 10px; }

.asset-title a {
    color: #c4c4c4; }

.ypodomes {
    background: url(../img/upodomes.png) no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px; }

.akinhta {
    background: url(../img/akinita.png) no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px; }

.etaireies {
    background: url(../img/etaireies.png) no-repeat;
    display: inline-block;
    width: 18px;
    height: 12px; }
.etaireies.asset-icon {
    float: none; }

#map-contact {
    width: 475px;
    height: 200px;
    border: 5px solid #FFF;
    margin-top: 18px;
    margin-bottom: 20px; }

.contact-page {
    color: #0f265c; }
.contact-page h1 {
    font-size: 20px;
    margin-top: 55px; }
.contact-page a {
    color: #0f265c; }
.contact-page .fa-caret-right {
    padding-left: 10px; }

.contact-field {
    margin-bottom: 10px; }

.submit-wrapper {
    float: right;
    margin-top: 10px; }

.required {
    font-size: 14px; }

.search-page input[type="text"] {
    width: 40%;
    height: 56px;
    border-color: #0f265c; }
.search-page h1 {
    font-size: 2.4rem; }
.search-page form {
    margin-bottom: 40px; }


#rfpwindowpopup{
    color: #696969;
    font-size: 15px;
    padding: 10px;
}

.disclaimerbuttons{
    margin-top: 40px;
}

.disclaimeraccept {
    display: inline-block;
    vertical-align: top;
    background: #23e418;
    color: #FFF !important;
    padding: 10px 15px;
    margin-right: 10px;
}

.disclaimerdecline {
    display: inline-block;
    vertical-align: top;
    background: #e41818;
    color: #FFF !important;
    padding: 10px 15px;
    margin-right: 10px;
}

.frontslidetabs{
    text-align:center;
    display: inline-block;
    vertical-align: top;
    padding: 20px 20px 10px 20px;
    border: 3px solid #000;
    margin: 10px 0 30px;
}

.frontslidetabs>span{
    margin-top: 15px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    margin-right: 10px;
}

.slidetabsholder{
    display:inline-block;
    vertical-align:top;
    text-align: left;
}

.frontslidetabs a{
    display:inline-block;
    position:relative;
    padding-bottom: 3px;
    margin: 0 7px 10px;
    font-size: 16px;
}

.frontslidetabs a:hover, .frontslidetabs a.active{
    text-decoration:none;
    color: #0f265c;
}

.frontslidetabs a:active:before, .frontslidetabs a.active:before{
    content:'';
    position:absolute;
    left:0;
    right:0;
    height: 2px;
    background:#0f265c;
    bottom: 0;
}

.frontslidetabs a:active:after,.frontslidetabs a.active:after {
    display:none;
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #0f265c;
    border-width: 5px;
    margin-left: -5px;
}


#akinitosummary table{
    width: 100%;
    margin-bottom: 30px;
}

#akinitosummary table td{
    padding: 5px 15px;
    background: #fff;
    border-bottom: 3px solid #f3f3f3;
    text-align: left;
}

#akinitosummary table tr td:first-child{
    background: #0f265c;
    color: #FFF;
    width: 100px;
    white-space: nowrap;
}

.header-container.akinitoheader{
    padding-left: 0;
}

.header-container.akinitoheader .asset-cat{
    padding: 30px;
}

.header-container.akinitoheader .article-heading{
    padding: 0;
    border: 0;
    letter-spacing: 0;
    font-size: 3rem;
    line-height: 3.7rem;
}

.header-container.akinitoheader .art-media{
    padding: 15px 0 0 50px;
}

.header-container.akinitoheader .art-media a{
    margin-top: 15px;
    display: inline-block;
    vertical-align: top;
    border: 0;
}

.header-container.akinitoheader .asset-status{
    padding: 53px 12px 33px 12px;
}

.akinitoform button{
    padding: 10px 20px 11px;
    vertical-align: top;
    margin-left: 5px;
}

.akinitoform{
    border: 1px solid #a0a0a0;
    padding: 15px;
    margin-bottom: 30px;
}

.private-section #slideshow{
    text-align:center;
}

.art-media .tabs .current{
    position:relative;
}

.art-media .tabs .current:after{
    content:'';
    position:absolute;
    width:100%;
    top: -4px;
    left:0;
    height:3px;
    background: #6fcff4;
}

.art-media .tabs .current:before{
    bottom: calc(100% + 4px);
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #6fcff4;
    border-width: 5px;
    margin-left: -6px;
}

.header-container.akinitoheader .art-media a span{
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.akinitopage ul{
    list-style:disc;
    padding-left:20px;
}

.akinitopage p{
    text-align:left;
}

.gm-style .gm-style-iw-c{
    border-radius:0 !important;
    padding-right: 10px !important;
}

.akinitomaptitle{
    font-size: 17px;
    font-weight: bold;
}

.akinitosubdesc{
    margin-bottom:20px;
    margin-top:5px;
}

.akinitomaplink{
    display: inline-block;
    vertical-align: top;
    background: #62a8dc;
    color: #FFF;
    padding: 10px 15px;
    font-size: 15px;
    transition:all 0.3s;
}

.akinitomaplink:hover, .akinitomaplink:focus{
    background:#162964;
    color:#FFF;
}

#akinitofulldesc table{
    font-size:11px;
}

#akinitofulldesc table tr:first-child td{
    background:#0f265c;
    color:#FFF;
}

#akinitofulldesc table hr{
    margin:0;
}
#akinitofulldesc table td{
    padding:5px 10px;
    text-align:left;
    white-space:nowrap;
    vertical-align:middle;
}

.table-responsive{
    width:100%;
    overflow-x:auto;
}

.akinitacategorylink{
    font-size: 16px;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    border: 1px solid;
    letter-spacing: 2px;
    padding: 10px 20px;
    text-align: center;
}

.urgentnotice{
    padding: 15px;
    font-size: 17px;
    text-align: center;
    border: 1px solid #0f265c;
    margin-left: 15px;
    margin-right: 15px;
}

.opencookiesettings{
    position:fixed;
    bottom:15px;
    right:15px;
    background: #0d265e;
    color: #FFF;
    padding: 7px 12px;
    display: block;
    font-size: 15px;
    box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.4);
    transition:all 0.3s;
}

.opencookiesettings:hover, .opencookiesettings:focus{
    background:#FFF;
    color: #0d265e;
}

@media screen and (max-width: 1600px) {
    #wrapper {
        overflow-x: hidden; }

    .hero-img {
        margin: 0 -20%; }

    .private-section {
        padding: 85px 40px 110px; }

    .header-search {
        width: 315px; } }
@media screen and (max-width: 1400px) {
    #header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000; }

    .hero-img {
        margin-top: 72px; }

    body {
        padding-top: 72px; }

    /* Menu */
    .toggle-nav {
        display: block;
        margin: 30px 30px 10px;
        width: 25px;
        float: right;
        -webkit-transition: all .7s ease;
        -moz-transition: all .7s ease;
        -ms-transition: all .7s ease;
        -o-transition: all .7s ease;
        transition: all .7s ease; }

    .main-menu {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        top: 73px;
        position: absolute;
        float: none;
        background: #0f265c;
        z-index: 1000;
        height: 100vh; }

    .main-menu.show,
    .sub.show {
        display: block; }

    .main-menu.show + .toggle-nav .m1 {
        -webkit-transform: translateY(7px) rotateZ(45deg);
        -moz-transform: translateY(7px) rotateZ(45deg);
        -ms-transform: translateY(7px) rotateZ(45deg);
        -o-transform: translateY(7px) rotateZ(45deg);
        transform: translateY(7px) rotateZ(45deg); }

    .main-menu.show + .toggle-nav .m3 {
        -webkit-transform: translateY(-9px) rotateZ(-45deg);
        -moz-transform: translateY(-9px) rotateZ(-45deg);
        -ms-transform: translateY(-9px) rotateZ(-45deg);
        -o-transform: translateY(-9px) rotateZ(-45deg);
        transform: translateY(-9px) rotateZ(-45deg); }

    .main-menu.show + .toggle-nav .m2 {
        width: 0; }

    .toggler {
        display: block;
        font-size: 20px;
        float: right;
        padding: 0 20px;
        line-height: 1;
        -webkit-transition: transform .2s ease;
        -moz-transition: transform .2s ease;
        -ms-transition: transform .2s ease;
        -o-transition: transform .2s ease;
        transition: transform .2s ease; }

    .toggler.rotate {
        -webkit-transform: rotateZ(180deg);
        -moz-transform: rotateZ(180deg);
        -ms-transform: rotateZ(180deg);
        -o-transform: rotateZ(180deg);
        transform: rotateZ(180deg); }

    .m1,
    .m2,
    .m3 {
        margin: 0 0 4px 0;
        height: 4px;
        background: #1d295b;
        width: 25px;
        -webkit-transition: all .7s ease;
        -moz-transition: all .7s ease;
        -ms-transition: all .7s ease;
        -o-transition: all .7s ease;
        transition: all .7s ease; }

    .m3 {
        margin: 0; }

    #top {
        position: relative; }

    .main-menu li {
        display: block;
        margin-right: 0;
        border-bottom: 1px solid #2d4b63; }

    .main-menu-inner {
        float: none; }

    .menu-link {
        color: #fff;
        width: 100%;
        padding: 20px 10px 16px 20px; }

    .menu-link:hover {
        color: #fff; }

    #navigation {
        float: none; }

    .has-submenu > a {
        margin-right: 50px; }

    .sub {
        width: 100%;
        padding: 0;
        position: static; }

    .submenu-link {
        padding: 10px 20px; }

    .menu-link:hover:before,
    .main-menu li:hover .menu-link:before,
    .main-menu .active .menu-link:before,
    .main-menu li:hover .sub {
        display: none; }

    .home-link:hover {
        height: auto;
        border-bottom: 0; }

    .main-menu li:hover .sub.show {
        display: block; }

    .home {
        text-indent: 0;
        height: auto;
        position: static; }

    .main-menu .language-item {
        display: inline-block;
        border-bottom: 0;
        position: relative; }

    .language-item + .language-item:before {
        content: "/"; }

    .header-search input[type="text"],
    .header-search .fa-search {
        background: #0f265c; }

    #language,
    .header-search {
        float: none; }

    #language {
        margin: 20px 10px;
        text-align: center; }

    .language-item a {
        padding: 10px 12px; }

    .language-item + .language-item:before {
        color: #fff;
        position: absolute;
        bottom: 9px;
        left: -4px; }

    .header-search {
        margin: 0 auto 20px;
        display: block;
        max-width: 250px; }

    .header-search .fa-search,
    .header-search input[type="text"] {
        padding: 10px; }

    .header-search input[type="text"] {
        border-bottom: 1px solid; }

    .logo {
        width: auto; } }
@media screen and (max-width: 1200px) {
    h1 {
        font-size: 2.7rem; }

    h4 {
        margin-bottom: 20px; }

    .private-section {
        padding: 55px 30px 60px; }

    .procurements {
        padding: 55px 0 60px; }

    .procurements-slider {
        margin: 40px 0; }

    .procurements-slider .data {
        padding: 30px 20px; }

    .owl-buttons .owl-prev,
    .owl-buttons .owl-next {
        background-size: 75%; }

    .home-slideshow .owl-prev {
        left: -20px; }

    .home-slideshow .owl-next {
        right: -20px; }

    .container {
        padding: 0 20px; }

    .footer-top {
        padding: 45px 0 50px 0; }

    .contact-item {
        padding-right: 10px; }

    .procurements-slider .owl-prev {
        left: -50px; }

    .procurements-slider .owl-next {
        right: -50px; }

    .procurements .container {
        padding: 0 60px; }

    .article-heading {
        padding: 45px 30px; }

    .asset-cat {
        padding: 32px 25px; }

    .asset-status-icon {
        background-size: 64%;
        background-position: 5px 4px;
        width: 24%;
        padding: 21px 0 14px 15px; }

    .asset-status {
        padding: 24px 12px 25px 12px; }

    .header-container {
        padding-left: 30px; }

    .art-media {
        padding: 50px 0 0 25px; }

    .related {
        margin: 22px 0; }

    .related-article {
        padding: 20px 0; }

    .main-text {
        padding-right: 34px; }

    .gray-bg {
        padding: 32px 0; }

    .gray-bg.padding-bottom {
        padding: 32px 0 140px; }

    .owl-next {
        right: 15px; }

    .owl-prev {
        left: 15px; }

    .main-text {
        padding-right: 45px; }

    .fund-tabs {
        padding-bottom: 10px; }

    .fund-tabs .cat-tab {
        width: 100%;
        float: none; }

    .fund-tabs .cat-tab.current {
        border-bottom: 0; }

    .fund-tabs .cat-tab:nth-child(3),
    .fund-tabs .cat-tab {
        padding: 7px 0; } }
@media screen and (max-width: 870px) {
    html {
        font-size: 58%; }

    .private-section {
        padding: 35px 30px 40px; }

    .home-slideshow {
        margin: 25px 0; }

    .procurements {
        padding: 35px 0 40px; }

    .procurements-slider .owl-item {
        min-height: 215px; }

    .slideshow-item .data {
        min-height: 175px; }

    .box {
        padding: 30px 65px 35px; }

    .social a {
        width: 46px;
        height: 46px;
        margin: 0 10px;
        background-size: 100%; }

    .connect-text {
        margin-top: 8px; }

    .nl-form-submit {
        background-size: 75%; }

    .contact-item,
    .contact-item:first-child {
        width: 50%; }

    .contact-item:nth-child(3) {
        clear: left; }

    .contact-item:nth-child(3),
    .contact-item:nth-child(4) {
        margin-top: 15px; }

    .contact-item .title {
        margin-bottom: 4px; }

    .newsletter {
        padding: 30px 0 20px; }

    .footer-top {
        padding: 30px 0; }

    .footer-bottom {
        padding: 20px 0 30px; }

    .slideshow-item .data {
        min-height: auto; }

    .slideshow-item .categories {
        position: static;
        margin: 0; }

    .data h3 {
        margin-bottom: 30px; }

    .slideshow-item .asset,
    .slideshow-item .status,
    .slideshow-item .status-title {
        float: none; }

    .slideshow-item .asset {
        margin-bottom: 10px; }

    .slideshow-item .status-title,
    .slideshow-item .status-icon {
        float: left; }

    .slideshow-item .status-icon {
        width: 19px;
        background-position: 3px 0px; }

    .article-heading {
        padding: 25px 30px; }

    .asset-status-icon {
        display: none; }

    .asset-status {
        padding: 16px 14px 17px; }

    .asset-cat {
        padding: 24px 25px; }

    .art-media {
        padding: 32px 0 0 25px; }

    .art-media .tabs {
        margin-bottom: 12px; }

    .main-text,
    .sidebar,
    .art-media,
    .has-sidebar {
        width: 100%;
        float: none; }

    .sidebar {
        margin-top: 45px; }

    .has-sidebar {
        padding-right: 0; }

    .section {
        padding: 30px 0 20px; }

    .downloads h4 {
        margin-top: 5px; }

    .art-header {
        width: 100%;
        float: none;
        margin: -55px 0 27px; }

    .header-container {
        padding-right: 30px;
        margin-bottom: 20px; }

    .art-media {
        padding: 0; }

    .art-media .tabs {
        display: inline-block;
        margin-right: 35px; }

    .articles-list .date {
        font-size: 16px; }

    .articles-list .title {
        margin-bottom: 12px; }

    .articles-list .cat-description p {
        margin-bottom: 10px; }

    #apanel {
        display: none; }

    .hero-img,
    .cat-main-image {
        margin: 0 -53%; } }
@media screen and (max-width: 768px) {
    .logo {
        max-width: 260px; }

    .toggle-nav {
        margin: 20px 20px 10px; }

    .main-menu {
        top: 54px;
        padding: 13px 10px 12px 20px; } }
@media screen and (max-width: 580px) {
    html {
        font-size: 55%; }

    h1 {
        font-size: 2.4rem;
        margin: 20px 0; }

    .procurements-slider .owl-item {
        border-left: 0; }

    .procurements-slider .owl-item:last-child {
        border-right: 0; }

    .box {
        padding: 30px 25px; }

    .header-container {
        padding-right: 15px;
        padding-left: 15px; }

    .asset-status {
        width: 38%; }

    .asset-cat {
        width: 62%; }

    .cat-image {
        float: none;
        max-width: none; }

    .cat-image img {
        width: 100%; }

    .cat-data {
        margin-left: 0;
        margin-top: 16px; }

    .cat-description {
        clear: left; }

    .articles-list .cat-tab {
        width: 100%;
        float: none; }

    .cat-main-image {
        margin-bottom: 0; }

    .cat-tab {
        padding: 12px 0 10px; }

    .hero-img,
    .cat-main-image {
        margin: 0 -85%; } }
@media screen and (max-width: 480px) {
    h1 {
        font-size: 1.9rem;
        margin: 15px 0; }

    h3 {
        font-size: 2rem; }

    .data h3 {
        margin-bottom: 15px; }

    .slideshow-item .data {
        padding: 15px 20px; }

    .slideshow-item .categories {
        padding: 15px 0 20px; }

    h4 {
        font-size: 1.8rem; }

    .gray-bg {
        padding: 20px 0; }

    .pdf.related {
        margin: 20px 0 0; }

    .contact-item,
    .contact-item:first-child {
        width: 100%; }

    .contact-item {
        margin-top: 15px; }

    .footer-top {
        padding: 15px 0 30px; }

    .footer-list {
        margin: 15px 0 10px; }

    .footer-logo {
        margin-right: 20px; }

    .connect-text,
    .social {
        width: 100%;
        float: none; }

    .connect-text {
        margin-bottom: 14px; }

    .newsletter h2 {
        margin-bottom: 0; }

    .private-section {
        padding: 20px 20px 30px; }

    .home-slideshow .owl-next {
        right: -14px; }

    .home-slideshow .owl-prev {
        left: -14px; }

    .home-slideshow {
        margin: 20px 0; }

    .procurements {
        padding: 20px 0 25px; }

    .procurements-slider {
        margin: 10px 0; }

    .procurements .container {
        padding: 0 25px; }

    .procurements-slider .owl-prev {
        left: -16px; }

    .procurements-slider .owl-next {
        right: -16px; }

    .procurements-slider .owl-item {
        min-height: auto; }

    .article-heading {
        letter-spacing: 0; }

    .sidebar {
        margin-top: 35px; }

    .cat-data {
        margin-top: 0; }

    .portfolio-latest .tabs li {
        display: block; }

    .portfolio-latest .cat-tab {
        float: none;
        width: 100%; }

    .cat-title {
        font-size: 1.8rem;
        margin-top: 10px;
        display: block; }

    .category a,
    .category .asset-status-text {
        font-size: 1.5rem; }

    .art-media .tabs {
        display: block; } }
@media screen and (max-width: 440px) {
    .asset-status,
    .asset-cat {
        width: 100%;
        float: none; }

    .asset-status-icon {
        display: block;
        background-size: 53%;
        background-position: 11px 6px;
        width: 16%;
        padding: 21px 0 13px 15px; }

    .article-heading {
        padding: 14px 25px;
        font-size: 18px; }

    .tabs + a {
        display: inline-block; }

    .asset-status {
        padding: 6px 14px; }

    .asset-status-icon {
        background-position: 11px 4px; }

    .asset-cat {
        padding: 12px 25px; }

    .logo {
        max-width: 245px; }

    .main-menu {
        top: 52px; }

    .hero-img,
    .cat-main-image {
        margin: 0 -105%; } }

/*# sourceMappingURL=style.css.map */
