@import url(https://fonts.googleapis.com/css?family=Gochi+Hand);

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

img,
legend {
    border: 0
}

legend,
td,
th {
    padding: 0
}

.hvr-wobble-vertical,
.icon-up:before {
    -webkit-box-shadow: 0 0 1px transparent
}

.hvr-wobble-vertical:active,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:hover,
.icon-up:hover:before {
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1
}

.listing,
.menu ul {
    list-style-type: none
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

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,
optgroup,
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
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre,
textarea {
    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
}

.banner,
.promotion--large,
.promotion--medium,
.promotion--small {
    overflow: hidden
}

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
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ol {
    margin: 0;
    color: #5f686e;
}

ol li {
    margin-bottom: 20px;
}

.wrapper {
    max-width: 1320px
}

.wrapper .full,
.wrapper .half,
.wrapper .one-quarter,
.wrapper .one-third,
.wrapper .three-quarters {
    float: left
}

.wrapper .one-quarter {
    width: 25%
}

.wrapper .one-third {
    width: 33%
}

.wrapper .half {
    width: 50%
}

.wrapper .three-quarters {
    width: 75%
}

.wrapper .full {
    width: 100%
}

.icon-cross,
.icon-cross:after {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute
}

.wrapper .main-content {
    max-width: 600px
}

.cart-notification{
    position: fixed;
    background-color: rgba(255,255,255,0.85);
    background-image: url(../Images/cart.png);
    right: 0;
    bottom: 0;
    padding: 25px 20px 25px 85px;
    width: 360px;
    font-weight: bold;
    background-position: 20px;
    background-size: 44px;
    background-repeat: no-repeat;
    z-index: 100;
    -webkit-transition: opacity .3s ease-in-out, transform .1s linear .3s, bottom .1s linear .3s;
    transition: opacity .3s ease-in-out, transform .1s linear .3s, bottom .1s linear .3s;
}

.cart-notification span{
    display: block;
    font-size: 0.875em;
}

.cart-notification span:nth-child(2){
    font-weight: normal;
    margin-top: 5px;
}

.cart-notification-button {
    font-size: 0.875em;
    display: inline-block;
    padding: 6px 9px;
    color: #fff;
    border-radius: 2px;
    background: #005bbb;
    margin-top: 10px;
    font-weight: normal;
    margin-right: 10px;
    -webkit-transition: background-color .55s ease-in-out;
    transition: background-color .55s ease-in-out;
}

@media screen and (max-width:480px) {
    .cart-notification {
        background-image: none;
        padding: 25px 20px 25px 25px;
        width: 310px;
    }
}
.cart-notification-button:focus, .cart-notification-button:hover {
    text-decoration: none!important;
    background-color: #004288;
}

.policy-notification + .cart-notification {
    bottom: 90px;
}

.policy-notification.inactive + .cart-notification {
    bottom: 0;
}

.policy-notification{
    position: fixed;
    background-color: rgba(255,255,255,0.85);
    background-image: url(../Images/notification.png);
    right: 0;
    bottom: 0;
    padding: 25px 20px 25px 85px;
    width: 310px;
    font-weight: bold;
    background-position: 20px;
    background-size: 44px;
    background-repeat: no-repeat;
    z-index: 100;
    -webkit-transition: opacity .3s ease-in-out, transform .1s linear .3s;
    transition: opacity .3s ease-in-out, transform .1s linear .3s;
}
.policy-notification.inactive, .cart-notification.inactive{
    opacity: 0;
    transform: scale(0)
}
.policy-notification .icon-cross, .cart-notification .icon-cross{
    right: 4px;
    top: 4px;
    -webkit-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.policy-notification .icon-cross:hover, .cart-notification .icon-cross:hover{
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.policy-notification .icon-cross:after, .cart-notification .icon-cross:after{
    display: none
}

.policy-notification .icon-cross:before, .cart-notification .icon-cross:before{
    color: #666;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}

@font-face {
    font-family: baker-icons;
    src: url(../fonts/icon-font/icon-font-svg-files/baker-icons.eot?9eq55s);
    src: url(../fonts/icon-font/icon-font-svg-files/baker-icons.eot?9eq55s#iefix) format("embedded-opentype"), url(../fonts/icon-font/icon-font-svg-files/baker-icons.ttf?9eq55s) format("truetype"), url(../fonts/icon-font/icon-font-svg-files/baker-icons.woff?9eq55s) format("woff"), url(../fonts/icon-font/baker-icons.svg?9eq55s#baker-icons) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    font-family: baker-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1
}

.icon-info {
  background-color: #0058bd;
  color: #fff;
  height: 24px;
  width: 24px;
  border-radius: 24px;
  z-index: 1004;
  padding: 5px 0 0 7px;
  display: block;
  position: absolute;
  top: 75px;
  left: 75px;
}

.icon-info:hover {
  text-decoration: none;
}

.icon-info span {
  visibility: hidden;
}

.icon-info:before {
  content: "\e91b";
  font-size: 1em;
}

.icon-PDF:before {
    content: "\e910"
}

.icon-cross {
    right: 7px;
    top: 7px
}

.icon-cross:before {
    content: "\e90f";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.icon-cross:after {
    background-color: rgba(0, 0, 0, .02);
    border-radius: 50%;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.icon-cross:hover:after {
    background-color: rgba(0, 0, 0, .1)
}

.icon-cross.menu__toggle--open:before,
.menu__toggle--open .icon-cross:before {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0)
}

.icon-clock:before {
    content: "\e90c";
    padding-right: 5px;
    font-size: 1.35em;
    position: absolute;
    top: -1px
}

.icon-left:before,
.icon-right:before {
    top: 16px;
    left: 16px;
    position: absolute;
    font-size: 21px
}

.icon-down:before {
    content: "\e900"
}

.icon-up:before {
    content: "\e90b";
    position: absolute;
    font-size: 21px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.hvr-wobble-horizontal,
.hvr-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-backface-visibility: hidden
}

.icon-up:hover:before {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

.icon-left:before {
    content: "\e909";
    color: #fff
}

.icon-left:hover:before {
    color: #9a2e44
}

.icon-right:before {
    content: "\e90a";
    color: #fff
}

.icon-right:hover:before {
    color: #9a2e44
}

.icon-like {
    position: relative
}

.icon-like:before {
    content: "\e901";
    left: -8px;
    top: 0;
    position: absolute;
    z-index: 2
}

.icon-like:after {
    font-size: 0;
    content: "\e90e";
    left: 13px;
    top: 25px;
    position: absolute
}

.icon-share-facebook:before {
    content: "\e903"
}

.icon-share-facebook:focus,
.icon-share-facebook:hover {
    color: #3b5998
}


.icon-share-linkedin:before {
    content: "\e91c"
}

.icon-share-linkedin:focus,
.icon-share-linkedin:hover {
    color: #4099ff
}

.icon-share-twitter:before {
    content: "\e904"
}

.icon-share-twitter:focus,
.icon-share-twitter:hover {
    color: #4099ff
}

.icon-more:before {
    content: "\e90d"
}

.icon-social-facebook:before {
    content: "\e905"
}

.icon-social-facebook:focus,
.icon-social-facebook:hover {
    color: #3b5998
}

.icon-social-linkedin:before {
    content: "\e906"
}

.icon-social-linkedin:focus,
.icon-social-linkedin:hover {
    color: #3f729b
}

.icon-social-twitter:before {
    content: "\e907"
}

.icon-social-twitter:focus,
.icon-social-twitter:hover {
    color: #4099ff
}

.icon-social-youtube:before {
    content: "\e908"
}

.icon-social-youtube:focus,
.icon-social-youtube:hover {
    color: #cd201f
}

.icon-website:before {
    content: "\e911"
}

.icon-website:focus,
.icon-website:hover {
    color: #001460
}

.icon-ResearchGate:before {
    content: "\e912"
}

.icon-ResearchGate:focus,
.icon-ResearchGate:hover {
    color: #00D0AF
}

.center-me,
.dropdown__expand:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.bio__holder--open .researcher__panel,
.box-shadow-large,
header {
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .13);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .13)
}

.bestseller__item,
.bio__holder .author__img,
.box-shadow,
.contact__heading,
.form__title-special,
.listing__item--feature .listing__img,
.menu .sub-menu,
.product-details .listing__img,
.recommend__item,
.staff,
body .article,
body .article-header,
body .clinics,
body .left-column,
body .location,
body .research-highlight,
body .twitter {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .13)
}

.icon-left:before,
.icon-like:after,
.icon-right:before,
.info__cell>a h3:after,
.info__cell>a:focus h3:after,
.info__cell>a:hover h3:after,
.landing .info__cell>a h3:after,
.landing .info__cell>a:focus h3:after,
.landing .info__cell>a:hover h3:after,
.outline_btn,
.research-projects__item>a h3:after,
.research-projects__item>a:focus h3:after,
.research-projects__item>a:hover h3:after,
.subscribe__btn,
.transition-all,
body .glossary span.tooltip,
body .research-highlight .controls a,
body .tags .tag,
body .tags .tag-all,
footer .wrapper .backtotop,
header #nav-toggle-label,
header #nav-toggle-label *,
header #nav-toggle-label:after,
header #nav-toggle-label:before,
header nav.menu-open {
    -webkit-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out
}

.bgColor-in,
.bgColor-out,
.transition-bgColor,
body .glossary span.text,
header .donate {
    -webkit-transition: background-color .55s ease-in-out;
    transition: background-color .55s ease-in-out
}

.font-smoothing {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: grayscale
}

@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
    33.3% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }
    49.95% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }
    66.6% {
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px)
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
    33.3% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }
    49.95% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }
    66.6% {
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px)
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.hvr-wobble-vertical {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    backface-visibility: hidden;
    font-smoothing: grayscale
}

.hvr-wobble-vertical:active,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:hover {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.hvr-wobble-horizontal {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    backface-visibility: hidden
}

.hvr-wobble-horizontal:active,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:hover {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes tinybounce {
    50% {
        -webkit-transform: translate(-50%, -40%);
        transform: translate(-50%, -40%)
    }
    100% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@keyframes tinybounce {
    50% {
        -webkit-transform: translate(-50%, -40%);
        transform: translate(-50%, -40%)
    }
    100% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@-webkit-keyframes grow {
    50% {
        -webkit-box-shadow: 0 0 0 2px #fff;
        box-shadow: 0 0 0 2px #fff;
        opacity: 1
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 #fff;
        box-shadow: 0 0 0 0 #fff;
        opacity: 1
    }
}

@keyframes grow {
    50% {
        -webkit-box-shadow: 0 0 0 2px #fff;
        box-shadow: 0 0 0 2px #fff;
        opacity: 1
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 #fff;
        box-shadow: 0 0 0 0 #fff;
        opacity: 1
    }
}

@-webkit-keyframes bounceOut {
    0%,
    75% {
        -webkit-box-shadow: 0 0 0 3px #fff;
        box-shadow: 0 0 0 3px #fff;
        opacity: 1
    }
    25% {
        -webkit-box-shadow: 0 0 0 1px #fff;
        box-shadow: 0 0 0 1px #fff;
        opacity: 1
    }
    50% {
        -webkit-box-shadow: 0 0 0 5px #fff;
        box-shadow: 0 0 0 5px #fff;
        opacity: 1
    }
    100% {
        -webkit-box-shadow: 0 0 0 4px #fff;
        box-shadow: 0 0 0 4px #fff;
        opacity: 1
    }
}

@keyframes bounceOut {
    0%,
    75% {
        -webkit-box-shadow: 0 0 0 3px #fff;
        box-shadow: 0 0 0 3px #fff;
        opacity: 1
    }
    25% {
        -webkit-box-shadow: 0 0 0 1px #fff;
        box-shadow: 0 0 0 1px #fff;
        opacity: 1
    }
    50% {
        -webkit-box-shadow: 0 0 0 5px #fff;
        box-shadow: 0 0 0 5px #fff;
        opacity: 1
    }
    100% {
        -webkit-box-shadow: 0 0 0 4px #fff;
        box-shadow: 0 0 0 4px #fff;
        opacity: 1
    }
}

fieldset {
    border: 0!important;
    padding: 0;
    margin: 0
}

input,
select,
textarea {
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #d1d4d3;
    margin: 5px 10px 5px 0
}

.col2{
    display: inline-block;
    margin-right: 3%;
    width: 48%
}

.col2:nth-child(2n+1){
    margin-right: 0
}

.form {
    background-color: #eef0f1
}

.form__full {
    width: 100%;
    margin-top: 15px
}

.form__half {
    width: 50%
}

.form__third {
    width: 33.33%
}

.form__fourth {
    width: 25%
}

.form__40 {
    width: 40%
}

.form__20 {
    width: 20%
}

.form__20,
.form__40,
.form__fourth,
.form__half,
.form__third {
    margin-top: 15px;
    float: left;
    padding-left: 1%
}

.form__20:first-child,
.form__40:first-child,
.form__fourth:first-child,
.form__half:first-child,
.form__third:first-child {
    padding-left: 0
}

.form label {
    padding-left: 10px;
    font-style: italic
}

.form label:first-child:not([type=radio]):not([type=checkbox]) {
    padding-bottom: 5px
}

.form input:not([type=radio]):not([type=checkbox]),
.form select {
    min-height: 40px
}

.form input,
.form select,
.form textarea {
    padding: 8px;
    border-radius: 2px;
    border: 1px solid #d1d4d3;
    margin: 0
}

.form input:not([type=radio]):not([type=checkbox]):not([type=submit]),
.form select {
    width: 100%
}

.form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: url(../Images/down.png) 90% 50% no-repeat #fff;
    width: 100%
}

.form select::-ms-expand {
    display: none;
}

.form .option-is-disabled,
.form select option:disabled {
    color: #5f686e!important;
    font-style: italic!important
}

.form #sameAddress {
    float: right;
    font-weight: 400;
    font-size: .85em
}

.form__padding {
    padding: 0 98px 40px
}

.form__padding:after {
    content: "";
    display: block;
    clear: both
}

.form__title {
    min-width: 150px
}

.form__title-special {
    color: #000;
    font-weight: 700;
    font-size: 1.125em!important;
    width: 100%;
    padding: 27px 98px 12px;
    margin-top: 4px
}

.form .donation__value .form__title-special {
    color: #fff!important
}

.form__message {
    width: 100%;
    height: 283px;
    margin-bottom: 27px
}

.form__address,
.form__payment,
.form__personal {
    color: #000;
    border-radius: 2px 2px 0 0;
    margin-top: -2px
}

.form__address .form__title,
.form__payment .form__title,
.form__personal .form__title {
    color: #000;
    margin-top: 0;
    margin-bottom: 25px;
    padding-top: 20px;
    padding-left: 102px
}

.form__address label,
.form__payment label,
.form__personal label {
    display: block
}

.form__personal {
    background-color: #c7d8e9
}

.form__address,
.form__address-billing,
.form__address-delivery {
    background-color: #f1f5f9
}

.contact__heading,
.form__payment {
    background-color: #fff
}

.form__checkboxes {
    margin: 20px 0
}

.form .checkbox {
    margin: 10px 0
}

.form__delivery {
    float: left;
    margin-right: 10px!important
}

.form .delivery-terms {
    margin-top: 40px
}

.contact p {
    font-size: 1em;
    line-height: 1.5em
}

.contact p.underline {
    border-bottom: 1px solid #d1d4d3;
    padding-bottom: 16px;
    margin-bottom: 12px
}

.contact__heading {
    padding: 17px 27px;
    color: #000;
    display: block;
    border-radius: 2px;
    font-size: 1.5em;
    margin-bottom: 20px
}

.contact__details {
    padding: 0 32px
}

.contact label {
    display: block;
    color: #000;
    font-style: italic;
    padding-left: 9px;
    padding-bottom: 3px
}

.contact .map--nt,
.contact .map--vic,
.donation__amount {
    display: inline-block
}

.contact input,
.contact select {
    margin-bottom: 12px
}

.contact__title {
    padding: 10px 7px;
    width: 135px
}

.contact .maps {
    width: 55%;
    margin-left: -5px
}

.contact .maps iframe {
    pointer-events: none
}

.contact iframe {
    border: 0
}

.amount__holder {
    position: relative
}

.amount__holder .dollarSign {
    position: absolute;
    top: 12px;
    left: 21px;
    z-index: 100
}

.amount__holder .amount {
    position: absolute;
    top: 0;
    left: 0;
    width: 85%!important;
    margin: 0 10px;
    padding-left: 20px
}

.donation__form {
    margin-top: 9px
}

.donation .checkboxes {
    margin-top: 25px
}

.donation .checkboxe {
    margin: 5px 0
}

.donation.article {
    margin-top: 52px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.donation__monthly-btn,
.donation__once-btn {
    margin-left: 70px;
    font-weight: 700;
    border-radius: 2px 2px 0 0;
    padding: 20px 48px 14px;
    background-color: #fff;
    border: 1px solid #dbdee0;
    border-bottom: 0 none;
    font-size: 1.25em;
    color: #37424a;
    text-align: center
}

.donation__monthly-btn.active,
.donation__monthly-btn:focus,
.donation__monthly-btn:hover,
.donation__once-btn.active,
.donation__once-btn:focus,
.donation__once-btn:hover {
    background-color: #005bbb;
    color: #fff;
    text-decoration: none
}

.donation__monthly-btn {
    margin-left: 40px
}

.donation__span {
    padding-left: 37px;
    font-weight: 700;
    font-style: italic
}

.donation__value {
    background-color: #005bbb
}

.donation__amounts {
    padding: 9px 45px 35px 65px
}

.donation__payment {
    background-color: #fff
}

.donation__payment .outline_btn {
    margin-top: 30px;
    border: 2px solid #001460!important;
    color: #001460!important;
    margin-left: 5px
}

.donation__payment .outline_btn:hover {
    background-color: #001460!important;
    color: #fff!important
}

.donation__amount {
    background-color: #fff;
    width: 22%;
    height: 169px;
    margin-left: 2.5%;
    font-size: .875em;
    vertical-align: top;
    border: 1px solid #d1d4d3;
    border-radius: 2px;
    color: #37424a
}

.donation__amount:first-child {
    margin-left: 0
}

.donation__amount label {
    font-weight: 700;
    font-size: 1.25em
}

.donation__amount p {
    border-top: 1px solid #d1d4d3;
    padding: 7px 17px;
    margin-top: 12px
}

.donation__amount.selected {
    outline: #001460 solid 4px;
    border-radius: 0
}

.donation__radio {
    padding: 10px 10PX 0
}

.donation__contact,
.donation__payment-details {
    padding: 0 98px 40px
}

.donation__agree {
    padding: 25px 100px;
    background-color: #fff
}

.donation__agree .communication {
    color: #5f686e;
    font-style: italic
}

.donation span.error {
    display: block
}

.donation .error {
    color: #d31145;
    font-style: italic;
    border-color: #d31145
}

.donation input:focus {
    border-color: #d1d4d3;
    color: #000;
    font-style: normal
}

.donation .form__contactNo,
.donation .form__country,
.donation .form__state {
    width: 100%
}

@media screen and (max-width:767px) {
    .donation__form {
        margin-top: -4px
    }
}

@media screen and (max-width:910px) {
    .contact .form__half,
    .contact select {
        width: 100%
    }
}

@media screen and (max-width:480px) {
    select {
        background: url(../Images/down.png) 95% 50% no-repeat #fff!important
    }
}

header {
    height: 187px;
    padding-top: 38px;
    position: relative;
    z-index: 2002
}

header .wrapper {
    position: relative;
    padding-top: 20px
}

header #nav-toggle {
    position: fixed;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0
}

header .logo {
    width: 200px;
    margin-top: 40px;
    float: left
}

header .header-links {
    font-size: .875em
}

header .header-links a.active,
header .header-links a:focus,
header .header-links a:hover {
    text-decoration: underline!important
}

header .donate {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 92px;
    padding: 18px 0;
    text-align: center;
    color: #fff!important;
    font-size: 1.125em;
    width: 175px;
    background-color: #001460
}

header .donate:focus,
header .donate:hover {
    text-decoration: none!important;
    background-color: #001f93
}

header .icon-cart {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    position: absolute;
    font-size: .85em;
    right: 210px;
    width: 140px;
    display: none;
    background-color: #005bbb;
    color: #fff;
    padding: 8px 8px 9px 35px;
    -webkit-transition: background-color .55s ease-in-out;
    transition: background-color .55s ease-in-out
}

header .icon-cart:before {
    font-family: baker-icons;
    content: "\e913";
    position: absolute;
    font-size: 1.5em;
    left: 10px;
    top: 7px;
    color: #fff
}

header .icon-cart:hover {
    text-decoration: none;
    background-color: #004288
}

@media (min-width:1101px) {
    header {
        background: url(../Images/top-detail-1950.jpg) top center no-repeat #fff
    }
    header .button {
        display: none
    }
    header .donate {
        z-index: 2003
    }
    header nav {
        position: relative
    }
    header nav>ul {
        padding: 0;
        display: table
    }
    header nav>ul>li {
        display: table-cell
    }
    header nav>ul>li a {
        white-space: nowrap
    }
    header nav .search-holder {
        float: right
    }
    header nav .search-holder .icon-search {
        position: absolute;
        right: 0
    }
    header nav .search-holder .search {
        height: 30px;
        width: 210px;
        padding: 10px;
        border: 1px solid #d1d4d3
    }
    header nav .header-links {
        right: 378px;
        position: absolute;
        top: -7px
    }
    header nav .header-links li {
        padding-left: 30px
    }
    header nav .button {
        display: block;
        position: absolute;
        right: 175px;
        top: 72px;
        padding: 18px 0;
        text-align: center;
        width: 175px
    }
}

@media (min-width:1950px) {
    header {
        padding-top: 0;
        background-image: none
    }
    header .banner {
        width: 100%;
        height: 36px
    }
    header .banner__rleft {
        background: url(../Images/banner-rleft.gif) repeat-x
    }
    header .banner__image {
        width: 1950px;
        background: url(../Images/top-detail-1950.jpg) top center no-repeat #fff
    }
    header .banner__rright {
        background: url(../Images/banner-rright.gif) repeat-x
    }
}

@media (max-width:1366px) {
    header {
        background: url(../Images/top-detail-1950.jpg) top center no-repeat #fff
    }
    header .donate {
        margin-right: 2.5%
    }
    header .logo {
        width: 200px;
        margin-top: 10px
    }
    header .main-menu {
        left: 0!important;
        right: auto!important
    }
    header .icon-cart {
        right: 240px;
        width: 139px
    }
}

@media screen and (max-width:1100px) and (min-width:768px) {
    header .icon-cart {
        top: 0;
        display: block;
        color: #fff;
        padding: 45px 32px 14px;
        font-size: 1.3em;
        right: 266px;
        width: 135px;
		height:101px;
        text-align: center
    }
    header .icon-cart:before {
        font-size: 1.5em;
        top: 10px;
        left: 55px
    }
    header .icon-cart:focus,
    header .icon-cart:hover {
        text-decoration: none
    }
}

@media (max-width:1100px) {
    header {
        height: 139px
    }
    header .logo {
        margin-top: 5px;
        margin-left: 13px
    }
    header .button {
        padding: 35px 32px;
        font-size: 1.625em!important
    }
    header .button:focus,
    header .button:hover,
    header .button:visited {
        text-decoration: none!important
    }
    header nav .button {
        display: none
    }
    header .donate {
        top: 0;
        font-size: 1.625em;
        margin-right: 118px;
        padding: 35px 32px;
        width: auto
    }
    header #nav-toggle-label {
        height: 80px;
        width: 80px;
        position: absolute;
        z-index: 7;
        top: 18px;
        right: 25px;
        cursor: pointer;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    header #nav-toggle-label *,
    header #nav-toggle-label:after,
    header #nav-toggle-label:before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    header #nav-toggle-label #hamburger {
        position: absolute;
        top: 14px;
        right: 14px;
        height: 23px;
        width: 40px
    }
    header #nav-toggle-label #hamburger span {
        display: block;
        width: 100%;
        height: 8px;
        position: relative;
        margin-bottom: 6px;
        background-color: #5f686e;
        border-radius: 5px
    }
    header #nav-toggle-label #hamburger span:nth-child(1) {
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }
    header #nav-toggle-label #hamburger span:nth-child(2) {
        -webkit-transition-delay: 625ms;
        transition-delay: 625ms
    }
    header #nav-toggle-label #hamburger span:nth-child(3) {
        -webkit-transition-delay: .75s;
        transition-delay: .75s
    }
    header #nav-toggle-label #cross {
        position: absolute;
        top: 11px;
        right: 14px;
        height: 40px;
        width: 40px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    header #nav-toggle-label #cross span {
        display: block;
        background: #5f686e;
        border-radius: 5px
    }
    header #nav-toggle-label #cross span:nth-child(1) {
        width: 8px;
        height: 0%;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -4px;
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }
    header #nav-toggle-label #cross span:nth-child(2) {
        width: 0;
        height: 8px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -4px;
        -webkit-transition-delay: .25s;
        transition-delay: .25s
    }
    header #nav-toggle:checked+#nav-toggle-label #hamburger span {
        width: 0
    }
    header #nav-toggle:checked+#nav-toggle-label #hamburger span:nth-child(1) {
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }
    header #nav-toggle:checked+#nav-toggle-label #hamburger span:nth-child(2) {
        -webkit-transition-delay: 125ms;
        transition-delay: 125ms
    }
    header #nav-toggle:checked+#nav-toggle-label #hamburger span:nth-child(3) {
        -webkit-transition-delay: .25s;
        transition-delay: .25s
    }
    header #nav-toggle:checked+#nav-toggle-label #cross span:nth-child(1) {
        height: 100%;
        -webkit-transition-delay: 625ms;
        transition-delay: 625ms
    }
    header #nav-toggle:checked+#nav-toggle-label #cross span:nth-child(2) {
        width: 100%;
        -webkit-transition-delay: 375ms;
        transition-delay: 375ms
    }
    header .search-holder .icon-search {
        right: 15px!important;
        top: 5px
    }
    header .search-holder .search {
        padding: 10px 20px!important;
        width: 100%;
        height: 40px!important;
        background-color: #d1d4d3
    }
    header nav ul,
    header nav ul li {
        margin: 0;
        padding: 0
    }
    header nav {
        position: absolute;
        right: -100%;
        top: 101px;
        background-color: #fff;
        overflow: hidden;
        width: 100%;
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .13);
        box-shadow: 0 5px 5px rgba(0, 0, 0, .13);
        -webkit-transition: all .55s ease-in-out;
        transition: all .55s ease-in-out
    }
    header nav ul li {
        list-style-type: none;
        border-top: 1px solid #d1d4d3
    }
    header nav ul li a {
        display: block;
        padding: 10px 20px
    }
    header nav .button {
        width: 100%;
        padding: 10px 20px
    }
    header nav.menu-open {
        right: 0
    }
}

