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

body {
    line-height:1
}

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

nav ul {
    list-style:none
}

blockquote, q {
    quotes:none
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background:transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration:none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight:bold
}

del {
    text-decoration:line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor:help
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding:0
}

input, select {
    vertical-align: middle
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.2.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

.chosen-container {
    width: 500px !important;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 32px;
    zoom: 1;
    * display:inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-left:-4px
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background:#fff
}

.chosen-container.chosen-with-drop .chosen-drop {
    left:0
}

.chosen-container a {
    cursor:pointer
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 38px;
    border-radius: 2px;
    background-color: #eee;
    border: 0;
    padding-top: 2px;
    color: #111;
    text-decoration: none;
    white-space: nowrap;
    font-size: 23px;
    line-height:35px
}

.chosen-container-single .chosen-default {
    color:#666
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space:nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right:38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("/web/20170717002315im_/http://www.londonischanging.org/assets/chosen-sprite-63013ff1d1dcdc2707aa16953b67d3fe.png") -42px 1px no-repeat;
    font-size:1px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position:-42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position:-42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height:100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("/web/20170717002315im_/http://www.londonischanging.org/assets/chosen-sprite-63013ff1d1dcdc2707aa16953b67d3fe.png") no-repeat -2px 6px
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: #fff url("/web/20170717002315im_/http://www.londonischanging.org/assets/chosen-sprite-63013ff1d1dcdc2707aa16953b67d3fe.png") no-repeat 100% -20px;
    background: url("/web/20170717002315im_/http://www.londonischanging.org/assets/chosen-sprite-63013ff1d1dcdc2707aa16953b67d3fe.png") no-repeat 100% -20px;
    font-size: 1em;
    font-family: 'Interstate Condensed', 'PT Sans Narrow', 'Arial Narrow', sans-serif;
    font-weight: bold;
    line-height: normal;
    border-radius:0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip:padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left:-9999px
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 -1px 0 -5px;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling:touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 24px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
    letter-spacing:0.5px
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor:pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor:default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #333;
    color:#fff
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background:#f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor:default
}

.chosen-container .chosen-results li.group-option {
    padding-left:15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration:underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    cursor:text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style:none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: 'Interstate Condensed', 'PT Sans Narrow', 'Arial Narrow', sans-serif;
    font-weight: bold;
    line-height: normal;
    border-radius:0
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    color: #333;
    line-height: 13px;
    cursor:default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap:break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("/web/20170717002315im_/http://www.londonischanging.org/assets/chosen-sprite-63013ff1d1dcdc2707aa16953b67d3fe.png") -42px 1px no-repeat;
    font-size:1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position:-42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    color:#666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background:#d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position:-42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding:0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor:default
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius:0
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background:transparent
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position:-20px 5px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color:#222 !important
}

.chosen-disabled {
    opacity: 0.5 !important;
    cursor:default
}

.chosen-disabled .chosen-single {
    cursor:default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor:default
}

.chosen-rtl {
    text-align:right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding:0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction:rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left:38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left:3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left:26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction:rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding:3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left:4px
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
    left:9999px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding:0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left:0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: #fff url("/web/20170717002315im_/http://www.londonischanging.org/assets/chosen-sprite-63013ff1d1dcdc2707aa16953b67d3fe.png") no-repeat -30px -20px;
    background: url("/web/20170717002315im_/http://www.londonischanging.org/assets/chosen-sprite-63013ff1d1dcdc2707aa16953b67d3fe.png") no-repeat -30px -20px;
    direction:rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position:6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position:-12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and(min-resolution: 144dpi) {
    .chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
        background-image: url("/web/20170717002315im_/http://www.londonischanging.org/assets/chosen-sprite@2x-decb685351b5a2b482385e7391ba8c91.png") !important;
        background-size: 52px 37px !important;
        background-repeat:no-repeat !important
    }
}

body {
    background-color: #111;
    color: #eee;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-family: 'Interstate Condensed', 'PT Sans Narrow', 'Arial Narrow', sans-serif;
    font-weight: bold;
    font-size: 25px;
    line-height:32px
}

.main_wrapper {
    width: 970px;
    padding: 20px;
    margin: 0 auto;
    position:relative
}

a {
    color: inherit;
    text-decoration: none;
    border-bottom:2px solid currentColor
}

p {
    font-size: 25px;
    line-height: 32px;
    margin-bottom:16px
}

hr {
    height: 1px;
    display: block;
    border: 0;
    background-color: #222;
    margin:70px -15px
}

.logo {
    border: 0;
    display: block;
    text-decoration: none;
    padding: 16px;
    position: absolute;
    top: 44px;
    right: 16px;
    color: #fff;
    font-size:25px
}

.logo em {
    font-style: normal;
    display: inline-block;
    margin-left: 2px;
    margin-right:1px
}

.logo i {
    display: inline-block;
    height: 2px;
    background-color: #ddd;
    width: 3px;
    margin-right: 10px;
    position: absolute;
    top:43px
}

.logo i:nth-of-type(1) {
    right: 18px;
    width:21px
}

.logo i:nth-of-type(2) {
    right: 52px;
    width:15px
}

.logo i:nth-of-type(3) {
    right: 82px;
    width:118px
}

.logo:hover {
    border:0
}

h1 {
    font-size: 48px;
    line-height: 56px;
    font-weight: bold;
    margin:60px 0
}

h2 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom:28px
}

