body{
  /*Padding top to adjust the fixed top navigation*/
  padding-top: 94px;
  font-family: 'Fira Sans', sans-serif;
  color: #706059;
  letter-spacing: 0.3px
}
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}
h1.page-title{
  margin-top: 0px
}
.content_container{
  min-height: 800px;
  padding-bottom: 50px;
  padding-top: 55px
}
a:link, a:visited{
  text-decoration: underline;
  color: #706059
}
hr{
  border-color: #706059
}
.btnrev{
  border-radius: 25px;
  background-color: #FFF;
  border: 1px solid #00b592;
  color: #44b293;
  padding:12px 14px;
  line-height: 40px;
  text-decoration: none!important;
}
/*Forms*/
input:not([type]),
input[type=text],
input[type=email],
input[type=phone],
input[type=number],
input[type=password],
textarea{
  border:none;
  background-color: #e2dfde;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  outline: none;
  -moz-appearance: none;
  color: #706059
}
input[type=radio], .checkbox  input[type=checkbox]{
  margin: 0;
  position: relative;
  display: inline;
}
select{
  border:none;
  background-color: #e2dfde;
  border-radius: 5px;
  padding: 15px 55px 15px 15px;
  margin-bottom: 10px;
  -webkit-appearance: none;
  outline: none;
  -moz-appearance: none;
  background-image: url('../images/dropdown.png');
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
  color: #706059
}
input[type=submit]{
  border: none;
  background-color: #6ac1a9;
  border-radius: 25px;
  padding: 15px 50px;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  margin-top: 25px
}
label{
  margin: 15px 0 0 0 
}
label.error, span.error, span.message.bad, span.validation, p.validation{
  text-align: left;
  margin: 0 0 15px 0;
  display: block;
  font-weight: normal;
  font-style: italic;
  color: #FF9494
}
p.message.bad{
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
p.danger{
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
p.danger:before {
  content: "\e090";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px
}
p.warning{
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;    
}
p.warning:before {
  content: "\e107";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px
}
p.success{
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
p.success:before {
  content: "\e013";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px
}
p.info{
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
p.info:before {
  content: "\e086";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px
}
.alert{
  margin-top: 25px
}
input.error,  select.error,  textarea.error, input.holder-bad, .holder-validation input{
  border:1px solid #FFCCCC;
  background-color: #FF9494;
  color: #FFCCCC;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
}
::-webkit-input-placeholder {
 color: #706059;
}
:-moz-placeholder { /* Firefox 18- */
 color: #706059;  
}
::-moz-placeholder {  /* Firefox 19+ */
 color: #706059;  
}
:-ms-input-placeholder {  
 color: #706059;  
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
  background-color: #706059;
  border-color: #706059;
}
.pagination > li > a, .pagination > li > span{
  color: #706059
}
.tabbed-content{    
  background-color: #eae7e6   
}   
.placeholdercs{   
  padding: 42px 15px;   
  border: 2px solid #ff8200   
}   
.placeholdercs_large{   
  padding: 85px 55px;   
  border: 2px solid #ff8200   
} 