#RoundedCornerExample{-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;}#ShadowExample{-webkit-box-shadow:5px 5px 6px rgba(0,0,0,0.3);-moz-box-shadow:5px 5px 6px rgba(0,0,0,0.3);box-shadow:5px 5px 6px rgba(0,0,0,0.3);}#TransitionExample{-webkit-transition:all 0.5s ease-in;-moz-transition:all 0.5s ease-in;-o-transition:all 0.5s ease-in;-ms-transition:all 0.5s ease-in;transition:all 0.5s ease-in;}#TransitionExample:hover{opacity:0;}#GradientExample{background-color:#663333;background-image:-webkit-linear-gradient(left,#663333,#333333);background-image:-moz-linear-gradient(left,#663333,#333333);background-image:-o-linear-gradient(left,#663333,#333333);background-image:-ms-linear-gradient(left,#663333,#333333);background-image:linear-gradient(left,#663333,#333333);}#QuickGradientExample{background-color:#BADA55;background-image:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.2));background-image:-moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.2));background-image:-o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.2));background-image:-ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.2));background-image:linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.2));}@keyframes spin{from{-webkit-transform:scale(1, );
    -ms-transform: scale(1, );
    transform: scale(1, );
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: scale(1, );
    -ms-transform: scale(1, );
    transform: scale(1, );
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: scale(1, );
    -ms-transform: scale(1, );
    transform: scale(1, );
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: scale(1, );
    -ms-transform: scale(1, );
    transform: scale(1, );
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
html {
  height: 100%;
}
html body {
  padding-top: 150px;
  color: #5a5a5a;
}
html body .hubbarinterior {
  position: fixed;
  top: 0px;
  background-color: #000;
  width: 100%;
  margin: 0 auto;
  display: block;
  height: 40px;
  color: #fff;
}
html body .hubbarinterior .marquee {
  padding: 10px;
  float: right;
  width: 79%;
}
html body .hubbarinterior .marquee .thehub {
  width: 100%;
  position: relative;
}
html body .hubbarinterior .marquee .thehub .text {
  display: flex;
  margin-right: 10px;
  word-spacing: 5px;
  color: #fff;
  cursor: pointer;
}
html body .hubbarinterior .marquee .thehub .text .hublogosmall {
  background-image: url("/ohtoday/images/logothin.png");
  width: 100px;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-right: 7px;
  background-size: contain;
  margin-top: -2px;
}
html body .hubbarinterior .marquee .thehub .text:before {
  content: "|";
  color: #b4292a;
  margin-right: 10px;
}
html body .hubbarinterior .marquee .thehub .text:after {
  content: "|";
  color: #b4292a;
  margin-left: 10px;
}
html body .hubbarinterior .marquee .thehub .text .fa {
  font-size: 22px;
}
html body .hubbarinterior .marquee .thehub:hover {
  text-decoration: none;
}
html body .masthead {
  background: none repeat scroll 0% 0% #ffffff;
  margin: 0px;
  border-top: 10px solid #424242;
  padding: 0 0px 0 0px;
  position: fixed;
  top: 0px;
  z-index: 1000;
  width: 100%;
}
html body .masthead .container {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 50px;
}
html body .masthead .container .logo {
  padding-top: 10px;
  transition: opacity 0.2s ease-in;
}
html body .masthead .container .searchbutton {
  position: absolute;
  opacity: 1;
  background-color: #424242;
  color: #FFF;
  padding-top: 10px;
  width: 55px;
  height: 50px;
  text-align: center;
  top: 0;
  right: 0;
  font-size: 22px;
  cursor: pointer;
  transition: opacity 0.1s ease-in;
}
html body .masthead .container #searchform {
  right: 52px;
  height: 50px;
}
html body .masthead .container #searchform.showme {
  width: 500px;
}
html body .tagline {
  display: block;
  padding: 11px 0px 0px;
  width: 244px;
}
html body .tagline img {
  width: 244px;
  opacity: 1;
}
html body .subnav {
  position: fixed;
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom: none;
  display: block;
  margin: 0;
  padding: 104px 0 0;
  top: 40px;
  width: 100%;
  z-index: 100;
}
html body .subnav > .container {
  padding: 0px;
}
html body .subnav .breadcrumb {
  width: auto;
  float: left;
  padding: 0px;
  margin: 0px;
}
html body .subnav .breadcrumb li {
  background: #fff;
  padding: 10px 5px 10px 0px;
}
html body .subnav .breadcrumb li a {
  font-weight: 300;
  padding: 0px;
  color: #777;
  text-decoration: none;
  font-size: 14px;
}
html body .subnav .breadcrumb li a:hover {
  color: #555;
  text-decoration: none;
}
html body .subnav .breadcrumb li:first-child {
  border: none;
}
html body .subnav .mini-nav {
  width: auto;
  float: right;
  padding: 0px;
  margin: 0px;
}
html body .subnav .mini-nav li {
  padding: 10px 12px 10px 10px;
  border-left: 1px solid #eee;
  float: left;
  display: block;
}
html body .subnav .mini-nav li a {
  font-weight: 300;
  padding: 0px;
  color: #777;
  font-size: 14px;
  text-decoration: none;
}
html body .subnav .mini-nav li:hover {
  color: #555;
  text-decoration: none;
  background-color: #eee;
}
html body #breadcrumbs + .container,
html body #breadcrumbs + .amend-textarea {
  /*margin-top: 100px;*/
}
html body #content,
html body #store-container {
  margin-top: 50px !important;
}
html body #content .container,
html body #store-container .container {
  padding: 0px;
}
body#home .masthead {
  top: 0px;
}
body.minheader .masthead .container {
  padding-bottom: 0px;
}
body.minheader .masthead .container .logo {
  opacity: 0;
}
body.minheader .masthead .container .searchbutton {
  opacity: 0;
}
body.minheader .navbar-inverse {
  top: 15px;
}
body.minheader .subnav {
  top: -40px;
}
body.minheader #content,
body.minheader #store-container {
  margin-top: 25px !important;
}
body.minheader #content .container,
body.minheader #store-container .container {
  padding: 0px;
}
#home #breadcrumbs {
  display: none;
}
.navbar-inverse {
  position: fixed;
  padding: 0px;
  margin: 0px;
  height: auto;
  top: 100px;
  border: medium none ! important;
  min-height: 0px ! important;
  background: #fff;
  transition: top 0.1s ease-in;
}
.navbar-inverse > .container {
  padding: 0px;
  background: none repeat scroll 0 0 transparent;
  border-bottom: 1px solid #dbdbdb;
  margin: 0 auto;
}
.navbar-inverse .collapse {
  position: relative;
}
.navbar-inverse .navbar-nav > li {
  margin-right: 25px;
  border-bottom: 5px solid #fff;
}
.navbar-inverse .navbar-nav > li > a {
  font-family: 'UniversLTW01-57Condense 723821';
  font-size: 18px;
  line-height: 20px;
  padding: 10px 0;
  color: #5A5A5A;
}
.navbar-inverse .navbar-nav > li:hover {
  border-bottom: 5px solid #b4292a;
}
.navbar-inverse .navbar-nav > li:hover > a {
  color: #5A5A5A;
}
.navbar-inverse .navbar-nav > li:hover .dropdown-menu {
  display: block;
  text-align: left;
  float: left;
  background: #fff !important;
}
.navbar-inverse .navbar-nav > li:hover .dropdown-menu li {
  background: #fff !important;
}
.navbar-inverse .navbar-nav > li:hover .dropdown-menu li a {
  background: #fff !important;
  border-bottom: 5px solid #FFF;
}
.navbar-inverse .navbar-nav > li:hover .dropdown-menu li a:hover {
  border-bottom: 5px solid #B12227;
}
.navbar-inverse .navbar-nav .active {
  border-bottom: 5px solid #b4292a;
}
.navbar-inverse .navbar-nav .active a {
  background-color: #FFF;
  color: #5A5A5A;
}
.navbar-inverse .navbar-nav .active:hover a {
  background-color: #FFF;
  color: #5A5A5A;
}
.navbar-inverse .nav-right {
  position: relative;
  float: right;
  /*
		.social{
			margin:0;
			padding:0;
			list-style:none;
			
			li{
				float:left;
				padding-top:0;
				padding-left:1px;
			 	padding-right:1px;
			 	margin:0;
			 	a{
				 	display:block;	
			 	}
			 	
			 	.login{
			
				 	display:block;
			 		color:#b4292a;
			 		text-transform: uppercase;
			 		font-size:18px;
			 		font-family:'UniversLTW01-57Condense 723821';
			 	}	
			 	
			 	&:nth-child(1){
				 	padding-top:4px;
					padding-right:20px;	
				}
			}
		}
		*/
}
.navbar-inverse .nav-right .login {
  display: block;
  padding-top: 9px;
  color: #b4292a;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .01em;
  font-family: 'UniversLTW01-57Condense 723821';
}
.fixed .navbar {
  position: fixed !important;
  top: 0px;
}
.fixed .subnav {
  top: 40px;
  position: fixed;
  padding-top: 0px;
}
#searchform,
#searchformmobile {
  background: none repeat scroll 0 0 #FFFFFF;
  border: medium none;
  height: 40px;
  margin: 0;
  padding: 4px 0 0;
  position: absolute;
  right: 69px;
  top: 0;
  width: 0;
  opacity: 0;
  z-index: 8;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#searchform input,
#searchformmobile input {
  border: none;
  width: 90%;
  float: left;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-size: 17px;
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  color: #777;
  font-weight: 300;
  height: 30px;
}
#searchform.showme,
#searchformmobile.showme {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 2px solid #777777;
  height: 40px;
  margin: 0;
  padding: 4px 0 0 10px;
  position: absolute;
  right: 69px;
  top: 0;
  width: 94.2%;
  z-index: 10;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#searchform.showme input,
