/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

/**
 * All the style that affect the site globally is included here, for example: reset for HTML tags, fonts, forms, etc.
 */

@font-face {
  font-family: "source-sans-pro";
  src: url("/sites/all/themes/custom/openmediaorg/fonts/source-sans-pro/sourcesanspro-regular-webfont.eot");
  src: url("/sites/all/themes/custom/openmediaorg/fonts/source-sans-pro/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/custom/openmediaorg/fonts/source-sans-pro/sourcesanspro-regular-webfont.woff") format("woff"), url("/sites/all/themes/custom/openmediaorg/fonts/source-sans-pro/sourcesanspro-regular-webfont.ttf") format("truetype"), url("/sites/all/themes/custom/openmediaorg/fonts/source-sans-pro/sourcesanspro-regular-webfont.svg#source-sans-pro") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "source-sans-pro";
  src: url("/sites/all/themes/custom/openmediaorg/fonts/source-sans-pro/sourcesanspro-it-webfont.eot");
  src: url("/sites/all/themes/custom/openmediaorg/fonts/source-sans-pro/sourcesanspro-it-webfont.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/custom/openmediaorg/fonts/source-sans-pro/sourcesanspro-it-webfont.woff") format("woff"), url("/sites/all/themes/custom/openmediaorg/fonts/source-sans-pro/sourcesanspro-it-webfont.ttf") format("truetype"), url("/sites/all/themes/custom/openmediaorg/fonts/source-sans-pro/sourcesanspro-it-webfont.svg#source-sans-pro") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "source-sans-pro";
  src: url("/sites/all/themes/custom/openmediaorg/fonts/source-sans-pro/sourcesanspro-bold-webfont.eot");
  src: url("/sites/all/themes/custom/openmediaorg/fonts/source-sans-pro/sourcesanspro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/custom/openmediaorg/fonts/source-sans-pro/sourcesanspro-bold-webfont.woff") format("woff"), url("/sites/all/themes/custom/openmediaorg/fonts/source-sans-pro/sourcesanspro-bold-webfont.ttf") format("truetype"), url("/sites/all/themes/custom/openmediaorg/fonts/source-sans-pro/sourcesanspro-bold-webfont.svg#source-sans-pro") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "source-sans-pro";
  src: url("/sites/all/themes/custom/openmediaorg/fonts/source-sans-pro/sourcesanspro-boldit-webfont.eot");
  src: url("/sites/all/themes/custom/openmediaorg/fonts/source-sans-pro/sourcesanspro-boldit-webfont.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/custom/openmediaorg/fonts/source-sans-pro/sourcesanspro-boldit-webfont.woff") format("woff"), url("/sites/all/themes/custom/openmediaorg/fonts/source-sans-pro/sourcesanspro-boldit-webfont.ttf") format("truetype"), url("/sites/all/themes/custom/openmediaorg/fonts/source-sans-pro/sourcesanspro-boldit-webfont.svg#source-sans-pro") format("svg");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "source-sans-pro-semibold";
  src: url("/sites/all/themes/custom/openmediaorg/fonts/source-sans-pro/sourcesanspro-semibold-webfont.eot");
  src: url("/sites/all/themes/custom/openmediaorg/fonts/source-sans-pro/sourcesanspro-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/custom/openmediaorg/fonts/source-sans-pro/sourcesanspro-semibold-webfont.woff") format("woff"), url("/sites/all/themes/custom/openmediaorg/fonts/source-sans-pro/sourcesanspro-semibold-webfont.ttf") format("truetype"), url("fonts/source-sans-pro/sourcesanspro-semibold-webfont.svg#source-sans-pro-semibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "source-sans-pro-black";
  src: url("/sites/all/themes/custom/openmediaorg/fonts/source-sans-pro/sourcesanspro-black-webfont.eot");
  src: url("/sites/all/themes/custom/openmediaorg/fonts/source-sans-pro/sourcesanspro-black-webfont.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/custom/openmediaorg/fonts/source-sans-pro/sourcesanspro-black-webfont.woff") format("woff"), url("/sites/all/themes/custom/openmediaorg/fonts/source-sans-pro/sourcesanspro-black-webfont.ttf") format("truetype"), url("/sites/all/themes/custom/openmediaorg/fonts/source-sans-pro/sourcesanspro-black-webfont.svg#source-sans-pro-black") format("svg");
  font-weight: normal;
  font-style: normal;
}

BODY {
  color: #333333;
  background: #F2F9FB;
  font-size: 12px;
  font-family: source-sans-pro;
  line-height: 1.33em;
}

/* Make site titles the same size if it's an H1 (home) or H2 (internal) */
/*H1.site-name, H2.site-name
{
    display: none;
}*/
/* Make site titles the same size if it's an H1 (home) or H2 (internal) */
h1 {
  font-size: 42px;
  font-size: 3rem;
  color: #ff6e00;
  border-bottom: 1px solid #dfe2e4;
  padding-bottom: 10px;
  padding-bottom: 0.71429rem;
  padding-top: 0;
}

/* line 68, ../sass/base/_typography.scss */
h2 {
  font-size: 42px;
  font-size: 3rem;
  color: #ff6e00;
}

/* line 72, ../sass/base/_typography.scss */
h3 {
  font-size: 24px;
  font-size: 1.71429rem;
  color: #0a6175;
}

/* line 76, ../sass/base/_typography.scss */
h4 {
  font-size: 18px;
  font-size: 1.28571rem;
  color: #2d3b40;
}

/* line 80, ../sass/base/_typography.scss */
h1,
h2,
h3,
h4 {
  font-family: source-sans-pro-semibold;
  line-height: 1.1em;
  padding: 0;
  padding-top: 1em;
  margin: 0;
}

H1#page-title {
  display: none;
}

