/*TEMP css*/
wexbrochure .brochure-form{
  background: #f1f1f1;
  margin-top: 30px;
  padding: 10px;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 5px; 
  /* Firefox 1-3.6 */
  -moz-border-radius: 5px; 
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 5px;
}

/* FORM DROPDOWN SECTION */
brochurebrochuresignupform h4{
  padding-top: 20px;
  font-size: 18px;
  font-weight: bold;
}

brochuresignupform .input-box{
  margin: 5px 0;
}

brochuresignupform label{
  width: 115px;
  font-weight: bold!important;
  font-size: 14px!important;
}

brochuresignupform .input-box.narrow label{
  padding-top: 10px;
}

brochuresignupform .input-box.narrow{
  padding-top: 40px;
}

brochuresignupform label.full{
  width: 100%;
  padding-top: 10px;
  display: block;
  float: left;
}

brochuresignupform input{
  width: calc(100% - 120px);
  height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cecece;
  padding: 0 10px;
}

brochuresignupform textarea {
    width: calc(100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cecece;
    padding: 0 10px;
}

brochuresignupform select {
  background-color: #fff;
  content: '2'!important;
  top: 0px!important;
  height: 40px!important;
  border: none;
  width: 35%!important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cecece;
  padding-left: 10px;
  /* background-image: url("http://wexdesigns.spawnit.com/portals/0/images/icon-dropdown.png"); */
  background-repeat: no-repeat;
  background-position: right;
}

brochuresignupform .selectboxit-container .selectboxit {
    width: 160px !important;
  height: 40px;
}

brochuresignupform .selectboxit-text {
    height: 40px !important;
    padding-top: 5px;
}

brochuresignupform .selectboxit-btn {
    background-color: #fff!important;
    background-image: none!important;
    border: 1px solid #cccccc;
    border-color: #e6e6e6!important
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px;
}

brochuresignupform .gray.info-signup-btn{
  background: #aeaeae!important;
  font-weight: normal;
  float:right;
}

brochuresignupform .gray.info-signup-btn:hover{
  border: 1px solid #a9a9a9;
  background: transparent!important;
  color: #a9a9a9!important;
}

brochuresignupform .world-ex.info-signup-btn{
  font-weight: normal;
  float: right;
  margin-left: 15px;
}



brochuresignupform div.fullbox select{
  width: calc(100% - 120px) !important;
}

brochuresignupform div.halfbox {
  width: 56%!important;
}

brochuresignupform div div.input-box label, brochuresignupform div div.input-box label strong{
	font-size: 12px!important;
	font-weight: 100!important;
}


/*BROCHURE view ebrocure css fix*/
wexbrochure .thumb-info.thumb-info-centered-info .thumb-info-type {
    left: -110px!important;
    bottom: -114px!important;
  color: #fff!important;
  position: absolute;
}

wexbrochure .thumb-info:hover.thumb-info-centered-info:hover .thumb-info-type {
    left: 0px!important;
    bottom: 14px!important;
  color: #fff!important;
}

wexbrochure .wex-view-e-brochure a, .wex-view-e-brochure a:visited, .wex-view-e-brochure a:focus{
		color: #fff!important;
}

wexbrochure .wex-view-e-brochure a:hover{
		color: #9baa3a!important;
}


/*SLIDER CHECKBOX BUTTON*/
wexbrochure input[type=checkbox] {
	float: left;
	position:absolute;
bottom: 2px;
width: 200px!important;
  height: 20px;
  z-index: 9999!important;
  opacity: 0.0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}





/*SLIDER CHECKBOX BUTTON*/
wexbrochure input[type=checkbox] {
	float: left;
	position:absolute;
	bottom: 2px;
	width: 200px!important;
	height: 20px;
	z-index: 99!important;
	opacity: 0.0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
}









/* SLIDE THREE */
wexbrochure .slideThree {
    width: 176px;
    height: 25px;
    background: #9caa3a;
    margin: 0px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

wexbrochure .slideThree:after {
    content: 'ORDER';
    font: 12px/26px Arial, sans-serif;
    color: #fff;
    position: absolute;
    right: 20px;
    z-index: 0;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}

wexbrochure .slideThree:before {
	content: 'SELECTED';
	font: 12px/26px Arial, sans-serif;
	color: #000;
	position: absolute;
	left: 10px;
	z-index: 0;
	font-weight: bold;
}

wexbrochure .slideThree label {
    display: block;
    width: 94px;
    height: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

wexbrochure .slideThree input[type=checkbox]:checked + label {
    left: 78px;
}

.thumb-info-caption .thumb-info-caption-text, .thumb-info-caption p {
    padding: 0 10px 0 10px!important;
}

brochures3 .wexbrochureDescription {
	font-family: "Open Sans", Arial, sans-serif;
}


.thumb-info-caption-text.brochureContentHeight{
	display: block;
}


.brouchure-div-topgreen{
  background: #9baa3a;
  padding: 20px;
  color: #fff;
  font-family: "asapbold"!important;
  font-size: 14px;

}

.brouchure-div-topgreen p{
  color: #fff!important;
   font-family: "asapbold"!important;
  font-size: 18px!important;
}

.brochure-step123{
  border: 2px solid #fff;
  width: 25px;
  height: 25px;
  text-align: center;
   -webkit-border-radius: 500px;
   -moz-border-radius: 500px;
    border-radius: 500px;
  display: inline-block;
  margin: 5px 10px 5px 0px;

}

.brochure-p-top{
  font-family: "asapbold"!important;
  font-size: 14px!important;
}

brochures3 h4.primary{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

brochures3 span.thumb-info-caption-text.brochureContentHeight{
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  color: #393939;
}




/* NO SLIDER CHECKBOX BUTTON*/
brochures3 input[type=checkbox] {
	float: none;
	position:relative;
bottom: 2px;
width: auto!important;
  height: 20px;
  opacity: 1;
    filter: alpha(opacity=10); /* For IE8 and earlier */
}
/*NO SLIDER CHECKBOX BUTTON*/
brochures3 input[type=checkbox] {
	float: none;
	position:relative;
bottom: -5px;
width: 22px!important;
  height: 22px;
  opacity: 1;
    filter: alpha(opacity=10); /* For IE8 and earlier */
}

/*NO SLIDER CHECKBOX BUTTON FOR FORM SECTION*/
brochureform3 input[type=checkbox] {
	float: none;
	position:relative;
bottom: -1px;
left: 10px;
width: 15px!important;
  height: 15px;
  opacity: 1;
    filter: alpha(opacity=10); /* For IE8 and earlier */
}

brochures3 a.world-ex, brochures3 a.world-ex:visited, brochures3 a.world-ex:focus{
  color: #fff;
}

.grey-share-bar{
  background: #f4f4f4;
  display: block;
  width: 100%;
  border-radius: 0px 0px 4px 4px;
  border: 1px solid #ddd;
  border-top: none;
  text-align: right;
  padding: 10px 30px;
  margin-bottom: 20px;
  height: 50px;
}

brochures3 .thumb-info {
    border: none;
}

brochures3 .btn.btn-md {
    padding: 4px 7px;
  
}

brochures3 p.mt-md{
  font-weight: bold;
}

.grey-box-form{
  background: #f4f4f4;
  padding: 30px;
}

.ml-xxl{
	position: relative;
	left: 30px;
	top: 4px;
}


.newsletter-form-bold strong{
	font-size: 12px
}


brochures3 .thumb-info .thumb-info-wrapper:after {
    background: rgba(36,27,28,.5);
}

brochures3 .brochures-outline{    
border-radius: 4px 4px 0px 0px;
    border: 1px solid #ddd;
    border-bottom: none;
    background: #fff!important;
    }


brochureform3 brochuresignupform div.fullbox2 select {
    width: 100%!important;
}

 /*START Responsive*/

@media (min-width:1px) {
	 div.responsive-padding-right[style]{
 	padding-right: 15px!important;
 }
 
}

@media (min-width:480px) {

}

@media (min-width:768px) {
	 div.responsive-padding-right[style]{
 	padding-right: 0px!important;
 }
}

@media (min-width:992px) {
	.ml-xxl{
	position: relative;
	left: -15px;
	top: 10px;
}
}

@media (min-width:1200px) {
	.ml-xxl{
	position: relative;
	left: 30px;
	top: 4px;
}

}

/*END Responsive*/

brochuresignupform .invalid:before {
	display: inline-block;
	position: absolute;
	right:-10px;
	top: auto;
	content: "\f00d";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transform: translate(0,0);
	margin-top: 5px;
	color: #ce151b;
}

.grey-share-bar .grey-share-bar-link,
.grey-share-bar .grey-share-bar-link:link,
.grey-share-bar .grey-share-bar-link:visited,
.grey-share-bar .grey-share-bar-link:hover,
.grey-share-bar .grey-share-bar-link:active {
	color: #373b40;
}

brochureform3{
  clear: both;
  display: block;
}