@font-face {
    font-family: "Source Han Sans CN";
    src: url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Regular.woff2) format('woff2'),
         url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Regular.woff) format('woff'),
         url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Regular.otf) format('opentype');
}
html,body {
    margin: 0;
    padding: 0;
}
body,#wrapper{
    position: absolute;
    margin:0;
    padding:0;
    width: 100%;
    min-height: 100%;
    font-family: Arial, "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
}
#wrapper{
    position: relative;
    min-height: 100%;
    top:0;
    bottom: 0;
}

.fullbackground,
.fullbackground-plain,
.fullbackground-comments,
.fullbackground-downloads {
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fullbackground{
    background: #f3f3f3 url("../images/200k_homepage_header_nov18.png") no-repeat top center fixed;
      background-attachment: scroll;
}

.fullbackground #header-copy .outline-square p {
    line-height: 1.4em;
    margin-top: 0;
}

.fullbackground-plain {
    background: #f3f3f3 url("../images/wallbg.jpg") no-repeat center center fixed;
}

.fullbackground-comments {
    background: #f3f3f3 url("../images/wall-comments-bg.png") no-repeat center center fixed;
}

.fullbackground-downloads {
    background: #f3f3f3 url("../images/downloads_header.jpg") no-repeat bottom center fixed;
}

/* common styles */

a img {
    border: 0;
}

.btn{
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
    font-size:0.875em;
    display: block;
    width:274px;
    height:48px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}


.red{
    background-color: #C80000;
}

.btn.red:hover{
    background-color: #d33333;
    text-decoration: underline;
}

.black{
    background-color: #000000;
}

.btn.black:hover{
    background-color: #333333;
    text-decoration: underline;
}

.grey{
    background-color: #747678;
}

.white{
    background-color: #fff;
    border: 1px solid #e5e5e5;
    color: #000;
    margin: -1px;
}

.light-grey {
    background-color: #e5e5e5;
    color: #000;
}

.btn.grey:hover{
    background-color: #888888;
}

.grey.inactive{
    background-color: #A8A8A8;
}


.grey.inactive:hover{
    background-color: #A8A8A8;
}
.outline-red{
    color:#C80000;
    border-color:#C80000;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    background:none;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
    overflow: hidden;
}

.btn.outline-red:hover{
     color:#ec686c;
     border-color:#ec686c;
    background:none;
}

.btn.outline-red:hover div{
    color:#ec686c;
    border-color: #ec686c;
    background:none;
}

.outline-black{
    color:#000000;
    border-color:#000000;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    background:none;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
    overflow: hidden;
}

.btn.outline-black:hover{
    color:#333333;
    border-color:#333333;
    background:none;
}

.btn.outline-black:hover div{
    color:#333333;
    border-color:#333333;
    background:none;
}

.outline-grey{
    color:#000000;
    border-color:#979797;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    background:none;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
    overflow: hidden;
}

.btn.outline-grey:hover{
    color:#fff;
    border-color:#fff;
    background:none;
    text-decoration: underline;
}
.btn.outline-grey:hover div{
    color:#fff;
    border-color:#fff;
    background:#000;
}

.btn.outline-grey svg {
    position: absolute;
    left: 0;
    right: 0;
    top: -2px;
    bottom: 0;
    margin: auto auto;
    height: 24px;
    stroke: #000;
}

.btn.outline-grey:hover svg{
    stroke: #fff;
}

.horizontal-center{
    position: relative;
    left:0;
    right:0;
    margin: auto auto;
}

.abs-center{
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom: 0;
    margin: auto auto;
}

.red-link{
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
    font-size: 0.875em;
    color:#C80000;
}

.red-link:hover{
    color:#d33333;
}

.red-link:visited{
    color:#C80000;
}

input[type=text],input[type=text-area],select, textarea{
    padding: 10px;
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
    font-size: 1em;
    color:#000000;
    border-color:#979797;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    border-radius: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

input[type=text].outline-red,input[type=text-area].outline-red,select.outline-red, textarea.outline-red{
    background-color:#f2dcdc;
    border-color:#e44444;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a8a8a8;
}

:-ms-input-placeholder {
    color: #a8a8a8 !important;
}

select::-ms-expand {
display: none;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* homepage and shared */

#header{
    position: relative;
    display: block;
    left:0;
    right:0;
    height:100%;
    overflow: hidden;
    background-size: cover;
    min-height:650px;
}

#header.subpage-splash {
    min-height: 600px;
}

#header.subpage-splash .outline-square {
    margin-top: 10%;
}

#header.subpage-splash.infographic {
    background: #f3f3f3 url("../images/splashheader.png") no-repeat bottom center fixed;
}

#header #acca{
    height:100px;
    position: absolute;
    left:95px;
    top:48px;
}

#think-ahead{
    height:27px;
    position: absolute;
    bottom:0;
    right:0;
}


#header-copy{
    color: #fff;
    position: absolute;
    left:95px;
    top:50%;
    margin-top:-200px;
    width:600px;
}

#header-copy .outline-square{
    position: relative;
    min-height: 200px;
    width: 100%;
    padding-left:88px;
    padding-top:70px;
}

#header-copy .outline-square.extra-space{
    padding-top: 45px;
}

#header-copy .outline-square img{
    position: absolute;
    left:0;
    top:0;
}

h1{
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
    font-size: 2.250em;
    line-height:1.333em;
    margin:0;
}
h2{
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
    font-size: 1em;
    line-height:1.333em;
    margin:0;
    margin-top: 10px;
    margin-bottom: 10px;
}

#header-copy #buttons{
    display: inline-block;
    position: relative;
    padding-left:88px;
    overflow: visible;
    /*position: absolute;
    bottom: 0;*/
}

#header-copy #buttons a.btn.black img {
    height: 30px;
    left: 10px;
    position: relative;
    top: 10px;
}

#watch-the-video{
    position: relative;
    width: 155px;
}

#watch-the-video img{
    width: 19px;
    height: 26px;
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    margin:auto 0;
}


@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

#scroll-down{
    color: #fff;
    text-shadow: 0 5px 50px #000;
    position: absolute;
    display: block;
    left:0;
    right:0;
    bottom:0;
    margin:0 auto;
    padding-bottom:30px;
    width: 200px;
    height:50px;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s 2;
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
    text-align: center;
    cursor:pointer;
}
#scroll-down img{
    height:16px;
    position: absolute;
    bottom: 30px;
    left:0;
    right:0;
    margin:0 auto;
}

div #scroll-down:hover{
    opacity: 0.7;
}


.line-top, .line-left, .line-right, .line-bottom{
    position: absolute;
    top:0;
    left:0;
}

.line-right{
    left:241px;
}

.line-bottom{
    top:241px;
}


.tabs{
    position: relative;
    width: 100%;
    height:78px;
    background-color: #A8A8A8;
}

.tab{
    font-size:1em;
    width:50%;
    position: absolute;
    text-align: center;
    height: 100%;
    transition: background-color .5s;
    color: #ffffff;
    right:0;
    cursor: pointer;
    line-height: 78px;
}
.tab p{
     padding:0;
     margin: 0;
    padding-left:36px;
    padding-right:36px;
}
.tab.grey{
    background: #A8A8A8;
}
.tab.grey:hover{
    background: #bbbbbb;
}

.tab:first-child{
    right:auto;
    left:0;
}

div .tab:hover{
    opacity: 0.8;
}

.comments,
.wall-gallery {
    width:100%;
    max-width:1440px;
    left: 0;
    right:0;
    margin: 0 auto;
    overflow: auto;
}

.comments .square {
    color: #fff;
}

.wall-gallery .square {
    background-color:#E5E5E5;
    padding-bottom: 200px;
}

.square {
    float:left;
    position: relative;
    width:31.3%;
    padding-bottom : 25px;
    margin:1%;
    overflow: hidden;
    -webkit-animation:1s ease-out 0s 1 fadeIn;
    -moz-animation:1s ease-out 0s 1 fadeIn;
    -ms-animation:1s ease-out 0s 1 fadeIn;
    -o-animation:1s ease-out 0s 1 fadeIn;
    animation:1s ease-out 0s 1 fadeIn;
}
.square {
    padding-bottom: 30%;
}

.wall-gallery h1 {
    text-align: center;
    margin: 40px auto;
}

.wall-gallery img {
    position: absolute;
    width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

.show-comment {
    display: block !important;
}

.content {
    position:relative;
    height:100%;
    width:100%;
    padding: 0;

}
.table{
    display:table;
    width:100%;
    height:100%;
}
.table-cell{
    display:table-cell;
    vertical-align:middle;
}

.wall-header {
    background: #E5E5E5;
}

.wall-header .inner {
    left: 0;
    margin: auto;
    position: relative;
    right: 0;
    max-width: 1440px;
}

.wall-header .inner h2, .wall-header .inner .btn {
    display: inline-block;
    margin: 42px 0;
}

.wall-header .inner h2 {
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
    font-size: 1.75em;
    font-weight: normal;
    line-height:1.333em;
    text-decoration: none;
    margin: 50px 0;
    padding-right: 30px;
    text-align: left;
}

.left-quote{
    position: absolute;
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
    font-weight: bold;
    font-size:5em;
    top:-36px;
    left:23px;
    opacity: 0.5;
}

.right-quote{
    position: absolute;
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
    font-weight: bold;
    font-size:3.75em;
    bottom:-50px;
    right:0;
    margin-right: 33px;
    opacity: 0.5;
}

.wall-comment, .homepage-comment{
    font-weight: bold;
    position: absolute;
    padding-left:77px;
    padding-right:67px;
    left:0;
    right:0;
    font-size: 1em;
    line-height:1.3em;
}

.wall-comment {
    padding-bottom:105px;
    padding-top:40px;
    top:0;
}

.wall-member{
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
    font-size:0.8em;
    line-height: 1.2em;
    padding:0;
    margin:0;
    position: absolute;
    left:77px;
    bottom:0;
    padding-bottom:35px;
}

#twitter-wall{
    display: none;
    padding:100px;
    padding-top: 0;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* wall css */

#video-box{
    visibility: hidden;
    background:#000000;
    width:960px;
    height:540px;
    position: absolute;
    left: 0;
    right:0;
    top:0;
    bottom:0;
    margin: auto auto;
    z-index: 1003;
    text-align: center;
}