A:hover, A:active, A.active {
  color: #0E4E60;
}

A:link, A:visited {
  color: #3997B2;
  text-decoration: none;
}

/*--------------------------------
 * General
 *--------------------------------*/
#admin-menu {
  margin: 0;
  padding: 0;
}

.logo-img {
  display: block;
}

/*.site-slogan
{
    display: none;
}*/
.region-branding #block-search-form {
  display: none;
}

SUP {
  vertical-align: super;
  font-size: smaller;
}

/*--------------------------------
 * Section Header
 *--------------------------------*/
.section-header {
  background: rgba(242, 249, 251, 0.8);
  /* Zone Branding */
  /* Zone Menu */
  /* Zone Header */
}

/*.section-header .zone-branding .branding-data
{
    margin-bottom: 10px;
    padding-top: 10px;
}*/
/*.section-header .zone-branding .site-slogan
{
    color: #0E4E60;
    font-family: Rockwell, "Courier New", Courier, Georgia, Times, "Times New Roman", serif;
    font-size: 20px;
    margin-top: 46px;
}
.section-header .zone-menu-wrapper
{
    background: #4CB0C5;
    color: #FFFFFF;
    font-family: Rockwell, "Courier New", Courier, Georgia, Times, "Times New Roman", serif;
    font-size: 15px;
    min-height: 36px;
}*/
/*.section-header .zone-menu-wrapper LI
{
    margin: 0;
    padding: 0;
}*/
/*.section-header .zone-menu-wrapper A
{
    color: #FFFFFF;
    display: inline-block;
    margin: 10px 5px;
}*/
/*.section-header .zone-menu-wrapper A:hover, .section-header .zone-menu-wrapper A.active
{
    color: #0E4E60;
}*/
.social-media-services {
  margin-left: 2px;
  padding-top: 20px;
}

/*--------------------------------
 * Section Content
 *--------------------------------*/
ARTICLE {
  padding: 0 0 0 0;
  position: relative;
}

