ci/* Custom 1/5 bootstrap column */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
span.errs {
    color: #f00;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
/*@media (max-width: 991px) {
	.practiceFormContainer2{
		display: block;
	}
	.practiceFormContainer{
		display: none;
	}
}*/
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
/*    .practiceFormContainer2{
		display: none;
	}
	.practiceFormContainer{
		display: block;
	}*/
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/* End of custom 1/5 bootstrap column */

/*general*/
.pad-lr-30{
  padding-left:30px;
  padding-right:30px;
}
.pad-b-40{
  padding-bottom: 40px
}

.pad-t-40{
  padding-top: 40px
}

.form-control{
  outline: none !important;
  border-color: #cccccc !important;
}

body{
  background: #f5f5f5 url(//media2.mofo.com/designimages/MOFO-bg-page.png) repeat-y 50% 0;
}

.body{
  margin-top:88px;
  margin-bottom: 40px;
  background-color: white;
  padding-bottom:45px
  color: #000;
}

.main{
  background-color: white;
  color: #000;
}
/*end of general*/

/* ------------------------------------------------------------------------------------------------------- */

/* header */
.header {
  background-color: white;
  padding-top: 15px ;
}

.navbar-header{
  padding-left:15px;
  padding-bottom:15px;
}

.navbar-collapse{
  padding: 0;
}

.logo{
  background-image: url(//media2.mofo.com/designimages/MOFO-logo.png);
  background-repeat: no-repeat;
  height: 57px;
  width: 224px;
}

.search-contain { margin: 10px; }

.icon-bar{
  background-color: black;
}

ul.open-close{
  list-style: none;
  padding: 0;
  float: right;
  width: 100%;
  margin:0;
  margin-top: 10px;
}

ul.open-close li a{
	display: block;
	padding: 10px;
	color: #000;
	font-size: 18px;
	line-height: 24px;
	-webkit-text-stroke: 0.35px;
	border-bottom: 1px solid #000;
	text-align: center;
}
#header-menu #nav-container-mobile #peopleAccordion .tt-dropdown-menu a {
	padding: 0px;
	color: rgb(66, 66, 66);
	font-size: 14px;
	line-height: 17px;
	-webkit-text-stroke: 0px;
	border-bottom: 0px none rgb(66, 66, 66);
	text-align: left;
}
ul.open-close li a:hover{
	color: #000;
	text-decoration : underline;
}

#nav-container-desktop { display: none; }

#nav-container-desktop a.close { display: none; }

#nav-container-mobile { display: block; }

#nav-container-mobile .dropdown {
	padding-left: 0;
	padding-right: 0;
}

#nav-container-mobile .dropdown-menu {
	position: relative;
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	box-shadow: none;
	background: #ddd;
}

// navigation style
#nav li:first-child > span:after { background: none; }

#nav a { color: #000; text-decoration:blink }
#nav-container-mobile ul a { color: #000; }

div ul a:hover {
   text-decoration:blink;
}

.search-form{
  position:relative;
}

.search-txtbox{
  width: 100%;
  height: 38px;
  padding: 5px 12px;
}

.search-btn {
  position: absolute;
  top: 9px; /* 8px */
  height: 23px;
  background: url(//media2.mofo.com/designimages/MOFO-sprite.png) no-repeat;
  right: 9px;
}

.search-btn:hover {
  background-position: -27px 0;
}

/* ------------------------------------------------------------------------------------------------------- */

/* homepage content */
/* carousel */
#owl-demo-container {
	/* height: 487px; */
}

#owl-demo .item {
  display: block;
  width: 92%;
  float: none;
  margin-left: 0;
  margin-right: 0;
  height: auto;
  min-height: 350px; /*250px*/
  background-size: cover;
  background-repeat: no-repeat;
}


/* rework carousel */

  .owl-buttons {
   display: none;
  }	

