/*
Theme Name: EPER
Author: Julien Iseli
Author URI: http://www.julieniseli.com/
Description:
Version: 1.1.3
License:
License
Tags:
Text Domain: eper
*/

/**
* Vanilla CSS
*/

/***************************************************************************************
* BODY ELEMENTS
***************************************************************************************/

body{
  background-image: linear-gradient(bottom, #FFFFFF 30%, #FAFAFA 70%);
  background-image: -o-linear-gradient(bottom, #FFFFFF 30%, #FAFAFA 70%);
  background-image: -moz-linear-gradient(bottom, #FFFFFF 30%, #FAFAFA 70%);
  background-image: -webkit-linear-gradient(bottom, #FFFFFF 30%, #FAFAFA 70%);
  background-image: -ms-linear-gradient(bottom, #FFFFFF 30%, #FAFAFA 70%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.3, #FFFFFF),
    color-stop(0.7, #FAFAFA)
    );
  color: #565656;
}
div {}
hr {}
img {}
a{
  color: #565656;
  text-decoration: underline;
}
a:hover,
a:active,
a:focus{
  color: #da2f35;
}

/***************************************************************************************
* NOSCRIPT
***************************************************************************************/
header, section, aside, footer {
  display: none;
}

.javascript-enabled header, .javascript-enabled section, .javascript-enabled aside, .javascript-enabled footer {
  display: block;
}

noscript {
  display: block;
  margin-top: 200px;
  text-align: center;
}

noscript > div.noscript > p {
  margin: 0 auto;
  width: 760px;
  font-size: 20px;
}

/***************************************************************************************
* HEADINGS
***************************************************************************************/

/* All Headings */
h1, h2, h3, h4, h5, h6 {
  color: #da2f35;
}

/* Individual Headings */
h1{
  border-bottom: 1px solid #dadada;
  font-size: 1.2em;
  padding-bottom: 0.3em;
}
h2{
  font-size: 1em;
}
h3{
  color: inherit;
  font-size: 1em;
}
h4{
  font-size: 0.9em;
}
h5 {}
h6 {}

/***************************************************************************************
* PARAGRAPHS
***************************************************************************************/

/* First Paragraph */
.entry-content,
.sidebar p,
.footer p{
  font-size: 0.9em;
}
p{}

/* Seccond Paragraph */
abbr {}
b {}

/* Blockquote */
blockquote {}
cite {}

/* Third Paragraph */
dfn {}
del {}
em {}
i {}
strong {}
ins {}
small {}

/* Quote */
q {}

/* Fourth Paragraph */
sub {}
sup {}

/***************************************************************************************
* LISTS
***************************************************************************************/

/* All Lists */
dl, ol, ul{
  padding-left: 1.5em;
}

/* Definition Lists */
dl {}
dt {}
dd {}

/* Ordered Lists */
ol {}
ol li {}

/* Unordered Lists */
ul{
  list-style: none;
}
ul li {}
ul li:before{
  background: url(img/bullet.png) no-repeat center center;
  content: '';
  display: inline-block;
  float: left;
  margin: 8px 0 0 -12px;
  height: 6px;
  width: 6px;
}

/* Check Lists */
ul.list-check li{
  padding-left: 8px;
}
ul.list-check li:before{
  background: url(img/check.png) no-repeat center center;
  margin: 4px 0 0 -29px;
  height: 13px;
  width: 15px;
}

/***************************************************************************************
* FORMS
***************************************************************************************/

form{}
fieldset{}
legend{}
label{}

/* Inputs */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"]{
  background-color: #eeeeee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
textarea{
  background-color: #eeeeee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 8em;
}
textarea:focus{
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
input.small{
  width: 20%;
}
input.medium{
  width: 75%;
}
input.postcode{
  float: left;
}
input.locality{
  float: right;
}
label.postcode,
label.locality{
  display: inline-block;
}
label.radio,
label.checkbox{
  display: inline-block;
  font-weight: normal;
  margin: 0 0.5em 1em 0.5em;
}
.vacation label.radio,
.vacation label.checkbox{
  margin-bottom: 0.2em;
}





form.custom .custom.dropdown{
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 2px rgba(101, 101, 101, 0.2);
}
form.custom .custom.dropdown .current{
  border-right: 1px solid #d2d2d2;
}
form.custom .custom.dropdown .current:hover,
form.custom .custom.dropdown .selector:hover{
  cursor: pointer;
}
form.custom span.custom{
	vertical-align: text-bottom;
}
form.custom span.custom.checkbox{
	cursor: pointer;
}

button,
input.button,
.button{
  background: transparent url(img/btn-red.png) no-repeat top right;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 1px 1px 2px rgba(101, 101, 101, 0.75);
  font-size: 0.9em;
  height: 36px;
  line-height: 36px;
  padding: 0 0.750em;
}
button:hover,
input.button:hover,
.button:hover{
  background-color: transparent;
  background-position: bottom right;
  border: none;
}

button.more,
input.button.more,
.button.more{
  background-image: url(img/btn-red-more.png);
  padding-right: 40px;
}

button.equal,
input.button.equal,
.button.equal{
  background-image: url(img/btn-red-equal.png);
  padding-right: 40px;
}

button.check,
input.button.check,
.button.check{
  background-image: url(img/btn-red-check.png);
  padding-right: 40px;
}

button.gray,
input.button.gray,
.button.gray{
  background-image: url(img/btn-gray.png);
  color: #565656;
}

button.gray.equal,
input.button.gray.equal,
.button.gray.equal{
  background-image: url(img/btn-gray-equal.png);
  padding-right: 40px;
}
button.gray.arrow,
input.button.gray.arrow,
.button.gray.arrow,
button.gray.arrow.down,
input.button.gray.arrow.down,
.button.gray.arrow.down{
  background-image: url(img/btn-gray-arrow-down.png);
  padding-right: 40px;
}
button.gray.arrow.up,
input.button.gray.arrow.up,
.button.gray.arrow.up{
  background-image: url(img/btn-gray-arrow-up.png);
  padding-right: 40px;
}


form.custom input[type="checkbox"],
form.custom input[type="radio"]{
  position: absolute;
}
form.custom .custom.checkbox,
form.custom .custom.radio{
  border: none;
  top: 0;
  height: 18px;
  width: 18px;
}
form.custom .custom.checkbox{
  background: url(img/bg-checkbox.png) no-repeat top;
}
form.custom .custom.radio{
  background: url(img/bg-radio.png) no-repeat top;
}
form.custom .custom.checkbox.checked,
form.custom .custom.radio.checked{
  background-position: bottom;
}
form.custom .custom.checkbox.checked:before,
form.custom .custom.radio.checked:before{
  content: '';
  display: none;
}

/* Other */
select {}
optgroup {}

/***************************************************************************************
* TABLES
***************************************************************************************/

table {}
caption {}
tr {}

/* Head */
thead {}
th {}

/* Body */
tbody {}
td {}

/* Foot */
tfoot {}

/***************************************************************************************
* OTHER
***************************************************************************************/

address{
  font-style: normal;
}
code {}
samp {}
pre {}

kbd {}
var {}


/* CLEARFIX */
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
*/
.cf:before,
.cf:after{
  content: " "; /* 1 */
  display: table; /* 2 */
}

.cf:after{
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
*/
.cf{
  *zoom: 1;
}



/* CLASS */
.float-right{
  float: right;
}
.float-left{
  float: left;
}


/* HEADER */
header{
  background: white;
  box-shadow: 1px 1px 18px rgba(75, 75, 75, 0.05);
  padding-bottom: 15px;
  position: relative;
  z-index: 15;
  padding-top: 50px;
}

header .row{
  padding: 0 23px;
  height: 51px;
}

header .logo {
  float: left;
  position: relative;
  right: 161px;
  top: -65px;
  height: 203px;
  width: 138px;
  margin-right: -138px;
}

header .logo #eperlogo{
  background: url(img/eper-logo.png) no-repeat right;
  display: block;
  margin: 15px 0 20px 0;
  height: inherit;
  width: inherit;
  text-indent: -9999px;
}

header .sitelogo-wrapper {
  width: 30% !important;
}
header .sitemenu-wrapper {
  width: 70% !important;
}
header #sitelogo{
  background: url(img/cheque-emploi-logo.png) no-repeat left;
  display: block;
  min-height: 39px;
  min-width: 211px;
  text-indent: -9999px;
  padding-top: 36px;
  margin-left: -14px;
}
header nav{
  text-align: right;
}
header nav ul{
  font-size: 0px;
  background: url(img/bg-nav.png);
  border-radius: 4px;
  box-shadow: 1px 1px 2px rgba(102, 101, 101, 0.75);
  display: inline-block;
  min-height: 35px;
  list-style-type: none;
  padding: 0 10px;
}
header nav ul li{
  z-index: 1;
  position: relative;
  background: url(img/nav-separator.png) no-repeat right;
  display: inline-block;
}
header nav ul li:before{
  display: none;
}
header nav ul li:last-child,
header nav ul li.last-child{
  background: none;
}
header nav ul li:first-child a,
header nav ul li.first-child a{
  padding-left: 3px;
}
header nav ul li:last-child a,
header nav ul li.last-child a{
  padding-right: 3px;
}
header nav ul li a{
  color: white;
  font-size: 12px;
  font-weight: bold;
  line-height: 35px;
  padding: 0 10px;
  text-transform: uppercase;
  text-decoration: none;
}
header nav ul li a:hover,
header nav ul li a:active,
header nav ul li.current-menu-item a{
  color: white;
  text-shadow: 1px 1px 3px rgba(78, 78, 78, 0.6);
}

header nav ul li.menu-item-type-custom:last-child:before{
  position: absolute;
  z-index: -1;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: -10px;
  background: rgba(0,0,0,.2);
  float: none;
  height: auto;
  width: auto;
  margin: 0;
  border-radius: 0 4px 4px 0;
}

/* MAIN */
section.container{
  background: white;
  box-shadow: 1px -100px 18px rgba(75, 75, 75, 0.05);
  padding: 0 23px;
}

/* HOME */
.home .news-container{
  position: absolute;
  z-index: 10;
  margin: 0 0 0 -23px;

  width: 1192px;

  background-color: #ed141c;
  background-color: rgba(237,20,28,.9);

  -webkit-transition: 1s all;
       -o-transition: 1s all;
          transition: 1s all;

  -webkit-transform: translate3d(0,0,0) !important;
      -ms-transform: translate3d(0,0,0) !important;
       -o-transform: translate3d(0,0,0) !important;
          transform: translate3d(0,0,0) !important;
}
.home .news-container.is-hidden{
  -webkit-transition: .3s all;
       -o-transition: .3s all;
          transition: .3s all;

  -webkit-transform: translate3d(0,-100%,0) !important;
      -ms-transform: translate3d(0,-100%,0) !important;
       -o-transform: translate3d(0,-100%,0) !important;
          transform: translate3d(0,-100%,0) !important;
}
.home .news-container .news-content{
  position: relative;
  width: 960px;
  padding: 15px 20px;
  color: #fff;
}
.home .news-container p{
  font-family: Helvetica, sans-serif;
  margin-bottom: 0;
  padding-right: 40px;
  color: inherit;
  font-size: 14px;
  font-weight: 200;
}
.home .news-container a{
  color: inherit;
}
.home .news-container .btn-close{
  position: absolute;
  right: 0;
  top: 10px;
  display: block;
  height: 32px;
  width: 32px;
  background: url(img/btn-close.png) no-repeat center center;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
}
.home .news-container .btn-close:hover,
.home .news-container .btn-close:focus,
.home .news-container .btn-close:active{
  opacity: .9;
}
.home #banner{
  margin: 0 0 20px -23px;
  height: 220px;
  width: 1192px;
}
.home #banner .slide{
  position: relative;
}
.home #banner .slide img{
  max-height: 220px;
  max-width: 1192px;
}
.home #banner .slide .orbit-caption{
  background-image: linear-gradient(bottom, #b10006 10%, #ed141c 70%);
  background-image: -o-linear-gradient(bottom, #b10006 10%, #ed141c 70%);
  background-image: -moz-linear-gradient(bottom, #b10006 10%, #ed141c 70%);
  background-image: -webkit-linear-gradient(bottom, #b10006 10%, #ed141c 70%);
  background-image: -ms-linear-gradient(bottom, #b10006 10%, #ed141c 70%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.1, #b10006),
    color-stop(0.7, #ed141c)
    );
  bottom: -50px;
  color: white;
  font-size: 1.3em;
  height: 120px;
  line-height: 1.275em;
  padding: 30px 220px 20px 30px;
  position: absolute;
  right: 0;
  width: 690px;
}
.home #banner .slide .orbit-caption p{
  text-align: left !important;
}
.home #banner .slide .orbit-caption a{
  color: inherit;
}
.home .entry-content p{
  color: #da2f35;
  font-size: 1.25em;
  line-height: 1.375em;
}
.home .home-controls{
  margin-top: 50px;
  text-align: right;
}
.home .home-controls a{
	margin-left: 0.625em;
}
.home h1.steps-title{
  border: none;
}
.home .steps{
  counter-reset: li; /* Initiate a counter */
  background: url(img/step-separator.png) no-repeat center bottom;
  padding: 0;
}
.home .steps p{
  line-height: 1.3;
}
.home .steps .smaller-title {
  line-height: 1.15;
  padding-bottom: .15em;
}
.home .steps li{
  height: 250px;
  list-style: none; /* Disable the normal item numbering */
  padding-bottom: 50px;
  position: relative;
}
.home .steps li div{
  height: 100%;
  padding-left: 45px;
  position: relative;
}
.home .steps li img{
  position: absolute;
  bottom: 0;
}
.home .steps li h2{
  border-bottom: 1px solid #dadada;
  font-size: 1.2em;
  margin-bottom: 0.2em;
}
.home .steps li p{
  font-size: 14px;
}
.home .steps li:before{
  content: counter(li); /* Use the counter as content */
  counter-increment: li; /* Increment the counter by 1 */

  background-image: linear-gradient(bottom, #b10006 10%, #ed141c 70%);
  background-image: -o-linear-gradient(bottom, #b10006 10%, #ed141c 70%);
  background-image: -moz-linear-gradient(bottom, #b10006 10%, #ed141c 70%);
  background-image: -webkit-linear-gradient(bottom, #b10006 10%, #ed141c 70%);
  background-image: -ms-linear-gradient(bottom, #b10006 10%, #ed141c 70%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.1, #b10006),
    color-stop(0.7, #ed141c)
    );
  border-radius: 32px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  color: white;
  display: block;
  font-size: 1.253em;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  width: 32px;
}
.home #les-avantages{
  background: url(img/benefits-separator.png) no-repeat center bottom;
  margin-bottom: 30px;
  min-height: 230px;
}
.home #les-avantages div{
  float: left;
  width: 50%;
}
.home #les-avantages ul{
  font-size: 0.9em;
  padding: 0 20px 0 20px;
}
.home #les-avantages p{
  margin: 0;
}
.home #vous-etes-employe{
  background: url(img/employees_area-separator.png) no-repeat center bottom;
  margin-bottom: 30px;
  min-height: 230px;
}
.home #vous-etes-employe p{
  font-size: 14px;
}
.home #notification ul{
  list-style: none;
  padding: 0;
}
.home #notification ul li{
  background: url(img/notification-separator.png) no-repeat center bottom;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.home #notification ul li:before{
  display: none;
}
.home #notification ul li h4{
  color: inherit;
}
.home #notification ul li p{
  font-size: 14px;
  margin-bottom: 0;
}

