/*-----------------------------------------*\
------------------ Default ------------------
\*-----------------------------------------*/

/*--------------- Reset CSS ---------------*/

html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
/* div, p, a, ol, ul, li, span */ {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
}
html, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*, *:before, *:after {
  box-sizing: inherit;
}
/* Negative Margin Fix for Toast Columns */
body, .col {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #666666;
}
sup {
    vertical-align: super;
    font-size: smaller;
}
small {
    font-size: smaller;
}
nav ol, nav ul,
.reset-list ol,
.reset-list ul  {
    margin: 0;
    padding: 0;
    list-style: none;
}
.PaneContent ul li {
    position: relative;
    list-style-type: none;
}
.PaneContent ul li:before {
    content: "• ";
    color: #46a8b3;
    font-size: 26px;
    position: absolute;
    left: -20px;
    top: 1px;
}
.PaneContent .reset-list ul li:before {
    content: '';
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
/* Preview Override */
body.PreviewBody {
    margin: 0;
    background-position: 0 0;
}
.PreviewToolBar {
    display:none;
}
.hidden {
    display: none !important;
}
img {
    max-width: 100%;
}

/* BRAND COLORS */
.white,
.white-quote:before,
.white-quote:after {
    color:white;
}
.white-bg {
    background-color: #fff;
}
.dark,
.dark-quote:before,
.dark-quote:after {
    color: #55636b;
}
.dark-bg,
.dark-bg-quote:before,
.dark-bg-quote:after {
    color: #55636b;
}
.light,
.light-quote:before,
.light-quote:after {
    color:#f5f5f5;
}
.light-bg {
    background-color: #f5f5f5;
}
.gray,
.gray-quote:before,
.gray-quote:after {
    color: #6b777e;
}
.gray-bg {
    background-color: #6b777e;
}
.brand,
.brand-quote:before,
.brand-quote:after {
    color: #0065a4;
}
.brand-bg {
    background-color: #0065a4;
}
.brand2,
.brand2-quote:before,
.brand2-quote:after {
    color: #194769;
}
.brand2-bg {
    background-color: #194769;
}
.brand-alt,
.brand-alt-quote:before,
.brand-alt-quote:after {
    color: #00abd9;
}
.brand-alt-bg {
    background-color: #00abd9;
}
.brand-patients,
.brand-patients-quote:before,
.brand-patients-quote:after {
    color: #0065a4;
}
.brand-patients-bg {
    background-color: #0065a4;
}
.brand-people,
.brand-people-quote:before,
.brand-people-quote:after {
    color: #d15729;
}
.brand-people-bg {
    background-color: #d15729;
}
.brand-people2,
.brand-people2-quote:before,
.brand-people2-quote:after {
    color: #e07221;
}
.brand-people2-bg {
    background-color: #e07221;
}
.brand-planet,
.brand-planet-quote:before,
.brand-planet-quote:after {
    color: #00a94b;
}
.brand-planet-bg {
    background-color: #00a94b;
}
.brand-looking,
.brand-looking-quote:before,
.brand-looking-quote:after {
    color: #4e2a8a;
}
.brand-looking-bg {
    background-color: #4e2a8a;
}
.brand-principles,
.brand-principles-quote:before,
.brand-principles-quote:after {
    color: #008dc6;
}
.brand-principles-bg {
    background-color: #008dc6;
}
.brand-principles2,
.brand-principles2-quote:before,
.brand-principles2-quote:after {
    color: #9e6e31;
}
.brand-principles2-bg {
    background-color: #9e6e31;
}
.brand-principles3,
.brand-principles3-quote:before,
.brand-principles3-quote:after {
    color: #dc9c10;
}
.brand-principles3-bg {
    background-color: #dc9c10;
}

/*-------------- Typography ---------------*/

h1 {
    font-size: 6.5rem;
    line-height: 1;
    margin-bottom: 2rem;
    font-weight: 300;
    text-transform: uppercase;
}
h2 {
    font-size: 4.6rem;
    line-height: 1;
    margin-bottom: 1.5rem;
    font-weight: 300;
    text-transform: uppercase;
}
.LayoutTwoColumn h2 {
    text-transform: capitalize;
}
h3 {
    font-size: 3.6rem;
    line-height: 1;
    margin-bottom: 1rem;
    font-weight: 300;
    text-transform: uppercase;
}
h4, .h4 {
    font-size: 2rem;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
    font-weight: normal;
}
p {
    margin-bottom: 1rem;
    /*line-height: 1.5rem;*/
}
@media screen and (max-width: 1024px) {
    h1 {
        font-size: 4.5rem;
    }
    h2 {
        font-size: 3rem;
    }
    h3 {
        font-size: 2.5rem;
    }
    h4, .h4 {
        font-size: 1.5rem;
    } 
}
@media screen and (max-width: 768px) {
    h1 {
        font-size: 3.5rem;
    }
    h2 {
        font-size: 2.25rem;
    }
    h3 {
        font-size: 2rem;
    }
}

.text-capitalize {
    text-transform: capitalize;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-lowercase {
    text-transform: none;
}

/*-----------------------------------------*\
--------------- Accessibility ---------------
\*-----------------------------------------*/

/*------------ Default Styles -------------*/

a:focus {
  text-decoration: underline !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/*--- Accessibility Skip Navigation Link --*/

.accSkipLink a {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 200px;
    padding: 15px 15px;
    margin-left: -100px;
    background: transparent;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: white;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 100;
}
.accSkipLink a:focus,
.accSkipLink a:active,
.accSkipLink a:hover {
    top: 0;
    background: #0A457B;
    outline:0;
}
.accSkipLink a:visited {
    color: #fff;
}
#maincontent:focus {
    outline: 0px;
}

/*-----------------------------------------*\
------------------- Tools -------------------
\*-----------------------------------------*/

/*--------------- Toast CSS ---------------*/

/* The Important Bits */

/* Negative Margin Fix */
.grid, .grid-no-gutter {
    font-size: 0;
}
.grid {
    list-style: none;
    margin-left: -25px;
}
.grid-no-gutter {
    margin-left: 0;
    width: 100%;
}
.col {
    box-sizing: border-box;
    display: inline-block;
    /* Negative Margin Fix */
    /* margin-right: -.25em; */
    min-height: 1px;
    padding-left: 25px;
    vertical-align: top;
    direction:ltr;
}
.col-space-top {
    margin-top:2rem;
}
.grid-no-gutter .col {
    padding-left: 0;
}
.grid-no-gutter .grid .col {
    padding-left: 25px;
}

/* The Column Widths */

.col-1-of-1, .col-2-of-2, .col-3-of-3, .col-4-of-4, .col-5-of-5, .col-6-of-6, .col-8-of-8, .col-12-of-12 {
    width: 100%;
}

.col-1-of-2, .col-2-of-4, .col-3-of-6, .col-4-of-8, .col-6-of-12 {
    width: 50%;
}

.col-1-of-3, .col-2-of-6, .col-4-of-12 {
    width: 33.33333%;
}

.col-2-of-3, .col-4-of-6, .col-8-of-12 {
    width: 66.66667%;
}

.col-1-of-4, .col-2-of-8, .col-3-of-12 {
    width: 25%;
}

.col-3-of-4, .col-6-of-8, .col-9-of-12 {
    width: 75%;
}

.col-push-2-of-2, .col-push-3-of-3, .col-push-4-of-4, .col-push-5-of-5, .col-push-6-of-6, .col-push-8-of-8, .col-push-12-of-12 {
    margin-left: 100%;
}

.col-push-1-of-2, .col-push-2-of-4, .col-push-3-of-6, .col-push-4-of-8, .col-push-6-of-12 {
    margin-left: 50%;
}

.col-push-1-of-3, .col-push-2-of-6, .col-push-4-of-12 {
    margin-left: 33.33333%;
}

.col-push-2-of-3, .col-push-4-of-6, .col-push-8-of-12 {
    margin-left: 66.66667%;
}

.col-push-1-of-4, .col-push-2-of-8, .col-push-3-of-12 {
    margin-left: 25%;
}

.col-push-3-of-4, .col-push-6-of-8, .col-push-9-of-12 {
    margin-left: 75%;
}

.col-pull-2-of-2, .col-pull-3-of-3, .col-pull-4-of-4, .col-pull-5-of-5, .col-pull-6-of-6, .col-pull-8-of-8, .col-pull-12-of-12 {
    margin-left: -100%;
}

.col-pull-1-of-2, .col-pull-2-of-4, .col-pull-3-of-6, .col-pull-4-of-8, .col-pull-6-of-12 {
    margin-left: -50%;
}

.col-pull-1-of-3, .col-pull-2-of-6, .col-pull-4-of-12 {
    margin-left: -33.33333%;
}

.col-pull-2-of-3, .col-pull-4-of-6, .col-pull-8-of-12 {
    margin-left: -66.66667%;
}

.col-pull-1-of-4, .col-pull-2-of-8, .col-pull-3-of-12 {
    margin-left: -25%;
}

.col-pull-3-of-4, .col-pull-6-of-8, .col-pull-9-of-12 {
    margin-left: -75%;
}

.col-1-of-5 {
    width: 20%;
}

.col-push-1-of-5 {
    margin-left: 20%;
}

.col-pull-1-of-5 {
    margin-left: -20%;
}

.col-2-of-5 {
    width: 40%;
}

.col-push-2-of-5 {
    margin-left: 40%;
}

.col-pull-2-of-5 {
    margin-left: -40%;
}

.col-3-of-5 {
    width: 60%;
}

.col-push-3-of-5 {
    margin-left: 60%;
}

.col-pull-3-of-5 {
    margin-left: -60%;
}

.col-4-of-5 {
    width: 80%;
}

.col-push-4-of-5 {
    margin-left: 80%;
}

.col-pull-4-of-5 {
    margin-left: -80%;
}

.col-1-of-6 {
    width: 16.66667%;
}

.col-push-1-of-6 {
    margin-left: 16.66667%;
}

.col-pull-1-of-6 {
    margin-left: -16.66667%;
}

.col-5-of-6 {
    width: 83.33333%;
}

.col-push-5-of-6 {
    margin-left: 83.33333%;
}

.col-pull-5-of-6 {
    margin-left: -83.33333%;
}

.col-1-of-8 {
    width: 12.5%;
}

.col-push-1-of-8 {
    margin-left: 12.5%;
}

.col-pull-1-of-8 {
    margin-left: -12.5%;
}

.col-3-of-8 {
    width: 37.5%;
}

.col-push-3-of-8 {
    margin-left: 37.5%;
}

.col-pull-3-of-8 {
    margin-left: -37.5%;
}

.col-5-of-8 {
    width: 62.5%;
}

.col-push-5-of-8 {
    margin-left: 62.5%;
}

.col-pull-5-of-8 {
    margin-left: -62.5%;
}

.col-7-of-8 {
    width: 87.5%;
}

.col-push-7-of-8 {
    margin-left: 87.5%;
}

.col-pull-7-of-8 {
    margin-left: -87.5%;
}

.col-1-of-12 {
    width: 8.33333%;
}

.col-push-1-of-12 {
    margin-left: 8.33333%;
}

.col-pull-1-of-12 {
    margin-left: -8.33333%;
}

.col-2-of-12 {
    width: 16.66667%;
}

.col-push-2-of-12 {
    margin-left: 16.66667%;
}

.col-pull-2-of-12 {
    margin-left: -16.66667%;
}

.col-5-of-12 {
    width: 41.66667%;
}

.col-push-5-of-12 {
    margin-left: 41.66667%;
}

.col-pull-5-of-12 {
    margin-left: -41.66667%;
}

.col-7-of-12 {
    width: 58.33333%;
}

.col-push-7-of-12 {
    margin-left: 58.33333%;
}

.col-pull-7-of-12 {
    margin-left: -58.33333%;
}

.col-10-of-12 {
    width: 83.33333%;
}

.col-push-10-of-12 {
    margin-left: 83.33333%;
}

.col-pull-10-of-12 {
    margin-left: -83.33333%;
}

.col-11-of-12 {
    width: 91.66667%;
}

.col-push-11-of-12 {
    margin-left: 91.66667%;
}

.col-pull-11-of-12 {
    margin-left: -91.66667%;
}
@media (min-width: 1200px) {
    .grid-rtl {
        direction: rtl;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .col {
        display: block;
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }
}
@media (max-width: 1200px) and (min-width: 1024px) {
    .grid-lg-rtl {
        direction: rtl;
        text-align: left;
    }
    .grid-lg-ltr {
        direction: ltr;
    }
    .col.col-hide-lg {
        display: none;
    }
    .col.col-lg-1-of-1 {
        width: 100%;
    }
    .col.col-lg-1-of-2, .col.col-lg-2-of-4 {
        width: 50%;
    }
    .col.col-lg-1-of-3 {
        width: 33.33333%;
    }
    .col.col-lg-2-of-3 {
        width: 66.66667%;
    }
    .col.col-lg-1-of-4 {
        width: 25%;
    }
    .col.col-lg-3-of-4 {
        width: 75%;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .grid-lc-rtl {
        direction: rtl;
        text-align: left;
    }
    .grid-lc-ltr {
        direction: ltr;
    }
    .col.col-hide-lc {
        display: none;
    }
    .col.col-lc-1-of-1 {
        width: 100%;
    }
    .col.col-lc-1-of-2, .col.col-lc-2-of-4 {
        width: 50%;
    }
    .col.col-lc-1-of-3 {
        width: 33.33333%;
    }
    .col.col-lc-2-of-3 {
        width: 66.66667%;
    }
    .col.col-lc-1-of-4 {
        width: 25%;
    }
    .col.col-lc-3-of-4 {
        width: 75%;
    }
}
@media (max-width: 768px) and (min-width: 480px) {
    .grid-md-rtl {
        direction: rtl;
        text-align: left;
    }
    .grid-md-ltr {
        direction: ltr;
    }
    .col.col-hide-md {
        display: none;
    }
    .col.col-md-1-of-1 {
        width: 100%;
    }
    .col.col-md-1-of-2, .col.col-md-2-of-4 {
        width: 50%;
    }
    .col.col-md-1-of-3 {
        width: 33.33333%;
    }
    .col.col-md-2-of-3 {
        width: 66.66667%;
    }
    .col.col-md-1-of-4 {
        width: 25%;
    }
    .col.col-md-3-of-4 {
        width: 75%;
    }
}
@media (max-width: 480px) {
    .grid-sm-rtl {
        direction: rtl;
        text-align: left;
    }
    .grid-sm-ltr {
        direction: ltr;
    }
    .col.col-hide-sm {
        display: none;
    }
    [class*="col-sm-"] {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }
    .col.col-sm-1-of-1 {
        width: 100%;
    }
    .col.col-sm-1-of-2, .col.col-sm-2-of-4 {
        width: 50%;
    }
    .col.col-sm-1-of-3 {
        width: 33.33333%;
    }
    .col.col-sm-2-of-3 {
        width: 66.66667%;
    }
    .col.col-sm-1-of-4 {
        width: 25%;
    }
    .col.col-sm-3-of-4 {
        width: 75%;
    }
}

.col-centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.col-d-first {
    float: left;
}
.col-d-last {
    float: right;
}
.grid-no-gutter .col-span-all {
    margin-left: 0;
    width: 100%;
}
.col-ab {
    vertical-align: bottom;
}
.col-am {
    vertical-align: middle;
}

/*------------- Slick Slider --------------*/

.slick-slider {
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
        box-sizing: border-box;

    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;

    -webkit-touch-callout: none;
       -khtml-user-select: text;
         -ms-touch-action: pan-y;
             touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px\9;
    /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
    font-family: 'q4icons';
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "\e64c";
}
[dir="rtl"] .slick-prev:before {
    content: "\e64c";
}

.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    left: -25px;
right: auto;
}
.slick-next:before {
    content: "\e64f";
}
[dir="rtl"] .slick-next:before {
    content: "\e64f";
}
.slick-dots {
    position: absolute;
    bottom: 6rem;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 1.6rem;
    width: 1.6rem;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
}
.PaneContent .slick-dots li:before {
    content: '';
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 1.6rem;
    width: 1.6rem;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 3px;
    cursor: pointer;
    border-radius: 100%;
    border:1px solid transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    content:'';
    width: 0.8rem;
    height: 0.8rem;
    background-color: #030204;
    display: block;
    opacity: 0.5;
    border-radius: 100%;
}
.slick-dots li.slick-active button {
    border:1px solid #0065a4;
}
.slick-dots li.slick-active button:before {
    background-color: #0065a4;
    opacity: 1;
}
@media screen and (max-width: 1024px) {
    .slick-dots {
        bottom:3rem;
    }
}

/*--------------- FancyBox  ---------------*/

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../design/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../design/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../design/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../design/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../design/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../design/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}

/*--------------- SelectBox  --------------*/

.sbHolder{
    position: relative;
    display: inline-block;
    width: 100px;
    height: 30px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    vertical-align: middle;
}
.sbSelector{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 70px;
    height: 30px;
    outline: none;
    overflow: hidden;
    text-indent: 10px;
    line-height: 30px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    outline: none;
    text-decoration: none;
}
.sbToggle{
    background: url('../design/select-icons.png') 0 -116px no-repeat;
    display: block;
    height: 30px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
.sbToggleOpen{
    background: url('../design/select-icons.png') 0 -16px no-repeat;
}
.sbOptions{
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 200px;
    z-index: 1;
    overflow-y: auto;
}
.sbOptions a{
    border-bottom: dotted 1px rgba(0,0,0,0.1);
    display: block;
    outline: none;
    padding: 7px 0 7px 3px;
}

/*-----------------------------------------*\
----------- Default Module Styling ----------
---------------------------------------------
------------ Alphabetical Order -------------
\*-----------------------------------------*/


/*-------- Download List with Tags --------*/

.ModuleDownloadListWithTags .ModuleYearNavContainer a {     
    display: inline-block;      
    padding: 10px;      
    margin-bottom: 5px;     
    background-color: rgba(0,0,0,0.1);      
    color: #000;        
    text-decoration: none;      
}
.ModuleDownloadListWithTags .ModuleItemRow {
    padding: 10px 0;
}
.ModuleDownloadListWithTags .ModuleItemRow ~ .ModuleItemRow {
    border-top: 1px solid rgba(0,0,0,0.1);
}
.ModuleDownloadListWithTags .ModuleHeadlineLink:after {
    font-family: "q4icons";
    content: "\e902";
    display: inline-block;
    float: right;
    cursor: pointer;
}
.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".html"]:after {
    content: "\e638";
}
.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".xls"]:after,
.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".xlsx"]:after {
    content: "\e90b";
}
.ModuleDownloadListWithTags .ModuleHeader,
.ModuleDownloadListWithTags .ModuleDate,
.ModuleDownloadListWithTags .ModuleFileSizeText,
.ModuleDownloadListWithTags .ModuleIcon {
    display: none;   
}