@media (min-width: 768px) {
  #owl-demo .item  {
  min-height: 450px;
	}
  #owl-demo-container{
  height: 467px; 
  }
  
  .owl-carousel .owl-wrapper-outer {
    margin-left: 72px;
    margin-right: 72px;
  }
  
  .owl-buttons {
   display: block;
  }	
}

.carousel-text{
  position: absolute;
  color: white;
  padding: 20px;
  top: 10px;
  left: 10px;
  right: 155px;
  box-shadow: 0 0 5px #000;
  overflow: hidden;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
}

.carousel-text.pos-top-left,
.carousel-text.pos-top-right {
  top: 10px;
  bottom: auto;
}

.carousel-text.pos-bottom-left,
.carousel-text.pos-bottom-right {
  top: auto;
  bottom: 10px;
}

.carousel-header{
	position: relative;
	/*
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 20px;
	font-weight: bold;
	*/
	font: bold 35px/35px 'HelveticaNeueW01-77BdCn 692722',Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0;
	z-index: 30;
}

.carousel-body{
	position: relative;
	/*font-size: 16px;*/
	font: 20px/24px Karla, Arial, Helvetica, sans-serif;
	border-top: 1px #fff solid;
	padding-top: 10px;
	margin-top: 10px;
	z-index: 30;
}

#featureListing { margin-top: 20px; }

.more{
  border: 1px solid white;
  font-weight: bold;
  font-size: 17px;
  padding: 3px 7px;
  cursor: pointer;
  width: 85px;
  height: 30px;
  color: white !important;
  background: transparent;
}

/*.owl-theme .owl-controls .owl-page span{
  background-color:black;
  opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span{
  background-color: white;
  opacity: 1;
}

.owl-pagination{
  position: absolute;
  width: 100%;
  bottom: 10px;
}*/

.owl-prev,
.owl-next{
  position: absolute;
  top:220px;
  height: 51px;
  width: 25px;
  margin: 0;
  border-radius: 0px;
  background-color: transparent ;
}