.home .widget_freetext_widget .small-4{
  background: url(img/notification-separator.png) no-repeat center bottom;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/* TEXTE AVANTAGES */
.home #avantages{
  background: url(img/calculator-separator.png) no-repeat center bottom;
  margin-bottom: 1.250em;
  min-height: 400px;
  padding:
}
.home #avantages ul{
  font-size: 14px;
  padding-right: 15px;
  padding-left: 15px;
}

/* FOOTER */
aside.footer{
  background: white url(img/bg-footer.png) no-repeat center top;
  padding: 20px 23px;
}
aside.footer div{
  font-size: 0.9em;
}
aside.footer h4,
.widget h4{
  font-size: 14px;
  text-transform: uppercase;
}
aside.footer ul.links{
  font-size: .95em;
  float: left;
  list-style-type: none;
  margin-right: 15px;
  padding: 0;
  width: 130px;
}
aside.footer ul.last{
  margin-right: 0;
}
aside.footer ul.links li{
  border-bottom: 1px solid #cdcdcd;
  display: block;
}
aside.footer ul.links li:before{
  display: none;
}
aside.footer ul.links li a{
  text-decoration: none;
}
aside.footer address{
	white-space: nowrap;
}
address strong{
  display: inline-block;
  width: 50px;
}
footer{
  padding: 0 23px;
}
footer hr{
  margin: 15px 0;
}
#superhuit{
  background: url(img/superhuit.png) no-repeat;
  display: block;
  height: 26px;
  float: right;
  margin-bottom: 15px;
  text-indent: -9999px;
  width: 100px;
}

