@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800|Roboto+Slab';

@font-face{
  font-family:'ao-icon-pm';
  src:url('../../fonts/ao-icon-pm.eot?v=1.0.0');
  src:url('../../fonts/ao-icon-pm.eot?v=1.0.0#iefix') format('embedded-opentype'),
      url('../../fonts/ao-icon-pm.ttf?v=1.0.0') format('truetype'),
      url('../../fonts/ao-icon-pm.woff?v=1.0.0') format('woff'),
      url('../../fonts/ao-icon-pm.svg?v=1.0.0#ao-icon-pm') format('svg');
  font-weight:normal;
  font-style:normal
}

.icon {
    font-family: 'ao-icon-pm' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-magnifier:before {
    content: "\E918";
}

.icon-cross:before {
    content: "\E90B";
}

.icon-gear:before {
    content: "\E915";
}

.icon-slideup:before {
    content: "\E945";
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #33414b;
    background: #fafafa;
    background: -webkit-linear-gradient(#fafafa, #fff) no-repeat;
    background: -o-linear-gradient(#fafafa, #fff) no-repeat;
    background: -moz-linear-gradient(#fafafa, #fff) no-repeat;
    background: linear-gradient(#fafafa, #fff) no-repeat;
    letter-spacing: .05em
}

button {
   outline: 0;
   border: 0;
   background: none;
}

a {
    color: inherit;
    text-decoration: underline
}

a:focus,
a:hover {
    color: inherit
}

.site-container {
    margin-top: 120px
}

@media (min-width:768px) {
    .site-container {
        margin-top: 60px
    }
}

.page {
    margin-bottom: 30px;
    background: #fff
}

@media (max-width:768px) {
    .page {
        padding-top: 30px
    }
}

@media (min-width:768px) {
    .page {
        padding-top: 60px
    }
}

.entity {
    border-top: 10px solid #33414b
}

.theme-login.entity {
    border-top-color: #04629a;
}

.entity_container {
    margin: 60px auto
}

.entity_title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .05em
}

.entity_message {
    color: red;
    font-size: 14px;
    margin: 0 0 0 0;
    line-height: 16px;
}

@media (max-width:480px) {
    .entity_title {
        font-size: 21px
    }
}

.entity_title {
    margin: 0 0 25px 0;
    color: #33414b
}

.entity_tools {
    margin: 40px 0
}

.entity_sidebar {
    padding: 20px 20px 0;
    color: #ffffff;
    background-color: #037bc1
}

.entity_sidebar_content {
    position: relative;
    margin: 30px -20px 0;
    padding: 0 20px 25px;
    background-color: #04629a
}

.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    color: #ffffff;
    background: #04629a;
    border-bottom: outset 1px solid #ffffff;
    z-index: 100
}

@media all and (min-width:480px) {
    .site-header {
        height: 60px
    }
}

.site-header>.container,
.site-header .site-header_container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.site-logo {
    display: block;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: left;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 7px;
    padding-left: 10px
}

@media all and (min-width:768px) {
    .site-logo {
        padding-left: 10px
    }
}

@media all and (min-width:991px) {
    .site-logo {
        padding-left: 15px
    }
}

.site-logo a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    vertical-align: middle;
    text-decoration: none
}

.logo-one {
    display: inline-block;
    width: 55px;
    height: 16px
}

@media all and (min-width:991px) {
    .logo-one {
        width: 67px;
        height: 20px
    }
}

.logo-members-partners {
    display: none;
    width: 75px;
    height: 25px;
    margin-left: 7px
}

@media all and (min-width:480px) {
    .logo-members-partners {
        display: inline-block
    }
}

@media all and (min-width:991px) {
    .logo-members-partners {
        width: 88px;
        height: 27px;
        margin-left: 10px
    }
}

@media (max-width:1200px){
    .search-box-wrapper{
        margin-right:5px
    }
}
@media (min-width:1200px){
    .search-box-wrapper{
        margin-right:6%
    }
}

.one-login {
    position: fixed;
    top: 20%;
    left: 0;
    right: 0;
    padding: 10px;
	margin-right: auto;
	margin-left: auto;
    background: #04629a;
}

h2 {
    font-family: Open Sans,sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .05em;
    color: white;
    margin-bottom: 20px;
}

h3 {
    font-family: Open Sans,sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: .05em;
    color: white;
    margin-bottom: 20px;
}

h3 a {
    font-size: 12px;
    font-weight: 500;
}

.one-login-input {
	background: #025485;
	border: none;
    display: block;
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    font-style: italic;
    height: 40px;
    margin-top: 10px;
}

.one-info {
    padding-top: 30px;
}

.one-info a {
	font-weight: 800;
}

.btn-oecd {
	margin-top: 20px;
    display: inline-block;
    min-width: 47px;
    margin-bottom: 0;
    padding: 10px 15px 10px 10px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.42857143;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    color: #ffffff;
    background: #037bc1;
    border: none;
    border-left: 5px solid #004b78;
    border-radius: 0;
    cursor: pointer;
    transition: .3s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: right;
}

.btn-oecd:hover {
    background: #04629a;
    border-color: #037bc1;
    color: white;
}

.need-help {
	margin-top: 40px;
	float: left;
	color: black;
	text-decoration: none;
}

.need-help:hover {
	text-decoration: underline;
	color: black;
}

.site-footer {
    color: #33414b
}

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

.site-footer .container ul li {
    padding: 0
}

.site-footer .container ul li+li::before {
    content: ".";
    padding: 0 10px;
    color: #c8c8c8
}

.site-footer .container ul li a,
.site-footer .container ul li span {
    text-decoration: none;
    font-size: 12px;
    vertical-align: bottom
}

@media all and (min-width: 768px) {
	.site-footer {
	    color: #33414b;
	    position: absolute;
	    bottom: 0;
	    width: 100%;
	}

	.site-footer .container {
	    padding-top: 10px;
	    padding-bottom: 10px;
	    margin-right: auto;
	    margin-left: auto;
	    text-align: center;
	}
}

@media all and (max-width: 768px) {
	.btn-oecd {
	    width: 100%;
	}
}

.burger-icon {
    display: block;
    position: relative;
    width: 25px;
    height: 2px;
    margin: 0 auto;
    padding: 0;
    line-height: 0;
    text-indent: -9999px;
    background: #fff;
    transition: .3s
}


.burger-icon::before,
.burger-icon::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    left: 0;
    background: #ffffff;
    transition: .3s
}

.burger-icon::before {
    top: 0;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px)
}