.owl-prev{
  left: 10px;
  background-color: #000;
  color: #000;
  border-radius: 0px;
  background-image: url(//media2.mofo.com/designimages/MOFO-sprite.png) !important;
  background-position: 270px 155px  !important;
}

.owl-next{
  right: 10px;
  background-color: #000;
  color: #000;
  border-radius: 0px;
  background-image: url(//media2.mofo.com/designimages/MOFO-sprite.png) !important;
  background-position: 242px 155px  !important;
}

.owl-prev:hover{
  background-color: #000;
  color: #000;
  border-radius: 0px;
  background-image: url(//media2.mofo.com/designimages/MOFO-sprite.png) !important;
  background-position: 215px 155px  !important;
}

.owl-next:hover{
  background-color: #000;
  color: #000;
  border-radius: 0px;
  background-image: url(//media2.mofo.com/designimages/MOFO-sprite.png) !important;
  background-position: 188px 155px  !important;
}


.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 0px;
  margin-left:10px;
  margin-right:10px;
	padding: 0px;
	font-size: 12px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 1;
}

.owl-wrapper-outer {
/*    width: 1020px !important;*/
    padding-left: 0px !important;
    padding-right: 0px !important;
}


/*end of carousel*/

/* ------------------------------------------------------------------------------------------------------- */

/* start of articles*/
.articles{
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  border:1px solid #C8C8C8;
  border-bottom: 0;
  font-family: Karla,Arial,Helvetica,sans-serif;
  font-size: 16px;
}

.articles a{
  text-decoration: none;
  color:#444;
  padding: 21px 27px 24px 25px;
  border-bottom: 1px solid #C8C8C8;
  display: block;

}

.articles a:hover,
.link-more-feature:hover{
  background-color: #f3f3f3;
}

.link-more-feature{
  color: #979797 !important;
  display: block;
  position: relative;
  border: 1px solid #C8C8C8;
  border-top: 0;
  padding: 15px 30%;
  text-align: center;
  font-family: Karla,Arial,Helvetica,sans-serif;
  font-size: 16px;
}

.link-more-feature span{
  background: url(//media2.mofo.com/designimages/MOFO-sprite.png) no-repeat -185px -25px;
  height: 28px;
  width: 28px;
  position: absolute;
  top: 10px;
  margin-left: 11px;
}
/*end of articles*/

/* end of homepage content */

/* ------------------------------------------------------------------------------------------------------- */

/*start of profile page*/
.page-tools-contain{
  padding:0 15px 20px 15px;
  position: relative;
  min-height: 20px;
}

.page-tools {
  list-style: none;
  margin: 0;
  float: right;
  font: 13px/17px Karla, Arial, Helvetica, sans-serif;
}

.page-tools > li:first-child {
  margin: 0;
}
.page-tools > li {
  float: left;
  position: relative;
  margin: 0 0 0 19px;
}

.page-tools > li a{
  color: #000;
  text-decoration: none;
}

.page-tools > li a:hover{
  color: #f00;
}

.page-tools > li:after {
  content: "";
  position: absolute;
  top: 4px;
  left: -12px;
  width: 6px;
  height: 11px;
  background: url(//media2.mofo.com/designimages/MOFO-sprite2.png) no-repeat -142px 0;
}

.page-tools > li:first-child:after {
  background: none;
}

.page-breadcrumb {
  display: none;
  list-style: none;
  margin: 0;
  float: left;
  font: 13px/17px Karla, Arial, Helvetica, sans-serif;
  position: absolute;
  left: 15px;
  right: 260px;
  overflow-x: hidden;
  white-space: nowrap;
}

.page-breadcrumb > li:first-child {
  margin: 0;
}
.page-breadcrumb> li {
  display: inline;
  position: relative;
  margin: 0 0 0 19px;
}

.page-breadcrumb > li a{
  color: #000;
  text-decoration: none;
}

.page-breadcrumb > li a:hover{
  color: #f00;
}

.page-breadcrumb > li:after {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  width: 6px;
  height: 13px;
  content: ">";
  font: 13px/17px Karla, Arial, Helvetica, sans-serif;
  color: #999;
}

.page-breadcrumb > li:first-child:after {
  content: "";
}

.page-breadcrumb:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  background: #fff; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1)); /*Safari 5.1-6*/
  background: -o-linear-gradient(right,rgba(255,255,255,0),rgba(255,255,255,1)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(right,rgba(255,255,255,0),rgba(255,255,255,1)); /*Fx 3.6-15*/
  background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1)); /*Standard*/
}

.section {
    border-top: solid 1px #666;
    margin-top: 10px;
    padding-top: 10px;
}
/*tabs*/
.tab-nav{
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: block;
  line-height: 20px;
  font-size: 16px;
  padding-bottom: 20px;
}

.tab-nav li {
  display:inline-block;
}

.tab-nav li.active a{
  color:#000;
}

.tab-nav li a{
  text-decoration: none;
  color: #f00;
}

.panel-body .listing,
.tab-pane .listing {
    list-style: none;
    padding: 0;
    margin-top:12px;
 }

.panel-body .listing li,
.tab-pane .listing li {
	border-bottom: solid 1px #666;
	padding: 5px 0 15px;
}

.panel-body .listing li a,
.tab-pane .listing li a {
    text-decoration: none;
    color: #f00;
}

.panel-body .listing li .title a,
.tab-pane .listing li .title a{
  color: #000;
font-weight: bold;
font-size: 16px;
}

.panel-body .listing li a:hover,
.tab-pane .listing li a:hover{
  color:#333;
}

.nav-tabs.responsive{
  margin-bottom: 0px;
  padding-left: 0px;
  list-style: none;
  display: block;
  line-height: 20px;
  font-size: 16px;
  border-bottom: 0;
}

.nav-tabs.responsive li {
  display:inline-block;
  position: relative;
  padding: 0 0 0 12px;
}

.nav-tabs.responsive li.active a{
  color:#000;
  border: 0;
}

.nav-tabs.responsive li a{
  text-decoration: none;
  color: #f00;
  border: 0;
}

.nav-tabs.responsive li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 17px;
    margin: -8px 0 0;
    background: url(//media2.mofo.com/designimages/MOFO-sprite.png) no-repeat -79px 0;
}
.nav-tabs.responsive li:first-child:before {
	background: none;
}
.nav-tabs.responsive li:first-child {
	padding-left: 0;
}

.panel-default,
.panel-default > .panel-heading,
.panel-default > .panel-body {
	background-color: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.panel-group .panel + .panel {
	margin-top: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: 0;
	padding: 0;
}

.panel-default > .panel-heading {
	padding: 10px 0;
	border-top: 1px #000 solid;
}

.panel-default:first-child > .panel-heading {
	border-top: 0;
}

.panel-default > .panel-heading a {
	color: #f00
}

.panel-default > .panel-heading a[aria-expanded="true"] {
	color: #000
}

/*end of profile page*/

/* ------------------------------------------------------------------------------------------------------- */

/* footer */
.footer, .footer1 {
  padding-left: 15px;
  padding-right: 15px;
}

.footer{
  background: #eaeaea url(//media2.mofo.com/designimages/MOFO-bg-footer-section.png) repeat-x 0 100%;
  font: 15px/18px Karla, Arial, Helvetica, sans-serif;
  -webkit-text-stroke: 0.35px;
}

.footer h4{
  font-weight: bold;
}

.footer ul{
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 17px;
}

.footer ul li{
  vertical-align: top;
  padding-bottom: 7px;
}

.footer a{
  color: #161616;
}

.footer a:hover {
    text-decoration: underline;
}

.footer1{
  background: #202020;
  font: 12px/15px Karla, Arial, Helvetica, sans-serif;
  color: #dfdfdf;
  text-align: center;
}

.footer1 p{
  padding: 10px 20px 10px 10px;
  display: inline-block;
}

.footer1 ul{
  list-style: none;
  padding: 0;
  display:inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -1px
}

.footer1 ul li{
  display:inline-block;
  padding: 23px 20px 0 0;
}

.footer1 ul li a, .footer1 ul.not-bullet-list li a {
  color: #dfdfdf;
}

.footer1 ul.not-bullet-list a:hover {
	text-decoration: underline;
}

.hidden-item { display: none; }

h1 {
	font-size: 27px;
}

h2 {
font-size: 18px;
}
/* end of footer */
/*  -------------------------------------------------------------------------*/
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* start of general*/
  body .body{
    margin-top:145px;
  }
  
  body.has-submenu .body{
    margin-top:199px;
  }

  .body-container{
    padding:0 57px;
  }

  .body-container.home{
    padding:0 0px;
  }

  .container-fluid,
  .header {
    max-width: 1108px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Remove the padding we set earlier */
  .body
  {
    padding-left: 0px;
    padding-right: 0px;
  }

  .footer,
  .footer1 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .paddingcontent
  {
    padding-left: 57px;
    padding-right: 57px;
  }
  /*end of eneral*/

  /*start of header*/
  .header{
    padding-bottom: 15px;
    padding-top:27px;
    padding-left:72px;
    padding-right:72px;
  }

  .navbar-header{
	padding-left:0;
    padding-bottom:0;
  }

  .page-breadcrumb { display: block; }

  #nav-container-desktop {
	display: block;
	float: right;
	clear: both;
	font: 15px/18px Karla, Arial, Helvetica, sans-serif;
  }

  #nav-container-desktop .close {
	font-size: 16px;
  }

  #nav-container-mobile { display: none; }

  ul.open-close{
    border-top: 10px;
    margin-top: 10px;
	width: auto;
	float: right;
  }

  ul.open-close li{
    display: inline-block;
    float: left;
    padding: 0 10px 0 15px;
    border-bottom:0;
    position:relative;
    text-align: center;
  }

  ul.open-close li a{
    display: inline;
	padding: 0;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    -webkit-text-stroke: 0.35px;
    border-bottom:0;
  }

  ul.open-close li span:after{
    content: '/';
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 17px;
    margin: -8px 0 0;
	color: #ccc;
	font-size: 20px;
  }

  ul.open-close li:first-child > span:after{
    content: '';
  }

  ul.open-close.level-2 {
	margin-top: 20px;
	margin-bottom: 20px;
  }

  ul.open-close.level-2 li {
	padding: 0 10px 0 14px;
  }

  ul.open-close.level-2.people li {
	  padding-left: 0;
	  padding-right: 21px;
	  font-size: 15px;
  }

  ul.open-close.level-2.people li:first-child {
	font-size: 14px;
	line-height: 24px;
  }

  ul.open-close.level-2.people li a:hover,
  ul.open-close.level-2.people li a:active  {
	text-decoration: underline;
	border-bottom: 0;
	background: transparent;
  }

  .level-2 {
	clear: both;
  }

  .level-2 ul.open-close li a {
	font-family: Karla, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
  }

  .level-2 ul.open-close li a:hover,
  .level-2 ul.open-close li a:active {
	text-decoration: none;
  }

  .level-2 ul.open-close li a:hover,
  .level-2 ul.open-close li a:active  {
	border-bottom: 2px #000 solid;
	text-decoration: none;
  }

  .level-2.people #searchbutton {
	width: 100%;
  }

  #nav a:hover,
  .active-menu, #nav .active > span > a {
	border-bottom: 2px #000 solid !important;
  }

  #nav-container-desktop .close-container {
	clear: both;
	display: none;
  }

  #nav-container-desktop a.close,
  #nav-container-desktop a.close:visited,
  #nav-container-desktop a.close:hover,
  #nav-container-desktop a.close:active {
    display: inline-block;
	vertical-align: top;
	padding: 10px 30px 0 0;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	font-weight: 700;
	color: #969696;
	opacity: 1.0;
	text-transform: uppercase;
  }

  #nav-container-desktop .close:after {
	position: absolute;
	right: -3px;
	top: 10px;
	width: 25px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	content: '';
	background: url(//media2.mofo.com/designimages/MOFO-sprite.png) no-repeat -117px 0;
  }

  .search-contain{
	float: right;
    padding-right:0 !important;

  }

  .search-txtbox{
    width: 260px;
  }

  .aboutli{
    padding-right:0 !important;
  }
  /*end of header*/

  /*start of profile page*/
  .page-tools-contain{
    /*padding:0 0 20px 0;*/
  }
  /*end of profile page*/

	.carousel-text{
	  position: absolute;
	  color: white;
	  padding: 20px;
	  width: 460px;
	  top: 20px;
	  left: 20px;
	  box-shadow: 0 0 5px #000;
	  overflow: hidden;
	  z-index: 10;
	}

	.carousel-text.pos-top-left {
	  top: 40px;
	  bottom: auto;
	  left: 40px;
	  right: auto;
	}

	.carousel-text.pos-top-right {
	  top: 40px;
	  bottom: auto;
	  left: auto;
	  right: 185px;
	}

	.carousel-text.pos-bottom-left {
	  top: auto;
	  bottom: 40px;
	  left: 40px;
	  right: auto;
	}

	.carousel-text.pos-bottom-right {
	  top: auto;
	  bottom: 40px;
	  left: auto;
	  right: 185px;
	}

	.carousel-header{
		position: relative;
		text-transform: uppercase;
		margin: 0;
		z-index: 30;
		/*font-size: 35px;*/
		font: bold 50px/50px 'HelveticaNeueW01-77BdCn 692722',Helvetica, Arial, sans-serif;
	}

	.carousel-body{
		position: relative;
		/*font-size: 16px;*/
		font: 20px/24px Karla, Arial, Helvetica, sans-serif;
		border-top: 1px #fff solid;
		padding-top: 10px;
		margin-top: 10px;
		z-index: 30;
	}
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  ul.open-close li{
	padding: 0 5px 0 10px;
  }

  .level-2:not(.people) ul.open-close li{
	padding: 0 3px 0 8px;
  }

  .level-2:not(.people) ul.open-close li a{
	font-size: 10px;
  }

  .level-2:not(.people) ul.open-close li span:after{
	font-size: 12px;
	left: -2px;
  }
}