/* CALCULATOR */
.has-tip{
  background: url(img/tip.png) no-repeat;
  border: none;
  display: inline-block;
  height: 13px;
  text-indent: -9999px;
  vertical-align: top;
  width: 13px;
  margin-left: 0.5em;
}
.has-tip:hover{
  border: none;
}
.radio .has-tip,
.checkbox .has-tip{
	vertical-align: middle;
}
#upper_limit_msg .alert{
	line-height: 1.4em	;
}
form.calculator{
  padding-top: 1em;
}
form.calculator label{
	float: left;
}
form.calculator .row{
  min-height: 55px;
}
form.calculator input[type="number"],
form.calculator input[type="text"],
form.calculator select{
  width: 70%;
}
form.calculator input[type="number"],
form.calculator input[type="text"],
form.calculator select,
form.calculator .custom.dropdown.medium{
  display: inline-block;
}
form.calculator #wage,
form.calculator #hours,
form.calculator #age {
	width: 40% !important;
}

#calculatorResult{
  padding-top: 1em;
}

.home #calculator{
  background: url(img/calculator-separator.png) no-repeat center bottom;
  margin-bottom: 1.250em;
  min-height: 396px;
}
.home #calculator.result{
  background-image: url(img/calculator-result-separator.png);
  -webkit-transition: background-image 300ms ease-out;
  -moz-transition: background-image, 300ms ease-out;
  transition: background-image 300ms ease-out;
}
#calculator #vacations_tip{
  background-color: #FCF8E3;
  border: 1px solid #F5E79E;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #C09853;
	clear: both;
	display: block;
  font-size: 0.7em;
  line-height: 1.2em;
  /*text-indent: 0.7em;*/
  padding: 0.2em;
  /*white-space: nowrap;*/
}
#calculator .loader{
  display: block;
  margin: 30% auto;
}

