/* Overall look-and-feel */
body {
  font-family: 'Istok Web', sans-serif;
  font-size: 16px;
  line-height: 26px;
  overflow-x: hidden;
}

body.fullnav {
  overflow-y: hidden;
}

h1, h2, h3 {
  color: #0065a4;
  font-family: 'Rokkitt', serif;
}

h1 {
  font-size: 4em;
}

h2 {
  font-size: 2.5em;
}

h3 {
  font-size: 1.5em;
  font-weight: bold;
}

/* hero */

.hero-text {
	height: 330px; 
	padding-right: 20px;
}

.hero-link {
	height: 50px; 
	padding-right: 20px; 
	position: relative;
}
/*
.hero-image {
	height: 400px;
}
*/
@media screen and ( max-width: 1200px ) {
	
	.main-feature h2 {
		font-size: 2.4em;
	}
	
	.hero-text {
		height: 270px; 
	}
/*
	.hero-image {
		height: 330px;
	}
*/
}

@media screen and ( max-width: 991px ) {

	.hero-text {
		margin-top: 30px;
		height: auto;
	}
	
}

/* Page content and elements */

.homepagewidgets h1, .homepagewidgets h2 {
  margin-top: 0;
}

.homepagewidgets h3 {
  margin-top: 10px;
}

.fpbox {
  padding: 25px 35px 50px 35px;
  background: #e0e0e0;
  position: relative;
}

.fpbox.highlight {
  padding: 25px 35px;
}

a.uline {
  text-decoration: underline;
}

a.event-more {
	text-transform: uppercase;
}

.block {
  text-transform: uppercase;
  color: #888;
  font-size: 0.9em;
}

.bigblock {
  text-transform: uppercase;
  color: #888;
}

.blue, .block.blue {
  color: #0065a4;
}

.main-container {
  margin-bottom: 0px;
}

.panel-footer {
  background-color: inherit;
}

#commentheader {
  border-bottom: 1px solid #888;
}

.bannerimage {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 50vh;
}

/* vote pledge */

#vote_pledge_form {
}

#vote_pledge_form a.btn {
	display: block;
	padding: 6px 0;	
}

/*

#vote_pledge_form a.btn {
	display: inline-block;
	text-align: center;
	width: 20%;
	margin-right: 30px;
	padding: 6px;
}
*/

.fpmore {
  position: absolute;
  bottom: 10px;
  right: 25px;
  text-transform: uppercase;
}

@media only screen and (max-width: 700px)  {
/*
	#vote_pledge_form a.btn {
		margin-right: 10px;
		width: 25%;
	}
*/
	.fpmore {
		bottom: auto;
		clear: both;
		position: relative;		
		right: auto;
		display: inline-block;
		width: auto;
	}
	
}

.page-tags {
	display: none;
}

.like-page {
	clear: both;
}

.btn.share-link {
	background-color: #bcdbea;
	border: 1px solid #bcdbea;
	border-radius: 0;
	color: #0065a4;
	font-weight: 700;
	text-transform: uppercase;	
}

/* Form styling */

input, textarea, button {
  border: 1px solid #0065a4;
  border-radius: 2px !important;
  padding: 6px 40px;
  font-size: 0.9em;
}

::-webkit-input-placeholder {
  color: #0065a4;
  text-transform: uppercase;
}

::-moz-placeholder {
  color: #0065a4;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  color: #0065a4;
  text-transform: uppercase;
}

:-moz-placeholder {
  color: #0065a4;
  text-transform: uppercase;
}

input[type=submit], input[type=button], button {
  color: #fff;
  background: #0065a4;
  text-transform: uppercase;
  padding: 6px 40px;
}

#editthispage a.btn {
  color: #fff;
  background: #0065a4;
  text-transform: uppercase;
  padding: 6px 50px;
  margin: 0 15px 10px 15px;
}

.btn {
  border-radius: 2px !important;
  margin-bottom: 10px;
  padding: 6px 40px;
}

