/* ==== STYLES FOR MAILCHIMP CAMPAIGNS ON http://garfinkleexecutivecoaching.com/fulfillment-at-work-newsletter ==== */ 

#mailchimp_campaigns h3 {
margin: 20px 0 5px 0!important;
}

#mailchimp_campaigns h2 {
font-size: 1em!important;
margin: 7px 0 0 0!important;
}

#mailchimp_campaigns ul.mailchimp-campaigns {
line-height: 1em!important;
list-style: none!important;
margin: 0 !important;
}

#mailchimp_campaigns li {
padding-bottom: 0!important;
margin-left:0!important;
margin-bottom: 0em!important;
}



/* =Colors
----------------------------------------------- */
/* =Mixins
----------------------------------------------- */
/* =Grid
----------------------------------------------- */
.column {
  float: left;
  margin-left: 0.5%;
  padding-left: 0.5%; }

.column:first-child {
  margin-left: 0;
  padding-left: 0; }

.col_1_of_16 {
  width: 4.75%; }

.col_2_of_16 {
  width: 11.5%; }

.col_3_of_16 {
  width: 17.75%; }

.col_4_of_16 {
  width: 24%; }

.col_5_of_16 {
  width: 30.25%; }

.col_6_of_16 {
  width: 36.5%; }

.col_7_of_16 {
  width: 42.75%; }

.col_8_of_16 {
  width: 49%; }

.col_9_of_16 {
  width: 55.25%; }

.col_10_of_16 {
  width: 61.5%; }

.col_11_of_16 {
  width: 67.75%; }

.col_12_of_16 {
  width: 74%; }

.col_13_of_16 {
  width: 80.25%; }

.col_14_of_16 {
  width: 86.5%; }

.col_15_of_16 {
  width: 94.75%; }

.col_16_of_16 {
  width: 99%; }

.showmobile {
    display:none !important;
}

body {
  background-color: #b7b5b0;
  font-family: "Open Sans", sans-serif !important;
  font-style: normal;
  color: #444444;
  margin: 0;
  padding: 0 0 60px 0; }

a {
  text-decoration: none; }
  a:link {
    color: #a53215; }
  a:hover, a:active {
    color: #74230f; }
  a:visited {
    color: #00365c; }
  a.social {
    display: inline-block;
    position:relative;
    width: 16px;
    height: 16px;
    margin-left: 3px;
    /* twitter*/  }
  /*a.social:before {
      color:lightblue;
      content:'\f215';font: normal normal normal 14px/1 'Elusive-Icons';
  }
    a.social.facebook:before {
      //background-position: left -796px;
      content:'\f152';
      color:blue;
    }
    a.social.linkedin:before {
      //background-position: left -574px; }
      content:'\f19d';
      color:blue;
    a.social.google {
      //background-position: left -574px; }
      content:'\f178';
      color:red;
    a.social.rss {
      //background-position: left -693px; }
      content:'\f1e8';
      color:orange;
    a.social span {
      display: none; }*/
  a.video {
    background: url("../images/sprite.png") no-repeat 0 -1084px;
    padding-left: 18px; }

.inner {
  max-width: 960px;
  margin: 0 auto; }

.red {
  color: #a53215; }

.white {
  color: white; }

.upper {
  text-transform: uppercase; }
  
.medium {
  font-size: 13px !important;
  font-size: 1.3rem !important; }

.large {
  padding-top: 7px;
  font-size: 18px !important;
  font-size: 1.8rem !important; }

.nolabel label.gfield_label,
a.gform_anchor {
    visibility:hidden !important;
    width:0;
    font-size:0;
}

.clear:after {
  display: block;
  content: '.';
  clear: both;
  width: 100%;
  visibility: hidden;
  height: 0; }

input.button {
  color: white;
      text-decoration: none;
      border: 0;
      margin: 7px 15px 7px 15px;
      display: inline-block;
      border-radius: 3px;
      background: #a53215;
      background: -moz-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d86758), color-stop(7%, #a53215), color-stop(91%, #a53215), color-stop(100%, #77260a));
      background: -webkit-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
      background: -o-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
      background: -ms-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
      background: linear-gradient(to bottom, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$middle-color', endColorstr='$bottom-color',GradientType=0 );
      padding: 4px 12px;
      margin: 7px 0; 
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4); }

input.button:hover {
    color: white !important;
        background: #a53215;
        background: -moz-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e59388), color-stop(7%, #c43d1b), color-stop(91%, #c43d1b), color-stop(100%, #a53215));
        background: -webkit-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
        background: -o-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
        background: -ms-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
        background: linear-gradient(to bottom, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$middle-color', endColorstr='$bottom-color',GradientType=0 );
}

.aligncenter, .center {
  display: block;
  text-align: center;
  margin: 0 auto; }

h1, .site-title {
  display: block;
  font-size: 23px !important;
  font-size: 2.3rem !important;
  color: #a53215;
  font-weight: 300;
  line-height: 1.2em;
  text-align: center; }
  h1 strong, .site-title strong {
    font-size: 27px !important;
    font-size: 2.7rem !important;
    display: block; }
h1.archive-title{
	text-transform: none;
	line-height: 1.8rem;
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

h2, .entry-title {
  font-size: 20px !important;
  font-size: 2rem !important; }

h2, h2 a,
.entry-title, .entry-title a,
h3,
h5, h5.widget-title {
  color: #00365c;
  font-weight: bold !important; }  
h2.entry-title a.external {
	background: url("../images/sprite.png") no-repeat right -1640px;
	padding-right: 20px;
}

h3 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
  line-height: 1.2em !important; }

h4 {
  text-align: center;
  color: white;
  font-weight: 300;
  font-size: 19px !important;
  font-size: 1.9rem !important; }

h5, h5.widget-title {
  text-transform: none;
  font-size: 13px !important;
  font-size: 1.3rem !important;
  line-height: 1.2em; }
  h5.cat_heading, h5.widget-title.cat_heading {
    text-align: center;
    margin-bottom: 1em;
    color: #4a4a4d;
    font-size: 16px !important;
    font-size: 1.6rem !important; }  
    
  body.products .entry-content h5 {
  	line-height: 1.2em !important; }

h6, h6.widget-title {
  color: white;
  text-transform: none;
  font-size: 8.5px !important;
  font-size: 0.85rem !important; }

h1, h2, h3, h4, h5, h6 {	 
 -webkit-hyphens: none;
   -moz-hyphens: none;
        hyphens: none;
}
#page {
  margin: 0 auto;
  padding: 0; }
  #page #main {
    padding: 10px 0 10px 40px; }
    #page #main img {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }

#top_header {
  background: url("../images/bg-top-header.gif") repeat-x #4a4a4d;
  line-height: 28px;
  height: 30px; }
  #top_header a:link, #top_header a:visited {
    color: #b7b5b0; }
  #top_header a:hover, #top_header a:active {
    color: white; }
  #top_header a.home-link {
    float: left; }
  #top_header .menu-top-navigation-container {
    float: right; }
    #top_header .menu-top-navigation-container li {
      display: inline-block;
      padding-left: 10px; }