#calculator.result table,
#calculator.result table th,
#calculator.result table td{
  background: none;
  border: none;
}
#calculator.result table tr:nth-of-type(even){
  background: none;
}
#calculator.result table tr{
  border-bottom: 1px solid #e2e2e2;
}
#calculator.result table tr:first-of-type{
  border:none;
  font-size: 0.9em;
}
#calculator.result table th{
  text-align: left;
  width: 80%;
}
#calculator.result table.full th{
  width: 60%;
}
#calculator.result table td{
  border-left: 1px solid #e2e2e2;
  width: 20%;
}
#calculator.result table th,
#calculator.result table td{
  color: #565656;
  font-weight: bold;
}
#calculator.result table tr.highlight th,
#calculator.result table tr.highlight td{
  color: #df1017;
}
#calculator.result table.full tr.highlight th,
#calculator.result table.full tr.highlight td{
  padding-top: 1.5em;
}
#calculator.result table tr.details{
  border: none;
}
#calculator.result table tr.details th,
#calculator.result table tr.details td{
  font-size: 0.8em;
  font-weight: normal;
  line-height: 0.6em;
}
/*
#calculator.result aside{
  font-size: 0.8em;
  margin-bottom: 25px;
  padding: 0.5625em 0.625em;
}
*/
#calculator.result #showCalculatorForm{
  float: right;
  font-size:0.9em;
}
#calculator.result .button{}
#calculator #print_button{
  margin-right: 10px;
}