.segment {
    padding-bottom:30px
}

.segment:last-child {
    padding-bottom:0
}

.segment a {
    display: inline-block;
    line-height:0.95
}

#review_billboards * {
    white-space:nowrap
}

#review_billboards * h4 {
    font-size: 44px;
    line-height: 1.2em;
    padding-bottom: 12px;
    text-indent:-11px
}

.responses {
    display: block;
    position: relative;
    height: 648px;
    margin:135px 18px 0
}

.responses .response {
    position: absolute;
    top: 0;
    left: -18px;
    right: -18px;
    bottom: 0;
    display: block;
    background-color:#111
}

.responses .response .billboard_photo {
    width: 972px;
    height:648px
}

.responses .response .image_share {
    display: block;
    position: absolute;
    bottom: 25px;
    left: 6px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #111;
    border:0
}

.responses .response .image_share img {
    width: 20px;
    margin: 12px 11px;
    display:block
}

.responses .response .image_share:hover {
    border:0
}

.responses .response .headline {
    display: block;
    font-size: 46px;
    line-height: 52px;
    font-weight: bold;
    margin-top: 120px;
    white-space:nowrap
}

.responses .response .headline.indent_quote {
    text-indent:-11px
}

.responses .response .attribution {
    display: block;
    padding-top: 19px;
    position: relative;
    padding-left: 20px;
    margin-left: -18px;
    font-size: 24px;
    line-height:30px
}

.responses .response .attribution:before {
    content: '—';
    position: absolute;
    left: 0;
    padding-top:2px
}

.responses .response .percentage {
    margin-top: 45px;
    width: 99%;
    border: 4px solid #eee;
    height: 30px;
    overflow:hidden
}

.responses .response .percentage .filled_in {
    display: block;
    background-color: #eee;
    color: #333;
    text-align: center;
    font-size:15px
}

.responses .response .headline_share {
    display: block;
    margin-top: 23px;
    margin-left: 3px;
    border:0
}

.responses .response .headline_share img {
    border: 0;
    width: 20px;
    position: relative;
    bottom: -3px;
    left:8px
}

.responses .response .headline_share span {
    font-size: 16px;
    letter-spacing:0.1px
}

.participate {
    margin:45px 0
}

.participate a {
    margin: 0 19px;
    display: inline-block;
    border-radius: 8px;
    text-decoration: none;
    line-height: 27px;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.5px;
    background-color: #fff;
    color: #111;
    width: 440px;
    height: 50px;
    padding: 23px 0 27px;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    transition: all 250ms;
    position:relative
}