.section-content {
  background: #f2f9fb;
  padding-bottom: 50px;
}

/*.region-sidebar-first, .region-sidebar-second
{
    margin-top: 10px;
    overflow: hidden;
}*/
/*--------------------------------
 * horizontal webform specific
 *--------------------------------*/

#zone-menu-wrapper {
  display: none;
}

.field-name-field-above-form-text {
  max-width: 70%;
  font-size: 18px;
  line-height: 1.2em;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.field-name-field-above-form-text P {
  padding-bottom: 1em;
}

#edit-submit {
  width: 290px;
  height: 60px;
  font-size: 21.25px;
  margin-left: auto;
  margin-right: auto;
  display: inherit;
}

#region-content, #noscript-alt-bg {
  margin: 0 0 0 0 !important;
}

#webform {
  margin-left: auto;
  margin-right: auto;
}

#webform-component-input-fields {
  margin: 0 auto;
  width: 97%;
}

.webform-component--form-wrapper {
  text-align: center;
  padding-bottom: 1em;
}

#webform-component-input-fields--first-name, #webform-component-input-fields--last-name, #webform-component-input-fields--email, #webform-component-input-fields--country, #webform-component-input-fields--postal-code, .webform-component--first-name, .webform-component--last-name, .webform-component--email, .webform-elected-mep {
  margin: 10px;
  height: 50px;
  min-height: 50px;
  display: inline-block;
}

.webform-elected-mep select, .webform-component--input-fields--mep select {
  width: 227px;
}

.webform-elected-mep {
  height: inherit;
  margin: -18px 10px 10px 10px;
  vertical-align: top;
}

#webform-component-title,
.webform-component--title {
  font-size: 2.2em;
  display: inherit;
  text-align: center;
  line-height: 1.2em;
  margin: 0;
}

#webform-component-title P,
.webform-component--title p {
  margin: 0.5em 0 0 0;
}

#webform-component-intro-text,
.webform-component--form-intro-text {
  font-size: 1.3em;
  line-height: 1.4em;
}

#webform-component-form-intro-text, .webform-component--form-intro-text {
  font-size: 1.3em;
  line-height: 1.2em;
}

#webform-component-form-intro-text P, .webform-component--form-intro-text p {
  margin-bottom: 0.7em;
}

#partner-banner IMG {
  max-width: 100%;
}

#partner-banner {
  clear: both;
  padding: 10px 0 0 0;
}

.webform-client-form {
  background-color: rgba(33, 192, 222, 1);
  padding: 5px 20px 20px 20px;
  min-height: 435px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#webform-candidates .webform-client-form {
  background: none;
}

#webform-component-statement {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1.25em;
  width: 80%;
  margin: auto;
  padding: 40px;
}

.form-required {
  visibility: hidden;
}

#edit-actions {
  padding-top: 3px;
}

.form-actions {
  clear: both;
  text-align: center;
}

#edit-submitted-input-fields-first-name, #edit-submitted-input-fields-last-name, #edit-submitted-input-fields-email, INPUT[type=text] {
  /*width: 260px;*/
  font-size: 17px;
  padding: 11px 0.6rem;
  color: #464b4c;
  font-family: source-sans-pro;

}

#edit-submitted-input-fields-country {
  font-weight: normal;
}

.ajax-progress-throbber {
  position: absolute;
}

.ajax-progress-throbber .message {
  display: none;
}