#video-box.offscreen{
    /*left:-200%;*/
}

#video-box #player{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height:100%;
    padding-bottom: 4px;
}

#video-box .red-link{

    position: absolute;
    left:0;
    right:0;
    bottom:-25px;
}

#skip-button{
    position: absolute;
    left:0;
    right:0;
    bottom:-90px;
    margin: 0 auto;
}

#cinema{
    margin:0;
    padding:0;
    display: none;
    background:#000000;
    position:fixed;
    width:100%;
    height:100%;
    top: 0;
    z-index: 1003;
}

#post-video-cta{
    display: none;
    width:550px;
    height:300px;
    background:#ffffff;
    position: absolute;
    left: 0;
    right:0;
    top:0;
    bottom:0;
    margin: auto auto;
    z-index: 1000;
}

#post-video-cta .btn.black{
    height:60px;
    line-height: 60px;
    bottom: auto;
    width: 90%;
}

#post-video-cta .btn.black.top{
    top:35px;
}

#post-video-cta .btn.black.middle {
    top: 120px;
}

#post-video-cta .btn.red{
    top:auto;
    bottom:35px;
    line-height: 60px;
    height:60px;
    width: 90%;
}

#members{
    background:#555555;
    margin-bottom:100px;
    margin-left: 95px;
    margin-right:95px;
    position: absolute;
    border:0;
    opacity: 1;
    top: 50px;
    bottom: 0;
    left:0;
    right:0;
    overflow: hidden;
}

#video-box{
    visibility: hidden;
    background:#000000;
    width:960px;
    height:540px;
    position: absolute;
    left: 0;
    right:0;
    top:0;
    bottom:0;
    margin: auto auto;
    z-index: 1000;
    text-align: center;
}

#skip-button{
    position: absolute;
    left:0;
    right:0;
    bottom:-60px;
    margin: 0 auto;
}

.navigator-style{
    background:#ffffff !important;
    opacity:1 !important;
    border-color: #ffffff !important;
    border-width: 10px !important;

}

.navigator-style div:first-child{
    /*padding:4px !important;*/
}

.displayregion{
    border-color: #000000 !important;
}


#members.fullpage  {
    top:0;
}
#toolbar-bottom-right{
    display: none;
    position: absolute;
    right: 10px;
    bottom:10px;
    z-index: 1000;
    width:38px;
    height:38px;

}
#toolbar-bottom-right img{
    position: absolute;
    width:38px;
    height:38px;
    cursor:pointer;
}

#fullscreen-toggle{
    display: none;
}

#toolbar-bottom-right #zoomin{
    left:-50px;
}
#toolbar-bottom-right #zoomout{
    left:-100px;
}

#toolbar-bottom-left{
    display: none;
    position: absolute;
    left: 10px;
    bottom:0px;
    z-index: 1000;
}

#find-panel {
    position: relative;
    width:800px;
    height:auto;
    max-height: 200px;
    bottom: 0;
    overflow: hidden;
}

#find-panel{
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    -webkit-transition: height 0.3s, max-height 0.3s;
    -moz-transition: height 0.3s, max-height 0.3s;
    -ms-transition: height 0.3s, max-height 0.3s;
    -o-transition: height 0.3s, max-height 0.3s;
    transition: height 0.3s, max-height 0.3s;
}

#find-panel.qr-extend {
    padding-right: 180px;
}


#find-panel.hidden{

    max-height: 0px;/*animate max height to get transition working stackoverflow 3508605*/
}


#find-panel #success-share-buttons div.inline {
    display: inline;
}

#find-panel #search, #connections-find-panel #search{
    height:150px;
}

#find-tab{
    position: relative;
    color:#ffffff;
    width:142px;
    height:38px;
    background:#000000;

    line-height: 38px;
    font-size: 0.750em;
    padding-left: 15px;
    cursor: pointer;
}
#find-panel #search p{
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
    font-size: 1.2em;
    line-height:1.333em;
    padding:0;
    margin: 0;
    position: absolute;
    left:15px;
    top:15px;
}

#find-panel #search p.small {
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
    font-size: 1em;
    position: relative;
    top: 50px;
    width: 90%;
}

#find-panel #success{
    display: none;
    width: 100%;
    height:150px;
    top:0;
    position: relative;
    background:#ffffff;
}

#find-panel #success-message{
    position: absolute;
    top:15px;
    left:15px;
    right:15px;
    height:48px;
}

#find-panel #success-message p{
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.3em;
    margin:0;
    cursor: default;
}

#find-panel #success .btn{
    position: absolute;
    right:0;
    top:0;
    width: 200px;
}

#find-panel #success hr{
    background:#747678;
    position: absolute;
    border:0;
    height:1px;
    left:0;
    right:0;
    top:74px;
    margin-left:15px;
    margin-right:15px;
}

#find-panel #success-share{
    position: absolute;
    left:15px;
    right:15px;
    height:36px;
    top:100px;
    line-height: 36px;
    font-size:0.9em;
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
}

#find-panel #success-share-buttons{
    position: absolute;
    height:36px;
    width:430px;
    overflow: hidden;
    right:-12px;
    font-size: 0.7em;
    top:0;
}

#find-panel #success-share-buttons a{
    position: relative;
    width:73px;
    height:36px;
    margin-right: 12px;
    float: left;
    background: #000000;
    color:#ffffff;
    text-align: right;
    text-decoration: none;
}

#find-panel #success-share-buttons a:hover{
    background:#C80000;
}

#find-panel #success-share-buttons img{
    height:30px;
    position: absolute;
    left:3px;
    top:3px;
}
#find-panel #success-share-buttons span{
    height:36px;
    line-height: 36px;
    padding-right: 6px;
}

#find-panel #success-share p {
    line-height: 0;
}

#find-panel #submit-number{
    left:15px;
}


#find-panel #submit-number, #connections-find-panel #connections-submit-number{
    display:table;
    position: absolute;
    top:50px;
    width:447px;
    height:48px;
    vertical-align: top;
}
#find-panel #submit-number div{
    display: table-row;
    width: 100%;
}


#find-panel #submit-number input[type=text], #connections-find-panel #connections-submit-number input[type=text]{
    display: table-cell;
    width:280px;
    height:48px;
    padding:10px;
    margin:0;
}

#find-panel #wechat-share-qr {
    display: none;
    height: 130px;
    position: absolute;
    right: 33px;
    top: 12px;
    width: 130px;
}

#find-panel #wechat-share-qr.show {
    display: block;
}

input, button, submit{
    border:none;
    border-radius: 0px;
}

#find-panel #submit-number input[type=submit], #connections-find-panel #connections-submit-number input[type=submit]{
    display: table-cell;
    right: 0;
    top: 0;
    width:167px;
    height:48px;
    position: absolute;
    top:0;

    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

#find-tab img{
    width:10px;
    position: absolute;
    right:15px;
    top:0;
    bottom:0;
    margin:auto 0;
}

#name-pointer{
    display: none;
    position: absolute;
    background: #C80000;
    left:0;
    right:0;
    top:-100px;
    bottom:0;
    width: 280px;
    height:70px;
    margin:auto auto;
    z-index:1000;
    color:#ffffff;
    padding:36px;
}

#name-pointer img{
    width: 28px;
    position: absolute;
    left:0;
    right:0;
    top:-14px;
    margin:0 auto;
}

#name-pointer table{
    width:280px;
    height:70px;

    text-align: left;
    font-size:1em;
}



#name-pointer th{
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
}

#name-pointer td{
    padding-left: 10px;
}

#name-pointer td:first-child{
    padding-left: 0;
}



.table-text{
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
}

.table-number{
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
    border-style: solid;
    border-color: #ffffff;
    border-width: 0 1px 0 0;
    padding-right: 10px;
}
#name-pointer td:last-child{
    border-width:0;
}

#wall-buttons{
    position: relative;
    width:100%;
    height:100px;
    max-width:1440px;
    left: 0;
    right:0;
    top:-8px;
    margin: 0 auto;
    overflow: auto;
}

#load-button{
    display: none;
    position: absolute;
    left:0;
    right:0;
    margin: 0 auto;
    top:50%;
    margin-top:-24px;
}

#top-button{
    width: 163px;
    position: absolute;
    right:1%;
    top:50%;
    margin-top:-24px;
    overflow: hidden;
}

#top-button div, #back-button div{
    display: block;
    position: relative;
    float:left;
    text-align: center;
    width:113px;
}
#top-button div:first-child, #back-button div:first-child{
    height:48px;
    width:48px;
    border-width:0 1px 0 0;
}
#top-button div img, #back-button div img{
    position: absolute;
    left:0;
    right:0;
    top:-2px;
    bottom:0;
    margin:auto auto;
    height:24px;
}
#back-button{
    position: absolute;
    width: 163px;
    top:75px;
    right:95px;
}

.explainer{
    max-width:1440px;
    left: 0;
    right:0;
    margin: 0 auto;
    overflow: visible;
    padding: 2% 14%;
    position: relative;
    font-size: 1em;
    line-height: 1.3em;
    text-align: center;
}

.explainer div{
    padding-left: 1.2%;
    padding-right: 1.2%;
    text-align: left !important;
}

#twitter-wall .explainer{
    text-align: center;
}

#twitter-div {
    text-align: center;
}


#find-my-name-footer{
    width:100%;
    height: 50%;
    max-width:1440px;
    min-height: 450px;
    left: 0;
    right:0;
    margin: 0 auto;
    overflow: hidden !important;
    position: relative;
}

#find-my-name-footer div{
    position: relative;
    height:55%;
    vertical-align: middle;
    background:#E5E5E5;
    top: 30px;
    bottom:0;
    margin-left:1.2%;
    margin-right:1.2%;
    padding-bottom: 20px;
    text-align: center;
}

#find-my-name-footer.cta-only {
    min-height: 150px;
}