.participate a span {
    position: relative;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    transition:all 250ms
}

.participate a img {
    opacity: 0;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    transition: all 250ms;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 27px;
    left: 19px;
    bottom: 27px;
    margin-top: auto;
    margin-bottom:auto
}

.participate a:hover {
    border-color:white
}

.participate a:hover img {
    opacity: 1;
    margin-right: 0;
    left:24px
}

.about {
    padding:0 20px
}

.about p {
    width:680px
}

.footer {
    padding-bottom:120px
}

.footer p {
    font-size: 22px;
    line-height:28px
}

.footer .about_link {
    margin: 0 20px 20px;
    border-bottom: 2px solid #eee;
    display: inline-block;
    cursor:pointer
}

body, input, textarea, select {
    font-family: 'Interstate Condensed', 'PT Sans Narrow', 'Arial Narrow', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height:30px
}

.questionnaire_intro, .questionnaire {
    padding:0 20px
}

.questionnaire_intro {
    padding:160px 20px 60px
}

.questionnaire_intro p {
    max-width:750px
}

.questionnaire {
    padding-bottom:200px
}

.questionnaire fieldset {
    margin-bottom:60px
}

.questionnaire [type=radio] + label {
    display:inline-block
}

.questionnaire label, .questionnaire .label {
    display: block;
    padding-bottom: 15px;
    letter-spacing:0.4px
}

.questionnaire select, .questionnaire textarea {
    -webkit-transition: all 500ms;
    -ms-transition: all 500ms;
    -moz-transition: all 500ms;
    transition:all 500ms
}

.questionnaire select {
    width:500px
}

.questionnaire input[type=text], .questionnaire textarea {
    width: 484px;
    background-color: inherit;
    border: 2px solid #eee;
    color: #111;
    background-color: #eee;
    padding: 8px;
    -webkit-font-smoothing: antialiased;
    margin-left: -8px;
    border-radius:4px
}

.questionnaire input[type=text]:focus, .questionnaire textarea:focus {
    outline: none;
    border-color: #fff;
    background-color:#fff
}

.questionnaire textarea {
    resize:none
}

.questionnaire .radio_option {
    display: inline-block;
    padding: 0 25px 0 30px;
    width: 200px;
    position:relative
}

.questionnaire .radio_option input {
    display:none
}

.questionnaire .radio_option label {
    cursor: pointer;
    padding-bottom:0
}

.questionnaire .radio_option label:before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 3px;
    border: 2px solid #eee;
    border-radius: 100%;
    -webkit-transition: all 250ms;
    -ms-transition: all 250ms;
    -moz-transition: all 250ms;
    transition:all 250ms
}

.questionnaire .radio_option input:checked + label:before {
    border-color: transparent;
    width: 18px;
    left: 0;
    height: 18px;
    background-color: #eee;
    background-image: url("/web/20170717002315im_/http://www.londonischanging.org/assets/small_checkmark-c7208569d555a958049e1cbe419c6f66.png");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position:center center
}

.questionnaire .how_do_you_feel_about_relocating label, .questionnaire .why_relocate label {
    cursor:pointer
}

.questionnaire .entity_group, .questionnaire .where_from_group, .questionnaire .where_to_group {
    display:none
}

.questionnaire .new_group {
    margin-top:160px
}

.questionnaire .finish .end_notes {
    padding-top: 64px;
    width: 500px;
    margin-top:64px
}

.questionnaire .finish .end_notes h6 {
    display: inline-block;
    border-bottom: 2px solid #eee;
    margin-bottom:32px
}

.questionnaire .finish .end_notes li {
    margin-bottom: 16px;
    margin-left:32px
}

.questionnaire .finish .submit_area {
    width: 500px;
    margin-top:30px
}

.questionnaire .finish .submit_area .can_submit {
    display: inline-block;
    padding-left: 32px;
    position: relative;
    cursor:pointer
}