@media only screen and (max-width: 479px) {
  #media-sensor {
    text-align: left;
  }

  #region-content, #noscript-alt-bg {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 640px;
  }

  #webform {
    width: 300px;
    padding-top: 128px;
  }

  #webform-component-statement {
    font-size: 1.6em;
    padding: 20px;
    width: 80%;
  }

  #webform-component-input-fields--first-name, #webform-component-input-fields--last-name, #webform-component-input-fields--email, #webform-component-input-fields--country, #webform-component-input-fields--postal-code {
    margin: 0px;
  }

  .field-name-body {
    font-size: 1.2em;
  }

  .field-name-field-above-fold-text {
    max-width: 100%;
  }

  #edit-submit {
    width: 100%;
  }

  .social-media-services IMG {
    max-width: 25px;
    max-height: 25px;
    margin-top: 5px;
  }

  #header-content {
    float: left;
  }

  #header-content IMG {
    height: 30px !important;
    padding-top: 15px;
  }

  #language-selector {
    font-size: 15px;
    padding: 5px !important;
  }

  #election-check-square-icon {
    font-size: 35px;
    color: #FFF;
    position: absolute;
    top: 115px;
    left: 48%;
  }
}

@media only screen and (width: 480px) {
  #webform {
    width: 440px;
    padding-top: 450px;
  }

  .field-name-body {
    font-size: 1.4em;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #media-sensor {
    text-align: center;
  }

  #region-content, #noscript-alt-bg {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    /*   width:100%;*/
    height: 806px;
  }

  #webform-component-input-fields {
    width: 75%;
  }

  #webform-component-statement {
    font-size: 26px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  #webform {
    max-width: 640px;
    padding-top: 450px;
  }

  .webform-client-form > DIV {
    min-height: 535px;
  }

  #edit-submitted-input-fields-first-name, #edit-submitted-input-fields-last-name, #edit-submitted-input-fields-email, #edit-submitted-input-fields-country, #edit-submitted-input-fields-postal-code, .webform-component--form-wrapper .webform-elected-mep {
    min-width: 200px;
  }

  #election-check-square-icon {
    font-size: 45px;
    color: #fff;
    position: absolute;
    top: 158px;
    left: 48%;
    text-align: center;
  }

}

@media only screen and (min-width: 769px) and (max-width: 1599px) {
  #media-sensor {
    text-align: right;
  }

  #region-content, #noscript-alt-bg {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    /*    width:100%; */
    height: 673px;
  }

  #webform {
    max-width: 1050px;
    padding-top: 400px;
    padding-bottom: 30px;
  }

  .webform-client-form {
    min-height: 435px;
  }

  #election-check-square-icon {
    font-size: 45px;
    color: #fff;
    position: absolute;
    top: 135px;
    left: 49%;
    text-align: center;
  }
}

@media only screen and (min-width: 1360px) {
  .field-name-field-above-fold-text, #logo-storm, #partners-post-text {
    max-width: 70%;
  }
}

@media only screen and (min-width: 1600px) {
  #media-sensor {
    text-align: right;
  }

  #region-content, #noscript-alt-bg {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    /*    width:100%; */
    /* double check this then remove this comment */
    height: 673px;
  }

  #webform {
    padding-top: 480px;
    width: 1050px;
  }

  #election-check-square-icon {
    font-size: 45px;
    color: #fff;
    position: absolute;
    top: 135px;
    left: 49%;
    text-align: center;
  }
}

form input,
form select {
  max-width: 224px;
  -moz-border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  border-radius: 20px !important;
  -moz-border-radius: 1.42857rem !important;
  -webkit-border-radius: 1.42857rem !important;
  border-radius: 1.42857rem !important;
  border: none !important;
  outline: 0;
  line-height: 34px;
  line-height: 2.42857rem;
  min-height: 34px;
  min-height: 2.42857rem;
  font-size: 16px;
  padding: 0px 1rem !important;
}

/* line 20, ../sass/base/_forms.scss */
form select {
  min-height: 34px;
  min-height: 2.42857rem;
  outline: none;
  display: inline-block;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-weight: bold;
  color: #464b4c;
}

.compact-form-label {
  font-size: 17px;
  padding: 11px 0.6rem;
  color: #464b4c;
  font-family: source-sans-pro;

}

