html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

.columns {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}

.column {
    width: 100%
}

.page-body .column,
.page-summary .column,
.story-body .column,
.story-summary .column {
    margin-bottom: 26px
}

.page-body .column:last-child,
.page-summary .column:last-child,
.story-body .column:last-child,
.story-summary .column:last-child {
    margin-bottom: 0
}

.page-body .columns,
.page-summary .columns,
.story-body .columns,
.story-summary .columns {
    margin-bottom: 26px
}

.page-body .columns:last-child,
.page-summary .columns:last-child,
.story-body .columns:last-child,
.story-summary .columns:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .columns {
        width: auto;
        margin-left: -8px;
        margin-right: -8px
    }
    .columns {
        *zoom: 1
    }
    .columns:before,
    .columns:after {
        display: table;
        line-height: 0;
        content: ""
    }
    .columns:after {
        clear: both
    }
    .column {
        padding: 0 8px;
        float: left;
        min-height: 1px
    }
    .column.col-right {
        float: right
    }
    .col-1 {
        width: 8.33%
    }
    .col-2 {
        width: 16.66%
    }
    .col-3 {
        width: 25%
    }
    .col-4 {
        width: 33.33%
    }
    .col-5 {
        width: 41.67%
    }
    .col-6 {
        width: 50%
    }
    .col-8 {
        width: 66.67%
    }
    .col-9 {
        width: 75%
    }
    .col-10 {
        width: 83.33%
    }
    .col-12 {
        width: 100%
    }
    .col-3:nth-of-type(4n+1),
    .col-4:nth-of-type(3n+1),
    .col-6:nth-of-type(2n+1) {
        clear: both
    }
    .page-body .column,
    .page-summary .column,
    .story-body .column,
    .story-summary .column {
        margin-bottom: 0
    }
}

@media (min-width: 1024px) {
    .columns,
    .vertical-section {
        width: auto;
        margin-left: -10px;
        margin-right: -10px
    }
    .vertical-section {
        *zoom: 1
    }
    .vertical-section:before,
    .vertical-section:after {
        display: table;
        line-height: 0;
        content: ""
    }
    .vertical-section:after {
        clear: both
    }
    .column {
        padding: 0 10px
    }
    .vertical-section-desc,
    .vertical-section-content {
        padding: 0 10px;
        float: left;
        min-height: 1px
    }
    .vertical-section-desc {
        width: 25%
    }
    .vertical-section-content {
        width: 75%
    }
}

@media (min-width: 1280px) {
    .columns,
    .vertical-section {
        margin-left: -15px;
        margin-right: -15px
    }
    .column,
    .vertical-section-desc,
    .vertical-section-content {
        padding: 0 15px
    }
}

*,
*:before,
*:after {
    box-sizing: border-box
}

html,
body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    position: relative
}

body {
    background: #ffffff;
    color: #555555;
    font-family: "Lato", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 26px
}

.container {
    width: auto;
    margin: 0 20px
}

img {
    display: block;
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    line-height: 0;
    border: 0;
    -ms-interpolation-mode: bicubic
}

figure img {
    margin: 0
}

p {
    margin-bottom: 26px
}

p:last-child {
    margin-bottom: 0
}

strong {
    color: #000000;
    font-weight: 700
}

em {
    font-style: italic;
    background: #e5f6ff;
    color: #1a1a1a
}

i {
    font-style: italic
}

sup {
    vertical-align: super;
    font-size: 0.7em
}

sub {
    vertical-align: sub;
    font-size: 0.7em
}

a {
    color: #006eaf;
    border-bottom: 1px solid #006eaf;
    text-decoration: none
}

a:hover {
    color: #0090e3;
    border-bottom-color: #0090e3
}

a:focus {
    outline: none
}

abbr {
    background: #f2f2f2;
    border-bottom: 2px dotted #555555;
    cursor: help;
    text-decoration: none
}

i {
    font-style: italic
}

b {
    font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000
}

h1 {
    font-weight: 900;
    color: #000000;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 26px
}

h2 {
    font-weight: 900;
    color: #000000;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 26px
}

h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 26px;
    margin-bottom: 26px
}

h5 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 26px;
    margin-bottom: 12px
}

h6 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 26px;
    margin-bottom: 12px
}

.page-content h6,
.story-body h6 {
    font-size: 16px;
    text-transform: none
}

h4.section-title,
h5.section-title,
h6.section-title {
    border-bottom: 2px solid #dddddd;
    margin-bottom: 14px
}

h4.section-title span,
h5.section-title span,
h6.section-title span {
    display: inline-block;
    padding: 12px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: -2px
}

@media (min-width: 768px) {
    h1 {
        font-size: 38px;
        line-height: 48px
    }
}

@media (min-width: 1024px) {
    h1 {
        font-size: 48px;
        line-height: 52px
    }
}

h1 a,
h1 a:hover,
h2 a,
h2 a:hover,
h3 a,
h3 a:hover,
h4 a,
h4 a:hover,
h5 a,
h5 a:hover {
    text-decoration: none;
    color: inherit;
    border-bottom-width: 0;
    display: inline-block
}

h6 a,
h6 a:hover {
    border-bottom-width: 0;
    border-color: transparent;
    display: inline-block
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: 0.7
}

figure {
    margin: 0 auto 26px
}

figure:last-child {
    margin-bottom: 0
}

figure figcaption {
    color: #777777;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    line-height: 18px;
    background: #f5f5f5;
    display: block;
    padding: 5px 10px
}

select,
input,
textarea {
    color: #555555;
    border: 2px solid #555555;
    border-radius: 4px;
    font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 0 10px;
    height: 34px;
    line-height: 30px;
    position: relative;
    z-index: 1;
    outline: none;
    transition: background-color 0.3s, color 0.3s
}

