/* Notice on disabled form submit*====================*/
.notice{
    background: #f7931e;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
  }
/*====================*/

#twitter_widget {
    background: url(../images/twitter_banner_3.png);
    padding: 60px 0;
    margin-top: 55px;
}
.readmore {
    margin: 0 auto;
    background-color: #CB3939;
    border: 0;
    color: #fff;
    padding: 5px 10px;
    font-size: 23px;
    width: 100%
}
.reademore_content{
    display: none;
}
.reademore_content.show{
    display: block;
}
body.home #content {
    padding-bottom: 66px;
}
#twitter-container {
    width: 80%;
    margin: 0 auto;
}
h2 {
    font-family: bebas-neue, sans-serif;
    margin: 0 0 5px 0;
}
.so_info {
    color: #cb3939;
    margin: 13px 0 2px 0;
}
button,select{
    cursor:pointer;
    outline:0;
}

button:focus,select:focus { outline:0 !important; }
.sharebtns label, .sharebtns .entypo-gplus {
    display: none;
}
.sharebtns ul {
    list-style-type: none;
    padding: 0;
}
.sharebtns li{
    display: inline-block;
}
.sharebtns li {
    background-color: #CB3939;
    padding: 10px 20px;
    color: #fff;
    
    cursor: pointer;
}
#sharebtns li{
        font-family: bebas-neue, sans-serif;
    font-size: 26px;
    width: 253px;
    text-align: center;
    margin: 0 10px !important;
}
#sharebtns li i {
    font-size: 25px;
    margin-left: 8px;
}
#footer .sharebtns {
    position: absolute;
    margin-top: -5px;
    margin-left: -10px;
}
#footer .sharebtns li {
    background: transparent !important;
    border: 0;
    padding: 0 5px !important;
    margin: 0 !important;
    font-size: 27px;
}
::selection { background-color: #CB3939; color: white; }
::-moz-selection { background-color: #CB3939; color: white; }

::-webkit-input-placeholder { /* Chrome */
  color: #999 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999 !important;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #999 !important;
  opacity: 1;
}
.form-control:focus {
    border-color: #cb3939;
}
body.sign_success #petitionfixedcontainer{
    display: none;
}
.placeholder{
    color:#999
}
body,html{
	height: 100%;
	width: 100%;
}
body {
	background-color: #FEFDFC;
	margin: 0px;
	padding:0;
	
	
}
body,button, input, optgroup, select, textarea {
    font-family: pt-sans, sans-serif;
    font-weight: 400;
    color: #3C3737;
    line-height: 1.3;

}
#modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(76, 76, 76, 0.7);
    z-index: 100;
    display:none;
}
body.showmodal #modal_bg{
    display: block;
}
body.showmodal{
    overflow:hidden;
}
.nomodal #modal_bg{
    display: none;
}
h1,button,#petformcontent h2, h3 {
    font-family: bebas-neue, sans-serif;
    font-weight: normal;
    line-height: 1;
}
h3 {
    font-size: 24px;
}

.tabs {
    display: flex;
    position: absolute;
    bottom: -3px;
}
.tab {
    background-image: url(../images/tab_red.png);
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    width: 163px;
    height: 28px;
    padding: 1px 0 0 17px;
    margin: 3px 0 0 -18px;
    font-size: 0.95rem;
    cursor: pointer;
    image-rendering: crisp-edges;
    color: #fff;
    font-size: 16px;
}

