.article_page_left.presentation_full .presentation_v1.horizontal #top .rightSide .text_height_fix_box .viewport {height: 300px;}
table.last_content td {
    margin: 0 22px 0 0;
}
table.last_content td.text {
    width: 320px;
}
div.row {
    width: 100%;
    float:left;
}
div.col-md-4 {
    float:left;
    width:30%;
    padding: 0 10px 0 10px;
}






/* Grid - for general use */

.g-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.g-flexcontainer {
    position: relative;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.g-flexcenter {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-flex {
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}


.g-row {
    /*margin-left: -15px;
    margin-right: -15px;*/
}

.g-container:before,
.g-container:after,
.g-row:before,
.g-row:after {
    content: " ";
    display: table;
    clear: both;
}

.col-1of2, .col-1of3, .col-1of4, .col-2of3, .col-2of5, .col-3of5 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-1of2 {
    width: 50%;
}

.col-1of3 {
    width: 33.33333%;
}

.col-1of4 {
    width: 25%;
}

.col-2of3 {
    width: 66.666666%;
}

.col-2of5 {
    width: 40%;
}

.col-3of5 {
    width: 60%;
}


/* ==========================================
   Static Pages (sp-)
   ========================================== */

.sp-menu {
    margin: 15px 0 0 0;
    border-bottom: 1px solid #E6E6E6;
    text-align: right;
    width: 100%;
    padding-bottom: 5px;
}

.sp-menu li {
    display: inline;
}

.sp-menu li:not(:last-child) {
    padding-right: 20px;
}

.sp-menu a {
    padding-bottom: 5px;
}

.sp-menu a:hover {

    border-bottom: 2px solid #000;
}

.sp-menu .active {
    font-weight: bold;
    border-bottom: 2px solid #000;
}

.sp-sectionhead {
    font-size: 28px;
    margin-bottom: 32px;
}

.sp-section h2 {
    font-size: 24px;
    margin-bottom: 32px;
}

.sp-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.sp-section:after {
    content:" ";
    display:table;
    clear:both;
}

.sp-section * {
    box-sizing: border-box;
}

.sp-section p {
    margin-bottom: 24px;
}

.sp-graph {
    width: 100%;
    height: 252px;
    position: relative;
}

.sp-graph--left {
    background: url("i/sp-graph-1.jpg") no-repeat;
    background-size: 485px 226px;
}

.sp-graph p {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    position: absolute;
}

.sp-graph span {
    display: inline-block;
    padding-top: 30px;
}

.sp-graph--left p {
    right: 10px;
    top: 50px;
    max-width: 55%;
}

.sp-graph--right p {
    right: 10px;
    top: 80px;
    max-width: 50%;
}

.sp-graph--right {
    background: url("i/sp-graph-2.jpg") no-repeat;
    background-size: 484px 226px;
}

.sp-quote {
    background: url(i/sp-quote.svg) no-repeat top left;
    padding: 20px 0;
    margin-top: 40px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}

.sp-quote p {
    font-style: italic;
    line-height: 1.75;;
}

.sp-quote .quote-image {
    float: left;
    border-radius: 33px;
}

.sp-quote-author {
    float: left;
    font-style: normal;
    font-size: 16px;
}

.sp-quote-author span {
    color: #888;
    font-size: 12px;
    font-style: normal;
}

.sp-community {
    background: url(i/sp-blue-bg.jpg) no-repeat;
    background-size: 969px 888px;
}

.sp-card-special {
    float: left;
    background-color: #fff;
    box-shadow: 0px 0px 50px rgba(19,68,125,0.5);
    margin: 0 20px;
}

.sp-card-special img{
    width: 100%;
}

.sp-feedback {
    text-align: center;
    padding-bottom: 30px;
}

.sp-feedback h1 {
    font-size: 28px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.sp-feedback a {
    color: #2097E2;
    background-color: #fff;
    padding: 16px 28px;
    text-transform: uppercase;
    font-weight: bold;
}

.sp-feedback a:hover {
    color: #000;
}

.bxslider .sp-quote{
    margin-top: 0;
}

.sp-section .bx-prev {
    position: absolute;
    background: url(i/sp-icon-prev.svg) no-repeat;
    width: 20px;
    height: 34px;
    top: 50%;
    left: 0;
    margin-top: -36px;
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

.sp-section .bx-next {
    position: absolute;
    background: url(i/sp-icon-next.svg) no-repeat;
    width: 20px;
    height: 34px;
    top: 50%;
    right: 0;
    margin-top: -36px;
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

.sp-editor img {
    float: left;
    border-radius: 33px;
}

.sp-editor span {
    color: #888;
    font-size: 12px;
    line-height: 1.3;
}

.sp-other-teams {
    background-color: #E0E3F2;
    border-top: 2px solid #286BB3;
    padding: 20px 10px;
}

.sp-other-teams p {
    margin: 0;
    padding: 0;
}

.sp-other-teams a {
    color: #286BB3;
}

.sp-other-teams a:hover {
    color: #286BB3;
    text-decoration: underline;
}

.sp-other-teams img{
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.sp-participate a {
    color: #286BB3;
}

.sp-participate a:hover {
    color: #286BB3;
    text-decoration: underline;
}

.contribute-or {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #BFD1E4;
    margin: -54px 0 0 -34px;
    width: 68px;
    height: 68px;
    border-radius: 34px;
}

.contribute-or p{
    color: #fff;
    font-size: 18px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -14px;
}

.contribute-opt {
    position: absolute;
    bottom: 25px;
    right: 25px;
}

.sp-gallery {
    display: block;
    width: 100%;
    padding: 70px 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    opacity: .9;
    transition: opacity .2s ease-in;

}

.sp-gallery:hover {
    opacity: 1;
}

.sp-gallery--sf {
    background: url(i/sp-gallery-sf.jpg) no-repeat;
    background-size: cover;
    border-bottom: 1px solid #fff;
}

.sp-gallery--ny {
    background: url(i/sp-gallery-ny.jpg) no-repeat;
    background-size: cover;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.sp-gallery--london {
    background: url(i/sp-gallery-london.jpg) no-repeat;
    background-size: cover;
    border-bottom: 1px solid #fff;
}

.sp-gallery--sp {
    background: url(i/sp-gallery-sp.jpg) no-repeat;
    background-size: cover;
    border-right: 1px solid #fff;
}

.sp-gallery--beijing {
    background: url(i/sp-gallery-beijing.jpg) no-repeat;
    background-size: cover;
    border-right: 1px solid #fff;
}

.sp-gallery--shanghai {
    background: url(i/sp-gallery-shanghai.jpg) no-repeat;
    background-size: cover;
    border-right: 1px solid #fff;
}

.sp-gallery--ai {
    background: url(i/sp-gallery-ai.jpg) no-repeat;
    background-size: cover;
}

.sp-map {
    position: relative;
    background: url(i/sp-map.svg) no-repeat;
    width: 950px;
    height: 535px;
}

.sp-map-markers {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sp-map-marker {
    position: absolute;
}

.sp-map-marker:after {
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-name: pop;
    border-radius: 50%;
    border: 1px solid #E94242;
    content: '';
    height: 2em;
    left: 0;
    margin: -.5em 0 0 -.5em;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 2em;
}

.sp-map-marker:hover .sp-map-marker-info {
    display: block;
}

.sp-map-marker a {
    background-color: #E94242;
    border-radius: 50%;
    height: 1em;
    display: block;
    text-indent: -9999px;
    width: 1em;
}

.sp-map-marker-info {
    display: none;
    left: 50%;
    position: absolute;
    bottom: 0;
    transform: translate(-50%, -2em);
    width: 14em;
    z-index: 999;
}

.sp-map-marker-info h2 {
    background-color: #fff;
    border-radius: .5em;
    color: #000;
    padding: .5em;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    float: none !important;
    margin: 0 !important;
}

.sp-map-marker-info-inner {
    border-radius: .5em;
    box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
}
.sp-map-marker-info-inner:after {
    border-left: .75em solid transparent;
    border-right: .75em solid transparent;
    border-top: 1em solid #fff;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    width: 0;
}

.sp-map-marker-canada {
    left: 22%;
    top: 25%;
}

.sp-map-marker-us {
    left: 22%;
    top: 38%;
}

.sp-map-marker-brazil {
    left: 33%;
    top: 70%;
}

.sp-map-marker-uk {
    left: 47%;
    top: 31%;
}

.sp-map-marker-france {
    left: 48%;
    top: 35%;
}

.sp-map-marker-romania {
    left: 54%;
    top: 35%;
}

.sp-map-marker-greece {
    left: 54%;
    top: 39%;
}

.sp-map-marker-jordan {
    left: 58%;
    top: 44%;
}

.sp-map-marker-rsa {
    left: 54%;
    top: 79%;
}

.sp-map-marker-china {
    left: 78%;
    top: 44%;
}

.sp-map-marker-japan {
    left: 86%;
    top: 37%;
}

.sp-animate {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes bounce-in {
    0%, 20%, 40%, 60%, 80%, 100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}
.sp-animate-bounce-in {
    animation-duration: .75s;
    animation-name: bounce-in;
}

.sp-editorial {
    background: #fff;
    padding: 15px 5px;
    box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
}

.sp-editorial img {
    width: 50px;
    height: 50px;
}

.sp-mgmt img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px;
    border-radius: 50px;
    margin-bottom: 30px;
}

.sp-onepercent {
    background: url(i/sp-onepercent.jpg)no-repeat center center;
}

.sp-pledge {
    font-weight: bold;
    text-align: center;
    background: #fff;
    padding: 15px 5px;
    box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

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

.sp-join a{
    text-transform: uppercase;
    background-color: #3F73AD;
    color: #fff;
    padding: 15px 30px;
}

.sp-join a:hover {
    background-color: #2961A0;
}

.sp-bottomnav-right {
    float: right;
    text-align: right;
}

.sp-bottomnav a {
    text-align: center;
    padding: 5px 45px;
    display: inline-block;
    text-decoration: none;
    font-size: 11px;
    color: #222222;
    border: 1px solid #dfdfdf;
    background: #efefef;
    border-radius: 2px;
    text-shadow: 0 1px 0 #FFFFFF;
}

.sp-bottomnav a:hover {
    text-decoration: none;
    color: black;
    background: #f8f8f8;
}


/* SP Utils */

.sp-u-bb {
    border-bottom: 1px solid #e6e6e6;
}

.sp-u-bb-blue {
    border-bottom: 1px solid #BFD1E5;
}

.sp-u-br-blue {
    border-right: 1px solid #BFD1E5;
}

.sp-large {
    font-size: 24px;
}

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

.sp-u-right {
    text-align: right;
}

.sp-u-fullimg {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.sp-u-contained{
    max-width: 700px;
    display: block;
    margin-left: 135px;
}

.sp-u-bggrey {
    background-color: #F2F3F7;
}

.sp-u-bggradient {
    background: linear-gradient(84.63deg, #246FFF 0%, #21A2EB 100%);
}

.sp-u-white {
    color: #fff !important;
}

.sp-u-p-0 {
    padding: 0;
}

.sp-u-pt-0 {
    padding-top: 0;
}

.sp-u-pb-0 {
    padding-bottom: 0;
}

.sp-u-pb-5 {
    padding-bottom: 5px;
}

.sp-u-pb-20 {
    padding-bottom: 20px;
}

.sp-u-pb-30 {
    padding-bottom: 30px;
}

.sp-u-pb-50 {
    padding-bottom: 50px;
}

.sp-u-pt-30 {
    padding-top: 30px;
}

.sp-u-p-20 {
    padding: 20px;
}

.sp-u-p-50 {
    padding: 50px;
}

.sp-u-pr-20 {
    padding-right: 20px;
}


.sp-u-pl-20 {
    padding-left: 20px;
}

.sp-u-mb-15 {
    margin-bottom: 15px;
}

.sp-u-mr-10 {
    margin-right: 10px ;
}

.sp-u-mb-5 {
    margin-bottom: 5px !important;
}

.sp-u-va-mid {
    vertical-align: middle;
}