#masthead {
  margin: 0;
  padding: 0;
  background: #28353d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #16242f 0%, #28353d 38%, #28353d 63%, #16242f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #16242f), color-stop(38%, #28353d), color-stop(63%, #28353d), color-stop(100%, #16242f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #16242f 0%, #28353d 38%, #28353d 63%, #16242f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #16242f 0%, #28353d 38%, #28353d 63%, #16242f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #16242f 0%, #28353d 38%, #28353d 63%, #16242f 100%);
  /* IE10+ */
  background: linear-gradient(to right, #16242f 0%, #28353d 38%, #28353d 63%, #16242f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$outer-color', endColorstr='$outer-color',GradientType=1 );
  /* IE6-8 */ }
  #masthead #banner {
    width: 100%;
    height: auto;
    margin-bottom: -3px; }

.site-header {
  color: white;
  /* first level */
  /* second level */ }
  .site-header a:link, .site-header a:visited {
    color: #a53215; }
  .site-header a:hover, .site-header a:active {
    color: #b7b5b0; }
  .site-header h1 {
    padding: 20px 40px 0 20px; }
  .site-header hr {
    border: 0;
    height: 2px;
    width: 75%;
    margin: 1em auto;
    background: #545e67;
    /* Old browsers */
    background: -moz-linear-gradient(left, transparent 0%, #545e67 38%, #545e67 63%, transparent 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(38%, #545e67), color-stop(63%, #545e67), color-stop(100%, transparent));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, transparent 0%, #545e67 38%, #545e67 63%, transparent 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, transparent 0%, #545e67 38%, #545e67 63%, transparent 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, transparent 0%, #545e67 38%, #545e67 63%, transparent 100%);
    /* IE10+ */
    background: linear-gradient(to right, transparent 0%, #545e67 38%, #545e67 63%, transparent 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$outer-color', endColorstr='$outer-color',GradientType=1 );
    /* IE6-8 */ }
  .site-header #nav {
    width: 100%;
    background-color: white;
    padding-bottom: 10px; }
  .site-header #nav > a {
    display: none; }
  .site-header #nav li {
    position: relative; }
    .site-header #nav li a {
      color: #4a4a4d;
      display: block; }
      .site-header #nav li a:active {
        background-color: #f6f6f6 !important; }
  .site-header #nav span:after {
    width: 0;
    height: 0;
    border: 0.313em solid transparent;
    /* 5 */
    border-bottom: none;
    content: '';
    vertical-align: middle;
    display: inline-block;
    position: relative;
    right: -0.313em;
    /* 5 */ }
  .site-header #nav > ul {
    height: 3.75em;
    /* 60 */
    background-color: white; }
  .site-header #nav > ul > li {
    width: auto;
    height: 100%;
    float: left;
    max-width: 14.2857%;
    width: 100%; }
  .site-header #nav > ul > li > a {
    height: 100%;
    font-size: 11px !important;
    font-size: 1.1rem !important;
    font-weight: 700;
    padding: 10px 15px 0 15px;
    line-height: 1.2em;
    text-align: center; }
    .site-header #nav > ul > li > a span {
      text-transform: uppercase;
      color: #a53215;
      display: block; }
  .site-header #nav > ul > li:not(:last-child) > a {
    border-right: 1px solid #bbbbbb; }
  .site-header #nav > ul > li:hover > a,
  .site-header #nav > ul:not(:hover) > li.active > a {
    background-color: #f6f6f6;
    color: #00365c; }
  .site-header #nav li ul {
    background-color: white;
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 10px;
    z-index: 100000; }
  .site-header #nav li:hover ul {
    display: block;
    width: 250px;
    left: 0;
    right: 0;
    border: 1px solid #bbbbbb;
    border-top: 0; }
  .site-header #nav li:not(:first-child):hover ul {
    left: -1px; }
  .site-header #nav li:last-child:hover ul {
    left: -250px;
    margin-left: 100%; }
  .site-header #nav li ul a {
    font-size: 9px !important;
    font-size: 0.9rem !important;
    border-top: 1px solid #bbbbbb;
    padding: 0.75em;
    font-weight: 700;
    line-height: 1.4em; }
  .site-header #nav li ul li a:hover,
  .site-header #nav li ul:not(:hover) li.active a {
    background-color: #f6f6f6;
    color: #00365c; }
  .site-header #heading {
    padding: 30px 40px;
    overflow: hidden; }
    .site-header #heading #heading_image {
      position: relative;
      height: 100%; }
      .site-header #heading #heading_image img {
        width: 140%;
        position: absolute;
        top: -40px;
        left: -10px; }
    .site-header #heading #heading_content p {
      line-height: 1.3em;
      text-align: right;
      padding: 0 0 10px 0; }
      .site-header #heading #heading_content p .small {
        font-size: 9px !important;
        font-size: 0.9rem !important;
       }
      .site-header #heading #heading_content p.alt {
        color: #e5e4cd; }
    .site-header #heading #heading_content .button {
      color: white;
      text-decoration: none;
      border: 0;
      margin: 7px 15px 7px 15px;
      display: inline-block;
      border-radius: 3px;
      background: #a53215;
      background: -moz-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d86758), color-stop(7%, #a53215), color-stop(91%, #a53215), color-stop(100%, #77260a));
      background: -webkit-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
      background: -o-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
      background: -ms-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
      background: linear-gradient(to bottom, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$middle-color', endColorstr='$bottom-color',GradientType=0 );
      -webkit-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
      box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
      padding: 4px 12px;
      margin: 7px 0; }
      .site-header #heading #heading_content .button a {
        color: white; }
      .site-header #heading #heading_content .button:hover, .site-header #heading #heading_content .button:active {
        color: white;
        text-decoration: none;
        border: 0;
        padding: 0 12px;
        margin: -5px 15px 7px 15px;
        display: inline-block;
        border-radius: 3px;
        background: #a53215;
        background: -moz-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e59388), color-stop(7%, #c43d1b), color-stop(91%, #c43d1b), color-stop(100%, #a53215));
        background: -webkit-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
        background: -o-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
        background: -ms-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
        background: linear-gradient(to bottom, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$middle-color', endColorstr='$bottom-color',GradientType=0 );
        -webkit-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
        box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
        padding: 4px 12px;
        margin: 7px 0; }

.content-area .page {
  margin-bottom: 0;
  margin-right: 0;
  border: 0; }
.content-area .book_info_image {
  display: inline-block;
  width: 25%;
  text-align: center;
  vertical-align: top;
  padding-top: 25px; }
  .content-area .book_info_image a {
    display: block;
    width: auto;
    margin-bottom: 5px; }
.content-area .book_info_content {
  width: 70%;
  padding-left: 5%;
  display: inline-block; }
.content-area a {
  text-decoration: none; }
  .content-area a:link, .content-area a:visited {
    color: #a53215;
    border-bottom: 1px dashed #a53215; }
  .content-area a:hover, .content-area a:active {
    color: #74230f;
    border-bottom: 1px dashed #74230f; }
  .content-area a.pdf , 
  body.news-and-media .content-area a.pdf.external {
    padding-right: 20px;
    background: url("../images/sprite.png") no-repeat right top; }
  .content-area a.external {
    padding-right: 15px;
    background: url("../images/sprite.png") no-repeat right -1648px; }
  .content-area a.external > img {
    background: none;
    padding: 0; }
.content-area p {
  line-height: 1.4em;
  margin-bottom: 1.4em; 
}

.entry-summary,
.entry-content, 
#tertiary .widget {
-webkit-hyphens: none;
   -moz-hyphens: none;
        hyphens: none;
}
.content-area ol.roman {
  list-style: upper-roman; }
.content-area li {
  margin-bottom: 0.4em;
  line-height: 1.4em; }
.content-area .lcp_catlist_outer strong a {
  color: #00365c;
  border-bottom: none;
  font-size: 12px !important;
  font-size: 1.2rem !important; }
.content-area .author {
  display: block;
  text-align: center;
  margin: 1em 0 .75em 0; }
  .content-area .author .url {
    font-weight: bold;
    border: 0; }
.content-area .author .url.external {
    background: none; }
.content-area .positions {
  z-index: 1000;
  position: relative;
  margin: 0;
  padding: 0; }
  .content-area .positions img {
    z-index: -1;
    padding: 0;
    margin: 0;
    position: relative; }
  .content-area .positions a {
    position: absolute;
    width: 16%;
    height: 20%;
    border: 0; }
    .content-area .positions a.top {
      top: 22.5%; }
    .content-area .positions a.bottom {
      top: 67%;
      height: 22%; }
    .content-area .positions a.left {
      left: 2.8%; }
    .content-area .positions a.right {
      right: 2%; }
.content-area blockquote {
  background: #f6f6f6 url("../images/quotes.png") no-repeat 10px 20px;
  border-radius: 10px;
  padding-left: 50px; }
  .content-area blockquote.add_endquote .endquote {
    display: none; }
  .content-area blockquote.add_endquote p:last-child .endquote {
     }
  .content-area blockquote .endquote {
    display: inline;
    padding: 0 40px 7px 0;
    vertical-align: bottom;
    margin-bottom: -7px;
    white-space: no-wrap;
    background: url("../images/quotes.png") no-repeat -1160px 5px; }
  .content-area blockquote p {
    line-height: 1.4em; }
  .content-area blockquote .wp_quote_author {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 9px !important;
    font-size: 0.9rem !important;
    color: #00365c;
    text-transform: uppercase;
    vertical-align: baseline; }
    .content-area blockquote .wp_quote_author span {
	  display: inline;
      color: #4a4a4d;
      text-transform: none; }
    .content-area blockquote .wp_quote_author .employer {
      display: block; 
      text-transform: uppercase;
      color: #00365c;}
  .content-area blockquote.info {
    background-image: none;
    padding-left: 30px; 
    font-style:normal;}
    .content-area blockquote.info .endquote {
      display: none; }
  .content-area blockquote .button {
    color: white;
    text-decoration: none;
    border: 0;
    padding: 0 12px;
    margin: -5px 15px 7px 15px;
    display: inline-block;
    border-radius: 3px;
    background: #a53215;
    background: -moz-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d86758), color-stop(7%, #a53215), color-stop(91%, #a53215), color-stop(100%, #77260a));
    background: -webkit-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
    background: -o-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
    background: -ms-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
    background: linear-gradient(to bottom, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$middle-color', endColorstr='$bottom-color',GradientType=0 );
    -webkit-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
    text-decoration: none !important; }
    .content-area blockquote .button:hover, .content-area blockquote .button:active {
      color: white;
      text-decoration: none;
      border: 0;
      padding: 0 12px;
      margin: -5px 15px 7px 15px;
      display: inline-block;
      border-radius: 3px;
      background: #a53215;
      background: -moz-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e59388), color-stop(7%, #c43d1b), color-stop(91%, #c43d1b), color-stop(100%, #a53215));
      background: -webkit-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
      background: -o-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
      background: -ms-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
      background: linear-gradient(to bottom, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$middle-color', endColorstr='$bottom-color',GradientType=0 );
      -webkit-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
      box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4); }
    .content-area blockquote .button.amazon, .content-area blockquote .button.clickbank, .content-area blockquote .button.audible {
      display: inline-block;
      width: 100px;
      height: 35px;
      margin: 5px 3px;
      border: 1px solid #b7b5b0;
      color: #4a4a4d;
      text-shadow: none;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
      line-height: 150px;
      overflow: hidden;
      background: white url("../images/amazon.png") no-repeat center center;
      background-size: 90%;
      /* amazon by default */ }
    .content-area blockquote .button.clickbank {
    background-image: url("../images/sprite.png");
      background-position: center -1470px; }
    .content-area blockquote .button.audible {
      background-image: url("../images/audible.png"); }
.content-area .box {
  display: block;
  padding: 10px 15px;
  margin-bottom: 1.8em;
  border-radius: 10px;
  font-weight: bold;
  font-size: 10px !important;
  font-size: 1rem !important;
  position: relative; }
  .content-area .box a {
    border-bottom: 0;
    text-decoration: none; }
    .content-area .box a.external,
    a.notexternal {
      padding-right: 0 !important;
      background: none !important; }
    .content-area .box a.button,
    .book_info_image a.button {
      color: white;
      text-decoration: none;
      border: 0;
      padding: 0 12px;
      margin: -5px 15px 7px 15px;
      display: inline-block;
      border-radius: 3px;
      background: #a53215;
      background: -moz-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d86758), color-stop(7%, #a53215), color-stop(91%, #a53215), color-stop(100%, #77260a));
      background: -webkit-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
      background: -o-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
      background: -ms-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
      background: linear-gradient(to bottom, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$middle-color', endColorstr='$bottom-color',GradientType=0 );
      -webkit-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
      box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
      text-decoration: none !important; }
      .content-area .box a.button:hover, .content-area .box a.button:active,
    .book_info_image a.button:hover, .book_info_image a.button:active {
        color: white;
        text-decoration: none;
        border: 0;
        padding: 0 12px;
        margin: -5px 15px 7px 15px;
        display: inline-block;
        border-radius: 3px;
        background: #a53215;
        background: -moz-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e59388), color-stop(7%, #c43d1b), color-stop(91%, #c43d1b), color-stop(100%, #a53215));
        background: -webkit-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
        background: -o-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
        background: -ms-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
        background: linear-gradient(to bottom, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$middle-color', endColorstr='$bottom-color',GradientType=0 );
        -webkit-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
        box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4); }
      .content-area .box a.button.orange {
        color: white;
        text-decoration: none;
        border: 0;
        padding: 0 12px;
        margin: -5px 15px 7px 15px;
        display: inline-block;
        border-radius: 3px;
        background: #a53215;
        background: -moz-linear-gradient(top, #fd9800 0%, #d4630a 7%, #d4630a 7%, #af4f09 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd9800), color-stop(7%, #d4630a), color-stop(7%, #d4630a), color-stop(100%, #af4f09));
        background: -webkit-linear-gradient(top, #fd9800 0%, #d4630a 7%, #d4630a 7%, #af4f09 100%);
        background: -o-linear-gradient(top, #fd9800 0%, #d4630a 7%, #d4630a 7%, #af4f09 100%);
        background: -ms-linear-gradient(top, #fd9800 0%, #d4630a 7%, #d4630a 7%, #af4f09 100%);
        background: linear-gradient(to bottom, #fd9800 0%, #d4630a 7%, #d4630a 7%, #af4f09 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$middle-color', endColorstr='$bottom-color',GradientType=0 );
        -webkit-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
        box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
        border: 1px solid #af4f09;
        text-shadow: 1px 1px 2px #af4f09; }
        .content-area .box a.button.orange:hover {
          color: white;
          text-decoration: none;
          border: 0;
          padding: 0 12px;
          margin: -5px 15px 7px 15px;
          display: inline-block;
          border-radius: 3px;
          background: #a53215;
          background: -moz-linear-gradient(top, #fbc06b 0%, #fd9800 7%, #fd9800 7%, #af4f09 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbc06b), color-stop(7%, #fd9800), color-stop(7%, #fd9800), color-stop(100%, #af4f09));
          background: -webkit-linear-gradient(top, #fbc06b 0%, #fd9800 7%, #fd9800 7%, #af4f09 100%);
          background: -o-linear-gradient(top, #fbc06b 0%, #fd9800 7%, #fd9800 7%, #af4f09 100%);
          background: -ms-linear-gradient(top, #fbc06b 0%, #fd9800 7%, #fd9800 7%, #af4f09 100%);
          background: linear-gradient(to bottom, #fbc06b 0%, #fd9800 7%, #fd9800 7%, #af4f09 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$middle-color', endColorstr='$bottom-color',GradientType=0 );
          -webkit-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
          -moz-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
          border: 1px solid #af4f09;
          text-shadow: 1px 1px 2px #af4f09; }
      .content-area .box a.button.white {
        color: white;
        text-decoration: none;
        border: 0;
        padding: 0 12px;
        margin: -5px 15px 7px 15px;
        display: inline-block;
        border-radius: 3px;
        background: #a53215;
        background: -moz-linear-gradient(top, white 0%, #fdfdfd 7%, #fdfdfd 7%, #dddddd 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(7%, #fdfdfd), color-stop(7%, #fdfdfd), color-stop(100%, #dddddd));
        background: -webkit-linear-gradient(top, white 0%, #fdfdfd 7%, #fdfdfd 7%, #dddddd 100%);
        background: -o-linear-gradient(top, white 0%, #fdfdfd 7%, #fdfdfd 7%, #dddddd 100%);
        background: -ms-linear-gradient(top, white 0%, #fdfdfd 7%, #fdfdfd 7%, #dddddd 100%);
        background: linear-gradient(to bottom, white 0%, #fdfdfd 7%, #fdfdfd 7%, #dddddd 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$middle-color', endColorstr='$bottom-color',GradientType=0 );
        -webkit-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
        box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
        border: 1px solid #b7b5b0;
        color: #a53215 !important;
        text-shadow: none; }
        .content-area .box a.button.white:hover {
          background: -moz-linear-gradient(top, #fdfdfd 0%, #bbbbbb #dddddd, #bbbbbb 91%, #333333 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(#dddddd, #bbbbbb), color-stop(91%, #bbbbbb), color-stop(100%, #333333));
          background: -webkit-linear-gradient(top, #fdfdfd 0%, #bbbbbb #dddddd, #bbbbbb 91%, #333333 100%);
          background: -o-linear-gradient(top, #fdfdfd 0%, #bbbbbb #dddddd, #bbbbbb 91%, #333333 100%);
          background: -ms-linear-gradient(top, #fdfdfd 0%, #bbbbbb #dddddd, #bbbbbb 91%, #333333 100%);
          background: linear-gradient(to bottom, #fdfdfd 0%, #bbbbbb #dddddd, #bbbbbb 91%, #333333 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$middle-color', endColorstr='$bottom-color',GradientType=0 ); }
  .content-area .box p, .content-area .box a, .content-area .box img {
    z-index: 2;
    position: relative; }
  .content-area .box img {
    max-height: 95px;
    width: auto; }
  .content-area .box.blue {
    color: #00365c;
    border: 1px solid #00365c;
    background-color: #daecf8; }
  .content-area .box.striped {
    position: relative;
    color: white;
    line-height: 2.5em;
    text-align: center;
    background: #3c5175;
    /* Old browsers */
    background: -moz-linear-gradient(left, #16232f 0%, #3c5175 38%, #3c5175 63%, #16232f 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #16232f), color-stop(38%, #3c5175), color-stop(63%, #3c5175), color-stop(100%, #16232f));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #16232f 0%, #3c5175 38%, #3c5175 63%, #16232f 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #16232f 0%, #3c5175 38%, #3c5175 63%, #16232f 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #16232f 0%, #3c5175 38%, #3c5175 63%, #16232f 100%);
    /* IE10+ */
    background: linear-gradient(to right, #16232f 0%, #3c5175 38%, #3c5175 63%, #16232f 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$outer-color', endColorstr='$outer-color',GradientType=1 );
    /* IE6-8 */ }
    .content-area .box.striped a {
      color: white;
      position: relative;
      z-index: 1; }
    .content-area .box.striped .stripe_top, .content-area .box.striped .stripe_bottom {
      position: absolute;
      display: block;
      height: 25px;
      width: 77%;
      background: url("../images/bg-stripe.png") repeat-x right top;
      z-index: 0;
      opacity: 0.5; }
    .content-area .box.striped .stripe_top {
      right: 20px;
      top: 0; }
    .content-area .box.striped .stripe_bottom {
      left: 20px;
      bottom: 0; }
  .content-area .box.red {
    background: -moz-linear-gradient(top, #a53215 0%, #d13710 40%, #d13710 40%, #6a1c08 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a53215), color-stop(40%, #d13710), color-stop(40%, #d13710), color-stop(100%, #6a1c08));
    background: -webkit-linear-gradient(top, #a53215 0%, #d13710 40%, #d13710 40%, #6a1c08 100%);
    background: -o-linear-gradient(top, #a53215 0%, #d13710 40%, #d13710 40%, #6a1c08 100%);
    background: -ms-linear-gradient(top, #a53215 0%, #d13710 40%, #d13710 40%, #6a1c08 100%);
    background: linear-gradient(to bottom, #a53215 0%, #d13710 40%, #d13710 40%, #6a1c08 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$middle-color', endColorstr='$bottom-color',GradientType=0 );
    color: white;
    width: 50%;
    padding: 10px 10px 15px 10px;
    text-align: center;
    text-shadow: 1px 1px 2px #74230f; }
    .content-area .box.red:first-line {
      font-size: 17px !important;
      font-size: 1.7rem !important; }
    .content-area .box.red a {
      color: white;
      text-decoration: none; }
  .content-area .box.gray {
    position: relative;
    color: #00365c;
    padding-top: 20px;
    line-height: 2em;
    text-align: center;
    font-size: 12px !important;
    font-size: 1.2rem !important;
    background: -moz-linear-gradient(top, #cccccc 0%, white 30%, white 20%, #cccccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(30%, white), color-stop(20%, white), color-stop(100%, #cccccc));
    background: -webkit-linear-gradient(top, #cccccc 0%, white 30%, white 20%, #cccccc 100%);
    background: -o-linear-gradient(top, #cccccc 0%, white 30%, white 20%, #cccccc 100%);
    background: -ms-linear-gradient(top, #cccccc 0%, white 30%, white 20%, #cccccc 100%);
    background: linear-gradient(to bottom, #cccccc 0%, white 30%, white 20%, #cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$middle-color', endColorstr='$bottom-color',GradientType=0 ); }
    .content-area .box.gray a {
      color: white;
      position: relative;
      z-index: 1; }
    .content-area .box.gray .stripe_bottom {
      position: absolute;
      display: block;
      height: 25px;
      width: 77%;
      background: url("../images/bg-stripe-white.png") repeat-x right top;
      z-index: 0;
      opacity: 0.5;
      left: 20px;
      bottom: 0; }
  .content-area .box.group1 span, .content-area .box.group2 span, .content-area .box.group3 span, .content-area .box.group4 span, .content-area .box.group5 span, .content-area .box.group6 span, .content-area .box.group7 span, .content-area .box.group8 span {
    display: block;
    background: url("../images/companies.png") no-repeat center top;
    background-size: 570px; }
  .content-area .box.group1 {
    /* Oracle, Google, Citibank, Genetech, P&G, Levi's */ }
    .content-area .box.group1 span {
      height: 45px;
      background-position: center -955px; }
  .content-area .box.group2 {
    /* Lilly, Google, Deloitte, Cisco, P&G, Marriott */ }
    .content-area .box.group2 span {
      height: 45px;
      background-position: center -798px; }
  .content-area .box.group3 {
    /* Amazon, Google, Deloitte, Ritz-Carlton, Bank of America, Mariott */ }
    .content-area .box.group3 span {
      height: 45px;
      background-position: center -635px; }
  .content-area .box.group4 {
    /* Newsweek, WSJ, CNN, NPR, Forbes, NYT, Fortune, USA Today, ABC, Business Week */ }
    .content-area .box.group4 span {
      height: 60px;
      background-position: center -465px; }
    .content-area .box.group4 .button {
      position: absolute;
      top: 0;
      left: 40% !important;
      margin-left: -80px !important;
      font-size: 10px !important;
      font-size: 1rem !important; }
  .content-area .box.group5 {
    /* Starbuck's, Motorola, Fidelity, P&G, Levi's, Gap */ }
    .content-area .box.group5 span {
      height: 53px;
      background-position: center -310px; }
  .content-area .box.group6 {
    /* Starbuck's, Motorola, Corning, P&G, Accenture, Visa */ }
    .content-area .box.group6 span {
      height: 45px;
      background-position: center -150px; }
  .content-area .box.group7 {
    /* Cisco, Marriott, eBay, Lilly, Levi's */ }
    .content-area .box.group7 span {
      height: 45px;
      margin: -25px 0 3px 0;
      background-position: center top; }
  .content-area .box.group8 {
    /* Deloitte, Amazon, Bank of America, Google, Ritz-Carlton */ }
    .content-area .box.group8 span {
      height: 45px;
      margin: -30px 0 10px 0;
      background-position: center -1098px; }
  .content-area .box .button {
    color: white;
    text-decoration: none;
    border: 0;
    padding: 0 12px;
    margin: -5px 15px 7px 15px;
    display: inline-block;
    border-radius: 3px;
    background: #a53215;
    background: -moz-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d86758), color-stop(7%, #a53215), color-stop(91%, #a53215), color-stop(100%, #77260a));
    background: -webkit-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
    background: -o-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
    background: -ms-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
    background: linear-gradient(to bottom, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$middle-color', endColorstr='$bottom-color',GradientType=0 );
    -webkit-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
    text-decoration: none !important; }
    .content-area .box .button:hover, .content-area .box .button:active {
      color: white;
      text-decoration: none;
      border: 0;
      padding: 0 12px;
      margin: -5px 15px 7px 15px;
      display: inline-block;
      border-radius: 3px;
      background: #a53215;
      background: -moz-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e59388), color-stop(7%, #c43d1b), color-stop(91%, #c43d1b), color-stop(100%, #a53215));
      background: -webkit-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
      background: -o-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
      background: -ms-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
      background: linear-gradient(to bottom, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$middle-color', endColorstr='$bottom-color',GradientType=0 );
      -webkit-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
      box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4); }
    .content-area .box .button.orange {
      color: white;
      text-decoration: none;
      border: 0;
      padding: 0 12px;
      margin: -5px 15px 7px 15px;
      display: inline-block;
      border-radius: 3px;
      background: #a53215;
      background: -moz-linear-gradient(top, #fd9800 0%, #d4630a 7%, #d4630a 7%, #af4f09 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd9800), color-stop(7%, #d4630a), color-stop(7%, #d4630a), color-stop(100%, #af4f09));
      background: -webkit-linear-gradient(top, #fd9800 0%, #d4630a 7%, #d4630a 7%, #af4f09 100%);
      background: -o-linear-gradient(top, #fd9800 0%, #d4630a 7%, #d4630a 7%, #af4f09 100%);
      background: -ms-linear-gradient(top, #fd9800 0%, #d4630a 7%, #d4630a 7%, #af4f09 100%);
      background: linear-gradient(to bottom, #fd9800 0%, #d4630a 7%, #d4630a 7%, #af4f09 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$middle-color', endColorstr='$bottom-color',GradientType=0 );
      -webkit-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
      box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
      border: 1px solid #af4f09;
      text-shadow: 1px 1px 2px #af4f09; }
      .content-area .box .button.orange:hover {
        color: white;
        text-decoration: none;
        border: 0;
        padding: 0 12px;
        margin: -5px 15px 7px 15px;
        display: inline-block;
        border-radius: 3px;
        background: #a53215;
        background: -moz-linear-gradient(top, #fbc06b 0%, #fd9800 7%, #fd9800 7%, #af4f09 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbc06b), color-stop(7%, #fd9800), color-stop(7%, #fd9800), color-stop(100%, #af4f09));
        background: -webkit-linear-gradient(top, #fbc06b 0%, #fd9800 7%, #fd9800 7%, #af4f09 100%);
        background: -o-linear-gradient(top, #fbc06b 0%, #fd9800 7%, #fd9800 7%, #af4f09 100%);
        background: -ms-linear-gradient(top, #fbc06b 0%, #fd9800 7%, #fd9800 7%, #af4f09 100%);
        background: linear-gradient(to bottom, #fbc06b 0%, #fd9800 7%, #fd9800 7%, #af4f09 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$middle-color', endColorstr='$bottom-color',GradientType=0 );
        -webkit-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
        box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
        border: 1px solid #af4f09;
        text-shadow: 1px 1px 2px #af4f09; }
    .content-area .box .button.white {
      color: white;
      text-decoration: none;
      border: 0;
      padding: 0 12px;
      margin: -5px 15px 7px 15px;
      display: inline-block;
      border-radius: 3px;
      background: #a53215;
      background: -moz-linear-gradient(top, white 0%, #fdfdfd 7%, #fdfdfd 7%, #dddddd 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(7%, #fdfdfd), color-stop(7%, #fdfdfd), color-stop(100%, #dddddd));
      background: -webkit-linear-gradient(top, white 0%, #fdfdfd 7%, #fdfdfd 7%, #dddddd 100%);
      background: -o-linear-gradient(top, white 0%, #fdfdfd 7%, #fdfdfd 7%, #dddddd 100%);
      background: -ms-linear-gradient(top, white 0%, #fdfdfd 7%, #fdfdfd 7%, #dddddd 100%);
      background: linear-gradient(to bottom, white 0%, #fdfdfd 7%, #fdfdfd 7%, #dddddd 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$middle-color', endColorstr='$bottom-color',GradientType=0 );
      -webkit-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
      box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
      border: 1px solid #b7b5b0;
      color: #a53215 !important;
      text-shadow: none; }
      .content-area .box .button.white:hover {
        background: -moz-linear-gradient(top, #fdfdfd 0%, #bbbbbb #dddddd, #bbbbbb 91%, #333333 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(#dddddd, #bbbbbb), color-stop(91%, #bbbbbb), color-stop(100%, #333333));
        background: -webkit-linear-gradient(top, #fdfdfd 0%, #bbbbbb #dddddd, #bbbbbb 91%, #333333 100%);
        background: -o-linear-gradient(top, #fdfdfd 0%, #bbbbbb #dddddd, #bbbbbb 91%, #333333 100%);
        background: -ms-linear-gradient(top, #fdfdfd 0%, #bbbbbb #dddddd, #bbbbbb 91%, #333333 100%);
        background: linear-gradient(to bottom, #fdfdfd 0%, #bbbbbb #dddddd, #bbbbbb 91%, #333333 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$middle-color', endColorstr='$bottom-color',GradientType=0 ); }
.content-area table {
  margin: 15px 0; }
  .content-area table .even {
    background: #f6f6f6; }
  .content-area table td {
    padding: 5px; }
  .content-area table.middle td {
    vertical-align: middle; }
.content-area ul.alignleft {
  width: 45%;
  margin-right: 5%; }
  .content-area ul.alignleft.third {
    width: 32%;
    margin-right: 1%;
    font-size: 9px !important;
    font-size: 0.9rem !important; }
  .content-area ul.alignleft + p {
    clear: left; }
.content-area .comments-link .external {	
	background: none;
}
.ninja-forms-form .text-wrap.label-left label,
.ninja-forms-form .mc_firstname-wrap.label-left label,
.ninja-forms-form .mc_lastname-wrap.label-left label {
	display: inline-block;
	width: 200px;
}
.ninja-forms-form .text-wrap.label-left input,
.ninja-forms-form .text-wrap.label-left input,
.ninja-forms-form .mc_firstname-wrap.label-left input,
.ninja-forms-form .mc_lastname-wrap.label-left input {
	width: 300px;
}
.ninja-forms-form .textarea-wrap.label-above textarea {
	width: 510px !important;
}
.ninja-forms-form .checkbox-wrap.small-wrap label {
	font-weight: normal !important;
	font-size: 0.9rem;
}
.ninja-forms-form .list-radio-wrap.label-left label {
	display: block !important;
	float: none;
}
.ninja-forms-form .submit-wrap input {	
	  color: white;
	  text-decoration: none;
	  text-transform: uppercase;
	  font-weight: bold;
	  border: 0;
	  display: inline-block;
	  border-radius: 3px;
	  background: #a53215;
	  background: -moz-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d86758), color-stop(7%, #a53215), color-stop(91%, #a53215), color-stop(100%, #77260a));
	  background: -webkit-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
	  background: -o-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
	  background: -ms-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
	  background: linear-gradient(to bottom, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$middle-color', endColorstr='$bottom-color',GradientType=0 );
	  margin: -7px 0 10px 3px;
	  padding: 7px 15px; 
}
#copyright {
  font-size: 9px !important;
  font-size: 0.9rem !important;
  margin: 50px auto 0 auto;
  width: 75%; }
  #copyright .permissions {
    border: 1px solid #bbbbbb;
    padding: 15px;
    margin-bottom: 1.2em; }
    #copyright .permissions p {
      margin-bottom: 0; }

#tertiary .sidebar-inner {
  padding: 0; }
  #tertiary .sidebar-inner a {
    color: #a53215; }
    #tertiary .sidebar-inner a:hover, #tertiary .sidebar-inner a:active {
      color: #00365c; }
  #tertiary .sidebar-inner .widget-area {
    width: 32%; }
    #tertiary .sidebar-inner .widget-area .widget {
      padding: 10px;
      margin: 0 0 5px 0;
      background-color: #f6f6f6;
      -webkit-box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.2);
      -moz-box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.2); }
      #tertiary .sidebar-inner .widget-area .widget p {
        line-height: 1.3em;
        margin-bottom: 0.5em; }
	  
	  #tertiary .sidebar-inner .widget-area .textwidget form {
	  	padding-bottom: 10px;
	  }
      #tertiary .sidebar-inner .widget-area .widget.fulfillmentwork-newsletter {
        background-color: #daecf8; }
      
      #tertiary .sidebar-inner .widget-area .widget.fulfillmentwork-newsletter .textwidget .clear form {
      	/*margin-top: -75px; */     	
      } 
        #tertiary .sidebar-inner .widget-area .widget.fulfillmentwork-newsletter img,#tertiary .sidebar-inner .widget-area .widget.fulfillmentwork-newsletter img.alignright {
          margin-top: 20px;
          margin-left: 0; 
          max-width:35%;
          height: auto;}
        #tertiary .sidebar-inner .widget-area .widget.fulfillmentwork-newsletter form {
          padding-top: 0;
          text-align: left;
          width: auto;
          float: left; 
          max-width: 62%;
		}
          #tertiary .sidebar-inner .widget-area .widget.fulfillmentwork-newsletter form p {
            margin-bottom: 2px; }
            #tertiary .sidebar-inner .widget-area .widget.fulfillmentwork-newsletter form input[type="text"] {
           max-width: 90% !important; 
           margin-bottom: 2px;
			}
          #tertiary .sidebar-inner .widget-area .widget.fulfillmentwork-newsletter form input[type="submit"] {
            color: white;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: bold;
            border: 0;
            display: inline-block;
            border-radius: 3px;
            background: #a53215;
            background: -moz-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d86758), color-stop(7%, #a53215), color-stop(91%, #a53215), color-stop(100%, #77260a));
            background: -webkit-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
            background: -o-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
            background: -ms-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
            background: linear-gradient(to bottom, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$middle-color', endColorstr='$bottom-color',GradientType=0 );
            -webkit-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
            -moz-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
            box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
            margin: 0 0 10px 3px;
            padding: 7px 15px; }
            #tertiary .sidebar-inner .widget-area .widget.fulfillmentwork-newsletter form input[type="submit"]:hover, #tertiary .sidebar-inner .widget-area .widget.fulfillmentwork-newsletter form input[type="submit"]:active {
              background: #a53215;
              background: -moz-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
              background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e59388), color-stop(7%, #c43d1b), color-stop(91%, #c43d1b), color-stop(100%, #a53215));
              background: -webkit-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
              background: -o-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
              background: -ms-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
              background: linear-gradient(to bottom, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
              filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$middle-color', endColorstr='$bottom-color',GradientType=0 );
            }
      #tertiary .sidebar-inner .widget-area .widget.career-advancement-blog input[type="text"] {
        float: left; }
      #tertiary .sidebar-inner .widget-area .widget.career-advancement-blog input[type="submit"] {
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        border: 0;
        padding: 0 12px;
        display: inline-block;
        border-radius: 3px;
        background: #a53215;
        background: -moz-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d86758), color-stop(7%, #a53215), color-stop(91%, #a53215), color-stop(100%, #77260a));
        background: -webkit-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
        background: -o-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
        background: -ms-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
        background: linear-gradient(to bottom, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$middle-color', endColorstr='$bottom-color',GradientType=0 );
        -webkit-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
        box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
        margin: 0 0 0 5px;
        padding: 7px 15px; }
        #tertiary .sidebar-inner .widget-area .widget.career-advancement-blog input[type="submit"]:hover, #tertiary .sidebar-inner .widget-area .widget.career-advancement-blog input[type="submit"]:active {
          background: #a53215;
          background: -moz-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e59388), color-stop(7%, #c43d1b), color-stop(91%, #c43d1b), color-stop(100%, #a53215));
          background: -webkit-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
          background: -o-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
          background: -ms-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
          background: linear-gradient(to bottom, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$middle-color', endColorstr='$bottom-color',GradientType=0 );
          -webkit-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
          -moz-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
        }
      #tertiary .sidebar-inner .widget-area .widget.widget_categories, /*#tertiary .sidebar-inner .widget-area .widget.widget_books,*/ #tertiary .sidebar-inner .widget-area .widget.widget_nav_menu {
        background: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
      #tertiary .sidebar-inner .widget-area .widget.widget_categories li {
        display: block;
        text-indent: -1.2em;
        margin: 0 8px 0.5em 0.8em;
        line-height: 1.6em; }
        #tertiary .sidebar-inner .widget-area .widget.widget_categories li a:before {
          content: '\00bb';
          padding-right: 7px;
          font-weight: 700;
          font-size: 10px !important;
          font-size: 1rem !important; }
      #tertiary .sidebar-inner .widget-area .widget.widget_nav_menu li {
        display: none; }
        #tertiary .sidebar-inner .widget-area .widget.widget_nav_menu li.current-menu-ancestor {
          display: block; }
          #tertiary .sidebar-inner .widget-area .widget.widget_nav_menu li.current-menu-ancestor a {
            display: none; }
          #tertiary .sidebar-inner .widget-area .widget.widget_nav_menu li.current-menu-ancestor .sub-menu li {
            display: block;
            text-indent: -1.2em;
            margin: 0 0 0.5em 0.8em;
            line-height: 1.6em; }
            #tertiary .sidebar-inner .widget-area .widget.widget_nav_menu li.current-menu-ancestor .sub-menu li a {
              display: block;
              padding-right: 8px; }
              #tertiary .sidebar-inner .widget-area .widget.widget_nav_menu li.current-menu-ancestor .sub-menu li a:before {
                content: '\00bb';
                padding-right: 7px;
                font-weight: 700;
                font-size: 10px !important;
                font-size: 1rem !important; }
      #tertiary .sidebar-inner .widget-area .widget.as-featured-on {
        /*background-color: #b7b5b0;*/ }
        #tertiary .sidebar-inner .widget-area .widget.as-featured-on h5 {
          display: none; }
        #tertiary .sidebar-inner .widget-area .widget.as-featured-on img {
          opacity: 0.8; }
      #tertiary .sidebar-inner .widget-area .widget.complete-assessments-for-evaluation h5 { }
      #tertiary .sidebar-inner .widget-area .widget.complete-assessments-for-evaluation a.white {
        display: inline-block;
        padding: 4px 10px 4px 30px;
        margin: 5px 0 5px 0;
        border: 1px solid #b7b5b0;
        color: #4a4a4d !important;
        text-shadow: none;
        background: white url("../images/sprite.png") no-repeat 12px -918px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4); }
      #tertiary .sidebar-inner .widget-area .widget.complete-assessments-for-evaluation a:hover, #tertiary .sidebar-inner .widget-area .widget.complete-assessments-for-evaluation a:active {
        color: #a53215 !important; }
    #tertiary .sidebar-inner .widget-area .widget_search input[type="text"] {
      width: 60%; }
    #tertiary .sidebar-inner .widget-area .widget_search input[type="submit"] {
      width: 25%; }
    #tertiary .sidebar-inner .widget-area .widget_books .featured div {
      float: right;
      width: 53%;
      padding-bottom: 12px; }
    #tertiary .sidebar-inner .widget-area .widget_books .featured .featured_image {
      display: block;
      float: left;
      width: 43%;
      height: auto;
      margin-right: 4%; }
    #tertiary .sidebar-inner .widget-area .widget_books .featured a.button {
      display: block;
      width: 90px;
      height: 25px;
      margin-top: 5px;
      border: 1px solid #b7b5b0;
      color: #4a4a4d;
      text-shadow: none;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
      background: white url("../images/amazon.png") no-repeat center center;
      background-size: 95%;
      border-radius: 3px; }
    #tertiary .sidebar-inner .widget-area .widget_books .featured a.clickbank {
      background-position: center -1470px; }
    #tertiary .sidebar-inner .widget-area .widget_books .booklist .book p {
      font-size: 8px !important;
      font-size: 0.8rem !important;
      text-align: center;
      margin: 13px 5px; }
    body.motivate-your-employees #tertiary .sidebar-inner .widget-area .widget_nav_menu {
        display: none !important }
      

#footer {
  background: #5c5c5e;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4a4a4d 0%, #5c5c5e 38%, #5c5c5e 63%, #4a4a4d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #4a4a4d), color-stop(38%, #5c5c5e), color-stop(63%, #5c5c5e), color-stop(100%, #4a4a4d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #4a4a4d 0%, #5c5c5e 38%, #5c5c5e 63%, #4a4a4d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #4a4a4d 0%, #5c5c5e 38%, #5c5c5e 63%, #4a4a4d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #4a4a4d 0%, #5c5c5e 38%, #5c5c5e 63%, #4a4a4d 100%);
  /* IE10+ */
  background: linear-gradient(to right, #4a4a4d 0%, #5c5c5e 38%, #5c5c5e 63%, #4a4a4d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$outer-color', endColorstr='$outer-color',GradientType=1 );
  /* IE6-8 */
  padding: 0;
  font-size: 8px !important;
  font-size: 0.8rem !important;
  color: white; }
  #footer a {
    color: #bbbbbb; }
    #footer a:link, #footer a:visited {
      color: #bbbbbb; }
    #footer a:hover, #footer a:active {
      color: white !important; }
  #footer #footer_inner {
    display: table-row;
    padding: 0 15px;
    background: url("../images/bg-bottom-header.png") repeat-x left top; }
    #footer #footer_inner .column {
      padding-top: 30px;
      display: table-cell;
      background: url("../images/divider.png") no-repeat 0 10px;
      float: none; }
      #footer #footer_inner .column:first-child {
        background: none; }
      #footer #footer_inner .column .widget {
        padding: 0 5%; }
        #footer #footer_inner .column .widget li, #footer #footer_inner .column .widget p {
          line-height: 1.3em;
          padding-bottom: 0.5em; }
        #footer #footer_inner .column .widget .strong {
          font-weight: 700;
          font-size: 9px !important;
          font-size: 0.9rem !important; }
        #footer #footer_inner .column .widget .firstname, #footer #footer_inner .column .widget .lastname {
          display: inline-block;
          width: 40%;
          margin: 0 3% 3% 0; }
        #footer #footer_inner .column .widget .lastname {
          margin-right: 0; }
        #footer #footer_inner .column .widget .email {
          width: 89%; }
        #footer #footer_inner .column .widget .button {
          color: white;
          text-decoration: none;
          border: 0;
          padding: 0 12px;
          margin: -5px 15px 7px 15px;
          display: inline-block;
          border-radius: 3px;
          background: #a53215;
          background: -moz-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d86758), color-stop(7%, #a53215), color-stop(91%, #a53215), color-stop(100%, #77260a));
          background: -webkit-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
          background: -o-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
          background: -ms-linear-gradient(top, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
          background: linear-gradient(to bottom, #d86758 0%, #a53215 7%, #a53215 91%, #77260a 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$middle-color', endColorstr='$bottom-color',GradientType=0 );
          -webkit-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
          -moz-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
          border: 0;
          padding: 7px 10px;
          margin: 7px 0; }
          #footer #footer_inner .column .widget .button:hover, #footer #footer_inner .column .widget .button:active {
            color: white;
            text-decoration: none;
            border: 0;
            padding: 0 12px;
            margin: -5px 15px 7px 15px;
            display: inline-block;
            border-radius: 3px;
            background: #a53215;
            background: -moz-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e59388), color-stop(7%, #c43d1b), color-stop(91%, #c43d1b), color-stop(100%, #a53215));
            background: -webkit-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
            background: -o-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
            background: -ms-linear-gradient(top, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
            background: linear-gradient(to bottom, #e59388 0%, #c43d1b 7%, #c43d1b 91%, #a53215 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$middle-color', endColorstr='$bottom-color',GradientType=0 );
            -webkit-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
            -moz-box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
            box-shadow: 0 2px 3px black rgba(0, 0, 0, 0.4);
            padding: 7px 10px;
            margin: 7px 0; }
        #footer #footer_inner .column .widget p {
          color: #bbbbbb; }
  #footer .site-info {
    float: left;
    padding: 40px 0 20px 15px; }
    #footer .site-info p, #footer .site-info a {
      display: inline-block; }
  #footer .design {
    float: right;
    padding: 40px 15px 20px 0; }

body.single-books .widget_categories {
  display: none; 
}

a.noborder, a.noborder:link, a.noborder:visited,
a.noborder:hover, a.noborder:active {
  border:0 !important;
  text-decoration:none !important;
  background-image:none !important;
}

/* This Block Adjusts the Overall Theme Width */
footer[role="contentinfo"] {
  max-width: 960px; }

@media screen and (min-width: 600px) {
  .site {
    max-width: 960px;
    max-width: 68.571428rem; } }
.ie .site {
  max-width: 960px; }

/* =Magnific Popup
----------------------------------------------- */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

@media only screen and (max-width: 640px) {
  #nav {
    position: relative;
    top: auto;
    left: auto;
    z-index: 10000;
    background: transparent !important; }

  body.logged-in #nav {
    top: 20px; }

  #nav > a {
    width: 3.125em;
    height: 3.125em;
    text-align: left;
    text-indent: -9999px;
    position: relative; }

  #nav > a:before,
  #nav > a:after {
    position: absolute;
    border: 2px solid #fff;
    top: 35%;
    left: 25%;
    right: 25%;
    content: ''; }

  #nav > a:after {
    top: 60%; }

  #nav:not(:target) > a:first-of-type,
  #nav:target > a:last-of-type {
    display: block; }

  /* first level */
  #nav > ul {
    height: auto;
    display: none;
    position: absolute;
    left: 0;
    right: 0; }

  #nav:target > ul {
    display: block; }

  #nav > ul > li {
    width: 100%;
    max-width: 100%;
    display: block;
    float: none; }

  #nav > ul > li > a {
    height: auto;
    text-align: left;
    padding: 0 0.833em; }

  #nav > ul > li:not(:last-child) > a {
    border-right: none;
    border-bottom: 1px solid #cc470d; }

  /* second level */
  #nav li ul {
    position: static;
    padding: 1.25em;
    padding-top: 0; } }