/**************/
/*** LAYOUT ***/
/**************/
/* Feed wrapper */
.Anm{width: 40%;
height: 250px;
float: right;
margin-right: 9px;}

.Anmh2{margin:0px 0 22px 0px !important; display:block; width:97.5%;}

.logoh2{font-size:21px; color:#BE4239; font-weight:normal; margin:4px;}

.pubCl{float:left; width:76% !important;min-height:66px !important; line-height:20px !important;  margin:0 0 10px 0 !important; padding:3px;}

.cff-wrapper:after{
  content: "";
  display: table;
  clear: both;
}
/* Posts container */
#cff {
  float: left;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
}
/* Individual post item */
#cff .cff-item{
  float: left;
  width: 100%;
  clear: both;
  padding: 20px 0 15px 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
#cff .cff-item:first-child{
  padding-top: 0;
}
#cff .cff-item.cff-box,
#cff .cff-item.cff-box:first-child{
  padding: 15px;
  margin: 5px 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Feed Header */
.cff-header{
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cff-header .fa{
  margin: 0 10px 0 0;
  padding: 0;
}
/******************/
/*** TYPOGRAPHY ***/
/******************/
/*See more/less links*/
#cff .cff-less{
  display: none;
}
/* Links */
#cff a {
  text-decoration: none;
}
#cff a:hover,
#cff a:focus {
  text-decoration: underline;
}
#cff .cff-post-text-link{
  display: block;
}
/* Post titles and body text */
#cff h3, #cff h4, #cff h5, #cff h6, #cff p{
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 5px 0;
  line-height: 1.4;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
}
/* Date */
#cff .cff-date{
  float: left;
  min-width: 50px;
  width: auto;
  font-size: 11px;
}
/************/
/***AUTHOR***/
/************/
#cff .cff-author{
  float: left;
  clear: both;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1.2;
  width: 100%;
}
#cff .cff-author a{
  float: left;
  display: block;
  /*width: 100%;*/
  min-width: 100%\9;
}
#cff .cff-author-img{
  float: left;
  width: 40px;
  margin: 0 0 0 -100% !important;
}
#cff .cff-author img{
  float: left;
}
#cff .cff-author .cff-author-text span{
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  margin: 0;
  font-weight: bold;

  /* For when there's no date immediately under author: */
  padding-left: 50px;
  float: none;
}
#cff .cff-author a{
  text-decoration: none;
}

/* Author Date */
#cff .cff-author .cff-author-text{
  float: left;
  width: 100%;
}
#cff .cff-author .cff-author-text *{
  float: left;
  clear: both;
  width: auto;
  margin: 0 0 0 50px;
  font-weight: bold;
}
#cff .cff-author .cff-date{
  color: #9197a3;
  font-weight: normal;
  margin-top: 0px;
}
#cff .cff-author .cff-page-name.cff-author-date{
  float: left;
  padding: 2px 0 0 0;
}

/*************/
/*** MEDIA ***/
/*************/
#cff .cff-break-word{
  word-break: break-all;
}
/* Link */
#cff .cff-expand{
  display: none;
}
#cff .cff-expand a{
  font-size: 11px;
  font-weight: normal;
}
/*Link image*/
#cff .cff-shared-link{
  float: left;
  clear: both;
  width: 100%;
  padding: 5px 10px;
  margin: 10px 0 5px 0;

  /* IE8 */
  background: #f9f9f9;
  border: 1px solid #d9d9d9;

  background: rgba(0,0,0,0.02);
  border: 1px solid rgba(0,0,0,0.07);

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cff .cff-no-styles{
  background: none;
  border: none;
  padding: 0;
}
#cff .cff-link{
  float: left;
  clear: both;
  max-width: 20%;
  margin: 10px 0 0 0;
}
#cff .cff-link img{
  max-width: 100%;
}
/*Link text*/
#cff .cff-link-title{
  float: left;
  clear: both;
  width: 100%;
  display: block;
  font-weight: bold;
}
#cff p.cff-link-title{
  margin: 5px 0 0 0;
}
#cff .cff-text-link{
  float: left;
  clear: none;
  width: 72%;
  margin-left: 3%;
  padding: 0 0 5px 0;
}
#cff .cff-link-caption{
  font-size: 12px;
  margin: 0;
}
#cff .cff-text-link.cff-no-image{
  width: 100%;
  margin-left: 0;
}
/* Feed events */
#cff .cff-details{
  float: left;
  clear: none;
  width: 100%;
  padding: 5px 0;
}
#cff .cff-details h5{
  margin: 0 0 5px 0;
  font-size: 16px;
}
#cff .cff-details p{
  font-size: 14px;
}
#cff .cff-details .cff-info{
  padding: 10px 0 0 0;
  line-height: 1.2;
}
/* Video */
#cff .cff-desc-wrap{
  float: left;
  width: 100%;
}