#searchformmobile.showme input {
  border: medium none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  color: #777777;
  float: left;
  font-size: 15px;
  font-weight: 400;
  height: 26px;
  margin: 0;
  padding: 0;
  text-transform: none;
  width: 90%;
}
.first {
  margin: 19px 0px;
  background: #fff;
  position: relative;
  z-index: 100;
  padding: 0 ;
}
.first .block {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  padding: 20px 15px 45px 15px;
  margin: 0;
  position: relative;
  clear: both;
  overflow: auto;
}
.first .block .img,
.first .block .video {
  position: relative;
  display: block;
  width: 100%;
  min-height: 310px;
  margin: 40px 0 40px 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.first .block .video {
  margin: 92px 0 40px 0;
  min-height: 265px;
}
.first .block .img.pat {
  margin: 67px 0 0 0;
  height: 288px;
}
.first .block .img.player {
  margin: 100px 0 0 0;
  height: 420px;
}
.first .block .img.books {
  margin: 10px 0 0 0;
  height: 310px;
}
.first .block .img.tools {
  margin: 0 0 0 0;
  height: 310px;
}
.first .block .img.consulting {
  margin: 92px 0 0 0;
  height: 310px;
  background-size: cover;
}
.first .block .rtxt {
  margin: 0 0 0 15px;
}
.first .block .btn {
  margin: 0 auto;
}
.first .block .vidlinks {
  width: 100%;
  padding: 25px 0 0 0;
  text-align: center;
}
.first .block .vidlinks li a {
  font-size: 18px;
  color: #b4292a;
}
.first .block h2 {
  display: block;
  padding: 20px 0px;
  font-size: 38px;
  line-height: 55px;
  font-family: 'Helvetica Neue LT W01_41488878';
  font-weight: normal;
  margin: 30px 0 0 0;
  padding: 0px;
  width: 100%;
  float: none;
  color: #5a5a5a;
}
.first .block h2 a {
  color: #5a5a5a;
}
.first .block h2 a:hover {
  text-decoration: none;
  color: #428bca;
}
.first .block .subtitle {
  font-size: 24px;
  line-height: 35px;
}
.first .block .red {
  font-family: 'PMNCaeciliaW01-75Bold';
  color: #b4292a;
  font-size: 22px;
}
.first .block p {
  font-family: 'Helvetica Neue LT W01_41488878';
  font-size: 19px !important;
  line-height: 32px !important;
  color: #5a5a5a !important;
}
.first .block div.full .more .preview:after,
.first .block div.preview .more .preview:after {
  content: "";
}
.first .block div.preview .preview:after {
  content: "...";
}
.first .block div.preview .full {
  display: none;
}
.first .block div.preview .more .full {
  display: none;
}
.first .block div.full .preview:after {
  content: "";
}
.first .block div.full .full {
  display: inline;
}
.first .block div.full .more .preview {
  display: none;
}
.first .block.grey {
  background-color: #F5F5F5;
  padding: 10px 15px 45px 15px;
}
.second hr {
  margin: 0px;
}
.pov {
  border-left: 1px solid #eeeeee;
  padding-left: 30px;
  padding-bottom: 60px;
}
.pov .well {
  margin-bottom: 15px;
  margin-top: 20px;
  min-height: 30px;
  padding: 0 10px 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
body#home .hubbarinterior {
  display: none;
}
.hero {
  position: relative;
  display: block;
  float: none;
  margin: 0px auto;
  padding: 30px 0 30px 0;
  text-align: center;
  cursor: pointer;
  overflow: none;
}
.hero .container {
  position: relative;
}
.hero .container .hubbar {
  position: absolute;
  top: -6em;
  background-color: #000;
  width: 100%;
  margin: 0 auto;
  display: block;
  height: 40px;
  color: #fff;
}
.hero .container .hubbar .marquee {
  padding: 10px;
  float: right;
  width: 79%;
}
.hero .container .hubbar .marquee .thehub {
  width: 100%;
  position: relative;
}
.hero .container .hubbar .marquee .thehub .text {
  display: flex;
  margin-right: 10px;
  word-spacing: 5px;
  color: #fff;
  cursor: pointer;
}
.hero .container .hubbar .marquee .thehub .text .hublogosmall {
  background-image: url("/ohtoday/images/logothin.png");
  width: 100px;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-right: 10px;
  background-size: contain;
  margin-top: -2px;
}
.hero .container .hubbar .marquee .thehub .text:before {
  content: "|";
  color: #b4292a;
  margin-right: 10px;
}
.hero .container .hubbar .marquee .thehub .text:after {
  content: "|";
  color: #b4292a;
  margin-left: 10px;
}
.hero .container .hubbar .marquee .thehub .text .fa {
  font-size: 22px;
}
.hero .container .hubbar .marquee .thehub:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .hero .container .hubbar {
    display: none!important;
  }
}
.hero .container .oh {
  display: block;
  clear: both;
  overflow: none;
  margin: 0 auto;
  width: 78%;
}
.hero .container .oh .book {
  float: left;
  display: block;
  padding: 0 30px 0 0;
}
.hero .container .oh h1 {
  text-align: left;
  float: left;
  display: block;
  font-family: 'Helvetica Neue LT W01_67 Md Cn';
  font-size: 60px;
  letter-spacing: 1px;
  overflow: none;
}
.hero .container .oh h1 a {
  color: #b4292a;
  text-transform: uppercase;
}
.hero .container .oh h1 a .top {
  color: #5a5a5a;
  text-transform: lowercase;
  display: block;
  font-size: 34px;
  letter-spacing: 1px;
  font-family: 'UniversLTW01-47LightCn';
}
.hero .container .oh h1 a .asterisk {
  letter-spacing: 0;
  line-height: 0;
  display: inline;
}
.hero .container .oh h1 a:hover {
  text-decoration: none;
}
.hero .container .oh .txt {
  text-align: left;
  width: 650px;
  margin: 15px 0 0 0;
  font-size: 18px;
  float: left;
  font-family: 'UniversLTW01-47LightCn';
  overflow: none;
}
.hero .container .oh .txt span {
  color: #b4292a;
}
.announcements .well {
  min-height: 275px;
  background: none repeat scroll 0 0 #fff;
  position: relative;
}
.announcements .well .h2 {
  display: block;
}
.announcements .well .btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
#subnav li {
  display: none;
}
#subnav li#cart-subnode {
  display: block;
}
#quicknav #subnav li {
  display: block;
}
#maincolumn {
  min-height: 700px;
  margin-bottom: 50px;
}
.modal-dialog {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 100% !important;
}
.modal-dialog .modal-content {
  background: none repeat scroll 0 0 #FFFFFF;
  border: medium none;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0px !important;
}
.featurette-img {
  margin-top: 20px;
}
.suite {
  text-align: center;
  margin-bottom: 0px;
}
.suite .suiteitem {
  border-right: 1px solid #eee;
  padding-bottom: 30px;
}
.suite .suiteitem:last-child {
  border-right: 1px solid transparent;
}
.suite .suiteitem:hover {
  background: #eee;
}
.suite .suiteitem .featurette-heading {
  font-size: 21px;
  display: block;
}
.suite .suiteitem a:hover {
  text-decoration: none;
}
.suite .suiteitem .glyphicon {
  text-align: center;
  display: block;
  font-size: 68px;
  color: #a22739;
  padding: 70px 0 !important;
}
.suite .suiteitem .glyphicon:hover {
  text-decoration: none;
}
#consulting-services .suiteitem .featurette-heading {
  font-size: 21px;
  display: block;
}
#consulting-services .suiteitem > a {
  display: block;
  height: 300px;
  overflow: hidden;
}
#consulting-services .suiteitem > a:hover {
  text-decoration: none;
}
#consulting-services .suiteitem .offsite img {
  width: 73%;
  margin: 0 auto;
}
#consulting-services .suiteitem .path img {
  width: 44.8%;
  margin: 30px auto;
}
#speaking-section .suiteitem {
  padding-bottom: 30px;
  min-height: 445px;
}
#speaking-section .suiteitem .featurette-heading {
  font-size: 21px;
  display: block;
}
.suite + .suite {
  border-top: 1px solid #eee;
  margin-bottom: 30px;
}
#products {
  margin-bottom: 60px;
}
#products > div {
  padding: 0;
  border-right: 1px solid transparent;
}
#products > div:nth-child(3n) {
  border-right: 1px solid transparent;
}
#products > div:nth-child(3n) .suiteitem {
  border-right: none !important;
}
#products .suiteheader {
  padding: 10px;
  border-top: 1px solid #eee;
  text-align: center;
}
#products .suiteheader:hover {
  background: #eee;
}
#products .suiteheader .featurette-heading {
  min-height: 50px;
  display: block;
  border: none;
}
#products .suite {
  text-align: left;
  margin-bottom: 0px;
  border-top: 1px solid transparent;
}
#products .suite .suiteitem {
  border: medium none !important;
  float: left;
  padding: 10px;
  width: 100%;
}
#products .suite .suiteitem:last-child {
  border-right: none;
}
#products .suite .suiteitem:hover {
  background: #eee;
}
#products .suite .suiteitem .featurette-heading {
  font-size: 21px;
  display: block;
}
#products .suite .suiteitem img {
  width: 25%;
  display: block;
  float: left;
  margin: 0 auto;
}
#products .suite .suiteitem span {
  display: block;
  float: left;
  font-weight: 300;
  padding: 20px  0;
  width: 75%;
}
#products .suite .suiteitem .suitelink {
  display: block;
  float: left;
  font-weight: 400;
  padding: 5px 20px;
  width: 100%;
}
#products .suite .suiteitem .glyphicon {
  text-align: center;
  display: block;
  font-size: 68px;
  color: #a22739;
  padding: 70px 0 !important;
}
#products .suite + .suite {
  border: none;
  margin-bottom: 30px;
}
#products .ohBlock .suite {
  text-align: left;
  margin-bottom: 0px;
}
#products .ohBlock .suite .suiteitem {
  border: none !important;
  display: block;
  float: left;
  padding: 10px;
  width: 100%;
}
#products .ohBlock .suite .suiteitem:last-child {
  border-right: none;
}
#products .ohBlock .suite .suiteitem:hover {
  background: #eee;
}
#products .ohBlock .suite .suiteitem .featurette-heading {
  font-size: 21px;
  display: block;
}
#products .ohBlock .suite .suiteitem img {
  width: 25%;
  display: block;
  float: left;
  margin: 0 auto;
}
#products .ohBlock .suite .suiteitem a {
  display: block;
  float: left;
  font-weight: 400;
  padding: 5px 20px;
  width: 100%;
}
#products .ohBlock .suite .suiteitem .glyphicon {
  text-align: center;
  display: block;
  font-size: 68px;
  color: #a22739;
  padding: 70px 0 !important;
}
#products .subheader + .suite {
  border-top: none;
}
#products .subheader {
  border-top: 1px solid #EEEEEE;
  display: block;
  float: left;
  margin: 0;
  padding: 20px 20px;
  width: 100%;
  font-size: 20px;
}
#more_products > div {
  padding: 0;
  border-right: 1px solid transparent;
}
#more_products > div:nth-child(3n) {
  border-right: 1px solid transparent;
}
#more_products > div:nth-child(3n) .suiteitem {
  border-right: none !important;
}
#more_products .suiteheader {
  padding: 10px;
  text-align: center;
}
#more_products .suiteheader:hover {
  background: #eee;
}
#more_products .suiteheader .featurette-heading {
  min-height: 50px;
  display: block;
  border: none;
}
#more_products .suite {
  text-align: left;
  margin-bottom: 0px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