#find-my-name-footer.cta-only div{
    padding: 20px;
}

#find-my-name-footer p {
    display: inline-block;
    margin: 0;
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
    font-size:1em;
    line-height: 1em;
}

#find-my-name-footer .btn{
    display: inline-block;
    margin-left:40px;
}

#footer{
    clear:both;
    display: block;
    position: relative;
    bottom:0;
    height:120px;
    width:100%;
    max-width:1440px;
    left: 0;
    right:0;
    margin: 0 auto;
    overflow: auto;
    padding-bottom: 40px;

}

#footer.sticky{
    position: absolute;
    bottom:0;
}

#footer #acca{
    position: absolute;
    top:40px;
    left:1%;
}
#footer #acca img{
    height:56px;
}

#footer hr{
    background:#747678;
    border:0;
    height:1px;
    position: absolute;
    left:1%;
    right:1%;
    top:0;
}

#footer #wechat-footer-qr{
    display: none;
    height: 130px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 20px;
    width: 130px;
}

#footer #wechat-footer-qr.show {
    display: inline-block;
}

#social{
    position: absolute;
    right:1%;
    top:50px;
}

#social svg{
    width:32px;
    height:32px;
    padding-left: 12px;
}

#social #linkedin-china {
    width: 82px;
}

#social svg:hover{
    fill:#C80000;
}

#social a{

  text-decoration: none;
}
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* form css */
#header.form{
    height:200px;
    min-height: 200px;
}

.boltform label.required:after {
    display: none;
}

.boltform-container{
    background: #ffffff;
    width:500px;
    position: relative;
    left:0;
    right:0;
    margin:0 auto;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    text-align: left;
    padding: 30px;
    margin-bottom:100px;
    overflow: auto;
}

.boltform-container label{
    display: block;
    margin-top:20px;
    margin-bottom:10px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

.boltform-container input[type=text], .boltform-container input[type=text-area], .boltform-container select, .boltform-container textarea{
    width:100%;
    min-width:100%;
    max-width:100%;
    height:60px;
    min-height:60px;
}

.boltform-container input[type=text].outline-red, .boltform-container input[type=text-area].outline-red, .boltform-container select.outline-red, .boltform-container textarea.outline-red{
    border-color:#C80000;
}

.boltform-container select{
    color:#000000;

    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image:url(../images/icons/dropdown-arrow.svg);
    background-size: 18px 10px;
    background-position: 450px 25px;
    background-repeat: no-repeat;
}

.boltform-container textarea{
    height:200px;
    min-height:200px;
}


.boltform-container button{
    background-color: #C80000;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
    font-size: 0.875em;
    height:60px;
    line-height: 48px;
    margin-top:20px;
    text-align: center;
    text-decoration: none;
    width:100%;
}


#post-comment-cta{
    width:550px;
    height:340px;
    background:#ffffff;
    position: absolute;
    left: 0;
    right:0;
    top:0;
    bottom:0;
    margin: auto auto;
    z-index: 1000;

    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

#post-comment-cta h1{
    margin: 25px;
    font-size: 2em;

}

#post-comment-cta .btn.black{

    position: relative;
    height:60px;
    line-height: 60px;
    width: 90%;
    overflow: auto;
    margin-bottom: 20px;
}

#post-comment-cta .btn.red{
    position: relative;

    line-height: 60px;
    height:60px;
    width: 90%;
    margin-bottom: 20px;
}

.filler{
    position: relative;
    /*min-height: 100%;*/
}

.boltform-message {
    display:none;
}

@media only screen and (max-width: 1200px) {
    #members{
        margin:0;
        height:70%;
    }
    .wall-header .inner h2 {
        margin: 30px 0;
    }
}


/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* iPads (portrait and landscape) ----------- */
@media only screen  and (max-width: 1024px){

#video-box{
    width:100%;
    height:auto;
    padding-top: 56.25%;
    bottom:auto;
    top:20%;
}
#skip-button{
    position: absolute;
    left:0;
    right:0;
    bottom:-90px;
    margin: 0 auto;
}

#header{
    height:100%;
}

#header #acca{
    height:100px;
    position: absolute;
    left:48px;
    top:48px;
}

#header-copy{
    position: absolute;
    right:0;
    top:50%;
    min-height: 355px;
}

#header-copy .outline-square{
    margin:0;
    left:-45px;
}

#header-copy #buttons{
    left:-45px;
}

.square {
    width: 48.2%;
    margin:0.9%;
    padding-bottom: 48.2%;
}

#find-my-name-footer{
    height: auto;
    line-height:1em;
}

#find-my-name-footer div {
    top: 0;
}

#find-my-name-footer p {
    display: block;
    width: 100%;
    margin:0;
    padding-top: 5%;
    padding-bottom: 20px;
}

#find-my-name-footer .btn{
    display: block;
    position: relative;
    left:0;
    right:0;
    margin:0 auto;
    margin-bottom: 5%;
}

#footer.extend {
    height: 300px;
}

.explainer {
    padding: 2% 4%;
}

.wall-comment{
    font-size: 1em;
    line-height:1.3em;
}
#wall-buttons{
    height:130px;
    top:0;
}

#load-button{
    left:0;
    right:0;
    top:60px;
    bottom:auto;
}
#top-button{
    left:0;
    right:0;
    top:auto;
    bottom:40px;
    margin:0 auto;
}


#back-button{
    right:48px;
}

/* QR code appearing on right, landscape ipad ----------- */
@media only screen  and (max-width: 1023px){

    #find-panel.qr-extend {
        padding-bottom: 180px;
        padding-right: 0;
    }

    #find-panel #wechat-share-qr {
        left: 0;
        margin: auto;
        right: 0;
        top: 175px;
    }

    #footer #wechat-footer-qr{
        height: 150px;
        width: 150px;
        top: 120px;
    }

    #footer #wechat-footer-qr.show {
        display: block;
    }

    .wall-header .inner h2, .wall-header .inner .btn {
        display: block;
    }
}


}

@media only screen and (orientation:landscape) and (max-width: 1024px){
    #video-box{
        top:10%;
    }
}

@media only screen and (min-width:1024px) and (max-width: 1150px){
    #find-my-name-footer:not(.cta-only) p{
        padding-top: 40px;
    }
}
@media only screen and (min-width:1024px) and (max-width: 1160px){
    .wall-comment {
        font-size: .9em;
    }
}
@media only screen and (min-width:600px) and (max-width: 678px){
    .wall-comment {
        font-size: .9em;
    }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* footer icon updated styling ----------- */

@media only screen and (max-width: 900px){
    #toolbar-bottom-left{
        left:0;
        width: 100%;
    }

    #find-panel{
        width:100%;
        height:auto;
        max-height: 210px;
        background: #ffffff;
        bottom:0;
    }


    #find-tab{
        line-height: 38px;
        font-size: 0.750em;
        padding-left: 15px;
    }

    #find-panel #search p{
        font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
        font-size: 0.9em;
        line-height:1.333em;
        padding:0;
        margin: 0;
        position: absolute;
        left:10px;
        top:10px;
    }

    #find-panel #search p.small {
        font-size: 0.9em
    }

    #find-panel #submit-number{
        display: block;
        width: auto;
        position: absolute;
        left:10px;
        right:10px;
        top:40px;
        height:48px;
        padding-right: 0;
    }

    #find-panel #submit-number input[type=text]{
        display: block;
        position: relative;
        width:100%;
    }

    #find-panel #submit-number input[type=submit]{
        display: block;
        position: relative;
        top:auto;
        right:auto;
        width:100%;
        margin-top: 10px;
    }

    #find-panel #success-message{
        height: 100px;
    }

    #find-panel #success-message p{
        line-height:20px;
    }

    #find-panel #success-message .btn{
        top:auto;
        bottom:0;
        left:0;
        right:auto;
    }

    #find-panel #success{
        height:220px;
    }

    #find-panel #success hr{
        top:125px;
    }

    #find-panel #success-share{
        position: absolute;
        left:15px;
        right:15px;
        height:72px;
        top:145px;
        line-height: 24px;
    }

    #find-panel #success-share-buttons{
        position: relative;
        left:0;
        right:auto;
        font-size: 0.7em;
        width:100%;
    }

    #find-panel #success-share-buttons div{
        width:80px;
        font-size: 1.2em;
    }

    #find-panel #find-button{
        width:140px;
        height:48px;

    }

    #find-panel #wechat-share-qr {
        top: 230px;
    }
}

@media only screen and (max-width: 768px){
    #find-panel {
        max-height: 320px;
    }

    #find-panel #success-share-buttons {
        height: 120px;
    }

    #find-panel #success-share-buttons.ch-share {
        position: relative;
    }

    #footer #wechat-footer-qr{
        left: 0;
        right: 0;
        padding: 0;
        position: relative;
    }

    #footer #wechat-footer-qr.show {
        display: block;
        height: 150px;
        width: 150px;
    }

    .wall-header .inner .btn {
        margin: 0 auto 50px auto;
    }

    #header.subpage-splash {
        min-height: 500px;
    }
}