INPUT[type=submit] {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -webkit-appearance: none;
  border-radius: 70px !important;
  background: #ff5d00;
  width: 293px;
  color: #FFFFFF;
  cursor: pointer;
  /*  display: block; */
  font-size: 21.25px;
  outline: 0;
  overflow: visible;
  text-decoration: none;
  text-shadow: none;
  vertical-align: middle;
  height: 1.8em;
  text-transform: uppercase;
  font-family: source-sans-pro;
  margin-left: auto;
  margin-right: auto;
}

#section-footer {
  display: none;
}

#webform-component-test-weight, #webform-component-test-weight A,
.webform-component--test-weight, .webform-component--test-weight a {
  color: white;
  font-size: 9px;
  text-align: center;
}

.buttons {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  -webkit-appearance: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #ff8e47 url(../images/button.png) repeat-x;
  background: -moz-linear-gradient(180deg, #f35c29 0%, #ff8e47 100%) repeat scroll 0 0 transparent; /* FF3.6+ */
  background: -webkit-gradient(linear, 180deg, color-stop(0%, #f35c29), color-stop(100%, #ff8e47)) repeat scroll 0 0 transparent; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #f35c29 0%, #ff8e47 100%) repeat scroll 0 0 transparent; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #f35c29 0%, #ff8e47 100%) repeat scroll 0 0 transparent; /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #f35c29 0%, #ff8e47 100%) repeat scroll 0 0 transparent; /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f35c29', endColorstr='#ff8e47', GradientType='1'); /* for IE */
  background: linear-gradient(270deg, #f35c29 0%, #ff8e47 100%) repeat scroll 0 0 transparent; /* W3C */
  background-clip: padding-box;
  border-radius: 10px;
  border: 2px solid;
  border-color: #ddd;
  color: #ffffff;
  cursor: pointer;
  outline: 0;
  overflow: visible;
  padding: 4px 10px 3px;
  text-decoration: none;
  text-shadow: none;
  vertical-align: middle;
  width: 260px;
  line-height: 60px;
  height: 60px;
  font-size: 30px;
  margin: auto;
  text-align: center;
}

.buttons a {
  color: #ffffff;
}

/*---------------------------------
 * static banner
 *---------------------------------*/
#static_banner {
  width: 100%;
  height: 80px;
  background: rgba(242, 249, 251, 0.7);
  /* opacity:0.8;*/
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 99;
  color: #13bddb;
  font-size: 20px;
}

#sb_logo {
  margin-left: 80px;
  float: left;
  height: 80px;
  width: 136px;
  text-align: center;
  background: #21C0DE;
}

#header-logo {

}

#sb_sharebuttons {
  padding-right: 40px;
  padding-top: 18px;
  min-width: 100px;
  float: right;
}

#language-selector {
  float: right;
  padding-right: 30px;
  padding-top: 30px;
}

#language-selector a {
  color: #13bddb;
}

.field-name-field-sm-service-2-icon, .field-name-field-sm-service-1-icon {
  width: 35px;
  float: left;
}

/* temporary for development */
/* #admin-menu-wrapper,*/
/*.tabs,*/
.action-links {
  display: none;
}

#zone-branding-wrapper {
  display: none;
}

HTML BODY.admin-menu {
  margin-top: 50px !important;
}

/* CSS for the Internet Voice Tool */
#webform-component-input-fields--comment-fields--comment-type {
  text-align: center;
  font-size: 18px;
}

#webform-component-input-fields--comment-fields--comment, #webform-component-input-fields--comment-fields--image, .webform-component--comment-fields {
  display: block;
  width: 50%;
  margin: auto;
  text-align: center;
}

.form-item-submitted-input-fields-comment-fields-comment-type {
  display: inline;
  padding: 20px;
}

#webform-component-input-fields--comment-fields--comment-description, #webform-component-input-fields--comment-fields--image-description {
  width: 60%;
  margin: auto;
  padding: 10px;
  text-align: center;
}