.tab.selected {
    background-image: url(../images/tab_light.png);
    z-index: 2;
    padding: 4px 0 0 17px;
    margin: 0 0 0 -18px;
    color: #3C3737;
    font-size: 18px;
}
.tab:nth-child(1){
    margin-left:0;
}
.tcont{
    display: block; /* none; only org */


}
.tcont.selected{
    display: block;
}
#pethead p {
    margin: 19px 17px;
    font-size: 1rem;
    font-weight:bold;
}
#petformcontent h2 {
    font-size: 26px;
    margin-top: 5px;
}
#petform .form-control, #petform .form-group .error {
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.33);
    border: 1px solid rgba(0,0,0,.15);
    text-align: left;
}
.dropdown-toggle{
    padding-right: 24px
}
form .info {
    background-color: #feffab;
    font-size: 12px;
    padding: 10px 20px;
    color: #000;
    font-family: pt-sans, sans-serif;
}
.btn-primary,.btn-primary:hover {
    color: #fff;
    background-color: #267d9b;
    border-color: #267d9b;
}
.btn-edit {
    position: absolute;
    box-shadow: 0 0 0px 5px #fff;
    padding: 5px 15px;
    display:none;
    z-index:500;
}
body.editable_active:not(.doingediting) .editable:hover .btn-edit{
    display: inline;
}
body.editable_active:not(.doingediting) .editable:hover {
    border: 1px solid #267d9b;
    margin: -1px;
}
.isediting .old{
    display: none;
}
.editable.empty{
    min-height: 50px;
}
.isediting #editable-preview{
    display: none;
}
.isediting.editable-preview #editable-preview{
    display: block;
}
.isediting.editable-preview form{
    display: none;
}
.dropdown-toggle::after {
    position: absolute;
    right: 18px;
    top: 43%;
}
.form-group-country .dropdown-menu{
    width: 100%;
}
.form_row{
	margin-top: 9px;
}
#signin {
    flex-wrap: nowrap;
    display: inline-flex;
}
#supracontainer{
	min-height:100%;
	position: relative;
}
#petitionform .btn[type=submit] {
    padding: 8px 0;
    font-family: bebas-neue, sans-serif;
    font-size: 27px;
    margin: -5px 0;
}
a,a:focus, a:hover {
	color: #E25D23;
	background-color: transparent;
	font-weight: normal;
    text-decoration: underline;
}
#ps {
    background-color: #aaaaaa;
    position: absolute;
    right: 0;
    bottom: 0px;
    max-width: 400px;
    /* min-height: 100px; */
    display: none;
    padding: 15px 30px 0;
    font-size: 12px;
}
#petheader {
    color: #fff;
    background-color: #CB3939;
    padding: 10px;
    font-size: 30px;
    height: 52px;
    width: 100%;
    border:0px;
    border-bottom: 2px solid #872323;
    text-align: left;
}
.custom-control-indicator {
    background-color: #bbb;
}
.custom-control-description {
    margin-top: 2px;
}
p.botform {
    margin: 16px 0 8px;
    font-size: 14px;
}
.form-group {
    margin-bottom: 5px;
}
.btn{
    cursor: pointer;
    padding: .5rem .75rem;
}
#petform .form-group-html p:nth-child(1) {
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 14px;
}
.radio {
    margin-left: 10px;
    margin-top: -6px;
}

.form-group>label {
    display: block;
    font-size: 14px;
    margin: 16px 0;
}

#petitionform .btn{
    width: 100%;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.33);
}
.g-recaptcha>div {
    margin: 0 auto;
}
.form-group.form-group-html {
    margin: 4px 0;
    font-size: 14px;
}
.form-group-informed {
    margin-top: -8px;
    margin-bottom: 14px;
}
.form-group-also_as_individual {
    margin: -10px 0 -20px 0;
}
.form-group-informed>label {
    margin-bottom: 11px;
}
.btn-danger {
    background-color: #CB3939;
    border-color: #CB3939;
}
.form-group .error {
    display: none;
    color: #fff;
    font-weight: bold;
    background-color: #CB3939;
    margin-top: -4px;
    padding: 0 15px;
    z-index: 9;
    position: relative;
    font-size: 14px;
    border-radius: 0 0 4px 4px;
}
.form-group.has-danger .error{
    display: block;
}