/* View on Facebook / View Link text */
#cff .cff-post-links{
  float: left;
  clear: none;
  padding: 5px 0 0 0;
  margin: 0;
  font-size: 11px;
}


#cff .cff-post-links.cff-left{
  float: left;
  margin: 8px 0;
}
#cff .cff-post-links a{
  font-size: 11px;
}
#cff .cff-post-links a:first-child{
  padding-left: 0;
  margin: 0;
}
#cff .cff-dot{
  padding: 0 5px;
}

/* Share tooltip*/
#cff .cff-share-container{
  position: relative;
  display: inline;
}
#cff .cff-share-tooltip{
  display: none;
  position: absolute;
  z-index: 1000;
  bottom: 22px;
  right: -51px;
  width: 135px;
  padding: 5px 5px 4px 5px;
  margin: 0;
  background: #333;
  color: #eee;
  font-size: 12px;
  line-height: 1.3;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cff .cff-share-tooltip .fa-play{
  position: absolute;
  font-size: 8px;
  bottom: -6px;
  left: 50%;
  margin-left: -3px;
  color: #333;
}
#cff .cff-share-tooltip a .fa{
  font-size: 16px;
  margin: 0;
  padding: 5px;
}
#cff .cff-share-tooltip a#sbi_facebook_icon .fa,
#cff .cff-share-tooltip a#sbi_twitter_icon .fa,
#cff .cff-share-tooltip a#sbi_pinterest_icon .fa{
  padding-top: 4px;
  font-size: 18px;
}
#cff .cff-share-tooltip a{
  display: block;
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  color: #eee !important;

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#cff .cff-share-tooltip a:hover{
  color: #fff;
}
#cff .cff-share-tooltip .cff-facebook-icon:hover{ background: #3b5998; }
#cff .cff-share-tooltip .cff-twitter-icon:hover{ background: #00aced; }
#cff .cff-share-tooltip .cff-google-icon:hover{ background: #dd4b39; }
#cff .cff-share-tooltip .cff-linkedin-icon:hover{ background: #007bb6; }
#cff .cff-share-tooltip .cff-pinterest-icon:hover{ background: #cb2027; }
#cff .cff-share-tooltip .cff-email-icon:hover{ background: #666; }

/* Like box */
.cff-likebox{
  float: left;
  width: 100%;
  position: relative;
  margin: 20px 0 0 0;
}
.cff-likebox .fb_iframe_widget{
  width: 100%;
}
.cff-likebox .fb_iframe_widget span{
  width: 100% !important;
}
.cff-likebox iframe{
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}
/*Like box is not inside of #cff*/
.cff-likebox.cff-top.cff-outside{
  margin-bottom: 10px;
}
.cff-likebox.cff-bottom.cff-outside{
  margin-top: 10px;
}

/* Clear fix */
/*.cff-clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.cff-clear {
    display: inline-block;
    display: block;
    position: static;
}*/
/*********************/
/*** STYLE OPTIONS ***/
/*********************/
#cff.cff-fixed-height{
  overflow: hidden;
  overflow-y: auto;
  padding: 5px 10px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cff .cff-error-msg{
  font-size: 12px;
  font-family: sans-serif;
}
#cff #cff-error-reason{
  display: none;
  padding: 5px 0 0 0;
  clear: both;
}

