@import url(https://fonts.googleapis.com/css?family=Bevan);

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,700);
/*
Theme Name: Stop Secret Contracts
Theme URI: https://github.com/okfn/stop-secret-contracts-wordpress-theme
Description: Theme for stopsecretcontracts.org, based on the Bootstrap framework. Includes multiple page templates.
Version: 1.0
Author: Sam Smith
Author URI: http://www.mintcanary.com/
Tags: open knowledge
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/
.bodyfont {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
/* ==========================================================================
   Base styles
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #2c3136;
}
html {
  font-size: 62.5%;
  /* Make 1em equal 10px */

  overflow-x: hidden;
  background-color: #2c3136;
  background-image: url(images/dark-bg.png);
  background-position: top center;
}
body {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  background-color: transparent;
  color: #ffffff;
  padding: 0;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 */
::-moz-selection {
  background: #267f5d;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #267f5d;
  text-shadow: none;
  color: #ffffff;
}
strong {
  font-weight: 400;
  text-decoration: underline;
}
/* ==========================================================================
   General Styles
   ========================================================================== */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.3em;
}
h1,
h2,
h3 {
  font-family: Bevan, "Rockwell Extra Bold", "Rockwell Bold", monospace;
  text-transform: uppercase;
  font-weight: 400;
}
h1 {
  font-size: 24px;
  font-size: 2.4rem;
}
h2 {
  font-size: 32px;
  font-size: 3.2rem;
}
h3 {
  padding-top: 20px;
  font-size: 28px;
  font-size: 2.8rem;
}
h4 {
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
h5 {
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
h6 {
  margin-top: 8px;
  text-transform: uppercase;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
p,
ul {
  margin-bottom: 0;
  padding-bottom: 1.5em;
}
a:link,
a:visited,
a:hover,
a:focus,
a:active {
  color: #267f5d;
  text-decoration: none;
}
input[type="text"],
input[type="email"],
select,
textarea {
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"],
input[type="email"] {
  border-style: solid;
  border-width: 1px;
  border-color: #A6A6A6;
  margin-bottom: 20px;
  padding: 10px;
}
input[type="text"]:focus,
input[type="email"]:focus {
  border-color: #267f5d;
}
button,
.btn,
input[type="submit"] {
  display: inline-block;
  background-color: #2c3136;
  border: none;
  color: #ffffff;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 0;
}
.btn:link,
.btn:visited,
.btn:hover,
.btn:focus,
.btn:active {
  color: #ffffff;
}
.btn-lg {
  border-right: solid 3px #000000;
  border-bottom: solid 3px #000000;
}
@media screen and (min-width: 768px) {
  .btn-lg {
    font-size: 23px;
    font-size: 2.3rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
blockquote {
  border-color: #2c3136;
}
/* ==========================================================================
   Targeted Styles - Mobile first
   ========================================================================== */
.light {
  background-color: #f7f7f7;
  color: #2c3136;
  position: relative;
  z-index: 0;
}
.grey {
  background-color: #e0e1e2;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 30px;
}
.navbar {
  background-color: #2c3136;
  border-radius: 0;
  margin-bottom: 95px;
}
.navbar + .banner {
  margin-top: -95px;
  background-color: #95c5cd;
  background-image: url(images/money.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 30px;
  text-shadow: 1px 1px 0px rgba(44, 49, 54, 0.4);
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .navbar + .banner {
    padding-top: 120px;
    padding-bottom: 70px;
  }
}
.navbar + .banner h2 {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: none;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .navbar + .banner h2 {
    font-size: 33px;
    font-size: 3.3rem;
  }
}
.navbar + .banner h2 strong {
  display: block;
  font-family: Bevan, "Rockwell Extra Bold", "Rockwell Bold", monospace;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .navbar + .banner h2 strong {
    font-size: 46px;
    font-size: 4.6rem;
  }
}
.navbar + .banner .btn {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .navbar + .banner .btn {
    margin-top: 50px;
    min-width: 310px;
  }
}
.navbar > .container a,
.navbar > .container a:link,
.navbar > .container a:visited,
.navbar > .container a:hover,
.navbar > .container a:focus,
.navbar > .container a:active {
  border: none;
  color: #ffffff;
}
.navbar > .container a:hover,
.navbar > .container a:focus {
  background-color: rgba(255, 255, 255, 0.95);
}
.navbar > .container .navbar-brand {
  width: 128px;
  height: 143px;
  background-image: url(images/logo.png);
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-left: -64px;
  z-index: 1;
}
.svg .navbar > .container .navbar-brand {
  background-image: url(images/logo.svg);
}
@media screen and (min-width: 768px) {
  .navbar > .container .navbar-brand {
    top: -1px;
  }
}
.navbar > .container a.navbar-brand:hover,
.navbar > .container a.navbar-brand:focus {
  background-color: transparent;
}
.navbar > .container .navbar-nav {
  padding-top: 25px;
  padding-bottom: 5px;
  max-width: 50%;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .navbar > .container .navbar-nav {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.navbar > .container .navbar-nav.navbar-right {
  margin-right: -20px;
}
@media screen and (min-width: 768px) {
  .navbar > .container .navbar-nav.navbar-right > li {
    float: right;
  }
}
.navbar > .container .navbar-nav.navbar-right > li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .navbar > .container .navbar-nav.navbar-right > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.navbar > .container .navbar-nav.navbar-right a:hover,
.navbar > .container .navbar-nav.navbar-right .navbar > .container a:focus {
  background-color: #434a52;
}
@media screen and (min-width: 768px) {
  .navbar > .container .navbar-nav {
    max-height: 50px;
    overflow: hidden;
  }
}
.navbar > .container li {
  text-transform: uppercase;
}
.navbar > .container .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
@media screen and (max-width: 992px) {
  .navbar > .container {
    width: auto;
  }
}
.white-box {
  background-color: rgba(255, 255, 255, 0.95);
  color: #2c3136;
}
.white-box a:link,
.white-box a:visited,
.white-box a:hover,
.white-box a:focus,
.white-box a:active {
  color: #2c3136;
  border-bottom-color: #2c3136;
}
.modal {
  color: #2c3136;
}
.modal a:link,
.modal a:visited,
.modal a:hover,
.modal a:focus,
.modal a:active {
  color: #2c3136;
}
.modal .modal-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.modal .modal-header {
  border: none;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.modal .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}
.modal .modal-body a:link,
.modal .modal-body a:visited,
.modal .modal-body a:hover,
.modal .modal-body a:focus,
.modal .modal-body a:active {
  border-bottom-color: #2c3136;
}
.modal .modal-footer {
  text-align: left;
}
.modal a.close:link,
.modal a.close:visited,
.modal a.close:hover,
.modal a.close:focus,
.modal a.close:active {
  background-color: #2c3136;
  width: 20px;
  height: 20px;
  line-height: 14px;
  border: none;
  text-align: center;
  color: #ffffff;
  font-weight: normal;
  text-shadow: none;
  opacity: 1;
  font-size: 32px;
}
#thanksModal .modal-footer i {
  margin-left: 5px;
  font-size: 20px;
  font-size: 2rem;
}
.form {
  position: relative;
  padding: 30px;
  -webkit-box-shadow: 2px 2px 0 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 0 4px rgba(0, 0, 0, 0.15);
}
.form input[type="text"],
.form input[type="email"] {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #267f5d;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0);
}
.form input[type="text"]:focus,
.form input[type="email"]:focus {
  border-color: #267f5d;
  text-indent: 10px;
  background-color: #ffffff;
}
.form button,
.form input[type="submit"] {
  background-color: #267f5d;
}
.form label {
  font-size: 13px;
}
.form .footnote {
  margin-top: 15px;
  display: block;
}
.page-template-page-homepage-php .grey > section {
  border-top: solid 1px rgba(44, 49, 54, 0.1);
  margin-top: 40px;
  padding-top: 40px;
}
.page-template-page-homepage-php .grey form {
  padding-top: 20px;
}
.page-template-page-homepage-php .grey form .submit label {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-template-page-homepage-php .grey form .submit label {
    display: block;
    visibility: hidden;
  }
}
.page-template-page-homepage-php .grey form .submit #submit {
  width: 100%;
}
.social {
  display: table;
}
.social span {
  display: table-cell;
  vertical-align: middle;
}
.social i {
  margin-left: 10px;
}
.social a:link,
.social a:visited,
.social a:hover,
.social a:focus,
.social a:active {
  border: none;
}
@media screen and (min-width: 768px) {
  .social i,
  .footer i {
    font-size: 32px;
  }
}
#main article {
  border-bottom-color: #2c3136;
}
.page #main article {
  border: none;
}
.page-header {
  border: none;
}
.content img {
  max-width: 100%;
  margin-bottom: 0.7em;
}
.footer {
  position: relative;
  z-index: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:focus,
.footer a:active {
  color: #ffffff;
}
.footer .footer-bottom .widget {
  margin-top: 10px;
  margin-bottom: 0;
  float: left;
  display: table;
}
.footer .footer-bottom .widget > * {
  display: table-cell;
  vertical-align: middle;
}
.footer .footer-bottom .widget h4 {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  font-size: 1.6rem;
  padding-right: 10px;
}
.footer .footer-bottom .widget i {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .footer .footer-bottom .col-md-5 .widget {
    float: right;
    margin-left: 15px;
  }
}
.footer .okf-footer {
  margin-top: 20px;
  border-top: none;
}
.footer .okf-footer .container {
  padding: 0;
}
.footer .okf-footer .container ul {
  padding: 0;
}
.okfn-ribbon {
  display: none;
  position: absolute;
  right: 30px;
}
.okfn-ribbon a {
  border: none;
  background-position: center -227px;
}
#okf-panel {
  border-color: #363636;
}
/*
 * Get Involved
 */
#get-involved.modal .required-message {
  display: none;
}
#get-involved.modal .ss-q-title {
  font-weight: bold;
}
#get-involved.modal .ss-choices {
  padding-left: 0;
}
#get-involved.modal .ss-choice-item {
  display: block;
}
#get-involved.modal .modal-content label {
  margin-top: 6px;
  display: block;
  font-weight: normal;
}
#get-involved.modal .modal-content input[type="text"],
#get-involved.modal .modal-content input[type="email"],
#get-involved.modal .modal-content select,
#get-involved.modal .modal-content textarea {
  margin-top: 3px;
  margin-bottom: 3px;
}
#get-involved.modal .get-involved-page h2 {
  padding-top: 20px;
}
#get-involved.modal #ss-submit {
  margin-bottom: 20px;
}
/*Feed*/
.feedEkList {
  width: 450px;
  list-style: none outside none;
  background-color: #FFFFFF;
  border: 1px solid #D3CAD7;
  padding: 4px 6px;
  color: #3E3E3E;
}
.feedEkList li {
  border-bottom: 1px solid #D3CAD7;
  padding: 5px;
}
.feedEkList li:last-child {
  border-bottom: none;
}
.itemTitle a {
  font-weight: bold;
  color: #4EBAFF !important;
  text-decoration: none;
}
.itemTitle a:hover {
  text-decoration: underline;
}
.itemDate {
  font-size: 11px;
  color: #AAAAAA;
}
/*ShareThis*/
.stButton .stFb,
.stButton .stTwbutton,
.stButton .stMainServices {
  height: auto !important;
}
/* ==========================================================================
   Media Queries.
   ========================================================================== */
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
  
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links for images, or javascript/internal links
       */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  ::-webkit-input-placeholder {
    /* WebKit browsers */
  
    color: transparent;
  }
  :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
  
    color: transparent;
  }
  ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
  
    color: transparent;
  }
  :-ms-input-placeholder {
    /* Internet Explorer 10+ */
  
    color: transparent;
  }
}