.questionnaire .finish .submit_area .can_submit:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -1px;
    width: 16px;
    height: 16px;
    border: 2px solid #eee;
    -webkit-transition: all 150ms;
    -ms-transition: all 150ms;
    -moz-transition: all 150ms;
    transition:all 150ms
}

.questionnaire .finish .submit_area .can_submit[data-checked=true]:before {
    border-radius: 100%;
    background-color: #eee;
    background-image: url("/web/20170717002315im_/http://www.londonischanging.org/assets/small_checkmark-c7208569d555a958049e1cbe419c6f66.png");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position:center center
}

.questionnaire .finish .submit_area .can_submit:hover:before {
    width: 20px;
    height: 20px;
    top: 3px;
    left:-3px
}

.questionnaire .finish .submit_area input {
    display: block;
    background-color: white;
    color: black;
    width: 436px;
    border-radius: 12px;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    border: 0;
    outline: none;
    transition: all 300ms;
    -webkit-transform:translateZ(0px)
}

.questionnaire .finish .submit_area input[disabled] {
    opacity: 0.5;
    cursor:default
}

.questionnaire .finish .submit_area .submit_input {
    margin-top: 32px;
    margin-left: 31px;
    display: inline-block;
    position:relative
}

.questionnaire .finish .submit_area .submit_input .submit_input_inner {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom:0
}

.questionnaire .finish .submit_area .can_submit[data-checked=false] + .submit_input .submit_input_inner {
    display:block
}

.questionnaire em {
    font-style: normal;
    display: inline-block;
    border-bottom: 2px solid #eee;
    line-height:24px
}

.preview_share {
    background-color: #fff;
    border-radius: 12px;
    display: inline-block;
    color: #111;
    padding: 18px;
    border-bottom: 0;
    margin-top:12px
}

.preview_share .twitter_icon {
    display: inline-block;
    margin: 0 18px 0 12px;
    width: 30px;
    height: 25px;
    vertical-align:middle
}

.preview_share .text {
    display: inline-block;
    vertical-align: middle;
    width: 360px;
    text-indent: -4px;
    margin-left:12px
}

.thank_you {
    padding:130px 0 70px
}

.thank_you .clear {
    clear:both
}

.thank_you .page_contents {
    float: left;
    padding:0 20px 52px
}

.thank_you .page_contents.left {
    width: 460px;
    padding-right:15px
}

.thank_you .page_contents.right {
    width: 460px;
    padding-left: 15px;
    padding-right:0
}

.thank_you a {
    border-bottom: 2px solid #eee;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    -ms-transition: border-color 300ms;
    transition:border-color 300ms
}

.thank_you a:hover {
    border-color:#ccc
}

.thank_you h1, .thank_you h2, .thank_you h3, .thank_you h4, .thank_you h5, .thank_you h6 {
    font-size: 1.6em;
    line-height:1.2em
}

.thank_you > .title {
    padding: 20px;
    margin:0
}

.thank_you .contact, .thank_you .csm {
    display: block;
    vertical-align:top
}

.thank_you .contact {
    padding: 0 0 0 20px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    -ms-column-gap: 30px;
    column-gap:30px
}

.thank_you .contact p {
    max-width:680px
}

.thank_you .contact p:last-child {
    margin-bottom:0
}

.thank_you .contact + hr {
    margin-top:60px
}

.thank_you .csm {
    width: 160px;
    margin: -29px 20px 0;
    border:0
}

.thank_you .csm img {
    width: 100%
}

/*
     FILE ARCHIVED ON 00:23:15 Jul 17, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:07:09 Sep 08, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 239.02
  exclusion.robots: 0.146
  exclusion.robots.policy: 0.135
  RedisCDXSource: 54.341
  esindex: 0.014
  LoadShardBlock: 160.514 (3)
  PetaboxLoader3.datanode: 187.958 (4)
  CDXLines.iter: 20.411 (3)
  load_resource: 232.996
  PetaboxLoader3.resolve: 48.789
*/