@media screen and (min-width: 901px) and (max-width: 1200px) {
  .level-2:not(.people) ul.open-close li{
	padding: 0 5px 0 10px;
  }

  .level-2:not(.people) ul.open-close li a{
	font-size: 12px;
  }

  .level-2:not(.people) ul.open-close li span:after{
	font-size: 14px;
	left: -2px;
  }
}

/* Creating a padding top for the people section using ID="padtop" */

#padtop {
  padding-top: 20px;
}

#minilink {
  list-style: none;
  float: right;
  font: 13px/17px Karla, Arial, Helvetica, sans-serif;
  padding-top: 125px;
  padding-right: 119px
}

/* Modifying Font to Arial, Helvetica, sans-serif*/

body {
    font-family: Arial, Helvetica, sans-serif;
    position: relative; /*Fix an issue with the overlay of the privacy library popup*/
}

/* adjusting the margins between elements*/
.btn-sm
{
  position: relative;
  margin-left: -14px;
  margin-right: 20px;
}

.input-sm
{
  margin: 5px;
  margin-left: -15px;
}

/*changing the buttons color to grey */
.btn-default
{
  background-color: #ccc;
}

/* changing the color of the separator*/

hr
{
  border-top: 1px solid #000;
  margin-top: 10px;
  margin-bottom: 10px;
}