input[type=submit],
button,
a.button {
    background-color: #003e74;
    color: #ffffff;
    cursor: pointer;
    border-width: 0;
    line-height: 34px;
    text-transform: uppercase
}

input[type=submit]:hover,
button:hover,
a.button:hover {
    background-color: #006eaf
}

.icon-prepend {
    position: relative
}

.icon-prepend input {
    padding-left: 30px
}

.icon-prepend .icon {
    position: absolute;
    left: 0;
    z-index: 2;
    left: 10px
}

.icon-prepend .icon.icon-search {
    top: 3px
}

.icon-prepend .icon:before {
    color: #555555
}

a.read-more {
    border-bottom-width: 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.summary {
    color: #1a1a1a;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 26px
}

.breadcrumbs {
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase
}

.breadcrumbs a {
    border-bottom-width: 0
}

.breadcrumbs a:hover {
    border-bottom-width: 1px
}

.image-overlay {
    background: #000000;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1
}

#header {
    position: relative;
    z-index: 2
}

#content {
    position: relative;
    z-index: 1
}

.page-content {
    margin-bottom: 52px
}

.overlay-intensity-05 {
    opacity: 0.05
}

.overlay-intensity-10 {
    opacity: 0.1
}

.overlay-intensity-15 {
    opacity: 0.15
}

.overlay-intensity-20 {
    opacity: 0.2
}

.overlay-intensity-25 {
    opacity: 0.25
}

.overlay-intensity-30 {
    opacity: 0.3
}

.overlay-intensity-35 {
    opacity: 0.35
}

.overlay-intensity-40 {
    opacity: 0.4
}

.overlay-intensity-45 {
    opacity: 0.45
}

.overlay-intensity-50 {
    opacity: 0.5
}

.overlay-intensity-55 {
    opacity: 0.55
}

.overlay-intensity-60 {
    opacity: 0.6
}

.overlay-intensity-65 {
    opacity: 0.65
}

.overlay-intensity-70 {
    opacity: 0.7
}

table {
    width: 100%
}

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 728px;
        margin: 0 auto
    }
}

@media (min-width: 1024px) {
    .container {
        width: 980px
    }
}

@media (min-width: 1280px) {
    .container {
        width: 1194px
    }
}

@font-face {
    font-family: "imperialbrc2";
    src: url("../fonts/imperialbrc2.eot");
    src: url("../fonts/imperialbrc2.eot?#iefix") format("embedded-opentype"), url("../fonts/imperialbrc2.woff") format("woff"), url("../fonts/imperialbrc2.ttf") format("truetype"), url("../fonts/imperialbrc2.svg#imperialbrc2") format("svg");
    font-weight: normal;
    font-style: normal
}

[data-icon]:before {
    font-family: "imperialbrc2" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "imperialbrc2" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-search:before {
    content: "\73"
}

.icon-play:before {
    content: "\70"
}

.icon-menu:before {
    content: "\6d"
}

.icon-linkedin:before {
    content: "\6c";
    color: #1385c8
}

.icon-linkedin:hover:before {
    color: #159eed
}

.icon-twitter:before {
    content: "\74";
    color: #79ccf0
}

.icon-twitter:hover:before {
    color: #96e0ff
}

.icon-facebook:before {
    content: "\66";
    color: #547bbd
}

.icon-facebook:hover:before {
    color: #6492e3
}

.icon-gplus:before {
    content: "\67";
    color: #d32f2f
}

.icon-gplus:hover:before {
    color: #fa3737
}

.icon-mail:before {
    content: "\65";
    color: #999999
}

.icon-mail:hover:before {
    color: #bfbfbf
}

.icon-file-archive:before {
    content: "\61"
}

.icon-file-audio:before {
    content: "\62"
}

.icon-file-code:before {
    content: "\63"
}

.icon-file-excel:before {
    content: "\64"
}

.icon-file-image:before {
    content: "\68"
}

.icon-file:before {
    content: "\69"
}

.icon-file-pdf:before {
    content: "\6a"
}

.icon-file-powerpoint:before {
    content: "\6b"
}

.icon-file-video:before {
    content: "\6e"
}

.icon-file-word:before {
    content: "\6f"
}

.icon-text:before {
    padding-right: 7px
}

#page-head {
    padding: 50px 0 4px;
    position: relative
}

#page-head .nihr-logo {
    width: 90px;
    height: auto;
    position: absolute;
    top: 20px;
    right: 0
}

#top-logo {
    border-bottom-width: 0;
    color: #006eaf;
    font-size: 22px;
    font-weight: 900;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 16px 0
}

#top-logo strong {
    color: #000;
    font-weight: 900
}

.mobile-nav-container {
    display: block
}

.mobile-menu-trigger {
    cursor: pointer;
    line-height: 50px;
    display: block;
    position: relative
}

.mobile-menu-trigger:before {
    font-size: 22px;
    top: -1px;
    position: relative;
    vertical-align: middle
}

.modal .container {
    margin: 0
}

.modal .menu {
    font-size: 16px;
    font-weight: 700;
    line-height: 38px;
    text-align: left
}

.modal .menu a {
    border-bottom-width: 0;
    display: block;
    padding: 0 10px
}

.modal .menu li {
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #3f3f3f;
    border-color: rgba(255, 255, 255, 0.2)
}

.modal .menu li.current-menu-parent>a,
.modal .menu li.current-menu-item>a {
    background: #1f1f1f;
    background: rgba(255, 255, 255, 0.08)
}

.modal .menu li.menu-search {
    display: none
}

.modal .menu li ul {
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase
}

.modal .menu li ul li {
    border-bottom-width: 0;
    border-top-width: 1px;
    border-color: #2a2a2a;
    border-color: rgba(255, 255, 255, 0.12)
}