#container {
	margin: 10px;
	border: 1px solid #D0D0D0;
	box-shadow: 0 0 8px #D0D0D0;
}
#header {
	position: fixed;
	background-color: #267D9B;
	border-bottom: 2px solid #1D6882;
	height: 72px;
	top:0;
	left:0;
	right:0;
	color: #fff;
	z-index: 100;
}
#footer{
	height: 66px;
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	background-color:#267D9B;
}
.clear{
    clear:both;
}
#petitionfixedcontainer.animated{
    transition: height .3s, bottom .3s;
}
#petitionfixedcontainer.animated #petcontent{
    transition: opacity .3s;
}
#petitionfixedcontainer.closed #petcontent{
    opacity:0;
}
#petitionfixedcontainer i {
    position: absolute;
    right: 15px;
}
#petitionfixedcontainer #petheader i.fa-angle-double-up{
    display: none;
}
#petitionfixedcontainer.closed #petheader i.fa-angle-double-up{
    display: inline;
}
#petitionfixedcontainer.closed #petheader i.fa-angle-double-down{
    display: none;
}
body.nomodal #petitionfixedcontainer #petheader{
    cursor:auto;
}
body.nomodal #petitionfixedcontainer #petheader i{
    display: none !important;
}
#petitionfixedcontainer{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0px;
	pointer-events:none;
	background:url('../images/transparent_pixel.png');
    overflow: hidden;
    z-index:102;
}
#footer .logo {
    background: url(../images/bt_logo_footer.png);
    background-repeat: no-repeat;
    height: 27px;
    width: 190px;
    background-size: cover;
    position: absolute;
    top: 20px;
}
#footer .navigation {
    margin-left: 210px;
}
#petitionfixedcontainer.closed {
    height: 49px !important;
}
#petitioncontainer {
    position: relative;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    height: 100%;
}
#petitionform{
	position: absolute;
	top: 0;
	bottom:0;
	right:0;
	width: 400px;
     pointer-events: auto;
} 
body.home .logo {
    max-width: 820px;
    margin-top: 0;
    width: calc(100% + 16px);
    /*margin-left: 2px;*/
}
#pethead {
    width: 100%;
    height: 103px;
    position: absolute;
    background-color: #aaa;
    overflow:hidden;
    border-bottom: 1px solid #979797;
}
#petform {
    position: absolute;
    top: 176px;
    bottom: 0;
    background-color: #d7d7d7;
    overflow: auto;
    width: 100%;
   
}

#petformcontent {
    padding: 15px 17px;
}
#maincontentcontainer,.centercontainer{
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
}
body.home #maincontentcontainer {
    margin-top: 78px;
}
#content {
    padding: 72px 0 140px;
}
#bighead {
    background-image: url(../images/ep_big_head.jpg);
    background-size: cover;
    background-position: 50% 0;
    height: 390px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
}
#sideonly ul {
    margin-top: -1rem;
}
body.home #sideonly,body.home .sideonly {
    margin: 0 420px 0 0;
}
#onmobile{
    display: none;
    position: absolute;
    pointer-events: none;
}
#sideonly p, #sideonly h3, #sideonly ul{
    max-width: 820px;
    margin: 18px auto;
}
.projectlist {
    display: flex;
    flex-flow: wrap;
}
.projectlist .project>* {
    position: absolute;
}
#menubutton {
    display: none;
    margin: 5px 3%;
    font-size: 41px;
    cursor: pointer;
    pointer-events: all;
}
.projectlist .project .logo{
    width: 100%;
    position: relative;
    z-index: 1;
}

.projectlist .project .info {
    z-index: 2;
    top: 58%;
    text-align: center;
    left: 10px;
    right: 10px;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}
.onmobile{
    display: none !important;
}
.projectlist .project .overlay {
    width: 140%;
    top: -9%;
    left: -18%;
    z-index: 3;
    opacity: 0;
    transition: opacity .15s, height .15s, width .15s, top .15s, left .15s;
    pointer-events: none;
}
.projectlist .project:hover .overlay {
    opacity: 1;
    width: 400px;
    top: 0;
    left: -30px;
}
.projectlist .project .title {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    font-family: bebas-neue, sans-serif;
    font-weight: normal;
    font-size: 1.75rem;
    line-height:1;
}
.projectlist .project .country {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 1.3rem;
} 
.project .country i {
    display: block;
    font-size: 1.7rem;
}