/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 600px){
    #header{
        min-height: 600px;
    }
    #header #acca{
        position: absolute;
        left:10px;
        top:15px;
        width:200px;
    }

    #header-copy{
        position: absolute;
        left:0;
        right:0;
        margin: 0 auto;
        top:80px;
        margin-top:-0;
        padding-left: 0;
        width:290px;
    }

    #header-copy .outline-square{
        padding-left: 0;
        left:0;
    }

    #header-copy #buttons{
        padding-left: 0;
        left:0;
    }

    #header-copy h1{
        font-size: 1.8em;
    }

    #header-copy img{
        display: none;
    }

    .square {
        width: 97.6%;
        margin:1.2%;
        margin-top: 0.6%;
        margin-bottom: 0.6%;
           padding-bottom: 97.6%;
    }
    .wall-comment{
        font-size: 1.2em;
        line-height:1.3em;
    }

    #find-my-name-footer{
        font-size:1em;
        width:100%;
        height:auto;
        position: relative;
        display: table;

    }
    #find-my-name-footer div{
        display: block;
        text-align: center;
        left: 0;
        right:0;
        padding: 10px;
        width: 93%;
    }

    #find-my-name-footer p {

        line-height: 1.2em;
    }

    #find-my-name-footer .btn{
        line-height: 48px;
        padding: 0;
        margin-top: 8px;
    }

    #find-panel #success {
        height: 320px;
    }

    #find-panel #success-message {
        height: 110px;
    }

    #find-panel #success-share p {
        text-align: center;
    }

    #find-panel #success-share-buttons {
        left: 20px;
        right: 0;
        margin: auto;
        width: 275px;
    }

    #find-panel #search p.small {
        top: 35px;
    }

    #find-panel #success-share-buttons #offset-left {
        display: inline-block;
        left: 40px;
        position: relative;
        width: 240px;
    }

    #find-panel #success-share-buttons a{
        margin-bottom: 10px;
    }

    #find-panel #wechat-share-qr {
        top: 275px;
    }

    #footer{
        height: 265px;
        margin-left: 0;
        margin-right: 0;
    }

    #footer #acca {
        position: absolute;
        bottom: 40px;
        left:0;
        right: 0;
        margin:0 auto;
        text-align: center;
        top: unset;
    }

    #footer #acca.clear {
        bottom: 5px;
    }

    #footer #wechat-footer-qr{
        margin: auto;
    }

    #social {
        left: 0;
        right:0;
        bottom:auto;
        margin:0 auto;
    }

    #social.clear {
        top: 35px;
    }

    #social a {
        display: inline-block;
        right: 105px;
        position: relative;
    }

    #social svg {
        padding-left: 10px;
    }

    #social .ch-social {
        display: inline-block;
        position: relative;
        right: -84px;
        top: 45px;
    }

    #post-video-cta{
        width:100%;
        background:#ffffff;
        position: absolute;
        left: 0;
        right:0;
        top:0;
        bottom:0;
        margin: auto auto;
        z-index: 1000;
    }

    .boltform-container{
        width: 90%;
        padding:5%;
    }

    .boltform-container input[type=text], .boltform-container input[type=text-area], .boltform-container select, .boltform-container textarea{
        width: 100%;
    }

    #post-comment-cta{
        width:100%;
        height:auto;
        background:#ffffff;
        position: relative;
        top:0;
        padding-top: 25px;
        padding-bottom:25px;
    }
    .filler{
        margin-bottom: 50px;
        min-height:auto;
    }

    #members{
        height: 85%;
    }

    .fullbackground {
        background-position: left;
    }
}

@media only screen and (max-width: 480px) {
    #find-panel #success {
        height: 260px;
    }

    .wall-header .inner .btn {
        width: 100%;
    }
}

@media only screen and (max-width: 380px){
    #social {
        width: 380px;
    }
}

@media only screen and (orientation:landscape) and (max-width: 600px){
    #video-box{
        top:-20%;
        width:80%;
        padding-top: 45%;
        margin:10%;
    }
}
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (min-width: 481px) and (max-width: 600px) {
/* Fix for squashing between these breakpoints */
    #find-panel #search {
        height: 280px;
    }
}

@media only screen and (max-width: 480px), screen and (orientation: landscape) and (max-height: 480px) {
/* Styles */

    #back-button{
        top:20px;
        right:20px;
        width:48px;
        overflow: hidden;
    }
    .explainer{

        width:90%;
    }

    #members{
        top:90px;

    }
    .tabs{
        height:100px;

    }
    .tab{
        line-height: 1.2em;
    }
    .tab p{
        padding-top: 30px;
    }

    .wall-comments{
        width:310px;
    }

    .wall-comments div {
        width:300px;
        height:300px;
    }

    #header.form{
        height:100px;
        min-height: 100px;
    }

    #social img{
        padding-left: 32px;
    }
    #twitter-wall{
        padding:0;
    }

    #video-box .red-link{
        bottom:-30px;
    }

    .wall-header .inner h2 {
        margin: 15px 0;
    }

    .wall-header .inner .btn {
        margin-bottom: 40px;
    }
}

/* iphone SE fix */
@media only screen and (max-height: 600px) {
    #toolbar-bottom-left, #toolbar-bottom-right{
        bottom: 35px;
    }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Connections styling ----------- */
.answer-panel {
    align-items: center;
    background: #fff;
    border: 1px solid #A8A8A8;
    display: flex;
    height: 45%;
    justify-content: center;
    margin: 5% 0;
}

.answer-panel:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    transition: all 0.2s ease-in-out;
}

.answer-panel.selected {
    background: #C80000;
    color: #fff;
}

.answer-panel.triple-panel {
    height: 28%;
}

.answer-panel a {
    align-items: center;
    color: inherit;
    display: flex;
    height: 100%;
    text-decoration: none;
    width: 100%;
}

.answer-panel a span {
    font-size: 20px;
    left: 10%;
    line-height: 1.3em;
    position: relative;
    text-align: left;
}

.answer-panel a span.choice-text:before {
    content: "of members chose ";
}

.answer-panel .letter {
    color: #C80000;
    font-size: 1.5em;
    height: 24px;
    left: 15px;
    position: relative;
    top: 0;
    width: 100px;
}

.answer-panel .result span {
    font-size: 2.5em;
    left: 25px;
    position: relative;
}

.answer-panel .result {
    color: #C80000;
    width: 75px;
}

.answer-panel .letter.selected, .answer-panel .result.selected {
    color: #fff;
}

.choice-text {
    width: 70%;
}

#connections-main {
    margin-bottom: 50px;
    position: relative;
    display: block;
    left: 0;
    right: 0;
    height: 80vh;
    overflow: hidden;
    min-height: 650px;
}

#connections-main.quiz-start {
    min-height: 750px;
}

#connections-main #header-copy {
    color: #000;
    margin-top: -215px;
    width: 100%;
}

#connections-main .hidden,
#results-main .hidden,
#connections-main.hidden,
#results-main.hidden,
#no-results.hidden {
    display: none;
}

#connections-find-panel #connections-submit-number input[type=submit] {
    right: 17px;
    width: 150px;
}

#connections-find-panel {
    position: relative;
}

.btn-container .fa-icon-container {
    background: transparent;
    border-style: solid;
    border-width: 0 0 0 1px;
    display: block;
    height: 46px;
    line-height: 37px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 46px;
    transition: background .2s,border-color .2s,color .2s;
    -webkit-transition: background .2s,border-color .2s,color .2s;
}

.btn.outline-grey:hover .fa-icon-container {
    border-color: #ccc;
}

.btn-container .proceed-button:hover .icon-slide-container {
    margin-left: 15px;
    transition: margin 0.2s;
}

.icon-slide-container {
    display: block;
    height: 15px;
    margin-left: -28px;
    margin-top: 15px;
    overflow: hidden;
    -webkit-transition: margin .2s;
    transition: margin .2s;
    width: 60px;
}

.icon-slide-container span[class^=icon-] {
    font-size: 18px;
    position: static;
    height: auto;
    width: auto;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.connections-panel {
    height: 100%;
    position: absolute;
    width: 50%;
}

.connections-panel.left {
    background: #C80000;
    color: #fff;
}

.connections-panel.left .arrow-svg {
    height: 100px;
    position: absolute;
    z-index: 1;
}

.connections-panel.left .arrow-svg {
    right: -50px;
    top: 45%;
}

.connections-panel.right {
    background: #E5E5E5;
    right: 0;
}

#connection-question, #connection-answer {
    padding: 50px;
    text-align: center;
}

#connection-question h1, #connection-answer h1 {
    font-size: 24px;
}

#connection-question h1 {
    bottom: 15%;
    left: 0;
    position: absolute;
    right: 0;
}

.btn-container .container-inner {
    height: 100%;
    width: 100%;
}

#connection-question .question p {
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
    font-size: 1.5em;
    left: 0;
    line-height: 32px;
    margin: auto;
    position: absolute;
    right: 0;
    width: 50%;
}

.connections-panel.left img:not(.arrow-svg),
#connection-answer .btn-container,
.answer-panel-container {
    display: block;
    left: 50%;
    position: absolute;
}

.connections-panel.left img:not(.arrow-svg) {
    height: 450px;
    margin-top: -225px;
    margin-left: -225px;
    top: 50%;
}

.connections-panel.left img:not(.arrow-svg) {
    width: 450px;
}

#connection-answer .btn-container {
    width: 500px;
}

#connection-answer .btn-container {
    bottom: 15%;
    height: 50px;
    margin-left: -275px;
}

.answer-panel-container {
    height: 335px;
    margin-left: -225px;
    margin-top: -187px;
    top: 50%;
    width: 450px;
}

.connections-panel.left .connections-start img {
    height: 600px;
    left: 50%;
    margin-top: -300px;
    margin-left: -300px;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 600px;
}

.connections-start #header-copy .outline-square {
    padding-top: 58px;
}

.connections-start #header-copy .outline-square h1 {
    font-size: 2em;
}

.connection-stories-header, .connection-results-header {
    line-height: 1.5em;
    margin: auto;
    max-width: 1000px;
    padding: 40px 0 20px 0;
    text-align: center;
}

.intro-container {
    margin-left: 1.2%;
    margin-right: 1.2%;
}

.connection-stories-header p, .connection-results-header p {
    text-align: left;
}

.connections-start #header-copy .outline-square p {
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 25px;
}

.proceed-button {
    width: 163px;
    position: absolute;
    right: 0;
    overflow: hidden;
}

.proceed-button.skip {
    color: #979797;
}

.proceed-button.next {
    color: #C80000;
}

.proceed-button div {
    display: block;
    position: relative;
    float:left;
    text-align: center;
    width:113px;
}

#results-main {
    margin-bottom: 50px;
    position: relative;
    display: block;
    left: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    min-height: 800px;
}

.results-panel {
    display: none;
    margin: auto 1.2%;
    max-width: 1000px;
    min-height: 415px;
    position: relative;
}

.results-panel.show {
    color: #fff;
    display: block;
}

