/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

address,
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
}

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, 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] {
    -webkit-appearance: button;
    cursor: pointer
}

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

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

input {
    line-height: normal
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

@font-face {
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    font-weight: 400;
    font-style: normal
}

* {
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

button,
html,
input,
select,
textarea {
    color: #343434
}

html {
    font-size: 1em;
    line-height: 1.4
}

body.no-scroll {
    overflow: hidden
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
img,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

body {
    font-family: 'Sentinel SSm A', 'Sentinel SSm B'
}

h1,
h2,
h3,
h4 {
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px
}

h2 {
    font-size: 46px;
    line-height: 54px;
    text-align: center;
    letter-spacing: 2px
}

h2:after {
    content: "";
    background-color: #BFBFBF;
    width: 80px;
    height: 1px;
    display: block;
    margin: 8px auto 0
}

h3 {
    font-size: 26px;
    line-height: 30px
}

h4 {
    color: #E73E0D;
    font-size: 20px
}

a {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color: inherit;
    text-decoration: none
}

a.title-link {
    text-decoration: none
}

p {
    font-size: 15px;
    line-height: 26px;
    color: #6A6A6A
}

p a {
    border-bottom: 1px solid #E73E0D
}

p a:hover {
    color: #E73E0D
}

b,
strong {
    font-weight: 700
}

section ul {
    font-size: 15px;
    line-height: 24px;
    color: #6A6A6A
}

img {
    max-width: 100%;
    height: auto
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto
}

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

.wrapper:after {
    clear: both
}

.btn {
    background-color: #3B3B39;
    border-radius: 7px;
    background-clip: padding-box;
    padding: 14px 22px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    font-weight: 700;
    margin: 20px 0;
    display: inline-block;
    border: none
}

.btn:hover {
    background-color: #E73E0D;
    color: #fff
}

.btn:focus {
    outline: 0
}

.btn.red {
    background-color: #E73E0D
}

.btn.red:hover {
    background-color: #3B3B39
}

main section {
    padding: 80px 0;
    text-align: center
}

main section:first-child {
    padding-top: 0
}

main .page-content {
    max-width: 790px;
    margin: 0 auto 80px
}

main .page-content-pdf {
    max-width: 100%;
    margin: 0;
}

.page-template-page-full-width h2 {
    margin-bottom: 0;
}
.page-template-page-full-width .page-content {     margin: 0 auto 0px; }
main .page-content h2
main .page-content h2:after {
    display: none;
    visibility: hidden
}

[class*=" icon-"],
[class^=icon-] {
    display: inline-block;
    color: #000;
    fill: currentColor
}

.icon-share-email {
    width: 42px;
    height: 41px
}

.icon-share-facebook {
    width: 42px;
    height: 41px
}

.icon-share-googleplus {
    width: 42px;
    height: 41px
}

.icon-share-twitter {
    width: 41px;
    height: 41px
}

.header {
    z-index: 20;
    position: relative;
    height: 120px
}
.blog-11.single-post .header {
    height: 130px
}

.blog-7 .header {
    height: 170px
}

.header .header-inner:after,
.header .header-inner:before {
    content: "";
    display: table
}

.header .header-inner:after {
    clear: both
}

.header .header-logo {
    float: left;
    display: block
}

.blog-7 .header .header-logo {
    padding: 15px
}

.header .header-logo svg {
    width: 140px;
    height: 120px;
    display: block;
    fill: #E73E0D;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.blog-7 .header .header-logo svg {
    width: 160px;
    height: 140px
}

.header .header-logo svg #visionary-program {
    fill: #fff
}

.header .header-logo svg:hover {
    fill: #3B3B39
}

.header .header-logo svg:hover #visionary-program {
    fill: #fff
}

.header .header-logo.has-hero svg {
    fill: #fff
}

.header .header-logo.has-hero svg #visionary-program {
    fill: #3B3B39
}

.header .header-logo.has-hero svg:hover {
    fill: #E73E0D
}

.header .header-logo.has-hero svg:hover #visionary-program {
    fill: #fff
}

.header .header-nav {
    float: right;
    margin-top: 40px
}
.blog-12 .header .header-nav { margin-top: 16px}
.naprawiamy-logo {
    margin-top: 8px;
}
.header .header-nav .menu {
    float: left;
    margin: 0;
    list-style: none;
    padding: 0
}

.header .header-nav .menu .menu-item {
    float: left;
    display: inline;
    margin-left: 60px
}

.blog-4 .header .header-nav .menu .menu-item {
    margin-left: 20px
}

.header .header-nav .menu .menu-item a {
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    text-transform: uppercase;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #AEAEAE
}

.blog-4 .header .header-nav .menu .menu-item a {
  /*  font-size: 16px */
}

.header .header-nav .menu .menu-item a:hover {
    color: #343434
}

.header .header-nav .menu .menu-item.current-menu-item a,
.header .header-nav .menu .menu-item.current_page_parent >  a {
    opacity: 1;
    color: #E73E0D
}

.header .header-nav .menu .menu-item.login a {
    border: 1px solid #AEAEAE;
    padding: 5px 10px
}

.header .header-nav .languages {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0 0 0 40px;
    border-left: 1px solid #E0E0E0
}

.header .header-nav .languages .lang-item {
    float: left;
    display: inline;
    margin-left: 40px
}
.blog-4 .header .header-nav .languages .lang-item, .blog-4 .header .header-nav .languages { margin-left: 20px}
.header .header-nav .languages .lang-item a {
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    text-transform: uppercase;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #AEAEAE
}

.blog-4 .header .header-nav .languages .lang-item a {
    font-size: 16px
}

.header .header-nav .languages .lang-item a:hover {
    color: #343434
}

.header .header-nav.has-hero .menu .menu-item a {
    color: #fff;
    opacity: .7
}

.header .header-nav.has-hero .menu .menu-item a:hover {
    opacity: 1
}

.header .header-nav.has-hero .menu .menu-item.current-menu-item a {
    opacity: 1
}

.header .header-nav.has-hero .languages .lang-item a {
    color: #fff;
    opacity: .7
}

.header .header-nav.has-hero .languages .lang-item a:hover {
    opacity: 1
}

.header .title-mobile {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 0;
    font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    font-size: 15px;
    color: #fff;
    display: none;
    visibility: hidden
}

.header .hamburger {
    float: right;
    border: none;
    width: 24px;
    height: 24px;
    margin: 20px 30px 0 0;
    padding: 0;
    outline: 0;
    display: none;
    visibility: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0
}

.header .hamburger>* {
    display: block
}

.header .hamburger:focus {
    outline: 0
}

.header .hamburger .lines {
    display: inline-block;
    height: 2px;
    width: 24px;
    -webkit-transition: .3s;
    transition: .3s;
    background: #fff;
    position: relative
}

.header .hamburger .lines:after,
.header .hamburger .lines:before {
    display: inline-block;
    height: 2px;
    -webkit-transition: .3s;
    transition: .3s;
    background: #fff;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 100%
}

.header .hamburger .lines:before {
    top: 7px
}

.header .hamburger .lines:after {
    top: -7px
}

.header .hamburger.close {
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8)
}

.header .hamburger.close .lines {
    background: 0 0
}

.header .hamburger.close .lines:after,
.header .hamburger.close .lines:before {
    -webkit-transition: top .3s ease, -webkit-transform .3s .5s ease;
    transition: top .3s ease, -webkit-transform .3s .5s ease;
    transition: top .3s ease, transform .3s .5s ease;
    transition: top .3s ease, transform .3s .5s ease, -webkit-transform .3s .5s ease;
    top: 0
}

.header .hamburger.close .lines:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header .hamburger.close .lines:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header .hamburger .tcon-visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.header .hamburger .tcon-visuallyhidden:active,
.header .hamburger .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.hero {
    position: relative;
    top: -120px
}

.hero .hero-slider {
    position: relative
}


.hero .hero-slider:after,
.hero .hero-slider:before {
    content: "";
    display: table
}

.hero .hero-slider:after {
    clear: both
}

.hero figure {
    position: relative;
    margin: 0
}

.hero figure:after {
    content: "";
    background-color: #000;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero figure img {
    width: 100%;
    display: block
}

.hero figure figcaption {
    position: absolute;
    right: 100px;
    bottom: -30px;
    z-index: 5
}

.hero figure figcaption .break-line {
    display: block
}

.hero figure figcaption .break-line:after,
.hero figure figcaption .break-line:before {
    content: "";
    display: table
}

.hero figure figcaption .break-line:after {
    clear: both
}

.hero figure figcaption .inline {
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-size: 56px;
    text-transform: uppercase;
    color: #fff;
    line-height: 56px;
    background: #E73E0D;
    padding: 10px 20px;
    margin: 5px 0;
    text-align: right;
    letter-spacing: 1px;
    float: right;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .4)
}

.hero .summary {
    background-color: #3B3B39
}
.blog-12 .hero .summary {
    background-color: rgb(236,236,237);
}
.blog-12 .hero figure figcaption .inline {
    background-color: rgb(85,177,70) !important;
}
.blog-12 #menu-header-program .menu-item.current-menu-item>a, .blog-12 .header .header-nav .menu .menu-item.current_page_parent > a {
    color: rgb(85,177,70) !important;
}
.blog-12 .header .header-logo.has-hero svg:hover {
    fill:  rgb(85,177,70);
}
.blog-12 #menu-header-program .menu-item .sub-menu .current-menu-item a:hover, .blog-12 #menu-header-program .menu-item .sub-menu .menu-item a:hover, .blog-12 #menu-header-program .menu-item .sub-menu .menu-item:last-child a:hover, .blog-12 #menu-header-program .menu-item .sub-menu .current-page-ancestor a, .blog-12 #menu-header-program .menu-item  .current-page-ancestor >  a   {
    color: rgb(85,177,70) !important;
}
.blog-12 h4 { color: rgb(85,177,70);}
.blog-12 .hero .summary .summary-inner p {
    color: rgb(52, 52, 52);
}
.hero .summary .summary-inner {
    padding: 80px 0;
    text-align: center;
    font-size: 24px
}

.hero .summary .summary-inner p {
    margin: 0 auto;
    font-size: 16px;
    line-height: 28px;
    max-width: 790px;
    color: #fff
}

.hero .summary .summary-inner .text-short p {
    font-size: 30px;
    line-height: 54px;
    font-style: italic
}

.method {
    border-bottom: 1px solid #E0E0E0
}

div.method {
    border: 0;
}

.method .method-step {
    padding-top: 60px;
    padding-bottom: 60px;
   /* border-bottom: 1px solid #E0E0E0 */
}

.method .method-step:after,
.method .method-step:before {
    content: "";
    display: table
}

.method .method-step:after {
    clear: both
}

.method .method-step:last-child {
    border: none
}

.method .method-step .method-step-number {
    content: attr(data-step);
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-size: 160px;
    line-height: 160px;
    color: #AEAEAE;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 8.33333333%
}

.method .method-step .method-step-image {
    display: inline;
    float: left;
    width: 25%;
    padding: 0 30px;
    margin-left: 8.33333333%
}

.method .method-step .method-step-text {
    display: inline;
    float: left;
    width: 33.33333333%;
    padding: 0 15px;
    margin-left: 8.33333333%
}

.method .method-step .method-step-text h3 {
    color: #E73E0D;
    text-align: left;
    margin-top: 0;
    font-size: 34px;
    line-height: 40px
}

.method .method-step .method-step-text p {
    text-align: left;
    font-size: 14px;
    line-height: 24px
}

.method .method-step.even .method-step-image {
    float: right;
    margin-right: 8.33333333%
}

.method .method-step.even .method-step-text h3 {
    text-align: right
}

.method .method-step.even .method-step-text p {
    text-align: right
}

.home-cta {
    border-bottom: 1px solid #E0E0E0
}

.home-cta .home-cta-inner:after,
.home-cta .home-cta-inner:before {
    content: "";
    display: table
}

.home-cta .home-cta-inner:after {
    clear: both
}