.modal .menu li ul li a {
    padding: 0 20px
}

#main-nav {
    font-size: 16px;
    font-weight: 700;
    background: #003e74;
    color: #ffffff;
    height: 62px
}

#main-nav a {
    color: #ffffff;
    text-decoration: none;
    border-bottom-width: 0
}

#main-nav .icon-search:before {
    color: #dadada;
    font-size: 14px;
    transition: color 0.3s
}

#main-nav input {
    font-size: 16px
}

#main-nav .menu-search-form {
    margin-left: 16px
}

#main-nav .menu-search-form input {
    color: #dadada;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    width: 100px;
    transition: background-color 0.3s, color 0.3s, width 0.3s
}

#main-nav .menu-search-form input::-webkit-input-placeholder {
    color: #dadada;
    opacity: 1 !important
}

#main-nav .menu-search-form input::-moz-placeholder {
    color: #dadada;
    opacity: 1 !important
}

#main-nav .menu-search-form input:-moz-placeholder {
    color: #dadada;
    opacity: 1 !important
}

#main-nav .menu-search-form input:-ms-input-placeholder {
    color: #dadada;
    opacity: 1 !important
}

#main-nav .menu-search-form input:focus {
    color: #555555;
    cursor: auto;
    background-color: #ffffff;
    border-color: #00294d;
    width: 180px
}

#main-nav .menu-search-form input:focus::-webkit-input-placeholder {
    color: #a7a7a7
}

#main-nav .menu-search-form input:focus::-moz-placeholder {
    color: #a7a7a7
}

#main-nav .menu-search-form input:focus:-moz-placeholder {
    color: #a7a7a7
}

#main-nav .menu-search-form input:focus:-ms-input-placeholder {
    color: #a7a7a7
}

#main-nav .menu-search-form input:focus+.icon-search:before {
    color: #555555
}

#main-nav .menu {
    display: none
}

@media (min-width: 768px) {
    #page-head {
        padding: 20px 0
    }
    #page-head .nihr-logo {
        float: right;
    	margin-top: 5px;
    	width: 350px;
    	position: static;
    }
    #top-logo {
        font-size: 26px;
        line-height: 32px;
        text-align: left;
        float: left
    }
    .modal .menu.container {
        max-width: 380px;
        margin: 0 auto
    }
    .modal .menu.container a {
        padding: 0 20px
    }
    .modal .menu.container ul li a {
        padding: 0 30px
    }
}

@media (max-width: 1023px) {
    #main-nav {
        font-size: 14px;
        height: 50px
    }
    #main-nav .menu li {
        font-size: 14px
    }
    #main-nav .menu>li>a {
        line-height: 50px;
        padding: 0 10px
    }
    #main-nav .icon-search:before {
        font-size: 13px
    }
}

@media (min-width: 1024px) {
    .mobile-nav-container {
        display: none
    }
    #main-nav .menu {
        text-align: center;
        font-size: 0;
        display: block
    }
    #main-nav .menu li {
        display: inline-block;
        font-size: 16px
    }
    #main-nav .menu li.current>a,
    #main-nav .menu li.current-menu-item>a,
    #main-nav .menu li.current-menu-parent>a,
    #main-nav .menu li:hover>a:not(.search-trigger),
    #main-nav .menu li a:hover:not(.search-trigger) {
        background: #006eaf
    }
    #main-nav .menu>li {
        position: relative
    }
    #main-nav .menu>li>a {
        line-height: 62px;
        display: inline-block;
        padding: 0 16px
    }
    #main-nav .menu>li ul {
        background: #006eaf;
        text-align: left;
        display: none;
        width: auto;
        min-width: 220px;
        position: absolute;
        left: 0;
        top: 100%
    }
    #main-nav .menu>li ul li {
        display: block;
        font-size: 12px;
        line-height: 18px;
        text-transform: uppercase
    }
    #main-nav .menu>li ul li a {
        display: block;
        padding: 12px 16px
    }
    #main-nav .menu>li ul li.current>a,
    #main-nav .menu>li ul li.current-menu-item>a,
    #main-nav .menu>li ul li.current-menu-parent>a,
    #main-nav .menu>li ul li:hover>a:not(.search-trigger),
    #main-nav .menu>li ul li a:hover:not(.search-trigger) {
        background: #0090e3
    }
    #main-nav .menu>li:hover ul {
        display: block
    }
}

.slider-slide {
    position: relative
}

.slide-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.slide-layer-image {
    background-position: center center;
    background-size: cover;
    z-index: 1
}

.slide-layer-image.image-anchor-center {
    background-position: center center
}

.slide-layer-image.image-anchor-top {
    background-position: center top
}

.slide-layer-image.image-anchor-bottom {
    background-position: center bottom
}

.slide-layer-image .slide-image-overlay {
    background: #000000;
    opacity: 0.3;
    position: absolute;
    width: 100%;
    height: 100%
}

.slide-layer-content {
    z-index: 2;
    padding: 20px
}

#hero-slider {
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    height: 520px;
    margin-bottom: 78px
}

#hero-slider .slider-slide {
    height: 520px
}

#hero-slider .slide-text {
    width: 100%;
    text-align: center;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.65)
}

#hero-slider .slide-text-content {
    margin-bottom: 24px
}

#hero-slider h1,
#hero-slider h2,
#hero-slider h3,
#hero-slider h4,
#hero-slider h5,
#hero-slider h6 {
    color: #ffffff;
    margin-bottom: 18px
}

#hero-slider h1 a,
#hero-slider h2 a,
#hero-slider h3 a,
#hero-slider h4 a,
#hero-slider h5 a,
#hero-slider h6 a {
    color: #ffffff
}