.burger-icon::after {
    bottom: 0;
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px)
}

.main-nav{
    float:left
}

.nav-trigger:hover, .nav-trigger {
    cursor: default;
}

.nav-trigger {
    position: relative;
    width: 46px;
    height: 38px;
    font-size: 12px;
    background: #04629a;
    border: 1px solid #ffffff;
    border-radius: 8px;
    z-index: 3
}

@media all and (min-width:768px) {
    .nav-trigger {
        width: 50px;
        height: 40px
    }
}

.nav-trigger-icon {
    margin-top: 0
}

.nav-trigger-label {
    display: none
}

@media (max-width: 1200px) {
    .search-box-wrapper {
        margin-right: 5px;
    }
}

@media (min-width: 1200px) {
    .search-box-wrapper {
        margin-right: 6%;
    }
}

.search-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 60px;
    left: 0;
    height: 60px;
    width: 100%;
    background: white;
    border-bottom: 1px solid #ffffff;
}

@media (min-width: 768px) {
    .search-bar {
        position: static;
        top: auto;
        left: auto;
        float: left;
        width: auto;
        height: 40px;
        margin: -1px 0 0 10px;
        background: white;
        border-bottom: none;
    }
}

@media (min-width: 1200px) {
    .search-bar {
        margin-left: 50px;
    }
}

.search-bar-header{
    background:#fff
}

@media (max-width: 767px) {
    .search-bar-header {
        height: 50px;
        border-bottom: 2px solid #004b78;
    }
}

.search-bar-header .input-search-term {
    display: inline-block;
    max-width: 100%;
    padding: 0 0 0 25px;
    color: #33414b;
    font-weight: 200;
    font-style: italic;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .search-bar-header .input-search-term {
        width: 340px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .search-bar-header .input-search-term {
        width: 100%;
        height: 50px;
        line-height: 50px;
    }
}

@media (min-width: 1200px) {
    .search-bar-header .input-search-term {
        width: 430px;
    }
}

.search-bar-header .input-search-term.initial {
    opacity: 0.7;
}

.search-bar_reset {
    font-size: 12px;
    margin-right: -5px;
    color: #c8c8c8;
}

.search-bar_btn {
    float: right;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 45px;
    height: 60px;
    padding: 0;
    font-size: 26px;
    vertical-align: middle;
    background: none;
    border: none;
    outline: none;
    color: #004b78;
}


@media all and (min-width:768px) {
    .search-bar_btn {
        width: 50px;
        height: 40px;
    }
}

@media all and (min-width:991px) {
    .search-bar_btn {
        width: 55px;
    }
}

.search-bar-header .search-bar_btn .icon-magnifier {
    vertical-align: -3px;
}

.main-profile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: right;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    height: 60px;
    font-size: 12px;
    -webkit-order: 999;
    -ms-flex-order: 999;
    order: 999;
}

.main-notification {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: right;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 4px 15px;
    margin: 13px auto;
    border-right: 1px dotted #ffffff;
    opacity: 0;
    cursor: default;
    pointer-events: none;
}

.main-profile .profile_username {
    color: #04629a;
    float: left;
    text-align: right;
    padding-right: 20px;
    vertical-align: middle;
}

.profile_picture {
    display: inline-block;
}

.main-profile .profile_picture {
    float: right;
    vertical-align: middle;
}

.line-right {
    position: relative;
}

.main-profile .line-right {
    margin-right: 8px;
    padding-right: 8px;
}

.line-right:before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: white;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.5;
}

.main-profile .line-right:before {
    top: 5px;
}

.profile_picture img {
    width: 137px;
    height: 137px;
    border-radius: 50%;
    overflow: hidden;
}

.main-profile .profile_picture img {
    width: 30px;
    height: 30px;
}

.my_preferences {
    height: 30px;
    float: right;
}

.my_preferences a {
    font-size: 28px;
    text-decoration: none;
    line-height: 35px;
}

.top-menu-hide {
    font-size: 15px;
    margin-right: -12px;
}

@media (max-width: 768px) {
    .top-menu-hide {
        margin-right: 0px;
    }
}

.top-menu-hide button {
    padding: 0;
}

.top-menu-hide .icon:before {
    font-size: 20px;
    vertical-align: middle;
}