#more_products .suite .suiteitem {
  border: medium none !important;
  float: left;
  padding: 10px;
  width: 100%;
}
#more_products .suite .suiteitem:last-child {
  border-right: none;
}
#more_products .suite .suiteitem:hover {
  background: #eee;
}
#more_products .suite .suiteitem .featurette-heading {
  font-size: 21px;
  display: block;
}
#more_products .suite .suiteitem img {
  width: 25%;
  display: block;
  float: left;
  margin: 0 auto;
}
#more_products .suite .suiteitem span {
  display: block;
  float: left;
  font-weight: 300;
  padding: 20px  0;
  width: 75%;
}
#more_products .suite .suiteitem .suitelink {
  display: block;
  float: left;
  font-weight: 400;
  padding: 5px 20px;
  width: 100%;
}
#more_products .suite .suiteitem .glyphicon {
  text-align: center;
  display: block;
  font-size: 68px;
  color: #a22739;
  padding: 70px 0 !important;
}
#more_products .suite + .suite {
  border: none;
  margin-bottom: 30px;
}
#more_products .ohBlock .suite {
  text-align: left;
  margin-bottom: 0px;
}
#more_products .ohBlock .suite .suiteitem {
  border: none !important;
  display: block;
  float: left;
  padding: 10px;
  width: 100%;
}
#more_products .ohBlock .suite .suiteitem:last-child {
  border-right: none;
}
#more_products .ohBlock .suite .suiteitem:hover {
  background: #eee;
}
#more_products .ohBlock .suite .suiteitem .featurette-heading {
  font-size: 21px;
  display: block;
}
#more_products .ohBlock .suite .suiteitem img {
  width: 25%;
  display: block;
  float: left;
  margin: 0 auto;
}
#more_products .ohBlock .suite .suiteitem a {
  display: block;
  float: left;
  font-weight: 400;
  padding: 5px 20px;
  width: 100%;
}
#more_products .ohBlock .suite .suiteitem .glyphicon {
  text-align: center;
  display: block;
  font-size: 68px;
  color: #a22739;
  padding: 70px 0 !important;
}
#more_products .subheader + .suite {
  border-top: none;
}
#more_products .subheader {
  border-top: 1px solid #EEEEEE;
  display: block;
  float: left;
  margin: 0;
  padding: 20px 20px;
  width: 100%;
  font-size: 20px;
}
#home #email-signup-container h4 {
  font-size: 24px;
  margin: 0px 0px 15px;
}
#pat #email-signup-container h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 30px;
  color: #2a6496;
}
.download {
  margin-top: 22px;
  margin-left: 30px;
}
.videoblock {
  background-color: #f2f2f2;
  background-image: -webkit-linear-gradient(bottom, #f2f2f2, #eeeeee);
  background-image: -moz-linear-gradient(bottom, #f2f2f2, #eeeeee);
  background-image: -o-linear-gradient(bottom, #f2f2f2, #eeeeee);
  background-image: -ms-linear-gradient(bottom, #f2f2f2, #eeeeee);
  background-image: linear-gradient(bottom, #f2f2f2, #eeeeee);
  padding: 0px 0px 40px;
  margin: 40px 0px 0px;
}
.videoblock .video {
  width: 100%;
  display: block;
  text-align: center;
}
.videoblock .video iframe {
  width: 77%;
  margin: 0 auto;
  display: block;
  float: none;
}
.videoblock .video p {
  display: block;
  margin-top: 30px;
}
form .form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
img.smaller {
  width: 60%;
  margin: 0 auto;
}
#content .container .formProcessorError {
  padding: .5em .75em;
  max-width: 500px;
  background-color: #b12227;
  border-radius: 5px;
  /*transition: opacity 0.2s;*/
}
#content .container .formProcessorError p {
  font-size: .85em;
  margin: 0;
  color: #fff;
  /*transition: opacity 0.2s;*/
}
#content .container .formProcessorError p + p {
  /*margin-top: 1em;*/
}
#content .container .errorHide {
  opacity: 0;
  pointer-events: none;
}
#content .container .errorShow {
  opacity: 1;
}
#cart-subnode {
  background-color: #428bca;
}
#cart-subnode a {
  color: #fff;
}
#cart-subnode:hover {
  background-color: #3276b1;
}
body#onlineteam-assessment .hover .hovertable {
  height: 212px;
  background-color: #fff;
  position: absolute;
  display: none;
  z-index: 99;
  border: 1px solid;
  font-size: 16px;
  font-family: 'UniversLTW01-47LightCn';
}
body#onlineteam-assessment .hover .hovertable tbody {
  width: 468px;
  display: block;
}
body#onlineteam-assessment .hover .hovertable .head {
  background-color: #428bca;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'UniversLTW01-57Condense 723821';
}
body#onlineteam-assessment .hover .hovertable .head th {
  padding: 10px 34px 10px 34px;
}
body#onlineteam-assessment .hover .hovertable .firstrow {
  background-color: rgba(153, 153, 153, 0.25);
}
body#onlineteam-assessment .hover .hovertable td {
  padding: 10px;
  text-align: center;
  color: #7b7b79;
  border-left: 1px solid rgba(152, 152, 152, 0.3);
}
body#onlineteam-assessment .hover .hovertable td:first-child {
  border-left: none;
}
body#onlineteam-assessment .hover .hovertable .secondrow {
  background-color: rgba(153, 153, 153, 0.25);
}
body#onlineteam-assessment .hover:hover .hovertable {
  height: auto;
  display: block;
}
body#employee .hover .hovertable {
  height: 212px;
  background-color: #fff;
  position: absolute;
  display: none;
  z-index: 99;
  border: 1px solid;
  font-size: 16px;
  font-family: 'UniversLTW01-47LightCn';
}
body#employee .hover .hovertable tbody {
  width: 410px;
  display: block;
}
body#employee .hover .hovertable .head {
  background-color: #428bca;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'UniversLTW01-57Condense 723821';
}
body#employee .hover .hovertable .head th {
  padding: 10px 34px 10px 34px;
}
body#employee .hover .hovertable .firstrow {
  background-color: rgba(153, 153, 153, 0.25);
}
body#employee .hover .hovertable td {
  padding: 10px;
  text-align: center;
  color: #7b7b79;
  border-left: 1px solid rgba(152, 152, 152, 0.3);
}
body#employee .hover .hovertable td:first-child {
  border-left: none;
}
body#employee .hover .hovertable .secondrow {
  background-color: rgba(153, 153, 153, 0.25);
}
body#employee .hover:hover .hovertable {
  height: auto;
  display: block;
}
body#teamwork .hover {
  width: 25%;
}
body#teamwork .hover .hovertable {
  height: 212px;
  background-color: #fff;
  position: absolute;
  display: none;
  z-index: 99;
  border: 1px solid;
  font-size: 16px;
  font-family: 'UniversLTW01-47LightCn';
}
body#teamwork .hover .hovertable tbody {
  width: 465px;
  display: block;
}
body#teamwork .hover .hovertable .head {
  background-color: #428bca;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'UniversLTW01-57Condense 723821';
}
body#teamwork .hover .hovertable .head th {
  padding: 10px 34px 10px 34px;
}
body#teamwork .hover .hovertable .firstrow {
  background-color: rgba(153, 153, 153, 0.25);
}
body#teamwork .hover .hovertable td {
  padding: 10px;
  text-align: center;
  color: #7b7b79;
  border-left: 1px solid rgba(152, 152, 152, 0.3);
}
body#teamwork .hover .hovertable td:first-child {
  border-left: none;
}
body#teamwork .hover .hovertable .secondrow {
  background-color: rgba(153, 153, 153, 0.25);
}
body#teamwork .hover:hover .hovertable {
  height: auto;
  display: block;
}
body#employee-assesment .hover {
  width: 13%;
}
body#employee-assesment .hover .hovertable {
  height: 212px;
  background-color: #fff;
  position: absolute;
  display: none;
  z-index: 99;
  border: 1px solid;
  font-size: 16px;
  font-family: 'UniversLTW01-47LightCn';
}
body#employee-assesment .hover .hovertable tbody {
  width: 473px;
  display: block;
}
body#employee-assesment .hover .hovertable .head {
  background-color: #428bca;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'UniversLTW01-57Condense 723821';
}
body#employee-assesment .hover .hovertable .head th {
  padding: 10px 34px 10px 34px;
}
body#employee-assesment .hover .hovertable .firstrow {
  background-color: rgba(153, 153, 153, 0.25);
}
body#employee-assesment .hover .hovertable td {
  padding: 10px;
  text-align: center;
  color: #7b7b79;
  border-left: 1px solid rgba(152, 152, 152, 0.3);
}
body#employee-assesment .hover .hovertable td:first-child {
  border-left: none;
}
body#employee-assesment .hover .hovertable .secondrow {
  background-color: rgba(153, 153, 153, 0.25);
}
body#employee-assesment .hover:hover .hovertable {
  height: auto;
  display: block;
}
body#employee-guide .hover {
  width: 45%;
}
body#employee-guide .hover .hovertable {
  height: 212px;
  background-color: #fff;
  position: absolute;
  display: none;
  z-index: 99;
  border: 1px solid;
  font-size: 16px;
  font-family: 'UniversLTW01-47LightCn';
}
body#employee-guide .hover .hovertable tbody {
  width: 458px;
  display: block;
}
body#employee-guide .hover .hovertable .head {
  background-color: #428bca;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'UniversLTW01-57Condense 723821';
}
body#employee-guide .hover .hovertable .head th {
  padding: 10px 34px 10px 34px;
}
body#employee-guide .hover .hovertable .firstrow {
  background-color: rgba(153, 153, 153, 0.25);
}
body#employee-guide .hover .hovertable td {
  padding: 10px;
  text-align: center;
  color: #7b7b79;
  border-left: 1px solid rgba(152, 152, 152, 0.3);
}
body#employee-guide .hover .hovertable td:first-child {
  border-left: none;
}
body#employee-guide .hover .hovertable .secondrow {
  background-color: rgba(153, 153, 153, 0.25);
}
body#employee-guide .hover:hover .hovertable {
  height: auto;
  display: block;
}
.btn.bottom {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#content .container table.product-table {
  width: 100%;
  margin-bottom: .5em;
  border-bottom: 1px solid #ddd;
}
#content .container table.product-table tr th,
#content .container table.product-table tr td {
  padding: .5em;
  border-top: 1px solid #ddd;
}
#content .container table.product-table tr .product-type {
  text-align: right;
  padding-right: 1.5em;
  font-weight: bold;
}
#content .container .product-note {
  margin-bottom: 20px;
  font-size: 14px;
  font-style: italic;
  text-align: right;
}
#content .container span.asterisk {
  font-weight: bold;
  color: #428bca;
}
body.itpvideo .featurette .itpvidpreviewbutton {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 965px) {
  body.itpvideo .featurette .itpvidpreviewbutton {
    display: none;
  }
}
body.itpvideo .featurette .itpvidpreviewbuttontwo {
  display: none;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 965px) {
  body.itpvideo .featurette .itpvidpreviewbuttontwo {
    display: block;
  }
}
body.itpvideo .modal-dialog {
  width: 900px;
  height: 80%!important;
}
body.itpvideo .modal-dialog .modal-content {
  padding: 15px;
}
body.itpvideo .modal-dialog .modal-content .close {
  margin-right: -5px;
  line-height: 0;
}
body.itpvideo .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
#about iframe {
  margin: 0px 0px 20px 20px;
  padding: 0px;
  float: right;
}
#about .staff .thumbnail {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: 'PMNCaeciliaW01-85Heavy';
  border: none !important;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 0px;
  padding: 10px;
}
#about .staff .thumbnail h4,
#about .staff .thumbnail h3,
#about .staff .thumbnail h2 {
  font-family: 'PMNCaeciliaW01-85Heavy';
  padding: 8px 0 0;
}
#about .staff .thumbnail:hover {
  border: 1px solid #eee;
  background: #eee;
  text-decoration: none;
}
#about .staff .thumbnail > img {
  width: 100%;
}
.btn {
  white-space: normal;
  border: 1px solid	 black;
}
#thebuddins .btn-lg {
  padding: 100px 20px;
  font-size: 20px;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  border: 0px;
  border-radius: 20px;
}
#thebuddins #ohvideo,
#thebuddins #ohstory,
#thebuddins #ohleader,
#thebuddins #ohpov,
#thebuddins #ohminute,
#thebuddins #ohpractitioner {
  background-color: #b4292a;
}
#thebuddins #ohvideo:hover,
#thebuddins #ohstory:hover,
#thebuddins #ohleader:hover,
#thebuddins #ohpov:hover,
#thebuddins #ohminute:hover,
#thebuddins #ohpractitioner:hover {
  background-color: #8a2020;
}
#thesmallbuddins .col-md-3 {
  padding-right: 20px;
  padding-left: 20px;
}
#thesmallbuddins .col-md-3 .btn-lg {
  margin-bottom: 30px;
  padding: 20px 15px;
  display: block;
  width: 100%;
  font-size: 14px;
  border: 0px;
  border-radius: 7px;
}
#thesmallbuddins .col-md-3 #ohvideo,
#thesmallbuddins .col-md-3 #ohstory,
#thesmallbuddins .col-md-3 #ohleader,
#thesmallbuddins .col-md-3 #ohpov,
#thesmallbuddins .col-md-3 #ohminute,
#thesmallbuddins .col-md-3 #ohpractitioner {
  background-color: #b4292a;
}
#thesmallbuddins .col-md-3 #ohvideo:hover,
#thesmallbuddins .col-md-3 #ohstory:hover,
#thesmallbuddins .col-md-3 #ohleader:hover,
#thesmallbuddins .col-md-3 #ohpov:hover,
#thesmallbuddins .col-md-3 #ohminute:hover,
#thesmallbuddins .col-md-3 #ohpractitioner:hover {
  background-color: #8a2020;
}
img.pull-left {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}
img.pull-right {
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.affix {
  top: 107px !important;
  width: 364px !important;
  position: fixed !important;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.sidepod {
  position: relative;
  top: 30px;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.sidepod .searchform {
  width: 100%;
  margin-top: 15px;
  float: left;
  display: block;
}
.sidepod .searchform .form-group {
  width: 100%;
}
.sidepod .featurette-heading {
  font-size: 32px;
  float: left;
  display: block;
}
.sidepod .taglist {
  float: left;
  display: block;
  width: 100%;
}
.sidepod .form-control {
  margin: 0 0 20px;
}
.sidepod label {
  display: none;
  /* float: left;
	    font-size: 18px;
	    font-weight: 400;
	    margin: 0 10px 0 0;
	    width: 70px;*/
}
.sidepod select {
  border: 1px solid #CCCCCC;
  height: 30px;
  margin: 0 0 20px;
  padding: 2px;
  width: 100%;
}
.sidepod input[type="button"],
.sidepod .btn {
  width: 20%;
  float: right;
}
.ohnav {
  position: relative;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.ohnav .nav > li > a {
  font-size: 18px;
  margin-bottom: 0px;
}
.ohnav .nav .active > a {
  background-color: #eee;
}
.ohnav.affix {
  top: 110px  !important;
  width: 280px  !important;
  position: fixed;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.ohnav.affix .nav > li > a {
  font-size: 18px;
}
.faqnav {
  top: 0px !important;
  position: relative ;
}
.faqnav.affix {
  top: 77px  !important;
  width: 280px  !important;
  position: fixed !important;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.faqnav.affix .nav > li > a {
  font-size: 18px;
}
iframe {
  float: left;
  margin: 0px 15px 15px 0px;
}
.blogposts .post {
  margin-top: 30px;
  border: none;
  padding: 0px 0px 0px;
  background-color: #fbfbfb;
  border: 1px solid #eee;
}
.blogposts .post .featurette-heading {
  margin-top: 0px;
  padding: 10px 20px 0px ;
}
.blogposts .post date {
  padding: 0 20px;
}
.blogposts .post p {
  padding: 0 20px;
}
.blogposts .post ul {
  padding: 0px 20px 20px ;
}
.blogposts .post .btn {
  margin: 0px 20px 20px ;
}
.blogposts .ohvideo .type {
  background-color: #651919;
}
.blogposts .ohvideo h2 a {
  color: #1d1d1d;
}
.blogposts .ohstory .type {
  background-color: #9c2425;
}
.blogposts .ohstory h2 a {
  color: #1d1d1d;
}
.blogposts .ohleader .type {
  background-color: #841112;
}
.blogposts .ohleader h2 a {
  color: #1d1d1d;
}
.blogposts .ohpov .type {
  background-color: #731010;
}
.blogposts .ohpov h2 a {
  color: #1d1d1d;
}
.blogposts .ohminute .type {
  background-color: #7d3131;
}
.blogposts .ohminute h2 a {
  color: #1d1d1d;
}
.blogposts .ohpractitioner .type {
  background-color: #af2626;
}
.blogposts .ohpractitioner h2 a {
  color: #1d1d1d;
}
.blogposts .type {
  width: 100%;
  display: block;
  padding: 4px 20px;
  margin-bottom: 15px;
  color: #fff;
  background-color: #444;
}
.blogposts .pov .type {
  background-color: #428bca;
}
.blogposts .blog_thoughts .type {
  background-color: #5bc0de;
}
.blogposts .blog_article .type {
  background-color: #2f92af;
}
.blogposts .blog_press_release .type {
  background-color: #0270d6;
}
#book .featurette .featurette-link {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: 300px;
}
#book .featurette .featurette-link .featurette-image {
  width: 150%;
  top: -40px;
  position: relative;
  left: -75px;
  max-width: 200%;
}
#book .featurette .ohtoday {
  margin-top: 40px;
}
#book .featurette .themodel h3 {
  margin-top: 10px;
}
.clients img {
  opacity: .4;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.clients img:hover {
  opacity: 1;
}
.assessment {
  background-color: #e4e4e4;
  background-image: -webkit-linear-gradient(bottom, #e4e4e4, #eeeeee);
  background-image: -moz-linear-gradient(bottom, #e4e4e4, #eeeeee);
  background-image: -o-linear-gradient(bottom, #e4e4e4, #eeeeee);
  background-image: -ms-linear-gradient(bottom, #e4e4e4, #eeeeee);
  background-image: linear-gradient(bottom, #e4e4e4, #eeeeee);
  padding: 150px 0px !important;
}
.assessment .featurette-heading {
  color: #233C63;
}
.assessment .btn-danger {
  font-family: 'PMNCaeciliaW01-85Heavy';
}
.solutions .thumbnail {
  border: none !important;
  font-family: 'PMNCaeciliaW01-85Heavy';
  position: relative;
  height: 359px;
}
.solutions .thumbnail .h2 {
  bottom: 11%;
  color: #FFFFFF;
  font-family: 'PMNCaeciliaW01-85Heavy';
  font-size: 30px;
  font-weight: 300;
  left: 10%;
  margin: 0;
  position: absolute;
  text-align: left;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
  width: 80%;
}
.solutions .thumbnail:hover {
  border: none !important;
}
.books .thumbnail {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #eee;
  margin-bottom: 15px;
  margin-right: 0px;
  padding: 10px;
  height: 240px;
  overflow: hidden;
}
.books .thumbnail h5 {
  padding: 8px 0 0;
}
.books .thumbnail:hover {
  border: 1px solid #eee;
  background: #eee;
}
.books .thumbnail > img.big {
  display: block;
  height: auto;
  max-width: 178%;
  top: -26%;
  position: relative;
  right: 35%;
}
.books .thumbnail > img.big.dys {
  top: -20% !important;
}
.btn {
  font-family: 'PMNCaeciliaW01-85Heavy';
}
.title {
  float: left;
}
.consultant h1.featurette-heading {
  margin-top: 0px;
}
blockquote {
  margin: 20px 0px 20px;
}
.quote {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
}
#clients .quote {
  padding: 10px;
}
#clients .quote a:hover {
  text-decoration: none;
}
#clients .attribution {
  padding: 0px 10px 10px 20px;
  text-align: right;
}
#clients .thumbnail {
  border: none;
  margin-bottom: 30px;
}
#clients .thumbnail:hover {
  background: #eee;
}
.answer {
  margin: 0px;
  padding: 0px;
}
.answer p {
  margin: 0px;
  padding: 0px;
}
.consultants .thumbnail,
.staff .thumbnail {
  border: none !important;
  font-family: 'PMNCaeciliaW01-85Heavy';
}
.consultants .thumbnail h2,
.staff .thumbnail h2 {
  bottom: 11%;
  color: #FFFFFF;
  font-family: 'PMNCaeciliaW01-85Heavy';
  font-size: 39px;
  font-weight: 300;
  left: 10%;
  margin: 0;
  position: absolute;
  text-align: left;
  text-shadow: 0 0 11px rgba(0, 0, 0, 0.9);
}
.consultants .thumbnail h2 small,
.staff .thumbnail h2 small {
  color: #fff;
}
.consultants .thumbnail:hover,
.staff .thumbnail:hover {
  border: none !important;
}
.consultants .thumbnail h4,
.staff .thumbnail h4 {
  font-size: 16px;
}
#consultingform form {
  margin-top: 46px;
}
.tftf .post {
  margin-top: 0px;
}
.clients img {
  opacity: .4;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.clients img:hover {
  opacity: 1;
}
.staff .thumbnail {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: 'PMNCaeciliaW01-85Heavy';
  border: none !important;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 0px;
  padding: 10px;
  min-height: 300px;
}
.staff .thumbnail h4,
.staff .thumbnail h3,
.staff .thumbnail h2 {
  font-family: 'PMNCaeciliaW01-85Heavy';
  padding: 8px 0 0;
}
.staff .thumbnail:hover {
  border: 1px solid #eee;
  background: #eee;
  text-decoration: none;
}
.staff .thumbnail > img {
  width: 100%;
}
.intl h3 {
  margin-top: 0px;
}
.intl img.full {
  width: 100%;
}
.intl .intl-cons {
  float: left;
  width: 100%;
  display: block;
}
.intl .intl-cons img {
  height: 73px;
  width: auto;
  display: block;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-top: 0px;
}
.intl .intl-cons h4 {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
.intl .intl-cons:last-child img {
  margin-bottom: 0px;
}
.pat .pat_pov {
  padding: 0 0 30px;
}
.pat #email-signup-container {
  margin-top: 50px;
}
.pat .press .row > div {
  min-height: 215px;
}
.publicevents .post {
  margin-top: 43px;
}
#store_page .masthead {
  top: 0;
}
#store_page #store-container {
  margin-top: 0px;
  padding-top: 0;
}
#store_page .solutions {
  padding: 0px 0px 0px;
}
#store_page .solutions .box a {
  background: #fff;
  position: relative;
  display: block;
}
#store_page .solutions .box h2 {
  display: block;
  padding: 20px 0px;
  font-size: 24px;
  font-weight: 300;
  margin: 0px;
  width: 100%;
  float: none;
  text-align: center;
}
#store_page .storesection {
  -webkit-box-shadow: inset 0px 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 5px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 20px  0px 0px!important;
  margin: 0px !important;
}
#store_page .storesection .thumbnail {
  height: auto;
  position: relative;
  min-height: 500px;
}
#store_page .storesection .thumbnail > p {
  margin-bottom: 0px;
}
#store_page .storesection .thumbnail .actions {
  display: block;
  position: absolute;
  bottom: 10px;
}
#store_page .teamwork .thumbnail {
  height: auto;
  position: relative;
  min-height: 610px;
}
#store_page .teamwork .thumbnail > p {
  margin-bottom: 0px;
}
#store_page .teamwork .thumbnail .actions {
  display: block;
  position: absolute;
  bottom: 10px;
}
#store_page .engagement .thumbnail {
  height: auto;
  position: relative;
  min-height: 560px;
}
#store_page .engagement .thumbnail > p {
  margin-bottom: 0px;
}
#store_page .engagement .thumbnail .actions {
  display: block;
  position: absolute;
  bottom: 10px;
}
#store_page .allbooks .thumbnail {
  height: auto;
  position: relative;
  min-height: 570px;
}
#store_page .allbooks .thumbnail > p {
  margin-bottom: 0px;
}
#store_page .allbooks .thumbnail .actions {
  display: block;
  position: absolute;
  bottom: 10px;
}
#store_page .store-price {
  margin: 0 0 1em .65em;
  color: #5a5a5a;
  font-family: PMNCaeciliaW01-85Heavy !important;
  line-height: 1;
  text-align: left;
}
#store_page .store-price .subtext {
  margin-top: .25em;
  font-size: .7em;
  opacity: .7;
}
#store_page .cart-quantity-feedback {
  float: left;
  clear: both;
  position: relative;
  top: 7px;
  padding: .5em;
  font-size: .8em;
  font-family: 'PMNCaeciliaW01-85Heavy';
  color: #fff;
  background-color: #d2322d;
  border: 1px solid #ac2925;
  border-radius: 5px;
  opacity: 0;
}
#store_page .hilite {
  color: #d2322d;
}
#store_page .hilite .glyphicon-refresh {
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
#store_page .store-product-name {
  color: #428bca;
}
#store_page .instructions {
  margin-top: .5em;
}
#store_page fieldset {
  margin-top: 1em;
}
#store_page .margin-bottom {
  margin-bottom: 1em;
}
#store_page .form_table tr td {
  padding-bottom: .5em;
}
#store_page .form_table tr td input[type="text"],
#store_page .form_table tr td select,
#store_page .form_table tr td textarea {
  width: 100%;
}
#store_page .form_table tr td #authorizenet_aim-cc-expires-month,
#store_page .form_table tr td #authorizenet_aim-cc-expires-year {
  width: 45%;
}
#store_page .form_table tr td span.alert {
  display: inline-block;
  padding: 0 1em 0 0;
  margin: 0;
  border: 0;
  color: #d9534f;
}
#store_page .form_table tr td.left_label {
  white-space: nowrap;
  width: 1%;
  padding-right: 1em;
}
#store_page .payment-option-verbiage-container {
  overflow: auto;
  padding-left: 1em;
}
#store_page .payment-option-verbiage-container .payment-option-verbiage {
  display: none;
  background-color: #f4f8fa;
  padding: 10px 20px;
  border-left: 3px solid #5bc0de;
}
#store_page .payment-option-verbiage-container .payment-option-verbiage h4 {
  color: #428bca;
}
#store_page .payment-option-container-selected .payment-option-verbiage {
  display: block;
}
#store_page table.confirmation-cart {
  border-bottom: 1px solid #eee;
}
#store_page table.confirmation-cart tr + tr td {
  border-top: 1px solid #eee;
}
#store_page table#confirmation-summary tr + tr td {
  border-top: 1px solid #eee;
}
#store_page .messageStackError {
  clear: both;
  padding: .5em 1em;
  font-family: 'PMNCaeciliaW01-85Heavy';
  color: #fff;
  background-color: #d2322d;
  border: 1px solid #ac2925;
  border-radius: 5px;
}
#cartImage {
  float: left;
  width: 30%;
}
#cartImage img {
  width: 100%;
  height: auto;
}
#cartProdTitle {
  float: left;
  width: 66%;
  margin-top: 50px;
}
@media (max-width: 1200px) {
  #store_page .actions .addtocart {
    margin-bottom: 15px !important;
  }
  #store_page .teamwork .thumbnail {
    min-height: 675px !important;
  }
  #store_page .engagement .thumbnail {
    min-height: 655px  !important;
  }
  #store_page .allbooks .thumbnail {
    min-height: 670px  !important;
  }
}
@media (max-width: 990px) {
  #store_page .teamwork .thumbnail {
    min-height: 825px !important;
  }
  #store_page .engagement .thumbnail {
    min-height: 775px  !important;
  }
  #store_page .allbooks .thumbnail {
    min-height: 780px  !important;
  }
}
#team_assessment {
  padding-top: 150px;
}
#team_assessment .question-number {
  color: #5a5a5a;
  font-weight: bold;
  cursor: default;
}
#team_assessment .question-table tr td {
  padding: .5em 1em;
  background-color: #f7f7f7;
  -webkit-transition: background-color 250ms 0s linear;
  -moz-transition: background-color 250ms 0s linear;
  -o-transition: background-color 250ms 0s linear;
  -ms-transition: background-color 250ms 0s linear;
  transition: background-color 250ms 0s linear;
}
#team_assessment .question-table tr td input[type="radio"] {
  display: inline-block;
  width: auto;
  margin-right: .5em;
}
#team_assessment .question-table tr td label {
  position: relative;
  top: 3px;
  cursor: pointer;
}
#team_assessment .question-table tr td:hover {
  background-color: #efefef;
}
/* media.less */
#content .container #video-content #media-player {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
#content .container #video-content #media-player iframe {
  width: 100%;
  min-height: 350px;
  border: none;
}
#content .container #video-content #media-player_wrapper {
  max-height: 350px;
}
#content .container #video-content #media-player_wrapper object {
  min-height: 350px;
}
#content .container #video-content #featured-details-header {
  margin-top: 0;
}
#content .container #video-content #social-media-container {
  clear: both;
  margin: 1em 0 0 20px;
  padding: 0;
  display: block;
  float: left;
}
#content .container #video-content #social-media-container ul {
  display: block;
  float: left;
  list-style-type: none;
}
#content .container #video-content #social-media-container ul li {
  display: block;
  float: left;
  margin: 0;
}
#content .container #video-content #social-media-container ul li input {
  width: 100%;
}
#content .container #video-content #social-media-container ul li + li {
  margin-left: 10px;
}
#content .container #video-content #social-media-container ul:after {
  display: table;
  content: " ";
}
#content .container #share-buttons {
  margin: 0;
  padding: 0;
}
#content .container #share-buttons li {
  margin-bottom: 0;
  padding: 0;
  vertical-align: top;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}