.projectlist .project {
    width: 340px;
    position: relative;
    margin: 20px 36px 50px;
}
body.home .projectlist .project {
    margin: 20px 35px 50px;
}
.project-singleitem{
    display:flex;
}
.project-singleitem .logo {
    width: 484px;
    margin: 0 83px 0 63px;
    height: 100%;
}
.navigation ul
{
    margin: 0;
    padding: 0;
    font-family: bebas-neue, sans-serif;
}
.navigation{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    vertical-align: middle;
    display: table-cell;
}
.navigation a, .navigation li>span {
    color: rgba(255, 255, 255, 1.0);
    text-decoration: none;
    font-size: 24px;
    padding: 4px 10px 4px 10px;
    display: inline-block;
}
.navigation ul li {
    list-style-type: none;
    display: inline-block;
    padding: 8px 10px 8px;
    margin: 12px 0;
    line-height: 1;
}
.navigation li.selected a {
    background-color: #1D6882;
    border-radius: 4px;
}
.navigation li:not(:first-child) {
    border-left: 1px solid #1D6882;
}
#footer .navigation a,#footer .navigation li>span{
	font-size: 18px;
	padding-top: 4px;
}
#footer .navigation ul li {
    padding: 7px 10px 6px;
    margin-bottom: 0;
}
#footer .navigation {
    margin-left: 210px;
    margin-top: 3px;
}
.big_head {
    font-size: 34px;
    color: #fff;
    padding: 25px 45px;
    /*background-color: #267D9B; original colour, changed for highlighting message*/
    background-color: #F7931E;
    font-family: bebas-neue, sans-serif;
    margin-top: 45px;
    position: relative;
}
body.home .big_head {
    margin-right: -20px;
    margin-top: 42px;
}
#bighead .centercontainer {
    height: 100%;
}

.big_head_red{
	font-size: 26px;
	color: #fff;
	padding: 25px 45px;
	background-color: #CB3939;
	font-family: bebas-neue, sans-serif;
}

.striped_head {
    border-bottom: 2px solid #F7941E;
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 35px;
}
.striped_head span {
    font-family: bebas-neue, sans-serif;
    background-color: #fff;
    display: table;
    margin: -25px auto;
    padding: 0px 20px;
    font-weight:normal;
}
.project-singleitem #eqbanks a, #banks a {
    display: block;
    padding: 5px 10px;
    color: #555;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}
#banks a{
	font-weight: normal;
	text-decoration: underline;
}
.project-singleitem #eqbanks .country, #banks .country{
    margin-left:10px;
    font-weight: normal;
}
.project-singleitem .rightside{
    width: 610px;
}

.head_country {
    margin: -15px 0 20px 0;
    text-align: center;
    font-size: 20px;
}
.hidden{
    display: none;
}
.row {
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    
}
#signers_list .row{
    font-size: 14px;
}
.row .name {
    flex-grow: 1; 
    /*
    white-space: nowrap;
    max-width: 71%;
    overflow: hidden;
    text-overflow: ellipsis;
    */
}
#editable_edit {
    font-size: 12px;
    width: 100%;
    height: 80px;
}
.row .id{
    text-align:right;
    margin-right:10px;
}
.row:nth-child(1){
    border-top: 1px solid #F7941E;
}
.row:nth-child(2n+1){
    background-color: #F4F1EE;
}
.row:nth-child(2n){
    background-color: #D8D8D8;
}
#banks .head span {
    display: block;
}