p a,
p a:visited
{
  color: #ff0000;
}

p a:hover,
p a:active
{
  color:#333333;
  text-decoration: none;
}

#people-listing
{
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

address
{
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.removelr
{
  padding-left: 0px;
  padding-right: 0px;
}

div ul.not-bullet-list
{
  padding-left: 0px;
  list-style: none;
}

div ul.not-bullet-list a
{
  color: #424242;
}

a:hover, a:focus
{
	color: #333;
}

/*.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{
  padding-left:13px;
  padding-right:13px;
}*/

.listingpage
{
  color: #333;
}

.listingpage:hover
{
  color: #ff0000;
}

#show-more,
#show-more:focus
{
  border: solid #e8e8e8;
  border-width: 17px 16px;
  font: 600 18px/20px Karla, Arial, Helvetica, sans-serif;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
}

#show-more:hover
{
  background-color: #b3b2b2;
  text-decoration: underline;
  font: 600 18px/20px Karla, Arial, Helvetica, sans-serif;
}

#smallbutton
{
  font-size: 13px;
  font-weight: 600;
  font-family: Karla, Arial, Helvetica, sans-serif;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nopad {
  padding-left: 5px;
  padding-right: 0px;
}

#searchbutton {
  background-color: #969696 ;
  color: #fff;
  font-size: 16px;
  font: 100% Karla-Regular, Arial, Helvetica, sans-serif !important;
  height: 34px;
  width: 110px;
}

#searchbutton:hover {
  background-color: #afafaf ;
  color: #fff;
  font-size: 16px;
  font: 100% Karla-Regular, Arial, Helvetica, sans-serif !important;
  height: 34px;
  width: 110px;
}

.open-close.notoppad {
  margin-top: 0px;
}

.socialmediaicons {
  display: inline-block;
}

#socialmediaicons {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: auto;
    float: none;
    margin-left:  32px; /* was 72 for both */
    margin-right: 32px;
}