.home-cta .home-cta-item {
    display: inline;
    float: left;
    width: 33.33333333%;
    padding: 0 15px;
    border-radius: 30px;
    background-clip: padding-box;
    padding: 40px;
    border: 1px dashed transparent;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.home-cta .home-cta-item:hover {
    background-color: rgba(248, 199, 62, .1);
    border: 1px dashed #F8C73E
}

.home-cta .home-cta-item h3 {
    font-size: 29px;
    line-height: 36px
}

.home-cta .home-cta-item img {
    width: 95px;
    display: block;
    margin: 0 auto
}

.home-news .home-news-row:after,
.home-news .home-news-row:before {
    content: "";
    display: table
}

.home-news .home-news-row:after {
    clear: both
}

.home-news .home-news-article {
    display: inline;
    float: left;
    width: 25%;
    padding: 0 30px
}

.home-news .home-news-article .home-news-article-inner {
    position: relative;
    padding-bottom: 30px;
    text-align: left
}

.home-news .home-news-article+.home-news-article {
    border-left: 1px solid #E0E0E0
}

.home-news h3 {
    font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    letter-spacing: 0;
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

.home-news h3 a:hover {
    color: #E73E0D
}

.home-news .news-grid-item-meta {
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-size: 15px;
    color: #AEAEAE;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.home-news .news-grid-item-meta:after,
.home-news .news-grid-item-meta:before {
    content: "";
    display: table
}

.home-news .news-grid-item-meta:after {
    clear: both
}

.home-news .news-grid-item-meta .time {
    float: left
}

.home-news .news-grid-item-meta .post-categories {
    list-style: none;
    float: right;
    margin: 0;
    padding: 0
}

.home-news .news-grid-item-meta .post-categories li {
    display: inline;
    margin: 0 3px
}

.home-news .btn {
    margin: 80px 0 40px
}

.home-fellows {
    position: relative;
    padding: 0
}

.home-fellows:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(rgba(255, 255, 255, .3)));
    background-image: linear-gradient(-180deg, #fff 0, rgba(255, 255, 255, .3) 100%)
}

.home-fellows h2 {
    margin-top: 0;
    font-size: 67px;
    line-height: 70px
}

.home-fellows .home-fellows-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.home-fellows .home-fellows-text p {
    font-size: 28px;
    line-height: 36px;
    font-style: italic;
    color: #343434
}

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

.criteria:after {
    clear: both
}

.criteria .criteria-item {
    display: inline;
    float: left;
    width: 20%;
    padding: 0 20px;
    padding-top: 40px;
    text-align: center
}

.criteria .criteria-item .criteria-item-img-wrapper {
    position: relative
}

.criteria .criteria-item h3 {
    color: #E73E0D;
    font-size: 32px;
    line-height: 30px;
    margin-top: 0
}

.criteria .criteria-item p {
    font-size: 13px;
    line-height: 22px
}

.criteria .criteria-item img {
    margin-top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nomination ul {
    list-style-position: inside;
    font-size: 18px;
    line-height: 36px;
    padding: 0
}

.nomination p {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 36px
}

.nomination h4 {
    font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    letter-spacing: 0;
    text-transform: none;
    font-weight: 600;
    color: #3B3B39;
    font-size: 18px
}

.areas {
    text-align: center
}

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

.areas:after {
    clear: both
}

.areas .areas-item {
    display: inline;
    float: left;
    width: 33.33333333%;
    padding: 0 15px;
    padding: 40px
}

.areas .areas-item img {
    width: auto;
    height: 140px
}

.areas .areas-item h3 {
    height: 80px
}

.areas .areas-item p {
    font-size: 18px;
    line-height: 36px
}

.areas .areas-item.civic-participation h3 {
    color: #EB8B2D
}

.areas .areas-item.economic-development h3 {

    color: #93704E
}

.areas .areas-item.education h3 {
    color: #F8C73E
}

.areas .areas-item.environment h3 {
    color: #50B055
}

.areas .areas-item.health h3 {
    color: #00AEB5
}

.areas .areas-item.human-rights h3 {
    color: #5E4E83
}

.people-grid {
    padding: 2px
}

.people-grid:after,
.people-grid:before {
    content: "";
    display: table
}

.people-grid:after {
    clear: both
}

.people-grid .people-grid-item {
    display: inline;
    float: left;
    width: 16.66666667%;
    padding: 0 2px;
    padding-top: 2px;
    padding-bottom: 2px
}

.people-grid .people-grid-item .people-grid-item-inner {
    position: relative;
    display: block
}

.people-grid .people-grid-item .people-grid-item-inner img {
    width: 100%
}

.people-grid .people-grid-item .people-grid-item-inner .people-grid-item-text {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(231, 62, 13, .8);
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    overflow: hidden;
}

.people-grid .people-grid-item .people-grid-item-inner .people-grid-item-text h3 {
    font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.people-grid .people-grid-item .people-grid-item-inner .people-grid-item-text h3 span {
    display: block;
    font-weight: 400
}

.people-grid .people-grid-item .people-grid-item-inner .people-grid-item-text .people-grid-item-function,
.people-grid .people-grid-item .people-grid-item-inner .people-grid-item-text .people-grid-item-meta {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    color: #fff
}

.people-grid .people-grid-item .people-grid-item-inner .people-grid-item-text .people-grid-item-meta-row>* {
    display: inline
}

.people-grid .people-grid-item .people-grid-item-inner .people-grid-item-text .people-grid-item-country+.people-grid-item-year:before,
.people-grid .people-grid-item .people-grid-item-inner .people-grid-item-text .people-grid-item-email+.people-grid-item-link:before {
    content: "|";
    text-decoration: none;
    display: inline-block;
    margin: 0 5px
}

.people-grid .people-grid-item .people-grid-item-inner .people-grid-item-text .overlay-content-source {
    display: none;
    visibility: hidden
}

.people-grid .people-grid-item .people-grid-item-inner .people-grid-item-text a {
    text-decoration: underline
}

.people-grid .people-grid-item .people-grid-item-inner:hover .people-grid-item-text {
    opacity: 1
}

.page-template-page-partner-php .people-grid .people-grid-item .people-grid-item-inner .people-grid-item-text .people-grid-item-text-inner,
.page-template-page-program-php .people-grid .people-grid-item .people-grid-item-inner .people-grid-item-text .people-grid-item-text-inner,
.page-template-page-program-text-php .people-grid .people-grid-item .people-grid-item-inner .people-grid-item-text .people-grid-item-text-inner,
.page-template-page-team-php .people-grid .people-grid-item .people-grid-item-inner .people-grid-item-text .people-grid-item-text-inner {
    padding: 15px;
    margin-top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.page-template-page-partner-php .people-grid .people-grid-item .people-grid-item-inner .people-grid-item-text h3,
.page-template-page-program-php .people-grid .people-grid-item .people-grid-item-inner .people-grid-item-text h3,
.page-template-page-program-text-php .people-grid .people-grid-item .people-grid-item-inner .people-grid-item-text h3,
.page-template-page-team-php .people-grid .people-grid-item .people-grid-item-inner .people-grid-item-text h3 {
    -webkit-transform: none;
    transform: none;
    margin-top: 0
}

.page-template-page-partner-php .people-grid .people-grid-item .people-grid-item-inner .people-grid-item-text .people-grid-item-quote p,
.page-template-page-program-php .people-grid .people-grid-item .people-grid-item-inner .people-grid-item-text .people-grid-item-quote p,
.page-template-page-program-text-php .people-grid .people-grid-item .people-grid-item-inner .people-grid-item-text .people-grid-item-quote p,
.page-template-page-team-php .people-grid .people-grid-item .people-grid-item-inner .people-grid-item-text .people-grid-item-quote p {
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    margin-bottom: 16px;
    margin-top: 0;
    color: #fff
}

.fellows-index .fellows-index-column {
    display: inline;
    float: left;
    width: 16.66666667%;
    padding: 0 15px;
    text-align: left;
    margin-top: 30px
}

.fellows-index .fellows-index-column .fellows-index-column-header {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 25px;
    padding-bottom: 5px;
    height: 55px
}

.fellows-index .fellows-index-column .fellows-index-column-header:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
    margin-right: -4px
}

.fellows-index .fellows-index-column h3 {
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-size: 24px;
    color: #E73E0D;
    line-height: 24px;
    margin: 0;
    display: inline-block;
    vertical-align: bottom
}

.fellows-index .fellows-index-column ul {
    list-style: none;
    padding: 0
}

.fellows-index .fellows-index-column ul .fellows-index-item {
    position: relative
}

.fellows-index .fellows-index-column ul .fellows-index-item h4 {
    font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    font-size: 13px;
    line-height: 22px;
    color: #343434;
    text-transform: none;
    letter-spacing: 0;
    margin: 0
}

.fellows-index .fellows-index-column ul .fellows-index-item .fellow-list-overlay {
    display: none
}

.fellows-index .fellows-index-column ul .fellows-index-item:hover h4 {
    color: #E73E0D
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .95);
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: opacity .2s, visibility 0s .2s, -webkit-transform .2s;
    transition: opacity .2s, visibility 0s .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s, visibility 0s .2s;
    transition: transform .2s, opacity .2s, visibility 0s .2s, -webkit-transform .2s
}

.overlay.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s
}

.overlay .overlay-inner {
    background-color: #3B3B39;
    position: absolute;
    width: 60%;
    height: 70%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width:1400px) {
    .overlay .overlay-inner {
        width: 80%;
        height: 80%
    }
}

.overlay .overlay-inner .overlay-content {
    height: 100%
}

.overlay .overlay-inner .overlay-content:after,
.overlay .overlay-inner .overlay-content:before {
    content: "";
    display: table
}

.overlay .overlay-inner .overlay-content:after {
    clear: both
}

.overlay .overlay-inner .overlay-content .overlay-content-source {
    height: 100%
}

.overlay .overlay-inner .overlay-image {
    float: left;
    width: 35%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 50%
}

.overlay .overlay-inner .overlay-text {
    float: left;
    width: 65%;
    height: 100%;
    position: relative;
    padding: 40px;
    color: #fff;
    overflow-y: auto
}

.overlay .overlay-inner .overlay-text::-webkit-scrollbar {
    width: 12px
}

.overlay .overlay-inner .overlay-text::-webkit-scrollbar-track {
    background-color: #E0E0E0
}

.overlay .overlay-inner .overlay-text::-webkit-scrollbar-thumb {
    background: #E73E0D
}

.overlay .overlay-inner .overlay-text::-webkit-scrollbar-thumb:window-inactive {
    background: #3B3B39
}

.overlay .overlay-inner .overlay-text h3 {
    font-size: 36px;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 10px
}

.overlay .overlay-inner .overlay-function {
    font-size: 18px;
    line-height: 24px;
    font-style: italic;
    margin: 0 0 30px;
    color: #ADADAD
}

.overlay .overlay-inner .overlay-text-inner p {
    color: #ADADAD
}

.overlay .overlay-inner .overlay-quote {
    text-align: center;
    margin-top: 40px
}

.overlay .overlay-inner .overlay-quote p {
    font-style: italic;
    font-size: 18px;
    line-height: 24px
}

.overlay .overlay-inner .overlay-quote p span {
    display: block;
    font-size: 13px;
    font-style: normal;
    color: #ADADAD;
    margin-top: 10px
}

.overlay .overlay-inner .overlay-meta {
    bottom: 30px;
    left: 0;
    width: 100%;
    padding: 0 40px
}

.overlay .overlay-inner .overlay-meta .overlay-meta-tel {
    float: right
}

.overlay .overlay-close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: 0 0;
    border: none;
    z-index: 100;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.overlay .overlay-close:hover {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.single-fellow .fellow-hero {
    padding-top: 80px
}

.single-fellow .fellow-hero:after,
.single-fellow .fellow-hero:before {
    content: "";
    display: table
}

.single-fellow .fellow-hero:after {
    clear: both
}

.single-fellow .fellow-hero .fellow-hero-image {
    display: inline;
    float: left;
    width: 33.33333333%;
    padding: 0 15px
}

.single-fellow .fellow-hero .fellow-hero-text {
    display: inline;
    float: left;
    width: 58.33333333%;
    padding: 0 15px;
    margin-left: 8.33333333%
}

.single-fellow .fellow-hero .fellow-hero-text .fellow-hero-country-date,
.single-fellow .fellow-hero .fellow-hero-text .fellow-hero-field {
    clear: both;
    margin-bottom: 40px;
    position: relative
}

.single-fellow .fellow-hero .fellow-hero-text .fellow-hero-country-date:after,
.single-fellow .fellow-hero .fellow-hero-text .fellow-hero-country-date:before,
.single-fellow .fellow-hero .fellow-hero-text .fellow-hero-field:after,
.single-fellow .fellow-hero .fellow-hero-text .fellow-hero-field:before {
    content: "";
    display: table
}

.single-fellow .fellow-hero .fellow-hero-text .fellow-hero-country-date:after,
.single-fellow .fellow-hero .fellow-hero-text .fellow-hero-field:after {
    clear: both
}

.single-fellow .fellow-hero .fellow-hero-text .fellow-hero-country-date img,
.single-fellow .fellow-hero .fellow-hero-text .fellow-hero-field img {
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.single-fellow .fellow-hero .fellow-hero-text .fellow-hero-country-date div,
.single-fellow .fellow-hero .fellow-hero-text .fellow-hero-field div {
    float: left;
    margin-left: 70px
}

.single-fellow .fellow-hero .fellow-hero-text .fellow-hero-country-date h4,
.single-fellow .fellow-hero .fellow-hero-text .fellow-hero-field h4 {
    font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    font-size: 13px;
    margin-left: 0;
    color: #3B3B39;
    letter-spacing: 0;
    text-transform: none;
    margin: 0
}

.single-fellow .fellow-hero .fellow-hero-text .fellow-hero-country-date p,
.single-fellow .fellow-hero .fellow-hero-text .fellow-hero-field p {
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0
}

.single-fellow .fellow-hero h2 {
    float: left;
    margin-bottom: 80px
}

.single-fellow .fellow-hero h2:after {
    display: none
}

.single-fellow .fellow-hero h2 .break-line {
    display: block
}

.single-fellow .fellow-hero h2 .break-line:after,
.single-fellow .fellow-hero h2 .break-line:before {
    content: "";
    display: table
}

.single-fellow .fellow-hero h2 .break-line:after {
    clear: both
}

.single-fellow .fellow-hero h2 .inline {
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    line-height: 60px;
    background: #E73E0D;
    padding: 10px 20px;
    margin: 5px 0;
    text-align: left;
    letter-spacing: 1px;
    float: left;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .4)
}

.single-fellow .fellow-quote {
    border-top: 1px solid #E0E0E0;
    padding: 80px 0 40px;
    margin-top: 40px;
    color: #E73E0D
}

.single-fellow .fellow-quote p {
    max-width: 80%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 36px;
    font-style: italic
}

.single-fellow .fellow-texts {
    padding: 40px 0
}

.single-fellow .fellow-texts .fellow-texts-inner {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    padding: 80px 0 40px
}

.single-fellow .fellow-texts .fellow-texts-inner:after,
.single-fellow .fellow-texts .fellow-texts-inner:before {
    content: "";
    display: table
}

.single-fellow .fellow-texts .fellow-texts-inner:after {
    clear: both
}

.single-fellow .fellow-texts .fellow-text-item {
    display: inline;
    float: left;
    width: 50%;
    padding: 0 15px;
    text-align: left;
    margin-bottom: 40px
}

.single-fellow .fellow-texts .fellow-text-item img {
    display: inline;
    float: left;
    width: 16.66666667%;
    padding: 0 15px
}

.single-fellow .fellow-texts .fellow-text-item .fellow-text-item-text {
    display: inline;
    float: left;
    width: 83.33333333%;
    padding: 0 15px
}

.single-fellow .fellow-texts .fellow-text-item .fellow-text-item-text h3 {
    margin-top: 15px
}

.single-fellow .fellow-story-download,
.single-fellow .fellow-story-share {
    display: inline-block;
    vertical-align: top;
    margin: 0 40px
}

.single-fellow .fellow-story-download h4,
.single-fellow .fellow-story-share h4 {
    text-align: left;
    font-size: 24px;
    color: #3B3B39
}

.single-fellow .fellow-story-download .sidebar-share,
.single-fellow .fellow-story-share .sidebar-share {
    padding: 0
}

.single-fellow .fellow-story-download .btn,
.single-fellow .fellow-story-share .btn {
    display: block
}

.partner {
    text-align: center;
    border-bottom: 1px solid #E0E0E0
}

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

.partner:after {
    clear: both
}

.partner p {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 36px
}

.partner .partner-logos {
    list-style: none;
    padding: 0
}

.partner .partner-logos .partner-logo {
    display: inline-block;
    margin: 40px
}

.partner .partner-logos .partner-logo a img {
    opacity: 1;
    max-width: 350px;
    max-height: 80px;
	    max-height: 250px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.partner .partner-logos .partner-logo a:hover img {
    opacity: 0.3
}

.cta-partner {
    background-color: #E73E0D;
    color: #fff
}

.cta-partner h2 {
    margin-top: 0
}

.cta-partner h2:after {
    display: none;
    visibility: hidden
}

.cta-partner p {
    max-width: 80%;
    margin: 0 auto;
    font-size: 28px;
    line-height: 48px;
    font-style: italic;
    color: #fff
}

.cta-partner p a {
    border-bottom: 1px solid #fff
}

.cta-partner p a:hover {
    color: #fff
}

.about-press {
    text-align: center
}

.about-press:after,
.about-press:before {
    content: "";
    display: table
}

.about-press:after {
    clear: both
}

.about-press .about-press-list {
    list-style: none;
    padding: 0
}

.about-press .about-press-list li {
    border-bottom: 1px solid #E0E0E0
}

.about-press .about-press-list li a {
    text-decoration: none;
    display: block;
    padding: 40px 0;
    color: #E73E0D
}

.about-press .about-press-list li a:hover {
    background-color: #E73E0D;
    color: #fff
}

.about-press .about-press-list li a h3 {
    font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    letter-spacing: 0;
    text-transform: none;
    font-style: italic;
    font-size: 32px;
    line-height: 32px
}

.about-press .about-press-list li a time {
    font-weight: 600;
    font-size: 18px
}

.about-contact {
    padding: 0 0 80px
}

.about-contact-list {
    list-style: none;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.about-contact-list:after,
.about-contact-list:before {
    content: "";
    display: table
}

.about-contact-list:after {
    clear: both
}

.about-contact-list li {
    /*display: inline;*/
    /*float: left;*/
    /*width: 20%;*/
    padding: 15px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.about-contact-list li:nth-child(6) {
    clear: left
}

.about-contact-list li address {
    font-style: normal;
    text-align: left
}

.about-contact-list li address h4 {
    font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    letter-spacing: 0;
    text-transform: none;
    font-size: 14px;
    font-weight: 700
}

.about-contact-list li address p {
    font-size: 13px
}

.news-filter {
    list-style: none;
    margin: 30px 0;
    padding: 0 30px;
    text-align: center
}
.blog-7 .news-filter.filter-blog {
    display: none;
}

.news-filter li {
    display: inline;
    color: #AEAEAE;
    margin: 0 5px;
    cursor: pointer
}

.news-filter li .filter-btn {
    background: 0 0;
    border: none;
    padding: 0;
    outline: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.news-filter li .filter-btn.selected,
.news-filter li .filter-btn:hover {
    color: #E73E0D
}

.news-filter li+li:before {
    content: "\2022";
    margin-right: 10px
}
.news-filter li:hover a {    color: rgb(59, 59, 57);}
.news-grid {
    padding-bottom: 140px;
    margin-bottom: 40px
}

.news-grid:after,
.news-grid:before {
    content: "";
    display: table
}

.news-grid:after {
    clear: both
}

.news-grid:before {
    background: #fff;
    position: absolute;
    width: 2px;
    height: 100%;
    left: -1px;
    top: 0;
    z-index: 100
}

.news-grid:after {
    background: #FFF;
    position: absolute;
    width: 4px;
    height: 100%;
    right: -1px;
    top: 0;
    z-index: 100
}

.news-grid .grid-sizer {
    display: inline;
    float: left;
    width: 25%;
    padding: 0 15px
}

.news-grid .news-grid-item {
    display: inline;
    float: left;
    width: 25%;
    padding: 0 30px;
    margin: 0 -1px -1px 0;
    border: 1px solid #E0E0E0;
    height: 300px;
    padding-top: 30px;
    padding-bottom: 20px;
    overflow: hidden;
    -webkit-transition: border-color .3s ease-out;
    transition: border-color .3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.news-grid .news-grid-item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-color: #E73E0D;
    border-style: solid;
    border-width: 0;
    -webkit-transition-property: border-width;
    transition-property: border-width;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.news-grid .news-grid-item .news-grid-item-inner {
    position: relative;
    height: 100%;
    padding-bottom: 30px
}

.news-grid .news-grid-item .news-grid-item-inner .read-more {
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-size: 15px;
    color: #AEAEAE
}

.news-grid .news-grid-item .news-grid-item-inner .read-more:hover {
    color: #E73E0D
}

.news-grid .news-grid-item .news-grid-item-meta {
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-size: 15px;
    color: #AEAEAE;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.news-grid .news-grid-item .news-grid-item-meta:after,
.news-grid .news-grid-item .news-grid-item-meta:before {
    content: "";
    display: table
}

.news-grid .news-grid-item .news-grid-item-meta:after {
    clear: both
}

.news-grid .news-grid-item .news-grid-item-meta .time {
    float: left
}

.news-grid .news-grid-item .news-grid-item-meta .post-categories {
    list-style: none;
    float: right;
    margin: 0;
    padding: 0
}

.news-grid .news-grid-item .news-grid-item-meta .post-categories li {
    display: inline;
    margin: 0 3px
}

.news-grid .news-grid-item img {
    width: 100%;
    margin-bottom: 30px
}

.news-grid .news-grid-item h3 {
    margin-top: 0;
    font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    letter-spacing: 0;
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px
}

.news-grid .news-grid-item p {
    font-size: 13px;
    line-height: 22px
}

.news-grid .news-grid-item.big {
    display: inline;
    float: left;
    width: 50%;
    padding: 0 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    height: 599px
}

.news-grid .news-grid-item.big h3 {
    font-size: 20px
}

.news-grid .news-grid-item:hover {
    border-color: #E73E0D;
    z-index: 5
}

.news-grid .news-grid-item:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 4px
}

.news-grid .news-grid-item:hover h3 a {
    color: #E73E0D
}
.blog-12 .news-grid .news-grid-item:hover, .blog-12 .news-grid .news-grid-item:before {
    border-color: rgb(85, 177, 70);
}
.blog-12 .news-grid .news-grid-item:hover h3 a { color:rgb(85, 177, 70); }
.nav-news {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 50px
}

#infscr-loader,
#infscr-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, .8);
    text-align: center;
    border-radius: 8px;
    padding: 20px;
    z-index: 100
}

#infscr-loader img,
#infscr-loading img {
    display: none
}

#infscr-loader .tree,
#infscr-loading .tree {
    fill: #E73E0D
}

#infscr-loader .circle-mask,
#infscr-loading .circle-mask {
    -webkit-transform-origin: 50% 90%;
    transform-origin: 50% 90%;
    -webkit-animation: scale 5s infinite ease-out;
    animation: scale 5s infinite ease-out
}

@-webkit-keyframes scale {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    7%,
    90% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    7%,
    90% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.news-article {
    display: inline;
    float: left;
    width: 66.66666667%;
    padding: 0 15px
}

.news-article h2 {
    text-align: left;
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 15px
}

.news-article h2:after {
    width: 100%;
    margin: 10px 0
}

.news-article .news-single-meta {
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px
}

.news-article .news-single-meta:after,
.news-article .news-single-meta:before {
    content: "";
    display: table
}

.news-article .news-single-meta:after {
    clear: both
}

.news-article .news-single-meta .time {
    float: left
}

.news-article .news-single-meta .event-link,
.news-article .news-single-meta .post-categories,
.news-article .news-single-meta span {
    list-style: none;
    display: inline;
    float: left;
    margin: 0 0 0 10px;
    padding: 0
}

.news-article .news-single-meta .event-link li,
.news-article .news-single-meta .post-categories li,
.news-article .news-single-meta span li {
    display: inline;
    margin: 0 3px;
    padding: 0;
    line-height: 22px
}

.news-article .news-single-meta .author,
.news-article .news-single-meta .news-single-meta-title {
    display: inline;
    font-size: 16px;
    margin: 0 0 0 30px;
    float: left;
    padding: 0;
    line-height: 22px
}

.news-article .wp-caption .caption {
    color: #AEAEAE
}

.news-article img {
    display: block;
    margin-bottom: 25px
}

.news-article img.aligncenter {
    margin: 0 auto 25px
}

.news-article .intro p {
    font-style: italic;
    font-size: 22px;
    line-height: 34px;
    color: #E73E0D
}

.news-article blockquote {
    color: #E73E0D;
    border-left: 3px solid #E73E0D;
    margin: 0;
    padding-left: 20px
}

.news-article blockquote p {
    font-size: 24px;
    line-height: 31px;
    font-style: italic
}

.news-article ul {
    margin-left: 0;
    padding-left: 0
}

.news-article ul li {
    margin: 0 0 0 20px;
    padding: 4px 8px;
    list-style: none;
    font-size: 15px;
    line-height: 26px
}

.news-article ul li:before {
    content: "\2022";
    color: #E73E0D;
    margin-right: 8px
}

.news-article ol {
    counter-reset: li;
    margin-left: 0;
    padding-left: 0
}

.news-article ol li {
    position: relative;
    margin: 0 0 0 20px;
    padding: 4px 8px;
    list-style: none;
    font-size: 15px;
    line-height: 26px
}

.news-article ol li:before {
    content: counter(li) ".";
    counter-increment: li;
    color: #E73E0D;
    margin-right: 8px
}

.news-article .news-single-nav {
    border-top: 1px solid #E0E0E0;
    padding: 15px 0;
    margin: 40px 0
}

.news-article .news-single-nav:after,
.news-article .news-single-nav:before {
    content: "";
    display: table
}

.news-article .news-single-nav:after {
    clear: both
}

.news-article .news-single-nav a {
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-size: 16px
}

.news-article .news-single-nav a:hover {
    color: #E73E0D
}

.news-article .news-single-nav a:first-child {
    float: left
}

.news-article .news-single-nav a:last-child {
    float: right
}

#comments,
.comment-respond {
    margin-top: 80px
}

.comment-form input[type=email],
.comment-form input[type=text],
.comment-form input[type=url] {
    border: 1px solid #E0E0E0;
    padding: 14px 22px;
    font-size: 13px;
    display: block
}

.comment-form input[type=submit] {
    background-color: #3B3B39;
    border: 1px solid #3B3B39;
    color: #fff;
    margin-left: 0;
    border-radius: 7px;
    background-clip: padding-box;
    padding: 14px 22px;
    font-size: 13px;
    text-decoration: none;
    font-weight: 700;
    margin: 20px 10px 0 0;
    display: inline-block;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.comment-form input[type=submit]:focus {
    outline: 0
}

.comment-form input[type=submit]:hover {
    background-color: #E73E0D;
    border-color: #E73E0D
}

.comment-form textarea {
    display: block;
    padding: 14px 22px;
    border-color: #E0E0E0;
    width: 100%
}

.comment-form textarea:focus {
    outline: 0
}

.sidebar {
    display: inline;
    float: left;
    width: 25%;
    padding: 0 0;
    margin-left: 8.33333333%;
    border-left: 1px solid #E0E0E0
}

.sidebar h3 {
    padding-left: 30px;
    margin-bottom: 15px
}

.sidebar .related-articles {
    padding: 0;
    list-style: none
}

.sidebar .related-articles .related-articles-item {
    border-bottom: 1px solid #E0E0E0;
    padding: 30px
}

.sidebar .related-articles .related-articles-item h4 {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    color: #3B3B39;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 600;
    margin-top: 0
}

.sidebar .related-articles .related-articles-item p {
    font-size: 14px;
    line-height: 22px
}

.sidebar .related-articles .related-articles-item .time {
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-size: 15px;
    color: #AEAEAE
}

.sidebar-share {
    list-style: none;
    margin-top: 0;
    margin-bottom: 60px;
    padding: 0 0 0 30px
}

.sidebar-share:after,
.sidebar-share:before {
    content: "";
    display: table
}

.sidebar-share:after {
    clear: both
}

.sidebar-share li {
    float: left
}

.sidebar-share li+li {
    margin-left: 10px
}

.btn-share {
    display: block;
    outline: 0
}

.btn-share svg {
    fill: #E73E0D;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.btn-share:hover svg {
    fill: #343434
}

#menu-header-program .menu-item {
    position: relative;
    margin-left: 40px
}

@media (max-width:1024px) {
    #menu-header-program .menu-item {
        margin-left: 33px
    }
}

@media (max-width:768px) {
    #menu-header-program .menu-item {
        margin-left: 16px
    }
}

@media (max-width:1024px) {
    #menu-header-program .menu-item>a {
        font-size: 18px
    }
}

@media (max-width:768px) {
    #menu-header-program .menu-item>a {
        font-size: 12px;
        white-space: nowrap
    }
}

#menu-header-program .menu-item.red>a {
    color: #fff;
    background-color: #3B3B39;
    padding: 5px 10px
}