@media (max-width:950px) and (min-width:416px) {
    header {
        background: url(../Images/top-detail-950.jpg) top center no-repeat #fff;
        padding-top: 23px;
        height: 124px
    }
    header .button {
        display: block;
        position: absolute;
        text-align: center;
        right: 294px;
        top: 0
    }
}

@media (max-width:767px) {
    header {
        background: url(../Images/top-detail-767.jpg) top center no-repeat #fff;
        height: 62px;
        padding-top: 12px
    }
    header .wrapper {
        padding-top: 0
    }
    header .logo {
        width: 122px;
        margin-top: 10px;
        margin-left: 0
    }
    header .search-holder .icon-search {
        right: 20px
    }
    header .button,
    header .donate {
        font-size: 1em!important;
        padding: 16px 14px
    }
    header .button {
        right: 175px
    }
    header #nav-toggle-label #cross,
    header #nav-toggle-label #hamburger {
        top: 14px;
        right: 14px;
        width: 25px;
        height: 25px
    }
    header .donate {
        margin-right: 56px
    }
    header nav {
        top: 50px
    }
    header #nav-toggle-label {
        height: 50px;
        width: 50px;
        top: 0;
        right: 0
    }
    header #nav-toggle-label #hamburger span {
        height: 5px;
        margin-bottom: 3px;
        border-radius: 2px
    }
    header #nav-toggle-label #cross {
        position: absolute;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    header #nav-toggle-label #cross span {
        border-radius: 2px
    }
    header #nav-toggle-label #cross span:nth-child(1) {
        width: 5px;
        margin-left: -3px
    }
    header #nav-toggle-label #cross span:nth-child(2) {
        height: 5px;
        margin-top: -3px
    }
    header .icon-cart {
        top: 0;
        padding: 18px 18px 18px 45px;
        right: 136px;
		height: 50px;
        width: 164px
    }
    header .icon-cart:before {
        top: 15px;
        left: 21px
    }
}

@media screen and (max-width:500px) {
    header .icon-cart {
        display: none
    }
    
    .col2{
        display: block !important;
        margin: 0 !important;
        width: 100% !important
    }
}
.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

.form-submit-border .btn {
    border: 2px solid #005bbb!important;
    color: #005bbb;
    background: 0 0;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 2px;
    -webkit-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
}

.form-submit-border .btn:hover, .form-submit-border .btn:focus{
    background-color: #005bbb;
    color: #fff;
}

.form-group fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

.form-group legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

.form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=radio],
input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

.form-group input[type=file] {
    display: block;
    font-size: 14px;
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

.form-group textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .form-group input[type=date],
    .form-group input[type=time],
    .form-group input[type=datetime-local],
    .form-group input[type=month] {
        line-height: 34px
    }
    .form-group input[type=date].input-sm,
    .form-group input[type=time].input-sm,
    .form-group input[type=datetime-local].input-sm,
    .form-group input[type=month].input-sm {
        line-height: 30px
    }
    .form-group input[type=date].input-lg,
    .form-group input[type=time].input-lg,
    .form-group input[type=datetime-local].input-lg,
    .form-group input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.form-group .radio,
.form-group .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.form-group .radio label,
.form-group .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.form-group .radio input[type=radio],
.form-group .radio-inline input[type=radio],
.form-group .checkbox input[type=checkbox],
.form-group .checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px
}

.form-group .radio+.radio,
.form-group .checkbox+.checkbox {
    margin-top: -5px
}

.form-group .radio-inline,
.form-group .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.form-group .radio-inline+.radio-inline,
.form-group .checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

.form-group input[type=radio][disabled],
.form-group input[type=checkbox][disabled],
.form-group input[type=radio].disabled,
.form-group input[type=checkbox].disabled,
.form-group fieldset[disabled] input[type=radio],
.form-group fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed
}

.form-group .radio-inline.disabled,
.form-group .checkbox-inline.disabled,
.form-group fieldset[disabled] .radio-inline,
.form-group fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.form-group .radio.disabled label,
.form-group .checkbox.disabled label,
.form-group fieldset[disabled] .radio label,
.form-group fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm,
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group select.input-sm,
.form-group select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}

.form-group textarea.input-sm,
.form-group textarea.form-group-sm .form-control,
.form-group select[multiple].input-sm,
.form-group select[multiple].form-group-sm .form-control {
    height: auto
}

.input-lg,
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.form-group select.input-lg,
.form-group select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px
}