/* Responsive view */
@media (min-width: 768px) {

  .owl-carousel .owl-wrapper-outer {
    margin-left: 72px;
    margin-right: 72px;
  }
}

/*google map remove padding*/
#googlemap{
padding-left:0px;
padding-right:0px;
}

#ui-datepicker-div {
    font-size: 75%;
}

/* Adjust people search letters */
@media screen and (min-width: 768px) and (max-width: 799px) { ul.open-close.level-2.people li { padding-right: 8px; } }
@media screen and (min-width: 800px) and (max-width: 899px) { ul.open-close.level-2.people li { padding-right: 9px; } }
@media screen and (min-width: 900px) and (max-width: 949px) { ul.open-close.level-2.people li { padding-right: 11px; } }
@media screen and (min-width: 950px) and (max-width: 999px) { ul.open-close.level-2.people li { padding-right: 13px; } }
@media screen and (min-width: 1000px) and (max-width: 1049px) { ul.open-close.level-2.people li { padding-right: 14px; } }
@media screen and (min-width: 1050px) and (max-width: 1099px) { ul.open-close.level-2.people li { padding-right: 16px; } }
@media screen and (min-width: 1100px) { ul.open-close.level-2.people li { padding-right: 20px; } }

.right-column a, .right-column a:visited {
	color: #424242;
	text-decoration: none;
}