#menu-header-program .menu-item.current-menu-item>a {
    color: #E73E0D
}

#menu-header-program .menu-item.current-menu-item.red>a {
    color: #fff;
    background-color: #E73E0D
}

#menu-header-program .menu-item .sub-menu {
    padding: 0;
    position: absolute;
    left: 0;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s 0s ease-in-out;
    transition: all .3s 0s ease-in-out;
    animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -o-animation-direction: alternate;
    z-index: 2;
}

/*#menu-header-program .menu-item .sub-menu .current-menu-item,*/
/*#menu-header-program .menu-item .sub-menu .menu-item,*/
/*#menu-header-program .menu-item .sub-menu .menu-item:last-child {*/
    /*margin: 0 0 12px 0;*/
    /*float: none;*/
    /*display: block;*/
    /*line-height: 16px;*/
    /*height: auto*/
/*}*/

/*#menu-header-program .menu-item .sub-menu .current-menu-item a,*/
/*#menu-header-program .menu-item .sub-menu .menu-item a,*/
/*#menu-header-program .menu-item .sub-menu .menu-item:last-child a {*/
    /*font-family: 'Sentinel SSm A', 'Sentinel SSm B';*/
    /*text-transform: none;*/
    /*font-size: 12px;*/
    /*letter-spacing: normal;*/
    /*line-height: 18px;*/
    /*color: #fff;*/
    /*opacity: 1;*/
    /*border: none;*/
    /*padding: 0*/
/*}*/
#menu-header-program  .menu-item .sub-menu  .menu-item {
    margin-left: 0;
    display: block;
    float: none;
}
.header .header-nav.has-hero .menu .menu-item .sub-menu .menu-item a,
.header .header-nav .menu .menu-item .sub-menu .menu-item a {
    display: block;
    line-height: normal;
    padding: 5px 0;
}
#menu-header-program  .menu-item .sub-menu {
    min-width: 150px;
}
#menu-header-program .menu-item .sub-menu .current-menu-item a:hover,
#menu-header-program .menu-item .sub-menu .menu-item a:hover,
#menu-header-program .menu-item .sub-menu .menu-item:last-child a:hover {
    color: #E73E0D;
    background: 0 0
}