#calculator.result .table__note {
  font-family: inherit;
  font-weight: normal;
  font-size: .9em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility;
}

#calculator_form .form--lpp {
  display: none;
}

#calculator_form[is-lpp-calc] .form--std {
  display: none;
}
#calculator_form[is-lpp-calc] .form--lpp {
  display: initial;
}


aside#default.sidebar{
  background: url(img/bg-sidebar.png) repeat-y left;
  /*min-height: 1000px;*/
  min-height: 100%;
  padding-top: 20px;
}
.sidebar .widget_freetext_widget .button{
  float: right;
}
.sidebar article{
	margin-bottom: 0.8em;
}
article.page{
  padding-top: 20px;
}
article.page .entry-content .button{
  font-size: 14px;
}


/* Page FAQS */
#faqs h2.faq-catname{
  border: none;
}
#faqs h2.faq-catname span{
  float: left;
  margin-right: 0.5em;
}
#faqs h2.faq-catname hr{
  clear: none;
  margin: 0;
  margin-top: 0.75em;
}
#faqs h2{
  text-transform: uppercase;
}
#faqs .qa-faq-title{
	margin-bottom: 0.3em;
}
#faqs .qa-faq-anchor{
  background: url(img/more.png) no-repeat left top;
  display: inline-block;
  text-decoration: none;
  padding-left: 25px;
}
#faqs .qa-faq-anchor.active{
  background-image: url(img/less.png);
}
#faqs .qa-faq-answer{
  padding-left: 25px;
}
#faqs .qa-faq{

}