#hero-slider .slide-title {
    font-size: 20px;
    line-height: 26px
}

#hero-slider a {
    color: #00a1ff;
    border-color: #00a1ff
}

#hero-slider .owl-controls {
    font-size: 0;
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 2
}

#hero-slider .owl-controls .owl-dot {
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    position: relative
}

#hero-slider .owl-controls .owl-dot:before {
    content: " ";
    border: 2px solid #ffffff;
    border-radius: 20px;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 4px;
    top: 4px
}

#hero-slider .owl-controls .owl-dot:hover:before {
    width: 16px;
    height: 16px;
    left: 2px;
    top: 2px
}

#hero-slider .owl-controls .owl-dot.active:before {
    background: #ffffff;
    width: 16px;
    height: 16px;
    left: 2px;
    top: 2px
}

@media (max-width: 767px) {
    #hero-slider {
        height: 400px;
        margin-bottom: 52px
    }
    #hero-slider .slider-slide {
        height: 400px
    }
    #hero-slider .slide-title .story-categories-prefix {
        display: none;
        font-size: 12px
    }
    #hero-slider .slide-layer-content.text-left {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 25%, transparent 90%, transparent 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 25%, transparent 90%, transparent 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 25%, transparent 90%, transparent 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000', GradientType=0)
    }
    #hero-slider .owl-controls {
        bottom: 10px
    }
}

@media (min-width: 768px) {
    .slide-layer-content {
        padding: 40px
    }
    #hero-slider {
        font-size: 13px;
        line-height: 20px
    }
    #hero-slider .slide-title {
        font-size: 28px;
        line-height: 34px
    }
    #hero-slider .slider-slide {
        width: 100%
    }
    #hero-slider .slide-layer-content.text-left {
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 10%, transparent 60%, transparent 100%);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 10%, transparent 60%, transparent 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 10%, transparent 60%, transparent 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
    }
    #hero-slider .slide-layer-content.text-left .slide-text {
        text-align: left;
        width: 50%;
        float: left
    }
}

@media (min-width: 1024px) {
    #hero-slider {
        font-size: 14px;
        line-height: 24px
    }
}

@media (min-width: 1194px) {
    .slider-slide .slide-text {
        opacity: 0;
        transition: opacity 0.5s
    }
    .center .slider-slide .slide-text {
        opacity: 1
    }
    .slide-layer-image .slide-image-overlay {
        opacity: 0.6;
        transition: opacity 0.5s
    }
    .center .slide-layer-image .slide-image-overlay {
        opacity: 0.1
    }
    #hero-slider .slider-slide {
        width: 1194px
    }
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

#hero {
    background-position: center center;
    background-size: cover;
    color: #d9d9d9;
    font-weight: 700;
    text-align: center;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.65);
    padding: 44px 20px;
    position: relative;
    z-index: 1
}

#hero h1,
#hero h2,
#hero h3,
#hero h4,
#hero h5,
#hero h6 {
    color: #ffffff
}

#hero .hero-title {
    margin-bottom: 0
}

#hero .hero-text {
    margin-top: 26px
}

#hero .hero-pre {
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase
}

#hero a {
    color: #ffffff;
    border-color: transparent
}

#hero a:hover {
    color: #d9d9d9;
    border-color: #d9d9d9
}

#hero-content {
    position: relative;
    z-index: 2;
    margin: 0 auto
}

@media (min-width: 768px) {
    #hero {
        font-size: 17px;
        line-height: 28px;
        padding: 72px 0
    }
    #hero-content {
        max-width: 640px
    }
}

@media (min-width: 1024px) {
    #hero {
        font-size: 18px;
        line-height: 30px
    }
    #hero-content {
        max-width: 860px
    }
}

@media (min-width: 1280px) {
    #hero {
        font-size: 18px;
        line-height: 30px
    }
    #hero-content {
        max-width: 1024px
    }
}

.home-lead-text {
    text-align: center;
    margin-bottom: 72px
}

.home-lead-text h1 {
    font-size: 26px;
    line-height: 34px
}

#home-widgets {
    margin-bottom: 52px
}

#home-themes {
    margin-bottom: 78px
}

#home-themes .theme {
    margin-bottom: 26px
}

#home-themes .theme-inner {
    background-position: center center;
    background-size: cover;
    background-color: #f5f5f5;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    position: relative;
    height: 160px;
    padding: 15px 15px
}

#home-themes .theme-inner.has-thumbnail {
    color: #f2f2f2;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.65)
}

#home-themes .theme-inner.has-thumbnail .theme-title {
    color: #ffffff
}

#home-themes .theme-inner .image-overlay {
    z-index: 0
}

#home-themes .theme-link-overlay {
    border-bottom-width: 0;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

#home-themes .theme-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-transform: none;
    margin-bottom: 6px;
    position: relative;
    z-index: 1
}

#home-themes .theme-title .theme-title-prefix {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 18px
}

#home-themes .theme-title a:hover {
    opacity: 1
}

#home-themes .theme-description {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    position: relative;
    z-index: 1
}

@media (min-width: 768px) {
    #home-themes .theme {
        margin-bottom: 16px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #home-themes .theme-inner {
        padding: 10px 8px
    }
    #home-themes .theme-title {
        font-size: 18px;
        line-height: 22px
    }
    #home-themes .theme-title .theme-title-prefix {
        font-size: 11px;
        line-height: 16px
    }
    #home-themes .theme-description {
        font-size: 11px;
        line-height: 16px
    }
}

@media (min-width: 1024px) {
    #home-themes .theme {
        margin-bottom: 20px
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    #home-themes .theme-inner {
        padding: 10px 10px
    }
    #home-themes .theme-title {
        font-size: 20px;
        line-height: 24px
    }
}