.btn-grey {
  border: 1px solid #a0a0a0;
  color: #a0a0a0;
  text-transform: uppercase;
}

.btn-primary {
  background-color: #0065a4;
}

.btn:hover, .btn:focus, .btn.focus {
  border: 1px solid #0065a4;
  background: #fff;
  color: #0065a4;
}

input {
  width: 100%;
}

input[type=checkbox], input[type=radio], input[type=submit] {
  width: auto;
}


/* Highlighted sections with colour overrides */

.highlight {
  background: #0065a4;
  color: #fff;
  padding: 25px 0;
}

.highlight h1, .highlight h2, .highlight h3  {
  color: #fff;
}

.highlight a, .highlight a:active, .highlight a:visited, .highlight a:hover {
  color: #fff;
  text-decoration: underline;
}

.highlight input[type=submit], .highlight input[type=button] {
  color: #fff;
  background: #0065a4;
  border: 2px solid #fff;
  border-radius: 2px;
}

.highlight button {
  color: #0065a4;
  background: #fff;
}

.lowlight {
  background: #eee;
  padding: 25px;
}

.highlight .btn:hover, .highlight .btn:focus, .highlight .btn.focus {
  border: 1px solid #fff;
  background: #0065a4;
  color: #fff;
}


/* Navbar */

nav.navbar {
  box-shadow: 0px 2px 2px #f0f0f0;
  background: #fff;
}

.navbar-brand {
  padding: 5px;
}

#navbar {
  position: relative;
  z-index: 0;
  margin-left: 200px;
}

#langswitch {
  height: 35px;
  text-align: right;
  padding-top: 10px;
  margin: 0 0 25px 0;
}

#mainnav {
  position: absolute;
  bottom: 12px;
  right: 0;
}

ul.nav li a {
  font-size: 15px;
  font-weight: bold;
     padding: 8px 15px 5px 15px;
  text-transform: uppercase;
}

@media screen and ( min-width: 1200px ) {
      ul.nav li a {
         padding: 8px 20px 5px 20px;
    }
}

@media screen and ( max-width: 991px ) {

	ul.nav li a {
		padding: 8px 15px 5px 15px;		
	}
	
}

#navbar a, #navbar a:active, #navbar a:visited, #navbar a:hover {
  color: #999;
}

ul.nav li:last-child {
  border: 2px solid #0065a4;
}

#navbar ul.nav li:last-child a, ul.nav li:last-child a:active, ul.nav li:last-child a:visited, ul.nav li:last-child a:hover {
  color: #0065a4;
  padding-top: 6px;
}

.navbar-toggle {
  border-color: #aaa;
  margin: 25px 15px 0 0;
}

.icon-bar {
  background-color: #aaa;
}

nav.navbar-full-screen {
  height: 100vh;
  background: #0065a4;
}

.navbar-fixed-top .navbar-collapse {
  max-height: none;
}

@media screen and (max-width: 991px) {
  #langswitch {
    text-align: left;
    padding-left: 15px;
  }

  #mainnav {
    position: relative;
    bottom: 0;
    right: 0;
  }
  ul.nav li:last-child {
    display: inline-block;
  }
  
}

/* Odds and ends */

.radio-inline.mapdistance label.radio {
	margin: 0;
}

.mapdistance span {
  text-align: center;
}

#address_change_submitted_address {
	border-color: #0065a4;
  color: #0065a4;
}

#address_change_submitted_address::-webkit-input-placeholder { /* Chrome */
  color: #0065a4;
}
#address_change_submitted_address:-ms-input-placeholder { /* IE 10+ */
  color: #0065a4;
}
#address_change_submitted_address::-moz-placeholder { /* Firefox 19+ */
  color: #0065a4;
  opacity: 1;
}
#address_change_submitted_address:-moz-placeholder { /* Firefox 4 - 18 */
  color: #0065a4;
  opacity: 1;
}

#commenttoggle {
	text-decoration: none;
}