#menu-header-program .menu-item.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.blog .header-nav:not(.has-hero) #menu-header-program .menu-item .sub-menu,
.page-template-page-program-grid .header-nav:not(.has-hero) #menu-header-program .menu-item .sub-menu,
.page-template-page-program-text .header-nav:not(.has-hero) #menu-header-program .menu-item .sub-menu,
.page-template-page-media-category .header-nav:not(.has-hero) #menu-header-program .menu-item .sub-menu,
.single .header-nav:not(.has-hero) #menu-header-program .menu-item .sub-menu,
.page-template-page-faq  .header-nav:not(.has-hero) #menu-header-program .menu-item .sub-menu,
.page-template-page-date-wzm .header-nav:not(.has-hero) #menu-header-program .menu-item .sub-menu {
    background: #fff
}
.page-template-page-faq .aligncenter {
    display: block;
    margin: auto;
    max-width: 100%;
}
@media only screen and (min-width: 569px) {

    .blog .header-nav:not(.has-hero) #menu-header-program .menu-item .sub-menu .menu-item a,
    .page-template-page-program-grid .header-nav:not(.has-hero) #menu-header-program .menu-item .sub-menu .menu-item a,
    .page-template-page-program-text .header-nav:not(.has-hero) #menu-header-program .menu-item .sub-menu .menu-item a,
    .single .header-nav:not(.has-hero) #menu-header-program .menu-item .sub-menu .menu-item a,
    .page-template-page-faq  .header-nav:not(.has-hero) #menu-header-program .menu-item .sub-menu .menu-item a,
    .page-template-page-date-wzm .header-nav:not(.has-hero) #menu-header-program .menu-item .sub-menu .menu-item a
    {
        color: #3B3B39
    }
}
.blog .header-nav:not(.has-hero) #menu-header-program .menu-item .sub-menu .menu-item a:hover,
.page-template-page-program-grid .header-nav:not(.has-hero) #menu-header-program .menu-item .sub-menu .menu-item a:hover,
.page-template-page-program-text .header-nav:not(.has-hero) #menu-header-program .menu-item .sub-menu .menu-item a:hover,
.single .header-nav:not(.has-hero) #menu-header-program .menu-item .sub-menu .menu-item a:hover {
    color: #E73E0D
}

.page-template-page-program .header .header-nav.has-hero .menu .menu-item {
    position: relative;
    margin-left: 40px
}

@media (max-width:1024px) {
    .page-template-page-program .header .header-nav.has-hero .menu .menu-item {
        margin-left: 33px
    }
}

@media (max-width:768px) {
    .page-template-page-program .header .header-nav.has-hero .menu .menu-item {
        margin-left: 16px
    }
}

@media (max-width:1024px) {
    .page-template-page-program .header .header-nav.has-hero .menu .menu-item>a {
        font-size: 18px
    }
}

@media (max-width:768px) {
    .page-template-page-program .header .header-nav.has-hero .menu .menu-item>a {
        font-size: 12px
    }
}

.page-template-page-program .header .header-nav.has-hero .menu .menu-item.red>a {
    color: #fff;
    background-color: #3B3B39;
    padding: 5px 10px
}

.page-template-page-program .header .header-nav.has-hero .menu .menu-item.current-menu-item>a {
    color: #E73E0D
}

.page-template-page-program .header .header-nav.has-hero .menu .menu-item.current-menu-item.red>a {
    color: #fff;
    background-color: #E73E0D
}

.page-template-page-program .header .header-nav.has-hero .menu .menu-item .sub-menu {
    padding: 0;
    position: absolute;
    left: 0;
    top: 50px;
    opacity: 0;
    -webkit-transition: all .3s 0s ease-in-out;
    transition: all .3s 0s ease-in-out;
    animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -o-animation-direction: alternate
}

.page-template-page-program .header .header-nav.has-hero .menu .menu-item .sub-menu .current-menu-item,
.page-template-page-program .header .header-nav.has-hero .menu .menu-item .sub-menu .menu-item {
    margin: 0 0 12px 0;
    float: none;
    display: block;
    line-height: 16px;
    height: auto
}

.page-template-page-program .header .header-nav.has-hero .menu .menu-item .sub-menu .current-menu-item a,
.page-template-page-program .header .header-nav.has-hero .menu .menu-item .sub-menu .menu-item a {
    font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    text-transform: none;
    font-size: 12px;
    letter-spacing: normal;
    line-height: 18px;
    color: #fff;
    opacity: 1
}

.page-template-page-program .header .header-nav.has-hero .menu .menu-item .sub-menu .current-menu-item a:hover,
.page-template-page-program .header .header-nav.has-hero .menu .menu-item .sub-menu .menu-item a:hover {
    color: #E73E0D
}

.page-template-page-program .header .header-nav.has-hero .menu .menu-item.menu-item-has-children:hover .sub-menu {
    opacity: 1
}

.page-template-page-program .header .header-nav.has-hero .languages .lang-item a {
    color: #AEAEAE
}

.page-template-page-program .hero {
    top: -200px
}

.page-template-page-program .hero figcaption .break-line:nth-child(1) .inline,
.page-template-page-program .hero figcaption .break-line:nth-child(2) .inline {
    background: #E73E0D
}

.page-template-page-program .hero figcaption .break-line:nth-child(3) .inline,
.page-template-page-program .hero figcaption .break-line:nth-child(4) .inline {
    background: #3B3B39
}

.page-template-page-program .program-nav-bottom {
    background-color: #E73E0D
}

.page-template-page-program .program-nav-bottom a,
.page-template-page-program .program-nav-bottom h2 {
    color: #fff
}

.page-template-page-program .program-nav-bottom h2 {
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-size: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0
}

.page-template-page-program .program-nav-bottom h2:after {
    display: none
}

.page-template-page-program .program-nav-bottom a {
    font-size: 36px;
    line-height: 40px;
    font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    font-style: italic
}

.page-template-page-program .program-nav-bottom a:hover {
    text-decoration: underline
}

.program-nav {
    padding: 80px 0 40px;
    display: none
}

.program-nav .program-nav-column {
    display: inline;
    float: left;
    width: 33.33333333%;
    padding: 0 15px
}

.program-nav .program-nav-column:nth-of-type(1) {
    padding: 0 40px 0 15px
}

.program-nav .program-nav-column:nth-of-type(2) {
    padding: 0 40px
}

.program-nav .program-nav-column:nth-of-type(3) {
    padding: 0 15px 0 40px
}

.program-nav .program-nav-column h4 {
    font-size: 24px;
    margin: 0 0 15px 0
}

.program-nav .program-nav-column h4 a {
    color: #3B3B39
}

.program-nav .program-nav-column h4 a:hover {
    color: #E73E0D
}

.program-nav .program-nav-column h4.active a {
    color: #E73E0D
}

.program-nav .program-nav-column ul {
    list-style: none;
    padding: 0
}

.program-nav .program-nav-column ul li {
    margin-bottom: 8px
}

.program-nav .program-nav-column ul li a {
    font-size: 15px;
    color: #6A6A6A
}

.program-nav .program-nav-column ul li a:hover {
    color: #E73E0D
}

.program-nav .program-nav-column+.program-nav-column {
    border-left: 1px solid #E0E0E0
}

.hero .program-facts,
.hero .program-summary {
    border-bottom: 1px solid #E0E0E0
}

.hero .program-facts .summary-inner,
.hero .program-summary .summary-inner {
    text-align: left;
    padding: 40px 0
}

.hero .program-facts .summary-inner h3,
.hero .program-summary .summary-inner h3 {
    font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    color: #6A6A6A;
    text-transform: none;
    font-style: italic;
    letter-spacing: normal;
    line-height: 40px;
    margin-top: 0;
    margin-left: 15px;
    text-align: center;
    max-width: 740px;
    margin: 30px auto 40px
}

.hero .program-facts .summary-inner .program-summary-column,
.hero .program-summary .summary-inner .program-summary-column {
    display: inline;
    float: left;
    width: 33.33333333%;
    padding: 0 15px;
    color: #6A6A6A
}

.hero .program-facts .summary-inner .program-summary-column:nth-of-type(1),
.hero .program-summary .summary-inner .program-summary-column:nth-of-type(1) {
    padding: 0 40px 0 15px
}

.hero .program-facts .summary-inner .program-summary-column:nth-of-type(2),
.hero .program-summary .summary-inner .program-summary-column:nth-of-type(2) {
    padding: 0 40px
}

.hero .program-facts .summary-inner .program-summary-column:nth-of-type(3),
.hero .program-summary .summary-inner .program-summary-column:nth-of-type(3) {
    padding: 0 15px 0 40px
}

.hero .program-facts .summary-inner .program-summary-column.program-summary-column-single,
.hero .program-summary .summary-inner .program-summary-column.program-summary-column-single {
    display: block;
    float: none;
    margin: 0 auto
}

.hero .program-facts .summary-inner .program-summary-column h4,
.hero .program-summary .summary-inner .program-summary-column h4 {
    color: #6A6A6A;
    font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    text-transform: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: normal;
    margin-bottom: 6px
}

.hero .program-facts .summary-inner .program-summary-column p,
.hero .program-facts .summary-inner .program-summary-column ul,
.hero .program-summary .summary-inner .program-summary-column p,
.hero .program-summary .summary-inner .program-summary-column ul {
    font-size: 13px;
    line-height: 24px;
    margin: 0
}

.hero .program-facts .summary-inner .program-summary-column ul,
.hero .program-summary .summary-inner .program-summary-column ul {
    padding-left: 15px;
    color: #6A6A6A
}

.program-section {
    padding: 0;
    border-bottom: 1px solid #E0E0E0
}

.program-section:first-child {
    top: -100px;
    position: relative
}

.program-section:last-child,
.program-section:only-child {
    border-bottom: none
}

.program-section .program-section-heading {
    cursor: pointer
}

.program-section .program-section-intro-people {
    max-width: 740px;
    margin: 0 auto 40px
}