.show._0,
.show._3,
.show._6,
.show._9 {
    background: #C80000;
    color: #fff;
}

.show._1,
.show._4,
.show._7 {
    background: #000;
}

.show._2,
.show._5,
.show._8 {
    background: #555555
}

.results-panel .container.second img {
    display: block;
    height: 400px;
    margin: auto;
    width: 400px;
}

.results-panel .container {
    display: block;
    height: 100%;
    width: 50%;
    position: absolute;
}

.results-panel .container.first,
.results-panel.left-align .container.second {
    left: unset;
    right: 0;
}

.results-panel .container.second,
.results-panel.left-align .container.first {
    left: 0;
    right: unset;
}

.results-panel .result-text {
    margin: auto;
    position: relative;
    top: 50px;
    width: 50%;
}

.results-panel .result-text h1 {
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
    font-size: 4em;
}

.results-panel .result-text span {
    display: block;
}

.results-panel .result-text span:not(.share) {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.results-panel .result-text img {
    height: 40px;
    left: -5px;
    position: relative;
}

.results-sharing-panel {
    border-top: 1px solid #e5e5e5;
    display: block;
    margin: 35px auto 0;
    max-width: 1000px;
    min-height: 175px;
    position: relative;
}

.results-sharing-content {
    margin: auto 1.2%;
    padding: 50px 0;
}

.results-sharing-content .inline {
    display: inline;
    left: 20px;
    position: relative;
}

.results-sharing-content a {
    background: #000;
    color: #fff;
    display: inline-block;
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
    font-size: 0.7em;
    height: 36px;
    margin-right: 12px;
    position: relative;
    text-align: right;
    text-decoration: none;
    width: 77px;
}

.results-sharing-content a:hover, .results-sharing-content a:active {
    background: #C80000;
}

.results-sharing-content a span {
    height: 36px;
    line-height: 36px;
    padding-right: 6px;
}

.results-sharing-content img {
    height: 30px;
    left: 3px;
    position: absolute;
    top: 3px;
}

.results-sharing-panel #wechat-share-qr {
    border-left: 1px solid #e5e5e5;
    display: none;
    height: 130px;
    padding-left: 50px;
    position: absolute;
    right: 0;
    top: 12px;
    width: 130px;
}

.results-sharing-panel #wechat-share-qr.show {
    display: block;
}

#results-main .btn.black {
    margin: 30px auto 10px;
    position: relative;
}

#results-main .btn.black img {
    left: -15px;
    position: relative;
    vertical-align: middle;
}

.results-panel .result-text p {
    font-size: 1.2em;
    line-height: 1.3em;
    margin-top: 0;
}

#no-results img {
    height: 400px;
}

#no-results .connection-results-header p {
    text-align: center;
}

#no-results .btn.red {
    margin: -40px auto 40px;
    position: relative;
    width: 160px;
}

.stories-container, .results-container {
    margin: auto;
    max-width: 1000px;
}

.story-section {
    margin-bottom: 50px;
    margin-left:1.2%;
    margin-right:1.2%;
}

.story-section .section-header {
    background: #C80000;
    color: #fff;
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
    font-size: 24px;
    padding: 20px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.story-section .section-header:after {
    background-image: url('../images/icons/red-arrow.svg');
    background-repeat: no-repeat;
    bottom: -50px;
    content: '';
    height: 75px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transform: rotate(90deg);
    width: 75px;
    z-index: 1;
}

.story {
    background: #E5E5E5;
    margin-bottom: 5px;
    min-height: 250px;
    padding: 50px;
    position: relative;
}

.story-content {
    margin-top: 40px;
    position: relative;
    width: 100%;
}

.story-image, .story-text {
    display: inline-block;
    line-height: 22px;
    position: relative
}

.story-image {
    vertical-align: top;
    width: 34%;
}

.story-image.no-img {
    display: none;
}

.story-text {
    width: 65%;
}

.story-text blockquote p {
    display: inline;
    font-style: italic;
}

.story-text blockquote:before, .story-text blockquote:after {
    content: "'";
}

.story-intro h2 {
    font-size: 24px;
}

.story-intro p {
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
    margin-top: 0;
}

.story-text.no-img {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .answer-panel {
        margin: 5% auto;
        position: relative;
        width: 75%;
    }

    .answer-panel-container {
        height: 312px;
    }

    .btn-container .container-inner {
        margin: auto;
        position: relative;
    }

    .connections-panel.left .connections-start img {
        height: 550px;
        margin-top: -275px;
        margin-left: -275px;
        width: 550px;
    }

    #connection-answer .btn-container {
        width: 450px;
    }

    #connection-question .question p {
        width: 75%;
    }

    #connections-main #header-copy {
        margin-top: -200px;
    }

    .connections-start #header-copy .outline-square {
        left: -55px;
        padding-top: 42px;
    }

    #connections-find-panel {
        left: -30px;
    }

    .connections-start #header-copy .outline-square {
        min-height: 150px;
    }

    .connections-panel.left .question img:not(.arrow-svg) {
        height: 425px;
        margin-left:-220px;
        margin-top: -220px;
        width: 425px;
    }

    .connections-start #header-copy .outline-square h1 {
        font-size: 1.8em;
    }

    .connections-start #header-copy .outline-square p {
        font-size: 1em;
    }

    .connections-start #header-copy .outline-square img {
        height: 200px;
        left: 25px;
    }

    .proceed-button {
        right: 5px;
    }
}

@media screen and (min-width: 1024px) {
    .results-panel .container {
        padding: 15px;
    }

    .story-image.right {
        text-align: right;
    }
}

@media screen and (max-width: 1024px) {
    .connections-panel.left .connections-start img {
        height: 500px;
        margin-top: -250px;
        margin-left: -250px;
        width: 500px;
    }

    .connections-start #header-copy .outline-square {
        left: 35px;
    }

    #connections-find-panel {
        left: 60px;
    }

    #connections-find-panel #connections-submit-number input[type=submit] {
        position: relative;
        right: 0;
        top: 5px;
    }

    #connections-find-panel #connections-submit-number input[type=submit],
    #connections-find-panel #connections-submit-number input[type=text] {
        width: 75%;
    }

    #connections-main .connections-start #header-copy {
        left: 0;
        margin-top: -145px;
        top: 45%;
    }

    .connections-start #header-copy .outline-square {
        padding-top: 52px;
    }

    .connections-start #header-copy .outline-square h1 {
        font-size: 1.5em;
    }

    .story-image, .story-text {
        display: block;
        margin: 20px 0;
        position: relative;
        width: 100%;
    }

    .results-sharing-panel {
        text-align: center;
    }

    .results-sharing-panel #wechat-share-qr {
        border: none;
        margin: auto;
        padding: 0;
        position: relative;
        right: 0;
        top: -20px;
    }
}

@media screen and (max-width: 820px) {
    .answer-panel, .btn-container .container-inner {
        width: 100%;
    }

    #connections-main {
        min-height: 900px;
    }

    #connection-question, #connection-answer {
        padding: 50px 0;
    }

    #connection-answer .btn-container {
        margin-left: -225px;
    }

    #connections-main .connections-start #header-copy {
        margin-top: -200px;
    }

    #connections-main.quiz-start {
        margin-bottom: -250px;
        min-height: 1500px;
    }

    #connections-find-panel,
    #connections-find-panel #connections-submit-number {
        left: 0;
        margin: auto;
        right: 0;
        width: 95%;
    }

    #connections-find-panel #connections-submit-number input[type=submit],
    #connections-find-panel #connections-submit-number input[type=text] {
        width: 100%;
    }

    #connections-find-panel p {
        margin: auto;
        width: 95%;
    }

     #connection-answer .btn-container, #connection-question h1 {
        bottom: 10%;
    }

    .connections-panel {
        width: 100%;
    }

    .connections-panel.left {
        height: 45%;
    }

    .connections-panel.left.quiz-start {
        height: 40%;
    }

    .connections-panel.right {
        height: 55%;
        top: 45%;
    }

    .connections-panel.right.quiz-start {
        height: 40%;
        top: 40%;
    }

    .connections-panel.left .arrow-svg {
        height: 125px;
        left: 50%;
        margin-left: -62px;
        margin-top: -62px;
        top: 100%;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        width: 125px;
    }

    .connections-panel.left .connections-start img,
    .connections-panel.left .question img:not(.arrow-svg) {
        height: 375px;
        margin-top: -185px;
        margin-left: -185px;
        width: 375px;
    }

    .connection-stories-header {
        padding: 50px 25px;
    }

    .connection-results-header {
        width: 90%;
    }

    .connections-start #header-copy .outline-square {
        left: 5%;
    }

    .connections-start #header-copy .outline-square img {
        left: 0;
    }

    .intro-container {
        margin: 0;
    }

    .proceed-button {
        right: 0;
    }

    .results-panel {
        margin: auto;
        min-height: 375px;
        width: 90%;
    }

    .results-panel .container {
        min-height: 315px;
    }

    .results-panel.show.left-align .container.first {
        min-height: 250px;
    }

    .results-panel .container.second img {
        height: 350px;
        width: 350px;
    }

    .results-sharing-content .inline {
        display: block;
        left: -5px;
        top: 20px;
    }

    .results-sharing-content .inline a {
        margin: 5px;
    }

    .story {
        min-height: 350px;
    }

    .stories-container .story-section {
        padding: 0 25px;
    }

    .story-section {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 760px) {
    #no-results img {
        height: 280px;
    }

    .results-panel .container.second img {
        height: 400px;
        width: 400px;
    }

    .results-panel .result-text {
        top: 50px;
        width: 300px;
    }

    .results-panel {
        min-height: 700px;
    }

    .results-panel .container {
        min-height: 300px;
        position: relative;
        width: 100%;
    }

    .results-panel.show:not(.left-align) .container.second {
        top: -305px;
    }

    .results-panel.show:not(.left-align) .container.first {
        top: 375px;
    }
}