#webform-component-input-fields-comment-fields {
  float: left;
  width: 100%;
}

#hosts-pre-text, #hosts-logo-storm, #partners-pre-text, #partners-logo-storm {
  background: #fff;
}

.tabs {
  position: absolute;
  top: 55px;
  z-index: 100;
}

/* This corrects, for the time being, an error/conflict with an .element-invisible rule inherited from system.base.css */
.region-content DIV.element-invisible {
  position: relative !important;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #webform-component-input-fields--comment-fields--comment-description, #webform-component-input-fields--comment-fields--image-description {
    width: 100%;
  }

  #webform-component-input-fields--comment-fields--comment, #webform-component-input-fields--comment-fields--image {
    width: 80%;
  }

}

/* NAV */

#nav-trigger {
  font-size: 35px;
  position: absolute;
  left: 20px;
  top: 20px;
  display: none;
  cursor: pointer;
}

#header-nav {
  float: left;
  height: 100px;
  font-size: 20px;
  line-height: 80px;
  padding-left: 30px;
  font-family: source-sans-pro-semibold;

}

#header-nav a {
  padding-right: 20px;
}

@media only screen and (max-width: 1415px) {

  #nav-trigger {
    display: inline;
  }

  #header-nav {
    display: none;
    width: 100%;
    position: absolute;
    top: 80px;
    height: auto;
    background: #0A607D;
    padding-left: 0px;
    border-bottom: 1px solid #fff;
  }

  #header-nav a {
    width: 100%;
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid #fff;
    display: block;
    line-height: 35px;
  }

  #header-counter {
    z-index: -1;
  }
}

#edit-next {
  float: right;
  font-size: 15px;
  width: 120px;
  height: 40px;
}

#edit-previous {
  float: left;
  font-size: 15px;
  width: 150px;
  height: 40px;
}

textarea {
  -moz-border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  border-radius: 20px !important;
  -moz-border-radius: 1.42857rem !important;
  -webkit-border-radius: 1.42857rem !important;
  border-radius: 1.42857rem !important;
  border: none !important;
  outline: 0;
  line-height: 20px;
  font-size: 16px;
  background: #fff;
  padding: 0px 1rem !important;
  color: #464b4c;
  font-family: source-sans-pro;
}

.webform-component--comment-fields.mep textarea {
  -moz-border-radius: inherit !important;
  -webkit-border-radius: inherit !important;
  border-radius: inherit !important;
  -moz-border-radius: inherit !important;
  -webkit-border-radius: inherit !important;
  background: rgba(255, 255, 255, 0.8);
  height: 200px;
  min-height: 200px;
  padding: 1em !important;
}

.webform-component--comment-fields.mep {
  width: 95%;
}

input[type=checkbox] {
  width: 100px;
}

/* counter */

#header-counter {
  float: right;
  padding: 10px;
  margin-top: 19px;
  margin-right: 10px;
  font-family: inherit;
  font-size: 15px;
  line-height: 15px;
  color: #ffffff;
  text-align: center;
  background: #FF5D00;
  border-radius: 5px;
  position: relative;
  z-index: 99;

}

#signature_count {
  font-size: 1.4em;
  font-weight: bold;
}

/*
 * THIS IS NEEDED FOR FITVIDS: For more info read http://drupal.org/node/1375102#comment-6072632
 */
.fluid-width-video-wrapper, .media-youtube-preview-wrapper, .media-youtube-outer-wrapper, .media-vimeo-preview-wrapper, .media-vimeo-outer-wrapper {
  width: auto !important;
  height: auto !important;
}

.media-youtube-preview-wrapper OBJECT, .media-youtube-preview-wrapper IFRAME, .media-vimeo-preview-wrapper OBJECT, .media-vimeo-preview-wrapper IFRAME {
  max-width: none;
}