.right-column a:hover, .right-column a:active {
	color: #ff0000;
	text-decoration: none;
}

/* left side div menu links hover color */
.col-md-3 a:hover, .col-md-4 a:hover, .col-l a:hover{
	color: red;
	text-decoration: none;
}

/* people middle div & Practices left div links hover color */
.col-md-6 #tabs-0 li a:hover, #blackIt a:hover, #removeUnderline a:hover{
	color: black;
	text-decoration: none;
}

/* override bullet style in practices>tax middle div ul */
#removeUnderline ul{
	list-style: initial;
	padding-left: 40px;
}

/* make links in middle div in practices>tax red */
#removeUnderline a{
	color: red;
}

.right-column img {
	margin: 5px;
}

#fullBullets ul {
    list-style: initial;
    padding-left: 40px;
}

/*############open-close level-2 collapse in###############*/
/*
@media screen and (min-width: 1200px) {
	.collapse.in {
		width:1005px;
	}
}
*/

@media (min-width: 992px) {
    .col-md-6.tab-container {
        width: 50%;
         padding-left: 4px;
    }
}

.at-icon-wrapper {
	margin: 0 2px -3px 0px;
	line-height: 16px;
	height: 16px;
	width: 16px;
	background-color: rgb(255, 101, 80);
}
#typeStr, #eventAddressStr, #dateStr, #displayDateStr{
	font-size: 12px;
}
.ajax-loader {
	width: 32px;
	height: 32px;
	margin: 10px;
	background: url(//media2.mofo.com/designimages/AjaxLoader.gif);
}
/* added for embedding videos */
      .videoWrapper {
              position: relative;
              padding-bottom: 56.25%; /* 16:9 */
              padding-top: 25px;
              height: 0;
      }
     .videoWrapper iframe {
               position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
 } 
 
 /* added to fix anchor tags */
.anchor {/* padding-top: 190px */}
 
 .offset:before, .anchor:before {
	display: inline-block;
	content: " ";
	height: 210px;
	margin-top: -210px;
	visibility: hidden;
}

/*mofo 152606 and must Remove after Confirmation */
.addthis-smartlayers #at4-share .at-share-btn .at-icon-wrapper { width:auto!important; height:auto!important}
li .addthis_button_compact{
	display:-webkit-box !important;
}

.addthis_button_compact{
	display:none;
}
.slideInLeft , .at-share-open-control-left
    {
    margin-left: 121px !important; 
    }
 

/* hide url when printing the page */
@media print {
  a[href]:after {
    content: none !important;
  }
  body.has-submenu .body {
   margin-top: 0;
}
/* used for chinese characters */
cite {font-style: normal}
/* updates to the resource pages */