@media screen and (max-width: 600px) {
    .answer-panel, .btn-container .container-inner {
        width: 90%;
    }

    .answer-panel a span {
        position: absolute;
        left: 45%;
        width: 50%;
    }

    .answer-panel-container {
        margin-left: -225px;
    }

    .connections-start #header-copy .outline-square {
        min-height: 100px;
    }

    .connections-panel.right {
        height: 50%;
    }

    #connection-question .question p {
        font-size: 1.25em;
        width: 85%;
    }

    .connections-start #header-copy {
        top: 0;
    }

    #connections-main {
        margin-bottom: 0;
        min-height: 750px;
    }

    #connections-find-panel {
        top: -20px;
    }

    .connections-start #header-copy .outline-square {
        padding-top: 68px;
    }

    .results-panel.show.left-align .container.second {
        top: 25px;
    }

    .results-panel.show:not(.left-align) .container.second {
        top: -280px;
    }

    #find-my-name-footer.cta-only div{
        margin: auto;
        padding: 10px;
    }

    .results-panel.show:not(.left-align) .container.first {
        top: 380px;
    }

    .story {
        padding: 25px;
    }
}

@media screen and (max-width: 480px) {
    .answer-panel, .btn-container .container-inner {
        width: 65%;
    }

    .answer-panel a span {
        font-size: 16px;
    }

    #connections-find-panel #connections-submit-number {
        top: 25px;
    }

    #connections-find-panel,
    #connections-find-panel #connections-submit-number {
        left: 0;
        right: unset;
    }

    #connections-find-panel p {
        width: 100%;
    }

    #connection-question h1 {
        bottom: 20%;
    }

    .connections-panel.left.quiz-start {
        height: 40%;
    }

    .connections-panel.left.quiz-start .arrow-svg {
        margin-top: -115px;
    }

    .connections-panel.right.quiz-start {
        top: 36%;
    }

    .connections-start #header-copy .outline-square {
        left: 3%;
    }

    #connections-main.quiz-start {
        margin-bottom: -325px;
    }

    #connections-main .connections-start #header-copy {
        margin-top: 0;
        padding: 0 10px;
        top: 0;
        width: 95%;
    }

    .connections-panel.left img:not(.arrow-svg),
    .connections-panel.left .question img:not(.arrow-svg) {
        height: 300px;
        margin-left: -150px;
        margin-top: -150px;
        width: 300px;
    }

    .connections-start #header-copy .outline-square {
        min-height: 120px;
        padding-top: 50px;
    }

    .results-panel {
        min-height: 600px;
    }

    .results-panel .container.second img {
        height: 300px;
        width: 300px;
    }

    .results-panel .result-text {
        width: 215px;
    }

    .results-panel.show:not(.left-align) .container.first {
        top: 275px;
    }

    .story-image img {
        height: 200px;
    }

    .story-text.no-img {
        width: 100%;
    }
}

@media screen and (max-width: 370px) {
    #connections-find-panel p {
        left:2px;
        position: relative;
        top:-12px;
    }

    .connections-start #header-copy .outline-square h1 {
        font-size: 1.35em;
    }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Closing campaign styling ----------- */

.wall-gallery.homepage .square {
    height: 220px;
}

.homepage-comment {
    padding-left: 40px;
    padding-right: 40px;
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
    font-weight: normal;
    margin-top: 63%;
}

.homepage-comment .country {
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
}

.image-container {
    display: flex;
    height: 300px;
    position: relative;
}

.infographic-section, .downloads-section {
    display: block;
    line-height: 1.5em;
    margin: 20px auto;
    text-align: center;
}

.downloads-section {
    max-width: 1380px;
}

.downloads-section h1 {
    margin: 40px auto;
    text-align: center;
}

.downloads-section h2.subheader {
    font-size: 1.5em;
}

.downloads-section img {
    width: 100%;
}

.downloads-section img.padded-image {
    width: 98%;
}

.downloads-section img.padded-image.right,
.downloads-section .padded-text.right {
    padding-left: 2%;
}

.downloads-section img.padded-image.left,
.downloads-section .padded-text.left {
    padding-right: 2%;
}

.downloads-section .arrow-svg {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50px;
    width: 60px;
}

.downloads-section .panel.white {
    border:none;
}

.infographic-section h2 {
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
    font-size: 1.75em;
}

.infographic-section.intro,
.downloads-section.intro {
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
    font-size: 1.15em;
    line-height: 1.5em;
}

.infographic-section img {
    width: 100%;
}

.infographic-panel p,
.infographic-panel span {
    font-size: 1.2em;
}

.no-padding {
    padding: 0 !important;
}

.infographic-section .panel {
    border: 5px solid #fff;
}

.infographic-section .panel h1 {
    /*font-size: 4.5em;*/
}

.infographic-section .grey {
    color: #fff;
}

.infographic-section .panel .inner {
    height: 300px;
}

.infographic-section .panel .inner.left-align {
    text-align: left;
}

.infographic-section .panel span {
    text-align: left;
}

.infographic-section .panel .btn {
    margin: auto;
}

.infographic-section .black,
.infographic-section .red,
.downloads-section .red {
    color: #fff;
}

.downloads-section h3 img {
    height: 25px;
    padding-right: 10px;
    position: relative;
    top: 4px;
    width: 30px;
}

.downloads-section .panel {
    min-height: 80px;
}

.downloads-section h2,
.downloads-section h3 {
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
    font-size: 26px;
}

.downloads-section .panel.white h2,
.downloads-section .panel.white p {
    text-align: left
}

.downloads-section .panel.red h3 {
    font-size: 1.75em;
}

#search.downloads p {
    text-align: left;
}

.downloads-section .panel.success .arrow-svg {
    top: 400px;
}

.downloads-section .success-text {
    height: 150px;
    padding: 50px;
}

.downloads-section .success-text h2 {
    font-size: 2em;
}

.downloads-section #search .success-text p {
    text-align: center;
}

.downloads-section .success-text .btn {
    left: 0;
    margin: auto;
    right: 0;
}

#downloads-submit-number #membership_number {
    display: inline-block;
    padding: 13px;
    width: 60%;
}

#downloads-submit-number #find-button {
    display: inline-block;
    width: 40%;
    -webkit-appearance: none;
    border-radius: 0;
}

.vertical-divider {
    background: #e5e5e5;
    display: block;
    height: 50px;
    margin: 10px auto;
    width: 2px;
}

.js .cp-infographic-animated {
    overflow: hidden;
}

.infographic-panel-grid {
    margin-top: 20px;
}

.infographic-panel {
    display: table;
    font-weight: 200;
    line-height: 1.5;
    margin-top: 30px;
    min-height: 320px;
    width: 100%;
}

.infographic-panel img.horizontal,
.infographic-panel img.vertical {
    position: absolute;
}

.infographic-panel img.horizontal {
    bottom: 30px;
    left: 65px;
    width: 65%;
    height: 8px;
}

.infographic-panel img.vertical {
    height: 70%;
    left: 40px;
}


.infographic-panel.ip-red {
    background-color: #c80000;
}

.infographic-panel.ip-black {
    background-color: #000000;
}

.infographic-panel.ip-grey-light {
    background-color: #e5e5e5;
}

.infographic-panel.ip-white {
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

.infographic-panel-pair {
    overflow: hidden;
}

.infographic-panel-pair.small-right .ip-left,
.infographic-panel-pair.small-left .ip-right {
    width: 66.66666667%;
}

.infographic-panel-pair.mid-right .ip-left,
.infographic-panel-pair.mid-left .ip-right {
    width: 45.66666667%;
}

.infographic-panel-pair.mid-right .ip-right,
.infographic-panel-pair.mid-left .ip-left {
    width: 54%;
}

.infographic-panel-pair.half .ip-left,
.infographic-panel-pair.half .ip-right {
    width: 49.85%;
    border:0;
    margin-right: -1px;
}

/* account for border */
.infographic-panel-pair.quote-container.mid-right .ip-right,
.infographic-panel-pair.quote-container.mid-left .ip-left {
    width: 53.9%;
}

.infographic-panel-pair.small-right .ip-right,
.infographic-panel-pair.small-left .ip-left {
    width: 33%;
}

.infographic-panel-pair .ip-left {
    border-right: 1px solid #ffffff;
    float: left;
}

.infographic-panel-pair .ip-right {
    border-left: 1px solid #ffffff;
    float: right;
}

.infographic-panel-grid .infographic-panel {
    margin-top: 2px;
    min-height: 300px;
    position: relative;
}

.infographic-panel.ip-grey {
    background-color: #747678;
}

.infographic-panel .content {
    display: table-cell;
    min-height: 200px;
    padding: 60px;
    padding-right: 0;
    vertical-align: middle;
}

.infographic-panel .content h4.quote {
    font-family: 'PMNCaeciliaW01-55Roman', arial, sans-serif;
    font-size: 2em;
    padding-right: 30px;
}

.infographic-panel .content.centre {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.infographic-panel .content.full-image {
   line-height: 0;
   padding: 0;
   position: absolute;
}

.infographic-panel .content.image {
   padding: 30px 15px;
   width: 0;
}

.infographic-panel .content.stat {
    padding: 0;
       padding-right: 10px;
}

.infographic-panel .content.image.big {
    padding-left: 0;
}

.infographic-panel .content.image.big img {
    height: 275px;
    width: 245px;
}

.infographic-panel .content.stat.big h3 {
    font-size: 5.5em;
    line-height: 45px;
}

.infographic-panel .content.stat.big p {
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
    font-size: 2em;
    line-height: 1.33em;
    width: 130px;
}

.infographic-panel .content.image img {
    position: relative;
    height: 200px;
       width: 200px;
}

.infographic-panel.footer .btn {
    width: 250px;
}

.infographic-panel .content.full-image img {
    height: 100%;
    width: 101%;
}

.infographic-panel h3 {
    font-size: 5.5em;
    font-weight: 200;
    line-height: 65px;
    margin: 0;
}

.infographic-panel.extra-padding-left.ip-right .content:not(.full-image) {
    padding-left: 70px;
}

.infographic-panel.ip-right .content.image {
    padding-left: 20px;
}

.infographic-panel h3,
.infographic-panel p,
.infographic-panel span {
    color: #ffffff;
}

.infographic-panel.ip-white h3,
.infographic-panel.ip-white p,
.infographic-panel.ip-white span {
    color: #000;
}


.infographic-panel.ip-grey-light h3.red-font {
    color: #c80000;
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
    font-size: 3.25em;
    line-height: 1.25em;
    padding: 10%;
}

.infographic-panel.ip-black h1 {
    color: #fff;
    font-size: 2.5em;
    text-align: center;
}


.infographic-panel.ip-grey-light h3,
.infographic-panel.ip-grey-light p {
    color: #000000;
}

.infographic-panel .links {
    margin-top: 30px;
}

.infographic-panel .content .icon {
    color: #ffffff;
    font-size: 70px;
    position: absolute;
    right: 60px;
    top: 80px;
}

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

.infographic-panel-pair.overlap .ip-left {
    position: absolute;
}

.infographic-panel-pair.overlap .ip-right {
    border-left: 0;
}

.infographic-panel-pair.overlap .diamond-svg {
    position: relative;
    right: -10px;
    top: 130px;
    z-index: 1;
}

/* safari hack */

@media not all and (min-resolution:.001dpcm) {
    @media {
        .infographic-panel-pair.overlap .diamond-svg {
               right: -30px;
        }
    }
}

.infographic-panel .left-quote,
.infographic-panel .right-quote {
    font-size: 3em;
}

.infographic-panel .left-quote {
    left: 0;
    top: 45px;
}

.infographic-panel .right-quote {
    bottom: 35px;
    right: 290px;
}

.infographic-panel.footer .content.image {
    vertical-align: bottom;
}

.infographic-panel.footer .content.image img {
    bottom: -35px;
    height: 300px;
    width: 300px;
}

.infographic-panel.footer .content p {
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
    font-size: 1.5em;
    width: 80%;
}

#download-panel-main {
    max-width: unset;
    position: relative;
}

#download-panel-main.success .success-text {
    display: block;
}