@media (min-width: 1280px) {
    #home-themes .theme {
        margin-bottom: 30px
    }
}

.vertical-section {
    margin-bottom: 78px
}

.vertical-section .story-wall,
.vertical-section .story-wall:last-child {
    margin-bottom: -24px
}

.section-desc {
    font-size: 13px;
    line-height: 20px
}

@media (min-width: 768px) {
    .vertical-section .story-wall,
    .vertical-section .story-wall:last-child {
        margin-bottom: -16px
    }
}

@media (min-width: 1024px) {
    .vertical-section .vertical-section-content {
        position: relative;
        z-index: 0
    }
    .vertical-section .vertical-section-content:before {
        background: #f5f5f5;
        display: block;
        content: ' ';
        width: 2px;
        height: 100%;
        position: absolute;
        left: -10px;
        top: 0
    }
    .vertical-section .vertical-section-desc {
        text-align: right;
        position: relative;
        z-index: 1
    }
    .vertical-section .vertical-section-desc:after {
        background: #000000;
        display: block;
        content: ' ';
        width: 2px;
        height: 100%;
        position: absolute;
        right: 8px;
        top: 0
    }
    .vertical-section .vertical-section-desc .section-title,
    .vertical-section .vertical-section-desc .section-desc {
        padding-right: 20px
    }
    .vertical-section .section-title {
        border-bottom-width: 0
    }
    .vertical-section .section-title span {
        border-bottom-width: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0
    }
    .vertical-section h4.section-title {
        line-height: 24px;
        margin-top: -2px
    }
    .vertical-section .story-wall {
        margin-top: 0
    }
    .vertical-section .story-wall,
    .vertical-section .story-wall:last-child {
        margin-bottom: -20px
    }
}

@media (min-width: 1280px) {
    .vertical-section .vertical-section-content:before {
        left: -15px
    }
    .vertical-section .vertical-section-desc:after {
        right: 13px
    }
    .vertical-section .vertical-section-desc .section-title,
    .vertical-section .vertical-section-desc .section-desc {
        padding-right: 30px
    }
    .vertical-section .story-wall,
    .vertical-section .story-wall:last-child {
        margin-bottom: -30px
    }
}

.story-container {
    padding-top: 40px
}

.story-head {
    margin-bottom: 39px
}

.story-meta {
    color: #808080;
    font-family: 'Georgia', serif;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    line-height: 26px;
    display: block;
    margin-top: -13px
}

.story-meta .date,
.story-meta .in-themes {
    color: #4c4c4c;
    font-family: "Lato", "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase
}

.story-body {
    margin-bottom: 26px
}

.story-body a:hover {
    background: #e5f6ff
}

.story-body .alignleft,
.story-body .aligncenter {
    clear: both;
    display: block;
    float: none;
    min-width: 85%;
    max-width: 100%
}

.story-categories-prefix {
    color: #aaaaaa;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 3px
}

.story-category-prefix {
    border-color: transparent;
    margin: 0 6px 6px 0;
    display: inline-block
}

.story-category-prefix:last-child {
    margin-right: 0
}

.story-footer {
    margin-bottom: 52px
}

.story-people {
    margin-bottom: 26px
}

.story-people .people-list .person {
    line-height: 22px;
    margin-bottom: 18px
}

.story-people .people-list .person:last-child {
    margin-bottom: 0
}

.story-people .people-list .person img {
    width: 45px;
    min-width: 45px
}

.story-people .people-list .person .person-name {
    font-size: 16px;
    display: block
}

.story-people .people-list .person .person-description {
    font-size: 11px;
    line-height: 16px;
    display: block;
    margin-top: 3px;
    margin-bottom: 3px
}

.story-publications,
.story-partners {
    margin-bottom: 26px
}

.publications-list,
.partners-list {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.publications-list li,
.partners-list li {
    line-height: 20px;
    padding: 0;
    margin: 0 0 12px 0
}

.publications-list li:last-child,
.partners-list li:last-child {
    margin-bottom: 0
}

.publications-list .publication-title,
.publications-list .partner-title,
.partners-list .publication-title,
.partners-list .partner-title {
    font-size: 14px;
    font-weight: 700;
    line-height: inherit;
    text-transform: none;
    margin-bottom: 0;
    display: inline-block
}

.publications-list .publication-description,
.publications-list .partner-description,
.partners-list .publication-description,
.partners-list .partner-description {
    color: #808080;
    font-size: 12px;
    font-weight: normal
}

.social-buttons-container {
    margin-top: 52px
}

.social-buttons-container .social-buttons-title {
    text-align: center
}

.columns+.social-buttons-container {
    margin-top: 26px
}

.social-buttons {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center
}

.social-buttons li {
    display: inline-block;
    margin: 0 12px 0 0;
    line-height: 34px
}

.social-buttons li:last-child {
    margin-right: 0
}

.social-buttons .social-button {
    border-bottom-width: 0;
    font-size: 34px;
    display: block;
    width: 34px;
    height: 34px;
    transition: color 0.2s, transform 0.2s
}

.social-buttons .social-button:hover {
    transform: scale(1.2)
}

h1 .story-categories-prefix {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 7px
}

h1 .story-categories-prefix .story-category-prefix {
    margin-right: 10px
}

h1 .story-categories-prefix .story-category-prefix:last-child {
    margin-right: 0
}

h2 .story-categories-prefix {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px
}

h2 .story-categories-prefix .story-category-prefix {
    margin-right: 8px
}

h2 .story-categories-prefix .story-category-prefix:last-child {
    margin-right: 0
}

.page-content ul,
.page-content ol,
.story-body ul,
.story-body ol {
    list-style-position: outside;
    margin: 0 20px 26px
}

.page-content ul li,
.page-content ol li,
.story-body ul li,
.story-body ol li {
    margin-bottom: 6px
}

.page-content ul,
.story-body ul {
    list-style-type: disc
}

.page-content ol,
.story-body ol {
    list-style-type: decimal
}

@media (min-width: 768px) {
    .story-container {
        padding-top: 52px
    }
    .page-content ul,
    .page-content ol,
    .story-body ul,
    .story-body ol {
        margin-left: 40px;
        margin-right: 40px
    }
}

@media (min-width: 1024px) {
    .story-container {
        padding-top: 78px
    }
    .story-head,
    .story-body,
    .story-footer {
        padding-left: 163px
    }
    .story-body .alignleft {
        float: left;
        min-width: auto
    }
    .story-body .alignleft.pull-out {
        margin-left: -163px;
        margin-right: 20px;
        margin-bottom: 20px
    }
    .story-body .aligncenter {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        clear: both
    }
}

@media (min-width: 1280px) {
    .story-head,
    .story-body,
    .story-footer {
        padding-left: 199px
    }
    .story-body .alignleft.pull-out {
        margin-left: -199px;
        margin-right: 30px
    }
}

.page-container {
    padding-top: 40px
}

.theme-people .people-list .person .person-name {
    display: block
}

.people-and-content {
    margin-bottom: 26px;
    overflow: hidden;
    position: relative
}

.people-and-content+.more-less-switch .more-less-more {
    display: inline-block
}

.people-and-content+.more-less-switch .more-less-less {
    display: none
}

.people-and-content.revealed {
    height: auto !important
}

.people-and-content.revealed+.more-less-switch .more-less-more {
    display: none
}

.people-and-content.revealed+.more-less-switch .more-less-less {
    display: inline-block
}

.people-and-content:after {
    content: " ";
    display: block;
    width: 100%;
    height: 76px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)
}

