.no_bullets li{
list-style-type: none;
}

 .resize-image {
height: auto;
width: auto;
max-width: 100px;
max-height: 100px;
}

.center {
text-align: center;
}

.column-display {
     background-color: #ffffff;
     padding: 20px !important;
}

.digital-text {
height: 55px;

}

/*Directory Form Styles */

.search-wrap{
  max-width: 900px;
  border: 1px solid #dedede;
}
.search-type {
background-color: #4D91CB;
color: white;
padding: 5px;
font-size: 13px;
text-transform: uppercase;
font-weight: 600;
overflow: hidden;
height: 100%;
}

.search-type:nth-child(n+2){
    margin: 5px 0px;
}

.field-full input, textarea  {
    width: 98%;
    margin:5px;
}

.field-full select  {
    width: 98%;
    margin:5px;
}

.field-label {
  width: 100%;
  height: 100%;
  padding: 5px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}

.Field-text {
  padding: 10px;
  height: 40px;
  font-size: 13px;
  color: #a8b1b8;
  border: 1px solid transparent;

}

.submit-row {
  width: 100%;
  padding: 10px;
}

/*Styling the JS validation error*/
.error {
 color:#8c2e0b;
 width:98%;
 margin: 5px;
 padding: 5px;
 border: 1px solid;
 border-color: #ed541d;
 background-color: #FEF3EE;
 font-size: 11px;
 text-transform: uppercase;
 font-weight: 600;
}


.messages_error {
 color:#8c2e0b;
 margin: 6px 0;
 padding: 10px;
 border: 1px solid;
 border-color: #ed541d;
 background-color: #FEF3EE;
}


}
.success{
 color:#000000;
 margin: 6px 0;
 padding: 10px;
 border: 1px solid;
 border-color: #CCCCCC;
 background-color: #309e15;
}

.required {
 color: #f00;
}

/*Begin search results styles */
.member_type {
    color: #696969;
    font-size: 12px;
    font-weight: bold;
}
.member_details {
    font-size: 14px;
}
.actual_member{
    font-size: 20px;
    line-height:20px;
}

/*Begin CEC styles */

.cec_list p{
margin: 0 0 5px 0;
}

.cec_company_name {
    font-size: 18px;
}

/*Begin Details page styles */

.details_type {
font-size: 14;
color: #696969;
font-weight: bold;
}

 .resize-logos {
float:left;
margin-right: 10px;
height: auto;
width: auto;
max-width: 200px;
max-height: 200px;
}


#address {
    display:none;
}

/*Begin Location styles */

.x-column.x-1-4 {
    padding:15px;

}

/* Begin toggle styles */

div.trigger {

}
div.trigger:before {
    content: "";
    display: block;
    background: url("/wp-content/uploads/toggle-plus.png") no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 5px 6px 0 0;
}
div.trigger a {
  margin-bottom: 10px;
    color: #0489B7;
    text-decoration: none;
    display: block;
}
div.trigger a:hover {
    color: #A7B6C6;
    text-decoration: underline;
}
div.trigger.active:before{
    content: "";
    display: block;
    background: url("/wp-content/uploads/toggle-minus.png") no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 5px 6px 0 0;
}
div.toggle-white{
    background-color: #FFF;
}
div.toggle-gray{
    background-color: #F5F5F5;
}
div.toggle-dark{
    background-color:#383838;
}
div.toggle-dark a{
    color:#fff;
}
.toggle_container {
    overflow: hidden;
}

.clear {
    clear: both;
}

/* Event Styles */
.event-image {
    height: auto;
    width: auto;
    max-width: 115px;
    max-height: 115px;
}

.events-wrapper {
    overflow:hidden;
}

.events-wrapper div {
    padding: 5px;
}
#one {
    float:left;

 }
#two {
    overflow:hidden;
    margin-bottom: 5px;
    line-height: 1.5;
    min-height: 130px;
}

@media screen and (max-width: 600px) {
    #one {
        float: none;
        margin-right:0;
        width:auto;
        border:0;
    }
    #two {
        border:2px dashed #ccc;
    }
}