#banks {
    margin: 0 0 40px 0;
}
#banks .bp {
    width: 50%;
    float: left;
}
#banks .links {
    display: flex;
    justify-content: space-between;
}
#banks .head .title {
    font-family: bebas-neue, sans-serif;
    font-size: 21px;
}
#banks .head .country {
    margin: 0;
    font-size: 16px;
    margin-bottom: 10px;
}
#banks .links>a {
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}
#banks .links>a.website{
    color: #E25D23;
}
#banks .links>a.report{
    color: #E25D23;
}
#banks .links>a.profile{
    color: #E25D23;
}
#banks .bp {
    width: 49%;
    float: left;
    /*border-bottom: 1px dotted #267D9B;*/
    margin: 0 1% 0 0;
    padding: 12px 12px;
}
.bp{
    background-color:#F4F1EE;
}
.bp:nth-child(1), .bp:nth-child(2){
    border-top: 1px solid #F7941E;
}
.bp:nth-child(4n), .bp:nth-child(4n-1){
    background-color: #D8D8D8;
}
body.disaster_projects .bp:nth-child(2){
    border-top: none;
}
body.disaster_projects .bp:nth-child(2n+1){
    background-color: #F4F1EE;
}
body.disaster_projects .bp:nth-child(2n){
    background-color: #D8D8D8;
}
body.equator_banks .filter {
    margin: 20px 0;
}
.filter .letters button {
    background-color: #267d9b;
    border: 0;
    padding: 6px 15px 5px;
    color: #fff;
    font-family: pt-sans, sans-serif;
    line-height: 1.3;
    font-size: 15px;
    text-transform: uppercase;
}
.filter .letters button.selected {
    background-color: #E25D23;
}
.filter>div {
    margin: 5px 3px 5px 0;
    display: inline;
    line-height: 2.3;
}
.filter select {
    border: 2px solid #ccc;
    color: #777;
    font-weight: bold;
}
#cform {
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
}
#cform button{
    width: 100%;
}
#cform textarea {
    height: 125px;
}
#cform button {
    font-size: 30px;
    padding: 15px 0;
}
#sideonly #csuccess{
    display: none;
}
#sideonly.success #cform{
    display: none;
}
#sideonly.success #csuccess{
    display: block;
}
.the_call{
    background-color: #F4F1EE;
    border-bottom: 6px solid #CB3939;
    border-left:6px solid #CB3939;
    border-right: 6px solid #CB3939;
    padding: 14px;    
}
.support_line {
    font-family: bebas-neue, sans-serif;
    font-size: 30px;
}
#signers_list {
    display: flex;
    flex-direction: row;
}
#signers_list>div{
    width:100%; /* 50%; org only */
}
#signers_list .signers_org {
    padding: 0 10px 0 0;
    position: relative;
    position: relative;
    max-width: 820px;
    margin: 0 auto;
}
#signers_list .signers_indiv {
   padding: 0 0 0 10px;
   position: relative;
}
#signers_list .extra {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: -33px;
    font-size: 14px;
}
.center_img{
    max-width: 820px;
    margin: 0 auto;
}
.readmore i {
    margin: -1px 0 0 8px;
    font-size: 27px;
    position: absolute;
}
.project_finance_link,.project_finance_link:hover,.project_finance_link:active,.project_finance_link:focus {
    font-family: bebas-neue, sans-serif;
    color: #fff;
    margin-top: 25px;
    display: table;
    margin-bottom: 20px;

}
.project-singleitem .rightside {
    width: calc(100% - 630px);
}
.project_finance_link .text,.project_finance_link .square{
    background: #E25D23;
}
.project_finance_link .text {
    padding: 6px 15px 0px 10px;
    display: inline-block;
    white-space: nowrap;
    width: auto;
    height: 30px;
}


.project_finance_link .square {
    position: absolute;
    border-style: solid;
    border-width: 16px 0px 14px 15px;
    border-color: transparent transparent transparent #E25D23;
    background: transparent;
}
.project_finance_link i {
    position: absolute;
    margin: -12px 0 0 -26px;
    font-size: 21px;
}