.people-and-content.revealed:after {
    display: none
}

.more-less-switch {
    cursor: pointer;
    margin-bottom: 52px;
    text-align: center
}

.more-less-switch .more-less-text {
    color: #006eaf;
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase
}

.more-less-switch:hover .more-less-text {
    color: #0090e3
}

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

.archive-container {
    padding-top: 48px
}

.archive-title {
    margin-bottom: 72px
}

.archive-description {
    margin-top: -36px;
    margin-bottom: 24px
}

@media (min-width: 768px) {
    .archive-container {
        padding-top: 52px
    }
}

.story-wall {
    margin-bottom: 52px;
    margin-top: 30px;
    position: relative
}

.story-wall:last-child {
    margin-bottom: 0
}

.story-wall.single-wall {
    margin-bottom: 52px
}

.story-wall .spinner {
    top: auto;
    bottom: -20px;
    margin-top: 0
}

.wall-story {
    margin-bottom: 24px;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.6s, transform 0.6s
}
.wall-story.item{
  transform:none;
  transition: none;
}

.wall-story.waiting {
    opacity: 0;
    transform: scale(0.8)
}

.wall-story.no-transition {
    transform: none
}

.wall-story .story-inner {
    background: #f5f5f5;
    border-top-width: 4px;
    border-style: solid;
    overflow: hidden
}

.wall-story .story-image-link {
    width: 100%
}

.wall-story .story-image-link img {
    width: 100%;
    height: auto
}

.wall-story .wall-story-content {
    padding: 12px 15px;
    text-align: center
}

.wall-story .story-title {
    font-weight: 900;
    text-transform: none;
    max-width: 100%
}

.wall-story .story-title .story-categories-prefix {
    font-size: 11px;
    line-height: 16px
}

.wall-story h4.story-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px
}

.wall-story .story-meta {
    font-size: 10px;
    line-height: 24px;
    margin-top: 0
}

