﻿/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * CONTENTS............You’re reading it!
 * RESET...............See bootstrap.min.css
 * FONT-FACE...........Font family names
 * IMPORTS.............LESS mixins
 * ELEMENTS............Extensions of bootstrap styles on basic tags
 * GLOBAL..............Shared global styles
 * MEMBERSHIP..........Styles for Membership pages
 * CONSULTING..........Styles for Consulting pages
 * TRAINING............Styles for Training pages
 * BLOG................Blog styles
 * FORMS...............Form and validation styles
 * RESPONSIVE..........Responsive styles, mobile first
 */
/*
.grammar-order {
   display & positioning - display, position, TRLB, z-index, float
   box model - width, height, margin, padding
   type - font-family, size, line-height, weight, style, letter-spacing, text-align, text-decoration, text-shadow, color
   other visuals - background color, border, border radius, box shadow
   transitions & animations
}
    */
/*------------------------------------*\
    $FONT-FACE   
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
\*------------------------------------*/
html {
  font-size: 16px;
}
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333333;
}
p,
ol,
ul,
blockquote {
  font-size: 1em;
  line-height: 1.3em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 115%;
}
h1,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-style: italic;
}
h3 {
  font-size: 1.1em;
}
h4 {
  font-size: 1.25em;
}
h5,
h6 {
  font-size: 1em;
}
/*------------------------------------*\
    $IMPORTS
\*------------------------------------*/
/*------------------------------------*\
    $ELEMENTS
\*------------------------------------*/
a {
  color: #1a8fce;
}
.btn-blue {
  background-color: #1f8fce;
  border-color: #1f8fce;
  color: #FFF;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  background-color: #3399cc;
  border-color: #3399cc;
  color: #FFF;
}
.btn-purple {
  background-color: #4e2f91;
  border-color: #4e2f91;
  color: #FFF;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
  background-color: #663399;
  border-color: #663399;
  color: #FFF;
}
.btn-yellow {
  background-color: #fdb414;
  border-color: #fdb414;
  color: #FFF;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open > .dropdown-toggle.btn-yellow {
  background-color: #ffcc00;
  border-color: #ffcc00;
  color: #FFF;
}
.btn-gray {
  background-color: #58585b;
  border-color: #58585b;
  color: #FFF;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  background-color: #666666;
  border-color: #666666;
  color: #FFF;
}
.btn-ghost {
  border: 2px solid #1f8fce;
  color: #428bca;
  padding: 5px 11px;
}
.btn-ghost:hover {
  background-color: #1f8fce;
  color: #FFF;
}
.btn-lg.btn-ghost {
  padding: 8px 14px;
}
.btn-sm.btn-ghost {
  padding: 3px 8px;
}
.btn-ghost.btn-white {
  border: 2px solid #FFF;
  color: #FFF;
}
.btn-ghost.btn-white:hover {
  background-color: #FFF;
  color: #333333;
}
.btn-ghost.btn-blue,
.btn-ghost.btn-purple,
.btn-ghost.btn-yellow,
.btn-ghost.btn-gray {
  background-color: transparent;
}
.btn-ghost.btn-blue:hover,
.btn-ghost.btn-purple:hover,
.btn-ghost.btn-yellow:hover,
.btn-ghost.btn-gray:hover {
  color: #FFF;
}
.btn-ghost.btn-blue {
  border: 2px solid #1f8fce;
  color: #1f8fce;
}
.btn-ghost.btn-blue:hover {
  background-color: #1f8fce;
  border: 2px solid #1f8fce;
}
.btn-ghost.btn-purple {
  border: 2px solid #4e2f91;
  color: #4e2f91;
}
.btn-ghost.btn-purple:hover {
  background-color: #4e2f91;
  border: 2px solid #4e2f91;
}
.btn-ghost.btn-yellow {
  border: 2px solid #fdb414;
  color: #666666;
}
.btn-ghost.btn-yellow:hover {
  background-color: #fdb414;
  border: 2px solid #fdb414;
}
.btn-ghost.btn-gray {
  border: 2px solid #58585b;
  color: #58585b;
}
.btn-ghost.btn-gray:hover {
  background-color: #58585b;
  border: 2px solid #58585b;
}
.box {
  background-color: #666666;
  background-size: cover;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0;
}
.box .box-text {
  padding: 19px;
}
.box h3 {
  font-family: 'Crimson Text', serif;
  font-size: 2em;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  margin: auto;
  text-transform: none;
}
.box h3.box-intro {
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 1em;
  padding: 2em 0 1em;
  text-transform: uppercase;
}
.box-lg .box-text {
  padding-bottom: 2em;
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 3em;
}
.box-xl .box-text {
  padding-bottom: 2em;
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 6em;
}
.box-xl .btn {
  margin: 1em 0;
}
.box-masthead .box-text {
  padding-bottom: 4em;
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 4em;
}
.box-masthead .box-text.presenter-feature {
  padding-right: 5%;
}
.box-masthead .btn {
  margin: 1em 0;
}
.box-masthead h3 {
  font-size: 2.5em;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .box-xl .box-text,
  .box-masthead .box-text {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media (max-width: 992px) {
  .box-nav > li {
    width: 100%;
  }
}
.box h1,
.box h2,
.box h3,
.box h4,
.box h5,
.box h6,
.box ul,
.box p {
  color: #FFFFFF;
}
.box-text h3:first-child {
  margin-top: 0;
}
.box-text p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.box-text p span {
  font-size: 3em;
  line-height: 100%;
}
.box-text ul:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.box.bg-middle {
  background-position: center center;
}
.box.bg-bottom {
  background-position: center bottom;
}
.box-nav-container {
  display: table;
  margin: 0 auto;
}
.box-nav {
  list-style: none;
  margin-bottom: 0;
  margin-top: 1em;
  padding-left: 0;
  text-align: center;
}
.box-nav > li {
  display: block;
  float: left;
  position: relative;
}
.box-nav > li > a {
  border-bottom: 0;
  border-bottom: 3px #FFFFFF solid;
  color: #FFFFFF;
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  margin: 0px 15px;
  padding: 10px 0px 5px;
  padding: 15px 0px;
  position: relative;
  text-decoration: none;
}
.box-nav > li > a:hover {
  background-color: #FFFFFF;
  border: 0;
  color: #000000;
  margin: 0px 0px -3px;
  margin: 0px 0px 0px;
  padding: 10px 15px 10px;
  padding: 15px 0px;
  text-decoration: none;
}
.subHeadline {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
  font-size: .5em;
  padding: 2em 0 1em;
  margin: 0 0 1em;
}
.cta {
  background-color: #eeeeee;
  margin-top: 1em;
  padding: 1em 0;
}
.cta h5 {
  border-bottom: 1px solid #CCCCCC;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: .5em;
}
.cta h2 {
  margin-bottom: 10px;
}
.cta-form {
  background-color: #dddddd;
  margin-top: -2em;
  padding: 1em 19px;
}
.cta-form h2 {
  border-bottom: 1px solid #CCCCCC;
  color: #666666;
  font-size: 1.75em;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.cta-home {
  margin-top: 0px;
  padding-top: 0px;
  border-top: 0;
}
@media (max-width: 992px) {
  .cta-form {
    margin-top: 0;
  }
}
.quote {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  padding: 1.5em 0;
}
.quote h3 {
  font-size: 1em;
}
.quote h2 {
  margin: 0px;
}
@media (max-width: 992px) {
  .quote p {
    margin-top: 1em;
  }
}
.contact h4 {
  border-bottom: 10px solid #ffcc00;
  display: inline-block;
  font-family: 'Crimson Text', serif;
  font-size: 1.25em;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0 .25em;
  padding: 0 0 .25em;
  text-transform: none;
}
.contact p {
  margin: 0;
  padding: 0;
}
p.contact-name {
  font-size: 1.5em;
  font-weight: bold;
}
p.contact-phone {
  font-size: 1.25em;
}
/*------------------------------------*\
    $GLOBAL
\*------------------------------------*/
.content-wrap,
footer {
  /*padding-top: 50px;*/
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-menu .content-wrap,
.show-menu footer {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 125px, 0);
  transform: translate3d(0, 125px, 0);
}
.search-wrap {
  position: fixed;
  z-index: 10000;
  width: 0;
  height: 0;
  -webkit-transform: translate3d(0, -125px, 0);
  transform: translate3d(0, -125px, 0);
  -webkit-transition: width 0.4s, height 0.4s, -webkit-transform 0.4s;
  transition: width 0.4s, height 0.4s, transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.search-wrap .close-search {
  display: none;
}
.show-menu .search-wrap {
  width: 100%;
  height: 125px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.show-menu .search-wrap .close-search {
  display: block;
  float: right;
  width: 32px;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.show-menu .search-wrap .close-search:hover {
  color: #4e2f91;
}
.search {
  width: 100%;
  height: 125px;
}
.search .searchbox {
  float: left;
  /*width: 85%; move up */
  width: 70%;
  /* mobile size */
  height: 125px;
  /*padding-left: 30px; move up */
  padding-left: 15px;
  /* mobile size */
  /*font-size: 60px; move up */
  font-size: 24px;
  /* mobile size */
  line-height: 125px;
  color: #ffffff;
  background: none;
  border: none;
  box-shadow: none;
}
.search .btn {
  float: right;
  width: auto;
  height: 125px;
  /*padding: 0 30px; mobile size */
  padding: 0 18px;
  font-family: 'Glyphicons Halflings';
  font-size: 60px;
  color: #ffffff;
  background: none;
  border: none;
}
.navbar-default.global-nav {
  /*position: fixed;*/
  top: 0;
  z-index: 1000;
  width: 100%;
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.navbar-default.global-nav .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default.global-nav .navbar-collapse {
  border: none;
}
.navbar-default.global-nav .navbar-nav > li {
  float: left;
}
.navbar-default.global-nav .navbar-nav > li > a {
  padding: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: none;
}
.navbar-default.global-nav .navbar-nav > li > a.icon {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 30px;
}
.navbar-default.global-nav .navbar-header .icon {
  display: inline-block;
  float: left;
  padding: 10px;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}
.navbar-default.local-nav {
  max-height: none;
  margin: 0;
  background-color: #eaeaea;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.navbar-default.local-nav .navbar-brand {
  height: auto;
}
.navbar-default.local-nav .navbar-nav > li > a {
  font-size: 18px;
  line-height: 30px;
  color: #222222;
  text-shadow: none;
}
.navbar-default.local-nav .navbar-nav > li > .dropdown-menu {
  padding: 0;
  font-size: 16px;
}
.navbar-default.local-nav .navbar-nav > li > .dropdown-menu > li > a {
  line-height: 30px;
}
.navbar-default.local-nav .navbar-nav > li > .dropdown-menu > li > a .fa {
  margin-right: 5px;
}
.navbar-default.local-nav .btn {
  margin-bottom: 15px;
  background: none;
  background-color: #1a8fce;
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.navbar-default.local-nav .btn strong {
  font-weight: 700;
}
.navbar-default.local-nav .btn:hover {
  background-color: #11608a;
}
.content-wrap ~ footer {
  margin-top: 60px;
  padding: 2em 0;
  color: #dddddd;
  background-color: #333333;
}
.content-wrap ~ footer a {
  color: #dddddd;
}
.content-wrap ~ footer a:hover {
  color: #ffffff;
}
.content-wrap ~ footer .footer-social {
  margin: 2em 0;
}
.content-wrap ~ footer .footer-social,
.content-wrap ~ footer .footer-links {
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.content-wrap ~ footer .footer-social li,
.content-wrap ~ footer .footer-links li {
  display: inline-block;
  margin-right: .25em;
}
.content-wrap ~ footer .footer-links li {
  font-size: 12px;
  padding: 0 .5em 0 0;
  border-right: 1px solid #666;
}
.content-wrap ~ footer .footer-links li:last-child {
  border-right: none;
}
.home footer {
  margin-top: 0;
}
.billboard {
  margin-bottom: 4em;
}
.billboard .text-center {
  padding: 20px 15px;
  /* mobile size */
}
.billboard .text-center h1 {
  margin-top: 0;
  font-size: 24px;
  /* mobile size */
  font-weight: normal;
  color: #ffffff;
}
.billboard .text-center h1 small {
  display: inline-block;
  margin-bottom: 30px;
  padding: 12px 16px;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
}
.panel.cta {
  border-color: #dddddd;
}
.panel.cta .panel-heading {
  height: 80px;
  padding: 0;
}
.panel.cta .panel-heading h2 {
  margin: 0;
  padding: 0 20px;
  font-size: 18px;
  line-height: 80px;
  font-weight: normal;
  color: #ffffff;
}
.panel.cta .panel-heading h2 i {
  margin-right: 10px;
}
.panel.cta.survey-data .panel-heading {
  background: url(/img/bg-survey.jpg) 0 0 / cover no-repeat;
}
.panel.cta.events .panel-heading {
  background: url(/img/bg-events.jpg) 0 0 / cover no-repeat;
}
.panel.cta .panel-body {
  padding: 15px;
}
.panel.cta .panel-body li {
  margin-bottom: 15px;
}
.panel.cta .panel-body li a {
  font-size: 16px;
  font-weight: 700;
}
.panel.cta .panel-body li small {
  color: #999999;
  text-transform: uppercase;
}
/* about us bios */
.bio {
  -moz-box-shadow: 0px 0px 5px 0px #DDD;
  -webkit-box-shadow: 0px 0px 5px 0px #DDD;
  box-shadow: 0px 0px 5px 0px #DDD;
  border: 1px solid #CCC;
  box-sizing: border-box;
  text-align: center;
  font-family: 'Arimo', Helvetica, sans-serif;
  margin-top: 3.5em;
}
.bio img {
  border-radius: 50%;
  -moz-box-shadow: 0px 0px 5px 0px #CCC;
  -webkit-box-shadow: 0px 0px 5px 0px #CCC;
  box-shadow: 0px 0px 5px 0px #CCC;
  margin-top: -2.5em;
}
.bio h3 {
  font-size: 1em;
  margin: .5em 0 0;
}
.bio h4 {
  font-size: 1em;
  font-weight: normal;
  font-style: italic;
  margin: 0;
}
.bio p {
  font-size: .875em;
  margin: 0 1em;
}
.contactInfo {
  border-top: 1px solid #EEE;
  margin: .5em auto 0;
  padding: .5em 0;
}
.bright:hover {
  opacity: .8;
}
.dogs div.col-md-3 {
  padding-bottom: 30px;
}
/* video overlay */
.video-overlay {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.video-background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video-foreground {
  background-color: rgba(0, 0, 0, 0.6);
  color: #dddddd;
  height: 100%;
  left: 0;
  padding: 4em 1em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10;
}
.video-foreground h3 {
  color: #ffffff;
  font-family: 'Crimson Text', serif;
  font-size: 2.5em;
  font-size: 2em;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 10px;
  margin: auto;
  text-transform: none;
}
@media (max-width: 992px) {
  .video-background {
    display: none;
  }
  .video-foreground {
    background-size: cover;
    height: auto;
    position: static;
    width: auto;
  }
  .video-overlay {
    height: auto;
    position: static;
  }
}
/*------------------------------------*\
    $MEMBERSHIP
\*------------------------------------*/
.membership .search {
  background-color: #2f1c57;
}
.membership .global-nav {
  background-color: #4e2f91;
}
.membership .global-nav .navbar-nav > li > a:hover {
  background: #ffffff;
  color: #4e2f91;
}
.membership .local-nav .navbar-nav > li > a:hover,
.membership .local-nav .navbar-nav > li > a:focus {
  background-color: #4e2f91;
  color: #ffffff;
}
.membership .local-nav .navbar-nav .dropdown-menu > li > a:hover,
.membership .local-nav .navbar-nav .dropdown-menu > li > a:focus {
  background: none;
  background-color: #4e2f91;
  color: #ffffff;
}
.membership .billboard {
  background: url(/img/billboard-membership.jpg) center center no-repeat;
  background-size: cover;
}
.membership .image-cta {
  background: url(/img/bg-box.jpg) 0 0 / cover no-repeat;
}
.membership .image-cta h4,
.membership .image-cta p {
  display: inline-block;
  padding: 10px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
}
.membership .services {
  padding: 60px;
  text-align: center;
  color: #ffffff;
  background: url(/img/billboard-services.jpg) 0 0 no-repeat;
  background-size: cover;
}
.membership .services h3 {
  margin-bottom: 1.5em;
}
.membership .services h3 small {
  display: inline-block;
  margin-bottom: 1em;
  padding: 8px 12px;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  background: #4e2f91;
  background: rgba(0, 0, 0, 0.4);
}
.membership .services .video-link {
  transition: all 0.2s;
}
.membership .services .video-link:hover {
  margin-top: -3px;
  transition: all 0.5s;
}
.membership .testimonials {
  padding: 5em 0;
}
.tour div.icons {
  display: inline;
  float: left;
  width: 20%;
  text-align: center;
}
.tour div.icons em,
div.icon em {
  background-image: url(http://www.yourerc.com/img/icons/tour-icons.gif);
  display: block;
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
}
.tour div.icons em {
  margin: 0 auto 10px;
}
.icon {
  padding: 0 15px 0 0;
}
.tour div.icons.surveyData em,
div.icon.surveyData em {
  background-position: 0 0;
}
.tour div.icons.helpDesk em,
div.icon.helpDesk em {
  background-position: -110px 0;
}
.tour div.icons.onlineTools em,
div.icon.onlineTools em {
  background-position: -220px 0;
}
.tour div.icons.networking em,
div.icon.networking em {
  background-position: -330px 0;
}
.tour div.icons.costSavings em,
div.icon.costSavings em {
  background-position: -440px 0;
}
.tour div.icons a {
  color: #666;
}
.roi span {
  font-size: .3em;
  text-transform: uppercase;
}
/* Cost Savings pages */
.partner .well {
  min-height: 200px;
}
.cost-savings img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.partnerDetail .titleLogo {
  overflow: auto;
}
.inside .partnerDetail .titleLogo h2 {
  float: left;
  margin-top: 0;
}
.partnerDetail .titleLogo img {
  float: right;
  margin-top: -50px;
}
.partnerDetail .memberSavings div {
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 10px 0;
  background-color: #1f8fce;
  text-align: center;
  color: #ffffff;
}
.partnerDetail .memberSavings p {
  margin-top: 0;
  padding: 0 30px;
  font-family: "Arimo", sans-serif;
  font-size: 18px;
  font-style: italic;
  color: #FFF;
}
.partnerDetail .socialLinks li {
  display: block;
  float: right;
  margin-left: 6px;
}
.partnerDetail .socialLinks a {
  display: block;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
}
/* use FA icons:
    fa fa-facebook-square
    fa fa-twitter-square
    fa fa-linkedin-square
    fa fa-youtube-square
    fa fa-rss-square
*/
/*Survey Access Page*/
.access .box {
  min-height: 270px;
}
.survey div.col-lg-3 {
  padding-top: 30px;
}
/*------------------------------------*\
    $CONSULTING
\*------------------------------------*/
.consulting .search {
  background-color: #1f826e;
}
.consulting .global-nav {
  background-color: #2ec0a2;
}
.consulting .global-nav .navbar-nav > li > a:hover {
  background: #ffffff;
  color: #2ec0a2;
}
.consulting .local-nav .navbar-brand img {
  max-width: 230px;
  height: auto;
}
.consulting .local-nav .navbar-nav > li > a:hover,
.consulting .local-nav .navbar-nav > li > a:focus {
  background-color: #2ec0a2;
  color: #ffffff;
}
.consulting .local-nav .navbar-nav .dropdown-menu > li > a:hover,
.consulting .local-nav .navbar-nav .dropdown-menu > li > a:focus {
  background: none;
  background-color: #2ec0a2;
  color: #ffffff;
}
.consulting .billboard {
  background: url(/img/billboard-consulting.jpg) center center / cover no-repeat;
}
.consulting .panel-body h3 {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: .25em;
  margin: .25em 0;
}
.consulting .panel-body h3 a {
  color: #FFF;
  text-decoration: none;
}
.consulting .panel-body p {
  color: #eeeeee;
}
.consulting .compensation {
  background-color: #16a085;
}
.consulting .project {
  background-color: #27ae60;
}
.consulting .engagement {
  background-color: #2980b9;
}
.consulting .process {
  background-color: #8e44ad;
}
.consulting .selection {
  background-color: #c0392b;
}
.consulting .coaching {
  background-color: #34495e;
}
.consulting .talent {
  background-color: #7f8c8d;
}
/*------------------------------------*\
    $TRAINING
\*------------------------------------*/
.training .search {
  background-color: #11608a;
}
.training .global-nav {
  background-color: #1a8fce;
}
.training .global-nav .navbar-nav > li > a:hover {
  background: #ffffff;
  color: #1a8fce;
}
.training .local-nav .navbar-brand img {
  max-width: 230px;
  height: auto;
}
.training .local-nav .navbar-nav > li > a:hover,
.training .local-nav .navbar-nav > li > a:focus {
  background-color: #1a8fce;
  color: #ffffff;
}
.training .local-nav .navbar-nav .dropdown-menu > li > a:hover,
.training .local-nav .navbar-nav .dropdown-menu > li > a:focus {
  background: none;
  background-color: #1a8fce;
  color: #ffffff;
}
.training .billboard {
  background: url(/img/billboard-training.jpg) center center no-repeat;
  background-size: cover;
}
.training .supervisor {
  background-image: url(/img/bg-supervisor.jpg);
  padding-top: 7em;
  background-size: cover;
}
.training .technical {
  background-image: url(/img/bg-technical.jpg);
  background-size: cover;
}
.training .hru {
  background-image: url(/img/bg-hru.jpg);
  background-size: cover;
}
.training .leadership {
  background-image: url(/img/bg-leadership.jpg);
  background-size: cover;
}
.training .panel-body h3 {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: .25em;
  margin: .25em 0;
}
.training .panel-body h3 a {
  color: #FFF;
  text-decoration: none;
}
.training h3 small {
  text-transform: uppercase;
  font-size: 12px;
}
.training .panel-body p {
  font-size: 13px;
  color: #EEE;
}
.training .clients {
  padding: 4em 0;
  background-color: #EEE;
  text-align: center;
}
.training .clients img {
  margin: 2em 0 0;
}
.industry {
  background-color: #4e2f91;
  color: #ffffff;
  padding: 2em 0 0;
  text-align: center;
}
.industry img {
  margin: 0 auto;
}
.industry h1 {
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-weight: 400;
}
.industry h2 {
  font-size: 1.25em;
  font-weight: normal;
  text-transform: uppercase;
}
.industry h3 {
  font-size: 1.25em;
}
.industry .col-lg-3 {
  margin-bottom: 1em;
}
.industry .row {
  margin-bottom: 2em;
}
.industry a h3 {
  color: #ffffff;
}
.industry a p {
  color: #ffffff;
}
.industry a:hover h3 {
  color: #fdbe57;
}
.industry a:hover p {
  color: #fdbe57;
}
.bios hr {
  clear: both;
}
.bios ul {
  padding: 0px 0px 10px;
}
.bios li {
  display: block;
  float: left;
  width: 50%;
  padding-bottom: 15px;
}
.bios img {
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.bios h4 {
  margin-right: 10px;
}
.bios p {
  margin: 10px 10px 14px 138px;
  font-size: 13px;
  line-height: 19px;
}
.bios p span.bioName {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.bios p span.bioTitle {
  display: inline-block;
}
.present div.col-lg-3 {
  padding-bottom: 30px;
}
/*Supervisory Content Carousel*/
.thumbnail {
  padding: 4px;
  line-height: 20px;
  list-style: none;
  width: 150px;
  overflow: hidden;
  border: 0;
}
.thumbnails {
  list-style: none;
  overflow: hidden;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 35px;
  height: 35px;
  font-size: 30px;
  margin-top: -20px;
  line-height: 30px;
  font-weight: 100;
  color: #ffffff;
  background: #222222;
  text-align: center;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/*Keynote Speakers*/
.keynote {
  background-color: #000000;
  margin: 0;
  padding: 0;
}
.keynote img {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.keynote h4 {
  color: #ffffff;
  font-size: 36px;
}
.keynote:hover h4 {
  display: none;
}
.keynote:hover img {
  filter: alpha(opacity=100);
  opacity: 1;
}
.caption {
  left: 0;
  width: 100%;
}
.caption span {
  display: block;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .video-link {
    text-align: right;
  }
}
@media (max-width: 1200px) and (min-width: 993px) {
  .keynote img {
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  .keynote h4 {
    color: #ffffff;
    display: block;
    font-size: 28px;
    line-height: 1em;
  }
  .keynote:hover h4 {
    color: #ffffff;
    font-size: 28px;
    line-height: 1em;
  }
  .caption {
    left: 0;
    width: 100%;
  }
  .caption span {
    display: block;
    width: 100%;
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .keynote {
    margin-bottom: 12em;
  }
  .keynote img {
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  .keynote h4 {
    color: #ffffff;
    display: block;
    font-size: 24px;
    line-height: 1em;
  }
  .keynote:hover h4 {
    color: #ffffff;
    font-size: 24px;
    line-height: 1em;
  }
  .keynote .caption {
    left: 0;
    position: absolute;
    top: 170px;
    width: 100%;
  }
  .keynote .caption span {
    display: block;
    width: 100%;
  }
  .keynote .caption span h3 {
    display: block;
    font-size: 30px;
    line-height: 1em;
    text-align: left;
  }
  .keynote .caption span headline4 {
    display: block;
    font-size: .5em;
    line-height: 1em;
    text-align: left;
  }
  .caption {
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
  }
  .caption span {
    display: block;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .keynote {
    margin-bottom: 15em;
    background-color: transparent;
    margin-bottom: 5em;
  }
  .keynote img {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .keynote h4 {
    color: #333333;
    display: block;
    font-size: 24px;
    line-height: 1em;
    text-align: left;
  }
  .keynote:hover h4 {
    color: #333333;
    display: block;
    font-size: 24px;
    line-height: 1em;
    text-align: left;
  }
  .keynote .caption {
    left: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 100%;
  }
  .keynote .caption span {
    display: inline;
    text-align: left;
    width: auto;
  }
  .keynote .caption span h3 {
    display: block;
    font-size: 30px;
    line-height: 1em;
    text-align: left;
  }
  .keynote .caption span headline4 {
    display: block;
    font-size: .5em;
    line-height: 1em;
    text-align: left;
  }
  .caption {
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .caption span {
    display: inline;
    width: auto;
  }
}
.keynoteSubHeadline {
  font-family: 'Open Sans', sans-serif;
  font-size: .5em;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 1em;
  padding: 1em 0 1em;
  text-transform: uppercase;
}
/*------------------------------------*\
    $BLOG
\*------------------------------------*/
.blog-title {
  background-color: #1a8fce;
  margin-bottom: 50px;
  padding: 36px 0;
}
.blog-title.patsblog {
  padding: 0;
  background-color: #feb415;
}
.blog-title h1 {
  margin: 0;
  line-height: 1;
}
.blog-title a {
  color: #ffffff;
  text-decoration: none;
}
.blog-title a.topics-toggle {
  font-size: 16px;
  line-height: 2.25;
}
.blog-title .topics {
  margin: 10px 0;
  overflow: auto;
}
.blog-title .topics li {
  display: inline-block;
  float: left;
  background-color: #ffffff;
  border-radius: 9px;
  padding: 3px 10px 4px;
  list-style-type: none;
  margin: .75em 1em 0 0;
}
.blog-title .topics li a {
  color: #1a8fce;
}
.post {
  margin-bottom: 50px;
}
.post .post-header {
  min-height: 0;
}
.post .post-date,
.post .pubDate {
  font-size: 13px;
  font-weight: bold;
  color: #cccccc;
  text-transform: uppercase;
}
.post h1 {
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-size: 30px;
  line-height: 35px;
  border-bottom: 5px solid #eeeeee;
}
.post .text {
  margin-top: 30px;
}
.post .text p:first-child {
  font-size: 1.2em;
  line-height: 1.5em;
}
.post h1 a,
.post h1 a:visited {
  color: #333333;
}
.post h1 a:hover {
  color: #0066dd;
  text-decoration: none;
}
.post .more {
  margin-top: 30px;
}
.post .addthis_toolbox {
  padding: 10px 0;
}
.post h2 {
  margin: 35px 0px 20px;
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
  color: #333333;
  font-weight: bold;
}
.post h3 {
  font-size: 14px;
  font-weight: bold;
}
.post .badge-tag a:link {
  background-color: #999999;
  color: #ffffff;
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  vertical-align: baseline;
  white-space: nowrap;
  border-radius: 9px;
  padding: 1px 9px 2px;
}
.blog aside .well {
  position: relative;
  margin-top: 20px;
  padding-top: 179px;
}
.blog aside .blog-subscribe {
  margin: 10px 0px 0px;
  padding: 0px 0px 15px;
  border-bottom: 1px solid #DDD;
}
.blog aside .blog-subscribe .input-small {
  font-size: 13px;
  font-family: "Helvetica", Arial, sans-serif;
}
.blog aside h4 {
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  color: #333333;
  border-bottom: 1px solid #CCC;
}
.blog aside .blog-subscribe h4 {
  margin: 0px 0px 5px;
}
.blog aside ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.blog aside li {
  padding: 4px 5px;
  font-size: 12px;
  line-height: 17px;
  font-family: "Helvetica", Arial, sans-serif;
  border-bottom: 1px solid #DDD;
}
.blog aside li a {
  /*font-size: 16px; */
}
.blog aside .tagcloud {
  white-space: normal;
}
.blog aside .tagcloud li {
  display: inline;
  padding: 0;
  border: none;
}
.blog aside .tagcloud li a {
  margin-right: 3px;
  display: inline;
}
.blog aside .tagcloud li a.biggest {
  font-size: 130%;
}
.blog aside .tagcloud li a.big {
  font-size: 124%;
}
.blog aside .tagcloud li a.medium {
  font-size: 115%;
}
.blog aside .tagcloud li a.small {
  font-size: 100%;
}
.blog aside .tagcloud li a.smallest {
  font-size: 90%;
}
.blog aside .widgetzone .textbox:first-child {
  position: absolute;
  top: 19px;
}
.categorylist img {
  margin-right: 5px;
}
#PostPager {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
#PostPager > li {
  display: inline;
}
#PostPager > li > a,
#PostPager > li.PagerLinkDisabled,
#PostPager > li.PagerLinkCurrent,
#PostPager > li.PagerEllipses {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
#PostPager > li > a:hover,
#PostPager > li > a:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
#PostPager > li.PagerLinkCurrent,
#PostPager > li.PagerLinkCurrent:hover,
#PostPager > li.PagerLinkCurrent:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
#PostPager > li.PagerLinkDisabled,
#PostPager > li.PagerEllipses {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
/*------------------------------------*\
    $CRM
\*------------------------------------*/
.controls {
  position: relative;
}
.controls .validation {
  position: relative;
  float: right;
  margin: -25px 10px 0 0;
  color: #a94442;
  font-weight: bold;
}
.calendar .month {
  display: block;
  padding: 30px 0px 10px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.calendar .session {
  padding: 10px 0;
  background-color: #EEE;
  margin: 0px 0px 10px;
}
.calendar .startDate {
  padding: 10px 10px;
  font-weight: bold;
  font-size: 30px;
  color: #FFF;
  background-color: #3498db;
}
.calendar strong {
  display: block;
  padding: 15px;
  font-size: 18px;
}
.calendar a {
  margin: 0 15px;
}
.sessionHeaders {
  padding: 0 1em;
}
.classInfo {
  margin-bottom: 15px;
  padding: .5em 1em;
  background-color: #eeeeee;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.evtAddress span {
  display: block;
}
.classInfo table tr:first-child td {
  font-weight: bold;
}
.registrationSteps {
  margin-bottom: 20px;
  overflow: auto;
}
.registrationSteps li {
  float: left;
  padding-right: 6px;
  font-size: 15px;
  font-weight: bold;
  color: #bbbbbb;
  line-height: 30px;
  white-space: nowrap;
}
.registrationSteps li.currentStep {
  color: #000000;
}
.registrationSteps i {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 6px;
  line-height: 30px;
  background-color: #bbbbbb;
  border-radius: 15px;
  color: #ffffff;
  text-align: center;
  font-style: normal;
}
.registrationSteps .currentStep i {
  background-color: #000000;
}
/*------------------------------------*\
    $RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 600px) {
  .search .searchbox {
    width: 80%;
    /* larger mobile size */
    padding-left: 30px;
    /* final value */
    font-size: 36px;
    /* larger mobile size */
  }
  .search .btn {
    padding: 0 30px;
    /* final value */
  }
  .billboard .text-center {
    padding: 45px 15px 100px;
  }
  .billboard .text-center h1 {
    margin-bottom: 40px;
    font-size: 48px;
  }
  .billboard .text-center h1 small {
    margin-bottom: 20px;
  }
  .training .billboard .text-center h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .content-wrap {
    padding-top: 40px;
  }
  header {
    min-height: 130px;
  }
  .home header {
    min-height: 0;
  }
  .navbar-default.global-nav {
    position: fixed;
    min-height: 40px;
  }
  .navbar-default.local-nav {
    width: 100%;
    max-height: 60px;
    /*background: none;
            background-color: rgba(255,255,255,0.9);*/
  }
  .navbar-default.local-nav .container,
  .navbar-default.local-nav .navbar-collapse {
    padding: 0;
    /* restore to 15px for desktop */
  }
  .navbar-default.local-nav .navbar-collapse {
    border: none;
  }
  .navbar-default.local-nav .navbar-brand {
    margin: 0;
    margin-right: 15px;
    padding: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .navbar-default.local-nav .navbar-nav > li > a {
    /* tablet only; remove for desktop */
    padding: 10px;
    font-size: 14px;
    line-height: 40px;
  }
  .navbar-default.local-nav .navbar-nav > li > .dropdown-menu {
    border-radius: 0;
  }
  .navbar-default.local-nav .navbar-nav > li:last-child > .dropdown-menu {
    /* tablet only; remove for desktop */
    left: auto;
    right: 0;
  }
  .navbar-default.local-nav .btn {
    margin-top: 14px;
  }
  /*.home .navbar-default.local-nav {
            position: absolute;
            top: 40px;
            z-index: 100;
        }*/
  .training .local-nav .navbar-brand img {
    max-width: none;
  }
  .consulting .local-nav {
    max-height: none;
  }
  .consulting .local-nav .navbar-nav {
    max-width: 505px;
  }
  .calendar strong {
    padding: 0;
    line-height: 43px;
  }
  .calendar a {
    float: right;
    margin: 0 15px 0 0;
  }
}
@media only screen and (min-width: 800px) {
  .search .searchbox {
    width: 85%;
    /* final value */
    font-size: 60px;
    /* final value */
  }
}
@media only screen and (min-width: 992px) {
  p,
  ol,
  ul,
  blockquote {
    font-size: 1em;
    line-height: 1.4em;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 115%;
  }
  h1 {
    font-size: 2.625em;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.1em;
  }
  h4 {
    font-size: 1em;
  }
  .navbar-default.local-nav .container,
  .navbar-default.local-nav .navbar-collapse {
    padding: 0 15px;
  }
  .navbar-default.local-nav .navbar-nav > li:last-child > .dropdown-menu {
    left: 0;
    right: auto;
  }
  .consulting .local-nav .navbar-nav {
    max-width: none;
  }
  .consulting .local-nav .navbar-brand {
    height: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-default.local-nav .navbar-nav > li > a {
    padding: 10px 15px;
    font-size: 18px;
  }
  .consulting .local-nav .navbar-brand img {
    max-width: none;
  }
  .consulting .local-nav .navbar-nav > li > a.wrap {
    max-width: 132px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* 2x =================================================== */
}
@media only screen and (max-width: 767px) {
  .navbar-default.local-nav .navbar-brand {
    height: auto;
  }
}
@media only screen and (max-width: 600px) {
  .bios li {
    width: 100%;
  }
  .bios img {
    width: 96px !important;
    height: 96px !important;
  }
  .bios li p {
    margin-left: 106px;
  }
}
/*# sourceMappingURL=main.css.map */