.program-section .program-section-content {
    overflow: hidden;
    max-width: 740px;
    margin: 0 auto 40px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.program-section .program-section-content .program-section-content-intro {
    font-weight: 700
}

.program-section .program-section-content .program-section-content-modules-notes ul {
    list-style: none
}

.program-section .program-section-content .program-section-content-modules-notes ul li {
    background-color: #F0F0F0;
    margin-bottom: 5px
}

.program-section .program-section-content img {
    max-width: 420px;
    display: block;
    margin: 50px auto 80px
}

.program-section .program-section-content h4 {
    font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    text-transform: none;
    letter-spacing: normal;
    font-style: italic;
    font-size: 18px;
    margin-top: 40px
}

.program-section .program-section-content ul {
    margin-left: 0;
    padding-left: 0;
    text-align: left
}

.program-section .program-section-content ul li {
    margin: 0 0 0 20px;
    padding: 4px 8px;
    list-style: none
}

.program-section .program-section-content ul li:before {
    content: "\2022";
    color: #E73E0D;
    margin-right: 8px
}

.program-section .program-section-content ul.definition-list {
    list-style: none;
    padding: 0;
    text-align: center
}

.program-section .program-section-content ul.definition-list li {
    margin-bottom: 20px
}

.program-section .program-section-content ul.definition-list li:before {
    display: none
}

.program-section .program-section-content ul.definition-list li em {
    color: #E73E0D;
    font-size: 18px
}

.program-section .program-section-content ul.logos {
    list-style: none;
    padding: 0;
    text-align: center
}

.program-section .program-section-content ul.logos li {
    display: inline-block;
    margin: 40px
}

.program-section .program-section-content ul.logos li:before {
    display: none
}

.program-section .program-section-content ul.logos li img {
    opacity: .3;
    max-width: 350px;
    max-height: 80px;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.program-section .program-section-content ul.logos li:hover img {
    opacity: 1
}

.program-section .program-section-content ul.program-modules {
    list-style: none;
    padding: 0;
    text-align: center
}

.program-section .program-section-content ul.program-modules li {
    display: inline;
    float: left;
    width: 16.66666667%;
    padding: 0 15px;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px
}

.program-section .program-section-content ul.program-modules li:before {
    display: none
}

.program-section .program-section-content ul.program-modules li .module-inner {
    background: #F0F0F0;
    text-align: left
}

.program-section .program-section-content ul.program-modules li .module-head {
    padding: 15px
}

.program-section .program-section-content ul.program-modules li .module-head h5 {
    color: #fff;
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 10px 0
}

.program-section .program-section-content ul.program-modules li .module-head h6 {
    color: #fff;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

.program-section .program-section-content ul.program-modules li .module-head .date {
    color: #FFF;
    margin-top: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px
}

.program-section .program-section-content ul.program-modules li .module-description {
    padding: 15px
}

.program-section .program-section-content ul.program-modules li .module-description p {
    font-size: 12px;
    line-height: 20px
}

.program-section .program-section-content blockquote {
    background: #5D4E83;
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    text-transform: uppercase;
    padding: 30px;
    margin: 40px 0 80px;
    position: relative
}

.program-section .program-section-content blockquote p {
    color: #fff;
    margin: 0;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: left
}

.program-section .program-section-content blockquote p em {
    font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    text-transform: none;
    letter-spacing: normal;
    font-size: 15px
}

.program-section .program-section-content blockquote:after {
    top: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #5D4E83;
    border-width: 30px;
    margin-left: -30px
}

.program-section .program-section-content.program-section-contact img {
    max-width: 200px;
    margin: 0 auto 25px
}

.program-section .program-section-content.program-section-contact .program-section-contact-text {
    margin-bottom: 60px
}

.program-section .program-section-content.program-section-contact .program-section-contact-people {
    max-width: 540px;
    margin: 0 auto
}

.program-section .program-section-content.program-section-contact .program-section-contact-people:after,
.program-section .program-section-content.program-section-contact .program-section-contact-people:before {
    content: "";
    display: table
}

.program-section .program-section-content.program-section-contact .program-section-contact-people:after {
    clear: both
}

.program-section .program-section-content.program-section-contact .program-section-contact-people .program-section-contact-people-inner {
    float: left;
    width: 50%
}

.program-section .program-section-content.program-section-contact h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-size: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400
}

.program-section .program-section-content.program-section-contact p {
    margin-bottom: 30px
}

.program-section .program-section-content.program-section-content-modules,
.program-section .program-section-content.program-section-content-partner,
.program-section .program-section-content.program-section-content-people {
    max-width: none
}

.program-section .program-section-content.program-section-content-people img {
    margin: 0
}

.program-section .program-section-content .row:after,
.program-section .program-section-content .row:before {
    content: "";
    display: table
}

.program-section .program-section-content .row:after {
    clear: both
}

.program-section .btn-section {
    margin-bottom: 80px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    display: none
}

.program-section .btn-section i {
    margin-right: 6px
}

.program-section .btn-section i svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .3s 0s ease-in-out;
    transition: all .3s 0s ease-in-out;
    animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -o-animation-direction: alternate
}

.program-section .btn-section.open {
    background-color: #3B3B39
}

.program-section .btn-section.open svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.page-template-page-program .summary .summary-inner p.alignleft,
.page-template-page-program-grid .summary .summary-inner p.alignleft,
.page-template-page-program-text .summary .summary-inner p.alignleft {
    float: left;
    width: 80%;
    text-align: left
}

.page-template-page-program .summary .summary-inner img,
.page-template-page-program-grid .summary .summary-inner img,
.page-template-page-program-text .summary .summary-inner img {
    float: right;
    max-width: 120px
}

.page-template-page-program .program-facts,
.page-template-page-program-grid .program-facts,
.page-template-page-program-text .program-facts {
    border-top: 1px solid #E0E0E0
}

.page-template-page-program .program-facts .summary-inner,
.page-template-page-program-grid .program-facts .summary-inner,
.page-template-page-program-text .program-facts .summary-inner {
    text-align: left;
    padding: 40px 0
}

.page-template-page-program .program-facts .summary-inner h3,
.page-template-page-program-grid .program-facts .summary-inner h3,
.page-template-page-program-text .program-facts .summary-inner h3 {
    font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    color: #6A6A6A;
    text-transform: none;
    font-style: italic;
    letter-spacing: normal;
    line-height: 40px;
    margin-top: 0;
    margin-left: 15px;
    text-align: center;
    max-width: 740px;
    margin: 30px auto 40px
}

.page-template-page-program .program-facts .summary-inner .program-summary-column,
.page-template-page-program-grid .program-facts .summary-inner .program-summary-column,
.page-template-page-program-text .program-facts .summary-inner .program-summary-column {
    display: inline;
    float: left;
    width: 33.33333333%;
    padding: 0 15px;
    color: #6A6A6A
}

.page-template-page-program .program-facts .summary-inner .program-summary-column:nth-of-type(1),
.page-template-page-program-grid .program-facts .summary-inner .program-summary-column:nth-of-type(1),
.page-template-page-program-text .program-facts .summary-inner .program-summary-column:nth-of-type(1) {
    padding: 0 40px 0 15px
}

.page-template-page-program .program-facts .summary-inner .program-summary-column:nth-of-type(2),
.page-template-page-program-grid .program-facts .summary-inner .program-summary-column:nth-of-type(2),
.page-template-page-program-text .program-facts .summary-inner .program-summary-column:nth-of-type(2) {
    padding: 0 40px
}

.page-template-page-program .program-facts .summary-inner .program-summary-column:nth-of-type(3),
.page-template-page-program-grid .program-facts .summary-inner .program-summary-column:nth-of-type(3),
.page-template-page-program-text .program-facts .summary-inner .program-summary-column:nth-of-type(3) {
    padding: 0 15px 0 40px
}

.page-template-page-program .program-facts .summary-inner .program-summary-column.program-summary-column-single,
.page-template-page-program-grid .program-facts .summary-inner .program-summary-column.program-summary-column-single,
.page-template-page-program-text .program-facts .summary-inner .program-summary-column.program-summary-column-single {
    display: block;
    float: none;
    margin: 0 auto
}

.page-template-page-program .program-facts .summary-inner .program-summary-column h4,
.page-template-page-program-grid .program-facts .summary-inner .program-summary-column h4,
.page-template-page-program-text .program-facts .summary-inner .program-summary-column h4 {
    color: #6A6A6A;
    font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    text-transform: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: normal;
    margin-bottom: 6px
}

.page-template-page-program .program-facts .summary-inner .program-summary-column p,
.page-template-page-program .program-facts .summary-inner .program-summary-column ul,
.page-template-page-program-grid .program-facts .summary-inner .program-summary-column p,
.page-template-page-program-grid .program-facts .summary-inner .program-summary-column ul,
.page-template-page-program-text .program-facts .summary-inner .program-summary-column p,
.page-template-page-program-text .program-facts .summary-inner .program-summary-column ul {
    font-size: 13px;
    line-height: 24px;
    margin: 0
}

.page-template-page-program .program-facts .summary-inner .program-summary-column ul,
.page-template-page-program-grid .program-facts .summary-inner .program-summary-column ul,
.page-template-page-program-text .program-facts .summary-inner .program-summary-column ul {
    padding-left: 15px;
    color: #6A6A6A
}

.page-template-page-program-grid .hero {
    top: -200px
}

.page-template-page-program-grid .hero figcaption .break-line:nth-child(1) .inline,
.page-template-page-program-grid .hero figcaption .break-line:nth-child(2) .inline {
    background: #E73E0D
}

.page-template-page-program-grid .hero figcaption .break-line:nth-child(3) .inline,
.page-template-page-program-grid .hero figcaption .break-line:nth-child(4) .inline {
    background: #3B3B39
}

.page-template-page-program-text .program-section:first-child {
    top: auto
}

.page-template-page-program.page-id-306 .program-section .program-section-content,
.page-template-page-program.page-id-321 .program-section .program-section-content,
.page-template-page-program.page-id-324 .program-section .program-section-content {
    margin-bottom: 80px
}

.page-template-page-program.page-id-306 .program-section .btn-section,
.page-template-page-program.page-id-321 .program-section .btn-section,
.page-template-page-program.page-id-324 .program-section .btn-section {
    display: none
}

#smartPWLogin,
.post-password-form {
    margin: 40px 0
}

#smartPWLogin input[type=password],
#smartPWLogin input[type=submit],
.post-password-form input[type=password],
.post-password-form input[type=submit] {
    border-radius: 7px;
    background-clip: padding-box;
    border: 1px solid #AEAEAE;
    padding: 14px 22px;
    font-size: 13px;
    text-decoration: none;
    font-weight: 700;
    margin: 20px 10px 0 10px;
    display: inline-block
}

#smartPWLogin input[type=password]:focus,
#smartPWLogin input[type=submit]:focus,
.post-password-form input[type=password]:focus,
.post-password-form input[type=submit]:focus {
    outline: 0
}

#smartPWLogin input[type=submit],
.post-password-form input[type=submit] {
    background-color: #3B3B39;
    border-color: #3B3B39;
    color: #fff;
    margin-left: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

#smartPWLogin input[type=submit]:hover,
.post-password-form input[type=submit]:hover {
    background-color: #E73E0D;
    border-color: #E73E0D
}

.alumni-intro {
    max-width: 740px;
    margin: 0 auto 80px;
    text-align: center
}

.alumni-page-list {
    list-style: none;
    margin: 40px 0;
    text-align: center
}

.alumni-page-list li {
    display: inline;
    margin: 0 10px
}

.alumni-page-list li a {
    background-color: #3B3B39;
    border-radius: 7px;
    background-clip: padding-box;
    padding: 14px 22px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    font-weight: 700;
    margin: 20px 0;
    display: inline-block;
    border: none
}

.alumni-page-list li a:hover {
    background-color: #E73E0D;
    color: #fff
}

.alumni-page-list li a:focus {
    outline: 0
}

.alumni-page-list li a.red {
    background-color: #E73E0D
}

.alumni-page-list li a.red:hover {
    background-color: #3B3B39
}

.alumni-event-list {
    list-style: none;
    margin: 40px 0 80px;
    padding: 0;
    text-align: center
}

.alumni-event-list li {
    border-bottom: 1px solid #E0E0E0;
    padding: 60px 0
}

.alumni-event-list li h3 {
    font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    letter-spacing: 0;
    text-transform: none;
    font-style: italic;
    font-size: 32px;
    line-height: 32px;
    margin-top: 0
}

.alumni-event-list li .event-meta {
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    text-transform: uppercase;
    letter-spacing: 1px
}

.alumni-event-list li .event-meta .event-date,
.alumni-event-list li .event-meta .event-location,
.alumni-event-list li .event-meta .event-time {
    margin: 0 5px;
    color: #AEAEAE
}

.alumni-event-list li .event-meta>*+:before {
    content: "\2022";
    margin-right: 10px
}

.alumni-event-list li time {
    font-weight: 600;
    font-size: 18px
}

.alumni-event-list li a {
    text-decoration: none;
    padding: 40px 0;
    color: #E73E0D
}

.newsletter {
    background-color: #E73E0D;
    color: #fff;
    text-align: center;
    padding: 80px 0
}

.newsletter h3 {
    font-size: 36px;
    line-height: 40px;
    font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    text-transform: none;
    letter-spacing: 0;
    font-style: italic
}

.newsletter p {
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-size: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff
}

.newsletter input[type=text] {
    background-color: transparent;
    border-top: solid 1px transparent;
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
    border-bottom: solid 1px #fff;
    max-width: 1200px;
    text-align: center;
    font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    font-size: 24px;
    padding: 20px;
    color: #fff;
    outline: 0;
    margin: 0 10px
}
.newsletter input[type=text]::-webkit-input-placeholder {
    color: #fff;
    opacity: .9
}
.wFormContainer {
    color: #fff !important;
    margin-top: 15px;
}
.wFormContainer a {color:#fff !important; opacity: .9 }
.newsletter::-webkit-input-placeholder {
    color: #fff;
    opacity: .9
}

.newsletter:-moz-placeholder, .newsletter input[type=text]:-moz-placeholder {
    color: #fff;
    opacity: .9
}

.newsletter::-moz-placeholder {
    color: #fff;
    opacity: .9
}

.newsletter:-ms-input-placeholder, .newsletter input[type=text]:-ms-input-placeholder {
    color: #fff;
    opacity: .9
}

.newsletter input:-webkit-autofill,
.newsletter select:-webkit-autofill,
.newsletter textarea:-webkit-autofill {
    background-color: #E73E0D
}

.newsletter .btn-submit,
.newsletter .wForm input[type=submit] {
    background: rgba(59, 59, 57, .2);
    border: none;
    color: #FFF;
    font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    font-size: 24px;
    padding: 20px;
    outline: 0;
    border-radius: 7px;
    background-clip: padding-box;
    display: block;
    margin: 40px auto 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.newsletter .btn-submit:hover,
.newsletter .wForm input[type=submit]:hover {
    background: #3b3b39
}

.wFormContainer {
    background-color: transparent!important;
    border: none!important;
    font-family: inherit;
    width: auto!important;
    max-width: 1200px
}

.wFormContainer .wFormTitle {
    display: none;
    visibility: hidden
}

.wForm .oneField {
    display: inline-block
}

.wForm .label {
    display: none!important
}

.wForm #tfa_6 {
    display: none;
    visibility: hidden
}

.footer {
    background-color: #3B3B39;
    min-height: 200px;
    padding: 50px 0
}

.footer .menu {
    list-style: none;
    padding: 0
}

.footer .menu .menu-item {
    margin-bottom: 10px
}

.footer .menu .menu-item a {
    color: #AEAEAE;
    font-size: 13px
}

.footer .menu .menu-item a:hover {
    color: #fff
}

.footer .footer-nav:after,
.footer .footer-nav:before {
    content: "";
    display: table
}

.footer .footer-nav:after {
    clear: both
}

.footer .footer-nav-item {
    display: inline;
    float: left;
    width: 16.66666667%;
    padding: 0 15px
}

.footer .footer-nav-item h5 {
    color: #fff;
    font-size: 14px
}
.footer .footer-nav-item ul  {
	padding:0;
	list-style:none

}
.footer .footer-nav-item p {
    color: #AEAEAE;
    font-size: 13px
}

.footer .footer-nav-item p a {
    color: #AEAEAE;
    font-size: 13px
}

.footer .footer-nav-item p a:hover {
    color: #fff
}

.footer .footer-logo {
    display: block;
    display: inline;
    float: left;
    width: 16.66666667%;
    padding: 0 15px;
    float: right
}

.footer .footer-logo svg {
    fill: rgba(174, 174, 174, .4);
    width: 100%;
    height: auto;
    display: block
}

.flex-container a:focus,
.flex-container a:hover,
.flex-slider a:focus,
.flex-slider a:hover {
    outline: 0
}

.flex-control-nav,
.flex-direction-nav,
.slides {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides>li:first-child {
    display: block
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 95px;
    height: 90px;
    position: absolute;
    top: 48%;
    z-index: 10;
    background-color: #fff;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .47);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .47);
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .2s 0s ease-in-out;
    transition: all .2s 0s ease-in-out;
    animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -o-animation-direction: alternate
}

.flex-direction-nav .flex-prev {
    left: 70px;
    background-image: url(../images/arrow-left.svg)
}

.flex-direction-nav .flex-prev:hover {
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0)
}

.flex-direction-nav .flex-next {
    right: 70px;
    background-image: url(../images/arrow-right.svg)
}

.flex-direction-nav .flex-next:hover {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0)
}

.flex-control-nav {
    text-align: center
}

.flex-control-nav li {
    display: inline-block;
    margin: 0 5px
}

.flex-control-nav li a {
    display: block;
    text-indent: -9999px;
    border-radius: 50%;
    background-color: rgba(231, 62, 13, .2);
    width: 10px;
    height: 10px
}

.flex-control-nav li a.flex-active {
    background-color: #E73E0D
}

.page-template-page-countries-2-php {
    background-color: #eee;
    height: 100%;
    min-height: 720px;
    position: relative
}

.page-template-page-countries-2-php .country-select-header {
    background-color: #fff;
    height: 100px;
    text-align: center
}

.page-template-page-countries-2-php .country-select-header .logo-countries {
    width: 100px;
    height: 100px;
    display: block;
    fill: #E73E0D;
    margin-left: 20px;
    float: left
}

.page-template-page-countries-2-php .country-select-header h1 {
    margin: 0;
    font-size: 22px;
    line-height: 100px
}

.page-template-page-countries-2-php .country-select-header h1 .red {
    color: #E73E0D
}

.page-template-page-countries-2-php .country-select-body {
    top: 100px;
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute
}

.page-template-page-countries-2-php .country-select {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.page-template-page-countries-2-php .country-select .country-list {
    list-style: none;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.page-template-page-countries-2-php .country-select .country-list li a {
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    display: block;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .2s 0s ease-in-out;
    transition: all .2s 0s ease-in-out;
    animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -o-animation-direction: alternate
}

.page-template-page-countries-2-php .country-select .country-list li a.austria {
    bottom: 101px;
    left: 201px
}

.page-template-page-countries-2-php .country-select .country-list li a.czech-republic {
    bottom: 199px;
    left: 196px
}

.page-template-page-countries-2-php .country-select .country-list li a.poland {
    right: 399px;
    top: 66px
}

.page-template-page-countries-2-php .country-select .country-list li a.slovakia {
    right: 368px;
    bottom: 172px
}

.page-template-page-countries-2-php .country-select .country-list li a.hungary {
    left: 326px;
    bottom: 90px
}

.page-template-page-countries-2-php .country-select .country-list li a.romania {
    right: 200px;
    bottom: 64px
}

.page-template-page-countries-2-php .country-select .country-list li a .flag {
    display: block;
    max-width: 35px;
    height: 35px;
    margin: 0 auto;
    -webkit-transition: all .2s 0s ease-in-out;
    transition: all .2s 0s ease-in-out;
    animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -o-animation-direction: alternate
}

.page-template-page-countries-2-php .country-select .country-list li a .country-name {
    display: block;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .2s 0s ease-in-out;
    transition: all .2s 0s ease-in-out;
    animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -o-animation-direction: alternate
}

.page-template-page-countries-2-php .country-select .country-list li a .country-hover {
    font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    font-size: 11px;
    font-style: italic;
    text-transform: none;
    letter-spacing: normal;
    opacity: 0;
    display: block;
    -webkit-transform: translate(0, 8px);
    transform: translate(0, 8px);
    -webkit-transition: all .2s 0s ease-in-out;
    transition: all .2s 0s ease-in-out;
    animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -o-animation-direction: alternate
}

.page-template-page-countries-2-php .country-select .country-list li a:hover .flag {
    -webkit-transform: translate(0, -6px);
    transform: translate(0, -6px)
}

.page-template-page-countries-2-php .country-select .country-list li a:hover .country-name {
    color: #3B3B39;
    -webkit-transform: translate(0, -6px);
    transform: translate(0, -6px)
}

.page-template-page-countries-2-php .country-select .country-list li a:hover .country-hover {
    opacity: 1;
    -webkit-transform: translate(0, -7px);
    transform: translate(0, -7px)
}

.page-template-page-countries-2-php .country-select #map-cee {
    display: block;
    height: 450px
}

.page-template-page-countries-2-php .country-select #map-cee #austria {
    -webkit-transition: all .2s 0s ease-in-out;
    transition: all .2s 0s ease-in-out;
    animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -o-animation-direction: alternate
}

.page-template-page-countries-2-php .country-select #map-cee #austria.hover {
    fill: #b8371d
}

.page-template-page-countries-2-php .country-select #map-cee #slovakia {
    -webkit-transition: all .2s 0s ease-in-out;
    transition: all .2s 0s ease-in-out;
    animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -o-animation-direction: alternate
}