@media (min-width: 768px) {
    .wall-story {
        margin-bottom: 16px
    }
    .wall-story .wall-story-content {
        height: 202px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .wall-story.col-4 {
        width: 50%
    }
    .vertical-section .wall-story.col-4 {
        width: 33.33%
    }
}

@media (min-width: 1024px) {
    .wall-story {
        margin-bottom: 20px
    }
    .wall-story .wall-story-content {
        padding: 10px 10px
    }
}

@media (min-width: 1280px) {
    .wall-story {
        margin-bottom: 30px
    }
    .wall-story .wall-story-content {
        padding: 12px 15px
    }
}

.people-list {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.people-list .person {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 18px;
    margin-bottom: 14px
}

.people-list .person img {
    display: block;
    float: left;
    margin-right: 10px;
    width: 35px;
    min-width: 35px;
    height: auto;
    border-radius: 35px
}

.people-list .person .person-name {
    font-size: 14px;
    font-weight: 700;
    line-height: inherit;
    text-transform: none;
    display: inline-block;
    margin-bottom: 0
}

.people-list .person .person-description {
    color: #808080;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase
}

.page-content ul.people-list,
.story-body ul.people-list {
    list-style-type: none;
    margin: 0
}

.sidebar .widget {
    margin-bottom: 26px
}

.widget_nav_menu ul {
    font-size: 14px;
    list-style-type: none
}

.widget_nav_menu ul li {
    font-weight: 700;
    line-height: 22px;
    padding: 3px 0
}

.widget_nav_menu ul li a {
    text-decoration: none;
    border-bottom-color: transparent
}

.widget_nav_menu ul li a:hover {
    border-color: #0090e3
}

.widget-stories .stories-list-story {
    background: #f5f5f5;
    border-left-width: 4px;
    border-left-style: solid;
    margin: 0 0 14px 0;
    padding: 0;
    list-style-type: none
}

.widget-stories .stories-list-story .story-title {
    font-size: 16px;
    line-height: 20px;
    text-transform: none;
    margin-bottom: 0
}

.widget-stories .stories-list-story .story-title>a {
    color: inherit;
    padding: 14px 14px
}

.widget-stories .stories-list-story .story-title .story-categories-prefix {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .widget-stories .stories-list-story .story-title>a {
        padding: 10px 8px
    }
}

.widget-themes .widget-title,
.widget-themes-list .widget-title,
.widget-pages .widget-title {
    margin-bottom: 0
}

.widget-themes ul,
.widget-themes-list ul,
.widget-pages ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.widget-themes li,
.widget-themes-list li,
.widget-pages li {
    border-bottom: 1px solid #dddddd;
    padding: 0;
    margin: 0
}

.widget-themes li>a,
.widget-themes-list li>a,
.widget-pages li>a {
    border-bottom-width: 0;
    color: inherit;
    display: block;
    padding: 10px 14px
}

.widget-themes li>a:hover,
.widget-themes-list li>a:hover,
.widget-pages li>a:hover {
    background: #f5f5f5
}

.widget-themes li>a:hover h6,
.widget-themes-list li>a:hover h6,
.widget-pages li>a:hover h6 {
    color: #0090e3
}

.widget-themes li h6,
.widget-themes-list li h6,
.widget-pages li h6 {
    color: #006eaf;
    line-height: 18px;
    margin-bottom: 3px
}

.widget-themes li .page-title,
.widget-themes-list li .page-title,
.widget-pages li .page-title {
    text-transform: none;
    margin-bottom: 0
}

.widget-themes li .theme-description,
.widget-themes-list li .theme-description,
.widget-pages li .theme-description {
    color: #808080;
    font-size: 12px;
    line-height: 20px
}

.widget-themes li.current>a,
.widget-themes li.current>a:hover,
.widget-themes-list li.current>a,
.widget-themes-list li.current>a:hover,
.widget-pages li.current>a,
.widget-pages li.current>a:hover {
    background: #f5f5f5
}

.widget-themes li.current .theme-description,
.widget-themes-list li.current .theme-description,
.widget-pages li.current .theme-description {
    color: #000000
}

@media (min-width: 768px) and (max-width: 1023px) {
    .widget-themes li>a,
    .widget-themes-list li>a,
    .widget-pages li>a {
        padding: 8px 10px
    }
    .widget-themes li .theme-description,
    .widget-themes-list li .theme-description,
    .widget-pages li .theme-description {
        font-size: 12px;
        line-height: 18px
    }
}

.newsletter-widget form {
    position: relative;
    width: 100%
}

.newsletter-widget form p {
    float: left;
    width: 60%
}

.newsletter-widget form p:last-child {
    width: 40%
}

.newsletter-widget form p input {
    width: 100%
}

.newsletter-widget .newsletter-email {
    border-radius: 4px 0 0 4px;
    border-right-width: 0
}

.newsletter-widget .newsletter-submit {
    border-radius: 0 4px 4px 0
}

.search-trigger {
    cursor: pointer
}

.search-results-content {
    margin-bottom: 52px
}

.search-result {
    margin-bottom: 32px
}

.search-result h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px
}

.search-result h3 a {
    display: inline;
    color: #006eaf;
    border-bottom-width: 1px
}

.pagination {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.pagination .pagination-next {
    float: right
}

.pagination .pagination-prev {
    float: left
}

body.modal-opened {
    overflow: hidden
}

.page-overlay {
    background-color: rgba(0, 0, 0, 0.9);
    display: block;
    position: fixed;
    overflow: scroll;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 1000;
    padding: 0;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity 0.7s;
    -moz-transition: opacity 0.7s;
    -ms-transition: opacity 0.7s;
    -o-transition: opacity 0.7s;
    transition: opacity 0.7s
}

.page-overlay.overlay-hidden,
.page-overlay.overlay-hide {
    opacity: 0
}

.modal {
    background: transparent;
    color: #ffffff;
    width: 90%;
    margin: 5%;
    padding: 0 20px;
    max-height: none;
    height: auto;
    overflow: auto;
    z-index: 901;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5,
.modal h6,
.modal a {
    color: #ffffff
}

.modal h1 a,
.modal h2 a,
.modal h3 a,
.modal h4 a,
.modal h5 a,
.modal h6 a,
.modal a a {
    color: #ffffff
}

.modal a {
    color: #ffffff;
    border-bottom-color: #ffffff
}

.modal a:hover {
    border-bottom-color: #ffffff
}

.modal .modal-inner {
    text-align: left
}

.modal.has-button .modal-inner {
    margin-bottom: 20px
}

.modal .modal-button {
    display: inline-block
}

.modal .modal-inner {
    max-height: 500px\9;
    overflow: scroll\9
}

.page-overlay .modal.ready {
    -webkit-transition: -webkit-transform 0.7s;
    -moz-transition: -moz-transform 0.7s;
    -ms-transition: -ms-transform 0.7s;
    -o-transition: -o-transform 0.7s;
    transition: transform 0.7s
}

.page-overlay.overlay-hidden .modal.positioned,
.page-overlay.overlay-hide .modal.positioned {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px)
}

.overlay-close {
    background: transparent;
    border-radius: 30px;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 902;
    text-align: center;
    vertical-align: middle;
    top: 15px;
    right: 15px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.overlay-close:before,
.overlay-close:after {
    content: "";
    background: white;
    width: 18px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -9px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.overlay-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (min-width: 768px) {
    body.modal-opened {
        overflow: auto
    }
    .page-overlay {
        overflow: auto;
        padding: 20px
    }
    .modal {
        max-height: 100%;
        margin: 0;
        padding: 0 30px
    }
}

iframe {
    display: block;
    margin: 0 auto
}

.video-popup-link {
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    border-bottom-width: 0;
    display: block;
    position: relative
}

.video-popup-link:hover {
    color: #ffffff
}

.video-popup-link .video-popup-text-container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center
}

.video-popup-link .video-popup-text {
    vertical-align: middle;
    opacity: 1;
    transition: opacity 0.4s ease
}

.video-popup-link .video-popup-text:before {
    display: inline-block;
    vertical-align: middle;
    font-size: 44px;
    margin-top: -2px
}

.video-popup-link:hover .video-popup-text {
    opacity: 0.8
}

.video-popup-link img {
    width: 100%;
    height: auto
}

.video-popup-link.loading .video-popup-text {
    display: none
}

.video-popup-link .spinner {
    z-index: 3
}

.file-download-link {
    border-bottom-width: 0;
    padding-left: 22px;
    position: relative
}

.file-download-link .icon:before {
    position: absolute;
    left: 2px;
    top: 2px
}

.story-summary .file-download-link,
.page-summary .file-download-link {
    padding-left: 26px
}

.story-summary .file-download-link .icon:before,
.page-summary .file-download-link .icon:before {
    left: 3px;
    top: 2px
}

#footer {
    background: #1c1c1c;
    border-top: 4px solid #006eaf;
    color: #cccccc;
    font-size: 13px;
    padding: 52px 0
}

#footer .columns {
    margin-bottom: 52px
}

#footer .column {
    margin-bottom: 26px
}