/* Credit link */
#cff .cff-credit{
  font-size: 11px;
}
#cff .cff-credit a{
  text-decoration: none;
}
#cff .cff-credit img{
  float: left;
  margin: -2px 5px 0 0;
}
#cff .cff-credit .fa{
  padding-right: 5px;
  font-size: 13px;
}#wrapper a{font-size:14px; line-height:35px; }

#wrapper{border:1px solid #ccc !important; overflow:hidden; border-radius:3px; width:95%; margin:15px auto -10px;}

.news{float:left; width:130px; height:35px; background:#ccc; text-align:center; line-height:35px; margin-right:25px;}

.icon {width:20px !important; margin-top:10px; margin-right:5px;}

.arrow-right {
	width: 0px;
height: 0px;
border-top: 19px solid transparent;
border-bottom: 14px solid transparent;
border-left: 16px solid #ccc;
margin-left: -33px;
float: left;
}

.certs img{margin-bottom :5px;}

.Sbtn{background:#f1f1f1 !important; height:29px; margin-top:-3px; padding:0.4em 7px !important; border:none; color:#666; font-size:11px;}

.Sbtn:hover{color:#999;}

#logo{position:relative;}
#logo img {float: left; padding: 0 5px 0 0; margin-top: -12px;}
#logo h2 {border: 0;}

.h3Leading{    position: absolute;
    width: 75%;
    left: 200px;
    top: 105px; color:#BF0000;
}

.news-author {
    border-left: 5px solid #EAEDF5;
    padding-left: 25px;
    height: 160px;
    display: flex;
    align-items: center;
    background-color: #FAFAFA;
 
}
.news-comment {
    margin-bottom: 100px;}
	
	.news-author img.author-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.news-author .media-body {
    padding-left: 30px;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}


    /***FIRST STYLE THE BUTTON***/
    input#submitbutton {
    border:2px groove #7c93ba;
    cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding: 12px 62px;
    /*give the background a gradient - see cssdemos.tupence.co.uk/gradients.htm for more info*/
    background-color:#6b6dbb; /*required for browsers that don't support gradients*/
    background: -webkit-gradient(linear, left top, left bottom, from(#88add7), to(#6b6dbb));
    background: -webkit-linear-gradient(top, #88add7, #6b6dbb);
    background: -moz-linear-gradient(top, #88add7, #6b6dbb);
    background: -o-linear-gradient(top, #88add7, #6b6dbb);
    background: linear-gradient(top, #88add7, #6b6dbb);
    /*style to the text inside the button*/
    font-family:Andika, Arial, sans-serif; /*Andkia is available at http://www.google.com/webfonts/specimen/Andika*/
    color:#fff;
    font-size:1.1em;
    letter-spacing:.1em;
    font-variant:small-caps;
    /*give the corners a small curve*/
    -webkit-border-radius: 0 15px 15px 0;
    -moz-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0;
    /*add a drop shadow to the button*/
    -webkit-box-shadow: rgba(0, 0, 0, .75) 0 2px 6px;
    -moz-box-shadow: rgba(0, 0, 0, .75) 0 2px 6px;
    box-shadow: rgba(0, 0, 0, .75) 0 2px 6px;
    }
    /***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
    input#submitbutton:hover, input#submitbutton:focus {
    color:#edebda;
    /*reduce the spread of the shadow to give a pushed effect*/
    -webkit-box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
    -moz-box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
    box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
    }

  /*-------------------------------------*/	
    
    .form-wrapper {width: 290px;
       
    }
    
    .form-wrapper input {
     width: 180px;
height: 35px;
padding: 10px 5px;
float: left;
font: bold 15px "lucida sans","trebuchet MS","Tahoma";
border: 0px none;
background: #EEE none repeat scroll 0% 0%;
border-radius: 3px 0px 0px 3px; 
    }
    
    .form-wrapper input:focus {
        outline: 0;
        background: #fff;
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    }
    
    .form-wrapper input::-webkit-input-placeholder {
       color: #999;
       font-weight: normal;
       font-style: italic;
    }
    
    .form-wrapper input:-moz-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }
    
    .form-wrapper input:-ms-input-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }    
    
    .form-wrapper button {
		overflow: visible;
        position: relative;
        float: right;
        border: 0;
        padding: 0;
        cursor: pointer;
        height: 35px;
         font-size:14px !important;
line-height:18px !important;
        width: 110px;
        font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
        color: #fff;
        text-transform: capitalize;
        background: #d83c3c;
        -moz-border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;      
        text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
    }   
      
    .form-wrapper button:hover{		
        background: #e54040;
    }	
      
    .form-wrapper button:active,
    .form-wrapper button:focus{   
        background: #c42f2f;    
    }
    
    .form-wrapper button:before {
        content: '';
        position: absolute;
        border-width: 8px 8px 8px 0;
        border-style: solid solid solid none;
        border-color: transparent #d83c3c transparent;
        top: 10px;
        left: -6px;
    }
    
    .form-wrapper button:hover:before{
        border-right-color: #e54040;
    }
    
    .form-wrapper button:focus:before{
        border-right-color: #c42f2f;
    }    
    
    .form-wrapper button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

   #controls{display:none;}



#search-form {   overflow:hidden; }
#search-page-border { border:1px solid #dbdbdb; border-radius:4px; padding:5px; float:left;  width:210px;}
.search-terms { font-size:13px; height:25px; border:none; color:#666; }
#search-which { padding-left:8px; border-left:1px solid #dbdbdb; }
#search-which, select option { font-size:14px;  width:175px; padding:2px; border:1px solid #ddd;;}
#search-submit { padding:8px 7px; margin-left:8px; font-size:11px; float:left; color:#ffffff; background:#006699; border:none; border-radius: 3px; }
.accessibly-hidden {left: -999em;position: absolute;}









.col-lg-12{width:100%; margin:45px 0 20px 0; overflow:hidden;}

.bread-crumb .breadcrumb {
	display: inline-block;
	margin: 0px;
	padding: 8px 0px;
	background-color: transparent;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: outside none none;
	background-color: #F5F5F5;
	border-radius: 4px;
}

.bread-crumb .home-icon {
	width: 40px;
	height: 40px;
	display: table-cell;
	background: transparent url("../images/home-icon.jpg") no-repeat scroll center center;
	vertical-align: bottom;
	margin: 0 0 0 30px;
	display: block;
}

.bread-crumb {
	border-bottom: 1px #eee solid;
	overflow: hidden;
	padding: 0 0 20px 0;
}
.bread-crumb ul {
	list-style: none;
}
.bread-crumb ul li {
	list-style: none;
	float: left;
	padding: 0;
	display: inline-block;
	line-height: 40px;
}
.bread-crumb ul li a {
}
.bread-crumb ul li span {
	padding: 0 10px;
}

.leftBox{width:23%; float:left; margin:-30px 0 0 30px;}


.leftBox ul{list-style: none;
background: url(../images/inner-bg.jpg) no-repeat right 6px !important;
height: 500px;}

.leftBox ul li{ border-bottom:1px solid #ddd; list-style:square inside; padding-right:20px;}


.leftBox ul li a{text-decoration:none; padding:10px 0 !important; line-height:50px !important; font-size:14px; margin-left:5px;}

.rightBox{width:69%; margin-left:35px; float:left; }

.rightBox .inner-article {
	padding: 20px 0 20px 0;
	line-height: 30px;
}

.rightBox .inner-article ul {
}

.rightBox .inner-article ul li {
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 1px #ccc solid;
	overflow: hidden;
}

.rightBox .inner-article ul li.last {
	margin: 0 !important;
}

.rightBox .inner-article ul li .a-date {
	font-size: 10px;
}

.rightBox .inner-article ul li .a-pic {
	width: 125px !important;
	height: auto !important;
	float: left;
	margin: 0 5px 5px 0;
}

.rightBox .inner-article ul li .a-summary {
	line-height: 28px;
}

.contentIN{line-height:25px;}

.Ad_slider {
    background: #F2F7FA;
    width: 94% !important;
    margin: 20px 0 0 34px !important;
}


#wrapper-mid {
	/*	border: 1px solid #f1f1f1 !important; */
	overflow: hidden;
	border-radius: 3px;
	width: 100%;
	margin: 0 auto;
}

#wrapper-mid a {
	font-size: 14px;
	line-height: 35px;
}

.addB {
	width: 94% !important;
	border: none !important;
	height: 230px;
	padding: 0px;
}


.error {
	font-size: 14px;
	color: red;
	padding-left: 10px;
}

.event-summary .title {
	font-size: 14px;
	color: #006699;
}

.event-summary .content {
	font-size: 13px;
}

.sharing{text-align: right;
    padding: 0px 20px 11px 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;}


	@media screen and (max-width : 900px){
		.front_style{width:27%; margin-bottom:45px ;}
		.addB img{width:100% !important} 	.memberswrap{width:100%;}
	
		.leftBox{display:none;}	
		
		.mw{width:100% !important;}
		
		.wrapT{width:100% !important;}

		.top_info{display:none !important;} 	

		.memberEvent{width:100% !important; float:none !important; clear:both !important;}

		.pubCl{width:89% !important;}

		.Anm{float:none !important; width:100% !important; clear:both; margin-bottom:85px;}

	
	    
	
}


@media screen and (max-width : 700px){
	
	.front_style{width:98% !important; float:none; padding:2%; margin:0; }
	
	.front_styleA{width:98%!important; float:none; padding:2%; margin:0; }
		
	.front_styleB{width:98% !important; float:none; padding:2%; margin:0; }	
	
	.addB img{width:100% !important}
	div{clear:both; margin-bottom:5px;}
	
	.boxwrap{width:95%;}
	
	.memberEventFR{width:95%; float:none;}

	.nameAD{width:100% !important;}
	
	.social_footer{padding:10px !important;}
	
	.memberswrap{width:100% !important; padding:3px !important;}
	
	.action_blocks{margin:5px !important;}
	
	.footerP{line-height:22px;  width:98%; margin-top:8px;}
	
	.footerLogo{display:none;}
	
	#newscontent {
    float: left;
    padding: 5px;
    margin: -43px 0 0 0;
    width: 100%;
}
		#controls {height:30px !important;}
		
		.header .top_info{display:none !important;}
		
		.logoB{width:100% !important; background-size:12% !important;}
		
		#boxes{display:none !important;}
		
		.Ad_slider{background:#F2F7FA;  width:100% !important; margin:10px 0 0 0px !important ;}
		
		.Ad_slider img{ max-width:225px !important; height:100px !important; margin: 0 170px 0 0 !important;}

		.memberEvent{float:none !important; clear:both !important; width:96% !important;}

		.Anm{float:none !important; width:100% !important; clear:both !important; margin-bottom:90px !important;}

		#slideshow{border:2px solid #fff !important;}
	
	
}


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

		.logoB{width:100% !important; background-size:20% !important;}
			
}


@media screen and (max-width : 500px){
	
   
.logoh2{font-size:16px; color:#2113C1; font-weight:normal; margin:4px; text-align:left;}

	
	.boxwrap{width:100%;}
	
	.memberEventFR{width:100%; float:none;}
	.change1{width:100%; margin-top:10px;}
	.name_Chamber{width:100% !important;}
	
	.logoh3{font-size: 12px;
color: #BF0000;
padding: 13px 0px 0px 62px;
font-weight: bold;}

.addB img{height:50%;}

.addB {height:50%;}



table td{padding:1px !important;}

.tablestyle{width:130px !important;}




	
}