.page-template-page-countries-2-php .country-select #map-cee #slovakia.hover {
    fill: #007d82
}

.page-template-page-countries-2-php .country-select #map-cee #poland {
    -webkit-transition: all .2s 0s ease-in-out;
    transition: all .2s 0s ease-in-out;
    animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -o-animation-direction: alternate
}

.page-template-page-countries-2-php .country-select #map-cee #poland.hover {
    fill: #f7b90d
}

.page-template-page-countries-2-php .country-select #map-cee #czech-republic {
    -webkit-transition: all .2s 0s ease-in-out;
    transition: all .2s 0s ease-in-out;
    animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -o-animation-direction: alternate
}

.page-template-page-countries-2-php .country-select #map-cee #czech-republic.hover {
    fill: #3f8d44
}

.page-template-page-countries-2-php .country-select #map-cee #hungary {
    -webkit-transition: all .2s 0s ease-in-out;
    transition: all .2s 0s ease-in-out;
    animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -o-animation-direction: alternate
}

.page-template-page-countries-2-php .country-select #map-cee #hungary.hover {
    fill: #d17214
}

.page-template-page-countries-2-php .country-select #map-cee #romania {
    -webkit-transition: all .2s 0s ease-in-out;
    transition: all .2s 0s ease-in-out;
    animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -o-animation-direction: alternate
}

.page-template-page-countries-2-php .country-select #map-cee #romania.hover {
    fill: #72563b
}

.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible
}

.tooltipster-base .tooltipster-content {
    overflow: hidden;
    font-size: 11px;
    line-height: 15px
}

.fellow-list-overlay {
    width: 180px;
    background-color: #3B3B39;
    color: #fff
}

.fellow-list-overlay img {
    display: block;
    margin-bottom: 8px
}

.fellow-list-overlay h6 {
    font-size: 14px;
    padding: 0 15px;
    margin-top: 0;
    margin-bottom: 10px
}

.fellow-list-overlay p,
.fellow-list-overlay span {
    font-size: 12px;
    padding: 0 15px;
    margin-top: 0;
    margin-bottom: 3px;
    color: #fff
}

.fellow-list-overlay p.fellow-list-overlay-headline {
    color: #6A6A6A
}

.fellow-list-overlay .btn {
    margin: 15px auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 50%;
    width: 90%;
    font-size: 11px;
    text-align: center
}

.fellow-list-overlay .btn:hover {
    background-color: #E73E0D
}

.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.tooltipster-arrow span,
.tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top-left span,
.tooltipster-arrow-top-right span {
    border-left: 8px solid transparent!important;
    border-right: 8px solid transparent!important;
    border-top: 8px solid;
    bottom: -7px
}

.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border {
    border-left: 9px solid transparent!important;
    border-right: 9px solid transparent!important;
    border-top: 9px solid;
    bottom: -7px
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-left span,
.tooltipster-arrow-bottom-right span {
    border-left: 8px solid transparent!important;
    border-right: 8px solid transparent!important;
    border-bottom: 8px solid;
    top: -7px
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    border-left: 9px solid transparent!important;
    border-right: 9px solid transparent!important;
    border-bottom: 9px solid;
    top: -7px
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top span {
    left: 0;
    right: 0;
    margin: 0 auto
}

.tooltipster-arrow-bottom-left span,
.tooltipster-arrow-top-left span {
    left: 6px
}

.tooltipster-arrow-bottom-left .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
    left: 5px
}

.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-top-right span {
    right: 6px
}

.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border {
    right: 5px
}

.tooltipster-arrow-left .tooltipster-arrow-border,
.tooltipster-arrow-left span {
    border-top: 8px solid transparent!important;
    border-bottom: 8px solid transparent!important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent!important;
    border-bottom: 9px solid transparent!important;
    border-left: 9px solid;
    margin-top: -8px
}

.tooltipster-arrow-right .tooltipster-arrow-border,
.tooltipster-arrow-right span {
    border-top: 8px solid transparent!important;
    border-bottom: 8px solid transparent!important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent!important;
    border-bottom: 9px solid transparent!important;
    border-right: 9px solid;
    margin-top: -8px
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.tooltipster-fade-show {
    opacity: 1
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-backface-visibility: hidden
}

.tooltipster-grow-show {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    transition-property: all;
    top: 0!important;
    opacity: 0
}

.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    transition-property: all;
    left: 0!important;
    opacity: 0
}

.tooltipster-content-changing {
    opacity: .5;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.title-section {
    background-color: #E73E0D;
    padding: 60px 15px;
    text-align: center;
}

.title-section.first {
    margin-top: -120px;
}

.title-section h3 {
    margin: 0;
    color: #fff;
    font-size: 40px;
}

.method-2.method .method-step .method-step-image,
.method-2.method .method-step .method-step-text {
    margin: 0;
}

.method-2.method .method-step .method-step-text {
    width: 65%;
}

.method-2.method .method-step .method-step-image {
    width: 35%;
}

.method-2 .wrapper {
    max-width: 800px;
}

.method.method-2 .method-step {
    padding-bottom: 0;
}

.method-center {
    text-align: center;
    margin-bottom: 30px;
}

.page-template-page-pdf .flowpaper-class {
    height: 800px;
    display: block;
}

.page-template-page-pdf .flowpaper-class #flowpaper-logo-bottom {
    display: none !important;
}

.page-template-page-pdf main.wrapper {
    max-width: 100%;
    width: 100%;
}

.page-template-page-pdf #newsletter {
    display: none;
}