/* ## Featured content
--------------------------------------------- */
h3.featured {
	color: #fff;
  margin: 0;
}

@media only screen and (max-width: 991px) {
	
	.main-feature h2 {
		font-size: 2.4em;
	}
}

/* ## Petition
--------------------------------------------- */
.petition-count {
	color: #969696;
  font-family: 'Rokkitt', serif;
  font-size: 36px; 
  line-height: 20px;
}

.petition-count .sig-count {
	color: #0065a4;
}

.goal {
  color: #969696;
  display: inline-block;
  font-family: 'Istok Web', sans-serif;
  font-size: 14px; 
  margin-top: 5px;
}

#petition-content p {
  font-size: 1.5em;
  font-weight: bold;	
  font-family: 'Rokkitt', serif;
}

@media only screen and (max-width: 700px)  {
	span.more {
		display: block;
	}
}
/* ## Structural
--------------------------------------------- */

.form-wrap.container {
	padding-left: 0;
	padding-right: 0;
}

.page-excerpt .event-grid:nth-child(odd) {
  clear: left;
}

/* ## Headline
--------------------------------------------- */

#headline {
  padding: 40px 0 20px 0;
}

.breadcrumb,
.bcrumb,
#page-share p,
.share-head {
  color: #a2a2a2;
  text-transform: uppercase;
  padding-left: 2px;
}

.breadcrumb {
	padding: 0;
	background-color: transparent;
	border-radius: 0;
}

/* ## Footer
--------------------------------------------- */

footer {
  background: #0065a4;
  padding: 25px 0 10px;
  color: #fff;
  margin: 0;
}

footer a, footer a:active, footer a:visited, footer a:hover {
  color: #fff;
}

#footer-spaced-links {
  list-style: none;
  padding-left: 0;
}

#footer-spaced-links li {
  display: inline;
  margin-right: 15px;
}

.footer-left {
	float: left;
	width: 60%;
}

.footer-right {
	float: right;
	text-align: right;
	width: 152px;
}

.footer-right,
.footer-left {
	text-transform: uppercase;
}

.footer-left p {
  line-height: 1.2;
  margin-bottom: 10px;
}

.social img {
	width: 40px;
}

a.social {
	display: inline-block;
	width; 40px;
	margin-left: 6px;
	margin-top: 10px;
}

a.social:hover,
a.social:focus {
	opacity: .8;
}

@media only screen and (max-width: 991px) {
  	
  footer {
  	padding: 20px;
  }
  
  .footer-right,
  .footer-left {
	float: none;	
	text-align: left;
  	width: 100%;
}
  
  .footer-left {
  	margin-bottom: 20px;
  }
  
  .footer-left p {
    margin-bottom: 0;
  }
  
  a.social {
	display: inline-block;
	width; 40px;
	margin: 10px 3px 20px;
}
  
  .social img {
  }
  
}

/* ## Full screen navbar
--------------------------------------------- */

.navbar-brand.mb,
.navbar-brand.fullscr,
.extras.fullscr,
.navbar-brand.mb.fullscr {
	display: none;
}

@media only screen and (max-width: 991px) {
	.navbar-header.blue {
		background-color: #0065a4;
	}
	
	#navbar {
		margin-left: -15px;
		background-color: #0065a4;
	}
	
	.navbar-collapse.collapsing {
		background-color: #0065a4;		
	}

/*	.navbar-header.blue .navbar-brand.fullscr, */
	.extras.fullscr {
		display: block;
	}
	
	.navbar-header.blue .navbar-brand,
	#langswitch {
		display: none;
	}
	
	#navbar .navbar-nav li a, 
	#navbar .navbar-nav li a:active, 
	#navbar .navbar-nav li a:visited, 
	#navbar .navbar-nav li a:hover,
	#navbar .navbar-nav li:last-child a, 
	#navbar .navbar-nav li:last-child a:active, 
	#navbar .navbar-nav li:last-child a:visited, 
	#navbar .navbar-nav li:last-child a:hover {
		background-color: transparent;
		color: #fff;
		font-size: 1.5em;
    line-height:1.2em;
		padding: 10px 30px;
		width: 100%;
	}
	
	.navbar-collapse {
	  padding-bottom: 40px;
	  padding-top: 20px;
	}
	
	/* logo swaps */
	
	.navbar-brand,
	.navbar-brand.fullscr {
		display: none;
	}
	
	.navbar-brand.mb {
		display: inline;
	}
	
	.navbar-header.blue .navbar-brand.mb.fullscr {
		display: inline;
	}

}