.widget_faqform_widget textarea{
  background-color: #eeeeee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 8em;
}
.widget_faqform_widget textarea:focus{
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
.widget_faqform_widget input[type="submit"]{
  float: right;
}



#contact form div.columns{

}
#contact form div.columns input[type="submit"]{
	float: right;
}
#contact .mini{
  margin-bottom: 5px;
  vertical-align: middle;
}
#contact .mini input{
  display: inline-block;
  font-size: 0.8em;
  margin: 0;
  width: 3em;
}
#contact .mini span{
  font-size: 0.9em;
}
#contact .mini label{
	float: none;
  display: inline-block;
  font-weight: normal;
  font-size: 0.83em;
  margin: 0;
  margin-left: 0.1em;
}
#contact .mini a{
  font-size: 0.7em;
  float: right;
  margin-top: 0.8em;
}
#contact .order label{
  margin: 1em 0 0.5em;
}





/* JOIN PAGE */
#join #join_button{
	display: none;
}
#join #eper-show-calculator .close{
  display: none;
}
#join #calculator{
  display: block;
  margin-bottom: 14.375em;
  padding-top: 1em;
}
#join #calculator h1.subtitle{
  color: #565656;
}
#join #calculator .row{
  height: 55px;
}
#join #calculator input[type="number"],
#join #calculator input[type="text"],
#join #calculator select{
  width: 70%;
}
#join #calculator input[type="number"],
#join #calculator input[type="text"],
#join #calculator select,
#join #calculator .custom.dropdown.medium{
  display: inline-block;
}
#join #join_form{
  position: relative;
}
#join #join_form label{
	float: none;
}
#join #join_form .btn-action{
  position: absolute;
  width: 100%;
  text-align: right;
}
#join #join_form .btn-action a#eper-show-calculator{
  margin-right: 1em;
}
#join #join_form .eper-address,
#join #join_form .eper-postcode,
#join #join_form .eper-locality{
	display: none;
}