.downloads-section .success-text {
    display: none;
    padding: 50px 0;
}

.downloads-section.success .arrow-svg {
    top: 400px;
}

h2.subheader {
    font-family: "Source Han Sans CN", "source-han-sans-simplified-c","黑体",Avenir LT W01_45 Book1475508, arial, sans-serif;
    font-size: 2.250em;
    line-height: 1.333em;
    margin: 40px auto;
    text-align: center;
}

.infographic-panel-pair.top-panel .ip-left {
    border-right: 1px solid black;
}

.infographic-panel-pair.top-panel .ip-right {
    border-left: 1px solid black;
}

.top-panel .infographic-panel.ip-right .content,
.overlap .infographic-panel.ip-right .content {
    padding-left: 100px;
}

/* safari hack */
@media not all and (min-resolution:.001dpcm) {
    @media {
        .infographic-panel-pair.overlap .ip-left {
               border-right: 3px solid black;
        }
    }
}

@media (min-width: 1200px) {
    .infographic-panel.full-image-container {
        display: block;
    }
}

@media (max-width: 1200px) {
    .infographic-panel.ip-grey-light h3.red-font {
        font-size: 3em;
    }

    .infographic-panel h3,
    .infographic-panel .content.stat.big h3 {
        font-size: 3.9em;
    }

    .infographic-panel .content.stat.big p {
        font-size: 1.75em;
    }

    .infographic-panel .content.stat p {
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

@media (min-width: 959px) {
    .infographic-panel.ip-left .left-quote {
        left:5px;
    }
}

@media (max-width: 959px) {
    .infographic-panel h3 {
        font-size: 4.25em;
    }

    .infographic-panel .content h4.quote {
        font-size: 1.5em;
    }

    .infographic-panel .content {
        padding-left: 20px;
    }

    .infographic-panel.full-panel-stat .content.image img {
        height: 225px;
        width: 225px;
    }

    .infographic-panel .content.image img {
        height: 150px;
        width: 150px;
    }

    .infographic-panel.ip-grey-light h3.red-font {
        font-size: 2.5em;
    }

    .infographic-panel-pair.overlap .diamond-svg {
        top: 120px;
    }

    .infographic-panel .left-quote {
        left: 0px;
        top: 25px;
    }

    .infographic-panel-pair.half .ip-right .content.stat {
        padding-left: 15px;
    }

    .overlap .infographic-panel.ip-right .content {
        padding-left: 60px;
    }
}

@media only screen and (max-width: 820px) {
    .infographic-panel .content.image.big img {
        width: 215px;
    }
}

@media only screen and (min-width:600px) and (max-width: 768px) {
    .fullbackground #header-copy {
        left: 60px;
    }

    .fullbackground #header-copy .outline-square {
        padding-left: 65px;
    }

    .wall-gallery .square {
        padding-bottom: 300px;
    }
}

@media (max-width: 768px) {
    .infographic-panel-pair.mid-right .ip-left,
    .infographic-panel-pair.mid-left .ip-right {
        width: 50%;
    }

    .infographic-panel-pair.quote-container.mid-right .ip-right,
    .infographic-panel-pair.quote-container.mid-left .ip-left {
        width: 49%;
    }

    .infographic-panel-pair.mid-right .ip-right,
    .infographic-panel-pair.mid-left .ip-left {
        width: 49.5%;
    }

    #downloads-submit-number #membership_number {
        width: 60%;
    }

    #downloads-submit-number #find-button {
        width: 40%;
    }

    .infographic-panel.ip-right .content:not(.full-image) {
        padding-left: 20px;
    }

    .top-panel .infographic-panel.ip-right .content {
        padding-left: 60px;
    }

    .infographic-panel.extra-padding-left.ip-right .content:not(.full-image) {
        padding-left: 75px;
    }

    .infographic-panel h3 {
        font-size: 3em;
    }

    .infographic-panel h3.large {
        font-size: 3.5em;
    }

    .infographic-panel .content.stat.big h3 {
        font-size: 4em;
    }

    .infographic-panel .content.stat.big p {
        font-size: 1.5em;
    }

    .infographic-panel.ip-grey-light h3.red-font {
        font-size: 2.5em;
    }

    .infographic-panel.ip-black h1 {
        font-size: 2em;
        padding: 50px 0;
    }

    .downloads-section .panel {
        min-height: 260px;
    }

    .downloads-section .arrow-svg {
        top: 225px;
    }

    .downloads-section.success .arrow-svg {
        top: 420px;
    }

    .downloads-section .success-text {
        padding: 50px 0;
    }

    .infographic-content.content-section .inner {
        padding: 0;
    }

    .infographic-panel.footer .content p {
        font-size: 1.25em;
    }

    .infographic-panel .content.stat.big p {
        width: 115px;
    }

    .infographic-panel .content.image.big img {
        height: 250px;
        width: 175px;
    }

    .wall-header .inner h2 {
        padding-right: 0;
    }
}

@media (min-width: 678px) {
    .full-panel-stat .content.image {
        left: 15%;
    }

    .full-panel-stat .content.image img {
        height: 275px;
        width: 275px;
    }

    .full-panel-stat .content.stat {
        right: 10%;
        width: 35%;
    }
}

@media (max-width: 678px) {
    .infographic-panel-pair.small-left .ip-left,
    .infographic-panel-pair.small-right .ip-left,
    .infographic-panel-pair.small-left .ip-right,
    .infographic-panel-pair.small-right .ip-right,
    .infographic-panel-pair.mid-left .ip-left,
    .infographic-panel-pair.mid-right .ip-left,
    .infographic-panel-pair.half .ip-left,
    .infographic-panel-pair.half .ip-right,
    .infographic-panel-pair.mid-left .ip-right,
    .infographic-panel-pair.mid-right .ip-right,
    .infographic-panel-pair.quote-container.mid-right .ip-right,
    .infographic-panel-pair.quote-container.mid-left .ip-left {
        border: none;
        float: none;
        width: 100%;
    }

    .infographic-panel-pair.small-left .ip-left .content,
    .infographic-panel-pair.small-right .ip-left .content,
    .infographic-panel-pair.small-left .ip-right .content,
    .infographic-panel-pair.small-right .ip-right .content {
        padding: 45px 30px;
    }

    .infographic-panel .content {
        padding: 45px 30px;
    }

    .infographic-panel h4,
    .infographic-panel p:not(.left-quote):not(.right-quote),
    .infographic-panel li {
        font-size: 16px;
    }

    #downloads-submit-number #membership_number,
    #downloads-submit-number #find-button {
        width: 100%;
    }

    .downloads-section .panel {
        min-height: 80px;
    }

    .downloads-section .arrow-svg {
        top: 50px;
    }

    .infographic-panel .content.full-image {
           position: relative;
    }

    .downloads-section .panel.red h3 {
        font-size: 1.3em;
    }

    .infographic-section.intro,
    .downloads-section.intro {
        font-size: 1.25em;
    }

    .infographic-panel-pair.overlap .ip-left {
        margin-bottom: -5px;
        position: relative;
    }

    .infographic-panel-pair.overlap .ip-right {
        border-left: 1px solid #fff;
        border-top: 0;
    }

    .infographic-panel-pair.overlap .diamond-svg {
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
    }

    .infographic-panel-pair.overlap .diamond-svg {
        top: 260px;
    }

    @-moz-document url-prefix() {
        .infographic-panel-pair.overlap .diamond-svg {
            top: 190px;
        }
    }

    .infographic-panel .content:not(.stat) h3:not(.red-font) {
        font-size: 4em;
        padding: 20px 0;
    }

    .infographic-panel .content:not(.stat) p:not(.left-quote):not(.right-quote),
    .infographic-panel .content:not(.stat) span {
        font-size: 1.25em;
    }

    .infographic-panel.footer .content p {
        font-size: 0.9em;
    }

    .infographic-panel.extra-padding-left .content {
        padding-bottom: 75px;
    }

    .infographic-panel img.vertical {
        top: 45px;
    }

    .infographic-panel.footer .content:not(.image) {
        height: 550px;
        padding-left: 40px;
        vertical-align: top;
    }

    .infographic-panel.footer .content.image img {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 60px;
    }

    .infographic-panel.footer .content p {
        width: 100%;
    }

    .downloads-section.success .arrow-svg {
        top: 472px;
    }

    .downloads-section .success-text {
        height: 175px;
        padding: 40px 0;
    }

    .infographic-panel.full-panel-stat .content.image img {
        height: 150px;
        width: 150px;
    }

    .infographic-panel .content.full-image img {
        height: 300px;
    }

    .wall-gallery.homepage .square {
        padding-bottom: 300px;
    }

    .infographic-panel.footer .content.image {
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 100%;
    }

    .infographic-panel .content.stat.big p {
        width: 100%;
    }

    .infographic-panel .content.image.big img {
        height: 220px;
        width: 200px;
    }
}