#navbar.in ul.nav li:last-child a, 
.in ul.nav li:last-child a:active, 
.in ul.nav li:last-child a:visited, 
.in ul.nav li:last-child a:hover,
.in ul.nav li:last-child a:focus,
.in ul.nav li:last-child {
  border: 0 none;
  color: #fff;
  padding-top: 6px;
}

ul.nav.fullscr li:last-child {
	  border: 0 none;
	  padding-top: 0;
}

.langswitch.fulscreen {
	padding-top: 5px;
}

.navbar-fixed-top > .container {
	position: relative;
}

.navbar-collapse {
  box-shadow: none;
}

.navbar-toggle[aria-expanded="true"] {
	border: 0;
}
.navbar-toggle[aria-expanded="true"] .icon-bar {
	background-color: #fff;	
}

#navbar .extras,
#navbar .extras li a,
#navbar .extras li:last-child a {
	color: #fff;
	font-size: 1em;	
	padding: 0 8px;
}

#navbar .extras li a:hover,
#navbar .extras li a:focus,
#navbar ul.extras.nav li:last-child a {
	background-color: transparent;
	color: #fff;	
}

.langswitch {
	display: inline-block;
	padding-left: 17px;
}

.langswitch,
#navbar .langswitch a {
	color: #fff;
	font-size: 1em;		
}

/* Content area button */

h6 a {
  display: inline-block;
  border-radius: 2px;
    padding: 6px 40px;
    background-color: #337ab7;
    border: 1px solid #2e6da4;
    color: #fff;
    /*font-size: 14px;*/
    font-size: 16px;
    font-weight: normal;
    /*line-height: 1.42858;*/
    line-height: 25px;
  	/*margin-bottom: 0;*/
    margin: 10px 0 15px 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

h6 a:hover,
h6 a:focus {
	background-color: #fff;
	color: #337ab7;
	text-decoration: none;
}

#content,
.content-page-not-found {
	min-height: 400px;
}

@media only screen and (max-width: 1200px) {
	#content,
	.content-page-not-found {
		min-height: 350px;
	}
}

@media only screen and (max-width: 1024px) {
	#content,
	.content-page-not-found {
		min-height: 300px;
	}	
}
@media only screen and (max-width: 991px) {
	#content, 
	.content-page-not-found {
		min-height: 250px;
	}
}

@media only screen and (max-width: 800px) {
	#content,
	.content-page-not-found {
		min-height: 200px;
	}
}

@media only screen and (max-width: 600px) {
	#content,
	.content-page-not-found {
		min-height: 150px;
	}
}

.home #content,
.accueil #content {
	min-height: 0 !important;
}


/*
|--------------------------------------------------------------------------
| BETTER TOGETHER FIX UPS - Jan 2018
|--------------------------------------------------------------------------
|*/

/*  style changes by ictinus jan 2018 */
.toolkit-img {
  width: 100%; 
  height: 250px; 
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.pipsc-anchor:hover {
		color: #FFF;
}

.langswitch.fulscreen {
    padding: 0;
    position: absolute;
    right: 75px;
    top: 30px;
}

.blue .langswitch a {
      color: #FFF;
}

.features-anchor:hover {
		color: #FFF;
}


#newmode-embed-1649-2630, 
#newmode-embed-1649-2637 {
  	margin-top: -20px;
		margin-left: -20px;
}