/* Widget Documents */
.filelist{
	font-size: 0.9em;
  padding: 0;
}
.filelist li{
  border-bottom: 1px solid #dadada;
  line-height: 1.2em;
  padding: 0.438em 0 0.250em 0;
}
.filelist li:before{
  display: none;
}
.filelist li a{
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
}
.filelist li span{
  font-size: 0.8em;
  margin-left: 5px;
  white-space: nowrap;
}



::selection {
	color:  white;
  background: rgba(218, 47, 53, 0.7);
}
::-moz-selection {
	color:  white;
  background: rgba(218, 47, 53, 0.7);
}
.success::selection {
	color: inherit;
  background: none;
}
.success::-moz-selection {
	color: inherit;
	background: none;
}
.wpcf7-mail-sent-ok::selection {
	color: inherit;
  background: none;
}
.wpcf7-mail-sent-ok::-moz-selection {
	color: inherit;
	background: none;
}
.alert::selection {
	color:  rgba(218, 47, 53, 1);
	background: white;
}
.alert::-moz-selection {
	color:  rgba(218, 47, 53, 1);
	background: white;
}
.wpcf7-validation-errors::selection {
	color:  rgba(218, 47, 53, 1);
	background: white;
}
.wpcf7-validation-errors::-moz-selection {
	color:  rgba(218, 47, 53, 1);
	background: white;
}


/* Tooltip */
.tooltip{
	background: rgba(0, 0, 0, .8);
	font-weight: normal;
	max-width: 25em;
}



/* Firefox specific fixes */
@-moz-document url-prefix() {
	button,
	input.button,
	.button{
		line-height: 34px;
	}

	form.custom .custom.dropdown{
		height: 2.25em;
	}
	form.custom .custom.dropdown .current{
		height: 2.125em;
		line-height: 2em;
	}
}


/* Override values to have a fixed layout */
.columns .columns{
	padding-left: 0;
	padding-right: 0;
}
.row { width: 960px;}
.one, .row .one { width: 80px /* 960 x 8.33333% */ }
.two, .row .two { width: 160px; /* 960 x 8.33333% */}
.three, .row .three { width: 240px; /* 960 x 8.33333% */}




/* Override Contact Form 7 plugin CSS */
.wpcf7 form p,
form.wpcf7 p{
	font-size: 1em;
}
span.wpcf7-not-valid-tip{
	background: none;
	border: none;
	display: block;
	color: #c60f13;
	font-size: 0.9em;
	position: static;
}
.wpcf7-not-valid{
	border: 1px solid #970b0e !important;
}
.wpcf7-response-output{
	display: block;
	font-weight: bold;
	margin-bottom: 1.25em;
	position: relative;
	padding: 0.6875em 1.3125em 0.75em 0.6875em;
	font-size: 0.875em;
}
.wpcf7-validation-errors{
	background-color: #c60f13;
	border: 1px solid #970b0e;
	color: white;
}
.wpcf7-mail-sent-ok{
	background-color: #5da423;
	border: 1px solid #457a1a;
	color: white;
}
#upper_limit_msg{
	display: none;
}


/* Nasty patches */
.post-40 .one_half{
  padding-right: 10px;
}
.post-40 p{
  line-height: 1.4;
}
.post-40 li{
  line-height: 1.4;
  margin-bottom: 9px;
}
.post-40 h3{
  color: #da2f35;
}


/* h5Validate - HTML5 Form Validation for jQuery */
input.ui-state-error,
select.ui-state-error,
textarea.ui-state-error{
  border: 1px solid #da2f35 !important;
}
div.ui-state-error{
	display: block;
	color: #da2f35;
	font-size: 0.8em;
	margin: -0.8em 0 1em 0;
}
#invalid-eper-postcode{
	float: left;
}

/* Override qa plugin css */
.qa-category {
    margin-bottom: 10px;
}


/* Print styles */
.print-popup{
  display: block !important;
}
.print-popup h1{
  padding: 10px 10px 0 10px;
}
.print-popup #calculator{
  font-size: 14px;
  width: 100%;
}
.print-popup #calculator a{
  display: none !important;
}

@media print{}