/*--------- Mailing List Modules ----------*/

div.subscribe-text {
    margin-bottom: 0;
}
.MailingListSignupContainer table,
.MailingListUnsubscribeContainer table {
    width: 100%;
    max-width: 450px;
    margin: 10px 0;
}
.MailingListSignupContainer table td,
.MailingListUnsubscribeContainer table td {
    padding: 5px 0;
}
.MailingListSignupContainer table td.MailingListCol1,
.MailingListSignupContainer table td.MailingListCol2,
.MailingListUnsubscribeContainer table td.MailingListCol1,
.MailingListUnsubscribeContainer table td.MailingListCol2 {
    float: left;
    display: block;
    width: 100%;
}
.MailingListSignupContainer table td.MailingListCol2,
.MailingListUnsubscribeContainer table td.MailingListCol2 {
    margin-bottom: 10px;
}
.MailingListUnsubscribeContainer table td.ButtonCell {
    padding: 15px 0 5px;
}
.MailingListSignupContainer table input[type="text"],
.MailingListUnsubscribeContainer table input[type="text"],
.MailingListSignupContainer table select {
    width: 90% !important;
}
.MailingListSignupContainer table input[type="checkbox"] {
    margin-right: 10px;
}
.MailingListSignupContainer table .RequiredField,
.MailingListUnsubscribeContainer table .RequiredField {
    width: 10%;
}
.MailingListSignupContainer table table {
    margin: 0;
}
.MailingListSignupContainer .NoBr {
    display: none;
}
.MailingListSignupContainer input[type="submit"],
.MailingListUnsubscribeContainer input[type="submit"] {
}
.MailingListSignupContainer .CaptchaContainer {
    display: none;
}