.fluid-width-video-wrapper IFRAME, .fluid-width-video-wrapper OBJECT, .fluid-width-video-wrapper EMBED {
  position: absolute !important;
}

#partners-logo-storm, #partners-post-text {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
}

#hosts-pre-text, #partners-pre-text {
  padding: 55px 10px 10px 10px;
  text-align: center;
}

#hosts-logo-storm {
  text-align: center;
}

.host-element, .partner-element {
  margin: 10px;
  background-repeat: no-repeat;
  background-position: top left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}

.field-name-field-post-form-text {
  max-width: 70%;
  font-size: 18px;
  line-height: 1.2em;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  clear: both;
}

.field-name-field-post-form-text P {
  padding-bottom: 1em;
}

.field-name-field-post-form-text ul, .field-name-field-post-form-text ol {
  list-style: inherit;
  padding: 0 20px;
}

#edit-submit {
  min-width: 290px;
  height: 60px;
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
  display: inherit;
}

@media only screen and (max-width: 479px) {
  #media-sensor {
    text-align: left;
  }

  #region-content, #noscript-alt-bg {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 640px;
  }

  #webform {
    width: 300px;
    padding-top: 350px;
  }

  .field-name-body {
    font-size: 1.2em;
  }

  .field-name-field-post-form-text {
    max-width: 100%;
  }

  #edit-submit {
    width: 260px;
    min-width: 260px;
  }

  .social-media-services IMG {
    max-width: 30px;
    max-height: 30px;
    margin-top: 5px;
  }
}

@media only screen and (width: 480px) {
  .field-name-body {
    font-size: 1.4em;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #media-sensor {
    text-align: center;
  }

  #region-content, #noscript-alt-bg {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
    /*   width:100%;*/
    height: 806px;
  }

  #webform-component-input-fields {
    width: 75%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1599px) {
  #media-sensor {
    text-align: right;
  }

  #region-content, #noscript-alt-bg {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
    /*    width:100%; */
    height: 673px;
  }
}

@media only screen and (min-width: 1360px) {
  .field-name-field-post-form-text, #logo-storm, #partners-post-text {
    max-width: 70%;
  }
}

@media only screen and (min-width: 1600px) {
  #media-sensor {
    text-align: right;
  }

  #region-content, #noscript-alt-bg {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
    /*    width:100%; */
    /* double check this then remove this comment */
    height: 673px;
  }
}

@media only screen and (max-width: 680px) {

  #static_banner {
    height: 80px;
  }

  #header-logo {
    margin-left: 65px;
    float: left;
  }

  #header-content {
    width: 100%;
  }

  #header-counter {
    position: absolute;
    right: 0px;
    top: 80px;
    margin-top: 0px;
  }

  #webform-component-form-intro-text P, .webform-component--form-intro-text p {
    margin-bottom: 0.9em;
  }

  #sb_sharebuttons {
    padding-right: 10px;
    min-width: 0px;
  }

  #menu_wrapper {

    padding: 2px;
    margin-top: 0px;
    text-align: center;
    width: 100%;
  }

  .menu_item {
    float: left;
    margin-top: 0px;
    margin-right: 4px;
    padding: 5px;
    text-align: center;
  }

  #webform-component-input-fields--comment-fields--comment, #webform-component-input-fields--comment-fields--image {
    display: block;

    width: 90%;
    margin: auto;
    text-align: center;
  }

  .form-item-submitted-input-fields-comment-fields-comment-type {
    display: block;
    width: 90%;
    padding: 5px;
  }

  #webform-component-input-fields {
    width: 75%;
  }

  #webform-component-input-fields--comment-fields--comment-description, #webform-component-input-fields--comment-fields--image-description {
    width: 90%;
  }

  #edit-submitted-input-fields-comment-fields-image-ajax-wrapper {
    width: 200px;
  }
}
.webform-elected-mep label,
.webform-component--mep-country-constituency label {
  text-align: left;
  margin-left: 1.2em;
}