@media (max-width: 480px) {

    #header.subpage-splash.infographic {
        background: #f3f3f3 url("../images/splashheader-mobile.png") no-repeat top center;
    }

    .fullbackground-downloads {
        background: #f3f3f3 url(../images/downloads_header-mobile.png) no-repeat top center;
    }

    .infographic-panel .content:not(.image) {
        height: 250px;
    }

    .infographic-panel .content {
        padding: 10px 30px;
    }

    .infographic-panel .content.stat,
    .infographic-panel.full-panel-stat .content,
    .infographic-panel-pair.half .ip-right .content.stat {
        height: 400px;
        padding: 20px 80px;
        vertical-align: bottom;
    }

    .infographic-panel.footer .content.image {
        top: 0;
    }

    .infographic-panel.footer .content.image img {
        bottom: 0;
        height: 200px;
        width: 200px;
    }

    .infographic-panel.footer .content .btn {
        left: 0;
        margin: auto;
        right: 0;
    }

    .infographic-panel .content.image {
        padding-left: 0;
        position: absolute;
        width: 90%;
    }

    .infographic-panel.ip-right .content.stat {
        padding-left: 80px;
    }

    .infographic-panel .content.image img,
    .infographic-panel.full-panel-stat .content.image img {
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        height: 200px;
        width: 200px;
    }

    .infographic-panel .content.image {
       left: 0;
       margin: auto;
       padding: 0;
       right: 0;
       top: -200px;
    }

    .infographic-panel.full-panel-stat .content.image img {
        top: 315px;
    }

    .infographic-panel-pair.overlap .diamond-svg {
        top: 265px;
    }

    @-moz-document url-prefix() {
        .infographic-panel-pair.overlap .diamond-svg {
            top: 230px;
        }
    }

    .infographic-panel .left-quote {
        top: -18px;
        left:-25px;
    }

    .infographic-panel .right-quote {
        bottom: -25px;
        right: -10px;
    }

    .downloads-section .success-text {
        height: 220px;
        padding: 50px 0;
    }

    .downloads-section.success .arrow-svg {
        top: 530px;
    }

    .wall-gallery.homepage .square {
        height: 275px;
        padding-bottom: 100px;
    }

    .infographic-panel.footer .content:not(.image) {
        padding-left: 20px;
    }
}

@media (max-width: 414px) {
    .infographic-panel .right-quote {
        bottom: -30px;
        right: 80px;
    }
}

@media (max-width: 360px) {
    .infographic-panel .right-quote {
        bottom: -30px;
        right: 100px;
    }
}

@media (max-width: 375px) {
    .infographic-panel .right-quote {
        bottom: -30px;
        right: -10px;
    }
}


@media (max-width: 370px) {
    .downloads-section .panel {
        min-height: 80px;
    }

    .downloads-section .arrow-svg {
        top: 50px;
    }

    .downloads-section.success .arrow-svg {
        top: 510px;
    }

    .infographic-panel .content.image {
       top: -220px;
    }

    #download-panel-main.success .success-text {
        height: 170px;
    }

    .infographic-panel.footer .content:not(.image) {
        height: 625px;
    }

    .infographic-panel .content.image.big img {
        height: 200px;
    }

    #toolbar-bottom-left {
        bottom: 0;
    }
}

@media (max-width: 320px) {
    .infographic-panel .right-quote {
        bottom: -30px;
        right: 60px;
    }
}


/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Nav styles from main site ----------- */

#header-main {
    border-bottom: 1px solid #e5e5e5;
    height: 88px;
}

#header-main .inner {
    overflow: hidden;
}

.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

#header-main-left {
    float: left;
}

#header-main-right {
    float: right;
    height: 88px;
}

#header-main-left h1 {
    margin: 0;
    padding: 0;
}

#header-main-left h1 a {
    background-image: url("../images/logo-primary@2x.png");
    background-size: 181px 60px;
    background-position: 50%;
    background-repeat: no-repeat;
    display: block;
    height: 88px;
    text-indent: -9999px;
    width: 181px;
}

.header-button-container {
    display: none;
}

#main-navigation, #main-navigation a {
    font-size: 14px;
    line-height: 18px;
}

#main-navigation, #main-navigation a.current {
    cursor: pointer;
}

#main-navigation, #main-navigation a.current span {
    color: #C80000;
}


#main-navigation {
    display: table-cell;
    float: right;
    height: 88px;
    margin-top: -88px;
    position: relative;
    -webkit-transition: font-size 2s;
    transition: font-size .2s;
    vertical-align: middle;
    z-index: 1003;
}

#main-navigation .inner>ul {
    list-style: none;
    height: 88px;
    margin: 0;
    padding: 28px 0;
    width: 100%;
}

#main-navigation .inner>ul>li {
    background-color: #fff;
    float: left;
    height: 30px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

#main-navigation .inner>ul>li:first-child a {
    border-left: 1px solid #e5e5e5;
}

#main-navigation .inner>ul>li>a {
    border-right: 1px solid #e5e5e5;
    bottom: 0;
    color: #000;
    display: table-cell;
    height: 40px;
    left: 0;
    padding: 0 40px;
    right: 0;
    text-decoration: none;
    top: 0;
    vertical-align: middle;
    width: 100%;
}

#main-navigation .inner>ul>li>a:hover {
    color: #C80000;
}

#main-navigation .inner>ul>li>a.btn.black {
    color: #fff;
    position: relative;
}

#main-navigation .inner>ul>li>a.btn.black img {
    height: 30px;
    left: 5px;
    position: absolute;
    top: 5px;
}

#main-navigation .inner>ul>li>a span {
    vertical-align: middle;
}

#main-navigation .inner>ul>li.active>a {
    color: #c80000;
}

.icon-menu:after, .icon-section:after {
    display: inline-block;
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav-overlay {
    background-image: url("../images/nav-overlay.png");
    height: 100%;
    width: 100%;
    opacity: 1;
    position: absolute;
    z-index: 1002;
}

.nav-overlay.hidden {
    display: none;
}

@media only screen and (max-width: 1110px) {
    #header-container #header-main-left #header-logo a {
        background-position: 50%;
        background-size: 121px 40px;
        height: 88px;
        width: 121px;
    }

    #header-container #main-navigation a {
        font-size: 12px;
        line-height: 1;
        padding: 0 25px;
    }
}

@media only screen and (max-width: 820px) {
    #header-container {
        height: 70px;
    }

    #header-container #main-navigation .inner>ul>li a span {
        display: table-cell;
    }

    #header-container #header-main .inner {
        padding: 15px 20px;
    }

    #header-container #header-main {
        background: #fff;
        border: 0;
        height: 70px;
        padding: 0;
    }

    #header-container #main-navigation {
        border-bottom: none;
        border-top: 1px solid #e5e5e5;
        clear: both;
        display: none;
        float: none;
        font-size: 14px;
        height: auto;
        line-height: 20px;
        margin-top: 0;
    }

    #header-container .inner {
        padding: 0;
    }

    #header-container.menu-active #main-navigation,
    #header-container.menu-active #menu-button #menu-close {
        display: block;
    }

    #header-container.menu-active #menu-button #menu-open {
        display: none;
    }

    #header-container #main-navigation .inner {
        padding-left: 0;
        padding-right: 0;
    }

    #header-container #main-navigation .inner>ul {
        display: block;
        height: auto;
        margin-top: -1px;
        padding: 0;
    }

    #header-container #main-navigation .inner>ul>li {
        display: table;
        border-top: 1px solid #e5e5e5;
        float: none;
        height: 50px;
        width: 100%;
    }

    #header-container #main-navigation .inner>ul>li a {
        border-left: none;
        border-right: none;
        display: table;
        height: 50px;
        padding: 0;
    }

    #header-container .header-button-container {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
    }

    #header-container .header-button-container #menu-button {
        min-width: 75px;
    }

    #header-container #menu-close,
    #header-container #menu-open {
        color: #c80000;
        line-height: 40px;
        margin: 0;
    }

    #header-container #menu-close {
        display: none;
    }

    #header-container .header-button-container .header-button {
        display: inline-block;
        height: 70px;
        padding: 15px 0;
        -webkit-transition: background-color .2s;
        transition: background-color .2s;
    }

    #header-container #header-mini {
        background: transparent;
        border-top: 1px solid #e5e5e5;
        height: auto;
        overflow: auto;
        position: static;
        top: auto;
        width: auto;
    }

    #header-container #header-main-left #header-logo a {
        height: 40px;
    }

    #main-navigation .inner>ul>li>a.btn.black {
        margin: 25px auto;
        width: 80%;
    }

    #main-navigation .inner>ul>li>a.btn.black img {
        left: -5px;
        position: relative;
        top: 10px;
    }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Icomoon ----------- */

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'acca' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-right-arrow:before {
  content: "\e61e";
}
.icon-close:before {
  content: "\e623";
}
.icon-mobile-menu-1:before {
  content: "\e627";
}


/* Cherrypicking some bootstrap positioning styles */

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
    }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .hidden-lg {
        display: none !important;
    }
}


.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl{
    display: none !important;
}

@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl, td.visible-xl {
        display: table-cell !important;
    }

    .visible-xl-block {
        display: block !important;
    }

    .visible-xl-inline {
        display: inline !important;
    }

    .visible-xl-inline-block {
        display: inline-block !important;
    }

    .hidden-xl {
        display: none !important;
    }
}