/*---------- Quick Links Modules ----------*/

.RightColumnBlock {
    display: none;
}

/*------------- Search Modules ------------*/

.SearchResultsContainer .SearchSummary,
.SearchResultsContainer .SearchResultItem {
    margin-bottom: 25px;
}
.SearchResultsContainer .SearchLink {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
.SearchResultsContainer .SearchDescription span:after,
.SearchResultsContainer .SearchDescription span:after {
    display: inline;
    content: "...";
}
.SearchResultsContainer .SearchResultUrl {
    display:none;
}
.SearchResultsContainer .SearchResultsPaging a {
    font-weight: bold;
}
.SearchResultsContainer .SearchResultsPaging a:link {
    font-weight: inherit;
}

/*--------------- Site Map -----------------*/

.SiteMapContainer .SiteMapList li {
    padding: 10px 0;
}
.SiteMapContainer .SiteMapList li.SiteMap-Level2 {
    font-size: 1.2rem;
}
.SiteMapContainer .SiteMapList li.SiteMap-Level3 {
    padding: 10px;
}

/*-----------------------------------------*\
----------- Default Widget Styling ----------
\*-----------------------------------------*/

/*---------- Add to Calendar Any ----------*/

.add-to-any {
    /*float: right;*/
}

/*-------- Add to Calendar Styles ---------*/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.q4-atc-wrapper {
    -webkit-font-smoothing: antialiased;
}
.q4-atc-wrapper .q4-atc-outer {
    position: absolute;
    top: 110%;
    left: 0;
    background: white;
    border: 3px solid #DDDDDD;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #5e5e5e;
    z-index: 10;
}
.q4-atc-wrapper .q4-atc-inner {
}
.q4-atc-wrapper .q4-atc-inner-details {
    padding: 10px;
    text-align: center;
    min-width: 300px;
}
.q4-atc-wrapper .q4-atc-button {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
}
.q4-atc-wrapper .q4-atc-title {
    font-weight: bold;
}
.q4-atc-wrapper .q4-atc-links {
    margin: 15px 0 25px;
    padding: 0;
    /*markup fix*/
    font-size: 0;
}
.q4-atc-wrapper .q4-atc-links li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
}
.q4-atc-wrapper .q4-atc-links a {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(126, 130, 136, .06);
    color: #7e8288;
    text-decoration: none;
}
.q4-atc-wrapper .q4-atc-links li a:before {
    font-family: 'q4icons';
    speak: none;
    font-style: normal;
    font-size: 25px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 60px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.q4-atc-wrapper .q4-atc-links li.apple a:before {
    content: '\e908';
}
.q4-atc-wrapper .q4-atc-links li.google a:before {
    content: '\e90a';
}
.q4-atc-wrapper .q4-atc-links li.outlook a:before {
    content: '\e909';
}
.q4-atc-wrapper .q4-atc-links li.ics a:before {
    content: "\e630";
}
.q4-atc-tooltip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.q4-atc-tooltip-text {
    display: block;
    width: 100%;
    background: rgba(126, 130, 136, .06);
    padding: 8px 5px;
    text-align: center;
}

/*---------- Fancybox Captcha -------------*/

.fancybox-inner .CaptchaContainer {
    padding: 0 30px 15px;
}
.fancybox-inner .CaptchaContainer img,
.fancybox-inner .CaptchaContainer input {
  width: 100%;
}
.fancybox-inner .CaptchaContainer table tr:first-child {
    display: none;
}
.fancybox-inner .CaptchaContainer td,
.fancybox-inner .CaptchaContainer .ErrorContainer {
    padding: 5px 0;
}
.fancybox-inner .CaptchaContainer table td span {
    display: none !important;
}
.fancybox-inner .CaptchaContainer img {
  border: 1px solid #ddd;
}
.fancybox-inner .CaptchaContainer input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.fancybox-inner .CaptchaContainer input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    background-color: rgba(0,0,0,0.1);
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

/*-------------- Slider Widget ---------------*/

.slider .slider-item {
    position: relative;
    width: 100%;
    min-height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
}
.slider .spacer {
    display: block;
    padding-top: 21.875%; /* Image (height / width * 100) */
    width: 100%;
}
.slider .content-container {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    width: 100%;
    padding: 20px 50px;
    max-width:  1200px;
}
.slider .content-container h2 {
    font-size: 25px;
    margin-bottom: 10px;
}
.slider .content-container p {
    background-color: rgba(255, 255, 255, 0.25);
    height: 50px;
    padding: 15px; 
}

@media screen and (max-width: 1200px) {
    .slider .slider-item {
        height: auto;
    }
    .slider .content-container {
        left: 0;
        margin-left: 0;
        padding: 20px;
    }
}


/*-----------------------------------------*\
------------- HTML Specific Parts -----------
\*-----------------------------------------*/

/*---------- Default Table Style ----------*/

.custom-table {
    width: 100%;
}
.custom-table thead {
    background-color: rgba(0,0,0,0.1);
}
.custom-table td,
.custom-table th {
    padding: 10px 5px;
    text-align: left;
}
.custom-table tbody tr:nth-child(even) {
    background-color: rgba(0,0,0,0.05);
}
.custom-table th span,
.custom-table td span {
    padding: 0;
}

/*-----------------------------------*\
  CSS 3 Animations
\*-----------------------------------*/
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-from-top {
  0% {
    opacity: 0;
    top: -100px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fade-from-top {
  0% {
    opacity: 0;
    top: -100px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes fade-from-bottom {
  0% {
    opacity: 0;
    bottom: -100px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes fade-from-bottom {
  0% {
    opacity: 0;
    bottom: -100px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes fade-from-right {
  0% {
    opacity: 0;
    right: -100px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@keyframes fade-from-right {
  0% {
    opacity: 0;
    right: -100px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@-webkit-keyframes fade-from-left {
  0% {
    opacity: 0;
    left: -100px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fade-from-left {
  0% {
    opacity: 0;
    left: -100px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: bounce;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: bounce;
}

/* CUSTOM CLASSES */
.left-text {
    text-align: left;
}
.centered-text {
    text-align: center;
}
.right-text {
    text-align: right;
}
.text-white {
    color: white;
}
.arrow {
    /*background-color: #0065a4;*/
    text-decoration: none;
    /*color: #fff;*/
    width: 4rem;
    height: 4rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 100%;
    font-size: 1.8rem;
    line-height: 4rem;
}
.btn {
    padding: 1.5rem 5rem;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
}
@media screen and (max-width: 768px) {
    .btn {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}
.padding20 {
    padding: 2rem;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
} 
.clearfix:after {
    clear: both;
}
.content-padding-bottom {
    padding-bottom: 4rem;
}

/* CONTAINERS */
.LayoutTwoColumn.LayoutDefault {
    padding-top: 10.5rem;
}
.LayoutTwoColumn #maincontent {
    padding-top: 5rem;
    display: block;
}
.full-image-background #maincontent {
    padding-top: 0;
}
.ModuleOuterContainer {
    padding-left: 2rem;
    padding-right: 2rem;
}
.set-container .ModuleOuterContainer {
    max-width: 144rem;
    margin-left: auto;
    margin-right: auto;
}
.no-padding .ModuleOuterContainer {
    padding-left: 0;
    padding-right: 0;
}
.PaneHeader {
    background-color: #194769;
    color:white;
    padding: 3.3rem 5rem;
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    z-index: 100;
    height: 10.5rem;
}
.PaneHeader:before {
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: #194769; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(25,71,105,0.4), transparent); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(25,71,105,0.4), transparent); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(25,71,105,0.4), transparent); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(25,71,105,0.4), transparent); /* Standard syntax */
    z-index: -1;
}
.LayoutHomePage .PaneHeader {
    background-color: rgba(25,71,105,0.4);
}
@media screen and (max-width: 1024px) {
    .LayoutTwoColumn.LayoutDefault {
        padding-top: 8rem;
    }
    .PaneHeader {
        padding: 2rem;
        height: 8rem;
    }
    .mobile-toggled .PaneHeader {
        position: absolute;
    }
}

/* HEADER */
.logo {
    margin-left: 6.5rem;
    padding-left: 0;
}
.logo a {
    display: inline-block;
    vertical-align: middle;
}
.logo img {
    vertical-align: middle;
    max-width: 100%;
    display: block;
}
.mobile-toggle {
    border: 1px solid #fff;
    border-radius: 3px;
    color: white;
    padding: 1rem;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    float: left;
}
.mobile-toggled .mobile-toggle i:before {
    content: '\e64b';
}
@media screen and (max-width: 1024px) {
    .logo {
        height: 100%;
        font-size: 0;
    }
    .logo:before {
        height: 100%;
        content:'';
        display: inline-block;
        vertical-align: middle;
        width: 0;
    }
    .logo .ModuleOuterContainer {
        display: inline-block;
        vertical-align: middle;
    }
}

/* NAV */
.MainNav {
    display: none;
    position: absolute;
    top:100%;
    left:0;
    right: 0;
    z-index: 101;
    padding-top: 1px;
    background-color: #fff;
}
.mobile-toggled .MainNav {
    display: block;
}
.MainNav .level1 {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.MainNav li {
    background-color: #194769;
    display: table-cell;
    width: 14.28571428571429%;
    text-align: center;
    vertical-align: middle;
    height: 8.5rem;
}
.MainNav a {
    display: block;
    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 2rem;
    height: 100%;
    padding: 0 1.5rem;
}
.MainNav a:after {
    content:'';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.MainNav a span {
    display: inline-block;
    vertical-align: middle;
}
.MainNav li.patients {
    background-color: #0065a4;
}
.MainNav li.people {
    background-color: #d15729;
}
.MainNav li.planet {
    background-color: #00a94b;
}
.MainNav li.looking {
    background-color: #4e2a8a;
}
.MainNav li.principles {
    background-color: #008dc6;
}
.MainNav li.colleagues {
    background-color: #9e6e31;
}
@media screen and (max-width: 1024px) {
    .MainNav .level1 {
        display: block;
    }
    .MainNav li {
        display: block;
        width: auto;
        height: auto;
    }
    .MainNav a {
        padding: 1.6rem 1.5rem;
    }
}

/* HOME */
.hero-container {
    padding-top: 10.5rem;
    background-image: url(../design/hero-banner.jpg);
    background-position: center top;
    background-size: cover;
}
.hero-container:before {
    background: transparent; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(90deg, #000, transparent); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, #000, transparent); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, #000, transparent); /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg, #000, transparent); /* Standard syntax */
    opacity: 0.3;
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.hero-container .hero-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20%;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    max-width: 116rem;
    padding: 0 2rem;
}
.hero-container h3 {
    text-transform: uppercase;
}
.hero-container .scroll-button {
    position: absolute;
    left: 50%;
    bottom: 40px;
    text-align: center;
    /*background-color: #0065a4;*/
    border-radius: 25px;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    padding-top: 5px;
    cursor: pointer;
    z-index: 2;
}
.hero-container .scroll-button i {
    font-size: 2rem;
    /*color: #fff;*/
    line-height: 2;
}
@media screen and (max-width: 1024px) {
    .hero-container {
        padding-top: 8rem;
    }
}

/* MISSION BOXES */
.mission-commitment h2 {
    margin-bottom: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;
}
.mission-commitment .col {
    margin-bottom: 3rem;
    /*padding-left: 2.5rem;*/
}

/* PATTERN BLUE */
.pattern-blue {
    color:white;
    background:transparent url(../design/pattern-blue.jpg) no-repeat scroll center center;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

/* QUOTES AND IMAGES SLIDER */
.text-image-slider img {
    display: block;
}
.text-image-slider .quote:before {
    content: '“';
    font-size: 15rem;
    font-family: Helvetica,Arial,sans-serif;
    line-height: 1rem;
    position: absolute;
    left: -1rem;
    top: 4rem;
    font-weight: bold;
}
.text-image-slider .quote:after {
    content:'”';
    font-size: 9.2rem;
    font-family: Helvetica,Arial,sans-serif;
    vertical-align: bottom;
    line-height: 0;
    margin-left: 1rem;
}
.text-image-slider .quote {
    font-size: 3.2rem;
    line-height: 4.6rem;
    position: relative;
    font-weight: 300;
    padding-left: 6rem;
    margin-top: 15px;
}
.text-image-slider .quote + p {
    padding-left: 6rem;
}
.text-image-slider .text {
    padding: 5rem 6.25%;
}
@media screen and (max-width: 768px){
    .text-image-slider .text {
        padding: 7.5rem 4rem;
    }
    .text-image-slider .quote {
        font-size: 1.6rem;
        line-height: 2.3rem;
        padding-left: 3rem;
    }
    .text-image-slider .quote:before {
        font-size: 7.5rem;
        top: 1.5rem;
    }
    .text-image-slider .quote:after {
        font-size: 3.6rem;
        line-height: 1rem;
        margin-left: 1rem;
    }
    .text-image-slider .quote + p {
        padding-left: 3rem;
    }
    .text-image-slider .text p {
        text-align: center;
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
}
@media screen and (max-width: 768px) {
}

/* IMAGE and TEXT BLOCKS */
.text-image .text {
    padding: 2rem 6.25%;
}
.text-image img {
    display: block;
}

/* PARALLAX IMAGE */
.paralax-image .image {
    padding-bottom: 33.3125%;
    background-position: center center;
    background-attachment: fixed;
    background-size:cover;
    background-repeat: no-repeat;
}

/* BOXES */
.page-boxes .col {
    position: relative;
    margin-bottom: -1px;
}
.page-boxes .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 5%;
}
.page-boxes .overlay {
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.85;
    transition: opacity .25s ease-in-out;
}
.page-boxes .thumb {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-boxes .thumb img {
    width: 100%;
    display: block;
}
.looking-boxes.page-boxes .thumb img,
.principles-boxes2.page-boxes .thumb img,
.principles-boxes3.page-boxes .thumb img {
    width: 50%;
}
.principles-boxes.page-boxes .thumb img {
    width: 30%;
}
.page-boxes .text:after {
    display: inline-block;
    content: '';
    height: 100%;
    width: 0;
    vertical-align: middle;
}
.page-boxes h2 {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
/*.page-boxes .overlay.brand-bg {
    opacity: .9;
}
.page-boxes .overlay.brand-people2-bg {
    opacity: .9;
}
.page-boxes .overlay.brand-planet-bg {
    opacity: .8;
}
.page-boxes .overlay.brand-looking-bg {
    opacity: .9;
}
.page-boxes .overlay.brand-principles-bg {
    opacity: .9;
}
.page-boxes .overlay.brand-principles3-bg {
    opacity: .85;
}*/
.page-boxes div:hover > .overlay,
.page-boxes a:hover .overlay {
    opacity:1;
}
@media screen and (max-width: 768px) {
    .page-boxes .thumb {
        padding-bottom: 42.1875%;
        height: 0;
    }
}


.downloads {
    padding-top: 5.25%;
    padding-bottom: 5.25%;
    background-image: url(../images/downloads-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.downloads .item {
    max-width: 62.5%;
    margin-left: auto;
    margin-right: auto;
}
.downloads .thumb {
    margin-top: 4.6875%;
    margin-bottom: 2.5%;
}
.downloads .thumb img {
    display: block;
    border:1px solid #cdcdcd;
}
@media screen and (max-width: 768px) {
    .downloads .thumb {
        margin: 3rem 0;
    }
}

.global-infographic {
    background-image: url(../design/World-map2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.global-infographic.bg-overlay:before {
    background-color: #dc9c10;
    opacity: 0.8;
}
@media screen and (max-width: 1024px) {
    .global-infographic {
        background-attachment: scroll;
    }
}

.LayoutTwoColumn .space-cols .col {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
/* OUR MISSION DETAILS */
.our-mission-details .col-left {
    padding-right: 2.5rem;
}
.our-mission-details .col-right {
    border-left: 1px dotted #b4bec8;
    padding-left: 4.5rem;
}
/*.grid-images .col {
    margin-bottom: 2.5rem;
}*/
@media screen and (max-width: 1200px) {
    .our-mission-details .col-left {
        /*padding-bottom: 2.5rem;*/
        padding-right: 0;
    }
    .our-mission-details .col-right {
        border-left: 0 none;
        padding-left: 2.5rem;
    }
}

/* FOUNDATION PROGRAMS */
.bbc-background {
    background: #0065a4 url(../design/BCC-figure.png) no-repeat scroll 95% top;
    /*background-clip: content-box;*/
}
.bbc-background {
    position: relative;
}
.bbc-background:after {
    content: '';
    position: absolute;
    left:2rem;
    bottom:-1rem;
    border-top:2rem solid #dc9c10;
    border-left:2rem solid transparent;
    border-right:2rem solid transparent;
    z-index: 10;
}
.foundation-programs-details .col-right .bridging-cancer-img {
    float: right;
    margin: 0 0 2rem 2rem;
}
@media screen and (max-width: 1200px) {
    .foundation-programs-details .col-right .bridging-cancer-img {
        float: none;
        margin:2rem auto;
    }
}
@media screen and (max-width: 480px) {
    .foundation-programs-details img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .foundation-programs-details .right-text {
        text-align: left;
    }
}
.vertical-dots {
    margin: 2rem 0;
    border-top: 1px dotted;
}
.vertical-dots.brand-alt-dots {
    border-color: #00abd9;
}
.arrow-bg {
    background: transparent url(../design/patient-assistance-foundation-arrow.png) no-repeat scroll right center;
    background-size: cover;
    padding: 5rem 10rem 5rem 1rem;
    text-align: right;
    line-height: 2rem;
}
.us-support-col .border-bottom {
    border-bottom: 1px solid #00abd9;
}
.us-support-col p:first-child {
    margin-top: 0;
}
.us-support-col .grid .col + .col {
    border-left: 1px solid #00abd9;
}
@media screen and (max-width: 480px) {
    .arrow-bg {
        background: #00abd9;
        padding-right: 1rem;
    }
}

/* DRIVING SUSTAINABILITY */
.max-70 {
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
}

/* BUILDING SUSTAINABILITY */
.building-sustainability-details {
    background: transparent url(../images/Devens-4-19-16-043.jpg) no-repeat scroll center bottom;
    background-size: cover;
    padding: 5%
    /*padding-bottom: 150%;*/
}
.building-sustainability-details .background-opacity {
    background-color: #f0e3cb;
    background-color: rgba(240,228,204,0.9);
    padding: 5%;
}
.green-circle {
    border-radius: 100%;
    padding: 3.5rem 1rem;
    width: 25rem;
    height: 25rem;
}
.greenness-box {
    background: white;
    background-color: rgba(255,255,255,0.94);
    margin: 2rem 0;
    padding: 3rem;
}
@media screen and (max-width: 1024px) {
    .greenness-box {
        /*display: block;*/
        margin: 0;
    }
    .green-circle {
        margin: 2rem 0;
    }
    .building-sustainability-details .right-text,
    .building-sustainability-details .col + .col {
        text-align: center;
    }
}
@media screen and (max-width: 480px) {
    .green-circle {
        width: auto;
        border-radius: 0;
    }
}

/* Ensuring Sustainable work */
.ensuring-sustainable-work-details img.max-170 {
    max-height: 170px;
}
@media screen and (max-width: 768px) {
    .ensuring-sustainable-work-details .right-text {
        text-align: left;
    }
}

/* COPYRIGHT */
.copyright {
    padding: 6.25% 0;
}
.copyright a {
    color:inherit;
}

/* LOADER */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 50px;
  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 2000;
  display: block;
  position: absolute;
  right: 100%;
  margin-right: -7px;
  width: 93%;
  top: 7px;
  height: 14px;
  font-size: 12px;
  background: #0065a4;
  color: #fff;
  line-height: 60px;
  font-weight: bold;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;

  -webkit-box-shadow: 120px 0 #fff, 240px 0 #fff;
  -ms-box-shadow: 120px 0 #fff, 240px 0 #fff;
  box-shadow: 120px 0 #fff, 240px 0 #fff;
}

.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: inline-block;
  position: absolute;
  width: 45px;
  text-align: right;
  right: 0;
  padding-right: 16px;
  top: 4px;
}

.pace .pace-progress[data-progress-text="0%"]:after { right: -200px }
.pace .pace-progress[data-progress-text="1%"]:after { right: -198.14px }
.pace .pace-progress[data-progress-text="2%"]:after { right: -196.28px }
.pace .pace-progress[data-progress-text="3%"]:after { right: -194.42px }
.pace .pace-progress[data-progress-text="4%"]:after { right: -192.56px }
.pace .pace-progress[data-progress-text="5%"]:after { right: -190.7px }
.pace .pace-progress[data-progress-text="6%"]:after { right: -188.84px }
.pace .pace-progress[data-progress-text="7%"]:after { right: -186.98px }
.pace .pace-progress[data-progress-text="8%"]:after { right: -185.12px }
.pace .pace-progress[data-progress-text="9%"]:after { right: -183.26px }
.pace .pace-progress[data-progress-text="10%"]:after { right: -181.4px }
.pace .pace-progress[data-progress-text="11%"]:after { right: -179.54px }
.pace .pace-progress[data-progress-text="12%"]:after { right: -177.68px }
.pace .pace-progress[data-progress-text="13%"]:after { right: -175.82px }
.pace .pace-progress[data-progress-text="14%"]:after { right: -173.96px }
.pace .pace-progress[data-progress-text="15%"]:after { right: -172.1px }
.pace .pace-progress[data-progress-text="16%"]:after { right: -170.24px }
.pace .pace-progress[data-progress-text="17%"]:after { right: -168.38px }
.pace .pace-progress[data-progress-text="18%"]:after { right: -166.52px }
.pace .pace-progress[data-progress-text="19%"]:after { right: -164.66px }
.pace .pace-progress[data-progress-text="20%"]:after { right: -162.8px }
.pace .pace-progress[data-progress-text="21%"]:after { right: -160.94px }
.pace .pace-progress[data-progress-text="22%"]:after { right: -159.08px }
.pace .pace-progress[data-progress-text="23%"]:after { right: -157.22px }
.pace .pace-progress[data-progress-text="24%"]:after { right: -155.36px }
.pace .pace-progress[data-progress-text="25%"]:after { right: -153.5px }
.pace .pace-progress[data-progress-text="26%"]:after { right: -151.64px }
.pace .pace-progress[data-progress-text="27%"]:after { right: -149.78px }
.pace .pace-progress[data-progress-text="28%"]:after { right: -147.92px }
.pace .pace-progress[data-progress-text="29%"]:after { right: -146.06px }
.pace .pace-progress[data-progress-text="30%"]:after { right: -144.2px }
.pace .pace-progress[data-progress-text="31%"]:after { right: -142.34px }
.pace .pace-progress[data-progress-text="32%"]:after { right: -140.48px }
.pace .pace-progress[data-progress-text="33%"]:after { right: -138.62px }
.pace .pace-progress[data-progress-text="34%"]:after { right: -136.76px }
.pace .pace-progress[data-progress-text="35%"]:after { right: -134.9px }
.pace .pace-progress[data-progress-text="36%"]:after { right: -133.04px }
.pace .pace-progress[data-progress-text="37%"]:after { right: -131.18px }
.pace .pace-progress[data-progress-text="38%"]:after { right: -129.32px }
.pace .pace-progress[data-progress-text="39%"]:after { right: -127.46px }
.pace .pace-progress[data-progress-text="40%"]:after { right: -125.6px }
.pace .pace-progress[data-progress-text="41%"]:after { right: -123.74px }
.pace .pace-progress[data-progress-text="42%"]:after { right: -121.88px }
.pace .pace-progress[data-progress-text="43%"]:after { right: -120.02px }
.pace .pace-progress[data-progress-text="44%"]:after { right: -118.16px }
.pace .pace-progress[data-progress-text="45%"]:after { right: -116.3px }
.pace .pace-progress[data-progress-text="46%"]:after { right: -114.44px }
.pace .pace-progress[data-progress-text="47%"]:after { right: -112.58px }
.pace .pace-progress[data-progress-text="48%"]:after { right: -110.72px }
.pace .pace-progress[data-progress-text="49%"]:after { right: -108.86px }
.pace .pace-progress[data-progress-text="50%"]:after { right: -107px }
.pace .pace-progress[data-progress-text="51%"]:after { right: -105.14px }
.pace .pace-progress[data-progress-text="52%"]:after { right: -103.28px }
.pace .pace-progress[data-progress-text="53%"]:after { right: -101.42px }
.pace .pace-progress[data-progress-text="54%"]:after { right: -99.56px }
.pace .pace-progress[data-progress-text="55%"]:after { right: -97.7px }
.pace .pace-progress[data-progress-text="56%"]:after { right: -95.84px }
.pace .pace-progress[data-progress-text="57%"]:after { right: -93.98px }
.pace .pace-progress[data-progress-text="58%"]:after { right: -92.12px }
.pace .pace-progress[data-progress-text="59%"]:after { right: -90.26px }
.pace .pace-progress[data-progress-text="60%"]:after { right: -88.4px }
.pace .pace-progress[data-progress-text="61%"]:after { right: -86.53999999999999px }
.pace .pace-progress[data-progress-text="62%"]:after { right: -84.68px }
.pace .pace-progress[data-progress-text="63%"]:after { right: -82.82px }
.pace .pace-progress[data-progress-text="64%"]:after { right: -80.96000000000001px }
.pace .pace-progress[data-progress-text="65%"]:after { right: -79.1px }
.pace .pace-progress[data-progress-text="66%"]:after { right: -77.24px }
.pace .pace-progress[data-progress-text="67%"]:after { right: -75.38px }
.pace .pace-progress[data-progress-text="68%"]:after { right: -73.52px }
.pace .pace-progress[data-progress-text="69%"]:after { right: -71.66px }
.pace .pace-progress[data-progress-text="70%"]:after { right: -69.8px }
.pace .pace-progress[data-progress-text="71%"]:after { right: -67.94px }
.pace .pace-progress[data-progress-text="72%"]:after { right: -66.08px }
.pace .pace-progress[data-progress-text="73%"]:after { right: -64.22px }
.pace .pace-progress[data-progress-text="74%"]:after { right: -62.36px }
.pace .pace-progress[data-progress-text="75%"]:after { right: -60.5px }
.pace .pace-progress[data-progress-text="76%"]:after { right: -58.64px }
.pace .pace-progress[data-progress-text="77%"]:after { right: -56.78px }
.pace .pace-progress[data-progress-text="78%"]:after { right: -54.92px }
.pace .pace-progress[data-progress-text="79%"]:after { right: -53.06px }
.pace .pace-progress[data-progress-text="80%"]:after { right: -51.2px }
.pace .pace-progress[data-progress-text="81%"]:after { right: -49.34px }
.pace .pace-progress[data-progress-text="82%"]:after { right: -47.480000000000004px }
.pace .pace-progress[data-progress-text="83%"]:after { right: -45.62px }
.pace .pace-progress[data-progress-text="84%"]:after { right: -43.76px }
.pace .pace-progress[data-progress-text="85%"]:after { right: -41.9px }
.pace .pace-progress[data-progress-text="86%"]:after { right: -40.04px }
.pace .pace-progress[data-progress-text="87%"]:after { right: -38.18px }
.pace .pace-progress[data-progress-text="88%"]:after { right: -36.32px }
.pace .pace-progress[data-progress-text="89%"]:after { right: -34.46px }
.pace .pace-progress[data-progress-text="90%"]:after { right: -32.6px }
.pace .pace-progress[data-progress-text="91%"]:after { right: -30.740000000000002px }
.pace .pace-progress[data-progress-text="92%"]:after { right: -28.880000000000003px }
.pace .pace-progress[data-progress-text="93%"]:after { right: -27.02px }
.pace .pace-progress[data-progress-text="94%"]:after { right: -25.16px }
.pace .pace-progress[data-progress-text="95%"]:after { right: -23.3px }
.pace .pace-progress[data-progress-text="96%"]:after { right: -21.439999999999998px }
.pace .pace-progress[data-progress-text="97%"]:after { right: -19.58px }
.pace .pace-progress[data-progress-text="98%"]:after { right: -17.72px }
.pace .pace-progress[data-progress-text="99%"]:after { right: -15.86px }
.pace .pace-progress[data-progress-text="100%"]:after { right: -14px }


.pace .pace-activity {
  position: absolute;
  width: 100%;
  height: 28px;
  z-index: 2001;
  box-shadow: inset 0 0 0 2px #0065a4, inset 0 0 0 7px #FFF;
  border-radius: 10px;
}

.pace.pace-inactive {
  display: none;
}
.BodyBackground {
  overflow:hidden;
}
.BodyBackground #pageClass:before {
  content:'';
  position:fixed;
  width:100%;
  height:100%;
  background:#0065a4;
  z-index:1999;
  left:0;
  top:0;
  transition: all 2s ease 0s;
  visibility:visible;
  opacity:1;
}
.BodyBackground.pace-done {
  overflow:auto;
}
.BodyBackground.pace-done #pageClass:before {
  background-color:transparent;
  visibility:hidden;
  opacity:0;
}

/* IMP-3954 */
.map {
    padding: 70px 0;
    background-color: #0065a4;
    height: 100vh;
}
.map .ModuleOuterContainer {
    padding: 0;
}
.map h1 {
    text-align: center;
    font-size: 3.5rem;
    margin-bottom: 5rem;
    color: #fff;
}
.map_container {
    max-width: 1200px;
    height: 600px;
    margin: 0 auto;
}
.PaneContent .map_continents {
    position: fixed;
    left: 75px;
    bottom: 75px;
    margin: 0;
    padding: 15px 20px !important;
    border: 1px solid #37a7d4;
    color: #fff;
    list-style: none;
    background-color: #0065a4;
}
.map_continent-title {
    padding: 5px 0;
    text-transform: uppercase;
}
.map_continent-title:hover {
    color: #d6a228;
    cursor: pointer;
}
.map_continent-title:after {
    font-family: 'q4icons';
    content: '\e64f';
    margin-left: 10px;
    font-size: 10px;
}
.map_continent-title.active:after {
    content: '\e64a';
}
.map_continent-list {
    margin: 0;
    padding: 0 0 15px;
    list-style: none;
    text-align:  left;
    font-size: 1.2rem;
    line-height: 1.2rem;
}
.map_continent-list li {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #37a7d4;
    cursor: pointer;
}
.map_continent-list li:first-child {
    margin: 0;
    padding: 0;
    border: none;
}
.map_continent-list li:hover,
.map_continent-list li.active {
    color: #d6a228;
}
.map_continent-inner {
    display: none;
    text-align: left;
    text-transform: none;
}
.map_continent-data {
    margin-bottom: 20px;
}
.map_continent-data h3 {
    display: none;
}
.map_continent-country {
    display: none;
    margin-bottom: 20px;
    padding: 20px 15px;
    background-color: #fff;
    color: #909090;
}
.map_continent-country.active {
    display: block;
}
.map_continent-country h3 {
    display: none;
}
.map_popup {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    padding: 90px;
    background-color: #fff;
    transition: opacity 0.5s ease-in-out;
    z-index: 1000;
}
.map_popup.active {
    visibility: visible;
    opacity: 1;
}
.map_popup.map_country {
    top: 250px;
    bottom: 75px;
    right: 300px;
    left: 300px;
    overflow-y:auto;
}
.map_popup.map_continent {
    top: 250px;
    bottom: 75px;
    right: 75px;
    max-width: 500px;
    overflow-y: auto;
}
.map_popup-exit {
    position: relative;
    top: -65px;
    right: -65px;
    float: right;
    font-size: 20px;
    color: #aaa;
    cursor: pointer;
}
text.jvectormap-region {
    text-transform: uppercase;
}
.jvectormap-zoomin, .jvectormap-zoomout {
    display: none;
}
.map-slides {
    padding-bottom:3rem;
}
.map-slides img {
    display:none;
}
.map-slides .slick-arrow {
    top: auto;
    bottom: 0;
    margin-left: -3rem;
    transform: none;
    height: 2.6rem;
    color:#0065a4;
    width: auto;
    z-index: 150;
}
.map-slides .slick-arrow:before {
    color:#0065a4;

}
.map-slides .slick-prev {
    margin-right: 1.5rem;
    right:50%;
    left:auto;
}
.map-slides .slick-next {
    margin-left: 1.5rem;
    left:50%;
    right:auto;
}
.map-slides .slick-dots {
    width: 2rem;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    height: 2.6rem;
}
.map-slides .slick-dots li {
    margin:0;
    width: auto;
    height: auto;
}
.map-slides .slick-dots button {
    border:0 none;
    color:inherit;
    font-size:inherit;
    display:none;
}
.map-slides .slick-dots li.slick-active button {
    border:0 none;
    display:block;
}
.map-slides .slick-dots li button:before {
    content: none;
}
@media screen and (min-width: 1024px) { 
    .map_continent-inner {
        display: none !important; /* helps when going from mobile to desktop */
    }
    .map-slides {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        -o-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 2.5rem;
        -moz-column-gap: 2.5rem;
        -o-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }
    .map-slides img {
        display:block;
    }
}

@media screen and (max-width: 1280px) {
    .map {
        padding: 50px 0;
    }
    .map h1 {
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }
    .PaneContent .map_continents {
        left: 25px;
        bottom: 25px;
        padding: 10px 15px;
        font-size: 1.2rem;
    }
    .PaneContent .map_continents > li {
        padding: 0;
        color: #fff;
        text-transform: uppercase;
    }
    .map_popup.map_country {
        top: 250px;
        bottom: 25px;
        right: 25px;
        left: 25px;
    }
    .map_popup.map_continent {
        top: 250px;
        bottom: 25px;
        right: 25px;
        max-width: 500px;
    }
}

@media screen and (max-width: 1023px) {
    .map {
        padding: 50px 0;
    }
    .map h1 {
        margin-bottom: 2rem;
    }
    .map_container {
        max-width: 600px;
        height: 300px;
    }
    .map_popup {
        display: none;
    }
    .PaneContent .map_continents {
        position: relative;
        left: auto;
        bottom: auto;
        max-width: 600px;
        margin: 50px auto;
        padding: 0;
        border: none;
        font-size: 1.4rem;
    }
    .PaneContent .map_continents > li {
        margin-bottom: 10px;
        padding: 5px 20px;
        border: 1px solid #37a7d4;
        text-align: center;
    }
    text.jvectormap-region {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    .map_container {
        height: 200px;
    }
}

/* FOSTERING */
.fostering-infograph .border-bottom {
    border-bottom: 1px solid #ea814f;
}
.fostering-infograph .fostering-total {
    border-top:1px solid #ea814f;
}
.fostering-infograph p {
    font-size: 1.8rem;
    margin: 0;
    padding: 0.5rem 0;
}
@media screen and (max-width: 480px) {
    .fostering-infograph h4{
        margin-top: 3rem;
    }
}
@media screen and (min-width: 1024px) {
    .fostering-infograph > .col:first-child {
        border-right: 25px solid transparent;
    }
    .fostering-infograph > .col:first-child + .col {
        border-left: 1px dashed #d7d7d7;
    }
}

.global-culture-graph {
    position: relative;
    text-align: center;
    max-width: 300px;
    margin: auto;
}
.global-culture-graph img {
    /* max-width: 300px; */
}
.global-culture-graph p.left {
    position: absolute;
    top: 18%;
    left: -10%;
    background: rgba(255,255,255,0.8);
    padding: 0.5rem;
}
.global-culture-graph p.center {
    position: absolute;
    top: 35%;
    right: 28%;
    border:1px solid #00abd9;
    background: rgba(255,255,255,0.8);
    padding: 0.5rem;
    color:#00abd9;
}
.global-culture-graph p.right {
    position: absolute;
    top: 55%;
    right: 0%;
    text-align:left;
    background: rgba(255,255,255,0.8);
    padding: 0.5rem;
}
@media screen and (max-width:480px) {
    .global-culture-graph p.left {
        left:0;
    }
    .global-culture-graph p.center {
        right:50%;
        margin-right:-15%;
    }
    .global-culture-graph p.right {
        right:5%;
    }
}

/* WHO DO YOU WORK FOR */
.working-together-box {
    /* background-repeat:no-repeat; */
    /* background-position: right top; */
    /* background-size:25% auto; */
}
.working-together-box {
    display:table;
    table-layout: fixed;
    width:100%;
    margin: 0;
}
.working-together-box .col {
    display:table-cell;
    padding: 0;
    font-size: 1.6rem;
}
.working-together-box .col.col-bg {
    background-size:cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.working-together-box .col p {
    margin:0;
}
.working-together-box .col img {
    float:left;
    margin-right:2rem;
}
.working-together-box .col > div {
    padding: 1rem;
}
.working-together-box .col > div:first-child {
    padding: 5% 2rem;
}
@media screen and (max-width:768px) {
    .working-together-box {
        display:block;
    }
    .working-together-box .col {
        display: block;
    }
    .working-together-box .col.col-bg {
        padding-bottom:56.25%;
        background-size: inherit;
    }
}
@media screen and (max-width:480px) {
    .working-together-box .col a {
        word-break:break-word;
    }
}

.Cultivating h4,
.Cultivating p {
    margin: 0;
}

.show-only-responsive {
    display: none;
}
@media screen and (max-width: 1024px) {
    .show-only-responsive {
        display: block;
    }
}