#footer .footer-copyright {
    text-align: center;
    font-size: 11px;
    color: #8c8c8c
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
    color: #ffffff
}

#footer a {
    color: #0090e3
}

#footer li a {
    text-decoration: none;
    border-bottom-width: 0
}

#footer ul {
    list-style-type: none;
    line-height: 22px
}

#footer ul li {
    margin-bottom: 6px
}

#footer .widget {
    margin-bottom: 26px
}

#footer .widget_nav_menu ul li {
    border-color: #333333;
    border-style: solid;
    border-top-width: 1px;
    margin-bottom: 0;
    padding: 0
}

#footer .widget_nav_menu ul li:last-child {
    border-bottom-width: 1px
}

#footer .widget_nav_menu ul li a {
    display: block;
    padding: 5px 10px
}

#footer .widget_nav_menu ul li a:hover {
    background: #222222
}

#footer select,
#footer input,
#footer textarea {
    border-color: #006eaf
}

#footer input[type=submit],
#footer button,
#footer a.button {
    background-color: #006eaf
}

#footer input[type=submit]:hover,
#footer button:hover,
#footer a.button:hover {
    background-color: #0090e3
}

#footer .newsletter-widget form p {
    width: 70%
}

#footer .newsletter-widget form p:last-child {
    width: 30%
}

#footer .newsletter-widget form {
    *zoom: 1
}

#footer .newsletter-widget form:before,
#footer .newsletter-widget form:after {
    display: table;
    line-height: 0;
    content: ""
}

#footer .newsletter-widget form:after {
    clear: both
}

.filterz h3{
  margin-bottom:8px;
}

.filterz h6{
  text-transform: uppercase;
}

#filters, #filtersCategories{
  overflow: auto;
  margin:0 0 10px 0;
}
.bydate ul{
  margin:0;
  padding:0;
  list-style: none;
}
#filters li, .bydate li, #filtersCategories li{
  border-bottom: 1px solid #dddddd;
  padding: 0;
  margin: 0;
}

#filters li h6, .bydate li h6, #filtersCategories h6{
  color: #006eaf;
  line-height: 18px;
  margin-bottom: 3px;
  font-size: 14px;
  text-transform: uppercase;
}
.filterz h6{
  margin:0;
  font-size:14px;
}
.filterz .widget-title span{
  padding-left:10px;
}
#filters li a, .bydate a, #filtersCategories li a{
  border-bottom-width: 0;
  color: inherit;
  display: block;
  padding: 10px 14px;
}

.ovHidden{
  overflow: hidden;
}

#isotope-list{
  position: relative;
}

#filters .selected, #filtersCategories .selected{
  background: #f5f5f5;
}

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

.posRel{
  position: relative;
}

.hamIcon {
  display:none;
  cursor: pointer;
  float: right;
  margin-top: -50px;
}

a.backButton {
  position: absolute;
  right: 9px;
  top: 24px;
  border-width: 2px;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
  display: none;
}

.hamCont{
  position: relative;
  right:0;
  top:10px;
  z-index: 2;
}

.mobCont{
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  a.backButton{
    display:block;
  }
  .hamIcon {
    display:block;
    border: none;
    color:#222;
  }
  .hamIcon img{
    display:inline-block;
    margin-left:12px;
  }
  .filterCont{
    display:none;
    position: absolute;
    right:0;
    top:0px;
    width:260px;
    background: #fff;
  }
  .fullonmob{
    width:100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #footer .widget_nav_menu ul li a {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 768px) {
    #footer .column {
        margin-bottom: 0
    }
}

.newsletter-page-container {
    text-align: center
}

.newsletter-page-container .page-body {
    max-width: 600px;
    margin: 0 auto
}

.newsletter-page-container .success,
.newsletter-page-container .error {
    color: #ffffff;
    font-size: 18px;
    border-radius: 4px;
    padding: 30px;
    margin: 26px 0
}

.newsletter-page-container .success {
    background-color: #02893b
}

.newsletter-page-container .error {
    background-color: #d9160b
}

.newsletter-page-container .newsletter-subscription {
    margin: 52px 0 26px
}

.newsletter-page-container .newsletter-email {
    width: 100%;
    margin-bottom: 26px
}

.spinner {
    background: url("../images/spinner.png") 0 0 no-repeat;
    background-size: 18px auto;
    margin: -9px 0 0 -9px;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    animation: spin 1.5s ease-in-out infinite
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