@media(min-width: 768px) {
		  .toolkit-img {
        background-size: cover; 
      }
}


@media only screen and (min-width: 992px) {
    .langswitch.fulscreen {
      display: none;  
    }
}




/*
|--------------------------------------------------------------------------
| BETTER TOGETHER FIX UPS - Jan 2019
|--------------------------------------------------------------------------
|*/

/*  style changes by ictinus jan 2019 */
.toolkit-img {
  width: 100%; 
  height: 250px; 
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.toolkit-content {
    overflow: hidden; 
    background: #0065a4; 
    padding: 20px;
  	min-height: 100px;
}

.pipsc-anchor:hover {
		color: #FFF;
}

.langswitch.fulscreen {
    padding: 0;
    position: absolute;
    right: 75px;
    top: 30px;
}

.blue .langswitch a {
      color: #FFF;
}

.features-anchor:hover {
		color: #FFF;
}



.home h2 {
			margin-bottom: 20px;
}

.home h3.featured {
		font-size: 1.2em;
    text-align: center;
}

.home-text-container-basic p {
			line-height: 22px;  
}

.home-tookit p {
			line-height: 22px;
}

.main-feature p {
			line-height: 22px;
}

.main-feature h2 {
			line-height: 40px;
  		font-size: 40px;
}

.main-feature  .hero-text {
			height: auto;
}

.main-feature a:hover {
			text-decoration: none;
}

.home-tookit a:hover{
		color: #FFF;
}

.blue-button {
      display: inline-block;
      border-radius: 2px;
      padding: 6px 40px;
      background-color: #337ab7;
      border: 1px solid #2e6da4;
      color: #fff;
      font-size: 16px;
      font-weight: normal;
      line-height: 25px;
      margin: 10px 0 15px 0;
      padding: 6px 12px;
      text-align: center;
      vertical-align: middle;
      white-space: nowrap;
}

.blue-button:hover {
      background-color: #fff;
      color: #337ab7;
      text-decoration: none;
}


.hero-banner {
		display: none;
}
.main-container {
	margin-top: 0;  
}

/*
|--------------------------------------------------------------------------
| Home basic
|--------------------------------------------------------------------------
|*/

.home-basic.home-dobetter {
    flex-direction: column !important;
  position: relative;
}

.home-basic.home-dobetter .home-image-container-baisc {
  	width: 100%;
}
  
.home-basic.home-dobetter .home-image-container-baisc img {
    max-height: none;
    width: 100%;
}
 
.home-basic.home-dobetter .home-basic-button {
  	width: 200px;
    margin-top: 30px;
}



/*
|--------------------------------------------------------------------------
| BETTER TOGETHER FIX UPS - Jan 2018
|--------------------------------------------------------------------------
|*/

.home-basic .home-dobetter__content h2 {
    line-height: 44px;
  margin:32px auto;
  }

@media(min-width: 768px) {
		  .toolkit-img {
        background-size: cover; 
      }
  
  
  .home-basic-button--dobetter {
      margin-top:30px;
    display:block;
  }
}

@media only screen and (min-width: 992px) {
    .langswitch.fulscreen {
      display: none;  
    }
  
		.home-basic {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

  .home-dobetter__content {
	position:absolute;
    bottom:11%;
     left: 70px;
    margin-top:0px;
    width:50%;
}

.home-basic .home-dobetter__content h2 {
  	color: #ffffff;
    font-size: 42px;
    line-height: 46px;
  
  }

.home-basic .home-dobetter__content p {
    color: #ffffff;
    font-size:20px;
  }
}


@media only screen and (min-width: 1200px) {
    	.toolkit-content {
    			min-height: auto;
  	}
  
    .home-dobetter__content {
         left: 85px;
    }
}


@media (min-width: 992px) {
  .nav-container {
       padding: 0px 35px;
  }
}

@media (min-width: 1200px){
  .nav-container {
       width: 1185px;
    	padding: 0px 20px;
  }
}