.search_top {
    float: left;
    position: relative;
}
.toggle_search{
    line-height: 44px;
    cursor: pointer;
    width: 40px;
    display: block;
    text-align: center;
    height: 40px;
    opacity: 0.7;
}
.header .toggle_search svg path{ fill:#e73e0d }
.header .toggle_search:hover path  {fill:#343434; opacity: 1}
.header .header-nav.has-hero .toggle_search svg path{ fill:#fff }
.header .header-nav.has-hero .toggle_search:hover path  {fill:#e73e0d; opacity: 1}
.search_top .form_top_search {
    left: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 0;
    overflow: hidden;
    transition: all .3s ease 0s;
}
.search_top .form_top_search.active {
    left: -138px;
    opacity: 1;
    visibility: visible;
    width: 185px;
}
.search_top .form_top_search .screen-reader-text {
    display: none;
}
.search_top .form_top_search .search-field{
    background: #f5f5f5;
    border: 1px solid #fb5b21;
    color: #666;
    height: 34px;
    transition: all .3s ease 0s;
    box-shadow: none;
    padding: 0 10px;
    font-size: 14px;
    width: 180px;
    box-sizing: border-box;
}
.search_top .form_top_search .search-submit {
    position: absolute;
    right: 0;
    height: 34px;
    width: 26px;
    font-size: 0px;
    border:0;
    background-color: transparent;
    background-image: url('../images/search.png');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 12px;
    outline: none;
}
.page-header { text-align: center}
.search_posts .img_search { float: left; width: 150px; padding-right: 15px;}
.search_posts h3 {
    margin-bottom: 5px;
}
.search_posts p { margin-top: 0px}
.search_posts .news-grid-item {
    border-bottom: 1px solid #E0E0E0;
    padding:0 25px 25px;
    float: left;
    width: 100%;
}
.search .pagination { clear: both; padding: 60px 0px; text-align: center}
.search .pagination .nav-links > span, .search .pagination .nav-links > a {
    display: inline-block;
    padding: 0 5px;
    color:#6A6A6A;
}
.search .pagination .nav-links .current, .search .pagination .nav-links a:hover {  color:#E73E0D}
.search .pagination  .screen-reader-text { display: none}
.text-center { text-align: center}


@media only screen and (max-width:1280px) {
    .people-grid .people-grid-item {
        display: inline;
        float: left;
        width: 20%;
        padding: 0 2px;
        padding-top: 2px;
        padding-bottom: 2px
    }
}

@media only screen and (max-width:1024px) {
    .page-template-page-pdf .flowpaper-class {
        height: 400px;
    }
    main section {
        padding: 40px 0
    }
    .flex-direction-nav a {
        top: 45%
    }
    .header .header-inner {
        padding: 0 20px
    }
    .header .header-nav {
        /*margin-right: 30px*/
    }
    .hero figure figcaption {
        right: 20px
    }
    .hero figure figcaption .inline {
        font-size: 46px;
        margin: 3px 0;
        padding: 4px 16px
    }
    .flex-direction-nav .flex-prev {
        left: 20px
    }
    .flex-direction-nav .flex-next {
        right: 20px
    }
    .method {
        margin-top: -40px
    }
    .method .method-step {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .method .method-step .method-step-number {
        margin-left: 0;
        display: inline;
        float: left;
        width: 8.33333333%;
        padding: 0 15px
    }
    .method .method-step .method-step-image {
        display: inline;
        float: left;
        width: 25%;
        padding: 0 15px;
        margin-left: 0
    }
    .method .method-step .method-step-text {
        display: inline;
        float: left;
        width: 50%;
        padding: 0 15px;
        margin-left: 0
    }
    .news-filter li .filter-btn {
        font-size: 14px;
        line-height: 20px
    }
    .news-grid .news-grid-item {
        height: auto
    }
    .news-grid .news-grid-item h3 {
        font-size: 18px;
        line-height: 24px
    }
    .news-grid .news-grid-item p {
        font-size: 14px;
        line-height: 20px
    }
    .news-grid .news-grid-item.big {
        height: auto
    }
    .news-grid .news-grid-item.big h3 {
        font-size: 18px
    }
    .news-article {
        display: inline;
        float: left;
        width: 66.66666667%;
        padding: 0 30px
    }
    .sidebar {
        display: inline;
        float: left;
        width: 33.33333333%;
        padding: 0 30px;
        margin-left: 0
    }
    .icon-share-email {
        width: 30px;
        height: 30px
    }
    .icon-share-facebook {
        width: 30px;
        height: 30px
    }
    .icon-share-googleplus {
        width: 30px;
        height: 30px
    }
    .icon-share-twitter {
        width: 30px;
        height: 30px
    }
    .people-grid .people-grid-item {
        display: inline;
        float: left;
        width: 25%;
        padding: 0 2px;
        padding-top: 2px;
        padding-bottom: 2px
    }
    .people-grid .people-grid-item .people-grid-item-inner .people-grid-item-text {
       
    }
    .fellows-index {
        padding-left: 20px;
        padding-right: 20px
    }
    .single-fellow .fellow-hero {
        padding-left: 20px;
        padding-right: 20px
    }
    .single-fellow .fellow-hero h2 {
        margin-bottom: 40px
    }
    .about-press .about-press-list li {
        padding: 0 20px
    }
    .about-contact-inner {
        padding: 0 20px
    }
    .footer .footer-nav {
        padding: 0 20px
    }
}

@media only screen and (max-width:768px) {
    .blog-4 .header .header-nav .languages {margin: 0; border-left: 0}
    .blog-4 .header .header-inner { padding: 0 15px}
    .header .header-logo svg {
        width: 90px;
    }
    p {
        font-size: 14px;
        line-height: 24px
    }
    .header .header-nav .menu .menu-item {
        margin-left: 30px
    }
    .blog-4 .header .header-nav .menu .menu-item {
        margin-left: 18px
    }
    .blog-4 .header .header-nav .menu .menu-item a {
        font-size: 14px
    }
    .blog-4 .header .header-nav .languages .lang-item {
        margin-left: 20px
    }
    .blog-4 .header .header-nav .languages .lang-item a {
        font-size: 14px
    }
    .hero figure figcaption .inline {
        font-size: 36px;
        line-height: 36px;
        margin: 3px 0
    }
    .hero .summary .summary-inner {
        padding: 80px
    }
    .flex-direction-nav a {
        width: 65px;
        height: 60px
    }
    .home-cta .home-cta-item {
        padding: 20px
    }
    .home-news .home-news-row {
        padding: 0 20px
    }
    .home-news .home-news-article {
        display: inline;
        float: left;
        width: 50%;
        padding: 0 15px;
        border-bottom: 1px solid #E0E0E0
    }
    .home-news .home-news-article+.home-news-article {
        border-left: none
    }
    .home-fellows h2 {
        margin-bottom: 10px
    }
    .news-grid .grid-sizer {
        display: inline;
        float: left;
        width: 50%;
        padding: 0 0
    }
    .news-grid .news-grid-item {
        display: inline;
        float: left;
        width: 50%;
        padding: 0 15px;
        padding-top: 30px;
        padding-bottom: 20px
    }
    .news-grid .news-grid-item.big .news-grid-item-meta {
        width: 50%;
        left: 25%
    }
    .sidebar h3,
    .sidebar-share {
        padding: 0
    }
    .sidebar .related-articles .related-articles-item {
        padding: 30px 0
    }
    .criteria {
        padding-top: 0
    }
    .criteria .criteria-inner {
        padding: 0 20px
    }
    .criteria .criteria-item {
        padding-left: 10px;
        padding-right: 10px
    }
    .criteria .criteria-item h3 {
        font-size: 26px
    }
    .nomination .nomination-inner {
        padding: 0 20px
    }
    .people-grid .people-grid-item {
        display: inline;
        float: left;
        width: 33.33333333%;
        padding: 0 2px;
        padding-top: 2px;
        padding-bottom: 2px
    }
    .fellows-index .fellows-index-column {
        display: inline;
        float: left;
        width: 33.33333333%;
        padding: 0 15px
    }
    .about-contact-list li {
        /*display: inline;*/
        /*float: left;*/
        /*width: 33.33333333%;*/
        /*padding: 0 15px*/
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .overlay .overlay-inner {
        width: 90%;
        height: 90%
    }
    .footer .footer-nav-item {
        display: inline;
        float: left;
        width: 33.33333333%;
        padding: 0 15px
    }
    .footer .footer-logo {
        float: none;
        margin: 0 auto
    }
}



.home-fellows {
    min-height: 340px
}

.home-fellows h2 {
    margin-bottom: 15px
}

.page-template-page-ideegration-php main {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 700px
}

.page-template-page-ideegration-php main img {
    display: block
}

.headline-summery h2:after {
    display: none
}

.headline-summery h2 {
    text-transform: none;
    padding: 90px 0;
    margin: 0;
    font-size: 74px;
}

.page-template-page-program-sites .partner h2 a:hover {
    opacity: 0.5
}

.page-template-page-program-sites main {
    margin-top: -60px
}
.page-template-page-program-sites .newsletter {
	display:none
}
.section_book {
    max-width: 80%;

}
.item_book { float: left;
width: 20%; padding: 10px}
.box_book {
    padding: 20px;
    border: solid 1px #e0e0e0;
    text-align: center;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    border-radius: 5px;
}
.box_book:hover {
    box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.2);
}
.box_book img:hover { opacity: 0.7}
.sub_book {
    /*background: #3b3b39;*/
    /*color: #fff;*/
    /*border-radius: 3px;*/
    /*padding: 7px 10px;*/
    /*line-height: normal;*/
    margin-top: 15px;

}
.title_book {
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
}
.panel-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    border-radius: 8px;
    border-radius: 3px;
    margin-bottom: 6px;
}
.panel-heading h4 {
    margin: 0;
    padding: 6px 25px;
}
.collapse {
    display: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.panel-body {
    padding: 0px  15px;
}
.panel-body p { margin-bottom: 8px; margin-top: 0px}
.collapse.in {
    display: block;
}

.blog-11 .header .header-logo {
    padding-top: 10px;
}
.program-section.custom_box_text {
    border-bottom: 0;
    top: 0;
    margin-top: -100px;
}
.blog11_cover {
    position: relative;
}
.blog11_cover:after {
    content: '';
    background: #000;
    position: absolute;
    top:0;
    left:0;
    right: 0;
    opacity: 0.2;
    bottom: 0;
}
.news-grid .news-grid-item.blog11_cover .news-grid-item-inner .read-more {
    color: #fff;
    letter-spacing: 1px;
}
.blog11_cover  .news-grid-item-inner {
    z-index: 3;

}
.blog11_cover  h3 a {
    color: #fff;
    font-size: 24px;
}
.alignright-link {
    float: right;
    border: 0;
    padding-left: 30px;
    padding-bottom: 15px;
}
.page-template-page-czech hr{
    border-top: 2px solid rgba(54, 56, 112, 0.84);
}
.page-template-page-czech #newsletter { display: none}
.page-template-page-czech .page-content ul { color: rgb(106, 106, 106); line-height: 26px; }

.graphic_chart_box {
    float: left;
    width: 100%;
}
.graphic_chart_box .graphic_chart {
    float: left;
    width: 33.3%;
    padding: 8px 15px;
    margin-bottom: 16px;
}
.graphic_chart_box .graphic_chart .graphic_content {
    text-align: center;
    background: rgb(255, 255, 255);
    position: relative;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    border-radius: 5px;
    padding: 10px;
}
.graphic_chart_box .graphic_chart .graphic_content:hover  h3 {
    color: rgb(231, 62, 13);
}
.graphic_chart_box .graphic_chart .graphic_content p {
    line-height: 1.6em;
    font-size: 14px;
}
.program-section .program-section-content .graphic_chart h3 {
    color: rgb(85,177,70);
    border-bottom: 1px solid rgb(85,177,70);
    padding-bottom: 18px;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.clearfix {
    clear: both;
}
.events_news_page {
    padding-bottom: 60px;
}
.slider-testimonials.owl-carousel .owl-nav button.owl-next, .slider-testimonials.owl-carousel .owl-nav button.owl-prev {
    background: rgba(30, 30, 30, 0.7);
    color: rgb(255, 255, 255);
    width: 50px;
    height: 50px;
    border: none;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 56px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
}
.slider-testimonials.owl-carousel .owl-nav {
    margin-top: 30px;
}
.slider-testimonials.owl-carousel .owl-nav > button span {
    font-size: 32px;
    color: rgb(255, 255, 255);
    line-height: 20px;
}
.slider-testimonials .title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}
.slider-testimonials .subtitle {
    margin: 4px auto;
    font-size: 14px;
}
.slider-testimonials  .text_testimonial, .slider-testimonials  .text_testimonial p {
    font-size: 16px;
    line-height: 1.8;
    padding: 0;
}
.grid_posts {
    float: left;
    width: 100%;
}
.grid_posts .grid-item{
    float: left;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.grid_posts .grid-item p {
    font-size: 14px;
    line-height: 1.7;
}
.grid_posts .grid-item h3 {
    font-size: 22px;
    margin: 0;
    text-transform: none;
    min-height: 52px;
    line-height: 52px;
}
.grid_posts .grid-item h3 a {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.posts_category {

}
.grid_posts .grid-item .data {
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 15px 15px;
    display: block;
    color: rgb(153, 153, 153);
}
.grid_posts .grid-item .image-grid a, .grid_posts .grid-item .image-grid img {
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.grid_posts .grid-item .image-grid a {
    overflow: hidden;
}
.blog-grid:hover h3 a {
    color: rgb(85,177,70);;
}
.blog-grid {
    background: rgb(248, 248, 248);
    overflow: hidden;
}
.blog-grid .content-post {
    padding: 15px 15px 0;
}
.grid_posts .blog-grid:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.posts_category .text-center{
    text-align: center;
}
.file_block_wrap {
    float: left;width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.file_block_wrap img {
    width: 48px;
    max-width: 100%;
}
.section_files .file_block_wrap:last-child {
    border-bottom: 0;
}
.program-section .program-section-content  .file_block_wrap img {
    margin-bottom: 50px;
    margin-top: 0px;
}
.file_block_wrap a:hover img{
    opacity: 0.65;
}
.program-section .program-section-content .file_block_content  h4 {
    margin-bottom: 0px;
    margin: 0;
}
.program-section .program-section-content .file_block_content  h4 img {
    width: 30px; display: inline-block;
    margin: 0;
    margin-right: 8px;
}
.program-section .program-section-content .file_block_content  h4 a {
    color: #E73E0D;
}
.file_block_icon_type, .file_block_content, .file_block_download_icon {
 float: left;
}
.file_block_icon_type {
    width: 10%;
}
.file_block_content {
    width: 90%;
    padding:0px 10px
}
/*.file_block_download_icon {*/
    /*width: 10%;*/
/*}*/

@media only screen and (max-width: 1400px) {
    .section_book {
        max-width: 100%;
        padding: 0 15px;
    }
}
@media only screen and (max-width: 1200px) {
    .section_book {

    }
}

@media only screen and (max-width: 990px) {
    .item_book {
        width: 33.3%;
    }
    .page-template-page-czech main .page-content{ max-width: 90%}
}


@media only screen and (max-width: 990px) {

    .naprawiamy-logo {
        height: 36px;
    }
	.header .header-nav .languages {
		margin: 0 0 0 20px;
	}
	.header .header-nav .languages .lang-item {
	    margin-left: 20px;
	}
	.header .header-nav .menu .menu-item a {
		font-size:18px
	}
	.blog-4 .header .header-nav .menu .menu-item {
	    margin-left: 20px;
	}
	.header .header-nav .menu .menu-item {
	    margin-left: 25px;
	}
    .grid_posts .grid-item {
        width: 50%;
    }
    .grid_posts .grid-item:nth-child(2n-1) {
        clear: both;
    }
    .filter-people li .filter-btn {
        padding: 5px;
    }

    .filter-people.news-filter {
        padding: 0;
    }
    .page-template-page-program-text-php .people-grid .people-grid-item .people-grid-item-inner .people-grid-item-text .people-grid-item-text-inner {
        padding: 15px 8px;
    }
    .blog-7 .header .header-logo svg {
        width: 100px;
        height: 80px;
    }
    .blog-7 .header .header-logo {
        padding: 15px 0;
    }
    .blog-7  #menu-header-program .menu-item {
        margin-left: 15px;
    }

}
@media only screen and (max-width: 768px) {
    .blog-7 .header .header-logo svg {
        width: 86px;
        height: 60px;
    }
     iframe {
         max-width: 100%;
     }
    .program-section .program-section-content { padding: 0 15px}
}

@media only screen and (max-width: 568px) {
    .grid_posts .grid-item h3 {
        min-height: auto;
        line-height: normal;
    }
    .header .header-nav .menu .menu-item .sub-menu .menu-item {
        height: inherit;

    }
    .program-section .program-section-content img {
        max-width: 100%;
        margin: 10px auto 20px;
    }
    .page-template-page-program-sites main {
        margin-top: 0
    }
    .headline-summery h2 {
        font-size: 46px;
        line-height: 0.9em;
    }
    .item_book {
        width: 100%;
    }
    .box_book { margin-bottom: 0px}
    .grid_posts .grid-item {
        width: 100%;
    }
    .header .header-nav .menu  li.menu-item-has-children > ul { display: none}
    #menu-header-program .menu-item .sub-menu {
        width: 100%;
        min-width: 150px;
        margin: 0 !important;
    }
   .menu-item-has-children:after  {
        content: '+';
        position: absolute;
        font-size: 18px;
        color: #fff;
        right: 20px;
        top: 12px;
        z-index: 1;
    }
    .blog-7 .header {
        height: 80px;
    }
    .blog-7 .header .header-logo {
        padding: 0
    }
}

@media only screen and (max-width:568px) {
    .search_top {
        float: none;
        display: inline-block;
        border-top: 1px solid rgba(224, 224, 224, .2);
        height: 45px;
        vertical-align: middle;
    }

    .blog-4 .header .header-nav .languages .lang-item, .blog-4 .header .header-nav .languages { margin: 0}
    .title-section.first {
        margin-top: -1px;
    }
    .blog-4 .header .header-nav .languages .lang-item a { font-size: 16px}
    .blog-4 .header .header-nav .languages {
        display: inline-block;
        height: 40px;
        width: 40px;
        vertical-align: top;
    }

    .method-2.method .method-step .method-step-text {
        width: 100%;
    }

    .method-2.method .method-step .method-step-text p {
        text-align: center;
    }

    .method-2.method .method-step .method-step-image {
        width: 35%;
        float: none;
        position: relative;
        top: 0;
        display: block;
        margin: 0 auto;
    }

    #menu-header-program .menu-item .sub-menu .current-menu-item, #menu-header-program .menu-item .sub-menu .menu-item, #menu-header-program .menu-item .sub-menu .menu-item:last-child {
        background: #2f2f2f;
        margin: 0;
        border: 0;
        z-index: 2;
    }
    #menu-header-program .menu-item .sub-menu .current-menu-item a, #menu-header-program .menu-item .sub-menu .menu-item a, #menu-header-program .menu-item .sub-menu .menu-item:last-child a {
        position: initial;
        display: block;
        transform: initial;
        padding: 8px 15px;
        font-size: 16px !important;

    }
    #menu-header-program .menu-item .sub-menu {
        margin-top: 15px;
    }
    main section {
        padding: 30px 0
    }
    main section:first-child, .program-section:first-child {
        margin-top: 0;
        padding-top: 30px;
        top:0px
    }
    .wrapper {
        padding: 0 20px
    }
    main.wrapper {
        padding-top: 80px
    }
    p {
        font-size: 13px;
        line-height: 22px
    }
    h2 {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: 1px
    }
    h3 {
        font-size: 22px;
        line-height: 28px
    }
    h4 {
        font-size: 20px
    }
    .header {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, 0)));
        background-image: linear-gradient(rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, 0) 100%);
        height: 80px;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0
    }
    .header.open-mobile {
        background-color: #3B3B39
    }
    .header .header-logo {
        width: 63px;
        height: 37px;
        margin-top: 15px
    }
    .blog-12 .header .header-logo {
        width: 130px;
        height: auto;
    }
    .header .header-logo svg {
        width: 63px;
        height: 37px
    }
    .blog-7 .header .header-logo svg {
        width: 86px;
        height: 60px
    }
    .header .header-nav {
        float: none;
        position: fixed;
        top: 80px;
        bottom: 0;
        left: 0;
        width: 100%;
        margin-top: 0;
        text-align: center;
        background: #3B3B39;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out
    }
    .blog-12 .header .header-nav { margin-top: 0px}
    .header .header-nav.open {
        opacity: 1;
        visibility: visible
    }
    .header .header-nav .menu {
        height: 83.333%;
        margin: 0;
        float: none
    }
    .header .header-nav .menu#menu-header-program {
        height: 100%
    }
    .header .header-nav .menu .menu-item {
        float: none;
        display: block;
        margin-left: 0!important;
        height: 50px;
        position: relative;
        border-top: 1px solid rgba(224, 224, 224, .2)
    }
    /*.blog-4 .header .header-nav .menu .menu-item {*/
    /*height: 14.29%*/
    /*}*/
    /*.blog-7 .header .header-nav .menu .menu-item {*/
    /*height: 16.666%*/
    /*}*/
    .header .header-nav .menu .menu-item a {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 18px!important
    }
    .header .header-nav .menu .menu-item.login a {
        border: none;
        padding: 0
    }
    .header .header-nav .languages {
        float: none;
        margin: 0;
        border-left: none;
        border-top: 1px solid rgba(224, 224, 224, .2);
        height: 16.666%
    }
    .header .header-nav .languages .lang-item {
        float: none;
        display: block;
        margin-left: 0;
        position: relative;
        height: 100%
    }
    body:not(.blog-4) .header .header-nav .languages .lang-item a {
        color: #E73E0D!important;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1!important
    }
    .header .hamburger {
        display: block;
        visibility: visible
    }
    .hero {
        top: 0
    }
    .hero figure figcaption {
        right: 0
    }
    .hero figure figcaption .inline {
        font-size: 33px;
        padding: 4px 15px 5px;
        line-height: 33px
    }
    .hero .summary .summary-inner {
        padding: 50px 30px 30px
    }
    .hero .summary .summary-inner p {
        font-size: 13px!important;
        line-height: 22px!important
    }
    .flex-direction-nav a {
        display: none
    }
    .method .method-step {
        position: relative
    }
    .method .method-step .method-step-number {
        margin-left: 0;
        position: absolute;
        left: -12px;
        display: none;
        visibility: hidden
    }
    .method .method-step .method-step-image {
        margin-left: 0;
        position: absolute;
        left: 16.66666667%;
        width: 80px;
        padding: 0;
        top: 46px;
        left: 18px
    }
    .method .method-step .method-step-text {
        display: inline;
        float: left;
        width: 100%;
        padding: 0 15px;
        margin-left: 0
    }
    .method .method-step .method-step-text h3 {
        font-size: 26px;
        line-height: 32px;
        text-align: right;
        padding-left: 40%
    }
    .method .method-step .method-step-text p {
        font-size: 13px;
        line-height: 22px
    }
    .home-cta .home-cta-item {
        display: inline;
        float: left;
        width: 100%;
        padding: 0 15px;
        border: none;
        border-radius: 0;
        margin-bottom: 20px
    }
    .home-news .home-news-row {
        padding: 0
    }
    .home-news .home-news-article {
        display: inline;
        float: left;
        width: 100%;
        padding: 0 15px;
        padding-bottom: 15px
    }
    .home-news .home-news-article+.home-news-article {
        border-left: none
    }
    .home-fellows h2 {
        font-size: 34px;
        line-height: 40px
    }
    .home-fellows .home-fellows-text {
        top: 10%;
        padding: 0 20px;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    .home-fellows .home-fellows-text p {
        font-size: 22px;
        line-height: 30px
    }
    .newsletter {
        padding: 40px 20px;
        text-align: right
    }
    .newsletter .email {
        width: 100%;
        text-align: right
    }
    .criteria .criteria-item {
        display: inline;
        float: left;
        width: 100%;
        padding: 0 15px;
        padding: 0
    }
    .areas .areas-item {
        display: inline;
        float: left;
        width: 100%;
        padding: 0 0
    }
    .nomination p,
    .nomination ul {
        font-size: 13px;
        line-height: 22px
    }
    .nomination h4 {
        font-size: 15px
    }
    .fellows-index .fellows-index-column {
        display: inline;
        float: left;
        width: 100%;
        padding: 0 0
    }
    .fellows-index .fellows-index-column h3 {
        font-family: 'Knockout 48 A', 'Knockout 48 B';
        font-size: 24px;
        line-height: 24px;
        padding-bottom: 5px
    }
    .fellows-index .fellows-index-column ul .fellows-index-item h4 {
        font-size: 13px;
        line-height: 22px
    }
    .single-fellow .fellow-hero {
        padding: 0
    }
    .single-fellow .fellow-hero .fellow-hero-image {
        display: inline;
        float: left;
        width: 100%;
        padding: 0 0
    }
    .single-fellow .fellow-hero .fellow-hero-text {
        display: inline;
        float: left;
        width: 100%;
        padding: 0 15px;
        margin-left: 0
    }
    .single-fellow .fellow-hero .fellow-hero-text .fellow-hero-country-date,
    .single-fellow .fellow-hero .fellow-hero-text .fellow-hero-field {
        margin-bottom: 20px
    }
    .single-fellow .fellow-hero .fellow-hero-text .fellow-hero-country-date img,
    .single-fellow .fellow-hero .fellow-hero-text .fellow-hero-field img {
        width: 40px
    }
    .single-fellow .fellow-hero .fellow-hero-text .fellow-hero-country-date div,
    .single-fellow .fellow-hero .fellow-hero-text .fellow-hero-field div {
        float: left;
        margin-left: 70px
    }
    .single-fellow .fellow-hero h2 .inline {
        font-size: 33px;
        padding: 4px 15px 5px;
        line-height: 33px
    }
    .single-fellow .fellow-quote {
        padding: 40px 0 0
    }
    .single-fellow .fellow-quote p {
        font-size: 15px;
        line-height: 28px
    }
    .single-fellow .fellow-texts .fellow-text-item {
        display: inline;
        float: left;
        width: 100%;
        padding: 0 15px;
        margin-bottom: 20px
    }
    .single-fellow .fellow-texts .fellow-text-item img {
        display: block;
        float: none;
        width: 30%;
        padding: 0 15px;
        margin: 0 auto
    }
    .single-fellow .fellow-texts .fellow-text-item .fellow-text-item-text {
        display: inline;
        float: left;
        width: 100%;
        padding: 0 0
    }
    .single-fellow .fellow-texts .fellow-text-item .fellow-text-item-text h3 {
        text-align: center
    }
    .single-fellow .fellow-story-share {
        display: none;
        visibility: hidden
    }
    .single-fellow .fellow-story-download {
        margin-bottom: 20px
    }
    .people-grid {
        overflow: hidden
    }
    .people-grid .people-grid-item {
        display: inline;
        float: left;
        width: 50%;
        padding: 0 1px;
        padding-top: 1px;
        padding-bottom: 1px
    }
    .people-grid .people-grid-item .people-grid-item-quote {
        display: none
    }
    .about-contact-list li {
        /*display: inline;*/
        /*float: left;*/
        /*width: 100%;*/
        /*padding: 0 15px*/

        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about-press .about-press-list li a {
        padding: 20px 0
    }
    .about-press .about-press-list li a h3 {
        font-size: 18px;
        line-height: 26px
    }
    .about-press .about-press-list li a time {
        font-size: 13px
    }
    .news-grid:after,
    .news-grid:before {
        display: none
    }
    .news-grid .grid-sizer {
        display: inline;
        float: left;
        width: 100%;
        padding: 0 0
    }
    .news-grid .news-grid-item {
        display: inline;
        float: left;
        width: 100%;
        padding: 0 15px;
        padding-top: 30px;
        padding-bottom: 20px;
        height: auto;
        border: none
    }
    .news-grid .news-grid-item:before {
        display: none
    }
    .news-grid .news-grid-item.big {
        display: inline;
        float: left;
        width: 100%;
        padding: 0 15px;
        padding-top: 30px;
        padding-bottom: 20px;
        height: auto;
        text-align: left
    }
    .news-grid .news-grid-item .news-grid-item-meta {
        position: relative
    }
    .news-article {
        display: inline;
        float: left;
        width: 100%;
        padding: 0 0
    }
    .news-article h2 {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: 1px
    }
    .news-article .news-single-meta .author {
        display: block;
        margin: 0
    }
    .news-article .intro p,
    .news-article blockquote p {
        font-size: 16px;
        line-height: 26px
    }
    .news-article ol,
    .news-article ul {
        font-size: 13px;
        line-height: 22px
    }
    .sidebar {
        display: none;
        visibility: hidden
    }
    .overlay .overlay-inner {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }
    .overlay .overlay-inner .overlay-content {
        height: auto
    }
    .overlay .overlay-inner .overlay-content:after,
    .overlay .overlay-inner .overlay-content:before {
        content: "";
        display: table
    }
    .overlay .overlay-inner .overlay-content:after {
        clear: both
    }
    .overlay .overlay-inner .overlay-image {
        float: none;
        width: 100%;
        height: 300px;
        background-size: 225px;
        background-position: 50% 25%;
    }
    .overlay .overlay-inner .overlay-text {
        float: none;
        width: 100%;
        padding: 20px;
        height: auto
    }
    .overlay .overlay-inner .overlay-meta {
        padding: 0
    }
    .overlay .overlay-inner .overlay-meta .overlay-meta-tel {
        float: none;
        display: block;
        text-align: center
    }
    .overlay .overlay-inner .overlay-meta .overlay-meta-email {
        text-align: center;
        display: block;
        margin-bottom: 5px
    }
    .partner p {
        font-size: 13px;
        line-height: 22px
    }
    .partner .partner-logos .partner-logo {
        display: block;
        margin: 40px 20px;
        overflow: hidden
    }
    .partner .partner-logos .partner-logo a {
        margin: 0 auto;
        display: block;
        max-width: 60%
    }
    .partner .partner-logos .partner-logo a img {
        max-width: 100%;
        display: block;
        width: 100%
    }
    .cta-partner p {
        font-size: 22px;
        line-height: 38px
    }
    .page-template-page-countries-2-php {
        height: auto
    }
    .page-template-page-countries-2-php .country-select-header {
        text-align: left
    }
    .page-template-page-countries-2-php .country-select-header .logo-countries {
        width: 80px;
        height: 80px;
        margin: 10px 20px 0 10px
    }
    .page-template-page-countries-2-php .country-select-header h1 {
        font-size: 22px;
        line-height: 28px;
        padding-top: 20px
    }
    .page-template-page-countries-2-php .country-select-header h1 .red {
        display: block
    }
    .page-template-page-countries-2-php .country-select {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-top: 25px
    }
    .page-template-page-countries-2-php .country-select .country-list {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto
    }
    .page-template-page-countries-2-php .country-select .country-list li {
        margin-bottom: 20px;
        border-bottom: 1px solid #E0E0E0;
        padding-bottom: 0
    }
    .page-template-page-countries-2-php .country-select .country-list li a {
        font-size: 16px;
        position: relative;
        color: #3B3B39
    }
    .page-template-page-countries-2-php .country-select .country-list li a.austria {
        bottom: auto;
        left: auto
    }
    .page-template-page-countries-2-php .country-select .country-list li a.czech-republic {
        bottom: auto;
        left: auto
    }
    .page-template-page-countries-2-php .country-select .country-list li a.poland {
        right: auto;
        top: auto
    }
    .page-template-page-countries-2-php .country-select .country-list li a.slovakia {
        right: auto;
        bottom: auto
    }
    .page-template-page-countries-2-php .country-select .country-list li a.hungary {
        left: auto;
        bottom: auto
    }
    .page-template-page-countries-2-php .country-select .country-list li a.romania {
        right: auto;
        bottom: auto
    }
    .page-template-page-countries-2-php .country-select .country-list li a .flag {
        max-width: 45px;
        margin-bottom: 5px
    }
    .page-template-page-countries-2-php .country-select #map-cee {
        display: none;
        visibility: hidden
    }
    .newsletter h3 {
        display: none
    }
    .newsletter p {
        line-height: 28px
    }
    .newsletter .wFormContainer {
        overflow: hidden!important
    }
    .newsletter .wForm input[type=submit] {
        font-size: 16px;
        margin-top: 20px
    }
    .newsletter input[type=text] {
        font-size: 16px
    }
    .program-nav {
        padding: 40px 0 40px;
        display: none
    }
    .program-nav .program-nav-column {
        display: inline;
        float: left;
        width: 100%;
        padding: 0 15px
    }
    .program-nav .program-nav-column:nth-of-type(1) {
        padding: 0 15px
    }
    .program-nav .program-nav-column:nth-of-type(2) {
        padding: 0 15px
    }
    .program-nav .program-nav-column:nth-of-type(3) {
        padding: 0 15px
    }
    .program-nav .program-nav-column+.program-nav-column {
        border-left: none
    }
    .hero .program-facts .summary-inner .program-summary-column,
    .hero .program-summary .summary-inner .program-summary-column,
    .page-template-page-program .program-facts .summary-inner .program-summary-column,
    .page-template-page-program .program-summary .summary-inner .program-summary-column,
    .page-template-page-program-grid .program-facts .summary-inner .program-summary-column,
    .page-template-page-program-grid .program-summary .summary-inner .program-summary-column,
    .page-template-page-program-text .program-facts .summary-inner .program-summary-column,
    .page-template-page-program-text .program-summary .summary-inner .program-summary-column {
        display: inline;
        float: left;
        width: 100%;
        padding: 0 15px
    }
    .hero .program-facts .summary-inner .program-summary-column:nth-of-type(1),
    .hero .program-summary .summary-inner .program-summary-column:nth-of-type(1),
    .page-template-page-program .program-facts .summary-inner .program-summary-column:nth-of-type(1),
    .page-template-page-program .program-summary .summary-inner .program-summary-column:nth-of-type(1),
    .page-template-page-program-grid .program-facts .summary-inner .program-summary-column:nth-of-type(1),
    .page-template-page-program-grid .program-summary .summary-inner .program-summary-column:nth-of-type(1),
    .page-template-page-program-text .program-facts .summary-inner .program-summary-column:nth-of-type(1),
    .page-template-page-program-text .program-summary .summary-inner .program-summary-column:nth-of-type(1) {
        padding: 0 15px
    }
    .hero .program-facts .summary-inner .program-summary-column:nth-of-type(2),
    .hero .program-summary .summary-inner .program-summary-column:nth-of-type(2),
    .page-template-page-program .program-facts .summary-inner .program-summary-column:nth-of-type(2),
    .page-template-page-program .program-summary .summary-inner .program-summary-column:nth-of-type(2),
    .page-template-page-program-grid .program-facts .summary-inner .program-summary-column:nth-of-type(2),
    .page-template-page-program-grid .program-summary .summary-inner .program-summary-column:nth-of-type(2),
    .page-template-page-program-text .program-facts .summary-inner .program-summary-column:nth-of-type(2),
    .page-template-page-program-text .program-summary .summary-inner .program-summary-column:nth-of-type(2) {
        padding: 0 15px
    }
    .hero .program-facts .summary-inner .program-summary-column:nth-of-type(3),
    .hero .program-summary .summary-inner .program-summary-column:nth-of-type(3),
    .page-template-page-program .program-facts .summary-inner .program-summary-column:nth-of-type(3),
    .page-template-page-program .program-summary .summary-inner .program-summary-column:nth-of-type(3),
    .page-template-page-program-grid .program-facts .summary-inner .program-summary-column:nth-of-type(3),
    .page-template-page-program-grid .program-summary .summary-inner .program-summary-column:nth-of-type(3),
    .page-template-page-program-text .program-facts .summary-inner .program-summary-column:nth-of-type(3),
    .page-template-page-program-text .program-summary .summary-inner .program-summary-column:nth-of-type(3) {
        padding: 0 15px
    }
    .page-template-page-program .hero {
        top: 0
    }
    .page-template-page-program .hero figure figcaption .inline {
        padding: 2px 8px 3px
    }
    .page-template-page-program .program-section .program-section-content img {
        max-width: 100%
    }
    .page-template-page-program .program-section .program-section-content ul.program-modules li {
        display: inline;
        float: left;
        width: 100%;
        padding: 0 0;
        margin: 0 0 15px 0
    }
    .page-template-page-program-grid .hero {
        top: 0
    }
    .page-template-page-program-grid .hero .summary .summary-inner img {
        float: none;
        margin-top: 30px
    }
    .page-template-page-program-grid main {
        margin-top: 80px
    }
    .page-template-page-program-grid .news-grid {
        padding: 0!important
    }
    .page-template-page-program-text main {
        margin-top: 80px
    }
    .page-template-page-program-text .program-section {
        padding: 0 15px
    }
    .page-template-page-program-text .program-section .program-section-content ul.program-modules li {
        width: 100%;
        padding: 0
    }
    .page-template-page-ideegration-php main {
        width: 100%
    }
    .footer .menu .menu-item a {
        font-size: 11px
    }
    .footer .footer-nav {
        padding: 0
    }
    .footer .footer-nav-item {
        display: inline;
        float: left;
        width: 100%;
        padding: 0 15px
    }
    .footer .footer-nav-menu {
        display: none
    }
    .footer .footer-logo {
        display: none
    }
}