.form-group textarea.input-lg,
.form-group textarea.form-group-lg .form-control,
.form-group select[multiple].input-lg,
.form-group select[multiple].form-group-lg .form-control {
    height: auto
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.required-field .control-label:before,
.required-field .checkbox:after {
  content: "* " !important;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
    font-size: 14px;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

.list-group {
    padding-left: 0!important;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
a.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.risk-assessment-error{
    color:#ea3333;
    margin-top:10px;
	display:none;
}
.risk-assessment-error.active{
	display:block;
}
.risk-assessment-item{
    margin-bottom:30px;
}

.risk-assessment-item h6{
    font-size: 1.1em!important;
}

.risk-assessment-item p{
    font-weight:bold;
}
.risk-assessment-item-row label:first-child {
    display:inline-block;
    margin-right: 10px;
	width:300px;
}
@media screen and (max-width:500px) {
	.risk-assessment-item-row label:first-child{
		width:auto;
	}
}
.explanation-trigger{
    cursor:pointer;
    color: #005bbb;
    display:block;
    margin-top:16px;
}

.explanation-trigger:hover{
    text-decoration:underline;
}

.explanation{
    display:none;
}

.explanation.active{
    display:block;
}

.explanation table, .explanation table tbody, .explanation table tr, .explanation table tr td{
    border:0!important;
}

.explanation table tr td {
    padding: 5px 5px 5px 0!important;
}

.risk-assessment button{
    border:2px solid #005bbb!important;
    color: #005bbb;
    background: 0 0;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding:7px 20px;
    border-radius:2px;
    -webkit-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
}

.risk-assessment button:hover{
    background-color:#005bbb;
    color: #fff;
}

.risk-assessment-results{
    display:none;
}

.risk-assessment-results.active{
    display:block;
}

.score-explanation{
    font-weight:700;
}
.score-explanation-content span{
    display:block;
}

}

@media (max-width:415px) and (min-width:0) {
    header .button {
        display: none
    }
    header nav .button {
        display: block;
        text-align: left
    }
}

.menu ul {
    padding: 0;
    margin: 0
}

.menu .menu__toggle {
    text-align: center;
    text-decoration: none;
    position: absolute;
    width: 40px;
    height: 35px;
    padding-top: 9px;
    top: -4px;
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s
}

.menu .menu__toggle span {
    display: none
}

.menu .menu__toggle:focus,
.menu .menu__toggle:hover {
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
}

.menu .menu__toggle--open,
.menu .menu__toggle--open:focus,
.menu .menu__toggle--open:hover {
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s
}

.menu__item__link {
    font-size: 1.28em;
    color: #000;
    display: inline-block
}

.menu__item__link:visited {
    text-decoration: none
}

.menu__item__link:focus,
.menu__item__link:hover {
    text-decoration: none;
    color: #5f686e
}

.menu__item__link.active,
.menu__item__link.active~a {
    color: #d0053d
}

.menu .sub-menu {
    -webkit-transition: max-width .55s ease-in-out;
    transition: max-width .55s ease-in-out
}

.menu .sub-menu__item {
    position: relative
}

.menu .sub-menu__item__link {
    display: inline-block;
    width: 100%;
    padding: 5px 20px 5px 0;
    color: #5f686e
}

.menu .sub-menu__item__link:focus,
.menu .sub-menu__item__link:hover {
    text-decoration: none;
    color: #000!important
}

.menu .sub-menu__item .menu__toggle {
    position: absolute;
    right: -10px;
    top: 3px;
    width: 30px;
    height: 20px;
    padding-top: 5px
}

.menu .child-menu__item {
    display: block
}

.menu .child-menu__item__link {
    display: inline-block;
    padding: 5px 15px 5px 30px
}

.menu .child-menu__item__link:focus,
.menu .child-menu__item__link:hover {
    text-decoration: none;
    color: #004288!important
}

.banner--full a,
body a.pdf[href$=".pdf"] h2:hover {
    text-decoration: underline
}

@media (min-width:1101px) {
    .menu {
        position: absolute;
        right: 350px;
        top: 70px
    }
    .menu .menu-toggle {
        width: 35px;
        height: 23px;
        display: inline-block;
        text-align: center
    }
    .menu__item {
        padding-right: 55px
    }
    .menu .sub-menu {
        position: absolute;
        background-color: #fff;
        margin-left: -20px;
        padding: 0 20px 10px;
        margin-top: 19px;
        max-width: 50%
    }
    .menu .sub-menu a {
        padding-left: 0;
        padding-right: 0
    }
    .menu .sub-menu__item__link {
        border-bottom: 1px solid #d1d4d3;
        padding: 10px 20px 6px
    }
    .menu .sub-menu__item:last-child .sub-menu__item__link {
        border: 0
    }
    .menu .child-menu {
        padding-top: 5px
    }
    .menu .child-menu__item {
        padding-left: 10px
    }
}

.banner-bg,
.banner__wrapper {
    margin-left: auto;
    margin-right: auto;
    top: 0
}

@media (max-width:1100px) {
    .menu .menu__toggle {
        position: absolute;
        right: 20px;
        top: 0;
        width: 30px;
        height: 20px;
        padding-top: 5px
    }
    .menu__item {
        position: relative
    }
    .menu__item__link {
        display: block;
        width: 100%;
        padding: 5px 20px
    }
    .menu__item__link .menu__toggle {
        width: 30px;
        height: 45px
    }
    .menu .sub-menu__item__link {
        padding-left: 30px
    }
    .menu .sub-menu__item .menu__toggle {
        right: 20px
    }
    .menu .child-menu__item__link {
        padding-left: 50px
    }
}

.banner-responsive{
    width: 100%;
}

.banner {
    position: relative;
    background-color: #81addc
}

.banner:before {
    content: "";
    position: absolute;
    z-index: 499;
    top: 0;
    left: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#0c2160), color-stop(40%, #3b5992), color-stop(51%, rgba(72, 104, 160, .54)), color-stop(62%, rgba(85, 119, 173, .51)), color-stop(73%, #6287bb), to(#81addc));
    background: -webkit-linear-gradient(left, #0c2160 0, #3b5992 40%, rgba(72, 104, 160, .54) 51%, rgba(85, 119, 173, .51) 62%, #6287bb 73%, #81addc 100%);
    background: linear-gradient(to right, #0c2160 0, #3b5992 40%, rgba(72, 104, 160, .54) 51%, rgba(85, 119, 173, .51) 62%, #6287bb 73%, #81addc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0c2160', endColorstr='#81addc', GradientType=1)
}

.banner__content {
    position: absolute;
    width: 100%;
    z-index: 1001;
    -webkit-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out
}

.banner__heading {
    display: block;
    line-height: 1.4em;
    padding: 15px 0
}

.banner-bg {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out
}

.banner__wrapper,
.promotion {
    position: relative;
    width: 100%;
}

.banner--full,
.banner--full:before {
    height: 346px
}

.banner--full .banner__heading {
    max-width: 600px
}

.banner--full p {
    display: inline-block
}

.promotion:after,
.promotion:before {
    content: "";
    width: 100%;
    display: block
}

.banner--half,
.banner--half:before {
    height: 173px
}

.banner__wrapper {
    z-index: 3;
    max-width: 900px
}

.banner__wrapper .banner__heading,
.banner__wrapper p.authors,
.banner__wrapper p.authors a {
    color: #fff
}

@media (max-width:1100px) and (min-width:0px) {
    .banner:before {
        background: -webkit-gradient(linear, left top, right top, from(#0c2160), color-stop(16%, #1f3774), color-stop(43%, rgba(63, 93, 149, .79)), color-stop(53%, rgba(75, 107, 161, .25)), color-stop(62%, rgba(85, 120, 172, .25)), color-stop(72%, rgba(97, 134, 185, .79)), color-stop(81%, #6b93c4), to(#81addc));
        background: -webkit-linear-gradient(left, #0c2160 0, #1f3774 16%, rgba(63, 93, 149, .79) 43%, rgba(75, 107, 161, .25) 53%, rgba(85, 120, 172, .25) 62%, rgba(97, 134, 185, .79) 72%, #6b93c4 81%, #81addc 100%);
        background: linear-gradient(to right, #0c2160 0, #1f3774 16%, rgba(63, 93, 149, .79) 43%, rgba(75, 107, 161, .25) 53%, rgba(85, 120, 172, .25) 62%, rgba(97, 134, 185, .79) 72%, #6b93c4 81%, #81addc 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0c2160', endColorstr='#81addc', GradientType=1)
    }
    .banner__wrapper {
        margin-left: 10%;
        margin-right: 10%
    }
    .banner__heading {
        font-size: 1.82em
    }
}

@media (max-width:900px) and (min-width:0px) {
    .banner__wrapper {
        padding-left: 10%;
        padding-right: 10%;
        margin: 0
    }
    .banner__heading {
        max-width: 100%
    }
}

@media (max-width:1024px) and (min-width:768px) {
    .banner:before {
        background: -webkit-linear-gradient(left, #0c2160 0, #122866 5%, rgba(48, 76, 134, .79) 31%, rgba(67, 98, 154, .25) 47%, rgba(95, 132, 184, .25) 71%, rgba(110, 150, 200, .79) 84%, #79a3d3 93%, #81addc 100%);
        background: -webkit-gradient(linear, left top, right top, from(#0c2160), color-stop(5%, #122866), color-stop(31%, rgba(48, 76, 134, .79)), color-stop(47%, rgba(67, 98, 154, .25)), color-stop(71%, rgba(95, 132, 184, .25)), color-stop(84%, rgba(110, 150, 200, .79)), color-stop(93%, #79a3d3), to(#81addc));
        background: linear-gradient(to right, #0c2160 0, #122866 5%, rgba(48, 76, 134, .79) 31%, rgba(67, 98, 154, .25) 47%, rgba(95, 132, 184, .25) 71%, rgba(110, 150, 200, .79) 84%, #79a3d3 93%, #81addc 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0c2160', endColorstr='#81addc', GradientType=1)
    }
}

@media (max-width:767px) {
    .banner:before {
        background: -webkit-gradient(linear, left top, right top, from(#0c2160), color-stop(3%, #102564), color-stop(9%, rgba(23, 45, 107, .79)), color-stop(47%, rgba(67, 98, 154, .35)), color-stop(71%, rgba(95, 132, 184, .35)), color-stop(94%, rgba(122, 165, 213, .79)), color-stop(98%, #7faada), to(#81addc));
        background: -webkit-linear-gradient(left, #0c2160 0, #102564 3%, rgba(23, 45, 107, .79) 9%, rgba(67, 98, 154, .35) 47%, rgba(95, 132, 184, .35) 71%, rgba(122, 165, 213, .79) 94%, #7faada 98%, #81addc 100%);
        background: linear-gradient(to right, #0c2160 0, #102564 3%, rgba(23, 45, 107, .79) 9%, rgba(67, 98, 154, .35) 47%, rgba(95, 132, 184, .35) 71%, rgba(122, 165, 213, .79) 94%, #7faada 98%, #81addc 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0c2160', endColorstr='#81addc', GradientType=1)
    }
    .banner-bg {
        left: auto;
        right: -50%
    }
    .banner__heading {
        font-size: 1.5em
    }
}

.promotion__wrapper {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto
}

.promotion:before {
    height: 50px;
    position: absolute;
    top: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .15) 0, transparent 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .15)), to(transparent));
    background: linear-gradient(to bottom, rgba(0, 0, 0, .15) 0, transparent 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0)
}

.promotion:after {
    height: 25px;
    position: absolute;
    bottom: 0;
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .15)));
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .15) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}

.promotion__img-holder,
.promotion__txt-holder {
    background-repeat: no-repeat
}

.promotion__description {
	max-width: 470px;
    color: #fff;
    line-height: 1.4em;
    font-size: 1.1em
}

.promotion__img-holder {
    padding: 50px 20px;
    background-size: cover
}

.promotion__txt {
    font-size: 2.25em;
    color: #fff;
    max-width: 470px;
    line-height: 1.4em
}

.promotion__btn {
    border: 2px solid #fff;
    color: #fff;
    font-size: 1.1em
}

.promotion--large {
    height: 506px
}

.promotion--large .promotion__img-holder {
    background-position-x: 50%;
    max-width: 970px;
    height: 665px
}

.promotion--large .promotion__txt-holder {
    height: 506px
}

.promotion--large .promotion__btn {
    padding: 10px
}

.promotion--large .promotion__btn:focus,
.promotion--large .promotion__btn:hover {
    background-color: #fff;
    color: #d31546
}

.promotion--medium .promotion__img-holder,
.promotion--small .promotion__img-holder {
    background-position-x: 50%;
    background-position-y: 50%;
    max-width: 960px;
    height: 665px
}

.promotion--medium .promotion__btn,
.promotion--small .promotion__btn {
    padding: 10px 20px
}

.promotion--medium .promotion__btn:focus,
.promotion--medium .promotion__btn:hover,
.promotion--small .promotion__btn:focus,
.promotion--small .promotion__btn:hover {
    background-color: #fff
}

.promotion--red {
    background-color: #d31146
}

.promotion--red .promotion__btn:focus,
.promotion--red .promotion__btn:hover {
    background-color: #fff;
    color: #d31146
}

.promotion--blue {
    background-color: #00588c
}

.promotion--blue .promotion__btn:focus,
.promotion--blue .promotion__btn:hover {
    background-color: #fff;
    color: #00588c
}

.promotion--dblue {
    background-color: #001460;
    height: 515px
}

.promotion--dblue .promotion__img-holder {
    background: url(../Images/content/promo-img-large.jpg) 50% 50% no-repeat
}

.promotion--dblue .promotion__txt-holder {
    vertical-align: top;
    max-width: 370px
}

.promotion--dblue .promotion__btn {
    margin-bottom: 50px
}

.promotion--dblue .promotion__btn:focus,
.promotion--dblue .promotion__btn:hover {
    background-color: #fff;
    color: #001460
}

.promotion--dblue .promotion__txt {
    font-size: 1.125em
}

.promotion--dblue .promotion__title {
    color: #fff!important
}

.promotion--medium,
.promotion--medium .promotion__txt-holder {
    height: 464px
}

.promotion--small {
    height: 355px
}

.promotion--small .promotion__description {
    max-width: 470px
}

.promotion--small .promotion__txt-holder {
    height: 355px;
    padding: 25px
}

.promotion--small .promotion__txt {
    font-size: 1.5em
}

.promotion .partner-logo {
    position: absolute;
    right: 33.5%;
    z-index: 200;
    top: 5%;
    max-width: 300px
}

.promotion--noimage {
  background-color: #d31145;
  background-image: url(../images/red-bg.jpg);
  background-position: right;
  background-repeat: no-repeat;
  height: auto !important;
}

.promotion--noimage .promotion__txt-holder {
  max-width: 945px;
  margin: 0 auto;
  display: block;
  height: auto !important;
  padding: 107px 40px !important;
}

.promotion--noimage .promotion__txt-holder h2 {
  margin-bottom: 0px !important;
}

.promotion--noimage .promotion__txt-holder .sub-heading {
  margin-top: 9px;
}

.promotion--noimage .promotion__description {
  line-height: 1.2em;
  font-size: 1.3em;
}

.promotion--noimage .promotion__btn {
  padding: 10px 30px;
}

.promotion--noimage .promotion__btn:hover, .promotion--noimage .promotion__btn:focus {
  background-color: #fff;
  color: #d31146;
}

.research .more,
.studies .more {
    top: 12px;
    right: 29px;
    text-transform: uppercase;
    font-weight: 700
}

.img--block{
    display: block;
}

@media (max-width:5000px) and (min-width:501px) {
    .promotion--float-right {
        float: right;
        width: 33%
    }
    .promotion__img-holder {
        width: 67%
    }
    .promotion__txt-holder {
        display: table-cell;
        vertical-align: bottom;
        text-align: left
    }
    .promotion--large .promotion__txt-holder,
    .promotion--medium .promotion__txt-holder {
        padding: 66px 40px
    }
}

@media (max-width:1100px) {
    .promotion .partner-logo {
        left: 35.5%;
        margin-left: 20px
    }
    .promotion--large .promotion__txt,
    .promotion--medium .promotion__txt {
        font-size: 1.5em;
        margin-top: 0;
        margin-bottom: 10px
    }
    .promotion--large .promotion__btn,
    .promotion--medium .promotion__btn,
    .promotion__btn {
        margin-top: 0!important
    }
    .promotion--large .promotion__txt-holder,
    .promotion--medium .promotion__txt-holder {
        padding: 22px
    }
    .promotion--large,
    .promotion--large .promotion__txt-holder {
        height: 328px
    }
    .promotion--medium,
    .promotion--medium .promotion__txt-holder {
        height: 300px
    }
    .promotion--dblue .promotion__txt {
        font-size: 1em
    }
    .promotion--dblue .promotion__btn {
        margin-bottom: 20px!important
    }
    .promotion--small .promotion__txt {
        font-size: 1.5em
    }
}

@media (max-width:900px) and (min-width:0) {
    .promotion__description {
        display: none
    }
}

@media (max-width:767px) {
    .promotion .promotion__description,
    .promotion--dblue .promotion__txt {
        display: none
    }
    .promotion .promotion--float-right {
        width: 40%
    }
    .promotion .partner-logo {
        left: 43%
    }
    .promotion__img-holder {
        background-size: cover;
        width: 60%;
        height: 100%;
        margin-bottom: 5px
    }
    .promotion__txt-holder {
        width: 40%
    }
    .promotion__txt {
        font-size: 1.3em!important
    }
    .promotion--large .promotion__img-holder,
    .promotion--medium .promotion__img-holder,
    .promotion--small .promotion__img-holder {
        height: 130%!important
    }
    .promotion__btn {
        margin-top: 10px!important
    }
}

@media (max-width:500px) {
    .promotion--dblue .promotion__txt,
    .promotion--medium .promotion__description,
    .promotion--small .promotion__description {
        display: none
    }
    .promotion .promotion--float-right {
        width: 100%
    }
    .promotion .partner-logo {
        width: 35%;
        left: 0
    }
    .promotion--large .promotion__img-holder {
        margin-bottom: -10px
    }
    .promotion--large .promotion__txt {
        font-size: 1.125em!important;
        padding: 0;
        max-width: 100%;
        text-align: center
    }
    .promotion--large .promotion__btn {
        margin-top: 10px!important;
        text-align: center
    }
    .promotion--medium .promotion__img-holder,
    .promotion--small .promotion__img-holder {
        height: 50%!important;
        margin-bottom: 10px
    }
    .promotion--medium .promotion__txt,
    .promotion--small .promotion__txt {
        max-width: 100%;
        text-align: center;
        margin-bottom: 0
    }
    .promotion--dblue .promotion__txt-holder {
        max-width: 100%;
        text-align: center
    }
    .promotion--dblue .promotion__btn {
        margin-bottom: 20px
    }
    .promotion__img-holder {
        margin-bottom: -15px;
        width: 100%
    }
    .promotion--special {
        background-size: cover
    }
    .promotion__txt-holder {
        width: 100%;
        text-align: center
    }
    .promotion--large .promotion__txt,
    .promotion--medium .promotion__txt {
        margin: 0 auto 5px;
        font-size: 1.125em
    }
    .promotion--large .promotion__txt-holder,
    .promotion--medium .promotion__txt-holder {
        padding: 0 10%
    }
    .promotion__btn {
        padding: 5px!important
    }
    .promotion--large .promotion__img-holder {
        height: 200px!important
    }
    .promotion--medium .promotion__img-holder {
        height: 180px!important
    }
}

.research .info__authors,
.research .more,
.studies .more {
    font-size: .875em
}

.info__cell>a h3:after,
.landing .info__cell>a h3:after {
    content: '';
    height: 4px;
    left: 0
}

.landing {
    text-align: center;
    padding: 36px 0
}

.landing .wrapper {
    max-width: 1380px
}

.landing .info__table {
    width: 100%;
    display: table;
    border-spacing: 0;
    position: relative
}

.landing .info__table.animate .info__cell {
    bottom: 0;
    opacity: 1;
    -webkit-transition: opacity .55s ease-in-out, bottom .55s ease-in-out;
    transition: opacity .55s ease-in-out, bottom .55s ease-in-out
}

.info__table.animate.four .info__cell {
    width: 25%;
}

.landing .info__table.animate .info__cell:nth-child(1) {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.landing .info__table.animate .info__cell:nth-child(2) {
    -webkit-transition-delay: .25s;
    transition-delay: .25s
}

.landing .info__table.animate .info__cell:nth-child(3) {
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

.landing .info__table.animate .info__cell:nth-child(4) {
    -webkit-transition-delay: .45s;
    transition-delay: .45s
}

.landing .info__table.animate .info__cell:nth-child(5) {
    -webkit-transition-delay: .55s;
    transition-delay: .55s
}

.landing .info__table.animate .info__cell:nth-child(6) {
    -webkit-transition-delay: .65s;
    transition-delay: .65s
}

.landing .info__table.animate .info__cell:nth-child(7) {
    -webkit-transition-delay: .75s;
    transition-delay: .75s
}

.landing .info__table.animate .info__cell:nth-child(8) {
    -webkit-transition-delay: .85s;
    transition-delay: .85s
}

.landing .info__table.animate .info__cell:nth-child(9) {
    -webkit-transition-delay: .95s;
    transition-delay: .95s
}

.landing .info__table div {
    border-spacing: 30px;
}

.landing .info__row {
    display: table-row
}

.landing .info__cell {
    position: relative;
    bottom: 10px;
    border-radius: 2px;
    width: 33%;
    opacity: .25;
    -webkit-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
    background-color: #fff;
    display: table-cell;
    vertical-align: top;
    margin-right: 2.5%;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .13)
}

.landing .info__cell:hover {
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .2)
}

.landing .info__cell>a {
    display: block
}

.landing .info__cell>a:focus,
.landing .info__cell>a:hover {
    text-decoration: none!important
}

.landing .info__cell>a:focus h3:after,
.landing .info__cell>a:hover h3:after {
    background-color: #0077c0
}

.landing .info__cell>a h3:after {
    position: absolute;
    bottom: -1px;
    display: block;
    width: 100%;
    margin-top: 5px;
    border-radius: 0 0 2px 2px;
    background-color: transparent
}

.landing .info__img {
    width: 100%;
    display: block
}

.landing .info__details {
    padding: 23px 15px;
    text-align: left
}

.landing .info__details h3 {
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 1.2em
}

.landing .info__details p {
    margin: 0
}

.landing--7 + .landing--7 {
    padding-top: 0;
    margin-top: -59px;
}

@media (min-width:1024px) {
    .landing--7 .info__row2 .info__cell,
    .landing--8 .info__cell,
    .landing--9 .info__row2 .info__cell {
        width: 25%
    }
}

@media (min-width:501px) {
    .landing .info--special .info__img {
        margin-left: -9px
    }
    .landing .info--special .info__details,
    .landing .info--special .info__img {
        width: 49%;
        display: inline-block;
        vertical-align: top
    }
}

@media (max-width:501px) {
    .landing {
        padding: 30px 0
    }
    .landing .info__table {
        display: block;
        border-spacing: 0
    }
    .landing .info__cell {
        display: inline-block;
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0
    }
    .landing .info__details h3 {
        margin-bottom: 5px
    }
    .landing img {
        border-bottom: 1px solid #000
    }
}

.flexbox__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.flexbox__item {
    background-color: #fff;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    max-width: 25%
}

.related-articles,
.snapshot,
.research,
.studies,
.contributing,
.news {
  text-align: center;
}

.related-articles .wrapper,
.snapshot .wrapper,
.research .wrapper,
.studies .wrapper,
.contributing .wrapper,
.news .wrapper {
  max-width: 1380px;
}

.snapshot {
  padding: 36px 0;
}

.snapshot.padding {
  padding-top: 80px;
}

.snapshot .info__cell, .news .info__cell {
  width: 22.5%;
}

.research {
  padding: 53px 0;
  background-color: #124589;
  color: #fff;
}

.research .wrapper {
  position: relative;
}

.research h2 {
  margin-bottom: 10px;
}

.research .more {
  position: absolute;
  top: 12px;
  right: 29px;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: bold;
  float: right;
}

@media (max-width: 767px) {
  .research .more {
    display: none;
  }
}

.research .info__cell {
  display: table-cell;
  overflow: hidden;
  width: 74%;
  text-align: left;
}

.research .info__img-holder {
  width: 50%;
  float: left;
  background: url("../images/content/research-team.jpg") 50% 0% no-repeat;
  background-size: cover !important;
}

.research .info__details {
  padding: 30px 20px;
  width: 50%;
  float: right;
}

@media (min-width: 1211px) {
  .research .info__details {
    min-height: 300px;
  }
}

.research .info__details > a {
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
}

.research .info__authors {
  font-size: 0.875em;
}

.studies .wrapper, .contributing .wrapper, .snapshot .wrapper {
  position: relative;
}

.studies .more, .contributing .more, .snapshot .more {
  position: absolute;
  top: 12px;
  right: 29px;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: bold;
  float: right;
}

@media (max-width: 767px) {
  .studies .more, .contributing .more, .snapshot .more {
    display: none;
  }
}

.studies {
  padding: 42px 0;
}

.studies h2 {
  margin-bottom: 0;
}

.studies .info__cell {
  width: 31%;
}

.contributing {
  padding: 52px 0;
}

.contributing h2 {
  margin-bottom: 10px;
}

.contributing .info__cell {
  text-align: left;
}

.contributing .info__details {
  padding: 25px 16px;
}

.contributing .info__img {
  float: left;
  width: 50%;
}

.contributing .info__details {
  float: right;
  width: 50%;
}

.contributing .info__details h3 {
  margin-bottom: 30px;
}

.info__table {
  width: 100%;
  display: table;
  border-spacing: 30px;
  position: relative;
}

.info__table.animate .info__cell {
  bottom: 0;
  opacity: 1;
  -webkit-transition: opacity 0.55s ease-in-out, bottom 0.55s ease-in-out;
          transition: opacity 0.55s ease-in-out, bottom 0.55s ease-in-out;
}

.info__table.animate .info__cell:nth-child(1) {
  -webkit-transition-delay: .05s;
          transition-delay: .05s;
}

.info__table.animate .info__cell:nth-child(2) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.info__table.animate .info__cell:nth-child(3) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.info__table.animate .info__cell:nth-child(4) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

.info__row {
  display: table-row;
}

.info__cell {
  position: relative;
  bottom: 10px;
  border-radius: 2px;
  filter: alpha(opacity=25);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  opacity: 0.25;
  -webkit-transition: all .55s ease-in-out;
          transition: all .55s ease-in-out;
  background-color: #fff;
  display: table-cell;
  vertical-align: top;
  margin-right: 2.5%;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.13);
}

.info__cell:hover {
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
}

.info__cell:last-child {
  margin-right: 0 !important;
}

.info__cell > a {
  display: block;
}

.info__cell > a:hover, .info__cell > a:focus {
  text-decoration: none !important;
}

.info__cell > a:hover h3:after, .info__cell > a:focus h3:after {
  background-color: #0077c0;
}

.info__cell > a h3:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  border-radius: 0 0 2px 2px;
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 5px;
  background-color: transparent;
}

.info__img {
  width: 100%;
  display: block;
}

.info__details {
  padding: 23px 15px;
  text-align: left;
}

.info__details h3 {
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1.2em;
}

.info__details p {
  margin: 0;
}

@media (max-width: 3000px) and (min-width: 501px) {
  .highlight,
  .info_cell {
    border-radius: 2px;
  }
  .contributing .info__cell {
    width: 48%;
    margin-right: 2.5%;
  }
}

@media (max-width: 1366px) and (min-width: 0) {
  .contributing h3 {
    margin-bottom: 20px !important;
  }
  .contributing p {
    font-size: 0.875em;
    font-size: 0.875em;
  }
  .studies .more, .contributing .more, .snapshot .more, .research .more {
    right: 62px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
   .promotion--noimage .promotion__txt-holder {
    padding: 20px 70px !important;
  }
	.research .info__cell {
    width: 60%;
  }
  .research .info__details > p {
    display: none;
  }
  .research .highlight {
    width: 30%;
  }
}

@media (max-width: 1210px) and (min-width: 0) {
  .research-highlight {
    display: none !important;
  }
  .contributing h3 {
    margin-top: 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5em !important;
  }
  .contributing p {
    display: none;
  }
}

@media (max-width: 1100px) {
  .promotion .partner-logo {
    left: 35.5%;
    margin-left: 20px;
  }
  .promotion--large .promotion__txt, .promotion--medium .promotion__txt {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .promotion--large .promotion__txt-holder, .promotion--medium .promotion__txt-holder {
    padding: 22px;
  }
  .promotion--large .promotion__btn, .promotion--medium .promotion__btn {
    margin-top: 0 !important;
  }
  .promotion--large {
    height: 328px;
  }
  .promotion--large .promotion__txt-holder {
    height: 328px;
  }
  .promotion--medium {
    height: 300px;
  }
  .promotion--medium .promotion__txt-holder {
    height: 300px;
  }
  .promotion--dblue .promotion__txt {
    font-size: 1em;
  }
  .promotion--dblue .promotion__btn {
    margin-bottom: 20px !important;
  }
  .promotion__btn {
    margin-top: 0 !important;
  }
  .promotion--small .promotion__txt {
    font-size: 1.5em;
  }
}

@media (max-width: 1024px) and (min-width: 0) {
  .studies .info__cell:nth-child(n+3), .news .info__cell:nth-child(n+3) {
    display: none;
  }
}

@media (max-width: 930px) and (min-width: 0) {
  .outline_btn {
    margin-top: 25px;
    padding: 10px;
  }
  .research {
    padding: 15px 0;
  }
  .research h3 {
    font-size: 1.313em;
  }
  .research .more {
    top: 4px;
    right: 23px;
  }
  .research .info__table {
    border-spacing: 0;
    display: block;
  }
  .research .info__cell {
    margin: 0;
    width: 100%;
    display: none;
  }
  .research .info__cell:first-child {
    display: block;
  }
  .research .info__img a, .research .info__img h3, .research .info__details a, .research .info__details h3 {
    margin: 0;
  }
  .research .highlight {
    display: none;
  }
  .research .outline_btn {
    border: 2px solid #fff;
    color: #fff;
  }
  .research .outline_btn:hover, .research .outline_btn:focus {
    background-color: #fff;
    color: #124589;
  }
  .contributing .info__details h3 {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 900px) and (min-width: 0) {
  .promotion__description {
    display: none;
  }
}

@media (max-width: 767px) and (min-width: 0) {
  .research .info__cell p {
    display: none;
  }
}

@media (max-width: 767px) and (min-width: 501px) {
  .snapshot .info__table {
    display: block;
  }
  .snapshot .info__cell {
    display: inline-block;
    width: 48%;
    margin-bottom: 20px;
  }
  .snapshot .info__cell:nth-child(2), .snapshot .info__cell:nth-child(4) {
    margin-right: 0;
  }
  .snapshot .info__details {
    min-height: 170px;
  }
  .studies .info__cell,
  .news .info__cell {
    width: 46.5%;
  }
}

@media (max-width: 767px) {
  .contributing .info__cell {
    width: 100%;
    margin-bottom: 30px;
  }
  .contributing .info__img, .contributing .info__details {
    width: 100%;
    text-align: center;
  }
  .contributing .info__title {
    margin-top: 0;
  }
  .studies .outline_btn {
    width: 90%;
    margin: 0 auto;
  }
  .studies p {
    display: none;
  }
  .info__details h3 {
    margin-bottom: 5px;
  }
  .news .outline_btn {
    border: 2px solid #fff;
    color: #fff;
  }
  .news .outline_btn:hover {
    background-color: #fff;
    color: #001460;
  }
  .studies .outline_btn {
    border: 2px solid #000;
    color: #000;
  }
  .studies .outline_btn:hover {
    background-color: #000;
    color: #eef0f1;
  }
  .snapshot--three .info__cell {
    width: 100%;
  }
}

@media (max-width:500px) {
    .info__table {
        border-spacing: 0
    }
    .related-articles,
    .contributing,
    .news,
    .snapshot,
    .studies {
        padding: 30px 0
    }
    .contributing .info__cell,
    .news .info__cell,
    .snapshot .info__cell,
    .studies .info__cell {
        width: 100%;
        margin-right: 0
    }
    .snapshot img {
        border-bottom: 1px solid #000
    }
    .snapshot .info__cell {
        display: inline-block;
        margin-bottom: 30px
    }
    .news img,
    .research img,
    .studies img {
        border: 1px solid #fff
    }
    .research .info__details,
    .research .info__img-holder {
        width: 100%
    }
    .news .info__cell,
    .studies .info__cell {
        display: inline-block;
        margin-bottom: 20px
    }
}

.bio__holder {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    z-index: 1002;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.bio__holder .author__img,
.researcher__panel {
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    overflow: hidden
}

.bio__holder--open .researcher__panel.researcher__panel--small {
height: 250px;
}

.bio__holder:nth-child(3) {
    margin-left: 60px
}

.bio__holder .outline_btn {
    text-align: center
}

.bio__holder .author__img {
    height: 50px;
    width: 50px;
    top: 0;
    left: 0;
    z-index: 1003;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    transition: all .2s ease-in-out
}

.researcher__panel {
    z-index: 1002;
    top: -15px;
    left: -15px;
    width: 0;
    height: 0;
    transition: all .2s ease-in-out
}

.researcher__panel .researcher {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.researcher__panel .researcher__social-holder {
    margin-top: 183px
}

.bio__holder--open {
    z-index: 3000
}

.bio__holder--open .icon-info {
  display: none;
}

.bio__holder--open .researcher {
    opacity: 1
}

.bio__holder--open .author__img {
    border-radius: 2%;
    width: 178px;
    height: 168px
}

.bio__holder--open .researcher__panel {
    width: 450px;
    height: 515px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.researcher {
    width: 440px;
    padding: 15px
}

.researcher p {
    font-size: .85em;
    color: #5f686e;
    margin: 10px 0;
    line-height: 1.4em
}

.researcher .program-heading {
    width: 100%;
    display: inline-block;
    color: #000;
    margin: 0;
    font-weight: 700
}

.researcher .achievement__date,
.researcher .achievement__txt {
    vertical-align: top;
    margin: 0 0 5px;
    display: inline-block
}

.researcher .achievement__date {
    width: 10%
}

.researcher .achievement__txt {
    width: 85%
}

.researcher__heading {
    margin: 0 0 5px!important;
    font-size: 1em;
    color: #000!important;
    font-weight: 700;
    width: 100%;
    display: inline-block
}

.researcher__email,
.researcher__phone,
.researcher__title {
    font-size: .85em;
    margin: 5px 0!important
}

.researcher__domain,
.researcher__program {
    margin: 2px 0!important
}

.researcher__domain span,
.researcher__program span {
    font-weight: 700
}

.researcher a {
    color: #005bbb;
    line-height: 1.4em
}

.researcher a.researcher__ResearchGate,
.researcher a.researcher__facebook,
.researcher a.researcher__linkedin,
.researcher a.researcher__twitter,
.researcher a.researcher__website {
    font-size: 1.4em;
    line-height: 1em;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.researcher a__programs:after {
    content: ", "
}

.researcher a__programs:last-child:after {
    content: ""
}

.researcher.outline_btn {
    margin-top: 15px;
    color: #005bbb;
    border: 2px solid #005bbb;
    -webkit-transition: color .55s ease-in-out, background .55 ease-in-out;
    transition: color .55s ease-in-out, background .55 ease-in-out
}

.researcher.outline_btn:focus,
.researcher.outline_btn:hover {
    color: #fff;
    background-color: #005bbb
}

.researcher__detail-holder,
.researcher__social-holder {
    width: 49%;
    display: inline-block;
    vertical-align: top
}

.researcher__detail-holder .researcher__heading {
    padding-bottom: 5px;
    border-bottom: 1px solid #005bbb
}

.researcher .achievement {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #d1d4d3
}

.researcher__img {
    margin-right: 20px
}

.pub_highlights {
    margin: 0;
    padding: 0;
    list-style: none
}

.pub_highlights li {
    color: #5f686e;
    padding: 10px 0;
    border-bottom: 1px solid #d1d4d3;
	display: inline-block;
	margin-top: 0 !important;
}

.researcher-bio {
    width: 100%;
    padding: 45px 69px
}

.researcher-bio h1 {
    font-size: 1.82em!important;
    margin-bottom: 0
}

.researcher-bio h1~p {
    margin-top: 4px;
    color: #000;
    font-weight: 700;
    margin-bottom: 6px
}

.researcher-bio__ResearchGate,
.researcher-bio__facebook,
.researcher-bio__linkedin,
.researcher-bio__twitter,
.researcher-bio__website {
    font-size: 1.8em;
    line-height: 1em;
    -webkit-transition: color .55s ease-in-out;
    transition: color .55s ease-in-out;
    margin-right: 5px
}

.researcher-bio__details {
    margin-bottom: 15px
}

.researcher-bio__highlights {
    margin-top: 30px
}

.researcher-bio__highlights h2 {
    padding-left: 2.5%!important;
}

.researcher-bio__highlights>div {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    padding: 0 2.5%
}

.researcher-bio__awards {
    padding-left: 20px
}

.researcher-bio__awards li {
    margin-bottom: 10px;
    color: #5f686e
}

.researcher-bio__left-column {
    width: 43.7%;
    padding-right: 30px;
    padding-top: 20px;
    font-size: .875em
}

.researcher-bio__left-column img {
    width: 100%;
    margin-bottom: 15px
}

.researcher-bio__left-column p {
    margin: 2px 0!important
}

.researcher-bio__email {
    margin-bottom: 15px;
    display: block;
    font-size: 1em
}

.researcher-bio__even-column,
.researcher-bio__left-column,
.researcher-bio__right-column,
.researcher-bio__third-column {
    display: inline-block;
    vertical-align: top
}

.researcher-bio__right-column {
    margin-left: -4px;
    width: 55%
}

.researcher-bio__even-column {
    width: 50%;
    padding: 0 2.5%
}

.researcher-bio__even-column.full {
    width: 100%;
    padding: 0 2.5%
}

.researcher-bio__even-column h2 {
    text-align: left!important
}

.researcher-bio__even-column:first-child {
    margin-right: -4px
}

.researcher-bio__third-column {
    width: 33.33%;
    margin-left: -4px;
    padding: 0 2.5%
}

.researcher-bio__third-column:first-child {
    margin-left: 0
}

.achievements {
    font-size: .875em;
    padding: 35px;
    margin-bottom: 30px!important
}

.achievements h2 {
    font-size: 1.25em;
    margin-bottom: 30px
}

.staff {
    padding: 35px;
    background-color: #fff;
    margin: 0 auto 38px;
    border-radius: 2px;
    font-size: .875em
}

.staff h2 {
    font-size: 1.25em;
    padding-left: 2.5%;
    margin-bottom: 30px
}

.staff p {
    color: #000;
    margin-bottom: 15px;
    margin-top: 0
}

.staff ul {
    margin: 0;
    padding: 0;
    line-height: 1.4;
    list-style: none
}

.authors {
    margin-left: 120px;
    padding-top: 12px
}

.close-btn {
    display: none
}

@media (max-width:767px) {
    .close-btn {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        position: absolute;
        top: 9px;
        right: 15px;
        padding: 10px;
        width: 70px!important;
        text-align: center;
        z-index: 3001
    }
    .close-btn:focus,
    .close-btn:hover {
        text-decoration: none
    }
    .researcher {
        width: 208px;
        height: 150px
    }
    .bio__holder--open {
        top: 15px;
        left: 15px;
        width: 100%
    }
    .bio__holder--open:nth-child(3) {
        margin-left: 0
    }
    .bio__holder--open .researcher {
        width: 100%;
        -webkit-transition-delay: .05s;
        transition-delay: .05s
    }
    .bio__holder--open .researcher__social-holder {
        width: 35%
    }
    .bio__holder--open .researcher__detail-holder {
        width: 64%
    }
    .bio__holder--open .researcher__achievement,
    .bio__holder--open .researcher__panel {
        width: 100%;
        height: auto
    }
    .researcher-bio__even-column,
    .researcher-bio__left-column,
    .researcher-bio__right-column {
        width: 100%
    }
    .researcher-bio__highlights>div {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
    .researcher-bio__highlights h2 {
        text-align: center!important;
    }
    .researcher-bio__even-column h2 {
        text-align: center!important
    }
}

@media (max-width:768px) and (min-width:501px) {
    .researcher-bio__left-column img,
    .researcher-bio__left-column>div {
        width: 45%;
        display: inline-block;
        vertical-align: top
    }
    .researcher-bio__left-column img {
        padding-right: 5%
    }
}

@media (max-width:500px) {
    .close-btn {
        top: 15px;
        right: 15px
    }
    .bio__holder--open {
        left: 15px;
        height: 810px
    }
    .authors {
        padding-top: 0
    }
    .researcher {
        width: 100%;
        height: auto
    }
    .researcher__panel {
        width: 100%
    }
    .researcher__achievement,
    .researcher__detail-holder,
    .researcher__social-holder {
        width: 100%!important;
        height: auto
    }
    .researcher-bio {
        padding: 10%
    }
    .researcher-bio h1 {
        font-size: 1.5em!important
    }
    .researcher-bio p {
        font-size: .85em!important
    }
    .researcher-bio__third-column {
        width: 100%;
        margin-top: 20px
    }
    .researcher-bio__third-column:first-child {
        margin-top: 0
    }
}

.related-articles,
.news {
    background-color: #001460;
    color: #fff;
    padding-top: 52px;
    padding-bottom: 30px
}

.related-articles .wrapper,
.news .wrapper {
    position: relative
}

.related-articles h2,
.news h2 {
    margin-bottom: 0
}

.news .info__details h3 {
    margin: 0 0 30px
}

.news .more {
    text-transform: uppercase;
    color: #fff;
    font-size: .875em;
    font-weight: 700
}

.subscribe p,
.subscribe__btn {
    font-size: 1.125em;
    display: inline-block
}

.news .fav {
    position: absolute;
    bottom: -15px;
    margin-left: 15px
}

@media (min-width:1367px) {
    .news .more {
        position: absolute;
        top: 7px;
        right: 30px
    }
}

@media (max-width:1366px) and (min-width:766px) {
    .news .more {
        position: absolute;
        top: 14px;
        right: 50px
    }
}

@media (max-width:767px) {
    .related-articles h2,
    .news h2 {
        margin-bottom: 20px
    }
    .news .more {
        display: inline-block;
        padding: 10px 20px;
        color: #fff;
        border: 2px solid #fff;
        width: 100%;
        -webkit-transition: background-color .55s ease-in-out, color .55s ease-in-out;
        transition: background-color .55s ease-in-out, color .55s ease-in-out
    }
    .news .more:focus,
    .news .more:hover {
        text-decoration: none!important;
        background-color: #fff;
        color: #001460
    }
}

.brochurePacks__btn,
.subscribe__btn,
.support__btn {
    border: 2px solid #005bbb!important
}

.subscribe,
.subscribe input {
    -webkit-transition: all .55s ease-in-out
}

@media (max-width:767px) and (min-width:500px) {
    .news .more {
        width: 90%
    }
}

.message {
    position: relative;
    opacity: 0;
    top: 12px;
    left: -100px
}

.message p {
    color: #5f686e!important
}

.subscribe {
    position: relative;
    clear: both;
    padding: 0 98px;
    margin: 0 -98px;
    overflow: hidden;
    height: 95px;
    transition: all .55s ease-in-out
}

.subscribe input {
    transition: all .55s ease-in-out;
    opacity: 0
}

.subscribe p {
    color: #000
}

.subscribe__btn {
    text-align: center;
    right: 0;
    padding: 7px 32px;
    color: #005bbb!important;
    margin-top: 0;
    margin-right: 98px
}

.subscribe__btn:focus,
.subscribe__btn:hover {
    text-decoration: none!important;
    border-color: #005bbb;
    background-color: #005bbb!important;
    color: #fff!important
}

.subscribe.open {
    background-color: #e6eff8;
    height: 150px
}

.subscribe.open input {
    opacity: 1
}

.subscribe.open .border {
    border: 0;
    padding-bottom: 15px
}

.subscribe.open .subscribe__btn {
    border-color: #a9a9a9;
    color: #a9a9a9
}

.subscribe.open .subscribe__btn:focus,
.subscribe.open .subscribe__btn:hover {
    border-color: #005bbb;
    color: #d2e2f3
}

.subscribe.open p {
    color: #a9a9a9
}

.subscribe__panel {
    position: relative;
    width: 100%;
    top: -40px
}

.subscribe__panel .form__name {
    width: 20%
}

.subscribe__panel .form__email {
    width: 65%
}

.subscribe__panel .form__submit-btn {
    text-align: left;
    padding-left: 15px;
    float: right;
    width: 10%;
    display: inline-block;
    margin: 4px 0 0;
    background-image: url(../Images/icon-right.png);
    background-position: 85% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out
}

.subscribe__panel .form__submit-btn:hover {
    background-position: 90% 50%
}

@media (min-width:768px) {
    .subscribe p {
        margin: 5px
    }
    .subscribe__btn {
        position: absolute
    }
}

@media (max-width:767px) {
    .subscribe {
        text-align: center;
        height: 150px
    }
    .subscribe p {
        margin: 0
    }
    .subscribe__btn {
        margin-top: 10px
    }
    .subscribe input {
        display: block;
        width: 10%!important;
        margin: 2px auto;
        float: none!important
    }
    .subscribe.open {
        height: 320px
    }
    .subscribe.open .border {
        padding-bottom: 5px
    }
    .subscribe.open input {
        width: 100%!important
    }
    .subscribe.open input:nth-child(1) {
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }
    .subscribe.open input:nth-child(2) {
        -webkit-transition-delay: .25s;
        transition-delay: .25s
    }
    .subscribe.open input:nth-child(3) {
        -webkit-transition-delay: .55s;
        transition-delay: .55s
    }
}

.load-more-button,
.loader {
    display: none;
    margin: 50px auto 0;
    text-align: center
}

.listing {
    padding: 0 !important;
    margin-top: 0 !important;
	list-style: none !important
}

.listing--lab,
.listing--news,
.listing--prod,
.listing--pub,
.listing--search {
    padding-bottom: 50px
}

.listing__item {
    border-top: 1px solid #d1d4d3;
    padding-top: 20px;
    margin-bottom: 20px;
    width: 100%
}

.listing--store img,
.listing__left-column {
    width: 25%;
    padding-right: 15px
}

.listing__left-column {
    float: left
}

.listing__tags {
    padding: 10px
}

.listing__tag {
    display: inline-block;
    font-size: .75em
}

.listing__tag:not(:last-child):after {
    content: ",";
    padding-right: 5px
}

.listing__title {
    font-size: 1.313em!important;
    line-height: 1.2em!important;
    margin-bottom: 10px!important;
    margin-top: 0!important;
    color: #005bbb!important
}

.listing__author {
    display: block;
    font-size: 1em!important;
    color: #000
}

.listing__description {
    font-size: .875em!important
}

.listing p {
    margin: 0
}

.listing__item--feature {
    padding-top: 50px;
    padding-bottom: 55px;
    background-color: #fff;
    margin-bottom: 0
}

.listing__item--feature .feature__title {
    text-align: center;
    border-bottom: 1px solid #d1d4d3;
    padding-bottom: 30px
}

.listing__item--feature .listing__details {
    width: 65%
}

.listing__item--feature .listing__store {
    width: 15%
}

.listing__item--feature .listing__img {
    width: 15%;
    margin-right: 15px;
    margin-top: 15px
}

.listing__item--feature .listing__title {
    margin-top: 14px;
    line-height: 1.2em
}

.listing__item--feature .listing__price {
    margin-top: 0
}

.listing__date,
.listing__details,
.listing__img,
.listing__store {
    display: inline-block;
    vertical-align: top
}

.listing__img {
    width: 100%;
    border-radius: 2px
}

.listing__details {
    width: 75%;
    padding-right: 5%
}

.listing--store .listing__details {
    width: 52%
}

.listing__date {
    color: #000;
    font-size: .85em!important;
    margin-bottom: 5px!important
}

.listing__link {
    margin-top: 10px;
    display: inline-block;
    position: relative
}

.listing__link span {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif
}

.listing__link:before {
    top: 1px;
    right: -18px;
    content: "\e90a";
    position: absolute;
    font-family: baker-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-transition: -webkit-transform .55s ease-in-out;
    transition: transform .55s ease-in-out
}

body,
body .article p.date span,
body .research-highlight__link span,
body a.pdf[href$=".pdf"] h2,
body a.pdf[href$=".pdf"] span,
body a.pdf[href$=".pdf"]:after {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif
}

.listing__store label,
body .italic {
    font-style: italic
}

.listing__link:hover {
    text-decoration: none!important;
    color: #004288
}

.accordion__link:focus,
.accordion__link:hover,
.bestseller__item:hover,
.dropdown__btn:hover,
.dropdown__links__link:hover,
.recommend__item:hover {
    text-decoration: none
}

.listing__link:hover:before {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.listing--cart .listing__store input {
    width: 50px!important
}

@media (max-width:767px) {
    .listing__item--feature .listing__details {
        width: 45%
    }
    .listing__item--feature .listing__img,
    .listing__item--feature .listing__store {
        width: 25%
    }
}

@media (max-width:555px) and (min-width:0) {
    .listing__left-column,
    .listing__right-column {
        width: 100%
    }
    .listing__left-column {
        padding-right: 0px;
    }
    .listing__img {
        margin-bottom: 20px
    }
    .listing__title {
        font-size: 1.125em
    }
    .listing__details {
        padding-right: 0
    }
}
@media (min-width:555px) {
    .halfhalf .listing__left-column,
    .halfhalf .listing__right-column,
    .halfhalf .listing__details {
        width: 50%;
    }
}


.products .info__row {
	text-align: center;
}

.products .info__cell {
    overflow: hidden;
	width: 23%;
	position: relative;
	display:inline-block;
}

.products .info__cell img {
    border: 2px solid #fff;
    width: 100%;
    display: block
}

.products .info__cell a:hover .info__details {
    top: 0!important
}

.products .info__details {
    border-top: 2px solid #fff;
    position: absolute;
    background-color: rgba(255, 255, 255, .9);
	width: 100%;
    padding: 20px;
    height: 100%;
    -webkit-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out
}

.products .info__title {
    display: block;
    font-weight: 700
}

.links li,
.product-details .listing__price,
.product-details .listing__stock {
    display: inline-block
}

.links {
    margin: 0 auto 20px;
    text-align: center;
    padding: 0;
}

.links li {
    padding: 10px;
}

.product-details {
    padding: 55px 98px 70px;
    border-bottom: 1px solid #d1d4d3;
    border-top: 0 none;
    margin-bottom: 20px
}

.product-details .listing__img {
    margin-bottom: 15px
}

.product-details .listing__details {
    width: 65%
}

.product-details .listing__details .social-share {
    width: 100px;
    float: none
}

.product-details .listing__title {
    margin-top: 10px;
    line-height: 1.2em
}

.product-details .listing__author {
    font-size: 1em;
    color: #000
}

.product-details .listing__price {
    font-size: 1.5em;
    margin-top: 0
}

.product-details .listing__quantity {
    display: inline-block;
    width: 80px;
    margin: 0;
    height: 30px
}

.product-details .listing__store {
    float: none;
    padding-right: 15px;
    padding-top: 15px;
    width: 30%
}

.product-details .listing__store label {
    display: inline
}

.product-details .action-add-to-cart {
    width: 148px;
    display: block
}

@media (max-width:1366px) {
    .products .info__title,
    .products .info__txt {
        font-size: 1em
    }
}

@media (max-width:1100px) {
    .products .info__table {
        border-spacing: 15px
    }
    .products .info__details {
        padding: 15px
    }
}

@media (max-width:767px) {
    .products .info__table {
        display: block
    }
    .products .info__cell {
        display: inline-block;
        width: 45%;
        margin-top: 5%
    }
    .links {
        width: 100%;
        margin: 10px 0 0;
        padding: 0
    }
    .links li {
        display: inline-block;
        padding: 5px 0;
        width: 100%
    }
}

@media (max-width:400px) and (min-width:0) {
    .products .info__table {
        display: block
    }
    .products .info__cell {
        display: block;
        width: 100%;
        margin-top: 10%
    }
    .product-details {
        padding: 10%
    }
    .product-details .social-share {
        padding-bottom: 30px
    }
}

.listing__store {
    width: 22%;
    float: right
}

.listing__store input {
    padding: 0;
    width: 80px;
    height: 30px;
    text-align: center;
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .13);
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, .13);
    display: inline;
    margin: 0 0 0 5px
}

.listing__store .action-add-to-cart, .listing__store .remove-cart {
    padding: 10px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    display: block
}

.listing__store .action-add-to-cart.Out-of-stock {
    background-color: #d1d4d3;
    pointer-events: none;
    cursor: default
}

.listing__price {
    font-weight: 700;
    color: #000;
    display: inline-block;
    font-size: 1.3em!important
}

.listing__stock {
    display: inline-block;
    margin-bottom: 10px!important
}

.listing--In-stock {
    color: #00a651
}

.listing--Out-of-stock {
    color: #d31145
}

.listing--title {
    padding-top: 20px
}

.listing--title .listing__item {
    border-top: none
}

.listing--title .listing__item p {
    color: #000!important
}

.cart {
    margin-top: 25px;
    border-top: 4px solid #d1d4d3;
    border-bottom: 4px solid #d1d4d3
}

.cart .even-column {
    display: inline-block;
    width: 50%;
    margin-left: -4px
}

.cart .even-column:nth-child(2) {
    text-align: right
}

.cart .line {
    border-top: 1px solid #d1d4d3
}

.cart__total {
    font-weight: 700;
    font-size: 1.5em
}

.buttons {
    padding-top: 25px
}

.buttons .button {
    margin-right: 20px
}

@media (max-width:555px) and (min-width:0) {
    .listing__details,
    .listing__img,
    .listing__store {
        width: 100%!important
    }
    .listing__title {
        font-size: 1.125em
    }
}

.event .info__cell {
    margin-bottom: 30px;
    width: 30%;
    display: inline-block
}

@media (max-width:767px) {
    .event .info__cell {
        width: 100%;
        display: block;
        margin-top: 2em
    }
}

.event .info__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.dropdown,
.dropdown__btn,
.loading {
    display: block
}

.fadeIn {
    -webkit-animation: fadeIn .5s;
    animation: fadeIn .5s
}

.fadeOut {
    -webkit-animation: fadeOut .5s;
    animation: fadeOut .5s
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    100% {
        opacity: 1!important;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    100% {
        opacity: 1!important;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        opacity: 0!important;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

.info__details .event__date,
.info__details .event__price {
    color: #000;
    font-size: .85em
}

.info__details .event__price {
    float: right
}

.info__details .event__title {
    padding-top: 5px;
    color: #0077c0;
    font-size: 1.313em
}

.info__details .event__location {
    font-size: 1em;
    color: #000;
    margin-bottom: 5px
}

.info__details .event__description {
    font-size: .85em
}

@media (max-width:900px) and (min-width:0) {
    .info__details .event__price {
        float: none
    }
}

@media (max-width:767px) {
    .event .info__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .info__details .event .info__cell,
    .info__details .event .info__row,
    .info__details .event .info__table {
        display: block;
        width: 100%
    }
    .info__details .event .info__cell {
        margin: 10% 0
    }
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.dropdown {
    position: relative;
    width: 100%
}

.dropdown__expand {
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    z-index: 1006;
    padding: 10px;
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%
}

.dropdown__expand:before {
    -webkit-transition: all .2s;
    transition: all .2s
}

.dropdown__expand span {
    border: 0;
    clip: rect(0 0 0 0);
    position: absolute;
    overflow: hidden;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px
}

.dropdown__expand span.focusable:active,
.dropdown__expand span.focusable:focus {
    clip: auto;
    position: static;
    overflow: visible;
    margin: 0;
    width: auto;
    height: auto
}

.dropdown__expand:focus:before,
.dropdown__expand:hover:before {
    -webkit-transform: translate(-50%, -35%);
    transform: translate(-50%, -35%)
}

.dropdown__btn {
    background-color: #005bbb;
    padding: 18px 20px;
    color: #fff!important;
    font-size: 1.125em;
    width: 100%;
    -webkit-transition: background-color .55s ease-in-out;
    transition: background-color .55s ease-in-out;
    z-index: 1005
}

.dropdown__btn:hover {
    background-color: #004288
}

.dropdown__links__link:hover {
    background-color: #bbdcff
}

@media (min-width:1101px) {
    .dropdown {
        position: absolute;
        right: 174px;
        top: 72px;
        width: 175px
    }
    .dropdown__expand {
        right: 10px
    }
    .dropdown__expand:hover,.dropdown__expand:focus{
        text-decoration:none;
    }
    .dropdown__btn {
        position: absolute;
        padding: 18px 21px;
        text-align: left
    }
    .dropdown__links {
        position: absolute;
        top: -1px;
        width: 100%;
        padding: 0;
        list-style-type: none
    }
    .dropdown__links li {
        position: absolute;
        display: block;
        background-color: #fff
    }
    .dropdown__links li a {
        display: block;
        padding: 13px 15px;
        font-size: .85em
    }
    .dropdown__links li:nth-child(-n+5) {
        margin-left: 0;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        top: 0;
        width: 100%
    }
    .dropdown__links li:nth-child(1) {
        z-index: 1004;
        top: 0;
        left: 0;
        width: 175px
    }
    .dropdown__links li:nth-child(2) {
        z-index: 1003;
        top: 0;
        left: 0;
        width: 175px
    }
    .dropdown__links li:nth-child(3) {
        z-index: 1002;
        top: 0;
        left: 0;
        width: 175px
    }
    .dropdown__links li:nth-child(4) {
        z-index: 1001;
        top: 0;
        left: 0;
        width: 175px
    }
    .dropdown__links li:nth-child(5) {
        z-index: 1000;
        top: 0;
        left: 0;
        width: 175px
    }
    .dropdown.open .dropdown__links li {
        left: 0;
        width: 175px;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .13);
        box-shadow: 0 2px 5px rgba(0, 0, 0, .13)
    }
    .dropdown.open .dropdown__links li:nth-child(1) {
        top: 41px
    }
    .dropdown.open .dropdown__links li:nth-child(2) {
        top: 82px
    }
    .dropdown.open .dropdown__links li:nth-child(3) {
        top: 123px
    }
    .dropdown.open .dropdown__links li:nth-child(4) {
        top: 164px
    }
    .dropdown.open .dropdown__links li:nth-child(5) {
        top: 205px
    }
}

.brochurePacks .container,
.guidelines .container,
.training .container {
    text-align: left!important;
    display: inline-block;
    max-width: 500px
}

.brochurePacks img,
.guidelines img,
.training img {
    display: inline-block;
    padding-top: 50px
}

.right img {
    float: right
}

.left img,
.right .container {
    float: left
}

.left .container {
    float: right
}

.brochurePacks__btn {
    color: #005bbb!important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px
}

.brochurePacks__btn:focus,
.brochurePacks__btn:hover {
    background-color: #005bbb!important;
    color: #fff!important
}

.guidelines {
    background-color: #00588c
}

.guidelines h2,
.guidelines p {
    color: #fff
}

.guidelines__btn:focus,
.guidelines__btn:hover {
    color: #00588c!important
}

.training {
    margin-top: -80px;
    padding-top: 25px;
    background-color: #d31146
}

.training h2,
.training p {
    color: #fff
}

.training__btn:focus,
.training__btn:hover {
    color: #d31146!important
}

.events {
    height: 325px;
    background-color: #00588c
}

.events h2,
.events p {
    color: #fff
}

.events img {
    padding: 20px;
    max-width: 670px;
    max-height: 325px
}

.events .container {
    text-align: left;
    max-width: 630px
}

.bestseller h2,
body .container,
body .outline_btn {
    text-align: center
}

.events__btn:focus,
.events__btn:hover {
    color: #00588c!important
}

.support {
    background-color: #eef0f1
}

.support p {
    font-size: 1em
}

.support .container {
    margin: 0 auto
}

.support__btn {
    padding: 7px 23px!important;
    color: #005bbb!important;
    margin-left: auto;
    margin-right: auto
}

.support__btn:focus,
.support__btn:hover {
    background-color: #005bbb!important;
    color: #fff!important
}

@media (max-width:767px) {
    .support {
        margin-bottom: 20px
    }
    .support__btn {
        margin-top: 0
    }
}
.checkout {
  color: #000;
}

.checkout th {
  background-color: #c7d8e9;
  border: 1px solid #fff !important;
  padding: 10px;
}

.checkout td {
  border: 1px solid #fff !important;
}

.checkout td p {
  color: #000;
}

.checkout tr:nth-child(even) {
  background-color: #f1f5f9;
}

.checkout-summary {
  width: auto !important;
  float: right;
}

.checkout-total {
  font-weight: bold;
  background-color: #f1f5f9;
}

.checkout-message-holder {
  margin-top: 40px;
  display: block;
}

.checkout-message-holder p{
	font-size: 0.875em !important;
  font-style: italic;
  padding-right: 20px;
}

.sitemap {
    padding: 50px 0;
    min-height: 320px
}

.sitemap .child-menu,
.sitemap .menu,
.sitemap .sub-menu {
    padding: 0
}

.sitemap .child-menu__item,
.sitemap .menu__item,
.sitemap .sub-menu__item {
    display: block;
    padding: 0;
    position: relative
}

.sitemap .child-menu__item__link,
.sitemap .menu__item__link,
.sitemap .sub-menu__item__link {
    margin: 0 0 4px;
    padding: 10px 20px;
    display: block
}

.sitemap .child-menu__item__link:hover,
.sitemap .menu__item__link:hover,
.sitemap .sub-menu__item__link:hover {
    background-color: #d1d4d3;
    text-decoration: none
}

.sitemap .menu__item {
    background-color: #dee0e0
}

.sitemap .sub-menu__item {
    background-color: #ebedec
}

.sitemap .sub-menu__item__link {
    padding-left: 40px
}

.sitemap .child-menu__item {
    background-color: #f9f9f9
}

.sitemap .child-menu__item__link {
    padding-left: 60px
}

.accordion {
    margin: 0;
    padding: 15px 15px 50px !important;
}

.accordion__section {
    display: block;
    padding: 0;
    position: relative;
    margin: 0px 0px 15px !important;
}

.accordion__content,
.accordion__title {
    display: block;
    margin: 0px !important;
}

.accordion__title {
    background-color: #dee0e0;
    color: #5f686e;
    border-bottom: 0px;
    padding: 10px 40px 10px 20px!important
}

.accordion__title:hover {
    background-color: #d1d4d3
}

.accordion__link {
    margin: 0px;
    display: block
}

.accordion__content {
    background-color: #ebedec;
    padding: 0px 20px!important;
    font-size: 1em;
}

.accordion__content p {
    margin: 0px;
    padding: 1em 0px;
    font-size: inherit !important;
}

.accordion__content .listing__link {
    margin: 0px;
    padding: 0px 0px 1em;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -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 .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    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(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-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-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.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 .4s ease;
    transition: opacity .4s ease
}

.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 .1s ease;
    transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.bestseller {
    padding: 45px 0;
    background-color: #fff
}

.bestseller__holder {
    padding-left: 7%!important;
    padding-right: 7%!important;
    position: relative
}

.bestseller .owl-next,
.bestseller .owl-prev,
.bestseller__left-arrow,
.bestseller__right-arrow {
    border: 2px solid #0077c0;
    height: 54px;
    width: 54px;
    display: block;
    border-radius: 50%;
    -webkit-transition: background-color .55s ease-in-out;
    transition: background-color .55s ease-in-out;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 996
}

.bestseller .owl-next:before,
.bestseller .owl-prev:before,
.bestseller__left-arrow:before,
.bestseller__right-arrow:before {
    text-indent: 0;
    -webkit-transition: color .55s ease-in-out;
    transition: color .55s ease-in-out;
    color: #0077c0!important
}

.bestseller .owl-next span,
.bestseller .owl-prev span,
.bestseller__left-arrow span,
.bestseller__right-arrow span {
    display: none
}

.bestseller .owl-next:focus:before,
.bestseller .owl-next:hover:before,
.bestseller .owl-prev:focus:before,
.bestseller .owl-prev:hover:before,
.bestseller__left-arrow:focus:before,
.bestseller__left-arrow:hover:before,
.bestseller__right-arrow:focus:before,
.bestseller__right-arrow:hover:before {
    color: #eef0f1!important
}

.bestseller .owl-prev,
.bestseller__left-arrow {
    left: -30px
}

.bestseller .owl-next,
.bestseller__right-arrow {
    right: -90px
}

.bestseller,
.recommend {
    padding-bottom: 55px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d1d4d3
}

.bestseller__item,
.recommend__item {
    vertical-align: top;
    display: inline-block;
    border: 1px solid #d1d4d3;
    position: relative;
    border-radius: 2px
}

.bestseller__item:last-child,
.recommend__item:last-child {
    margin: 0
}

.bestseller__img,
.recommend__img {
    border-bottom: 1px solid #d1d4d3;
    width: 100%
}

.bestseller__title,
.recommend__title {
    min-height: 42px;
    font-size: 1.125em!important;
    margin-top: 0;
    clear: both
}

.bestseller__title span,
.recommend__title span {
    font-weight: 400;
    display: block
}

.bestseller__details,
.recommend__details {
    padding: 10px;
    color: #005bbb
}

.bestseller__price,
.bestseller__setof,
.recommend__price,
.recommend__setof {
    color: #5f686e
}

.bestseller__setof,
.recommend__setof {
    float: right;
    font-size: .8em
}

.bestseller__price,
.recommend__price {
    float: left;
    margin-bottom: 10px
}

.recommend {
    padding-top: 5px
}

.recommend__item {
    width: 31%;
    margin-right: 3%
}

@media (max-width:500px) {
    .recommend__item {
        width: 100%;
        margin-top: 20px!important
    }
}

.article-bio {
    position: relative;
    z-index: 1999
}

.research-projects {
  background-color: #eef0f1;
  padding: 39px 0 48px 0;
  text-align: center;
}

.research-projects .wrapper {
  width: 980px;
}

.research-projects .wrapper h2 {
  margin-bottom: 33px;
}

@media (max-width: 1100px) {
  .research-projects .wrapper {
    width: 80%;
  }
}

@media (max-width: 500px) {
  .research-projects .wrapper {
    width: 95%;
  }
}

.research-projects__item {
  background-color: #fff;
  text-align: left;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.13);
  border-radius: 2px;
}

.research-projects__item h2 {
  margin-bottom: 34px;
}

.research-projects__item:hover {
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
}

.research-projects__item > a {
  display: block;
}

.research-projects__item > a:hover, .research-projects__item > a:focus {
  text-decoration: none !important;
}

.research-projects__item > a:hover h3:after, .research-projects__item > a:focus h3:after {
  background-color: #0077c0;
  -webkit-transition: all 0.55s ease-in-out;
          transition: all 0.55s ease-in-out;
}

.research-projects__item > a h3:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 5px;
  border-radius: 0 0 8px 8px;
  background-color: transparent;
  -webkit-transition: all 0.55s ease-in-out;
          transition: all 0.55s ease-in-out;
}

.research-projects__details {
  padding: 20px;
  min-height: 135px;
}

.research-projects__img {
  -webkit-transform-style: inherit !important;
          transform-style: inherit !important;
}

.research-projects__img-holder {
  overflow: hidden;
  display: block;
  height: 180px;
}

.research-projects__title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2em;
}

.research-projects__txt {
  line-height: 1.4em;
  font-size: 1em;
  color: #5f686e;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}

.research-projects .owl-prev,
.research-projects .owl-next {
  border: 2px solid #0077c0;
  height: 54px;
  width: 54px;
  display: block;
  border-radius: 50%;
  position: relative;
  -webkit-transition: background-color 0.55s ease-in-out;
          transition: background-color 0.55s ease-in-out;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 996;
}

.research-projects .owl-prev:before,
.research-projects .owl-next:before {
  text-indent: 0;
  -webkit-transition: color 0.55s ease-in-out;
          transition: color 0.55s ease-in-out;
  color: #0077c0 !important;
}

.research-projects .owl-prev span,
.research-projects .owl-next span {
  display: none;
}

.research-projects .owl-prev:before,
.research-projects .owl-next:before {
  color: #fff;
}

.research-projects .owl-prev:hover, .research-projects .owl-prev:focus,
.research-projects .owl-next:hover,
.research-projects .owl-next:focus {
  background-color: #0077c0;
}

.research-projects .owl-prev:hover:before, .research-projects .owl-prev:focus:before,
.research-projects .owl-next:hover:before,
.research-projects .owl-next:focus:before {
  color: #eef0f1 !important;
}

.research-projects .owl-prev {
  left: -50px;
}

.research-projects .owl-next {
  right: -105px;
}

@media (max-width: 500px) {
  .research-projects .owl-prev,
  .research-projects .owl-next {
    width: 30px;
    height: 30px;
  }
  .research-projects .owl-prev:before,
  .research-projects .owl-next:before {
    top: 4px;
    font-size: 18px;
  }
  .research-projects .owl-prev {
    left: -20px;
  }
  .research-projects .owl-prev:before {
    left: 3px;
  }
  .research-projects .owl-next {
    right: -49px;
  }
  .research-projects .owl-next:before {
    left: 5px;
  }
}

footer {
    border-top: 1px solid #d1d4d3;
    background-color: #fff
}

footer .wrapper {
    position: relative
}

footer .wrapper .backtotop {
    background-color: #005bbb;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 0;
    top: -33.5px
}

footer .wrapper .backtotop span {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    height: 0;
    width: 0
}

footer .wrapper .backtotop.icon-up:before {
    top: 24px;
    left: 24px
}

footer .wrapper .backtotop:focus,
footer .wrapper .backtotop:hover {
    background-color: #004288
}

footer .wrapper .logo {
    float: left;
    width: 228px;
    margin-top: 5px
}

footer .wrapper .footer-links,
footer .wrapper .social-links {
    margin-top: 0
}

footer .wrapper .footer-links li,
footer .wrapper .social-links li {
    display: inline-block
}

footer .wrapper .footer-links li a,
footer .wrapper .social-links li a {
    color: #37424a
}

footer .wrapper .footer-links li {
    margin-right: 10px
}

footer .wrapper .footer-links li a {
    font-size: .875em
}

footer .wrapper .footer-links li a:focus,
footer .wrapper .footer-links li a:hover {
    text-decoration: underline!important
}

footer .wrapper .social-links {
    clear: right
}

footer .wrapper .social-links .social {
    font-size: 2.2em;
    -webkit-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out
}

footer .wrapper .social-links .social span {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    height: 0;
    width: 0
}

footer .wrapper .social-links .social:focus,
footer .wrapper .social-links .social:hover {
    text-decoration: none!important
}

footer .wrapper .social-links .social:focus.icon-social-facebook,
footer .wrapper .social-links .social:hover.icon-social-facebook {
    color: #3b5998
}

footer .wrapper .social-links .social:focus.icon-social-twitter,
footer .wrapper .social-links .social:hover.icon-social-twitter {
    color: #4099ff
}

footer .wrapper .social-links .social:focus.icon-social-youtube,
footer .wrapper .social-links .social:hover.icon-social-youtube {
    color: #cd201f
}

footer .wrapper .social-links .social:focus.icon-social-linkedin,
footer .wrapper .social-links .social:hover.icon-social-linkedin {
    color: #3f729b
}

@media (max-width:1366px) {
    footer .logo {
        width: 200px;
        margin-top: 10px
    }
    footer .backtotop {
        margin-right: 2.5%
    }
}

@media (min-width:768px) {
    footer {
        padding-bottom: 24px
    }
    footer .wrapper {
        padding-top: 72px
    }
    footer .wrapper .footer-links {
        margin-bottom: 16px
    }
    footer .wrapper .footer-links,
    footer .wrapper .social-links {
        float: right
    }
}

@media (max-width:767px) {
    footer .wrapper .backtotop {
        top: -36.5px;
        width: 33px;
        height: 33px
    }
    footer .wrapper .backtotop.icon-up:before {
        top: 8px;
        left: 9px;
        font-size: 16px
    }
    footer .wrapper .logo {
        display: none
    }
    footer .wrapper .footer-links {
        text-align: center;
        margin: 20px auto 0;
        padding: 0;
        line-height: 1.5em
    }
    footer .wrapper .social-links {
        width: 206px;
        margin: 0 auto;
        float: none;
        padding: 25px 0
    }
    footer .wrapper .social-links .social {
        font-size: 3em
    }
}

body,
body #fade,
body .holder,
body .img-full {
    width: 100%
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

@media (max-width:1100px) {
    body,
    html {
        overflow-x: hidden;
        width: 100%
    }
}

body {
    background-color: #eef0f1;
    font-size: 16px;
    margin: auto
}

body #fade {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2000
}

body a {
    cursor: pointer
}

body a.pdf[href$=".pdf"] {
    -webkit-transition: color .55s ease-in-out;
    transition: color .55s ease-in-out;
    margin-bottom: 20px;
    display: inline
}

body a.pdf[href$=".pdf"] h2 {
    display: inline
}

body a.pdf[href$=".pdf"] span {
    padding-left: 5px
}

body a.pdf[href$=".pdf"]:after {
    content: " (" attr(data-size) ")";
    font-weight: 400
}

body a.pdf[href$=".pdf"]:hover {
    text-decoration: none;
    color: #00366f
}

body .breadcrumbs ul li span,
body p {
    color: #5f686e
}

body h1,
body h2,
body h3,
body p {
    font-weight: normal;
}

body h1,
body h2 {
    font-size: 1.82em;
    font-weight: normal;
}

body h1 {
    margin-bottom: 18px
}

body h2 {
    margin-top: 0;
    margin-bottom: 23px
}

body h2.center {
  text-align: center;
}

body h3,
body h4 {
    font-size: 1.313em
}

body h4 {
    margin-top: 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #fff
}

body p {
	color: #5f686e;
    font-size: 1.1em;
    line-height: 1.4em
}

body .img-full {
  width: 100%;
}

body .holder {
  width: 100%;
}

body .italic {
  font-style: italic;
}

body .fineprint .container {
    max-width: 900px;
    margin: 0 auto
}

body .fineprint h2 {
    font-size: 1.125em;
    line-height: 1.4em
}

body .fineprint p {
    font-size: .85em!important;
    line-height: 1.4em
}

body .search-holder .icon-search {
    position: absolute;
    right: 0
}

body .search-holder .icon-search:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "\e902";
    font-size: 2em;
    color: #5f686e;
    -webkit-transition: -webkit-transform .55s;
    transition: transform .55s
}

body .search-holder .icon-search span {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    height: 0;
    width: 0
}

body .search-holder .icon-search:focus,
body .search-holder .icon-search:hover,
body .search-holder .icon-search:visited {
    text-decoration: none!important
}

body .search-holder .icon-search:focus:before,
body .search-holder .icon-search:hover:before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

body .search-holder .search {
    margin: 0;
    height: 30px;
    width: 100%;
    padding: 10px;
    border: 1px solid #d1d4d3
}

body .search-holder .search::-webkit-input-placeholder {
    font-style: italic;
    font-size: .875em;
    color: #5f686e
}

body .search-holder .search:-moz-placeholder {
    font-style: italic;
    font-size: .875em;
    color: #5f686e
}

body .search-holder .search::-moz-placeholder {
    font-style: italic;
    font-size: .875em;
    color: #5f686e
}

body .search-holder .search:-ms-input-placeholder {
    font-style: italic;
    font-size: .875em;
    color: #5f686e
}

body .search__heading {
    font-size: 1.8em!important
}

body .product-list ul {
    float: left;
    padding-top: 5px!important
}

body .product-list .search-holder {
    float: right;
    position: relative
}

body .wrapper {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto
}

body .overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    height: 100%;
    width: 100%
}

body .container {
	text-align: center;
    max-width: 655px;
    padding-top: 50px;
    padding-bottom: 50px
}

body .l-extra-padding {
    padding: 50px 98px
}

body .intro {
    background-color: #fff
}

body .intro .container {
    margin: 0 auto;
    padding: 33px 0 50px;
}

body .intro p {
    margin: 0
}

body .breadcrumbs {
    float: left
}

body .breadcrumbs ul {
    margin: 0;
    padding: 0
}

body .breadcrumbs ul li {
    display: inline
}

body .breadcrumbs ul li a,
body .breadcrumbs ul li span {
    font-size: .75em
}

body .breadcrumbs ul li a {
    display: inline-block;
    margin-right: 5px
}

body .breadcrumbs ul li a:focus,
body .breadcrumbs ul li a:hover {
    text-decoration: underline!important
}

body .breadcrumbs ul li span {
  color: #5f686e;
}

body .breadcrumbs ul li:before {
    content: ' / ';
    margin-right: 5px;
    vertical-align: middle
}

body .breadcrumbs ul li:first-child:before,
body .highlight__pull-txt:before {
    content: ''
}

body .button {
    background-color: #005bbb;
    color: #fff!important;
    font-size: 1.125em;
    -webkit-transition: background-color .55s ease-in-out, color .55s ease-in-out;
    transition: background-color .55s ease-in-out, color .55s ease-in-out;
    border: 0;
    border-radius: 2px;
    width: 148px;
    padding: 10px
}

body .button:focus,
body .button:hover {
    text-decoration: none!important;
    background-color: #004288
}

body .outline_btn {
    background: 0 0;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 2px;
    border: 2px solid #fff;
    color: #fff
}

body .outline_btn:focus,
body .outline_btn:hover {
    text-decoration: none!important;
    background-color: #fff
}

body .Research {
    background-color: #124589
}

body .sub-heading {
  color: #fff;
}

body .quote {
  padding-left: 35px;
  padding-top: 8px;
  line-height: 1.3em;
  width: 50%;
  position: relative;
  text-align: left;
  float: right;
  font-size: 1.3em;
}

body .quote:before {
  font-size: 1.8em;
  content: open-quote;
  margin-left: -24px;
  margin-top: 7px;
  position: absolute;
}

body .quote:after {
  font-size: 1.8em;
  content: close-quote;
  margin-left: 5px;
  margin-top: 7px;
  position: absolute;
}

body .container-labhead {
  padding-top: 15px !important;
  max-width: 968px !important;
}

body .container-labhead:after {
  content: "";
  clear: both;
  display: block;
}

body .lab-head {
  width: 50%;
  text-align: left;
  position: relative;
  float: left;
  padding-right: 50px;
}

body .lab-head__name, body .lab-head__title {
  margin-left: 120px;
  display: block;
}

body .lab-head__name {
  padding-top: 15px;
  font-weight: bold;
  font-size: 1.125em;
}

body .lab-head__title {
  font-size: 0.875em;
}

body .lab-head .bio__holder {
  margin: 0;
}

body .lab-head .bio__holder .author__img {
  width: 100px;
  height: 100px;
}

body .lab-head .bio__holder--open .author__img {
  width: 178px;
  height: 168px;
}

body .lab-article {
  margin-top: 0px !important;
  padding-bottom: 30px !important;
}

body .lab-article h2 {
  color: #2b2b2b;
  text-align: center;
  font-weight: normal !important;
}

body .lab-staff {
  background-color: #fff;
  margin-bottom: 45px;
  padding: 27px 0px 0px 0px;
}

body .lab-staff__group {
  font-size: 1.7em;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}

body .lab-staff div {
  margin: 0 auto;
  max-width: 900px;
  font-size: .875em;
  padding-bottom: 15px;
}

body .lab-staff h2 {
  font-size: 29px;
  text-align: center;
  margin-bottom: 12px;
}

body .lab-staff__holder {
  border-bottom: 1px solid #d1d4d3;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

body .lab-staff__holder:last-child {
  border: 0 none;
}

body .lab-staff__member {
    flex-basis: 30%;
    margin-bottom: 15px;
    font-size: 1.4em;
    color: #5f686e;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    flex-shrink: 0;
    flex-grow: 0;
}

body .lab-staff__member:hover {
    text-decoration: none;
}

body .lab-staff__member img {
  border-radius: 25px;
  margin-right: 10px;
  max-width: 50px;
  max-height: 50px;
  flex-basis: 50px;
  flex-grow: 0;
  flex-shrink: 0;
}

body .lab-staff__member span {
    flex-basis: auto;
    flex-shrink: 1;
    flex-grow: 1;
    color: #005bbb;
}

body .creativecommon {
    display: block;
    padding: 24px;
    border-radius: 5px;
    border: 1px solid #d1d4d3;
    margin-top: 35px;
    margin-bottom: 35px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .13)
}

body .creativecommon p {
  margin-bottom: 0;
}

body .creativecommon p span {
  font-weight: bold;
}

body .article {
  max-width: 900px;
  background-color: #fff;
  border-radius: 2px;
  margin: -30px auto 50px auto;
}

body .article,
body .article-header {
    border-radius: 2px;
    background-color: #fff
}

body .creativecommon p {
    margin-bottom: 0
}

body .creativecommon p span {
    font-weight: 700
}

body .article {
    max-width: 900px;
    margin: -30px auto 50px
}

body .article--no-margin-btm {
    margin-bottom: 0
}

body .article-header {
    position: relative;
    z-index: 500;
    padding: 20px 0
}

body .article-header .search-holder {
    float: right;
    position: relative
}

body .article .content {
    width: 100%;
    padding-left: 98px;
    padding-right: 98px;
    display: inline-block
}

body .article > .content {
    padding-bottom: 50px
}

body .article .content.padding-btm {
    padding-bottom: 98px
}

body .article h1,
body .article h2,
body .article h3,
body .article h4,
body .article h5,
body .article h6 {
    margin: 1em 0;
    font-weight: 700;
    padding: 0;
    line-height: 1.25em
}

body .article h1 {
    font-size: 1.8em
}

body .article h2 {
    font-size: 1.6em
}

body .article h3 {
    font-size: 1.5em
}

body .article h4 {
    font-size: 1.4em
}

body .article h5 {
    font-size: 1.313em
}

body .article h6 {
    font-size: 1.2em
}

body .article p {
    font-size: 1em
}

body .article p.date {
    margin-top: 50px;
    margin-bottom: 37px;
    font-size: .875em;
    position: relative
}

body .article p.date span {
    padding-left: 20px
}

body .article ul li {
    margin: 1em 0;
}

body .article table {
    background-color: #fff;
    border: 1px solid #005bbb;
    border-bottom: 0;
    border-collapse: collapse;
    margin-top: 1.5em;
    width: 100%
}

body .article table.no-border {
    border: 0
}

@media (max-width:767px) {
    body .article table, body .article table tbody,
	body .article table tr, body .article table tr td {
        display: block;
    }

	body .article table tbody tr td {
		border-left: 0 !important;
		text-align: left !important;
	}
}

body .article table.no-border tbody,
body .article table.no-border tbody tr,
body .article table.no-border tbody tr:last-child,
body .article table.no-border tbody tr td,
body .article table.no-border  thead,
body .article table.no-border  thead th {
    border: 0
}

body .article table tbody,
body .article table tbody tr {
    border-top: 1px solid #005bbb
}

body .article table tbody tr:last-child {
    border-bottom: 1px solid #005bbb
}

body .article table tbody tr td {
    border-left: 1px solid #005bbb;
    padding: .8em 1em
}

body .article table tbody tr td:first-child {
    border-left: 0
}

body .article table thead {
    background-color: #005bbb
}

body .article table thead th {
    color: #fff;
    border-left: 1px solid #005bbb;
    padding: 13px 17px
}

body .article table thead th:first-child {
    border-left: 0
}

body .article ul {
    list-style: square;
    padding-left: 16px;
    color: #5f686e;
}

body .article img.full {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px
}

body .fav {
    float: left;
    margin-bottom: 18px
}

body .fav a {
    color: #5f686e;
    font-size: 2.55em;
    padding-left: 33px
}

body .fav a:focus,
body .fav a:hover,
body .fav a:visited {
    text-decoration: none
}

body .fav a span {
    font-size: .35em;
    top: -11px;
    position: relative
}

body .fav a.active:after,
body .fav a:hover:after {
    font-size: 1em;
    left: -9px;
    top: 0;
    color: #d31145;
    filter: alpha(opacity=25);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    opacity: .25
}

body .highlight__pull-txt {
    position: relative;
    left: 20px
}

body .highlight__pull-txt:before {
    position: absolute;
    left: -20px;
    width: 2px;
    height: 100%;
    background: -webkit-linear-gradient(#5c0007 0, #005bbb 100%);
    background: -ms-linear-gradient(#5c0007 0, #005bbb 100%)
}

body .highlight__pull-txt p {
    font-size: 1.5em;
    color: #000;
    line-height: 1.25em
}

body .highlight--imgLeft .highlight__img {
    float: left;
    width: 30%
}

body .highlight--imgLeft .highlight__pull-txt {
    float: right;
    width: 67%
}

body .highlight--small p {
    font-size: 1.25em
}

body .research-highlight {
    background: url(../Images/research-highlights.jpg) center no-repeat #9a2e44;
    background-size: cover!important;
    width: 23%;
    display: table-cell;
    padding: 34px 24px;
    position: relative;
    overflow: hidden
}

body .research-highlight__title {
    margin-bottom: 0
}

body .research-highlight .disable {
    opacity: .5;
    pointer-events: none;
    cursor: default
}

body .research-highlight .disable:hover {
    background-color: transparent
}

body .research-highlight__holder {
    position: relative
}

body .research-highlight__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: left
}

body .research-highlight__item a {
    color: #fff
}

body .research-highlight__item:first-child {
    margin-left: 0
}

body .research-highlight__link {
    margin-top: 10px;
    display: inline-block;
    position: relative
}

body .research-highlight__link:before {
    top: 1px;
    right: -18px;
    content: "\e90a";
    position: absolute;
    font-family: baker-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-transition: -webkit-transform .55s ease-in-out;
    transition: transform .55s ease-in-out
}

body .research-highlight .controls a.icon-right
{
    right: 0
}

body .research-highlight__link:hover {
    text-decoration: none!important
}

body .research-highlight__link:hover:before {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

body .research-highlight p {
    color: #fff;
    font-size: 1em;
    text-align: left
}

body .research-highlight .controls {
    position: absolute;
    bottom: 80px;
    left: 30%;
    width: 120px;
    margin: 30px auto 0
}

body .research-highlight .controls a {
    border: 2px solid #fff;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: block;
    position: absolute
}

body .research-highlight .controls a span {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    height: 0;
    width: 0
}

body .research-highlight .controls a:hover {
    background-color: #fff
}

body .research-highlight .controls a.icon-left {
    left: 0
}

body .social-share {
    float: right;
    position: relative;
    display: flex;
    justify-content: space-between;
}

body .social-share a {
    color: #5f686e;
    font-size: 1.9em;
    -webkit-transition: color .55s ease-in-out, -webkit-transform .55s ease-in-out;
    transition: color .55s ease-in-out, transform .55s ease-in-out;
    margin-top: 8px;
    margin-left: 8px;
}


body .social-share a span {
    display: none
}

body .social-share a:focus,
body .social-share a:hover {
    text-decoration: none;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

body .social-share a:focus.icon-share-facebook,
body .social-share a:hover.icon-share-facebook {
    color: #3b5998
}

body .social-share a:focus.icon-share-twitter,
body .social-share a:hover.icon-share-twitter {
    color: #4099ff
}

body .social-share a:focus.icon-more,
body .social-share a:hover.icon-more {
    color: #000
}

body .glossary {
    position: relative;
    color: #5f686e
}

body .glossary span.text {
    background-color: #d2e2f3;
    display: inline-block;
    padding: 5px
}

body .glossary span.text:focus,
body .glossary span.text:hover {
    background-color: #aac8e8
}

body .glossary span.text:focus+.tooltip,
body .glossary span.text:hover+.tooltip {
    z-index: 500;
    opacity: 1;
    bottom: 50px
}

body .glossary span.info {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: .875em;
    margin-top: -5px;
    line-height: .875em
}

body .glossary span.tooltip {
    opacity: 0;
    position: absolute;
    background-color: #fafcfe;
    font-size: .75em;
    line-height: 1.4em;
    z-index: -1;
    width: 210px;
    padding: 10px;
    bottom: 40px;
    left: 0;
    border: 5px solid #37424a;
    border-radius: 15px
}

body .glossary span.tooltip:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 30px;
    bottom: -30px;
    border: 15px solid;
    border-color: #37424a transparent transparent #37424a
}

body .aboutAuthor,
body .border {
    border-bottom: 1px solid #d1d4d3
}

body .glossary:focus,
body .glossary:hover {
    text-decoration: none!important
}

body .twitter .tweetthis:focus,
body .twitter .tweetthis:hover,
body .twitter .tweetthis:visited,
body a {
    text-decoration: none
}

body .twitter {
    padding: 24px;
    border-radius: 5px;
    border: 1px solid #d1d4d3;
    margin-top: 35px;
    margin-bottom: 35px
}

body .clinics,
body .left-column,
body .location {
    background-color: #fff;
    border-radius: 2px
}

body .twitter p {
    color: #005bbb;
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 10px
}

body .twitter .tweetthis {
    font-size: 2em;
    display: inline-block;
    vertical-align: middle
}

body .twitter .tweetthis:before {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-smoothing: grayscale
}

body .twitter .tweetthis span {
    font-size: .5em;
    padding-left: 10px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif
}

body .twitter .tweetthis:focus,
body .twitter .tweetthis:hover {
    color: #4099ff!important
}

body .twitter .tweetthis:focus:before,
body .twitter .tweetthis:hover:before {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

body .wrapper.contact {
    padding: 0 34px
}

body .left-column {
    width: 34%;
    display: inline-block
}

body .right-column {
    width: 65%;
    padding-left: 30px;
    vertical-align: top;
    display: inline-block
}

body .location {
    overflow: hidden;
    margin-bottom: 30px
}

body .location iframe {
    margin-bottom: -4px
}

body .location__details {
    display: inline-block;
    width: 45%;
    padding: 32px 32px 0;
    vertical-align: top
}

body .location__title {
    font-size: 1.313em;
    color: #5f686e;
    margin-bottom: 4px;
    font-weight: 700
}

body .location__email,
body .location__fax,
body .location__tel {
    margin: 0
}

body .location__email {
    margin-bottom: 20px
}

body .location__address,
body .location__postal {
    margin-bottom: 0
}

body .location__address~p,
body .location__postal~p {
    margin-top: 0
}

body .clinics {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    padding: 15px 35px 44px;
    margin-bottom: 60px;
    min-height: 500px
}

body .clinics h2 {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 14px
}

body .clinics .clinic {
    vertical-align: top;
    display: table-cell;
    width: 30%;
    padding: 0 2.5%
}

body .clinics .clinic__details {
    min-height: 300px
}

body .clinics .clinic__title {
    font-size: 1em;
    color: #005bbb;
    margin-bottom: 30px;
    font-weight: 700
}

body .clinics .clinic__title span {
    display: block;
    font-weight: 400;
    padding-top: 5px
}

body .clinics .clinic__email,
body .clinics .clinic__fax,
body .clinics .clinic__tel {
    margin: 0;
    font-size: .875em
}

body .clinics .clinic__email {
    margin-bottom: 20px
}

body .clinics .clinic__address,
body .clinics .clinic__note,
body .clinics .clinic__postal {
    margin-bottom: 0;
    font-size: .875em
}

body .clinics .clinic__address~p,
body .clinics .clinic__note~p,
body .clinics .clinic__postal~p {
    margin-top: 0;
    font-size: .875em
}

body .email-link {
    border-top: 1px solid #d1d4d3;
    padding: 15px 0 5px
}

body .Campaign--special {
    background: url(../Images/content/promo-special-large.jpg) 100% 0 no-repeat #fff;
    position: relative;
    overflow: hidden;
    background-size: cover!important
}

body .Campaign--special .outline_btn {
    margin: 0!important
}

body .Campaign__txt-holder {
    height: auto;
    padding: 100px 83px;
    position: relative;
	z-index: 1
}

body .Campaign__txt-holder p {
    max-width: 430px;
    font-size: 1.2em;
    color: #000;
	margin-top: 30px
}

body .Campaign__txt-holder span {
    color: #005bbb;
    font-size: 1em;
    font-weight: 400;
	display: block;
	margin-bottom: 40px
}

body .Campaign__title {
    color: #005bbb;
    font-size: 8em;
    display: block;
    font-family: 'Gochi Hand';
    font-style: italic;
    -webkit-transform: scaleY(1.2);
    transform: scaleY(1.2);
    font-weight: lighter;
    line-height: 0.9em
}

body .Campaign__link {
    font-weight: 700;
    margin: 45px 0;
    font-size: 1.563em
}

body .Campaign__wrapper:before {
    content: "";
    display: block;
    background: rbga(255, 255, 255, .8);
    background: -webkit-radial-gradient(0 55%, farthest-corner, #fff 45%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(farthest-corner at 0 55%, #fff 45%, rgba(255, 255, 255, 0) 70%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1affffff', GradientType=1);
    width: 55%;
    height: 120%;
    position: absolute;
    top: 0
}

body .border {
    border-top: 1px solid #d1d4d3;
    padding: 25px 0 30px;
    -webkit-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out
}

body .aboutAuthor {
    padding-top: 30px
}

body .aboutAuthor-crop {
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    width: 10%;
    max-height: 70px;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 2.5%;
    vertical-align: top
}

body .aboutAuthor__details {
    display: inline-block;
    width: 85%;
    vertical-align: top;
    margin-bottom: 50px
}

body .aboutAuthor__details>a {
    font-size: 1.125em;
    font-weight: 700
}

body .aboutAuthor__details>a.more {
    font-size: .75em;
    text-transform: uppercase
}

body .aboutAuthor__details>span {
    display: block;
    font-size: .875em;
    color: #37424a
}

body .tags {
    padding-top: 20px;
    padding-bottom: 20px
}

body .tags a,
body .tags span {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: .75em
}

body .tags span {
    font-weight: 700
}

body .tags .tag,
body .tags .tag-all {
    padding: 5px 10px;
    border: 1px solid #005bbb
}

body .videoWrapper {
    position: relative;
    padding-top: 56.25%;
    height: 0
}

body .videoWrapper iframe,
body .videoWrapper object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 0
}

body .videoWrapper.non-widescreen {
    padding-top: 75%
}

body .mobile-only {
    display: none
}

@media (max-width:1366px) {
    body .wrapper {
        padding-left: 2.5%;
        padding-right: 2.5%
    }
}

@media (min-width:768px) {
    body .tag-all.active,
    body .tag-all:focus,
    body .tag-all:hover,
    body .tag.active,
    body .tag:focus,
    body .tag:hover {
        background-color: #005bbb;
        text-decoration: none;
        color: #fff
    }
    body .tel {
        pointer-events: none;
        cursor: default;
        color: #5f686e
    }
}

@media (max-width:1100px) {
    body h1,
    body h2,
    body h3 {
        font-size: 1.25em
    }
    body p {
        font-size: 1em
    }
	body .Campaign--special {
		height: 520px;
	}
    body .Campaign__title {
        max-width: auto!important;
        font-size: 4em
    }
    body .Campaign__link {
        margin: 10px 0;
        font-size: 1.2em
    }
    body .Campaign__txt {
        margin: 0 auto;
        font-size: 1.125em
    }
    body .Campaign__txt-holder {
        padding: 100px 50px
    }
    body .Campaign__wrapper:before {
        width: 75%
    }
    body .contact .form__message {
        height: 188px
    }
    body .contact .location__details {
        width: 100%
    }
    body .contact .maps {
        width: 100%;
        margin: 0
    }
    body .clinics .clinic__details {
        min-height: 355px
    }
}

@media (min-width:1211px) {
    body .clinics .clinic {
		padding-bottom:214px;
		position:relative;
	}
	body .clinics .maps{
		position:absolute;
		bottom:0;
	}
}

@media (max-width:1210px) and (min-width:0) {
    body .clinics {
        margin-bottom: 0
    }
    body .clinics .clinic {
        width: 100%;
        display: block;
        padding: 0 10%
    }
    body .clinics .clinic__details {
        min-height: auto;
        padding-bottom: 15px
    }
	body .container-labhead {
		padding: 20px 70px 50px !important;
	}
	body .lab-head {
		padding-right: 20px;
	}
	body .quote {
		padding-left: 40px;
	}
}

@media (max-width:944px) and (min-width:501px) {
	body .form--contactBaker {
        width: 100%;
        display: table;
        border-spacing: 10px;
        border-collapse: collapse
    }
    body .form--contactBaker span {
        display: table-cell;
        width: 50%
    }
    body .form__row,
    body .form__row--contact {
        display: table-row
    }
    body .form--contactBaker span input,
    body .form__row--contact input {
        width: 100%
    }
    body .form--contactBaker span:first-child {
        padding-right: 10px
    }
    body .form__row {
        width: 100%
    }

    body .lab-staff__member {
        flex-basis: 48%;
	}
}

@media (max-width:767px) {
	body .Campaign__wrapper:before {
        background: rgba(255, 255, 255, .8);
        width: 100%
    }
    body .fav:focus:after {
        font-size: 1em;
        left: -9px;
        top: 0;
        color: #d31145;
        filter: alpha(opacity=25);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
        opacity: .25
    }
    body .email input {
        width: 100%!important
    }
    body .wrapper {
        padding: 0 5%
    }
    body .mobile-only {
        display: block
    }
    body .outline_btn,
    body .promotion_btn {
        width: 100%
    }
    body .container {
        padding: 20px 5%!important
    }
    body .content.padding-btm {
        padding-bottom: 50px!important
    }
    body .article {
        margin-bottom: 0
    }
    body .article .content,
    body .banner .content {
        padding-left: 10%;
        padding-right: 10%
    }
    body .tag-all.active,
    body .tag.active {
        background-color: #005bbb;
        text-decoration: none;
        color: #fff
    }
    body .tags {
        overflow: hidden;
        position: relative;
        padding-bottom: 33px;
        -webkit-transform: all .55s ease-in-out;
        transform: all .55s ease-in-out;
        max-height: 500px
    }
    body .tags.overflow .tag:not(:nth-child(-n+5)) {
        color: #fff;
        border-color: #fff
    }
    body .tags .more-btn {
        position: absolute;
        bottom: 0;
        width: 75px;
        right: 0;
        padding: 5px 10px
    }
    body .tags span {
        display: block;
        margin-bottom: 10px
    }
    body .highlight--imgLeft .highlight__pull-txt p {
        margin: 0
    }
	body .lab-head {
		width: 100%;
		padding: 10px 0;
	}
	body .quote {
		width: 100%;
		padding: 40px 0px 40px 30px;
	}
	body .lab-staff__member {
        flex-basis: 100%;
	}
    body .aboutAuthor-crop {
        width: 20%;
        max-height: 123px
    }
    body .aboutAuthor__details {
        width: 75%
    }
    body .donation__title {
        margin-top: 0
    }
    body .donation__amount {
        height: auto;
        margin-top: 20px;
        min-height: 135px
    }
    body .donation__amount:nth-child(3) {
        margin-left: 0
    }
    body .donation__amount:nth-child(4) p {
        margin-bottom: 0
    }
    body .donation__fname-holder,
    body .donation__lname-holder,
    body .donation__title-holder {
        width: 100%;
        padding-right: 0
    }
    body .donation__monthly-btn,
    body .donation__once-btn {
        display: inline-block;
        margin-left: 20px;
        padding: 15px;
        width: 40%;
        font-size: 1em
    }
    body .donation__span {
        padding-left: 10px
    }
    body .donation__monthly-btn {
        margin-left: 10px
    }
    body .donation__amount,
    body .donation__half,
    body .donation__third,
    body .donation__twothird {
        width: 100%;
        margin-left: 0
    }
    body .wrapper.contact {
        padding: 0
    }
    body .left-column,
    body .right-column {
        width: 100%;
        display: block
    }
    body .right-column {
        padding-left: 0
    }
    body .contact__details {
        padding: 0 10%
    }
    body .contact__details .email-link {
        margin-bottom: 1px;
        padding-bottom: 30px
    }
    body .contact__heading {
        padding: 17px 10%;
        margin: 0;
        z-index: 1;
        position: relative
    }
    body .location {
        margin-bottom: 0
    }
    body .location__details {
        padding: 40px 10%
    }
}

@media (max-width:500px) and (min-width:0) {
    body .wrapper {
        padding: 0 10%
    }
    body .clinics .clinic {
        padding: 0
    }
}

@media (max-width:639px) and (min-width:0) {

}

@media (max-width:400px) and (min-width:0) {
    body .container {
        padding: 20px 10%!important
    }
    body .l-extra-padding {
        padding: 20px 10% 10px
    }
    body .highlight--imgLeft .highlight__img {
        width: 100%;
        margin-bottom: 24px
    }
    body .highlight--imgLeft .highlight__pull-txt {
        width: 100%
    }
    body .aboutAuthor-crop {
        width: 35%;
        max-height: 112px
    }
    body .aboutAuthor__details {
        width: 100%
    }
    body .glossary span.tooltip {
        position: absolute;
        left: -30px;
        width: 210px
    }
    body .glossary span.tooltip:after {
        left: 40%
    }
    body .donation__title {
        text-align: center
    }
    body .donation__amounts,
    body .donation__contact,
    body .donation__payment-details,
    body .donation__title {
        padding: 10%!important;
        margin-bottom: 0
    }
    body .Campaign__txt-holder {
        padding: 7% 10%;
        text-align: center
    }
    body .Campaign__txt-holder p {
        font-size: .85em
    }
    body .Campaign__title {
        margin-bottom: 15px
    }
    body .Campaign__link {
        font-size: 1em;
        margin: 5px 0
    }
}

body .clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

body .sr-only,
body .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden
}

body .browsehappy {
    text-align: center;
    margin: 0;
    background: #fff8e2;
    color: #000;
    padding: .5em 0
}

body a {
    color: #005bbb
}

body a.link:focus,
body a.link:hover,
body a:focus,
body a:hover {
    text-decoration: underline
}

body .TK-jsHide {
    display: none
}

body .no-js .TK-jsHide {
    display: block
}

body .visually-hidden {
    clip: rect(0 0 0 0);
    margin: -1px;
    padding: 0;
    border: 0
}

body .print-only {
    display: none
}

body .sr-only {
    left: -10000px;
    top: auto
}

body .sr-only:focus {
    position: static;
    width: auto;
    height: auto
}



/* * BS-22 Related Articles */

.related-articles-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    /* border-spacing: 30px; */
    position: relative;
  }




  
  .related-articles-container.animate .related-articles-item {
    bottom: 0;
    opacity: 1;
    -webkit-transition: opacity 0.55s ease-in-out, bottom 0.55s ease-in-out;
            transition: opacity 0.55s ease-in-out, bottom 0.55s ease-in-out;
  }
  
  .related-articles-container.animate .related-articles-item:nth-child(1) {
    -webkit-transition-delay: .05s;
            transition-delay: .05s;
  }
  
  .related-articles-container.animate .related-articles-item:nth-child(2) {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  
  .related-articles-container.animate .related-articles-item:nth-child(3) {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
  
  .related-articles-container.animate .related-articles-item:nth-child(4) {
    -webkit-transition-delay: 0.65s;
            transition-delay: 0.65s;
  }
  
  .related-articles-container .related-articles-item {
    position: relative;
    bottom: 10px;
    border-radius: 2px;
    filter: alpha(opacity=25);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    opacity: 0.25;
    -webkit-transition: all .55s ease-in-out;
            transition: all .55s ease-in-out;
    background-color: #fff;
    /* display: table-cell; */
    vertical-align: top;
    /* margin-right: 2.5%; */
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.13);
            box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.13);
            /* flex-basis: calc(25% - 30px); */
            margin: 0px 0px 20px;
        }
  
  .related-articles-container .related-articles-item:hover {
    -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  }
  
  .related-articles-container .related-articles-item > a {
    display: block;
  }
  
  .related-articles-container .related-articles-item > a:hover, .related-articles-container .related-articles-item > a:focus {
    text-decoration: none !important;
  }
  
  .related-articles-container .related-articles-item > a:hover h3:after, .info_related-articles-container .related-articles-item_cell > a:focus h3:after {
    background-color: #0077c0;
  }
  
  .related-articles-container .related-articles-item > a h3:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    border-radius: 0 0 2px 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    margin-top: 5px;
    background-color: transparent;
  }
  
  .related-articles-container .related-articles-item .article__img {
    width: 100%;
    display: block;
  }
  
  .related-articles-container .related-articles-item .article__details {
    padding: 23px 15px;
    text-align: left;
  }
  
  .related-articles-container .related-articles-item .article__details h3 {
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.2em;
  }
  
  .related-articles-container .related-articles-item .article__details p {
    margin: 0;
  }


  @media (min-width:501px)  {
    .related-articles-container {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0px 15px;
    }

    .related-articles-container .related-articles-item {
        flex-basis: calc(50% - 30px);
        width: calc(50% - 30px);
        margin: 15px;
    }
  }

  @media (min-width:1025px)  {
    .related-articles-container .related-articles-item {
        flex-basis: calc(25% - 30px);
        width: calc(25% - 30px);
    }
  }  


/* * BIS-17 Auto 2 column (and 3) */
@media (min-width:768px) {
    .auto-2col, .auto-3col {
        display: flex;
        flex-wrap: wrap;
    }
    .auto-2col.gap-10, .auto-3col.gap-10 {
        gap: 10px;
    }
    .auto-2col.gap-20, .auto-3col.gap-20 {
        gap: 20px;
    }

    .auto-2col > * {
        flex-basis: calc(100% / 2);
    }
    .auto-2col.gap-10 > * {
        flex-basis: calc((100% / 2) - (10px / 2));
    }
    .auto-2col.gap-20 > * {
        flex-basis: calc((100% / 2) - (20px / 2));
    }    

    .auto-3col > * {
        flex-basis: calc(100% / 3);
    }
    .auto-3col.gap-10 > * {
        flex-basis: calc((100% / 3) - (10px * 2 / 3));
    }
    .auto-3col.gap-20 > * {
        flex-basis: calc((100% / 3) - (20px * 2 / 3));
    }  

    /* Margin Corrections */
    .auto-2col > p, .auto-3col > p {
        margin-top: 0px;
    }
    body .article ul.auto-2col li, body .article ul.auto-3col li {
        margin-top: 0px;
    }

}