#content .container #share-buttons .youtube a {
  display: block;
  text-indent: -999em;
  width: 44px;
  height: 20px;
  background: transparent url(/images/multimedia/youtube.png) top left no-repeat;
  border-bottom: 0;
}
#content .container #share-buttons #share-twitter iframe {
  margin: 0 0px 15px 0!important;
}
#content .container #share-buttons .last {
  width: 180px;
}
#content .container #share-buttons input[type="text"] {
  padding: 0px;
  width: 130px;
  height: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: .6em
					display: block !important;
}
#content .container #share-buttons .copied-link {
  padding-right: 25px !important;
  background: url(/images/multimedia/okay.png) no-repeat right center;
}
#content .container #share-buttons #share-copy-link {
  cursor: pointer;
}
#content .container #share-buttons #share-link-button-container {
  position: relative;
  cursor: pointer;
}
#content .container #share-buttons #share-link-button {
  border: 1px solid #cccccc;
  color: #3e3e3e;
  background: #fdfdfd;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #ffffff), color-stop(0.02, #fdfdfd), color-stop(1, #dbdbdb));
  background: -webkit-linear-gradient(top, #ffffff 3% #fdfdfd 4%, #dbdbdb 100%);
  background: -moz-linear-gradient(top, #ffffff 3%, #fdfdfd 4%, #dbdbdb 100%);
  background: -o-linear-gradient(top, #ffffff 3%, #fdfdfd 4%, #dbdbdb 100%);
  background: linear-gradient(top, #ffffff 3%, #fdfdfd 4%, #dbdbdb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fdfdfd, endColorstr=#dbdbdb);
  font-size: 11px;
  line-height: 19px;
  height: 19px;
  width: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: border;
  -moz-background-clip: border;
  background-clip: border-box;
  cursor: pointer;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  padding: 0 10px;
}
#content .container #share-buttons #share-link-button:hover {
  background: #fdfdfd;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #ffffff), color-stop(0.02, #fdfdfd), color-stop(1, #c2c2c2));
  background: -webkit-linear-gradient(top, #ffffff 3% #fdfdfd 4%, #c2c2c2 100%);
  background: -moz-linear-gradient(top, #ffffff 3%, #fdfdfd 4%, #c2c2c2 100%);
  background: -o-linear-gradient(top, #ffffff 3%, #fdfdfd 4%, #c2c2c2 100%);
  background: linear-gradient(top, #ffffff 3%, #fdfdfd 4%, #c2c2c2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fdfdfd, endColorstr=#c2c2c2);
  border: 1px solid #bbbbbb;
}
#content .container #share-buttons #share-link-button:hover embed {
  display: block;
}
#content .container #share-buttons #share-link-container {
  height: 20px;
  width: 420px;
}
#content .container #share-buttons #share-link {
  border: 1px solid #eee;
  display: block;
  font-size: 11px;
  margin: 0;
  padding: 0;
}
#content .container #multimedia-browser {
  border-top: 1px solid transparent;
  float: left;
  width: 100%;
}
#content .container #multimedia-browser ul.nav-tabs {
  margin: 20px 0;
  padding: 0 !important;
  position: relative;
  width: 100%;
  border-bottom: 3px solid #428bca;
}
#content .container #multimedia-browser ul.nav-tabs li {
  clear: right;
  display: block;
  float: left;
  margin: auto;
  margin-bottom: 0;
  position: relative;
  width: auto;
}
#content .container #multimedia-browser ul.nav-tabs li a {
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  float: left;
  display: block;
}
#content .container #multimedia-browser ul.nav-tabs li a:hover {
  background: #777;
  color: #fff;
}
#content .container #multimedia-browser ul.nav-tabs li.active a {
  background: #428bca;
  color: #fff;
}
#content .container #multimedia-browser ul.nav-tabs li.active a:hover {
  background: #777;
  color: #fff;
}
#content .container #multimedia-browser .tab-content {
  overflow: visible;
}
#content .container #multimedia-browser .loading {
  min-height: 200px;
  background: url(/themes/sanders/images/loading.gif) no-repeat center center;
}
#content .container #multimedia-browser form.multimedia-search {
  margin: 0 0 1em 0;
  padding: 0;
  height: 65px;
}
#content .container #multimedia-browser legend {
  margin: 0 0 10px 0 !important;
  font-size: 19px !important;
  line-height: 1;
}
#content .container #multimedia-browser fieldset {
  margin: .5em 0 0 0;
  padding: 0;
}
#content .container #multimedia-browser input {
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 14px;
  padding: 10px;
  margin: 0;
  border: 1px solid #777;
}
#content .container #multimedia-browser input[type="button"] {
  display: inline-block !important;
  float: none !important;
  margin: 0 0 0 .5em !important;
  padding: 10px !important;
  height: 40px !important;
  font-size: 18px !important;
  background-color: #428bca;
  border: none;
  font-family: 'PMNCaeciliaW01-85Heavy';
  color: #fff;
}
#content .container #multimedia-browser a {
  cursor: pointer;
}
#content .container #multimedia-browser #search-results-header {
  padding: 20px 10px 0 10px;
}
#content .container #multimedia-browser .loading div#search-results-header {
  display: none;
}
#content .container #multimedia-browser #search-results-feedback {
  color: #988d85;
  letter-spacing: 1px;
}
#content .container #multimedia-browser .status {
  display: none;
  color: #fff;
  letter-spacing: 1px;
  background-color: #428bca;
  font-size: 13px;
  padding: 10px 10px 8px 10px;
}
#content .container #multimedia-browser .status p {
  margin: 0;
}
#content .container #multimedia-browser .status p + p {
  margin-top: 1em;
}
#content .container #multimedia-browser .status a {
  color: #fff;
  text-decoration: underline;
}
#content .container #multimedia-browser .no-results {
  margin-top: 1em;
}
#content .container #multimedia-browser .multimedia-tools {
  /*float:left;*/
  width: 100%;
}
#content .container #multimedia-browser .multimedia-tools #search-mm input {
  float: left;
}
#content .container #multimedia-browser .multimedia-tools #audio-tab-content #by-issue-audio select {
  float: left;
  width: 87%;
}
#content .container #multimedia-browser .multimedia-tools #audio-tab-content #by-issue-audio #audio-topics-btn {
  float: left!important;
}
#content .container #multimedia-browser .multimedia-tools fieldset {
  float: left;
  margin-top: 0;
  margin-right: .5em;
  padding: 0;
  width: 48%;
}
#content .container #multimedia-browser .multimedia-tools fieldset #audio-topics {
  width: 85%;
}
#content .container #multimedia-browser .multimedia-tools fieldset + fieldset {
  padding-left: .5em;
}
#content .container #multimedia-browser .multimedia-tools fieldset.multimedia-issues-container {
  margin-right: .5em;
}
#content .container #multimedia-browser .multimedia-tools select {
  margin: 0;
  display: inline-block;
  width: auto;
  height: 40px;
  float: left;
  padding: 8px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #777;
}
#content .container #multimedia-browser .multimedia-tools select option,
#content .container #multimedia-browser .multimedia-tools input {
  font-size: 13px!important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#content .container #multimedia-browser .multimedia-tools select + select {
  margin-left: .5em;
}
#content .container #multimedia-browser .multimedia-tools .month {
  width: 110px;
}
#content .container #multimedia-browser .multimedia-tools .year {
  width: 110px;
}
#content .container #multimedia-browser .has-issues fieldset {
  width: 31%;
  min-width: 0;
}
#content .container #multimedia-browser .has-issues fieldset input[type="text"],
#content .container #multimedia-browser .has-issues fieldset select {
  max-width: 75%;
}
#content .container #multimedia-browser .has-issues fieldset .month {
  max-width: 40%;
  width: 110px;
}
#content .container #multimedia-browser .has-issues fieldset .year {
  max-width: 40%;
  width: 110px;
}
#content .container #multimedia-browser .pagination {
  clear: both;
  margin-top: 0;
  padding: 8px;
  background-color: #428bca;
  color: #fff;
  border-radius: 0;
}
#content .container #multimedia-browser .pagination .listing-jump {
  float: left;
}
#content .container #multimedia-browser .pagination .listing-increment {
  float: right;
}
#content .container #multimedia-browser .pagination .listing-increment a {
  color: #fff;
  display: inline-block;
}
#content .container #multimedia-browser .pagination .listing-increment a.selected {
  text-decoration: underline;
}
#content .container #multimedia-browser .pagination .listing-increment a + a {
  margin-left: .25em;
}
#content .container #multimedia-browser .row {
  margin: 0px;
}
#content .container #multimedia-browser .row .media-thumbnail {
  float: left;
  margin: 0 1em 1em 0;
  width: 18.7%;
}
#content .container #multimedia-browser .row .media-thumbnail .default-image {
  background-color: #000;
  -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.4);
}
#content .container #multimedia-browser .row .media-thumbnail img {
  cursor: pointer;
  width: 100%;
}
#content .container #multimedia-browser .row .media-thumbnail a {
  font-size: .85em;
}
#content .container #multimedia-browser .row .media-thumbnail:last-child {
  margin-right: 0;
}
.videosblock iframe {
  width: 100%;
  height: 300px;
  margin-top: 20px;
}
.footer {
  margin-top: 100px;
  height: 150px;
  background: #424242;
  font-weight: 300;
  padding: 15px 0px 0px;
  z-index: 100000;
  color: #FFF;
  box-sizing: border-box;
  font-family: 'UniversLTW01-57Condense 723821';
}
.footer a {
  color: #FFF;
}
.footer .list-inline {
  margin-top: 25px;
}
.footer .footernav {
  text-align: left;
}
.footer .footernav li {
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
}
.footer .footernav li.login {
  text-transform: uppercase;
  text-decoration: underline;
}
.footer .social {
  text-align: right;
}
.footer .social li {
  padding-left: 1px;
  padding-right: 1px;
}
.footer .row.info {
  margin-top: 25px;
  font-size: 12px;
}
.footer .row.info .txt {
  clear: both;
  overflow: auto;
}
.footer .row.info .txt .contact {
  text-align: left;
  float: left;
  margin: 0 15px 0 0;
}
.footer .row.info .txt .address {
  text-align: left;
  float: left;
}
.footer .row.info .privacy {
  padding: 0;
  margin: 0;
  text-align: right;
}
.footer .row.info .privacy a {
  margin: 0 20px 0 0;
}
/*
font-family:'Univers LT W01 45 Light';
font-family:'UniversLTW01-47LightCn';
font-family:'UniversLTW01-57Condense 723821';
font-family:'Helvetica Neue LT W01_67 Md Cn';
font-family:'Helvetica Neue LT W01_77 Bd Cn';
font-family:'Trade Gothic W01 Light';
font-family:'PMNCaeciliaW01-85Heavy';
font-family:'Trade Gothic W01 Bold';
font-family:'Trade Gothic W02 Bold 2';
font-family:'PMNCaeciliaW01-46LightI';
font-family:'PMNCaeciliaW01-55Roman';
font-family:'PMNCaeciliaW01-75Bold';
font-family:'PMN Caecilia W01SC 45 Lt SC';
font-family:'PMNCaeciliaW01-56Italic';
font-family:'Helvetica Neue LT W01_41488878';




*/
body ul {
  font-size: 18px;
}
body#home {
  font-size: 14px;
}
.featurette-divider {
  margin: 80px 0;
  /* Space out the Bootstrap <hr> more */
}
h1 {
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1;
}
h1.featurette-heading {
  font-size: 40px;
}
.featurette-heading {
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1;
}
h2.featurette-heading {
  font-size: 32px;
}
h3.featurette-heading {
  font-size: 24px;
}
.lead {
  font-size: 18px;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
ul {
  list-style: square;
  padding-left: 20px;
}
.store-price {
  margin: 0 0 1em .65em;
  color: #5a5a5a;
  font-family: PMNCaeciliaW01-85Heavy !important;
  line-height: 1;
  float: right;
  width: 100%;
  text-align: right;
}
.store-price .subtext {
  margin-top: .25em;
  font-size: .7em;
  opacity: .7;
}
#content .container p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
#home #content .container p {
  font-size: 14px;
  font-weight: 300;
}
ul.tags li a {
  font-size: 14px;
}
.btn-block {
  display: block  !important;
  width: 100% !important;
  padding-right: 0  !important;
  padding-left: 0  !important;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container {
    max-width: 970px;
  }
  .navbar-inverse .navbar-nav > li {
    margin-right: 15px;
  }
  .hero {
    padding-top: 20px;
  }
  .hero .oh {
    width: 100%;
  }
  .first .block .video {
    margin: 92px 0 40px 0;
    min-height: 265px;
  }
  .first .block .img.pat {
    margin: 44px 0 0 0 !important;
    height: 288px;
  }
  .first .block .img.player {
    margin: 100px 0 0 0;
    height: 420px;
  }
  .first .block .img.books {
    margin: 10px 0 0 0;
    height: 310px;
  }
  .first .block .img.tools {
    margin: 0 0 0 0;
    height: 310px;
  }
  .first .block .img.consulting {
    margin: 77px 0 0 0 !important;
    height: 310px;
  }
  .books .thumbnail {
    height: 275px;
    overflow: hidden;
  }
  .books .thumbnail h5 {
    padding: 8px 0 0;
  }
  .videoblock .video {
    width: 100%;
  }
  .videoblock .video iframe {
    width: 93%;
  }
  #consulting-services .suiteitem .featurette-heading {
    font-size: 21px;
    display: block;
  }
  #consulting-services .suiteitem > a {
    display: block;
    height: 300px;
    overflow: hidden;
  }
  #consulting-services .suiteitem > a:hover {
    text-decoration: none;
  }
  #consulting-services .suiteitem .offsite img {
    width: 73%;
    margin: 0 auto;
  }
  #consulting-services .suiteitem .path img {
    width: 44.8%;
    margin: 30px auto;
  }
  #speaking-section .suiteitem {
    padding-bottom: 30px;
    min-height: 445px;
  }
  #speaking-section .suiteitem .featurette-heading {
    font-size: 21px;
    display: block;
  }
  .affix {
    top: 107px !important;
    width: 304px !important;
  }
  .ohnav.affix {
    width: 218px !important;
  }
  .sidepod .btn-lg {
    font-size: 15px;
  }
  .sidepod input[type="button"],
  .sidepod .btn {
    padding: 6px 6px !important;
    font-size: 14px;
  }
  #searchform.showme {
    height: 40px;
    right: 55px;
    top: 0;
    width: 94.3%;
  }
  #searchform.showme input {
    font-size: 15px;
    height: 26px;
    width: 100%;
  }
  .footer .footernav li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 990px) {
  /*
	FULLWIDTH NAV FONT SIZE IS TOO BIG FOR WINDOW SIZE
   */
  html body {
    padding-top: 140px;
  }
  html body .subnav {
    top: 80px;
  }
  html body #content {
    margin-top: 75px;
  }
  body.minheader #content {
    margin-top: 35px;
  }
  .container {
    width: 771px !important;
  }
  .hero .oh {
    padding: 75px 0 0 0;
  }
  .hero .oh h1 {
    font-size: 45px;
    letter-spacing: 1px;
  }
  .hero .oh h1 a .top {
    font-size: 28px;
  }
  .hero .oh .txt {
    text-align: left;
    width: 490px;
    margin: 15px 0 0 0;
    font-size: 18px;
  }
  .navbar-inverse .navbar-nav {
    margin-top: 40px;
  }
  .navbar-inverse .navbar-nav > li {
    margin-right: 19px;
  }
  .navbar-inverse .navbar-nav > li:nth-child(9) {
    margin-right: 0px;
  }
  .navbar-inverse .nav-right {
    position: absolute;
    top: 0;
    right: 0;
    float: none;
  }
  .first .block .video {
    margin: 92px 0 40px 0;
    min-height: 172px;
  }
  .first .block .img.pat {
    margin: 23px 0 0 0 !important;
    height: 288px;
  }
  .first .block .img.player {
    margin: 100px 0 0 0;
    height: 420px;
  }
  .first .block .img.books {
    margin: 10px 0 0 0;
    height: 310px;
  }
  .first .block .img.tools {
    margin: 0 0 0 0;
    height: 310px;
  }
  .first .block .img.consulting {
    margin: 47px 0 0 0 !important;
    height: 310px;
  }
  .first {
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  .first .box {
    min-height: 463px;
    padding: 15px;
  }
  .first .box .img {
    height: 301px;
  }
  .first .box .img img {
    height: 301px;
  }
  .first .box h2 {
    padding: 20px 0px;
    font-size: 20px;
  }
  .books .thumbnail {
    height: 338px;
    overflow: hidden;
  }
  .books .thumbnail h5 {
    padding: 8px 0 0;
  }
  .videoblock .video {
    width: 100%;
  }
  .videoblock .video iframe {
    width: 100%;
    height: 435px;
  }
  #consulting-services .suiteitem .featurette-heading {
    font-size: 21px;
    display: block;
  }
  #consulting-services .suiteitem > a {
    display: block;
    height: 197px;
    overflow: hidden;
  }
  #consulting-services .suiteitem > a:hover {
    text-decoration: none;
  }
  #consulting-services .suiteitem .offsite img {
    width: 73%;
    margin: 0 auto;
  }
  #consulting-services .suiteitem .path img {
    width: 44.8%;
    margin: 30px auto;
  }
  #speaking-section .suiteitem {
    padding-bottom: 30px;
    min-height: 510px;
    border: none;
  }
  #speaking-section .suiteitem .featurette-heading {
    font-size: 21px;
    display: block;
  }
  .affix,
  .faqnav.affix,
  .ohnav.affix {
    top: 0px !important;
    width: 100%  !important;
    position: relative !important;
  }
  .sidepod .btn-lg {
    font-size: 15px;
  }
  .sidepod input[type="button"],
  .sidepod .btn {
    padding: 6px 6px !important;
    font-size: 14px;
  }
  .mini-nav {
    display: none;
  }
  #searchform.showme {
    height: 40px;
    right: 40px;
    top: 0;
    width: 94.6%;
  }
  #searchform.showme input {
    font-size: 15px;
    height: 26px;
    width: 100%;
  }
  .footer .social {
    display: none;
  }
}
@media (max-width: 768px) {
  html body {
    padding-top: 100px;
  }
  html body #content {
    margin-top: 0;
  }
  #topbar {
    display: none;
    height: 0;
  }
  .hero .oh {
    padding: 0;
  }
  .hero .oh .book {
    float: left;
    display: block;
    padding: 0 30px 0 0;
  }
  .hero .oh h1 {
    display: inline;
    width: 215px;
    font-size: 45px;
    letter-spacing: 1px;
    margin: 65px 0 0 0;
  }
  .hero .oh h1 a .top {
    font-size: 28px;
  }
  .hero .oh .txt {
    clear: both;
    float: none !important;
    width: 100%;
    padding: 10px;
    text-align: center;
  }
  .masthead .container .searchbutton,
  .masthead .container #searchform {
    display: none;
  }
  .navbar-inverse {
    position: fixed;
    padding: 0px;
    float: left;
    margin: 0px auto;
    height: auto;
    top: 0px !important;
    border: medium none !important;
    min-height: 0px !important;
    background: #424242 !important;
    width: 100%  !important;
  }
  .navbar-inverse .navbar-nav {
    width: 100%;
    margin: 0px;
    padding-bottom: 0px;
  }
  .navbar-inverse .navbar-nav > li {
    border-bottom: none;
    /*
				&:last-child{
					display: none !important;
				}
				*/
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #FFF;
    padding: 7px  2em !important;
  }
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #b4292a;
  }
  .navbar-inverse .navbar-nav > li:hover {
    border-bottom: none;
  }
  .navbar-collapse {
    max-height: 500px;
  }
  .navbar-collapse .nav-right,
  .navbar-collapse.in .nav-right {
    display: none;
  }
  .navbar .navbar-header {
    width: 100%  !important;
    /*float: left;*/
  }
  .navbar-toggle {
    z-index: 100;
  }
  .subnav {
    top: 58px !important;
    position: fixed !important;
    padding-top: 0px !important;
  }
  .subnav .container > div {
    width: 100% !important;
    float: left !important;
  }
  .subnav .container > div .breadcrumb {
    background-color: #fff !important;
    width: 100% !important;
    float: left !important;
  }
  #searchformmobile {
    height: 40px;
    left: 20px;
    top: 6px;
    width: 62%;
  }
  #searchformmobile input {
    font-size: 15px;
    height: 26px;
    width: 100%;
  }
  #searchformmobile.showme {
    height: 40px;
    left: 20px;
    top: 6px;
    width: 62%;
  }
  #searchformmobile.showme input {
    font-size: 15px;
    height: 26px;
    width: 100%;
  }
  #searchbuttonmobile {
    margin: 10px 15px;
    color: #fff;
    border: 1px solid #777;
    display: block;
    padding: 5px 10px;
  }
  .container {
    max-width: 100%;
    padding: 0px 15px !important;
  }
  .first {
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  .first .box {
    padding: 15px;
  }
  .first .box .img {
    height: auto;
  }
  .first .box .img img {
    height: auto;
  }
  .first .box h2 {
    padding: 20px 0px;
    font-size: 24px;
  }
  .books .thumbnail {
    height: auto;
    overflow: hidden;
  }
  .books .thumbnail h5 {
    padding: 8px 0 0;
  }
  #book .featurette .featurette-link {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    max-height: none;
  }
  #book .featurette .featurette-link .featurette-image {
    width: 150%;
    top: -40px;
    position: relative;
    left: -75px;
    max-width: 200%;
  }
  #book .featurette .themodel h3 {
    margin-top: 10px;
  }
  .videoblock .video {
    width: 100%;
  }
  .videoblock .video iframe {
    width: 560px;
    height: 319px;
  }
  #consulting-services .suiteitem .featurette-heading {
    font-size: 21px;
    display: block;
  }
  #consulting-services .suiteitem > a {
    display: block;
    height: auto;
    overflow: hidden;
  }
  #consulting-services .suiteitem > a:hover {
    text-decoration: none;
  }
  #consulting-services .suiteitem .offsite img {
    width: 73%;
    margin: 0 auto;
  }
  #consulting-services .suiteitem .path img {
    width: 44.8%;
    margin: 30px auto;
  }
  #speaking-section .suiteitem {
    padding-bottom: 30px;
    min-height: 510px;
    border: none;
  }
  #speaking-section .suiteitem img {
    width: 100%;
  }
  #speaking-section .suiteitem .featurette-heading {
    font-size: 21px;
    display: block;
  }
  .footer {
    margin-top: 0;
    padding: 0;
  }
  .footer .footernav {
    display: none;
  }
  .footer .row.info .contact,
  .footer .row.info .address {
    text-align: center !important;
    width: 100%;
  }
  .footer .row.info .privacy {
    margin: 20px 0 0 0;
    text-align: center !important;
  }
}
@media (max-width: 560px) {
  .first .block .img {
    height: 200px !important;
  }
  .hero .oh {
    padding: 0;
  }
  .hero .oh .book {
    float: none !important;
    width: 215px;
    margin: 0 auto;
    display: block;
    padding: 0 0 0 0;
  }
  .hero .oh h1 {
    display: block;
    clear: both;
    margin: 20px 0 0 0;
    width: 100%;
    float: none !important;
    text-align: center;
  }
  .hero .oh h1 a .top {
    font-size: 28px;
  }
  .hero .oh .txt {
    clear: both;
    float: none !important;
    width: 100% !important;
    padding: 10px;
  }
  .videoblock .video {
    width: 100%;
  }
  .videoblock .video iframe {
    width: 480px;
    height: 269px;
  }
}
@media (max-width: 480px) {
  .first .block .img,
  .first .block .video {
    min-height: 200px;
  }
  .videoblock .video {
    width: 100%;
  }
  .videoblock .video iframe {
    width: 320px;
    height: 184px;
  }
}
@media (max-width: 320px) {
  .videoblock .video {
    width: 100%;
  }
  .videoblock .video iframe {
    width: 250px;
    height: 146px;
  }
}
#content .container #itp-assessment-container #preamble {
  font-family: 'UniversLTW01-57Condense 723821';
  font-weight: bold;
  color: #b4292a;
}
#content .container #form-assessment ol {
  padding: 0 0 0 1em;
}
#content .container #form-assessment ol li {
  font-weight: bold;
  font-size: 18px;
}
#content .container #form-assessment ol li div {
  font-weight: normal;
}
#content .container #form-assessment ol li + li {
  margin-top: 1.4em;
}
#content .container #form-assessment ol .responses {
  margin-top: 1em;
  padding: .5em 1em;
  background-color: #f7f7f7;
}
#content .container #form-assessment ol .responses label {
  position: relative;
  top: 1px;
  left: 7px;
  font-size: 16px;
  color: #4078ca;
}
#content .container #form-assessment ol .responses .formProcessorError {
  font-size: 14px;
}
#content .container #form-assessment #itp-btn-container {
  font-size: 18px;
}
/*# sourceMappingURL=common.css.map */