.close,.close:hover {
    background-color: #cb3939;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    line-height: 1;
    padding: 0 5px;
    border-radius: 14px;
    margin-right: -20px;
    margin-top: -2px;
}
.more_disasters{
    text-align: center;
    font-size: 1.2rem;
}
.dropdown a{
    text-decoration: none;
}
body.contact_us #sideonly p{
    width: 100%;
    margin: 10 auto;
    max-width: 400px;
}
#sideonly .social_share_img{
    display: inline;
    width: 47%;
    margin: 16px 1%;
}
#org_order {
    position: absolute;
    font-size: 13px;
    right: 10px;
    margin-top: -26px;
}
#signers h3 {
    padding-bottom: 15px;
    padding-top: 10px;
}

#lang_select {
    position: absolute;
    right: 10px;
    top: 3px;
    display: flex;
    align-items: center;
}
#lang_select>span>a, #lang_select>span, #lang_select a {
    text-decoration: none;
    color: #aaa;
    font-size: 18px;
}
#lang_select>span{
    color: #fff;
}
#lang_select>span.stripe {
    color: #fff;
    font-family: pt-sans, sans-serif;
    margin: 0 5px;
    font-size: 14px;
    margin-top: -2px;
}
#petformcontent img.bubbles {
    width: 100%;
    margin-bottom: 22px;
}
#petform {
    top: 155px;
}
#petformcontent {
    padding: 25px 19px;
    background: #ababab;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.33);
    margin: 14px 13px;
    border-radius: 6px;
}
.form-group-email,
.form-group-subject {
    pointer-events: none;
    position: absolute;
    visibility: hidden;
}
.form-group-chooser {
    margin: -20px 0 16px;
}
.custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: 0 0 0 0px #0275d8,0 0 0 2px #ffffff5e;
    box-shadow: 0 0 0 0px #0275d8,0 0 0 2px #ffffff5e;
}
.only_when_selected {
    display: none;
}
.only_when_selected.show {
    display: block;
}
.form-group-html .informed {
    border: 1px solid black;
    padding: 8px 16px;
    margin: -12px 0 30px !important;
    background-color: #ffffff9c;
    border-radius: 1px;
}
.dropdown-menu a:active, .dropdown-menu a:focus {
    outline-width: 1px;
    outline: 1px dotted #000;
}
.dropdown-menu a:hover {
    outline: 0;
}
.twitter-typeahead {
    width: 100%;
}
.tt-menu {
    max-height: 150px;
    overflow-y: auto;
    background: #fff;
    margin: -2px 0 0 1px;
    width: calc(100% - 2px);
    border-radius: 0 0 4px 4px;
    border: 1px solid rgba(0,0,0,.15);
    border-top-width: 0;
}
.tt-suggestion {
    padding: 5px 10px;
    display: block;
}
.tt-cursor {
    background-color: #eee;
    display: block;
}
body.cnotice {
    overflow: hidden;
}
#cookie-notice {
    display: none;
}
body.cnotice #cookie-notice {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: #000000ba;
}
#cookie-notice .cform {
    background-color: #1D6882;
    padding: 15px 30px 10px;
    margin: 20px auto;
    width: 90%;
    color: #fff;
    border: 10px solid #fff;
    max-width: 660px;
}
#cookie-notice  .crow {
    display: flex;
    margin: 10px 0;
    align-items: center;
}
#cookie-notice .radio,
#cookie-notice .custom-control{
    margin:0;
    padding:0;
    line-height: 1.2;
}
#cookie-notice .custom-control {
    padding-left: 24px;
}
#cookie-notice .radio{
    margin-right:20px;
}
#cookie-notice button {
    background-color: #F7941E;
    border: 0;
    padding: 5px 48px;
    color: #fff;
    border-radius: 20px;
    font-size: 20px;
}
#cookie-notice a{
    color: #fff;
}
#cookie-notice .custom-control-input:checked ~ .custom-control-indicator {
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%231D6882'/%3E%3C/svg%3E");
}
#twitter_widget{
    display: none;
}
body.show-twitterbox #twitter_widget{
    display: block;
}
.btn-danger:hover {
    background-color:#F7931E;
    border-color:#F7931E;
}