@charset "UTF-8";
/*
 * This is the main file that loads all our other scss files
 * You will need a css preprocessing tool to compile these css files into /styles/css/style.css
 */
.container {
  position: relative; }

.row {
  margin: 0 auto;
  max-width: 978px;
  min-width: 420px;
  width: 100%; }

.column, .columns {
  float: left;
  display: inline;
  min-height: 1px;
  position: relative; }

.column {
  margin-left: 3.08%; }
  .column.one-third, .column:first-child, .column.alpha {
    margin-left: 0; }

.col12 {
  margin-left: 0; }

.column.alpha {
  clear: left; }

.col1 {
  width: 5.5%; }

.col2 {
  width: 14.1%; }

.col3 {
  width: 22.69%; }

.col4 {
  width: 31.08%; }

.col5 {
  width: 39.87%; }

.col6 {
  width: 48.46%; }

.col7 {
  width: 57%; }

.col8 {
  width: 65.6%; }

.col9 {
  width: 74%; }

.col10 {
  width: 82.8%; }

.col11 {
  width: 91.4%; }

.col12 {
  width: 100%; }

.one-third {
  width: 33.3%; }

.col1.centered {
  margin-left: 47.25%; }

.col2.centered {
  margin-left: 42.95%; }

.col3.centered {
  margin-left: 38.65%; }

.col4.centered {
  margin-left: 34.46%; }

.col5.centered {
  margin-left: 30.06%; }

.col6.centered {
  margin-left: 25.77%; }

.col7.centered {
  margin-left: 21.5%; }

.col8.centered {
  margin-left: 17.2%; }

.col9.centered {
  margin-left: 13%; }

.col10.centered {
  margin-left: 8.6%; }

.col11.centered {
  margin-left: 4.29%; }

.column > img {
  max-width: 100%;
  max-height: 100%;
  display: block; }

@media (max-width: 1008px) {
  .row {
    width: 95%; } }

@media only screen and (max-width: 768px) {
  .container {
    padding: 0 30px; }
  .row {
    margin: 0 auto;
    max-width: 768px;
    min-width: 0;
    width: 95%; }
    .row > .column {
      border: none;
      margin-left: 0; }
    .row > .col1, .row > .col2, .row > .col3, .row > .col4, .row > .col5, .row > .col6, .row > .col7, .row > .col8, .row > .col9, .row > .col10, .row > .col11, .row > .col12 {
      width: 100%; } }

.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.row:before, .row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.widget:before, .widget:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.row:after, .clearfix:after, .widget:after {
  clear: both; }

.row, .clearfix, .widget {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.fl, .fr {
  display: inline; }

.fl {
  float: left; }

.fr {
  float: right; }

.align-center {
  text-align: center; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

p.colabs-sc-box, div.colabs-sc-box {
  margin: 1em 0 1.5em 0;
  padding: 9px 10px 9px 50px;
  border-width: 1px 0 1px 0;
  border-style: solid;
  color: #555;
  text-shadow: none; }

.colabs-sc-box.none {
  border-width: 0; }

.colabs-sc-box.full {
  border-width: 1px; }

.colabs-sc-box.medium {
  padding: 18px 20px 18px 50px;
  font-size: 1.1em; }

.colabs-sc-box.large {
  padding: 25px 27px 25px 50px;
  font-size: 1.2em; }

.colabs-sc-box.rounded {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

.colabs-sc-box.alert {
  border-color: #f0baa2;
  background: #ffd9c8 url(../images/ico-alert.png) no-repeat 20px 45%; }

.colabs-sc-box.download {
  border-color: #d4ebaf;
  background: #edfcd5 url(../images/ico-download.png) no-repeat 20px 45%; }

.colabs-sc-box.tick {
  border-color: #d4ebaf;
  background: #edfcd5 url(../images/ico-tick.png) no-repeat 20px 45%; }

.colabs-sc-box.info {
  border-color: #ccc;
  background: #eee url(../images/ico-info.png) no-repeat 20px 45%; }

.colabs-sc-box.note {
  border-color: #efe3ae;
  background: #fef6d2 url(../images/ico-note.png) no-repeat 20px 45%; }

.colabs-sc-box.normal {
  border-color: #ccc;
  background: #eee;
  padding: 9px 15px; }

a.colabs-sc-button {
  font-family: sans-serif;
  display: inline-block;
  line-height: 1em;
  padding: 6px 13px;
  margin: 0 .6em 1.5em 0;
  border: 1px solid #4081af;
  border-bottom-color: #20559a;
  color: white !important;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #237fd7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #52a8e8), color-stop(1, #2e76cf));
  background: -moz-linear-gradient(center top, #52a8e8 20%, #2e76cf 100%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 2px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 2px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.29);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 2px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.29); }
  a.colabs-sc-button.small {
    padding: 2px 10px;
    font-size: 0.9em; }
  a.colabs-sc-button.large {
    padding: 7px 16px;
    font-size: 1.4em; }
  a.colabs-sc-button.xl {
    padding: 9px 20px;
    font-size: 1.8em; }
  a.colabs-sc-button:hover, a.colabs-sc-button.hover, a.colabs-sc-button.active {
    text-decoration: none !important;
    background: #0073d2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #3e9ee5), color-stop(1, #1666ca));
    background: -moz-linear-gradient(center top, #3e9ee5 20%, #1666ca 100%); }
  a.colabs-sc-button:active, a.colabs-sc-button.active {
    border-color: #20559a;
    -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3), 0 1px 0 white;
    -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3), 0 1px 0 white;
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3), 0 1px 0 white; }
  a.colabs-sc-button.dark span {
    color: #555;
    text-shadow: 0 1px #fff; }
  a.colabs-sc-button.custom:hover {
    opacity: 0.85; }
  a.colabs-sc-button span {
    line-height: 1.2em;
    min-height: 16px; }
    a.colabs-sc-button span.colabs-info {
      background: url("../images/ico-info.png") no-repeat 0 45%;
      padding-left: 25px;
      display: block; }
    a.colabs-sc-button span.colabs-download {
      background: url("../images/ico-download.png") no-repeat 0 45%;
      padding-left: 25px;
      display: block; }
    a.colabs-sc-button span.colabs-tick {
      background: url("../images/ico-tick.png") no-repeat 0 45%;
      padding-left: 25px;
      display: block; }
    a.colabs-sc-button span.colabs-note {
      background: url("../images/ico-note.png") no-repeat 0 45%;
      padding-left: 25px;
      display: block; }
    a.colabs-sc-button span.colabs-alert {
      background: url("../images/ico-alert.png") no-repeat 0 45%;
      padding-left: 25px;
      display: block; }
  a.colabs-sc-button.red {
    border-color: #af4040;
    border-bottom-color: #9a2020;
    background-color: #d72323;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #e85252), color-stop(1, #cf2e2e));
    background: -moz-linear-gradient(center top, #e85252 20%, #cf2e2e 100%); }
    a.colabs-sc-button.red:hover {
      background: #d20000;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #e53e3e), color-stop(1, #ca1616));
      background: -moz-linear-gradient(center top, #e53e3e 20%, #ca1616 100%); }
  a.colabs-sc-button.orange {
    border-color: #af7440;
    border-bottom-color: #9a5420;
    background-color: #d76b23;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #e88e52), color-stop(1, #cf6e2e));
    background: -moz-linear-gradient(center top, #e88e52 20%, #cf6e2e 100%); }
    a.colabs-sc-button.orange:hover {
      background: #d25e00;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #e57d3e), color-stop(1, #ca5116));
      background: -moz-linear-gradient(center top, #e57d3e 20%, #ca5116 100%); }
  a.colabs-sc-button.green {
    border-color: #87bf00;
    border-bottom-color: #7ca122;
    background-color: #8dc11e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #ace53e), color-stop(1, #8dca16));
    background: -moz-linear-gradient(center top, #ace53e 20%, #6bca16 100%); }
    a.colabs-sc-button.green:hover {
      background: #87c000;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #a0d53a), color-stop(1, #60b513));
      background: -moz-linear-gradient(center top, #a0d53a 20%, #60b513 100%); }
  a.colabs-sc-button.aqua {
    border-color: #40af96;
    border-bottom-color: #209a82;
    background-color: #23d7af;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #52e8c6), color-stop(1, #2ecfab));
    background: -moz-linear-gradient(center top, #52e8c6 20%, #2ecfab 100%); }
    a.colabs-sc-button.aqua:hover {
      background: #00d2a8;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #3ee5c0), color-stop(1, #16ca9e));
      background: -moz-linear-gradient(center top, #3ee5c0 20%, #16ca9e 100%); }
  a.colabs-sc-button.teal {
    border-color: #23a6d6;
    border-bottom-color: #20799a;
    background-color: #23abd7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #52c3e8), color-stop(1, #2eabcf));
    background: -moz-linear-gradient(center top, #52c3e8 20%, #2eabcf 100%); }
    a.colabs-sc-button.teal:hover {
      background: #009ed2;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #3ebce5), color-stop(1, #16a2ca));
      background: -moz-linear-gradient(center top, #3ebce5 20%, #16a2ca 100%); }
  a.colabs-sc-button.purple {
    border-color: #234dd6;
    border-bottom-color: #20489a;
    background-color: #2356d7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #526ee8), color-stop(1, #2e58cf));
    background: -moz-linear-gradient(center top, #526ee8 20%, #2e58cf 100%); }
    a.colabs-sc-button.purple:hover {
      background: #0036d2;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #3e5ae5), color-stop(1, #1638ca));
      background: -moz-linear-gradient(center top, #3e5ae5 20%, #1638ca 100%); }
  a.colabs-sc-button.pink {
    border-color: #d623cb;
    border-bottom-color: #9a2096;
    background-color: #d723d5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #e852e6), color-stop(1, #cd2ecf));
    background: -moz-linear-gradient(center top, #e852e6 20%, #cd2ecf 100%); }
    a.colabs-sc-button.pink:hover {
      background: #bc00d2;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #c83ee5), color-stop(1, #ae16ca));
      background: -moz-linear-gradient(center top, #c83ee5 20%, #ae16ca 100%); }
  a.colabs-sc-button.silver {
    color: #444 !important;
    text-shadow: 0 1px #fff;
    border-color: #bbb;
    border-bottom-color: #999;
    background-color: #d8d8d8;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #e9e9e9), color-stop(1, #ccc));
    background: -moz-linear-gradient(center top, #e9e9e9 20%, #ccc 100%); }
    a.colabs-sc-button.silver:hover {
      background: #ccc;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #e0e0e0), color-stop(1, #bebebe));
      background: -moz-linear-gradient(center top, #e0e0e0 20%, #bebebe 100%); }

.twocol-one {
  width: 48%; }

.threecol-one {
  width: 30.66%; }

.threecol-two {
  width: 65.33%; }

.fourcol-one {
  width: 22%; }

.fourcol-two {
  width: 48%; }

.fourcol-three {
  width: 74%; }

.fivecol-one {
  width: 16.8%; }

.fivecol-two {
  width: 37.6%; }

.fivecol-three {
  width: 58.4%; }

.fivecol-four {
  width: 67.2%; }

.sixcol-one {
  width: 13.33%; }

.sixcol-two {
  width: 30.66%; }

.sixcol-three {
  width: 47.99%; }

.sixcol-four {
  width: 65.33%; }

.sixcol-five {
  width: 82.67%; }

.twocol-one, .threecol-one, .threecol-two, .fourcol-one, .fourcol-two, .fourcol-three, .fivecol-one, .fivecol-two, .fivecol-three, .fivecol-four, .sixcol-one, .sixcol-two, .sixcol-three, .sixcol-four, .sixcol-five {
  float: left;
  margin-right: 4%;
  position: relative; }

.last {
  clear: right;
  margin-right: 0 !important; }

.colabs-tweetmeme.left {
  margin: 0 1.5em 1.5em 0;
  float: left; }

.colabs-tweetmeme.none {
  margin: 0 0 1.5em 0; }

.colabs-tweetmeme.right {
  margin: 0 0 1.5em 1.5em;
  float: right; }

.colabs-sc-twitter.left {
  float: left; }

.colabs-sc-twitter.none {
  margin: 0 0 1.5em 0; }

.colabs-sc-twitter.right {
  margin: 0 0 1.5em 1.2em;
  float: right; }

.colabs-digg.left {
  margin: 0 1.5em 1.5em 0;
  float: left; }

.colabs-digg.none {
  margin: 0 0 1.5em 0; }

.colabs-digg.right {
  margin: 0 0 1.5em 1.5em;
  float: right; }

.colabs-sc-related-posts .thumbnail {
  float: left;
  margin: 0 1em 1em 0; }

.colabs-sc-related-posts li {
  clear: both; }

.colabs-sc-hr {
  border-bottom: 1px solid #e6e6e6;
  clear: both;
  display: block;
  margin-bottom: 20px;
  padding-top: 20px;
  width: 100%; }

.colabs-sc-divider {
  clear: both;
  display: block;
  margin-bottom: 20px;
  padding-top: 20px;
  width: 100%; }
  .colabs-sc-divider.flat {
    padding: 0;
    margin: 0; }

.colabs-sc-quote p {
  margin: 1em 20px;
  padding: 0 0 0 55px;
  background: url(../images/quote.png) no-repeat 0 3px;
  font-family: serif;
  font-size: 1.2em;
  font-style: italic;
  color: #777;
  min-height: 32px; }

.colabs-sc-quote.left {
  float: left;
  width: 30%; }

.colabs-sc-quote.right {
  float: right;
  width: 30%; }

.colabs-sc-quote.boxed {
  background: #f5f5f5;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; }
  .colabs-sc-quote.boxed.left {
    margin: 0 1.5em 1em 0; }
  .colabs-sc-quote.boxed.right {
    margin: 0 0 1em 1.5em; }

.colabs-sc-ilink {
  padding: 0 0.3em; }
  .colabs-sc-ilink a {
    padding-left: 20px;
    text-decoration: underline;
    display: inline-block; }
    .colabs-sc-ilink a:hover {
      text-decoration: none; }
  .colabs-sc-ilink .download {
    background: url(../images/ico-download.png) no-repeat left 40%; }
  .colabs-sc-ilink .tick {
    background: url(../images/ico-tick.png) no-repeat left 40%; }
  .colabs-sc-ilink .info {
    background: url(../images/ico-info.png) no-repeat left 40%; }
  .colabs-sc-ilink .note {
    background: url(../images/ico-note.png) no-repeat left 40%; }
  .colabs-sc-ilink .alert {
    background: url(../images/ico-alert.png) no-repeat left 40%; }

.colabs-fbshare.left, .colabs-fblike.left {
  margin: 0 1.5em 1.5em 0;
  float: left; }

.colabs-fbshare.none, .colabs-fblike.none {
  margin: 0 0 1.5em 0; }

.colabs-fbshare.right, .colabs-fblike.right {
  margin: 0 0 1.5em 1.5em;
  float: right; }

.contact-form .screenReader {
  left: -9999px;
  position: absolute;
  top: -9999px; }

.contact-form .forms {
  float: left;
  list-style: none;
  width: 100%;
  margin: 10px 0 0; }
  .contact-form .forms p {
    clear: both;
    float: left;
    margin-bottom: 18px;
    position: relative;
    width: 100%; }
  .contact-form .forms label {
    cursor: pointer;
    display: block;
    float: left;
    font-weight: 700;
    padding-right: 20px;
    width: 100px; }
  .contact-form .forms input.txt {
    width: 214px; }
  .contact-form .forms input#sendCopy {
    border: none; }
  .contact-form .forms textarea {
    height: 300px;
    width: 400px; }
  .contact-form .forms .error {
    font-size: 12px;
    display: block;
    margin-left: 120px;
    color: red; }
  .contact-form .forms .textarea .error {
    display: block;
    margin-left: 120px; }
  .contact-form .forms .screenReader {
    margin-bottom: 0; }
  .contact-form .forms .buttons .submit {
    margin: 15px 0 0 120px;
    cursor: pointer; }
  .contact-form .forms .inline input {
    width: auto;
    margin-left: 120px; }
  .contact-form .forms .inline label {
    display: inline;
    float: none;
    width: auto; }

.entry .contact-form ol.forms li {
  list-style: none; }

.contact-form .submit {
  display: inline-block;
  margin: 5px;
  padding: 3px 13px;
  border: 1px solid #4081af;
  border-bottom-color: #20559a;
  color: white !important;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #237fd7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #52a8e8), color-stop(1, #2e76cf));
  background: -moz-linear-gradient(center top, #52a8e8 20%, #2e76cf 100%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 2px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 2px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.29);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 2px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.29); }
  .contact-form .submit:hover {
    text-decoration: none !important;
    background: #0073d2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #3e9ee5), color-stop(1, #1666ca));
    background: -moz-linear-gradient(center top, #3e9ee5 20%, #1666ca 100%); }

.shortcode-tabs {
  background: #f0f0f0;
  background: rgba(0, 0, 0, 0.05);
  clear: both;
  height: auto;
  display: block;
  padding: 5px;
  margin-bottom: 30px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .shortcode-tabs ul.tab_titles {
    padding: 0px;
    background: none;
    border: none;
    margin: 0; }
    .shortcode-tabs ul.tab_titles li.nav-tab {
      background: none;
      padding: 0;
      float: left;
      display: inline;
      color: #ffffff;
      margin: 0px;
      cursor: pointer; }
      .shortcode-tabs ul.tab_titles li.nav-tab.ui-tabs-selected a {
        background: #fff;
        text-decoration: none; }
      .shortcode-tabs ul.tab_titles li.nav-tab a {
        color: #777;
        display: block;
        float: left;
        padding: 8px;
        text-transform: uppercase;
        font: 11px/18px sans-serif; }
        .shortcode-tabs ul.tab_titles li.nav-tab a:hover {
          background: #fff;
          text-decoration: none; }
      .shortcode-tabs ul.tab_titles li.nav-tab.ui-tabs-selected a, .shortcode-tabs ul.tab_titles li.nav-tab a:hover {
        -moz-border-radius-topright: 3px;
        -moz-border-radius-topleft: 3px;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px; }
  .shortcode-tabs .tab {
    background: #fff;
    padding: 10px;
    text-align: left;
    clear: both; }
    .shortcode-tabs .tab li.nav-tab {
      background: #fff; }
    .shortcode-tabs .tab ul.tab_titles {
      margin: 0;
      border: 1px solid #e6e6e6;
      border-width: 1px 0 1px 0; }
    .shortcode-tabs .tab li.nav-tab {
      border: 1px solid #e6e6e6;
      border-width: 0 1px 1px 1px;
      padding: 10px; }
      .shortcode-tabs .tab li.nav-tab a {
        color: #555;
        font: bold 12px/18px sans-serif; }
  .shortcode-tabs .ui-tabs-hide {
    display: none; }
  .shortcode-tabs.boxed {
    background: #FFFFFF; }
    .shortcode-tabs.boxed ul.tab_titles {
      clear: both;
      float: left;
      background: none;
      border: none;
      border-left: 1px solid #EBEBEB;
      margin-bottom: 0px;
      position: relative;
      z-index: 2; }
      .shortcode-tabs.boxed ul.tab_titles li {
        background: none;
        padding: 0;
        border-top: 1px solid #EBEBEB;
        border-right: 1px solid #EBEBEB; }
        .shortcode-tabs.boxed ul.tab_titles li.ui-state-active {
          border-bottom: 1px solid #FFFFFF; }
    .shortcode-tabs.boxed .tab {
      border: 1px solid #EBEBEB;
      top: -2px;
      position: relative;
      z-index: 1; }
  .shortcode-tabs.vertical {
    background: #FFFFFF; }
    .shortcode-tabs.vertical .tab_header {
      border: 1px solid #F0F0F0;
      border-bottom: 0px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      width: 25%;
      float: left;
      margin-bottom: -5px;
      color: #555;
      font: bold 12px/18px sans-serif;
      background: #f5f5f5;
      background: -moz-linear-gradient(100% 100% 90deg, #f5f5f5, #fff);
      background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f5f5f5));
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      -moz-border-radius-bottomright: 0px;
      -moz-border-radius-bottomleft: 0px;
      -webkit-border-bottom-left-radius: 0px;
      -webkit-border-bottom-right-radius: 0px; }
      .shortcode-tabs.vertical .tab_header span {
        display: block;
        padding: 8px 8px 12px 8px;
        border: 1px solid #EBEBEB; }
    .shortcode-tabs.vertical ul.tab_titles {
      clear: left;
      float: left;
      background: none;
      border: 1px solid #F0F0F0;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      margin-bottom: 0px;
      position: relative;
      z-index: 2;
      width: 25%; }
      .shortcode-tabs.vertical ul.tab_titles.has_title {
        border-top: 0px !important;
        margin-top: 5px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-topkeft: 0px;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-top-right-radius: 0px; }
      .shortcode-tabs.vertical ul.tab_titles li {
        clear: both;
        background: none;
        padding: 0;
        border-bottom: 1px solid #EBEBEB;
        border-left: 1px solid #EBEBEB;
        border-right: 1px solid #EBEBEB;
        display: block !important;
        float: none !important; }
        .shortcode-tabs.vertical ul.tab_titles li.ui-state-active a {
          background: #F0F0F0;
          background: rgba(0, 0, 0, 0.05); }
        .shortcode-tabs.vertical ul.tab_titles li a:link {
          display: block;
          float: none !important; }
        .shortcode-tabs.vertical ul.tab_titles li a:hover {
          background: #F0F0F0;
          background: rgba(0, 0, 0, 0.05); }
    .shortcode-tabs.vertical .tab {
      clear: right !important;
      top: 5px;
      position: relative;
      z-index: 1;
      margin-left: 30%;
      padding: 0px; }

span.dropcap {
  font-size: 300%;
  font-weight: bold;
  float: left;
  position: relative;
  margin: 5px 7px 0 0;
  line-height: 0.7em; }

.shortcode-toggle {
  margin: 0 0 1.2em; }
  .shortcode-toggle h4 {
    margin: 0; }
    .shortcode-toggle h4 a {
      display: block;
      padding: 3px 0 3px 10px;
      background: #f3f3f3 url(../images/shortcode-toggle-close.png) no-repeat 99% center; }
  .shortcode-toggle.closed h4 a {
    background-image: url(../images/shortcode-toggle-open.png); }
  .shortcode-toggle .toggle-content {
    padding: 10px 10px;
    background: #f9f9f9; }
  .shortcode-toggle.closed .toggle-content {
    display: none; }
  .shortcode-toggle.border {
    border: 1px solid #EBEBEB; }
  .shortcode-toggle.white h4 a, .shortcode-toggle.white .toggle-content {
    background-color: #FFFFFF; }

span.shortcode-highlight {
  background: #FFFFAA;
  padding: 3px 3px 1px;
  display: inline-block;
  margin-bottom: 15px; }

p span.shortcode-highlight {
  margin: 0;
  display: inline; }

abbr {
  border-bottom: 1px dashed #999999;
  cursor: help; }

.entry .shortcode-unorderedlist ul li, .shortcode-unorderedlist ul li, .entry .shortcode-unorderedlist ul li ul, .shortcode-unorderedlist ul li ul {
  list-style-type: none;
  padding-left: 25px;
  background: url() no-repeat scroll left top; }

.entry .shortcode-unorderedlist.tick ul li, .shortcode-unorderedlist.tick ul li {
  background: url(../images/shortcode-tick.png) no-repeat left top; }

.entry .shortcode-unorderedlist.red-x ul li, .shortcode-unorderedlist.red-x ul li {
  background: url(../images/shortcode-red-x.png) no-repeat left top; }

.entry .shortcode-unorderedlist.bullet ul li, .shortcode-unorderedlist.bullet ul li {
  background: url(../images/shortcode-bullet.png) no-repeat left top; }

.entry .shortcode-unorderedlist.green-dot ul li, .shortcode-unorderedlist.green-dot ul li {
  background: url(../images/shortcode-green-dot.png) no-repeat left top; }

.entry .shortcode-unorderedlist.arrow ul li, .shortcode-unorderedlist.arrow ul li {
  background: url(../images/shortcode-arrow.png) no-repeat left top; }

.entry .shortcode-unorderedlist.star ul li, .shortcode-unorderedlist.star ul li {
  background: url(../images/shortcode-star.png) no-repeat left top; }

.entry .shortcode-orderedlist ol li {
  list-style-type: none;
  margin-left: 25px;
  background: url() no-repeat scroll left top; }
  .entry .shortcode-orderedlist ol li ol {
    list-style-type: none;
    margin-left: 25px;
    background: url() no-repeat scroll left top; }

.shortcode-orderedlist ol li {
  list-style-type: none;
  margin-left: 25px;
  background: url() no-repeat scroll left top; }

.entry .shortcode-orderedlist.armenian ol li, .shortcode-orderedlist.armenian ol li {
  list-style-type: armenian; }

.entry .shortcode-orderedlist.decimal ol li, .shortcode-orderedlist.decimal ol li {
  list-style-type: decimal; }

.entry .shortcode-orderedlist.decimal-leading-zero ol li, .shortcode-orderedlist.decimal-leading-zero ol li {
  list-style-type: decimal-leading-zero; }

.entry .shortcode-orderedlist.georgian ol li, .shortcode-orderedlist.georgian ol li {
  list-style-type: georgian; }

.entry .shortcode-orderedlist.lower-alpha ol li, .shortcode-orderedlist.lower-alpha ol li {
  list-style-type: lower-alpha; }

.entry .shortcode-orderedlist.lower-greek ol li, .shortcode-orderedlist.lower-greek ol li {
  list-style-type: lower-greek; }

.entry .shortcode-orderedlist.lower-latin ol li, .shortcode-orderedlist.lower-latin ol li {
  list-style-type: lower-latin; }

.entry .shortcode-orderedlist.lower-roman ol li, .shortcode-orderedlist.lower-roman ol li {
  list-style-type: lower-roman; }

.entry .shortcode-orderedlist.upper-alpha ol li, .shortcode-orderedlist.upper-alpha ol li {
  list-style-type: upper-alpha; }

.entry .shortcode-orderedlist.upper-latin ol li, .shortcode-orderedlist.upper-latin ol li {
  list-style-type: upper-latin; }

.entry .shortcode-orderedlist.upper-roman ol li, .shortcode-orderedlist.upper-roman ol li {
  list-style-type: upper-roman; }

img.social-icon {
  border: none; }

.colabs-sc-pulledquote {
  font-family: Georgia;
  font-style: Italic;
  font-size: 18px;
  color: #333;
  line-height: 24px;
  width: 192px; }
  .colabs-sc-pulledquote.left {
    text-align: right;
    margin: 0 15px 10px 0;
    padding-right: 15px;
    border-right: 1px solid #ddd; }
  .colabs-sc-pulledquote.right {
    text-align: left;
    margin: 0 0 10px 15px;
    padding-left: 15px;
    border-left: 1px solid #ddd; }

/*styling for variable sections; homepage MerchantVoice, audio, article categories BEGIN*/
section.highlight-posts {
  width: 150%;
  text-align: center; }

.highlight-posts a {
  text-decoration: none; }
  .highlight-posts a:hover {
    text-decoration: none; }

.highlight-posts div.highlight-posts-title {
  display: block;
  padding: 15px 5%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 380px;
  max-width: 95%;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px; }

.highlight-posts ul {
  display: inline-block;
  overflow: hidden;
  list-style: none;
  margin-left: auto;
  margin-right: auto; }
  .highlight-posts ul li {
    display: inline-block;
    width: 208px;
    margin: 0 0 10px;
    padding: 5px;
    min-height: 256px;
    overflow: auto;
    vertical-align: top; }
    .highlight-posts ul li a:hover {
      color: #1363c6; }
    .highlight-posts ul li img {
      max-width: 216px;
      width: 216px; }
    .highlight-posts ul li div.highlight-img-clip {
      max-width: 200px;
      width: 200px;
      max-height: 162px;
      height: 162px;
      overflow: hidden;
      margin-bottom: 5px; }
    .highlight-posts ul li h6 {
      text-transform: uppercase;
      color: #1363c6;
      font-size: 10px;
      font-weight: bold;
      margin-bottom: 4px; }
    .highlight-posts ul li a:hover h6 {
      color: #024280; }
    .highlight-posts ul li h4 {
      font-size: 15px;
      margin-bottom: 0; }
    .highlight-posts ul li h6, .highlight-posts ul li h4 {
      text-align: center; }
    .highlight-posts ul li h6.highlight-date {
      color: #555; }
    .highlight-posts ul li h6.highlight-author a {
      color: #1363c6; }
      .highlight-posts ul li h6.highlight-author a:hover {
        text-decoration: underline; }

.highlight-posts hr.highlight-hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0;
  width: 70%; }

@media screen and (min-width: 980px) and (max-width: 1230px) {
  .highlight-posts ul {
    max-width: 880px; } }

@media screen and (max-width: 806px) {
  body.home > .main section.highlight-posts {
    width: 100%; } }

@media screen and (max-width: 768px) {
  body.home .main .col8 {
    margin-bottom: 0px !important; }
  body.home .sidebar {
    padding-top: 0px !important; }
  .highlight-posts:last-child ul {
    margin-bottom: 0px !important; } }

/*styling for variable sections; homepage MerchantVoice, audio, article categories END*/
/*styling for social-link/print/comment bubbles BEGIN*/
.pec-social-post {
  width: auto;
  float: right; }
  .pec-social-post ul {
    overflow: visible;
    height: 30px;
    margin: 0 0 1em 0;
    padding: 0;
    list-style: none;
    text-align: left; }
    .pec-social-post ul li {
      list-style-type: none;
      float: left;
      margin: 0 !important; }
      .pec-social-post ul li a i {
        background: #bfbfbf;
        color: #fff;
        width: 32px;
        height: 32px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        font-size: 18px;
        text-align: center;
        margin-right: 10px; }
  .pec-social-post li i {
    margin: 0;
    line-height: 32px;
    text-align: center; }
  .pec-social-post li .fa-facebook {
    background: #3b5998; }
  .pec-social-post li .fa-linkedin {
    background: #007bb6; }
  .pec-social-post li .fa-twitter {
    background: #00aced; }
  .pec-social-post ul li a i:hover {
    opacity: .7; }
  .pec-social-post ul li a#comment-count-bubble {
    display: block;
    background: #8e8e8e;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    text-decoration: none;
    padding-left: 11px;
    padding-right: 12px;
    padding-top: 5px;
    height: 27px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .pec-social-post ul li a#comment-count-bubble:hover {
      background: #9b9b9b; }
    .pec-social-post ul li a#comment-count-bubble:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 11px;
      width: 0;
      height: 0;
      border: 8px solid transparent;
      border-width: 9px 12px 0 0;
      border-top-color: #8e8e8e;
      border-bottom: 0;
      border-left: 0;
      margin-left: -5px;
      margin-bottom: -9px; }
    .pec-social-post ul li a#comment-count-bubble:hover:before {
      border-top-color: #9b9b9b; }
    .pec-social-post ul li a#comment-count-bubble:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 11px;
      width: 0;
      height: 0;
      border: 8px solid transparent;
      border-width: 9px 2px 0 0;
      border-top-color: #fff;
      border-bottom: 0;
      border-left: 0;
      margin-left: -5px;
      margin-bottom: -9px; }

/*
Responsive table styling
 */
@media screen and (max-width: 767px) {
  .entry-content table {
    width: 100%; }
  .entry-content thead {
    display: none; }
  .entry-content tr:nth-of-type(2n) {
    background-color: inherit; }
  .entry-content tr td:first-child {
    background: #f0f0f0;
    font-weight: bold;
    font-size: 1.3em; }
  .entry-content tbody td {
    display: block;
    text-align: center;
    width: 100%;
    padding: 5px 0px !important; }
    .entry-content tbody td:before {
      content: attr(data-th);
      display: block;
      text-align: center;
      font-size: 12px;
      font-weight: 400; } }

.main > .content {
  min-height: 600px; }

.seminars > .content {
  min-height: unset; }

/*styling for social-link/print/comment bubbles END*/
body {
  color: #111;
  font-family: "Trebuchet MS", "Arial", "Liberation Sans", FreeSans, sans-serif;
  font-size: 14px;
  line-height: 1.5; }

p {
  line-height: 1.6; }

.separator {
  height: 0;
  margin: 20px 0;
  border-top: 1px solid #ddd; }

.column {
  margin-bottom: 18px; }

body > .main {
  position: relative;
  padding-top: 20px;
  margin-top: 117px; }

body .ad-wrapper > div[data-rendered="true"][data-modified][data-width][data-height] {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc !important; }

body .ad-wrapper > div[data-width="970"] {
  max-width: 972px; }

body .ad-wrapper > div[data-width="728"] {
  max-width: 730px; }

body .ad-wrapper > div[data-width="300"] {
  max-width: 302px; }

body > .partners-top.row {
  margin-top: 117px;
  padding-top: 0px;
  text-align: center;
  width: 100%; }
  body > .partners-top.row.ad-loaded {
    padding-top: 20px; }

body > .partners-top.row + .main {
  margin-top: 0px;
  padding-top: 20px; }

body > .partners-bottom.row {
  text-align: center;
  padding-top: 20px; }

body.page-template-template-business-directory > .main {
  margin-top: 70px; }

/* Ads Styling */
.partners-sidebar {
  text-align: center;
  width: 302px; }

.main .partners-front-mid {
  clear: both;
  text-align: center;
  display: block;
  background-color: #EAECF1;
  color: white;
  position: relative;
  margin-bottom: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 150%; }
  .main .partners-front-mid:before, .main .partners-front-mid:after {
    width: 100%;
    background: #EAECF1;
    position: absolute;
    content: "";
    height: 100%;
    margin-left: -99%;
    z-index: -1;
    visibility: visible;
    left: 0;
    top: 0; }
  .main .partners-front-mid:after {
    margin-left: 99%; }

@media (max-width: 1020px) {
  body > .main {
    margin-top: 65px; }
    body > .main section.highlight-posts {
      width: 150%; }
    body > .main .partners-front-mid {
      width: 173.2%;
      margin-left: -8.1%; } }

@media (min-width: 769px) {
  .partners-sidebar {
    margin-top: 63px; } }

@media (max-width: 1020px) {
  body > .partners-top.row {
    margin-top: 70px; } }

@media (max-width: 768px) {
  body > .partners-bottom.row {
    padding-top: 10px; }
  body .footer {
    margin-top: 30px; }
  body .main .partners-front-mid {
    width: 110.810%;
    margin-left: -5.405%; }
  body .main .related-posts ul li:last-child {
    padding-bottom: 0px; }
  body .main .content .column.col8 {
    margin-bottom: 0px; }
  body > .partners-top.row + .main {
    padding-top: 10px; }
  body .ad-wrapper.ad-loaded .ad-label {
    display: block !important;
    text-align: center;
    color: #8e8e8e;
    font-size: .75rem;
    line-height: 1.125rem; } }

@media (max-width: 420px) {
  body > .partners-top.row {
    margin-top: 100px; }
  body > .main {
    margin-top: 80px; } }

img {
  max-width: 100%;
  height: auto; }

table#nxt_list_view img {
  max-width: none; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 25px; }

h2 {
  font-size: 23px; }

h3 {
  font-size: 26px; }

h4 {
  font-size: 19px; }

h5 {
  font-size: 17px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 400; }

h6 {
  font-size: 15px; }

small {
  font-size: 14px; }

ol {
  list-style: decimal; }

ul {
  list-style: disc; }

li {
  margin-left: 30px; }

h1, h2, h3, h4, h5, h6, p, dl, hr, ol, ul, pre, table, address, fieldset, figure {
  margin-bottom: 20px; }

em {
  font-style: italic; }

a {
  color: #FF6C00;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

pre, code {
  padding: 10px;
  font-size: 12px;
  overflow: auto;
  font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
  display: block;
  margin-left: 30px; }

blockquote {
  font: 1.3em/1.5 'Georgia';
  font-style: italic;
  margin-left: 40px;
  border-left: solid 2px #e1e1e1;
  padding-left: 15px; }

.alignleft {
  float: left;
  margin: 5px 10px 10px 0; }

.alignright {
  float: right;
  margin: 5px 0 10px 10px; }

.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto; }

input[type="text"], textarea, input[type="email"] {
  padding: 5px 2px;
  border: 1px solid #ccc; }

textarea {
  padding: 5px 2px;
  border: 1px solid #ccc;
  resize: none;
  font-family: "Trebuchet MS", "Arial", "Liberation Sans", FreeSans, sans-serif; }

input[type="submit"] {
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
  background: #ff6c00;
  -webkit-appearance: none; }

.widget_video, .single_video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.widget_video iframe, .widget_video object, .widget_video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.single_video iframe, .single_video object, .single_video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.flex-container a:active, .flexslider a:active {
  outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flexslider {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative; }
  .flexslider .slides > li {
    display: none;
    margin-left: 0; }
  .flexslider .slides img {
    max-width: 98.5%;
    max-height: 98.5%;
    display: block;
    padding: .5%;
    border: solid 1px #ddd; }

.singleimage img {
  max-width: 98.5%;
  max-height: 98.5%;
  display: block;
  padding: .5%;
  border: solid 1px #ddd; }

.flex-pauseplay span {
  text-transform: capitalize; }

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.box-slide {
  border: solid 1px #e1e1e1; }

.flex-container {
  zoom: 1;
  padding: 15px;
  position: relative; }

.flexslider .slides > li {
  position: relative; }

.flex-control-nav li {
  margin: 0; }

.flex-control-nav a {
  cursor: pointer; }

.flex-caption {
  width: 96%;
  padding: 2%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 18px; }

.flex-direction-nav li a {
  width: 52px;
  padding: 5px 10px;
  margin: -13px 0 0;
  display: block;
  background: #fff;
  text-align: center;
  top: 50%;
  position: absolute;
  cursor: pointer; }
  .flex-direction-nav li a.next {
    right: 20px; }
  .flex-direction-nav li a.prev {
    left: 20px; }
  .flex-direction-nav li a.disabled {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: default; }

.editor {
  width: 25%;
  float: left;
  margin: 10px 20px 0 0;
  padding: 10px 0;
  border-top: dashed 1px #e1e1e1; }
  .editor img {
    float: left;
    margin: 0 10px 10px 0; }

.post-slide img.icon {
  border: none;
  padding: 5px 5px 0 0;
  margin: 0;
  vertical-align: middle;
  float: left; }

.editor img.icon {
  border: none;
  padding: 5px 5px 0 0;
  margin: 0;
  vertical-align: middle;
  float: left; }

.editor hr {
  border: none;
  border-top: dashed 1px #e1e1e1;
  clear: left;
  margin-bottom: 5px; }

.post-slide {
  overflow: hidden; }
  .post-slide p {
    line-height: 20px; }
  .post-slide h2 {
    font-weight: 400;
    margin-bottom: 5px; }

.editor .meta {
  font-size: 12px;
  color: #7e7e7e; }

.post-slide .meta {
  font-size: 12px;
  color: #7e7e7e;
  font-style: italic;
  margin-bottom: 10px; }

.shadow {
  background: url(images/shadow-feat.png) top right no-repeat;
  height: 17px; }

.shadow-slide {
  background: url(images/shadow-slide.png) top center no-repeat;
  height: 15px; }

.flex-control-nav {
  width: 95%;
  position: absolute;
  bottom: -10px;
  text-align: center; }
  .flex-control-nav li {
    margin: 0 0 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .flex-control-nav li:first-child {
      margin: 0; }
    .flex-control-nav li a {
      width: 21px;
      display: block;
      cursor: pointer;
      background: url(images/nav-slide.png) left no-repeat;
      text-indent: -9999px; }
    .flex-control-nav li .active {
      color: #fff;
      background: url(images/nav-slide.png) right no-repeat; }

.menu {
  margin: 0;
  list-style: none;
  font-size: 18px; }
  .menu li {
    margin: 0;
    float: left;
    display: inline; }
  .menu a {
    display: block;
    padding: 0.5px; }
    .menu a:hover {
      text-decoration: none; }
  .menu li span.description {
    font-size: 11px;
    color: #6d6d6d; }

.singleimage {
  margin-bottom: 20px; }

.video-thumb {
  float: left;
  width: 100%;
  display: block;
  position: relative; }

.playicon {
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  opacity: .5;
  position: absolute;
  text-indent: -9999px;
  margin: -16px 0 0 -16px;
  background: url(images/playicon.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease; }

.video-thumb:hover .playicon {
  opacity: 0.8; }

.post {
  text-shadow: none; }
  .post .img-feat {
    max-width: 94%;
    height: auto;
    border: solid 4px #fff;
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc; }
  .post .entry-meta {
    color: #7b7b7b;
    font-style: italic;
    margin: 5px 0 10px;
    text-align: right;
    padding-right: 6px; }
  .post .meta-detail {
    text-align: left; }
  .post .entry-meta img {
    margin-left: 5px; }
  .post h2.entry-header {
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: -10px; }
    .post h2.entry-header a {
      color: #333; }

hr.separator {
  border-top: none;
  border-bottom: solid 1px #e6e6e6;
  -webkit-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
  clear: left; }

.entry-author {
  background: #f2f2f2;
  padding: 15px 10px;
  border-radius: 3px;
  margin: 0 0 20px 0; }
  .entry-author .avatar {
    background: #fff;
    border: 1px solid #ddd;
    float: left;
    padding: 5px; }

.author-detail {
  margin-left: 80px; }
  .author-detail p {
    margin: 0;
    font-size: 14px; }
  .author-detail h3 {
    font-size: 18px;
    margin-bottom: 10px; }

div#related-podcast.float-left {
  float: left;
  margin: 0.65em 1.5em 0.5em 0; }

#related-podcast {
  border-bottom: 1px solid #000;
  border-top: 2px solid #000;
  float: right;
  font-size: 11px;
  font-style: italic;
  margin: .5em 0 .5em 1em;
  padding: 10px 3px;
  width: 288px; }
  #related-podcast span {
    background: url(/files/2013/06/icon_mp3_gray.gif) no-repeat scroll 0 2px transparent;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 9px;
    padding: 0 0 0 20px;
    text-transform: uppercase; }
  #related-podcast p {
    margin-bottom: 0; }

div.podcast-content img {
  float: left;
  margin-right: 10px; }

.magazine-column .post .entry-meta {
  text-align: left; }

.magazine-column .post p {
  color: #666; }

.magazine-column .post h2.entry-header {
  margin: 0;
  font-size: 20px;
  line-height: 1.2; }

.magazine-column .post .img-feat {
  float: left;
  display: block;
  margin: 5px 10px 10px 0; }

.magazine-column .pagination {
  margin: 0 0 30px;
  padding: 25px 0 0;
  border-top: 1px solid #ddd; }

.magazine-group .cat-group .cat-title {
  color: #FF6C00;
  font-size: 23px;
  font-weight: 400;
  padding: 0 0 0 10px;
  border-top: 1px solid #e6e6e6;
  background: url(images/bg-menu.png); }

.magazine-group .related .column, .magazine-group .related .entry-header {
  margin-bottom: 0; }

.magazine-group .post {
  margin-bottom: 15px; }

.magazine-group .related .entry-header {
  line-height: 1; }
  .magazine-group .related .entry-header a {
    color: #333;
    font-size: 14px;
    font-weight: 400; }

.breadcrumbs {
  padding: 5px;
  font-size: 14px;
  margin-bottom: 30px;
  background: #F8F8F8;
  border: 1px solid #E1E1E1;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 1px #fff inset;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 1px #fff inset; }

#frmcontact p {
  overflow: hidden;
  margin: 0 0 10px; }

#frmcontact input[type="text"], #frmcontact textarea {
  width: 75%;
  float: right; }

#frmcontact .screenReader input {
  width: 23px;
  float: none;
  margin-left: 10px; }

.social_share {
  margin: 20px 0;
  overflow: hidden; }

.shortcode-google-plusone {
  margin-right: 15px; }

.pagination {
  clear: both;
  margin: 30px 0;
  text-align: center; }
  .pagination a, .pagination span {
    color: #000;
    padding: 3px 9px;
    margin-left: 10px; }
  .pagination a:hover, .pagination .current {
    background: #ccc;
    text-decoration: none;
    color: #fff; }
  .pagination.fl a, .pagination.fl span {
    margin-left: 0;
    margin-right: 10px; }

.commentlist {
  list-style: none; }
  .commentlist .children {
    list-style: none;
    margin: 0 0 0 40px; }
  .commentlist li {
    margin-left: 0;
    overflow: hidden; }

.comment-entry {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc; }

.comment-author {
  width: 35%;
  overflow: hidden;
  margin-bottom: 10px; }
  .comment-author .avatar {
    float: left;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #ddd;
    float: left;
    padding: 3px; }
  .comment-author .meta {
    display: block; }

.comment-reply-link {
  display: block; }

.comment-content {
  overflow: hidden; }

#respond {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #ededed;
  padding: 10px;
  margin-bottom: 20px;
  overflow: auto;
  position: relative;
  min-height: 185px; }
  #respond textarea {
    height: 131px;
    width: 45%;
    position: absolute;
    right: 10px;
    top: 12px; }
  #respond input[type="submit"] {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #104282;
    text-transform: uppercase;
    font-style: italic;
    font-size: 12px;
    padding: 6px 25px; }
  #respond input[type="text"] {
    position: absolute;
    left: 50px;
    width: 39.5%; }
  #respond #comment_notes_after {
    text-shadow: none;
    position: absolute;
    bottom: 5px;
    margin-right: 110px;
    color: #888; }
  #respond #commentform label {
    float: left;
    color: #82000a;
    text-shadow: none;
    clear: both; }
  #respond #commentform div {
    position: relative;
    overflow: auto;
    height: 30px; }
    #respond #commentform div.g-recaptcha {
      height: auto;
      overflow: hidden; }
      #respond #commentform div.g-recaptcha div {
        height: auto;
        overflow: hidden; }
  #respond #commentform p.comment-form-comment, #respond #commentform p.form-submit {
    position: static; }
  #respond #reply-title {
    display: none; }
  #respond #commentform div.captchaSizeDivSmall {
    overflow: visible; }
  #respond .captchaSizeDivSmall img {
    position: absolute;
    left: 50px; }
    #respond .captchaSizeDivSmall img.captchaImgRefresh {
      left: 25px; }

@media (max-width: 462px) {
  #respond #comment_notes_after {
    font-size: 80%; }
  #respond textarea {
    width: 95%;
    position: static;
    margin-top: 12px;
    margin-bottom: 12px; }
  #respond input[type="text"] {
    width: 60%; } }

@media (max-width: 485px) {
  #respond .captchaSizeDivSmall img {
    left: 0; } }

.sliiide {
  padding-top: 25px; }

.box-search {
  text-align: right; }

.box-sarch form {
  background: #fff;
  position: relative; }

.box-search #s {
  width: 70%; }

.box-search #searchsubmit {
  background: #ff6c00; }

#tabs {
  border-radius: 3px; }

.widget_colabs_tabs ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  position: relative;
  bottom: -1px; }

#tabs ul.colabsTabs {
  border-bottom: solid 1px #ddd; }

.widget_colabs_tabs li {
  margin: 0; }

.colabsTabs li {
  float: left; }

.colabsTabs a {
  color: #ff6c00;
  display: block;
  font-size: 14px;
  padding: 8px 10px;
  position: relative;
  margin-right: -1px;
  text-transform: uppercase;
  font-weight: 700; }

.colabsTabs .selected {
  color: #333;
  background: url(images/bg-menu.png) repeat; }

.colabsTabs a:hover {
  text-decoration: none; }

#tabs .meta {
  font-style: italic;
  font-size: 11px;
  color: #777; }
  #tabs .meta a {
    color: #ff6c00; }

.widget_colabs_tabs .box {
  background: #fff;
  padding-top: 15px;
  margin-top: -7px;
  border-radius: 0 0 3px 3px; }
  .widget_colabs_tabs .box a {
    color: #333; }
    .widget_colabs_tabs .box a:hover {
      color: #ff6c00; }
  .widget_colabs_tabs .box li {
    overflow: hidden;
    padding: 14px 20px 14px 0;
    border-bottom: 1px dashed #ddd; }
  .widget_colabs_tabs .box img {
    float: left;
    margin: 0 10px 0 0;
    padding: 2px;
    background: #f2f2f2;
    border: 1px solid #ccc; }

#tab-tags {
  padding: 0 10px 10px; }

#sidebar-second .widget_colabs_tabs li {
  float: none; }

#sidebar-second .colabsTabs {
  margin: 0; }
  #sidebar-second .colabsTabs a {
    position: static; }
  #sidebar-second .colabsTabs .selected {
    padding-top: 3px; }

.highlights .column:nth-child(4n+5) {
  clear: left;
  margin-left: 0; }

.hlight-post {
  height: 270px;
  background: #fff;
  margin: 25px 0 5px;
  border: solid 1px #ddd; }
  .hlight-post p.cat {
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    padding: 10px;
    margin-bottom: 0; }
  .hlight-post span.date {
    font-style: italic;
    color: #7e7e7e;
    padding: 0 10px 3px 0;
    margin: 0 0 5px 0;
    font-size: 11px; }
  .hlight-post img {
    background: url(images/line-img.png) repeat;
    padding: 4px 0;
    margin-bottom: 5px; }
  .hlight-post h2 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 0 10px 10px 10px; }
    .hlight-post h2 a {
      color: #333; }

.widget {
  margin: 0 0 30px 0; }
  .widget h4 {
    color: #ff6c00; }
  .widget span.litle {
    font-size: 10px;
    color: #999; }

.widget-title {
  margin-bottom: 10px;
  text-transform: uppercase; }

.widget ul {
  list-style: none; }

.widget li {
  width: 100%;
  float: left;
  margin: 0;
  border-bottom: 1px dashed #e1e1e1; }

.widget_categories li, .widget_archive li, .widget_colabs_twitter li {
  width: 40%;
  margin-right: 10%; }

.widget_categories li a, .widget_archive li a {
  padding: 5px 0;
  display: block; }

.flickr {
  overflow: hidden; }

.widget_colabs_flickr ul {
  list-style: none; }

.widget_colabs_flickr li {
  float: left;
  margin: 10px 17px 10px 0; }
  .widget_colabs_flickr li img {
    padding: 3px;
    border: solid 1px #e1e1e1; }

.widget_colabs_flickr img {
  float: left;
  padding: 3px;
  border: solid 1px #e1e1e1; }

.widget_colabs_flickr a {
  float: left;
  margin: 10px 3.5% 10px 0; }

.widget_colabs_twitter li {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px; }

.soc {
  text-align: right;
  margin-top: 5px; }

.box-signup {
  float: right;
  margin-left: 10px; }

.copy {
  font-size: 11px;
  color: #999; }

.r {
  text-align: right; }

@media only screen and (max-width: 768x) {
  .header, .box-search, .footer .soc {
    text-align: center; }
  .header input {
    display: inline-block; }
  .navigation {
    width: 96%;
    padding: 2%; }
    .navigation ul {
      display: none; }
    .navigation select {
      display: block; }
  .editor .meta, .post-slide .meta {
    font-size: 11px; }
  .flexslider .editor {
    width: 95%;
    margin-bottom: 15px;
    float: none; }
  .highlights .col3 {
    width: 48.46%;
    margin-left: 3.08%; }
    .highlights .col3:nth-child(odd) {
      margin-left: 0; }
  .post > .col3 {
    width: 100%; }
  .post > .col9 {
    width: 100%;
    clear: left;
    margin-left: 0; }
  .home .post > .col3 > a, .magazine-group .post > .col3 > a {
    float: left; }
  .home .post .entry-meta, .magazine-group .post .entry-meta {
    text-align: left;
    float: left;
    margin-left: 10px;
    padding: 0; }
  .widget_colabs_flickr a {
    margin-right: 1.5%; }
  .colabsTabs a {
    font-size: 12px;
    padding: 8px; }
  #signup {
    margin-top: 15px;
    float: none; } }

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .colabsTabs a {
    font-size: 14px;
    padding: 8px 25px; }
  .colabsTabs .tags a {
    padding: 8px 28px; } }

.entry-content .with_caption img {
  float: left;
  margin-right: 20px; }

.wp-caption {
  margin-top: .4em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 1.625em;
  max-width: 96%;
  padding: 10px 23px 0 9px;
  font-size: 14px !important; }
  .wp-caption img {
    display: block;
    margin: 0 auto;
    max-width: 98%;
    border: 1px solid #CFCFCF;
    float: none;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    color: #666;
    font-family: sans-serif;
    font-size: 14;
    text-align: center; }

.gallery-caption {
  color: #666;
  font-family: sans-serif;
  font-size: 14;
  text-align: center; }

.wp-caption .wp-caption-text {
  margin-top: .25em;
  margin-bottom: 0em;
  padding: 5px;
  position: relative; }
  .wp-caption .wp-caption-text:before {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    margin-right: 5px;
    position: absolute;
    left: 10px;
    top: 7px; }

.enlarge-link-wrapper {
  margin: 0;
  padding: 3px 0;
  text-align: center; }

.entry-content .enlarge-link-wrapper img {
  margin-right: 3px;
  width: 14px;
  border: none;
  display: inline; }

.peccolarchive img {
  float: left;
  border: 1px solid #aaa; }

.peccolarchive h4 {
  margin-bottom: 5px; }

.peccolarchive .author_column_block {
  max-width: 40%;
  float: left;
  padding: 10px;
  padding-right: 30px;
  color: #111; }
  .peccolarchive .author_column_block:hover {
    color: #555;
    text-decoration: underline; }
  .peccolarchive .author_column_block div {
    padding-left: 130px;
    padding-right: 10px; }

.peccolarchive .column_hr {
  width: 100%;
  height: 0;
  border-top: 1px dotted #ccc;
  clear: both;
  display: none; }

.peccolumns ul {
  list-style-type: none;
  clear: left;
  padding-top: 5px; }
  .peccolumns ul li {
    border-top: 1px solid #ccc;
    margin-left: 0;
    margin-top: 20px;
    padding-top: 10px; }

.peccolumns img {
  float: left;
  border: 1px solid #aaa;
  margin-right: 10px;
  display: none; }

.peccolumns h2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 30px; }
  .peccolumns h2 a {
    color: #111; }

.peccolumns h4 {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px; }

.peccolumns h6 {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 10;
  text-transform: uppercase; }

#respond #commentform div.gglcptch {
  height: auto;
  overflow: visible; }
  #respond #commentform div.gglcptch div {
    height: auto;
    overflow: visible; }

@media screen and (min-width: 762px) {
  .peccolarchive .column_hr_2 {
    display: block !important; } }

@media screen and (max-width: 761px) {
  .peccolarchive .column_hr {
    display: block; }
  .peccolarchive img {
    margin-right: 20px; }
  .peccolarchive .author_column_block {
    max-width: 100% !important; }
    .peccolarchive .author_column_block div {
      padding-left: 0; } }

.modalImg {
  position: absolute;
  max-width: 85% !important;
  border: 10px solid #0A3270;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  left: 50px; }

.modalX {
  position: absolute;
  font-size: 48px;
  font-weight: 700;
  z-index: 1010;
  left: 15px; }
  .modalX a {
    -webkit-text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }

#more-articles-link {
  width: 100%;
  padding: 5px 0 0;
  border-top: 1px solid #ccc; }
  #more-articles-link a {
    padding-left: 12px;
    font-size: 14px;
    background: url(images/icon_go.gif) no-repeat; }

div.signupPage {
  border-top: 10px solid #1a4480;
  padding-top: 20px; }
  div.signupPage div.signupPage-info {
    float: left;
    max-width: 600px;
    padding: 10px;
    padding-left: 10px;
    margin-right: 10px; }
    div.signupPage div.signupPage-info h4 {
      margin-bottom: 9px;
      font-size: 23px;
      font-weight: 700;
      color: black;
      margin-left: 10px; }
    div.signupPage div.signupPage-info p {
      margin-top: 0;
      margin-bottom: 5px;
      font-size: 1.25em;
      margin-left: 25px; }
    div.signupPage div.signupPage-info span.arrow {
      color: #ffa103;
      font-style: normal;
      font-size: 1.2em; }
    div.signupPage div.signupPage-info span.arrow2 {
      color: #1a4480;
      font-style: normal;
      font-size: 1em;
      margin-left: 25px; }
  div.signupPage p {
    margin-bottom: 0; }
  div.signupPage div.signupPage-form {
    width: 284px;
    height: 87px;
    padding: 10px;
    border-style: none;
    border-top: 5px solid #1a4480;
    border-bottom: 1px solid #1a4480; }
    div.signupPage div.signupPage-form h4 {
      margin-bottom: 17px;
      margin-left: 45px;
      font-size: 20px;
      font-weight: 700;
      color: black; }
    div.signupPage div.signupPage-form a {
      color: #ccc;
      font-size: 11px; }
    div.signupPage div.signupPage-form form {
      margin-bottom: 10px; }
      div.signupPage div.signupPage-form form input {
        border: 1px solid #ccc;
        background: white;
        font-size: 12px; }
        div.signupPage div.signupPage-form form input#newsletter-input {
          margin-right: 5px;
          min-width: 191px;
          position: relative;
          z-index: 1; }
        div.signupPage div.signupPage-form form input#newsletter-submit {
          color: #000;
          background-color: #ffa103; }
          div.signupPage div.signupPage-form form input#newsletter-submit:hover {
            color: #fff;
            background-color: #000; }
    div.signupPage div.signupPage-form img#mail {
      position: relative;
      left: -20px;
      top: -91px;
      z-index: 0; }
    div.signupPage div.signupPage-form hgroup {
      position: relative;
      z-index: 1; }
  div.signupPage div.signupPage-pics {
    background-color: #4088d0;
    padding: 10px;
    max-width: 600px; }
    div.signupPage div.signupPage-pics a {
      color: #0f5883; }
    div.signupPage div.signupPage-pics div {
      text-align: center;
      padding: 10px; }

@media only screen and (min-width: 979px) {
  div.signupPage div.signupPage-info {
    background-color: #4088d0;
    width: 600px; }
  div.signupPage div.signupPage-form {
    float: right; }
  div.signupPage div.signupPage-pics div.left {
    float: left;
    margin-left: 15px; }
  div.signupPage div.signupPage-pics div.right {
    float: right;
    margin-right: 15px; } }

@media only screen and (max-width: 978px) and (min-width: 674px) {
  div.signupPage div.signupPage-info {
    background-color: #fff; }
  div.signupPage div.signupPage-pics div.left {
    float: left;
    margin-left: 15px; }
  div.signupPage div.signupPage-pics div.right {
    float: right;
    margin-right: 15px; }
  div.signupPage div.signupPage-form {
    float: left;
    margin: 10px;
    clear: left; } }

@media only screen and (max-width: 673px) {
  div.signupPage div.signupPage-info {
    background-color: #fff; }
  div.signupPage div.signupPage-form {
    float: left;
    margin: 10px;
    clear: left; } }

#pagination {
  padding: 10px;
  background: rgba(230, 230, 230, 0.35);
  font-size: 14px;
  font-weight: 700; }

#nextprev {
  margin: -40px 0 20px;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
  text-align: left; }
  #nextprev hgroup {
    width: 80%; }

#prevarticle hgroup {
  margin-left: 25px; }

#nextarticle hgroup {
  margin-right: 15px; }

#nextprev h5 {
  margin-bottom: 3px;
  text-transform: uppercase;
  color: #82000a;
  font-size: 15px;
  margin-left: 12.5%; }

#nextprev h4 {
  max-width: 75%;
  margin: 0 auto;
  font-size: 14px; }

#prevarticle {
  width: 49%;
  max-width: 49%;
  padding: 10px 5px 0;
  float: left;
  border-right: 1px solid #ddd; }

#nextarticle {
  width: 47%;
  max-width: 47%;
  padding: 10px 0 0 3px;
  float: right; }

#prevarrow {
  display: block;
  width: 20px;
  height: 20px;
  background: url(images/next-prev-sprite-wmt-2.png) no-repeat;
  position: absolute;
  top: 49%; }

#nextarrow {
  display: block;
  width: 20px;
  height: 20px;
  background: url(images/next-prev-sprite-wmt-2.png) no-repeat;
  position: absolute;
  top: 49%;
  background-position: -20px 0;
  right: 0; }

#prevarrow {
  left: 0; }

#nextarticle:hover #nextarrow {
  background-position: -20px -23px; }

#prevarticle:hover #prevarrow {
  background-position: 0 -23px; }

.clear {
  clear: both; }

@media all and (max-width: 420px) {
  #prevarticle {
    width: 47%;
    max-width: 47%;
    padding: 20px 5px 0;
    border: none; }
  #nextarticle {
    width: 46%;
    max-width: 46%;
    padding: 20px 0 0; }
  #nextprev h5 {
    font-size: 10px; }
  #nextprev h4 {
    font-size: 12px; }
  #prevarrow, #nextarrow {
    display: none; } }

@media all and (max-width: 600px) {
  #prevarrow, #nextarrow {
    display: none; } }

#authorinfo {
  margin: 20px 0;
  padding: 10px 30px 20px 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
  text-align: left;
  color: #82000a; }
  #authorinfo div {
    margin-left: 20px;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
    float: left; }
    #authorinfo div#authorlatest {
      float: right;
      max-width: 290px; }
    #authorinfo div a:hover {
      text-decoration: none;
      color: #56a3d1; }
  #authorinfo img {
    margin: 0;
    padding: 2px;
    border: 1px solid #ccc; }
  #authorinfo #authorposts {
    color: #82000a;
    text-transform: none; }
    #authorinfo #authorposts span {
      display: block;
      padding-left: 8px;
      text-indent: -8px; }
    #authorinfo #authorposts a {
      font-family: Arial, "Helvetica Nueue", "Liberation Sans", FreeSans, sans-serif; }
      #authorinfo #authorposts a:hover {
        color: #005c83;
        text-decoration: underline; }

@media all and (max-width: 1010px) {
  #authorinfo div#authorlatest {
    float: left; } }

div.tags {
  text-transform: uppercase;
  color: #82000a; }
  div.tags a {
    text-decoration: underline; }
    div.tags a:hover {
      color: #56a3d1; }

.wmt-header-featured-background {
  width: 100%;
  padding: 15px 0 10px; }

.wmt-header-featured {
  color: #0f5982;
  font-family: "Times New Roman", Times, serif; }
  .wmt-header-featured a {
    display: block;
    color: #666; }
  .wmt-header-featured div.featured-wrapper {
    float: left;
    margin-bottom: 10px;
    position: relative;
    border-top: 1px solid #1a4480;
    border-bottom: 1px solid #1a4480;
    height: 61px;
    overflow: hidden;
    width: 30%;
    margin-right: 3.3%; }
    .wmt-header-featured div.featured-wrapper div.featured-title {
      font-size: 13px;
      line-height: 15px;
      overflow: hidden; }
    .wmt-header-featured div.featured-wrapper div.featured-date {
      display: none;
      position: absolute;
      left: 140px;
      top: 77px;
      font-family: Arial, 'Helvetica Neue', Helvetica, 'Liberation Sans', FreeSans, sans-serif;
      text-transform: uppercase;
      font-size: 11px;
      color: #777; }
  .wmt-header-featured div img {
    width: auto;
    height: 61px;
    float: left;
    margin-right: 5px; }
  .wmt-header-featured div.featured-nothumbs {
    float: right;
    margin-top: -3px; }
    .wmt-header-featured div.featured-nothumbs div.featured-nothumbs-title {
      text-transform: uppercase;
      font-size: 17px; }
    .wmt-header-featured div.featured-nothumbs div.featured-lesser-title {
      font-family: Arial, 'Helvetica Neue', Helvetica, 'Liberation Sans', FreeSans, sans-serif;
      text-decoration: underline;
      width: 290px;
      height: 20px;
      overflow: hidden;
      margin-bottom: 3px; }
      .wmt-header-featured div.featured-nothumbs div.featured-lesser-title:before {
        content: "•";
        text-decoration: none;
        float: left;
        margin-right: 5px; }

@media (max-width: 1028px) {
  .wmt-header-featured div.featured-nothumbs {
    display: none; } }

@media (max-width: 590px) {
  .wmt-header-featured a div.featured-title, div.wmtposts-featured div#recentBlogs ul li a h4 {
    display: none; } }

@media screen and (max-width: 380px) {
  .peccolarchive img {
    display: none; }
  .peccolarchive .author_column_block {
    max-width: 100%; }
    .peccolarchive .author_column_block div {
      float: none;
      width: 100%;
      padding-left: 0; } }

.ai1ec-label {
  display: none; }

.ai1ec-time {
  font-size: 12px;
  margin-left: -50px; }

.timely .clearfix .clearfix {
  display: none; }

.webinar-register-box {
  height: 80px;
  padding: 10px;
  margin-left: 60px; }
  .webinar-register-box h2 {
    font-family: "Times New Roman", Times, serif;
    margin: 0;
    font-size: 28px; }
  .webinar-register-box span.info {
    font-size: 11px; }

form#webinar-signup input[type="text"], form#webinar-signup input[type="email"], form#webinar-signup input[type="tel"] {
  margin-bottom: 5px;
  width: 85%; }

form#registrationForm .btn.btn-primary.registrationsubmitbutton {
  color: #333 !important;
  margin: 0 auto !important;
  font-size: 14px;
  display: block;
  font-weight: 700; }

div.report_card_blockquote {
  background: none repeat scroll 0 0 #FFFFFA;
  border: 1px solid #CFCFCF;
  color: #272727;
  font-style: italic;
  margin: 1em;
  padding: 1em 1em 0; }

#respond #commentform div.gglcptch {
  height: auto;
  overflow: visible; }
  #respond #commentform div.gglcptch div {
    height: auto;
    overflow: visible; }

/* bwm edits */
/*
Variables we can use throughout the site
 */
/*
Mixins we use in more than one place
 */
body {
  background: white;
  /* font-family: Arial, 'Helvetica Neue', Helvetica, 'Liberation Sans', FreeSans, sans-serif */
  font-family: 'Open Sans', sans-serif; }
  body.search .main.row > .content.column {
    width: 100%; }
    @media only screen and (max-width: 1000px) {
      body.search .main.row > .content.column #ais-facets {
        display: block; } }
    @media only screen and (max-width: 768px) {
      body.search .main.row > .content.column #ais-wrapper {
        display: block; }
        body.search .main.row > .content.column #ais-wrapper #ais-facets {
          display: block;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          width: 100%; }
          body.search .main.row > .content.column #ais-wrapper #ais-facets #facet-categories, body.search .main.row > .content.column #ais-wrapper #ais-facets #facet-users, body.search .main.row > .content.column #ais-wrapper #ais-facets #facet-tags {
            display: none; }
        body.search .main.row > .content.column #ais-wrapper #ais-main {
          width: 100%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; } }

#ais-wrapper #ais-facets .ais-hierarchical-menu--item.ais-hierarchical-menu--item__active {
  font-weight: 700; }

#ais-wrapper #ais-facets .ais-range-slider--target.ais-range-slider--horizontal.ais-range-slider--background {
  margin-top: 3em; }

#ais-wrapper #ais-facets .ais-range-slider--target.ais-range-slider--horizontal.ais-range-slider--background .ais-range-slider--base {
  margin-left: 9px;
  margin-right: 9px; }

#ais-wrapper #ais-facets .ais-range-slider--target.ais-range-slider--horizontal.ais-range-slider--background .ais-range-slider--tooltip {
  top: -40px;
  background: none; }

#ais-wrapper #ais-facets .ais-range-slider--target.ais-range-slider--horizontal.ais-range-slider--background .ais-range-slider--handle.ais-range-slider--handle-upper .ais-range-slider--tooltip {
  right: 0px;
  text-align: right; }

#ais-wrapper #ais-facets .ais-clear-all--link {
  text-transform: uppercase; }

@media only screen and (max-width: 768px) {
  #ais-wrapper #ais-facets #clear-refinements {
    display: none; } }

#ais-wrapper #ais-main #algolia-search-box .ais-stats--time,
#ais-wrapper #ais-main #algolia-search-box .ais-search-box--powered-by {
  display: none; }

#ais-wrapper #ais-main #algolia-hits .ais-hits .ais-hits--item.postlist .ais-hits--thumbnail img {
  height: auto; }

@media only screen and (max-width: 768px) {
  #ais-wrapper #ais-main #algolia-hits .ais-hits .ais-hits--item.postlist .ais-hits--thumbnail {
    float: none;
    max-width: 300px;
    margin: 0 auto; } }

#ais-wrapper #ais-main #algolia-pagination .ais-pagination--item {
  font-size: 16px; }
  #ais-wrapper #ais-main #algolia-pagination .ais-pagination--item.ais-pagination--item__next, #ais-wrapper #ais-main #algolia-pagination .ais-pagination--item.ais-pagination--item__last, #ais-wrapper #ais-main #algolia-pagination .ais-pagination--item.ais-pagination--item__first, #ais-wrapper #ais-main #algolia-pagination .ais-pagination--item.ais-pagination--item__previous {
    font-size: 24px; }
  @media only screen and (max-width: 768px) {
    #ais-wrapper #ais-main #algolia-pagination .ais-pagination--item.ais-pagination--item__page {
      display: none; }
      #ais-wrapper #ais-main #algolia-pagination .ais-pagination--item.ais-pagination--item__page.ais-pagination--item__active {
        display: inline-block; } }

.row {
  margin: 0 auto;
  max-width: 1140px; }

.sliiide {
  padding-top: 1.2em; }

.col8 {
  /*width: 61.2%;*/
  width: 65.6%;
  margin-right: 3.8em; }

.col4 {
  /*width: 31.08%;*/
  width: 26.5%; }

.col8x {
  width: 67%; }

.col7x {
  width: 64%; }

.col4x {
  /*width: 29%; */
  float: right; }

.col1x {
  width: 4%; }

.col4 .ad {
  border: 1px solid #ccc; }

.col4 .ad-noborder {
  border: none !important; }

input {
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif; }

a {
  color: #333;
  /*old #406080; */ }

pre {
  background: #f7fafb none repeat scroll 0 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Inconsolata, monospace, sans-serif;
  font-size: 14px;
  margin: 0 0 1.25em 0 !important;
  overflow: auto !important;
  padding: 10px;
  white-space: pre-wrap !important;
  word-wrap: normal !important;
  word-break: normal !important;
  width: 100%;
  overflow-wrap: break-word;
  font-family: Inconsolata, monospace, sans-serif;
  font-size: 14px; }

code {
  font-family: Inconsolata, monospace, sans-serif;
  font-size: 14px;
  margin-left: 0 !important; }

.hljs {
  -moz-text-size-adjust: none;
  background: #f7fafb none repeat scroll 0 0 !important;
  color: black;
  display: block;
  overflow-x: auto !important;
  padding: 0.5em; }

/* pop up */
#boxes #dialog {
  max-width: 800px;
  height: auto;
  white-space: normal;
  overflow: visible;
  padding: 30px;
  background-color: #22b6d2;
  font-family: Georgia !important;
  font-size: 15px !important;
  margin: 15px; }

#boxes .window {
  position: fixed;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  -webkit-border-radius: 1px !important;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.4); }
  #boxes .window .newsletter-form {
    width: calc(40vw);
    min-width: 500px;
    background: none; }
    #boxes .window .newsletter-form .newsletter-cover {
      right: -75px;
      left: auto;
      top: -75px;
      position: absolute;
      width: auto; }
    #boxes .window .newsletter-form .newsletter-form-content {
      margin-right: 0;
      margin-left: 0;
      width: 80%; }
      #boxes .window .newsletter-form .newsletter-form-content .email-icon {
        margin-bottom: 20px; }
      #boxes .window .newsletter-form .newsletter-form-content .newsletter-title {
        width: 100%;
        display: block;
        text-align: left; }
        #boxes .window .newsletter-form .newsletter-form-content .newsletter-title h2, #boxes .window .newsletter-form .newsletter-form-content .newsletter-title h3 {
          text-align: left;
          margin-bottom: 20px;
          font-size: 26px;
          line-height: 26px;
          letter-spacing: .5px; }
      #boxes .window .newsletter-form .newsletter-form-content form input.popup-input {
        width: 250px;
        border: none;
        padding: 8px;
        font-size: 1em !important;
        vertical-align: top;
        margin-top: 0px;
        margin-bottom: 0px; }
        #boxes .window .newsletter-form .newsletter-form-content form input.popup-input:focus {
          outline: none; }
      #boxes .window .newsletter-form .newsletter-form-content form input#newsletter-submit {
        height: 36px;
        padding: 8px;
        border: none;
        margin-bottom: 10px; }
      #boxes .window .newsletter-form .newsletter-form-content .privacy-policy {
        font-size: 12px;
        font-family: "Open Sans", sans-serif;
        text-decoration: underline;
        font-style: normal;
        color: white;
        font-weight: 700;
        display: block;
        margin-top: 10px; }
  #boxes .window .close {
    left: -19px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: -19px;
    border-radius: 30px;
    background: #333333;
    border: 2px solid #ffffff;
    width: 24px;
    height: 24px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    text-align: center; }
    #boxes .window .close:hover {
      text-decoration: none;
      background: #666666; }

/* pop up */
.entry-content a {
  color: #333 !important;
  text-decoration: underline; }

.col8 .entry-content a, .content .post .entry-content a, .author-pg-box a, .peccolumnist a {
  color: #333 !important;
  background-position: 0 87%, 100% 87%, 0 95%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) no-repeat scroll 0 87%/0.05em 1px, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) no-repeat scroll 100% 87%/0.05em 1px, rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#333), to(#333)) repeat-x scroll 0 92%/1px 1px;
  background: -webkit-linear-gradient(#fff, #fff) no-repeat scroll 0 87%/0.05em 1px, -webkit-linear-gradient(#fff, #fff) no-repeat scroll 100% 87%/0.05em 1px, rgba(0, 0, 0, 0) -webkit-linear-gradient(#333, #333) repeat-x scroll 0 92%/1px 1px;
  background: -o-linear-gradient(#fff, #fff) no-repeat scroll 0 87%/0.05em 1px, -o-linear-gradient(#fff, #fff) no-repeat scroll 100% 87%/0.05em 1px, rgba(0, 0, 0, 0) -o-linear-gradient(#333, #333) repeat-x scroll 0 92%/1px 1px;
  background: linear-gradient(#fff, #fff) no-repeat scroll 0 87%/0.05em 1px, linear-gradient(#fff, #fff) no-repeat scroll 100% 87%/0.05em 1px, rgba(0, 0, 0, 0) linear-gradient(#333, #333) repeat-x scroll 0 92%/1px 1px;
  text-shadow: 0 1px 0 #fff, 0 0px 0 #fff, 0 -1px 0 #fff, 0 0px 0 #fff, -1px 1px 0 #fff, -1px 0px 0 #fff, 1px 1px 0 #fff, 1px 0px 0 #fff, -1px 0 0 #fff, 0 -3px 0 #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  /*color: #1363c6; old #406080; */ }

.comment-author .meta a.comment-reply-link {
  text-decoration: underline !important; }

.ad-links a {
  background: none !important;
  text-shadow: none !important; }

.content .post .entry-content a:hover, .author-pg-box a:hover {
  text-decoration: none; }

.content .post .entry-content h3 a, .breadcrumbs a, #searchspring-main a, ul#searchspring-facets a {
  border-bottom: 0; }

.content .post .entry-content h3 a:hover {
  border-bottom: 1px solid #333;
  line-height: 1.5 !important;
  display: inline !important;
  color: #333;
  word-break: break-word; }

.comment-alert {
  color: #014282;
  padding: 2%;
  margin-bottom: 2%;
  background: #f3f4f7;
  border-radius: 4px;
  border-bottom: 1px solid #e2e3e4; }

.entry-content p iframe {
  margin-top: 1%;
  margin-bottom: 3%; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 1.75em; }
  .embed-responsive .embed-responsite-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

h2, h3, h4, h6 {
  font-weight: 600; }

.entry-content h3 {
  font-size: 1.3em; }
  .entry-content h3 a {
    text-decoration: none;
    text-shadow: none !important;
    background: none !important; }

.category-title {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em; }
  .category-title h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 10px !important; }
  .category-title p a {
    text-decoration: underline; }

#slide-facade div h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500; }

#recentBlogs > h2, #recentBlogs h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500; }

#wmtfeatured li div h2, .post h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500; }

.nextprev {
  display: none;
  /* hiding previous/ next buttons */
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 50vh;
  -webkit-transition: width 0.5s ease 0s;
  -o-transition: width 0.5s ease 0s;
  transition: width 0.5s ease 0s;
  width: 50px;
  z-index: 28;
  /* display: block; */ }
  .nextprev h5 {
    color: #000;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 3px;
    margin-left: 12.5%;
    text-transform: uppercase; }
  .nextprev .prevarticle::before {
    color: #262626;
    font-size: 1.06667rem;
    left: 7px;
    position: absolute;
    top: 52px; }
  .nextprev .fa-arrow-left, .nextprev .fa-arrow-right {
    font-size: 2em;
    color: #ff9b02; }
  .nextprev .fa-arrow-left:hover, .nextprev .fa-arrow-right:hover {
    color: #e98f02 !important; }

.prevarticle {
  border-right: none;
  float: left;
  padding: 0;
  width: 50px;
  text-align: center;
  cursor: pointer !important; }
  .prevarticle a > h5, .prevarticle a > h4 {
    cursor: pointer !important;
    text-align: center; }

.nextarticle {
  right: 0;
  padding: 0;
  width: 50px;
  text-align: center;
  left: auto;
  right: 0; }

#nextarrow {
  background-position: -20px 0;
  right: 0; }

.post h2.entry-header {
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: -10px; }

/*
ul.wmtposts li.postlist h2, h2.entry-header {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 36px;
}
*/
.peccolumns h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 10px; }

h2.on-demand {
  background: url("../images/arrow-blue.png") no-repeat 0 4px;
  padding: .125em 0 0 1.6em;
  margin: 0 0 .275em 0 !important;
  font-size: 23px; }

h2.on-demand-pg {
  background: url("../images/arrow-blue.png") no-repeat 0 4px;
  padding: .125em 0 0 1.6em;
  margin: 0 0 .275em 0 !important;
  font-size: 1.4em;
  color: #666; }

.on-demand h2.on-demand {
  background: url("../images/arrow-blue.png") no-repeat 0 7px;
  padding-left: 1.4em;
  margin: 0 0 .275em 0 !important; }

h2.entry-header {
  font-size: 26px;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc; }

body.single h1.entry-header {
  font-size: 26px;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  font-weight: 600; }

.on-demand-signup {
  border: 1px solid #000;
  margin-bottom: 20px; }
  .on-demand-signup .cost {
    padding: 1.2em;
    text-align: center; }
    .on-demand-signup .cost h2 {
      margin: 0 !important;
      font-size: 6em;
      font-weight: 600;
      padding: 0 !important;
      line-height: 1;
      display: inline-block; }
    .on-demand-signup .cost h3 {
      margin: 0 !important;
      margin-left: 1em;
      font-size: 1.2em;
      font-weight: 600;
      padding-left: 5em;
      line-height: 1; }
    .on-demand-signup .cost h4 {
      display: inline-block;
      margin: 0 !important;
      font-size: 2em; }

.on-demand-signup-head {
  background: #000;
  padding: .5em 1em;
  text-align: center;
  position: relative; }
  .on-demand-signup-head:after {
    top: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000;
    border-width: 15px 25px 0 25px;
    margin-left: -20px; }
  .on-demand-signup-head h2 {
    color: #fff;
    margin: 0 !important; }

.on-demand-signup .button:visited {
  color: #000 !important;
  text-decoration: none; }

.on-demand-signup .button:hover, .on-demand-signup .button:focus {
  background: #0d569e;
  text-decoration: none; }

.mp_wrapper .mepr-unauthorized-message a, .mepr-submit, .mepr-link-span, .mepr-share-button, .on-demand-signup .button, .cost .button {
  /* background: #0269ce !important; */
  background: #e2a52e !important;
  color: #000 !important;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem !important;
  margin: 1rem 0 0 0;
  padding: 0.5em 1.8em !important;
  text-align: center;
  -webkit-transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
  -o-transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
  transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
  vertical-align: middle;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: bold;
  /* text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8); */ }

.mepr-link-span, .mepr-share-button {
  padding: .35em 1.8em !important; }

.mepr-submit {
  font-size: .7em; }

.mepr-link-span, .mepr-share-button {
  font-size: 1em; }

#mepr-account-nav .mepr-nav-item {
  font-size: 1em; }
  #mepr-account-nav .mepr-nav-item a {
    background: none !important;
    text-decoration: underline !important; }
    #mepr-account-nav .mepr-nav-item a:hover {
      text-decoration: none; }
  #mepr-account-nav .mepr-nav-item:hover {
    cursor: pointer; }

div#mepr-account-nav {
  text-align: center; }

#mepr-account-nav a {
  color: #1a4480 !important;
  text-decoration: none !important;
  background: none; }

.mepr-subscription-row .mepr-account-subscr-id {
  display: none; }

#mepr-account-nav .mepr-active-nav-tab {
  cursor: pointer; }

.seminar-login-form {
  margin-bottom: 2em !important;
  font-size: .9em;
  background-color: #f0f0f2;
  padding: 2em;
  max-width: 470px;
  margin: 0 auto; }

#mepr_loginform {
  font-size: .9em;
  background-color: #f0f0f2;
  padding: 2em;
  max-width: 470px;
  margin: 0 auto; }

.seminar-login-form a {
  text-shadow: none !important; }

.mepr-share-button, input.mepr-submit {
  margin-top: 0 !important; }

.seminar-login-form .submit, .mepr-login-actions, .mepr-submit, #mepr_loginform .submit {
  text-align: right; }

.forgot-pw .mepr-login-actions {
  background: #f0f0f2;
  padding: 0 2em 2em 0; }
  .forgot-pw .mepr-login-actions a {
    text-shadow: none !important; }

.mp_payment_form_wrapper input.mepr-submit {
  float: right;
  text-align: right; }
  .mp_payment_form_wrapper input.mepr-submit:after {
    clear: both !important; }

.mp_invoice table.mp-table .mp-currency-cell {
  text-align: center; }

table.mp-table thread th {
  background-color: #d7d7d8; }

.mepr-description {
  margin: 1em 0 2em; }
  .mepr-description th {
    background: #d7d7d8 none repeat scroll 0 0 !important; }
  .mepr-description .total th {
    background: #f0f0f2;
    text-align: right; }
  .mepr-description table.mp-table .mp-currency-cell {
    text-align: center; }
  .mepr-description th.total {
    text-align: center !important; }

.mepr-share-button input:hover, .mepr-link-span {
  margin-top: 0 !important; }

#wp-submit:hover {
  background: #00a7ed; }

.member-login {
  float: right;
  text-align: right;
  color: #fff;
  font-family: "Open Sans Condensed", sans-serif; }

.mepr-link-span a:hover {
  text-decoration: none; }

.mepr-link-span:hover {
  background-color: #00a7ed;
  cursor: pointer; }

.mp_wrapper .mepr-unauthorized-message a:hover, .mp_wrapper .mepr-unauthorized-message a:focus {
  background: #0d569e;
  text-decoration: none; }

.seminar-promo {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 2em;
  margin-top: -10px; }
  .seminar-promo .details {
    float: left;
    max-width: 70%; }
    .seminar-promo .details h4 {
      display: inline-block;
      float: left;
      font-style: italic;
      font-size: 16px;
      font-weight: bold;
      min-width: 6em;
      text-transform: uppercase;
      color: #004181; }
    .seminar-promo .details h5 {
      font-family: inherit;
      font-size: 16px;
      font-weight: 600 !important;
      margin-left: 7em; }
    .seminar-promo .details h4 {
      margin-bottom: 0 !important; }
    .seminar-promo .details h5 {
      margin-bottom: 0 !important; }
      .seminar-promo .details h5 p {
        line-height: normal; }
  .seminar-promo img {
    border-radius: 50%;
    height: 160px;
    margin: 0 30px 0 0;
    overflow: hidden;
    position: relative;
    width: 160px;
    float: right; }

.mp_wrapper .mepr-login-form-wrap .mepr-login-link {
  display: none !important; }

section.sidebar-tabs {
  /* font-family: 'Open Sans Condensed', sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  font-weight: 600; }

input[type="submit"] {
  background: #1a4480; }

.wmtauthorimage {
  /* margin: 5px 20px 5px 5px;
  border: solid 1px #cccccc;*/
  border: 1px solid #000;
  border-radius: 50%;
  margin: 5px 10px 5px 5px;
  overflow: hidden;
  width: 100px;
  height: 100px;
  float: left; }

.peccolumnist h3 {
  margin-bottom: 14px !important;
  line-height: 1.19em; }

.wmtauthorimage img {
  height: auto;
  width: 100%; }

.newsletter-page .privacy-policy {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  text-decoration: underline;
  font-style: normal; }

.entry-content {
  font-size: 16px;
  color: #333; }
  .entry-content img {
    border: 1px solid #cfcfcf; }

div#titlebar-promote {
  margin-top: -60px;
  position: relative;
  top: 30px; }

#menu-item-30, #menu-item-57413 {
  display: none; }

.wpl-comment-form-comment label {
  display: none; }

#respond {
  background-color: #fff;
  border-bottom: none;
  border-top: none;
  margin-bottom: 20px;
  min-height: 185px;
  overflow: auto;
  padding: 0 10px 0 0 !important;
  position: relative; }
  #respond textarea {
    font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    font-size: 1em;
    font-weight: normal !important;
    height: auto;
    position: relative !important;
    right: auto;
    top: inherit;
    width: 100%;
    margin-top: 1em;
    text-shadow: none;
    padding: 0.4em 0 0.4em 0.5em; }
  #respond input[type="submit"] {
    background-color: #104282;
    bottom: 10px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    font-style: normal;
    padding: 6px 16px;
    position: relative;
    right: auto;
    text-transform: uppercase;
    margin-top: 1em;
    letter-spacing: .1em !important; }
  #respond #commentform div {
    height: 30px;
    overflow: auto;
    position: inherit;
    position: relative;
    margin-bottom: .76em; }

#commentform .gglcptch {
  margin: 0 0 10px;
  position: absolute !important;
  right: 0;
  bottom: 0;
  margin: 0 0 4.3em 0 !important; }

#respond #commentform label {
  color: #104282;
  float: left;
  font-family: 'Open Sans Condensed', sans-serif !important;
  font-weight: 700;
  text-shadow: none; }

#comments h3 {
  margin-bottom: 0 !important; }

.comment-form-comment {
  float: none;
  position: relative;
  clear: both; }

#respond #comment_notes_after {
  bottom: 5px;
  /* float: right;
	  position: relative; */
  position: absolute;
  right: 0;
  bottom: 35px;
  margin: 1em 0 0 0;
  text-shadow: none; }

@media (max-width: 1068px) {
  #respond #comment_notes_after {
    bottom: 0px; }
  #respond input[type="submit"] {
    top: -20px; } }

.navigation {
  padding: .4em 0; }

.seminars h2 {
  margin: 0 !important; }
  .seminars h2 a {
    font-size: 26px; }
    .seminars h2 a:hover {
      text-decoration: none;
      color: #1363c6; }

.seminars h3 {
  color: #8c8b8b;
  font-size: 1.2em;
  font-style: italic;
  margin: 0; }

.seminars .upcoming {
  padding: 1em 0;
  margin: 1em 0 2.6em 80px; }

.seminars .upcoming-con {
  /* border-bottom: 1px solid #ccc; */
  margin: 1em 0 2em 0; }
  .seminars .upcoming-con ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .seminars .upcoming-con li {
    padding: 0;
    margin: 0;
    min-height: 195px; }
    .seminars .upcoming-con li a.cat-link {
      color: #993300 !important;
      font-size: 12px;
      text-transform: uppercase;
      text-decoration: none;
      display: inline-block;
      margin-bottom: 2px; }
      .seminars .upcoming-con li a.cat-link:hover {
        text-decoration: underline; }

.seminars hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0; }

.seminars .upcoming p {
  font-size: 1.1em; }

.seminars .upcoming a.seminar-thumb {
  border-radius: 50%;
  float: right;
  height: 160px;
  margin: 0 10px 0 60px;
  overflow: hidden;
  position: relative;
  width: 160px; }

.seminars .upcoming img {
  height: 160px;
  max-width: none;
  width: auto;
  margin-left: -25%; }

.seminars .past .postlist a, .seminars .on-demand .postlist a.seminar-thumb {
  border-radius: 50%;
  overflow: hidden;
  height: 140px;
  width: 140px;
  display: inline-block;
  float: left;
  margin-right: 30px; }

.seminars .past img, .seminars .on-demand img {
  height: 140px;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover; }

.seminars .past li {
  margin-right: 12em; }

.seminar-details-con {
  margin: 1em 0 3em 0;
  font-size: .9em; }

.seminar-date-box {
  float: left;
  width: 100px; }

.seminar-details {
  margin-left: 5.6em; }
  .seminar-details h4, .seminar-details h5 {
    margin-bottom: .35em !important; }
  .seminar-details h4 {
    font-size: .9em;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    float: left;
    min-width: 6em; }
  .seminar-details h5 {
    margin-left: 7em;
    font-size: 16px;
    font-family: inherit; }

.seminar-details-con div.ai1ec-date-box {
  margin-top: 0 !important; }

.seminars .on-demand {
  margin: 0; }

.member-breadcrumbs {
  padding: 0 0 2em 0; }
  .member-breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center; }
  .member-breadcrumbs li {
    display: inline-block;
    padding: 0 .75em;
    margin: 0; }
    .member-breadcrumbs li.current {
      font-weight: bold;
      text-decoration: underline; }
    .member-breadcrumbs li:first-child {
      padding-left: 0; }
  .member-breadcrumbs h4 {
    background: #000;
    color: #f5f5f5;
    line-height: 36px;
    margin-top: .9em;
    margin: 0 auto;
    border-radius: 50%;
    height: 40px;
    width: 40px; }

.mp_payment_form_wrapper, .mp_login_form, .member-acct-wrap, .mp_invoice {
  max-width: 530px;
  margin: 0 auto;
  margin-bottom: 2em; }

#mepr-thank-you-page-message {
  max-width: 530px;
  margin: 0 auto;
  margin-bottom: 8em; }

.mepr-signup-form {
  max-width: 530px;
  margin: 0 auto; }

.mepr_payment_method {
  display: none; }

#webinar-signup {
  margin-top: 2em; }

.mepr-signup-form h3, .seminar-login-form h3 {
  font-weight: 600;
  background: #d7d7d8;
  padding: .3em .5em; }

.sidebar div.ai1ec-date-box {
  margin-top: 0 !important; }

.mepr-account-table th {
  text-align: left; }

.content-pad {
  margin-top: 1em; }

.entry-meta-con {
  float: left;
  width: 100%;
  margin-bottom: 1em; }

.meta-detail {
  float: left; }

#authorinfo {
  border-bottom: none;
  border-top: none;
  color: #000;
  margin: 20px 0;
  padding: 10px 30px 0 0;
  position: relative;
  text-align: left; }
  #authorinfo h2 {
    margin: 1em 0 0 0; }
  #authorinfo div {
    display: block;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-left: 0 !important;
    margin-top: 0;
    text-transform: none; }
  #authorinfo img {
    padding: 0 !important;
    border: none !important; }

.authorinfo-img {
  overflow: hidden;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #000;
  margin-right: 10px; }

.related-posts {
  overflow: hidden;
  border-top: 1px solid #CCCCCC;
  margin-bottom: 0 !important;
  padding-top: 20px; }
  .related-posts ul {
    list-style-type: none;
    margin-bottom: 0px; }
    .related-posts ul li {
      padding-top: 20px;
      margin: 0;
      margin-bottom: 10px;
      width: 50%;
      float: left;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 10px; }
      .related-posts ul li .cat-link {
        display: inline; }
      .related-posts ul li img {
        height: 90px;
        width: 120px;
        border: 1px solid #CCC;
        float: left;
        margin-right: 10px; }
      .related-posts ul li a {
        font-weight: 600;
        color: #000;
        font-size: 1.2em; }
        .related-posts ul li a:hover {
          color: #1363c6; }
      .related-posts ul li + li {
        padding-left: 15px;
        border-left: 1px solid #CCCCCC; }

@media (max-width: 1000px) {
  .related-posts ul li a {
    display: block !important;
    width: 100%; }
  .related-posts ul li img {
    float: none !important; } }

@media (max-width: 600px) {
  .related-posts ul li {
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px; }
    .related-posts ul li + li {
      border: none;
      border-top: 1px solid #cccccc;
      padding-left: 10px; } }

#authorinfo .authorname-link a {
  font-size: 1em !important; }

div.crown, .pec_commentcount, .pec_commentcount_text {
  display: none; }

@media (max-width: 852px) {
  div.box-search {
    float: none;
    width: 200px;
    margin-bottom: 13px; }
  div#search form#searchform input#s {
    width: 140px; }
  div.box-search input#searchsubmit {
    width: 50px; }
  .col4x {
    display: none; }
  .post-email-box input[type="text"] {
    width: auto !important; }
  .seminars .upcoming img {
    height: 120px;
    margin: 0 10px 0 20px;
    width: 120px; }
  .seminars .upcoming-con {
    border-bottom: 1px solid #ccc;
    margin: 1em 0 3em 0;
    padding-bottom: 3em; }
  .seminars .upcoming {
    margin-left: 80px;
    margin-top: 7px; }
  .seminars .past img {
    height: 120px;
    margin: 0 30px 6em 0;
    width: 120px; }
  .seminars .past li {
    margin-right: 1em; } }

@media (max-width: 525px) {
  div.topmenu-social {
    position: absolute;
    top: 35px; } }

@media (max-width: 388px) {
  div.crown div.row div.topmenu-right a {
    padding: 9px 5px 5px; }
  ul.wmtposts p, #slide-facade p {
    clear: left; }
  ul.wmtposts .postlist-first p {
    clear: left !important; }
  .seminars .upcoming img {
    height: 90px;
    margin: 0 10px 0 20px;
    width: 90px; }
  .seminars .past img {
    height: 90px;
    margin: 0 30px 2em 0;
    width: 90px; }
  .seminars .past p {
    margin-top: 1em; } }

div.newsletter-form {
  color: #FFFFFF;
  background-color: #22b6d2;
  font-family: 'Open Sans Condensed', sans-serif;
  margin-bottom: 20px;
  padding: 14px;
  width: 244px;
  min-width: 272px;
  clear: both; }
  div.newsletter-form .newsletter-cover {
    float: left;
    width: 120px; }
  div.newsletter-form .newsletter-title {
    font-size: 1.3em;
    text-align: left;
    font-weight: 600;
    margin-bottom: .5em;
    float: left;
    width: 150px;
    line-height: .98em; }
    div.newsletter-form .newsletter-title img.email-icon {
      margin-bottom: 15px; }
    div.newsletter-form .newsletter-title h2 {
      font-size: .95em;
      text-transform: uppercase;
      margin: 0 !important;
      text-align: left; }
    div.newsletter-form .newsletter-title h3 {
      font-size: .75em;
      margin: 5px 0 0 !important;
      font-style: italic;
      text-align: left; }
  div.newsletter-form .newsletter-sample {
    float: right;
    width: 70px;
    height: 40px;
    padding-top: 10px;
    line-height: 1.2;
    text-align: center; }
    div.newsletter-form .newsletter-sample a {
      color: #ffa103;
      text-transform: uppercase;
      text-decoration: underline;
      font-style: italic;
      font-size: 11px; }
      div.newsletter-form .newsletter-sample a:hover {
        color: #eef6fa; }
  div.newsletter-form .newsletter-teaser-con {
    float: left;
    width: 100%; }
  div.newsletter-form .newsletter-teaser {
    /* background: url('../img/newsletter-arrow.png') #4088d0 no-repeat;
      background-position: right center; */
    float: left;
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 10px 40px 10px 14px;
    font-weight: bold; }
  div.newsletter-form .newsletter-booklist {
    float: left;
    background: #0269ce;
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: 600;
    width: auto;
    padding: .35em .5em .35em 1em; }
    div.newsletter-form .newsletter-booklist ul {
      list-style-image: url("/wp-content/uploads/ic-checkbox.png"); }
      div.newsletter-form .newsletter-booklist ul li {
        margin-left: 22px; }
  div.newsletter-form .signupform {
    clear: left;
    padding-top: .5em; }
    div.newsletter-form .signupform form input#newsletter-input {
      width: 190px;
      border-left: 1px solid #fff !important;
      border-top: 1px solid #fff !important;
      border-bottom: 1px solid #fff !important;
      border-right: none !important;
      padding: .58em 0 .58em .5em;
      font-size: 1em !important;
      vertical-align: top; }

body.single .main.row .content .col8 div.newsletter-form {
  border: none;
  width: 100%;
  position: relative; }
  body.single .main.row .content .col8 div.newsletter-form .newsletter-cover {
    position: absolute;
    top: -20px;
    left: -25px;
    width: 260px; }
  body.single .main.row .content .col8 div.newsletter-form .newsletter-form-content {
    margin-left: 40%;
    width: 60%; }
    body.single .main.row .content .col8 div.newsletter-form .newsletter-form-content .email-icon {
      margin-right: 5px; }
    body.single .main.row .content .col8 div.newsletter-form .newsletter-form-content #newsletter-input {
      width: 250px; }
    body.single .main.row .content .col8 div.newsletter-form .newsletter-form-content .newsletter-title {
      float: none;
      width: 70%;
      display: inline-block; }
      body.single .main.row .content .col8 div.newsletter-form .newsletter-form-content .newsletter-title h2, body.single .main.row .content .col8 div.newsletter-form .newsletter-form-content .newsletter-title h3 {
        text-align: center;
        font-size: 20px;
        letter-spacing: .5px; }
    body.single .main.row .content .col8 div.newsletter-form .newsletter-form-content .privacy-policy {
      font-size: 12px;
      font-family: "Open Sans", sans-serif;
      text-decoration: underline;
      font-style: normal;
      color: white; }

@media (max-width: 1020px) {
  body.single .main.row .content .col8 div.newsletter-form .newsletter-cover {
    width: 130px;
    top: 10px;
    left: 10px; }
  body.single .main.row .content .col8 div.newsletter-form .newsletter-form-content {
    margin-left: 30%;
    width: 70%; }
    body.single .main.row .content .col8 div.newsletter-form .newsletter-form-content #newsletter-input {
      width: 170px; } }

@media (max-width: 768px) {
  body.single .main.row .content .col8 div.newsletter-form {
    display: none; } }

.webinar-register-box {
  margin-left: 70px; }

#webinar-register, .registrationsubmitbutton {
  background-color: #ff9c00 !important; }

#webinar-signup input[type="text"], #webinar-signup input[type="email"], #webinar-signup input[type="tel"] {
  width: 100%;
  margin-bottom: .72em; }

div.newsletter-form div.signupform form input.newsletter-submit,
div.newsletter-form div.signupform form input#newsletter-submit,
.popup-con input#newsletter-submit {
  background-color: #024280 !important; }

div.newsletter-form div.signupform form input.newsletter-submit,
div.newsletter-form div.signupform form input#newsletter-submit,
#webinar-register, .registrationsubmitbutton,
.popup-con input#newsletter-submit,
.popup-con input.newsletter-submit {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff !important;
  padding: 8px;
  margin: 0 !important;
  height: 38px;
  font-weight: 700; }
  div.newsletter-form div.signupform form input.newsletter-submit:focus,
  div.newsletter-form div.signupform form input#newsletter-submit:focus,
  #webinar-register:focus, .registrationsubmitbutton:focus,
  .popup-con input#newsletter-submit:focus,
  .popup-con input.newsletter-submit:focus {
    outline: none; }

div.newsletter-form div.signupform form input#newsletter-submit:hover {
  background: #00a7ed !important;
  border: 1px solid #00a7ed;
  color: #fff; }

.widget-title {
  color: #005c83;
  display: none; }

div.sidebar-topics {
  margin-top: 25px;
  width: 304px; }
  div.sidebar-topics ul {
    clear: left;
    display: block;
    background-color: #ecf4fa;
    padding: 15px 30px 10px 0px;
    overflow: hidden;
    color: #ffa103; }
  div.sidebar-topics li {
    float: left;
    line-height: 13px;
    margin-bottom: 5px;
    width: 105px;
    font-family: Arial, 'Helvetica Neue', Helvetica, 'Liberation Sans', FreeSans, sans-serif;
    text-transform: uppercase;
    font-size: 13px; }
    div.sidebar-topics li a {
      color: #1a4480; }

@media (max-width: 768px) {
  .nav-webinars {
    border-left: none; }
  .col7x, .col1x {
    width: 100% !important; }
  .pec-social-stacked li {
    padding: 0 .3em; }
  .pec-social-stacked ul {
    width: auto;
    float: left; }
  .pec-social-stacked-pr ul {
    border-top: none;
    padding-top: 0;
    width: auto;
    float: left; }
  div.sidebar-topics {
    width: 100%; }
  div.box-search {
    position: absolute;
    right: 45px; }
    div.box-search input#searchsubmit {
      padding: 4px 0px;
      margin-top: 0px; }
  #commentform .gglcptch {
    position: relative;
    margin-bottom: .5em !important; } }

section.social {
  text-align: center; }
  section.social ul {
    margin: 0 0 5px;
    padding: 0;
    list-style: none; }
    section.social ul li {
      margin: 0;
      padding: 0 5px;
      display: inline; }

.col4 .ad {
  width: 300px; }

section.sidebar-tabs {
  width: 300px;
  max-width: 305px;
  min-height: 50px;
  margin: 20px 0;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ccc; }
  section.sidebar-tabs div#tabSlide {
    width: 915px;
    position: relative; }
    section.sidebar-tabs div#tabSlide div {
      width: 305px;
      float: left;
      border-top: 1px solid #ccc; }

ul#sidebar-tab-nav {
  margin: 0px 4px 4px;
  padding: 0;
  list-style: none; }
  ul#sidebar-tab-nav li {
    margin: 0;
    margin: 0px;
    min-width: 94px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding: 3px 0;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    background-color: #1a4480;
    border-top: 2px solid #1a4480;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff; }
    ul#sidebar-tab-nav li.active {
      background-color: #fff;
      color: #1a4480; }
    ul#sidebar-tab-nav li:last-child {
      border-right: none; }

.sidebar-tab-title, #sidebar-tab-title-merchant .mv-title {
  display: block;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  margin: 10px auto;
  width: 55px;
  color: #000; }

#sidebar-tab-comment ul li a, #sidebar-tab-popular ul li a {
  font-size: 16px;
  color: #000; }

#sidebar-tab-merchant ul li {
  /* width: 288px;
  max-height: 55px; */
  overflow: hidden;
  margin: -7px auto 6px;
  clear: both;
  padding: 4px 0; }
  #sidebar-tab-merchant ul li a h4 {
    font-size: .925em;
    font-weight: 600;
    color: #000;
    padding: .9em 0; }

#sidebar-tab-popular ul li {
  /* width: 288px;
  max-height: 55px; */
  overflow: hidden;
  margin: -7px auto 6px;
  clear: both;
  padding: 4px 0; }

.read-more {
  white-space: nowrap;
  font-weight: 800; }
  .read-more a {
    color: #1363c6 !important; }

/* end bwm edit */
#sidebar-tab-title-merchant .mv-title {
  width: 103px; }

/* #sidebar-tab-merchant img, */
/*
#sidebar-tab-merchant ul {
  border-top: 1px solid #ccc;
  margin-top: .5em;
  margin: 0;
  padding: 0;
  list-style: none;
}
*/
#sidebar-tab-popular ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: .5em;
  border-top: 1px solid #ccc; }
  #sidebar-tab-popular ul li {
    padding: 4px 0 7px; }
    #sidebar-tab-popular ul li:first-child {
      margin-top: 0px; }

#sidebar-tab-share ul li:first-child {
  margin-top: 0px; }

#sidebar-tab-merchant ul li a, #sidebar-tab-popular ul li a {
  display: block;
  overflow: hidden;
  line-height: 110%;
  padding-top: 8px; }

#sidebar-tab-merchant img {
  margin-right: 10px;
  float: left;
  margin-top: -8px; }

/**/
#sidebar-tab-popular img {
  position: relative;
  width: 60px;
  height: auto;
  overflow: hidden;
  border: 1px solid #000;
  margin: 0 10px;
  float: left; }

.merchant-img {
  position: relative;
  width: 55px;
  height: 55px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #000;
  margin: 0 10px;
  float: left; }
  .merchant-img img {
    width: 100%;
    height: auto; }

#sidebar-tab-merchant ul li a h4 {
  margin-bottom: 5px; }

@media (max-width: 500px) {
  section.sidebar-tabs {
    max-width: 100%; }
  ul#sidebar-tab-nav li {
    min-width: 100%; }
  /* 1st post mobile edits
 .postlist-first h6 { padding-top: 6em !important;}
 .postlist-first img { margin-bottom: 10px;   margin-top: 6em !important;}
 ul.wmtposts li.postlist-first p { clear: left !important; font-size: 1.1em;}
 end 1st post mobile edits */ }

ul.wmtposts {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both; }
  ul.wmtposts h2 {
    /* font-size: 28px;
     line-height: 30px;*/
    font-size: 26px;
    line-height: 30px;
    font-weight: normal; }

/* bwm edits */
#slide-facade h2 {
  /* font-size: 28px;
   line-height: 30px;*/
  font-size: 26px;
  line-height: 30px;
  font-weight: normal; }

ul.wmtposts h2 a {
  color: #333; }
  ul.wmtposts h2 a:hover {
    color: #1363c6;
    text-decoration: none; }

/* end bwm edits */
#slide-facade h2 a {
  color: #333; }

ul.wmtposts h6, #slide-facade h6, .entry-meta h6, .peccolumns h6 {
  margin: .4em 0 .8em 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif; }

.entry-meta h6 {
  font-size: 14px !important;
  margin-top: -4px !important; }

.postlist-first h6 {
  margin-top: -10px; }

ul.wmtposts h6 a, #slide-facade h6 a {
  margin-bottom: 0;
  font-weight: 800;
  text-transform: uppercase;
  color: #1363c6; }

/*
ul.wmtposts p, #slide-facade p {
  font-size: 1.1em;
  color: #333;
  padding-left: 130px;
}
*/
ul.wmtposts li, ul.wmtposts .ais-hits--item.postlist {
  display: inline-block;
  margin: 0;
  border-bottom: 1px solid #ccc;
  /* padding:  0 0 2em 2em;
     width: 100%; */ }
  ul.wmtposts li .excerpt p, ul.wmtposts .ais-hits--item.postlist .excerpt p {
    margin-bottom: 0px; }

ul.wmtposts img {
  position: relative;
  z-index: 2; }

div.wmtposts-mid {
  float: right; }

div.wmtposts-featured {
  position: absolute; }

#wmtfeatured {
  margin: 0;
  padding: 20px;
  height: 390px;
  width: 100%;
  border: 1px solid #ccc;
  overflow: hidden; }
  #wmtfeatured li {
    height: 260px;
    display: inline-block;
    clear: both;
    overflow: hidden; }
    #wmtfeatured li:nth-child(n+2) {
      margin: 0 35px 0 0; }
    #wmtfeatured li:last-child {
      margin: 0; }
    #wmtfeatured li:nth-child(n+2) div {
      display: none; }
    #wmtfeatured li img {
      width: 118px;
      height: 88px;
      background: #ccc;
      border: 1px solid #ccc; }
    #wmtfeatured li:nth-child(n+2) a {
      width: 120px;
      height: 90px;
      display: block;
      background: #ccc; }
    #wmtfeatured li:first-child {
      margin: 0 0 30px;
      display: block;
      border-bottom: 1px solid #ccc; }
      #wmtfeatured li:first-child img {
        width: 300px;
        height: 200px;
        margin: 0 20px 20px 0;
        float: left; }

#slide-facade img {
  width: 300px;
  height: 200px;
  margin: 0 20px 20px 0;
  float: left; }

#wmtfeatured li:first-child h2, #slide-facade h2 {
  margin: 0 0 10px; }

#wmtfeatured li:first-child h4 {
  margin: 0;
  padding: 0 0 10px;
  font-size: 13px;
  font-weight: normal;
  color: #406080; }
  #wmtfeatured li:first-child h4 a {
    margin: 0;
    padding: 0 0 10px;
    font-size: 13px;
    font-weight: normal;
    color: #406080; }

#wmtfeatured li:first-child div {
  position: relative;
  top: -5px; }

#slide-facade div {
  position: relative;
  top: -5px; }

#wmtfeatured li:first-child span, #wmtfeatured li:first-child p a {
  color: #406080;
  text-transform: uppercase;
  font-size: 11px; }

#slide-facade {
  position: absolute;
  background: white;
  z-index: 99; }
  #slide-facade p a {
    color: #406080;
    text-transform: uppercase;
    font-size: 11px; }

.postlist {
  margin: 0;
  padding: 20px 0; }
  .postlist:last-child {
    border-bottom: none; }

/* bwm edits*/
.postlist-first:last-child {
  margin-bottom: 10px;
  min-height: 216px;
  border-left: none !important; }

/* end bwm edits*/
.postlist h4 {
  display: none; }

.postlist img {
  /* width: 120px; */
  width: 200px;
  margin: 0 40px 20px 0;
  float: left;
  border: 1px solid #ccc; }

/*
.postlist-first img {

	width: 300px;
	 height: 200px;
	margin-bottom: auto
}
*/
/* edits for the 1st post home page */
/*
ul.wmtposts .postlist-first h2 {
  font-size: 2.2em !important;
  margin-left: 340px;
  line-height: 36px;
}
*/
/*
.postlist-first img {
  width: 300px;
  height: 200px;
  margin-bottom: auto;
  position: absolute !important;
  top: 210px;
}
*/
/*
ul.wmtposts .postlist-first {
  p {
    margin-bottom: 0px;
    margin-left: 340px;
    font-size: 1.2em;
    margin-right: 5em;
    padding-left: 0;
  }
  h6 {
    margin-left: 340px;
  }
}
*/
/* end edits for the 1st post home page */
.postlist p a, .postlist p span:not(.suggestion-post-content) {
  color: #1363c6;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800; }

.peccolumns ul li a.readmore, .seminars .upcoming p a {
  color: #1363c6;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800; }

/*
@media (max-width:1009px) {
	div.wmtposts-mid {
		top: 440px
	}

	ul.wmtposts p,
	#slide-facade p {
		padding-left: 0
	}
}

*/
@media (max-width: 1240px) {
  .row {
    width: 95%; }
  .col8 {
    width: 64%; }
  .col4x {
    width: 36%; }
  .nextprev {
    display: none; } }

@media (max-width: 1009px) {
  /* edits for the 1st post home page */
  ul.wmtposts .postlist-first h2 {
    font-size: 26px !important;
    margin-left: 0;
    line-height: 36px;
    position: relative; }
  .postlist-first img {
    float: left !important;
    position: relative !important;
    top: auto; }
  ul.wmtposts .postlist-first p {
    margin: 0;
    font-size: 1.2em;
    padding-left: 0; }
  ul.wmtposts .postlist-first h6 {
    margin-left: 0px; }
  /* end edits for the 1st post home page */
  .col8 {
    margin-right: 1em;
    width: 61.2%; }
  .postlist-first img {
    width: 120px;
    height: auto;
    border: 1px solid #ccc;
    margin-bottom: 10px; }
  .postlist img {
    width: 120px;
    height: auto;
    margin: 0 20px 20px 0; }
  ul.wmtposts li.postlist-first p {
    padding-left: 0px;
    /* clear: left */ }
  div.wmtposts-mid {
    top: 440px; }
  ul.wmtposts p, #slide-facade p {
    padding-left: 0; } }

#recentBlogs {
  margin: 0;
  padding: 0px 0px 62px;
  width: 100%;
  max-width: 940px; }
  #recentBlogs > ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #recentBlogs > ul > li {
      width: 30%;
      margin-left: 0;
      margin-right: 3.3%;
      float: left;
      border-top: 1px solid #1a4480;
      border-bottom: 1px solid #041282;
      margin-bottom: 15px;
      height: 60px;
      overflow: hidden; }

span.featured-title, a.featured-link {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  float: left; }

div.wmt-featured-title {
  display: block;
  height: 40px; }

a.featured-link {
  float: right;
  color: #1a4480; }

div#recentBlogs h4 {
  margin-left: 75px;
  font-size: 13px;
  line-height: 15px;
  color: #666; }

div#recentBlogs h6 {
  text-transform: uppercase;
  font-size: 12px; }

#recentBlogs .post-categories li {
  display: none; }
  #recentBlogs .post-categories li:first-child {
    display: block; }
    #recentBlogs .post-categories li:first-child a {
      color: #406080; }

#recentBlogs img {
  display: block;
  float: left;
  height: auto;
  width: 70px; }

@media (max-width: 768px) {
  #commentform .gglcptch {
    margin: 0.7em 0 10px;
    position: relative !important; }
  #respond input[type="text"] {
    left: 50px;
    position: absolute;
    width: 80%; }
  .navigation {
    padding: 0; }
    .navigation .menu li {
      float: none;
      position: relative;
      margin: 0;
      border-top: 1px solid #1a4480;
      line-height: 16px; }
      .navigation .menu li a {
        display: block;
        position: relative;
        text-align: center; }
  .nav-webinars {
    border-left: none;
    margin-left: 0 !important;
    padding-left: 0 !important; }
  ul.wmtposts .postlist-first p {
    padding-left: 308px;
    margin-right: 0; }
  .postlist img {
    margin: 0 20px 20px 0; }
  /* 1st post mobile edits */
  ul.wmtposts .postlist-first h2 {
    font-size: 26px !important;
    line-height: 36px;
    position: absolute; }
  ul.wmtposts li.postlist-first p {
    clear: none; }
  /* 	.postlist-first h6 { padding-top: 4em;}
	 .postlist-first img { margin-bottom: 10px; margin-top: 4em;} */
  /* end 1st post mobile edits */ }

.breadcrumbs {
  margin: 0 0 20px;
  padding: 0;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none; }

.post h2 {
  margin-bottom: 10px;
  font-size: 2.2em;
  font-weight: 600 !important; }

.post h6 {
  margin-bottom: 10px;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000; }
  .post h6 a {
    color: #1363c6; }

.post .entry-meta div {
  margin: 0;
  padding: 5px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  .post .entry-meta div ul {
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: baseline;
    overflow-x: hidden;
    overflow-y: hidden; }
  .post .entry-meta div li {
    margin: 0 10px 0 0;
    padding: 3px 0 0;
    display: inline-block;
    float: right; }
    .post .entry-meta div li:nth-child(2), .post .entry-meta div li:first-child {
      position: relative;
      margin-left: 10px;
      float: left; }
    .post .entry-meta div li:nth-child(3) {
      margin-left: 0px;
      margin-right: 0px;
      position: relative;
      top: 1px; }
    .post .entry-meta div li:nth-child(4) {
      position: relative;
      top: 3px;
      margin-right: 10px; }
    .post .entry-meta div li:nth-child(5) {
      margin-right: 10px;
      position: relative;
      top: 1px; }
    .post .entry-meta div li:nth-child(6) {
      position: relative;
      top: 1px; }
    .post .entry-meta div li img {
      margin-right: 3px;
      width: 16px; }
  .post .entry-meta div.fb-like {
    margin: 0;
    padding: 0;
    position: relative;
    top: -3px;
    border: 0; }

.post div.social-meta {
  border: 1px solid #ccc;
  padding: 10px 5px 5px;
  font-size: 11px;
  font-style: italic;
  margin-bottom: 10px;
  margin-left: 5px; }

.post .social-meta ul {
  list-style: none;
  margin: 0px; }

.post .social-meta li {
  display: block;
  margin: 0px 5px;
  padding: 0px 0px 0px; }
  .post .social-meta li:nth-child(n+2) {
    border-top: 1px solid #ccc;
    padding: 5px 0px 0px; }

.post .social-meta ul li img {
  width: 16px;
  margin-right: 5px; }

span.enlarge {
  display: block;
  text-align: center; }
  span.enlarge img {
    border: none; }

.tiny-rss img {
  width: 16px;
  position: relative;
  top: 0px;
  float: right;
  border: none; }

.peccolumns .tiny-rss img {
  display: block; }

.author-pg-box .tiny-rss img {
  margin-right: -51px; }

.comment-entry {
  min-height: 60px;
  overflow: auto; }
  .comment-entry .comment-awaiting-moderation {
    display: block; }

@media screen and (max-width: 680px) {
  #wmtfeatured {
    display: none; } }

div.all-articles {
  border-top: 1px solid #1a4480;
  border-bottom: 1px solid #1a4480;
  height: 29px;
  color: #1a4480;
  overflow: hidden;
  margin-top: 50px; }
  div.all-articles div.all-articles-title {
    float: left;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    background-color: #1a4480;
    padding: 3px 10px; }
  div.all-articles div.all-articles-pagination div.pagination {
    margin: 0px;
    clear: none;
    float: left;
    padding: 3px 5.6px; }
    div.all-articles div.all-articles-pagination div.pagination > a:first-child {
      margin-left: 0px; }
    div.all-articles div.all-articles-pagination div.pagination .page-numbers {
      border: 1px solid #ccc;
      display: block;
      float: left;
      padding: 1px 8px;
      margin-bottom: 5px; }
    div.all-articles div.all-articles-pagination div.pagination .current {
      background-color: #1a4480; }
    div.all-articles div.all-articles-pagination div.pagination .dots {
      border: none; }

div.all-articles-fp div.all-articles-pagination div.pagination .next {
  display: none; }

div.all-articles div.all-articles-pagination div.pagination span.page-numbers {
  float: left; }

div.all-articles div.all-articles-more {
  float: right;
  text-transform: uppercase;
  font-size: 16px;
  padding: 3px 10px; }
  div.all-articles div.all-articles-more a {
    color: #1a4480; }

@media (max-width: 511px) {
  div.all-articles div.all-articles-title {
    display: none; } }

@media (max-width: 568px) {
  div.all-articles div.all-articles-pagination div.pagination a.prev, div.all-articles div.all-articles-pagination div.pagination a.next {
    display: none; } }

.nxt_list_view img {
  border: 1px solid #cfcfcf;
  margin-top: 6px;
  max-width: 120px;
  max-height: 90px; }

.nxt_list_view td.title {
  padding-left: 20px; }

.nxt_list_view p.content-meta {
  margin-top: -20px; }

.highrise-firstname-wrap, .highrise-title-wrap, .highrise-email-wrap, .highrise-twitter-wrap, .highrise-linkedin-wrap {
  width: 45%;
  float: left;
  margin-right: 5%; }

.highrise-lastname-wrap, .highrise-company-wrap, .highrise-phone-wrap, .highrise-facebook-wrap, .highrise-companyurl-wrap {
  width: 45%;
  margin-right: 5%;
  float: right; }

.highrise-header {
  clear: both; }

div.greydate, div.bluedate {
  float: left;
  height: 69px;
  margin-right: 10px;
  width: 60px; }

div.ai1ec-date-box {
  color: #1a4480;
  width: 60px;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  /* margin-bottom: -60px; */
  margin-top: 16px;
  float: left; }

.sidebar div.ai1ec-date-box {
  color: #fff; }

div.ai1ec-date-box div {
  color: #fff;
  background-color: #1a4480;
  padding: 3px;
  font-size: 14px; }

.sidebar div.ai1ec-date-box div {
  color: #1a4480;
  background-color: #fff; }

.greydate div.ai1ec-date-box div {
  background-color: #555; }

div.ai1ec-date-box div div {
  color: #1a4480;
  background-color: #fff;
  font-family: "Times New Roman", Times, serif;
  font-size: 28px;
  padding: 0px; }

.sidebar div.ai1ec-date-box div div {
  color: #fff;
  background-color: #1a4480; }

.greydate div.ai1ec-date-box div div {
  background-color: #fff;
  color: #555; }

.ai1ec-single-event {
  margin-left: 40px;
  margin-bottom: 30px; }

@media (max-width: 500px) {
  .container {
    padding: 0px; }
  div.all-articles {
    margin-top: 0; } }

@media (max-width: 768px) {
  .sidebar div, .sidebar section.sidebar-tabs {
    margin-left: auto;
    margin-right: auto; }
  .sidebar div.ai1ec-date-box {
    margin: 0px;
    float: right; }
  .sidebar-topics {
    display: none; }
  .post .entry-meta div li:nth-child(2), .post .entry-meta div li:first-child {
    display: none; }
  #authorinfo {
    border-bottom: none; }
  .entry-content td {
    float: left;
    width: auto; }
  .post .entry-meta div li {
    float: none; }
    .post .entry-meta div li:nth-child(4) {
      top: -1px; } }

@media (max-width: 786px) {
  /* edits for the 1st post home page */
  ul.wmtposts .postlist-first h2 {
    margin-left: 0;
    line-height: 36px;
    position: relative; }
  .postlist-first img {
    float: left !important;
    position: relative !important;
    top: auto; }
  ul.wmtposts .postlist-first p {
    margin: 0;
    font-size: 1.2em;
    padding-left: 0; }
  ul.wmtposts .postlist-first h6 {
    margin-left: 0px; }
  /* end edits for the 1st post home page */
  .col8 {
    width: 100%; }
  .container {
    padding: 0; }
  .postlist p span.pec_commentcount_text {
    color: transparent;
    display: none;
    /* display: inline-block; */
    width: 15px;
    height: 15px; }
    .postlist p span.pec_commentcount_text:before {
      font-family: peciconfont;
      content: "";
      color: #999; }
  .postlist p span.pec_sharecount_text {
    color: transparent;
    display: inline-block;
    width: 15px;
    height: 15px; }
    .postlist p span.pec_sharecount_text:before {
      font-family: peciconfont;
      content: "";
      color: #999; }
  .postlist p span.pec_comment_span {
    float: right;
    position: relative;
    top: 3px; }
  .seminars .past .postlist a,
  .seminars .on-demand .postlist a.seminar-thumb {
    display: block;
    float: none !important;
    margin: 0 auto; }
  .seminars .upcoming-con div.ai1ec-date-box {
    margin: 16px auto;
    float: none !important; }
  .seminars .upcoming-con .upcoming {
    margin-left: 0px; }
    .seminars .upcoming-con .upcoming a.seminar-thumb {
      float: none !important;
      margin: 0 auto 10px;
      display: block;
      width: 160px;
      height: 160px; }
      .seminars .upcoming-con .upcoming a.seminar-thumb img {
        margin: 0px;
        height: 160px;
        width: 160px; }
    .seminars .upcoming-con .upcoming .cat-link {
      display: block;
      text-align: center; }
    .seminars .upcoming-con .upcoming h2 {
      text-align: center; } }

/* My best quess as to where the max-width 768px ends */
@media only screen and (width: 320px) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  body {
    -webkit-transform: scale(0.667);
    -webkit-transform-origin: top right;
    position: absolute;
    right: 0;
    top: 0;
    width: 480px; } }

@media only screen and (width: 640px) and (device-width: 640px) and (device-height: 960px) and (orientation: landscape) {
  body {
    -webkit-transform: scale(0.667);
    -webkit-transform-origin: top right;
    position: absolute;
    right: 0;
    top: 0;
    width: 960px; } }

@media only screen and (width: 640px) and (device-width: 640px) and (device-height: 1136px) and (orientation: landscape) {
  body {
    -webkit-transform: scale(0.563);
    -webkit-transform-origin: top right;
    position: absolute;
    right: 0;
    top: 0;
    width: 568px; } }

@media only screen and (width: 320px) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  body {
    -webkit-transform: scale(0.563);
    -webkit-transform-origin: top right;
    position: absolute;
    right: 0;
    top: 0;
    width: 568px; } }

@media only screen and (width: 768px) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  body {
    -webkit-transform: scale(0.75);
    -webkit-transform-origin: top right;
    position: absolute;
    right: 0;
    top: 0;
    width: 1024px; } }

/*
Variables we can use throughout the site
 */
/*
Mixins we use in more than one place
 */
.desktop-only {
  display: block; }

.mobile-only {
  display: none; }

@media (max-width: 786px) {
  .desktop-only {
    display: none; }
  .mobile-only {
    display: block; } }

@font-face {
  font-family: 'peciconfont';
  src: url("/wp-content/uploads/2015/01/icomoon1.eot");
  src: url("/wp-content/uploads/2015/01/icomoon1.eot?#iefix") format("embedded-opentype"), url("/wp-content/uploads/2015/01/icomoon1.woff") format("woff"), url("/wp-content/uploads/2015/01/icomoon1.ttf") format("truetype"), url("/wp-content/uploads/2015/01/icomoon1.svg#icomoon") format("svg");
  font-display: fallback; }

@font-face {
  font-family: 'si';
  src: url("../../fonts/socicon.eot");
  src: url("../../fonts/socicon.eot?#iefix") format("embedded-opentype"), url("../../fonts/socicon.woff") format("woff"), url("../../fonts/socicon.ttf") format("truetype"), url("../../fonts/socicon.svg#icomoonregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: fallback; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 20px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -7px; }
  .hamburger-inner::after {
    bottom: -7px; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 7px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 14px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
  transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-2.85714px, -3px, 0);
    transform: rotate(-45deg) translate3d(-2.85714px, -3px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
    transform: translate3d(0, -14px, 0) rotate(-90deg); }

.header-container {
  position: fixed;
  z-index: 5;
  left: 0;
  right: 0;
  background: white;
  -webkit-box-shadow: 0 0 8px #888888;
  box-shadow: 0 0 8px #888888;
  -webkit-transition: height .25s ease;
  -o-transition: height .25s ease;
  transition: height .25s ease; }
  .header-container .header {
    padding-top: 1.2em;
    z-index: 10;
    position: relative;
    min-height: 67px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .header-container .header > .full-menu-column {
      margin-bottom: 0px;
      z-index: 5;
      float: left;
      margin-right: 20px;
      display: none; }
      .header-container .header > .full-menu-column .hamburger {
        padding-top: 10px;
        vertical-align: top;
        z-index: 11; }
        .header-container .header > .full-menu-column .hamburger .hamburger-inner, .header-container .header > .full-menu-column .hamburger .hamburger-inner::before, .header-container .header > .full-menu-column .hamburger .hamburger-inner::after {
          background-color: #1a4480; }
        .header-container .header > .full-menu-column .hamburger:focus {
          outline: none; }
      .header-container .header > .full-menu-column #full-menu-container {
        display: none;
        position: absolute;
        z-index: 9000;
        background: #e3e3e3;
        color: white;
        padding-top: 30px;
        padding-bottom: 30px;
        width: 100%;
        min-height: 300px; }
        .header-container .header > .full-menu-column #full-menu-container:before {
          content: '';
          background-color: #e3e3e3;
          margin-left: -2000px;
          margin-right: -2000px;
          top: 0px;
          bottom: 0px;
          position: absolute;
          left: 0px;
          right: 0px;
          display: block;
          z-index: -1;
          min-height: calc(100vh - 65px); }
        .header-container .header > .full-menu-column #full-menu-container #menu-full-menu {
          position: absolute;
          width: 100%; }
          .header-container .header > .full-menu-column #full-menu-container #menu-full-menu a {
            color: #111111;
            text-decoration: none;
            font-size: 14px; }
            .header-container .header > .full-menu-column #full-menu-container #menu-full-menu a:hover {
              text-decoration: underline; }
          .header-container .header > .full-menu-column #full-menu-container #menu-full-menu > li {
            width: 25%;
            float: left; }
            .header-container .header > .full-menu-column #full-menu-container #menu-full-menu > li.featured-link {
              position: absolute; }
              .header-container .header > .full-menu-column #full-menu-container #menu-full-menu > li.featured-link + li {
                margin-top: 30px; }
            .header-container .header > .full-menu-column #full-menu-container #menu-full-menu > li > a {
              text-transform: uppercase;
              font-weight: 700; }
            .header-container .header > .full-menu-column #full-menu-container #menu-full-menu > li ul.sub-menu > li {
              display: block;
              width: 100%;
              padding-top: 5px;
              float: none; }
    .header-container .header > .logo-column {
      margin-left: 0px;
      margin-bottom: 0px;
      z-index: 0;
      float: left; }
      .header-container .header > .logo-column .logo {
        max-width: 100%;
        background-image: url(../../img/logo.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 283px;
        height: 34px;
        margin: 0 auto; }
    .header-container .header > .nav-column {
      z-index: 5;
      margin-bottom: 0px;
      margin-left: 0px;
      position: absolute;
      right: 150px;
      -webkit-transition: right .1s ease;
      -o-transition: right .1s ease;
      transition: right .1s ease;
      width: 425px;
      top: 1.2em; }
      .header-container .header > .nav-column .primary-menu-container {
        float: right; }
        .header-container .header > .nav-column .primary-menu-container ul.menu > li {
          float: none;
          display: inline-block;
          padding-left: 7px;
          padding-right: 7px; }
          .header-container .header > .nav-column .primary-menu-container ul.menu > li > a {
            display: inline-block;
            color: #1a4480;
            text-decoration: none;
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 700;
            line-height: 36px; }
            .header-container .header > .nav-column .primary-menu-container ul.menu > li > a:hover {
              text-decoration: underline; }
          .header-container .header > .nav-column .primary-menu-container ul.menu > li ul {
            display: none; }
          .header-container .header > .nav-column .primary-menu-container ul.menu > li.categories-menu {
            position: relative;
            -webkit-transition: -webkit-transform .25s ease;
            transition: -webkit-transform .25s ease;
            -o-transition: transform .25s ease;
            transition: transform .25s ease;
            transition: transform .25s ease, -webkit-transform .25s ease;
            -webkit-transform: translateY(-100px);
            -ms-transform: translateY(-100px);
            transform: translateY(-100px);
            margin-right: 14px; }
            .header-container .header > .nav-column .primary-menu-container ul.menu > li.categories-menu:after {
              border-right: 2px solid #1a4480;
              top: 6px;
              bottom: 6px;
              content: '';
              display: inline;
              right: -10px;
              position: absolute; }
            .header-container .header > .nav-column .primary-menu-container ul.menu > li.categories-menu:hover, .header-container .header > .nav-column .primary-menu-container ul.menu > li.categories-menu.hover {
              background-color: #e3e3e3; }
              .header-container .header > .nav-column .primary-menu-container ul.menu > li.categories-menu:hover ul, .header-container .header > .nav-column .primary-menu-container ul.menu > li.categories-menu.hover ul {
                display: block;
                position: absolute;
                background-color: #e3e3e3;
                padding-top: 5px;
                padding-left: 10px;
                padding-right: 10px;
                padding-bottom: 5px;
                left: 0px;
                width: 175px;
                z-index: 10000; }
                .header-container .header > .nav-column .primary-menu-container ul.menu > li.categories-menu:hover ul > li, .header-container .header > .nav-column .primary-menu-container ul.menu > li.categories-menu.hover ul > li {
                  display: block;
                  padding-top: 5px;
                  padding-bottom: 5px;
                  float: none; }
                  .header-container .header > .nav-column .primary-menu-container ul.menu > li.categories-menu:hover ul > li a, .header-container .header > .nav-column .primary-menu-container ul.menu > li.categories-menu.hover ul > li a {
                    font-size: 13px;
                    font-weight: 400;
                    color: #1a4480;
                    text-decoration: none; }
                    .header-container .header > .nav-column .primary-menu-container ul.menu > li.categories-menu:hover ul > li a:hover, .header-container .header > .nav-column .primary-menu-container ul.menu > li.categories-menu.hover ul > li a:hover {
                      text-decoration: underline; }
      .header-container .header > .nav-column .search-toggle {
        font-size: 20px;
        color: #1a4480;
        cursor: pointer;
        float: right;
        margin-left: 10px;
        margin-top: 3px;
        padding-left: 10px;
        padding-right: 10px; }
      .header-container .header > .nav-column #header-search-container {
        clear: both;
        display: none; }
        .header-container .header > .nav-column #header-search-container #searchform {
          padding: 0px;
          overflow: hidden;
          vertical-align: top;
          text-align: right;
          display: inline-block; }
          .header-container .header > .nav-column #header-search-container #searchform input {
            font-size: 12px; }
            .header-container .header > .nav-column #header-search-container #searchform input#s {
              margin: 0;
              height: 23px;
              border: none;
              border-bottom: 1px solid #ccc;
              margin-right: 10px;
              width: 250px;
              padding-left: 10px;
              font-size: 16px;
              vertical-align: top; }
              .header-container .header > .nav-column #header-search-container #searchform input#s:focus {
                outline: none; }
        .header-container .header > .nav-column #header-search-container #searchsubmit {
          font-size: 20px;
          background-color: #1a4480;
          color: white;
          cursor: pointer;
          float: right;
          margin-left: 10px;
          margin-top: 3px;
          padding-left: 10px;
          padding-right: 10px;
          border: none;
          line-height: 30px;
          padding-top: 0px;
          padding-bottom: 0px; }
          .header-container .header > .nav-column #header-search-container #searchsubmit:focus {
            outline: none; }
        .header-container .header > .nav-column #header-search-container .search-close {
          border: none;
          font-size: 24px;
          font-weight: 400;
          line-height: 32px;
          cursor: pointer;
          padding-left: 10px;
          padding-right: 10px;
          background: white;
          color: #1a4480; }
          .header-container .header > .nav-column #header-search-container .search-close i.fa {
            zoom: 1;
            opacity: 1; }
          .header-container .header > .nav-column #header-search-container .search-close:hover i.fa {
            opacity: .7; }
          .header-container .header > .nav-column #header-search-container .search-close:focus {
            outline: none; }
      .header-container .header > .nav-column + .newsletter-signup {
        right: calc(-100vw);
        -webkit-transition: right .2s ease;
        -o-transition: right .2s ease;
        transition: right .2s ease;
        top: 14px; }
    .header-container .header.search-open {
      height: 48px; }
      .header-container .header.search-open #header-search-container {
        display: block;
        position: absolute;
        right: 0px; }
      .header-container .header.search-open .primary-menu-container {
        display: none; }
      .header-container .header.search-open .search-toggle {
        display: none; }
        .header-container .header.search-open .search-toggle .fa.fa-search {
          color: #111111; }
    .header-container .header.categories-menu-container {
      position: relative;
      min-height: 50px;
      -webkit-transition: -webkit-transform .15s ease;
      transition: -webkit-transform .15s ease;
      -o-transition: transform .15s ease;
      transition: transform .15s ease;
      transition: transform .15s ease, -webkit-transform .15s ease;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      z-index: 5;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 50px; }
      .header-container .header.categories-menu-container:before {
        content: "";
        border-top: 1px solid #f1f1f1;
        height: 1px;
        display: block;
        position: absolute;
        top: 0;
        width: calc(200vw);
        left: calc(-50vw);
        right: calc(-50vw);
        visibility: visible; }
      .header-container .header.categories-menu-container ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 73%;
        padding-right: 20px; }
        .header-container .header.categories-menu-container ul li.menu-item a {
          text-transform: uppercase;
          font-weight: 700;
          font-size: 13px;
          color: #666666; }
        .header-container .header.categories-menu-container ul li.menu-item + .menu-item {
          margin-left: 20px; }
      .header-container .header.categories-menu-container .newsletter-signup {
        width: 27%;
        position: relative;
        top: -10px;
        right: auto; }
    .header-container .header .newsletter-signup {
      width: 220px;
      position: absolute;
      right: 0;
      top: 5px;
      background: white; }
      .header-container .header .newsletter-signup a.sign-up-button {
        background: #ffa91e;
        color: #111111;
        height: 40px;
        line-height: 40px;
        display: block;
        padding-left: 30px;
        padding-right: 30px;
        text-transform: uppercase;
        cursor: pointer;
        font-size: 13px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700; }
        .header-container .header .newsletter-signup a.sign-up-button:hover {
          text-decoration: none; }
        .header-container .header .newsletter-signup a.sign-up-button:after {
          content: '';
          background: url(../../images/book-menu.png);
          background-repeat: no-repeat;
          background-size: 100% auto;
          position: absolute;
          top: -70px;
          right: -20px;
          z-index: 100;
          width: 149px;
          height: 185px; }
      .header-container .header .newsletter-signup .sign-up-popout {
        display: none;
        padding: 20px;
        background-color: #eeeeee;
        border-top: 3px solid #ffffff;
        min-width: 267px;
        position: absolute;
        right: 0; }
        .header-container .header .newsletter-signup .sign-up-popout h2 {
          font-size: 18px;
          font-family: 'Open Sans Condensed', sans-serif;
          text-transform: uppercase;
          line-height: 24px;
          margin-bottom: 0px; }
        .header-container .header .newsletter-signup .sign-up-popout h3 {
          font-size: 18px;
          font-family: 'Open Sans Condensed', sans-serif;
          color: #1a4480;
          margin-bottom: 10px; }
        .header-container .header .newsletter-signup .sign-up-popout .signupform input[type=email] {
          border: none;
          padding: 12px 10px;
          margin-right: 0px;
          width: 75%;
          display: inline-block;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          color: #555555;
          font-size: 14px;
          line-height: 18px; }
          .header-container .header .newsletter-signup .sign-up-popout .signupform input[type=email]:focus {
            outline: none; }
        .header-container .header .newsletter-signup .sign-up-popout .signupform input[type=submit] {
          font-weight: 700;
          text-transform: uppercase;
          width: 25%;
          display: inline-block;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 11px 5px;
          height: 42px; }
        .header-container .header .newsletter-signup .sign-up-popout .privacy-policy {
          margin-top: 10px;
          display: block;
          text-align: center;
          font-size: 12px;
          font-family: "Open Sans", sans-serif;
          text-decoration: underline;
          font-style: normal;
          font-weight: 700;
          font-size: 11px;
          color: #555555; }
      .header-container .header .newsletter-signup.open .sign-up-popout {
        display: block; }
  .header-container.scrolling {
    height: 67px; }
    .header-container.scrolling .header > .nav-column {
      right: 210px; }
      .header-container.scrolling .header > .nav-column .primary-menu-container ul.menu > li.categories-menu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
      .header-container.scrolling .header > .nav-column + .newsletter-signup {
        right: 0px;
        width: 200px; }
        .header-container.scrolling .header > .nav-column + .newsletter-signup a.sign-up-button {
          text-align: center; }
          .header-container.scrolling .header > .nav-column + .newsletter-signup a.sign-up-button:after {
            display: none; }
    .header-container.scrolling .header.categories-menu-container {
      -webkit-transform: translateY(-400px);
      -ms-transform: translateY(-400px);
      transform: translateY(-400px); }
    .header-container.scrolling .header > .full-menu-column {
      display: block; }

body.hamburger-open {
  height: 100vh; }
  body.hamburger-open .header-container {
    position: relative; }
    body.hamburger-open .header-container .nav-column, body.hamburger-open .header-container .newsletter-signup {
      display: none; }
  body.hamburger-open > .main.row {
    display: none; }
  body.hamburger-open > .footer {
    display: none; }

body.page-template-template-hide-popup .container.header-container .header.row .newsletter-signup {
  display: none; }

body.page-template-template-hide-popup .container.header-container .header.row > .nav-column {
  right: 0px; }

body.page-template-template-hide-popup .container.header-container .header.row.categories-menu-container #menu-desktop-categories-menu {
  width: 100%;
  padding-right: 0px; }

@media (max-width: 1200px) {
  .header-container.container .header .nav-column {
    right: 0px; }
    .header-container.container .header .nav-column .search-toggle {
      padding-left: 5px;
      padding-right: 5px; }
    .header-container.container .header .nav-column + .newsletter-signup {
      width: 160px; }
  .header-container.container .header .newsletter-signup .sign-up-button:after {
    top: -20px;
    width: 120px; }
  .header-container.container .header.categories-menu-container ul li.menu-item + .menu-item {
    margin-left: 10px; }
  .header-container.container .header.categories-menu-container ul li.menu-item + .menu-item {
    margin-left: 10px; }
  .header-container.container.scrolling .header {
    height: auto; }
    .header-container.container.scrolling .header .nav-column {
      right: 170px; } }

@media (max-width: 1020px) {
  .header-container .header .nav-column {
    width: 50px; }
  .header-container .header .primary-menu-container {
    display: none; }
  .header-container .header .newsletter-signup {
    display: none; }
  .header-container .header .logo-column {
    width: 70%;
    text-align: center;
    position: absolute;
    left: 15%;
    right: 15%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: -1;
    top: 1.2em; }
  .header-container .header.search-open .logo-column {
    display: none; }
  .header-container .header.search-open .nav-column {
    width: 425px;
    max-width: 100%; }
  .header-container .header.categories-menu-container {
    display: none; }
  .header-container .header > .full-menu-column {
    display: block; }
  .header-container.scrolling .header .nav-column {
    right: 0px !important; } }

@media (max-width: 786px) {
  .header-container .header > .full-menu-column #full-menu-container #menu-full-menu {
    position: relative; }
    .header-container .header > .full-menu-column #full-menu-container #menu-full-menu a {
      font-size: 18px; }
    .header-container .header > .full-menu-column #full-menu-container #menu-full-menu > li {
      width: 100%;
      float: none;
      margin-top: 40px;
      text-align: center;
      display: block; }
      .header-container .header > .full-menu-column #full-menu-container #menu-full-menu > li.featured-link {
        position: relative; }
        .header-container .header > .full-menu-column #full-menu-container #menu-full-menu > li.featured-link + li {
          margin-top: 40px; }
  .header-container .header.search-open .full-menu-column,
  .header-container .header.search-open .logo-column {
    display: none; }
  .header-container .header.search-open .nav-column #header-search-container {
    width: 100%;
    left: 0px; }
    .header-container .header.search-open .nav-column #header-search-container .search-close {
      position: absolute;
      right: 0;
      top: 0; }
    .header-container .header.search-open .nav-column #header-search-container #searchform {
      width: 90%;
      padding-right: 40px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: left;
      position: relative;
      display: block; }
      .header-container .header.search-open .nav-column #header-search-container #searchform input#s {
        width: 100%;
        padding-right: 100px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 5px;
        padding-bottom: 5px;
        height: 33px; }
      .header-container .header.search-open .nav-column #header-search-container #searchform #searchsubmit {
        position: absolute;
        right: 41px;
        top: 0px; }
  .oldheader {
    /*  div.box-search input#searchsubmit {
            background: #1a4480 url("/wp-content/themes/pec/img/searchicon.png") no-repeat scroll 54px 6px;
            font-family: "Open Sans Condensed",sans-serif;
            font-weight: 700;
            padding: 8px 32px 8px 10px;
            text-align: left;
            text-transform: uppercase;
        }

         */ }
    .oldheader .navigationborder {
      border-bottom: none !important;
      border-top: none !important; }
    .oldheader div.crown {
      height: auto; }
      .oldheader div.crown div.row div.topmenu-left {
        float: none;
        display: inline-block;
        margin-right: 0px;
        margin-top: 0px;
        position: relative;
        top: -8px; }
      .oldheader div.crown div.row div.topmenu-right, .oldheader div.crown div.row div.box-search-outer {
        display: none; }
      .oldheader div.crown div.row div.topmenu-left ul li {
        margin-left: 3px; }
      .oldheader div.crown div.row div.topmenu-right ul li {
        float: none;
        margin-left: 0px; }
    .oldheader div.box-search-outer {
      float: none; }
    .oldheader div.box-search {
      position: static;
      width: auto; }
    .oldheader div.crown div.row div.topmenu-right a {
      border-top: 1px solid #FFA103;
      text-align: center; }
    .oldheader div#search form#searchform input#s {
      width: 76%; }
    .oldheader div.box-search input#searchsubmit {
      padding: 8px 74px 8px 10px; }
    .oldheader .pec-social-post .print-article {
      display: none; }
    .oldheader input#wmt-mobile-mainnav-button {
      -moz-appearance: none;
      /*  background: url("images/select-icon.png") no-repeat scroll right center, linear-gradient(#f0f0f0, #ddd) repeat scroll 0 0 rgba(0, 0, 0, 0); */
      border: none;
      padding: 7px 5px;
      width: 100%;
      color: #fff;
      display: block;
      font-weight: 600; }
    .oldheader .mainnav-home {
      background: url("../img/icon-pe.png") no-repeat;
      width: 24px;
      height: 24px;
      display: block;
      position: absolute;
      margin: .2em 0 0 .4em; }
    .oldheader .nav-fixed .navigation .mainnav-button {
      clear: left;
      margin-right: -22px; }
    .oldheader .mainnav-search {
      background: url("../img/icon-search-navbar.png") no-repeat;
      width: 24px;
      height: 24px;
      position: absolute !important;
      top: 0;
      right: 0;
      display: block;
      margin: .2em 1em 0 0 !important;
      z-index: 999; } }

@media (max-width: 420px) {
  .header-container {
    height: 90px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }
    .header-container .header {
      -webkit-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease; }
      .header-container .header .full-menu-column {
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
        margin-top: 10px; }
        .header-container .header .full-menu-column #full-menu-container {
          margin-top: 18px; }
          .header-container .header .full-menu-column #full-menu-container:before {
            top: -3px; }
      .header-container .header > .logo-column .logo {
        background-image: url("../../img/logo-stacked.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        width: 140px;
        height: 60px;
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease; }
      .header-container .header #header-search-container {
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
        margin-top: 10px; }
      .header-container .header .nav-column .search-toggle {
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
        margin-top: 13px; }
    .header-container.scrolling {
      height: 90px; }
  body.scrolling .header-container .header {
    padding-top: 6px; }
    body.scrolling .header-container .header .full-menu-column {
      margin-top: 10px; }
      body.scrolling .header-container .header .full-menu-column #full-menu-container {
        margin-top: 0px; }
        body.scrolling .header-container .header .full-menu-column #full-menu-container:before {
          top: -4px; }
    body.scrolling .header-container .header > .logo-column .logo {
      background-image: url("../../img/icon.svg");
      background-repeat: no-repeat;
      background-size: 100%;
      width: 32px;
      height: 32px;
      margin-top: 2px; }
    body.scrolling .header-container .header #header-search-container {
      margin-top: 0px; }
    body.scrolling .header-container .header .nav-column .search-toggle {
      margin-top: 3px; }
  body.scrolling .header-container.scrolling {
    height: 67px; } }

.footer {
  padding-top: 20px;
  background: #e3e3e3;
  color: #333333;
  margin-top: 70px;
  font-size: 12px;
  font-family: "open sans",sans-serif;
  overflow: auto;
  position: relative; }
  .footer .row {
    position: relative; }
    .footer .row .footer-nav .menu {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: bold; }
      .footer .row .footer-nav .menu a {
        text-decoration: none; }
        .footer .row .footer-nav .menu a:hover {
          text-decoration: underline; }
      .footer .row .footer-nav .menu .sub-menu {
        text-transform: none;
        font-weight: normal; }
      .footer .row .footer-nav .menu li {
        float: none;
        font-size: 14px;
        line-height: 24px; }
        .footer .row .footer-nav .menu li.featured-link a {
          margin-bottom: 10px; }
    .footer .row .footer-nav .footer-nav-left, .footer .row .footer-nav .footer-nav-center, .footer .row .footer-nav .footer-nav-right {
      display: block;
      float: left;
      margin-left: 5%; }
    .footer .row .footer-nav .footer-nav-left {
      margin-left: 0px; }
    .footer .row .footer-nav .footer-disclaimer {
      float: left;
      max-width: 300px;
      margin-left: 30px;
      margin-bottom: 30px;
      font-size: 14px; }
    .footer .row .footer-social {
      float: right;
      margin-bottom: 140px; }
      .footer .row .footer-social a {
        font-size: 18px;
        text-align: center;
        margin-left: 10px;
        display: block; }
        .footer .row .footer-social a .fa {
          line-height: 32px;
          background-color: #555555;
          color: #fff;
          width: 32px;
          height: 32px;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%; }
          .footer .row .footer-social a .fa.fa-twitter {
            background-color: #55acee; }
          .footer .row .footer-social a .fa.fa-facebook {
            background-color: #3a5795; }
          .footer .row .footer-social a .fa.fa-linkedin {
            background-color: #0077b5; }
          .footer .row .footer-social a .fa.fa-rss {
            background-color: #f80; }
          .footer .row .footer-social a .fa.fa-soundcloud {
            background-color: #f60; }
          .footer .row .footer-social a .fa:hover {
            background-color: #bfbfbf; }
    .footer .row .footer-attribution {
      position: absolute;
      right: 0px;
      bottom: 0px;
      text-align: right; }
      .footer .row .footer-attribution .logo {
        max-width: 210px; }

@media (max-width: 1200px) {
  .footer .row .footer-nav .footer-disclaimer {
    float: right; }
  .footer .row .footer-social {
    clear: right; } }

@media (max-width: 1000px) {
  .footer .row .footer-nav .footer-disclaimer {
    max-width: 180px;
    margin-left: 20px; }
  .footer .row .footer-social {
    clear: both;
    float: left; } }

@media (max-width: 768px) {
  .footer .row {
    text-align: center; }
    .footer .row .footer-nav div[class^="footer-nav-"] {
      display: none; }
    .footer .row .footer-disclaimer {
      text-align: center;
      max-width: 100% !important;
      width: 100% !important; }
    .footer .row .footer-social {
      margin-right: 0px;
      float: none;
      text-align: center;
      margin-bottom: 20px; }
      .footer .row .footer-social #menu-social-links > li {
        float: none;
        display: inline-block; }
    .footer .row .footer-attribution {
      position: relative;
      right: 0px;
      text-align: center; } }

.sidebar {
  width: 26.5%;
  margin-left: 3.08%;
  margin-bottom: 18px; }
  .sidebar .ad {
    width: 300px;
    border: 1px solid #ccc; }
  .sidebar .sidebar-tabs {
    width: 300px;
    min-height: 50px;
    margin: 20px 0;
    overflow: hidden;
    border: 1px solid #ccc;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600; }
    .sidebar .sidebar-tabs ul {
      border-top: 1px dotted #ccc;
      margin-top: .5em;
      margin: 0 15px;
      padding: 0;
      list-style: none; }
  .sidebar .newsletter-form {
    color: #ffffff;
    background-color: #22b6d2;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-bottom: 20px;
    padding: 15px;
    border: none;
    width: 272px;
    clear: both;
    position: relative; }
    .sidebar .newsletter-form .privacy-policy {
      font-size: 12px;
      font-family: "Open Sans", sans-serif;
      text-decoration: underline;
      font-style: normal;
      display: block;
      margin-top: 5px;
      color: white;
      text-align: center; }
    .sidebar .newsletter-form div.newsletter-title {
      width: 170px;
      padding-left: 7px;
      padding-top: 7px; }
      .sidebar .newsletter-form div.newsletter-title h2 {
        font-size: 20px;
        line-height: 24px; }
      .sidebar .newsletter-form div.newsletter-title h3 {
        font-size: 16px;
        line-height: 18px; }
    .sidebar .newsletter-form div.newsletter-cover {
      float: right;
      position: absolute;
      right: 0px;
      top: 0px; }
    .sidebar .newsletter-form div.signupform form input#newsletter-input {
      width: 166px; }
    .sidebar .newsletter-form div.signupform form input.newsletter-submit {
      font-weight: 700; }

body.home .sidebar {
  padding-top: 20px; }

@media (min-width: 768px) {
  .sidebar .newsletter-form {
    display: none; } }

@media (max-width: 768px) {
  .sidebar {
    float: none;
    clear: both;
    display: block; } }

.main ul .postlist {
  padding: 50px 0 30px;
  width: 100%; }
  .main ul .postlist .cat-link {
    color: #993300 !important;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 2px; }
    .main ul .postlist .cat-link:hover {
      text-decoration: underline; }
  .main ul .postlist .thumb-link {
    float: left; }
    .main ul .postlist .thumb-link img {
      width: 240px;
      height: 160px; }
  .main ul .postlist h2 {
    margin-bottom: 0;
    font-family: "open sans", sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
    color: #111111; }
    .main ul .postlist h2 a {
      color: #111111;
      text-decoration: none; }
    .main ul .postlist h2 a:hover {
      text-decoration: underline; }
  .main ul .postlist h6 {
    margin: 0; }
    .main ul .postlist h6 a[rel=author] {
      color: #111111;
      font-weight: 600;
      font-size: 13px; }
      .main ul .postlist h6 a[rel=author]:hover {
        text-decoration: underline; }
  .main ul .postlist div {
    font-family: "open sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #111111; }
    .main ul .postlist div a {
      color: #1363c6;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 800; }
    .main ul .postlist div a.read-more {
      color: #993300;
      text-decoration: none; }
      .main ul .postlist div a.read-more:hover {
        text-decoration: underline; }

@media (max-width: 768px) {
  .main ul .postlist {
    text-align: center; }
    .main ul .postlist .cat-link {
      margin-top: 10px; }
    .main ul .postlist h2 {
      margin-top: 10px;
      margin-bottom: 10px; }
    .main ul .postlist a.thumb-link {
      float: none !important;
      display: block;
      text-align: center; }
      .main ul .postlist a.thumb-link img {
        float: none !important; } }

@media print {
  .nextprev, div.crown, .content .col4, .footer, .navigationborder, .post-email-box-con, .pec-social-post, .tiny-rss {
    display: none; }
  .content .col8 {
    width: 100%;
    font-size: .9em !important; }
    .content .col8 img {
      max-width: 400px; }
  div.crown, div#search {
    display: none; }
  .navigation {
    display: none; }
  div.sidebar, div#comments, div.breadcrumbs, div.post > div.meta-detail > div {
    display: none; }
  iframe, footer {
    display: none; }
  .col8 {
    width: 100%; }
  .pec-social-post, .pec-social, .related-posts, .post-email-box-con, #comments, .tiny-rss, .footer {
    display: none; }
  #authorname {
    color: #fff;
    color: rgba(1, 1, 1, 0); }
    #authorname a {
      color: #fff;
      color: rgba(1, 1, 1, 0); }
    #authorname h2 {
      color: #000; }
  div.container.header-container {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative; }
    div.container.header-container .full-menu-column {
      display: none; }
    div.container.header-container .nav-column {
      display: none; }
    div.container.header-container .header > .logo-column .logo {
      content: url(../../img/logo.svg); }
  div.embed-responsive {
    display: none; }
  body .ad-wrapper {
    display: none !important; }
  body .col8 .entry-content a, body .content .post .entry-content a, body .author-pg-box a, body .peccolumnist a {
    background: none;
    text-shadow: none; }
  body.single-post .post-footer {
    display: none; }
  body.archive .main .all-articles {
    display: none; } }

/*
Homepage
 */
hr.knowledge-briefs-hr {
  width: 150%;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0; }

.main #knowledge-briefs {
  width: 150%;
  text-align: center;
  display: block;
  background-color: #1a4480;
  color: white;
  position: relative;
  margin-bottom: 50px; }
  .main #knowledge-briefs a {
    text-decoration: none; }
    .main #knowledge-briefs a:hover {
      text-decoration: none; }
  .main #knowledge-briefs #knowledge-briefs-title {
    display: block;
    line-height: 36px;
    font-family: "open sans", sans-serif;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    margin: auto;
    padding: 30px;
    border: none;
    color: white;
    text-decoration: none; }
  .main #knowledge-briefs ul.knowledge-briefs-list {
    display: inline-block;
    padding: 15px;
    overflow: hidden;
    list-style: none;
    text-align: left; }
    .main #knowledge-briefs ul.knowledge-briefs-list li {
      margin: 0 0 10px;
      display: inline-block;
      float: left;
      width: 150px;
      padding: 0 15px;
      min-height: 256px;
      font-size: 14px; }
      .main #knowledge-briefs ul.knowledge-briefs-list li a {
        text-decoration: none;
        color: white; }
        .main #knowledge-briefs ul.knowledge-briefs-list li a h6 {
          font-size: 12px;
          margin-bottom: 4px;
          color: white;
          text-transform: uppercase;
          font-weight: bold;
          margin-top: 6px; }
        .main #knowledge-briefs ul.knowledge-briefs-list li a h4 {
          font-weight: 400;
          font-size: 14px;
          margin-bottom: 0; }
        .main #knowledge-briefs ul.knowledge-briefs-list li a:hover {
          text-decoration: underline; }
      .main #knowledge-briefs ul.knowledge-briefs-list li.knowledge-briefs-solo {
        width: auto;
        min-height: auto;
        margin-bottom: 0; }
        .main #knowledge-briefs ul.knowledge-briefs-list li.knowledge-briefs-solo img {
          float: left;
          margin-right: 20px;
          max-width: 150px; }
  .main #knowledge-briefs:before, .main #knowledge-briefs:after {
    width: 100%;
    background: #1a4480;
    position: absolute;
    content: "";
    height: 100%;
    margin-left: -99%;
    z-index: -1;
    visibility: visible;
    left: 0;
    top: 0; }
  .main #knowledge-briefs:after {
    margin-left: 99%; }

/*
Industry IQ Page
 */
.page-template-template-industryiq .main {
  padding-top: 2px; }

.page-template-template-industryiq .content .post {
  max-width: 900px;
  margin: 0 auto; }
  .page-template-template-industryiq .content .post .row.intro {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 60px;
    margin-bottom: 40px; }
    .page-template-template-industryiq .content .post .row.intro:before {
      position: absolute;
      width: 100vw;
      height: 200px;
      visibility: visible;
      left: -50%;
      right: -50%;
      margin: 0 auto;
      top: 0px;
      background-image: url(../../img/industryiqbg.jpg);
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      z-index: -1; }
    .page-template-template-industryiq .content .post .row.intro .entry-header {
      border-bottom: 0px;
      margin-bottom: 0px;
      line-height: 40px; }
  .page-template-template-industryiq .content .post .knowledge-briefs-list {
    list-style: none; }
    .page-template-template-industryiq .content .post .knowledge-briefs-list li.knowledge-brief-item {
      margin-left: 0px;
      border-bottom: 1px solid #cccccc;
      padding-bottom: 20px;
      margin-bottom: 40px; }
      .page-template-template-industryiq .content .post .knowledge-briefs-list li.knowledge-brief-item:first-child {
        padding-top: 40px; }
      .page-template-template-industryiq .content .post .knowledge-briefs-list li.knowledge-brief-item .cat-link {
        color: #993300 !important;
        font-size: 12px;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 2px;
        text-transform: initial; }
        .page-template-template-industryiq .content .post .knowledge-briefs-list li.knowledge-brief-item .cat-link:hover {
          text-decoration: underline; }
        .page-template-template-industryiq .content .post .knowledge-briefs-list li.knowledge-brief-item .cat-link:hover {
          text-shadow: none; }
      .page-template-template-industryiq .content .post .knowledge-briefs-list li.knowledge-brief-item img {
        float: left;
        margin-right: 20px;
        max-width: 240px; }
      .page-template-template-industryiq .content .post .knowledge-briefs-list li.knowledge-brief-item h4 {
        margin-bottom: 0;
        font-family: "open sans", sans-serif;
        font-size: 26px;
        font-weight: 600;
        line-height: 30px;
        margin-bottom: 20px;
        color: #111111;
        padding-left: 0px;
        border: none;
        text-transform: initial; }
        .page-template-template-industryiq .content .post .knowledge-briefs-list li.knowledge-brief-item h4 a {
          color: #111111;
          text-decoration: none; }
        .page-template-template-industryiq .content .post .knowledge-briefs-list li.knowledge-brief-item h4 a:hover {
          text-decoration: underline;
          text-shadow: none; }
      .page-template-template-industryiq .content .post .knowledge-briefs-list li.knowledge-brief-item .call-to-action {
        text-align: center;
        clear: both; }
      .page-template-template-industryiq .content .post .knowledge-briefs-list li.knowledge-brief-item .button {
        background: #0373dc !important;
        color: white !important;
        text-transform: uppercase;
        text-align: center;
        border-radius: 8px;
        padding: 5px 30px;
        margin: 0 auto;
        display: inline-block;
        text-shadow: none;
        margin-top: 20px; }
        .page-template-template-industryiq .content .post .knowledge-briefs-list li.knowledge-brief-item .button:hover {
          background: #bfbfbf !important; }
  .page-template-template-industryiq .content .post a {
    background: none; }

@media (max-width: 768px) {
  .page-template-template-industryiq .content .post .entry-content .knowledge-briefs-list li.knowledge-brief-item {
    text-align: center; }
    .page-template-template-industryiq .content .post .entry-content .knowledge-briefs-list li.knowledge-brief-item .cat-link {
      margin-top: 10px; }
    .page-template-template-industryiq .content .post .entry-content .knowledge-briefs-list li.knowledge-brief-item h4 {
      margin-top: 10px;
      margin-bottom: 10px;
      text-align: center; }
    .page-template-template-industryiq .content .post .entry-content .knowledge-briefs-list li.knowledge-brief-item img {
      margin: 0 auto;
      float: none !important;
      display: block;
      text-align: center;
      margin-bottom: 20px; } }

/*
Sidebar widget
 */
#sidebar-tab-knowledge-briefs .sidebar-tab-title {
  text-align: center;
  color: #000000;
  text-decoration: none;
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px; }
  #sidebar-tab-knowledge-briefs .sidebar-tab-title:after {
    content: '';
    display: block;
    border-top: 1px dotted #ccc;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0px; }

#sidebar-tab-knowledge-briefs .iq-item {
  margin: 20px 0px;
  padding-left: 15px;
  padding-right: 15px; }
  #sidebar-tab-knowledge-briefs .iq-item:after {
    clear: both;
    content: '';
    display: table-cell; }
  #sidebar-tab-knowledge-briefs .iq-item .iq-icon {
    width: 18px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    padding-top: 2px; }
    #sidebar-tab-knowledge-briefs .iq-item .iq-icon a {
      display: block;
      width: 16px;
      height: 16px;
      border: 1px solid #8e8e8e;
      overflow: hidden; }
  #sidebar-tab-knowledge-briefs .iq-item .iq-content {
    display: inline-block;
    width: 240px; }
    #sidebar-tab-knowledge-briefs .iq-item .iq-content .fa-external-link {
      color: #cccccc;
      -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
      transform: translateX(5px); }
    #sidebar-tab-knowledge-briefs .iq-item .iq-content h4 {
      font-size: 15px;
      margin-left: 0px;
      line-height: 16px;
      margin-bottom: 7px;
      color: #111111; }
    #sidebar-tab-knowledge-briefs .iq-item .iq-content h6 {
      margin-left: 0px;
      text-transform: uppercase;
      color: #bbbbbb;
      font-size: 12px;
      font-weight: bold;
      margin-bottom: 4px;
      line-height: 12px; }

#sidebar-tab-our-partners .sidebar-tab-title {
  width: 175px;
  text-align: center;
  color: #000000;
  text-decoration: none; }

#sidebar-tab-our-partners ul {
  list-style: none;
  margin-bottom: 5px; }
  #sidebar-tab-our-partners ul li {
    margin: 20px 0px;
    text-align: center; }
    #sidebar-tab-our-partners ul li a {
      text-align: center;
      max-width: 150px; }
      #sidebar-tab-our-partners ul li a + a {
        margin-top: 10px; }

@media screen and (max-width: 768px) {
  .main #knowledge-briefs {
    width: 100%; }
    .main #knowledge-briefs ul.knowledge-briefs-list {
      overflow: visible;
      max-height: inherit; }
      .main #knowledge-briefs ul.knowledge-briefs-list li {
        float: none;
        width: 100%;
        text-align: center;
        min-height: inherit;
        border: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .main #knowledge-briefs ul.knowledge-briefs-list li + li {
          margin-top: 30px; }
        .main #knowledge-briefs ul.knowledge-briefs-list li img {
          height: auto;
          max-width: 200px; }
        .main #knowledge-briefs ul.knowledge-briefs-list li.knowledge-briefs-solo img {
          float: none;
          margin: 0px;
          max-width: 200px; }
  hr.knowledge-briefs-hr {
    width: 100%; } }

@media (max-width: 420px) {
  #sidebar-tab-knowledge-briefs .iq-item .iq-content {
    width: 230px; } }

/*
The guts of both our lists and single vendor posts
 */
.wpbdp-listings-list .wpbdp-listing {
  border: 1px solid #bfbfbf;
  padding: 30px; }
  .wpbdp-listings-list .wpbdp-listing:after {
    clear: both;
    content: '';
    display: block; }
  .wpbdp-listings-list .wpbdp-listing + .wpbdp-listing {
    margin-top: 30px; }
  .wpbdp-listings-list .wpbdp-listing.odd {
    background: transparent; }
  .wpbdp-listings-list .wpbdp-listing a:not(.wpbdp-button) {
    color: #111111;
    text-decoration: underline; }
  .wpbdp-listings-list .wpbdp-listing .listing-category {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #555555; }
    .wpbdp-listings-list .wpbdp-listing .listing-category a {
      color: #555555; }
  .wpbdp-listings-list .wpbdp-listing .listing-details {
    margin-top: 10px;
    font-size: 15px; }
    .wpbdp-listings-list .wpbdp-listing .listing-details .listing-thumbnail {
      margin-right: 20px;
      float: left; }
    .wpbdp-listings-list .wpbdp-listing .listing-details .listing-contact {
      float: left; }
      .wpbdp-listings-list .wpbdp-listing .listing-details .listing-contact .address-info {
        padding-left: 30px;
        position: relative; }
        .wpbdp-listings-list .wpbdp-listing .listing-details .listing-contact .address-info label {
          font-weight: 700;
          font-size: 16px;
          display: block;
          margin-bottom: 5px; }
        .wpbdp-listings-list .wpbdp-listing .listing-details .listing-contact .address-info i.fa-map-marker {
          font-size: 20px;
          margin-right: 10px;
          color: #8f9da9;
          position: absolute;
          left: 0; }
      .wpbdp-listings-list .wpbdp-listing .listing-details .listing-contact .business-phone {
        font-weight: 700;
        font-size: 16px;
        padding-left: 30px;
        position: relative;
        margin-top: 5px; }
        .wpbdp-listings-list .wpbdp-listing .listing-details .listing-contact .business-phone i.fa-phone {
          position: absolute;
          left: 0;
          font-size: 20px;
          margin-right: 10px;
          color: #8f9da9; }
    .wpbdp-listings-list .wpbdp-listing .listing-details .excerpt {
      clear: both; }
    .wpbdp-listings-list .wpbdp-listing .listing-details .website-address {
      clear: both; }
      .wpbdp-listings-list .wpbdp-listing .listing-details .website-address a {
        text-decoration: none;
        position: relative; }
        .wpbdp-listings-list .wpbdp-listing .listing-details .website-address a .link-label {
          text-decoration: underline;
          font-size: 16px;
          font-weight: 700; }
        .wpbdp-listings-list .wpbdp-listing .listing-details .website-address a i.fa-desktop {
          font-size: 20px;
          color: #8f9da9;
          margin-right: 10px; }
        .wpbdp-listings-list .wpbdp-listing .listing-details .website-address a i.fa-external-link {
          font-size: 10px;
          color: #8f9da9;
          top: 0px;
          position: absolute;
          margin-left: 5px; }
  .wpbdp-listings-list .wpbdp-listing .listing-title {
    border: none;
    font-size: 23px;
    margin-bottom: 8px;
    background: inherit;
    text-decoration: underline;
    font-weight: 600; }
    .wpbdp-listings-list .wpbdp-listing .listing-title a, .wpbdp-listings-list .wpbdp-listing .listing-title h2 {
      text-decoration: none;
      font-weight: 600; }
    .wpbdp-listings-list .wpbdp-listing .listing-title a, .wpbdp-listings-list .wpbdp-listing .listing-title h2 {
      color: #111111; }
  .wpbdp-listings-list .wpbdp-listing .wpbdp-field {
    margin: 4px 0; }
  .wpbdp-listings-list .wpbdp-listing .wpbdp-field-type-textarea label {
    display: block; }
  .wpbdp-listings-list .wpbdp-listing .listing-actions {
    text-align: right;
    margin-top: 0px;
    /* Admin buttons */ }
    .wpbdp-listings-list .wpbdp-listing .listing-actions .wpbdp-button.view-listing {
      -webkit-appearance: none;
      background: #d28441;
      color: white !important;
      text-transform: uppercase;
      border: none;
      padding: 10px 30px;
      border-radius: 3px;
      cursor: pointer;
      opacity: 1;
      zoom: 1;
      font-size: 15px;
      text-decoration: none;
      display: inline-block;
      background: #d28441; }
      .wpbdp-listings-list .wpbdp-listing .listing-actions .wpbdp-button.view-listing:focus {
        outline: none; }
      .wpbdp-listings-list .wpbdp-listing .listing-actions .wpbdp-button.view-listing:hover {
        background: #1a4480; }
      .wpbdp-listings-list .wpbdp-listing .listing-actions .wpbdp-button.view-listing:hover {
        background: #d28441;
        opacity: .8; }
    .wpbdp-listings-list .wpbdp-listing .listing-actions .wpbdp-button.edit-listing,
    .wpbdp-listings-list .wpbdp-listing .listing-actions .wpbdp-button.delete-listing {
      -webkit-appearance: none;
      background: #d28441;
      color: white !important;
      text-transform: uppercase;
      border: none;
      padding: 10px 30px;
      border-radius: 3px;
      cursor: pointer;
      opacity: 1;
      zoom: 1;
      font-size: 15px;
      text-decoration: none;
      display: inline-block;
      background: #d28441;
      margin-left: 0px; }
      .wpbdp-listings-list .wpbdp-listing .listing-actions .wpbdp-button.edit-listing:focus,
      .wpbdp-listings-list .wpbdp-listing .listing-actions .wpbdp-button.delete-listing:focus {
        outline: none; }
      .wpbdp-listings-list .wpbdp-listing .listing-actions .wpbdp-button.edit-listing:hover,
      .wpbdp-listings-list .wpbdp-listing .listing-actions .wpbdp-button.delete-listing:hover {
        background: #1a4480; }
      .wpbdp-listings-list .wpbdp-listing .listing-actions .wpbdp-button.edit-listing:hover,
      .wpbdp-listings-list .wpbdp-listing .listing-actions .wpbdp-button.delete-listing:hover {
        background: #d28441;
        opacity: .8; }

/*
Category term page
*/
.wpbdp-page-category h2.category-name {
  clear: both; }

/*
Categories list used in sidebar
 */
.categories-wrapper .categories-heading i.fa {
  display: none;
  color: #8f9da9; }

.categories-wrapper #wpbdp-categories ul.wpbdp-categories {
  list-style: none; }
  .categories-wrapper #wpbdp-categories ul.wpbdp-categories > li.cat-item {
    vertical-align: middle;
    line-height: 18px;
    margin-bottom: 10px;
    position: relative; }
    .categories-wrapper #wpbdp-categories ul.wpbdp-categories > li.cat-item .business-count {
      background: #e3e3e3;
      border-radius: 100%;
      position: absolute;
      right: 0px;
      top: 1px;
      width: 24px;
      height: 24px;
      color: #555555;
      text-align: center;
      font-weight: 700;
      font-size: 12px;
      line-height: 24px; }
    .categories-wrapper #wpbdp-categories ul.wpbdp-categories > li.cat-item:hover a {
      color: #1a4480; }
    .categories-wrapper #wpbdp-categories ul.wpbdp-categories > li.cat-item:hover i.fa {
      color: #1a4480; }
    .categories-wrapper #wpbdp-categories ul.wpbdp-categories > li.cat-item a {
      color: #555555;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 12px;
      padding-right: 40px;
      display: inline-block; }
      .categories-wrapper #wpbdp-categories ul.wpbdp-categories > li.cat-item a i.fa {
        color: #d28441;
        margin-right: 20px;
        font-size: 24px;
        vertical-align: top; }
      .categories-wrapper #wpbdp-categories ul.wpbdp-categories > li.cat-item a img.category-image-icon {
        max-width: 24px;
        margin-right: 20px; }
    .categories-wrapper #wpbdp-categories ul.wpbdp-categories > li.cat-item.active-category i.fa {
      color: #1a4480; }
    .categories-wrapper #wpbdp-categories ul.wpbdp-categories > li.cat-item.active-category a {
      color: #1a4480; }
    .categories-wrapper #wpbdp-categories ul.wpbdp-categories > li.cat-item.active-category:hover i.fa {
      color: #d28441; }
    .categories-wrapper #wpbdp-categories ul.wpbdp-categories > li.cat-item.active-category:hover a {
      color: #d28441; }

/*
Styling the nav/search
 */
.page-template-template-business-directory .wpbdp-main-box {
  background: none;
  padding: 0px;
  margin-bottom: 20px; }
  .page-template-template-business-directory .wpbdp-main-box:after {
    content: '';
    display: block;
    clear: both; }
  .page-template-template-business-directory .wpbdp-main-box .main-fields {
    width: 50%;
    float: left; }
    .page-template-template-business-directory .wpbdp-main-box .main-fields form .search-fields {
      padding-right: 0px;
      width: 70%; }
      .page-template-template-business-directory .wpbdp-main-box .main-fields form .search-fields .main-input {
        margin-bottom: 0px; }
        .page-template-template-business-directory .wpbdp-main-box .main-fields form .search-fields .main-input #wpbdp-main-box-keyword-field {
          line-height: 30px;
          font-size: 14px;
          padding-left: 10px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          .page-template-template-business-directory .wpbdp-main-box .main-fields form .search-fields .main-input #wpbdp-main-box-keyword-field:focus {
            outline: none; }
    .page-template-template-business-directory .wpbdp-main-box .main-fields form .submit-btn {
      line-height: 42px;
      width: auto;
      margin-bottom: 0px; }
      .page-template-template-business-directory .wpbdp-main-box .main-fields form .submit-btn button.search-submit {
        border: none;
        font-size: 20px;
        color: #1a4480;
        cursor: pointer; }
        .page-template-template-business-directory .wpbdp-main-box .main-fields form .submit-btn button.search-submit:focus {
          outline: none; }
        .page-template-template-business-directory .wpbdp-main-box .main-fields form .submit-btn button.search-submit:hover {
          color: #111111; }
      .page-template-template-business-directory .wpbdp-main-box .main-fields form .submit-btn input[type=submit] {
        display: none; }
    .page-template-template-business-directory .wpbdp-main-box .main-fields form .advanced-search-link {
      display: none; }
  .page-template-template-business-directory .wpbdp-main-box .wpbdp-main-links-container {
    float: right;
    width: 50%;
    max-width: 200px; }
  .page-template-template-business-directory .wpbdp-main-box .box-row.separator {
    border: none;
    margin: 0px; }
  .page-template-template-business-directory .wpbdp-main-box .wpbdp-main-links #wpbdp-bar-show-directory-button {
    display: none; }
  .page-template-template-business-directory .wpbdp-main-box .wpbdp-main-links #wpbdp-bar-view-listings-button {
    display: none; }
  .page-template-template-business-directory .wpbdp-main-box .wpbdp-main-links #wpbdp-bar-submit-listing-button {
    -webkit-appearance: none;
    background: #d28441;
    color: white !important;
    text-transform: uppercase;
    border: none;
    padding: 10px 30px;
    border-radius: 3px;
    cursor: pointer;
    opacity: 1;
    zoom: 1;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    background: #1a4480; }
    .page-template-template-business-directory .wpbdp-main-box .wpbdp-main-links #wpbdp-bar-submit-listing-button:focus {
      outline: none; }
    .page-template-template-business-directory .wpbdp-main-box .wpbdp-main-links #wpbdp-bar-submit-listing-button:hover {
      background: #1a4480; }
    .page-template-template-business-directory .wpbdp-main-box .wpbdp-main-links #wpbdp-bar-submit-listing-button:hover {
      opacity: .8; }

.page-template-template-business-directory #wpbdp-bar-submit-listing-button {
  -webkit-appearance: none;
  background: #d28441;
  color: white !important;
  text-transform: uppercase;
  border: none;
  padding: 10px 30px;
  border-radius: 3px;
  cursor: pointer;
  opacity: 1;
  zoom: 1;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  background: #1a4480;
  margin-bottom: 20px; }
  .page-template-template-business-directory #wpbdp-bar-submit-listing-button:focus {
    outline: none; }
  .page-template-template-business-directory #wpbdp-bar-submit-listing-button:hover {
    background: #1a4480; }
  .page-template-template-business-directory #wpbdp-bar-submit-listing-button:hover {
    opacity: .8; }

.wpbdp-sidebar-filters a.button.wpbdp-button {
  -webkit-appearance: none;
  background: #d28441;
  color: white !important;
  text-transform: uppercase;
  border: none;
  padding: 10px 30px;
  border-radius: 3px;
  cursor: pointer;
  opacity: 1;
  zoom: 1;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  background: #1a4480;
  margin-bottom: 20px; }
  .wpbdp-sidebar-filters a.button.wpbdp-button:focus {
    outline: none; }
  .wpbdp-sidebar-filters a.button.wpbdp-button:hover {
    background: #1a4480; }
  .wpbdp-sidebar-filters a.button.wpbdp-button:hover {
    opacity: .8; }

/*
Single listing
 */
body.single-wpbdp_listing .wpbdp-listing-single .button.create-listing {
  float: right;
  -webkit-appearance: none;
  background: #d28441;
  color: white !important;
  text-transform: uppercase;
  border: none;
  padding: 10px 30px;
  border-radius: 3px;
  cursor: pointer;
  opacity: 1;
  zoom: 1;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  background: #1a4480; }
  body.single-wpbdp_listing .wpbdp-listing-single .button.create-listing:focus {
    outline: none; }
  body.single-wpbdp_listing .wpbdp-listing-single .button.create-listing:hover {
    background: #1a4480; }
  body.single-wpbdp_listing .wpbdp-listing-single .button.create-listing:hover {
    opacity: .8; }

body.single-wpbdp_listing .wpbdp-listing-single a:not(.wpbdp-button) {
  color: #111111;
  text-decoration: underline; }

body.single-wpbdp_listing .wpbdp-listing-single .listing-category {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #555555; }
  body.single-wpbdp_listing .wpbdp-listing-single .listing-category a {
    color: #555555; }

body.single-wpbdp_listing .wpbdp-listing-single .listing-details {
  margin-top: 10px;
  font-size: 15px; }
  body.single-wpbdp_listing .wpbdp-listing-single .listing-details .listing-thumbnail {
    margin-right: 20px;
    float: left; }
  body.single-wpbdp_listing .wpbdp-listing-single .listing-details .listing-contact {
    float: left; }
    body.single-wpbdp_listing .wpbdp-listing-single .listing-details .listing-contact .address-info {
      padding-left: 30px;
      position: relative; }
      body.single-wpbdp_listing .wpbdp-listing-single .listing-details .listing-contact .address-info label {
        font-weight: 700;
        font-size: 16px;
        display: block;
        margin-bottom: 5px; }
      body.single-wpbdp_listing .wpbdp-listing-single .listing-details .listing-contact .address-info i.fa-map-marker {
        font-size: 20px;
        margin-right: 10px;
        color: #8f9da9;
        position: absolute;
        left: 0; }
    body.single-wpbdp_listing .wpbdp-listing-single .listing-details .listing-contact .business-phone {
      font-weight: 700;
      font-size: 16px;
      padding-left: 30px;
      position: relative;
      margin-top: 5px; }
      body.single-wpbdp_listing .wpbdp-listing-single .listing-details .listing-contact .business-phone i.fa-phone {
        position: absolute;
        left: 0;
        font-size: 20px;
        margin-right: 10px;
        color: #8f9da9; }
  body.single-wpbdp_listing .wpbdp-listing-single .listing-details .excerpt {
    clear: both; }
  body.single-wpbdp_listing .wpbdp-listing-single .listing-details .website-address {
    clear: both; }
    body.single-wpbdp_listing .wpbdp-listing-single .listing-details .website-address a {
      text-decoration: none;
      position: relative; }
      body.single-wpbdp_listing .wpbdp-listing-single .listing-details .website-address a .link-label {
        text-decoration: underline;
        font-size: 16px;
        font-weight: 700; }
      body.single-wpbdp_listing .wpbdp-listing-single .listing-details .website-address a i.fa-desktop {
        font-size: 20px;
        color: #8f9da9;
        margin-right: 10px; }
      body.single-wpbdp_listing .wpbdp-listing-single .listing-details .website-address a i.fa-external-link {
        font-size: 10px;
        color: #8f9da9;
        top: 0px;
        position: absolute;
        margin-left: 5px; }

body.single-wpbdp_listing .wpbdp-listing-single div.listing-actions {
  float: right;
  clear: both;
  padding-top: 10px; }
  body.single-wpbdp_listing .wpbdp-listing-single div.listing-actions .wpbdp-button.edit-listing, body.single-wpbdp_listing .wpbdp-listing-single div.listing-actions .wpbdp-button.delete-listing {
    -webkit-appearance: none;
    background: #d28441;
    color: white !important;
    text-transform: uppercase;
    border: none;
    padding: 10px 30px;
    border-radius: 3px;
    cursor: pointer;
    opacity: 1;
    zoom: 1;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    background: #d28441; }
    body.single-wpbdp_listing .wpbdp-listing-single div.listing-actions .wpbdp-button.edit-listing:focus, body.single-wpbdp_listing .wpbdp-listing-single div.listing-actions .wpbdp-button.delete-listing:focus {
      outline: none; }
    body.single-wpbdp_listing .wpbdp-listing-single div.listing-actions .wpbdp-button.edit-listing:hover, body.single-wpbdp_listing .wpbdp-listing-single div.listing-actions .wpbdp-button.delete-listing:hover {
      background: #1a4480; }
    body.single-wpbdp_listing .wpbdp-listing-single div.listing-actions .wpbdp-button.edit-listing:hover, body.single-wpbdp_listing .wpbdp-listing-single div.listing-actions .wpbdp-button.delete-listing:hover {
      background: #d28441;
      opacity: .8; }
  body.single-wpbdp_listing .wpbdp-listing-single div.listing-actions .wpbdp-button.delete-listing {
    margin-right: 0px; }
  body.single-wpbdp_listing .wpbdp-listing-single div.listing-actions .back-to-dir.wpbdp-button {
    display: none; }

body.single-wpbdp_listing .wpbdp-listing-single .listing-title {
  background: none;
  border: none;
  margin: 0px;
  padding: 0px; }

body.single-wpbdp_listing .wpbdp-listing-single .related-news-wrapper h2.related-news-heading {
  font-size: 20px; }

@media (max-width: 1200px) {
  .page-template-template-business-directory .categories-wrapper {
    text-align: center; }
    .page-template-template-business-directory .categories-wrapper .categories-heading {
      cursor: pointer; }
      .page-template-template-business-directory .categories-wrapper .categories-heading i.fa {
        display: inline-block; }
      .page-template-template-business-directory .categories-wrapper .categories-heading:hover i.fa {
        color: #1a4480; }
    .page-template-template-business-directory .categories-wrapper #wpbdp-categories {
      display: none; }
    .page-template-template-business-directory .categories-wrapper.is-open #wpbdp-categories {
      display: block; }
  .page-template-template-business-directory h2.entry-header {
    text-align: center; }
  .page-template-template-business-directory .row.content-pad > .sidebar.column.col4 {
    width: 100%;
    float: none; }
  .page-template-template-business-directory .row.content-pad > .content.column.col8 {
    width: 100%;
    float: none; }
  .page-template-template-business-directory #wpbdp-categories .wpbdp-categories .cat-item {
    width: 100%; } }

@media (max-width: 786px) {
  .wpbdp-listings-list .wpbdp-listing .listing-actions {
    display: block;
    float: none;
    text-align: center;
    margin-bottom: 20px; }
  #wpbdp-search-page,
  #wpbdp-page-main_page,
  #wpbdp-page-all_listings,
  #wpbdp-page-category {
    text-align: center; }
    #wpbdp-search-page .wpbdp-listings-list .wpbdp-listing .listing-details,
    #wpbdp-page-main_page .wpbdp-listings-list .wpbdp-listing .listing-details,
    #wpbdp-page-all_listings .wpbdp-listings-list .wpbdp-listing .listing-details,
    #wpbdp-page-category .wpbdp-listings-list .wpbdp-listing .listing-details {
      padding: 10px;
      margin: 0 auto; }
      #wpbdp-search-page .wpbdp-listings-list .wpbdp-listing .listing-details .listing-thumbnail,
      #wpbdp-page-main_page .wpbdp-listings-list .wpbdp-listing .listing-details .listing-thumbnail,
      #wpbdp-page-all_listings .wpbdp-listings-list .wpbdp-listing .listing-details .listing-thumbnail,
      #wpbdp-page-category .wpbdp-listings-list .wpbdp-listing .listing-details .listing-thumbnail {
        float: none;
        margin: 0 auto;
        width: 100%; }
      #wpbdp-search-page .wpbdp-listings-list .wpbdp-listing .listing-details .listing-contact,
      #wpbdp-page-main_page .wpbdp-listings-list .wpbdp-listing .listing-details .listing-contact,
      #wpbdp-page-all_listings .wpbdp-listings-list .wpbdp-listing .listing-details .listing-contact,
      #wpbdp-page-category .wpbdp-listings-list .wpbdp-listing .listing-details .listing-contact {
        float: none; }
        #wpbdp-search-page .wpbdp-listings-list .wpbdp-listing .listing-details .listing-contact .address-info,
        #wpbdp-page-main_page .wpbdp-listings-list .wpbdp-listing .listing-details .listing-contact .address-info,
        #wpbdp-page-all_listings .wpbdp-listings-list .wpbdp-listing .listing-details .listing-contact .address-info,
        #wpbdp-page-category .wpbdp-listings-list .wpbdp-listing .listing-details .listing-contact .address-info {
          padding-left: 20px;
          padding-right: 20px; }
          #wpbdp-search-page .wpbdp-listings-list .wpbdp-listing .listing-details .listing-contact .address-info i.fa-map-marker,
          #wpbdp-page-main_page .wpbdp-listings-list .wpbdp-listing .listing-details .listing-contact .address-info i.fa-map-marker,
          #wpbdp-page-all_listings .wpbdp-listings-list .wpbdp-listing .listing-details .listing-contact .address-info i.fa-map-marker,
          #wpbdp-page-category .wpbdp-listings-list .wpbdp-listing .listing-details .listing-contact .address-info i.fa-map-marker {
            position: relative;
            display: block;
            margin: 0px; }
        #wpbdp-search-page .wpbdp-listings-list .wpbdp-listing .listing-details .listing-contact .business-phone,
        #wpbdp-page-main_page .wpbdp-listings-list .wpbdp-listing .listing-details .listing-contact .business-phone,
        #wpbdp-page-all_listings .wpbdp-listings-list .wpbdp-listing .listing-details .listing-contact .business-phone,
        #wpbdp-page-category .wpbdp-listings-list .wpbdp-listing .listing-details .listing-contact .business-phone {
          padding-left: 20px;
          padding-right: 20px; }
          #wpbdp-search-page .wpbdp-listings-list .wpbdp-listing .listing-details .listing-contact .business-phone i.fa-phone,
          #wpbdp-page-main_page .wpbdp-listings-list .wpbdp-listing .listing-details .listing-contact .business-phone i.fa-phone,
          #wpbdp-page-all_listings .wpbdp-listings-list .wpbdp-listing .listing-details .listing-contact .business-phone i.fa-phone,
          #wpbdp-page-category .wpbdp-listings-list .wpbdp-listing .listing-details .listing-contact .business-phone i.fa-phone {
            position: relative;
            display: block;
            margin: 0px; }
    #wpbdp-search-page .wpbdp-listings-list .wpbdp-listing .listing-details-contact,
    #wpbdp-page-main_page .wpbdp-listings-list .wpbdp-listing .listing-details-contact,
    #wpbdp-page-all_listings .wpbdp-listings-list .wpbdp-listing .listing-details-contact,
    #wpbdp-page-category .wpbdp-listings-list .wpbdp-listing .listing-details-contact {
      padding-left: 0px;
      border-left: none;
      float: none;
      width: 100%; }
      #wpbdp-search-page .wpbdp-listings-list .wpbdp-listing .listing-details-contact .listing-actions .wpbdp-button.view-listing,
      #wpbdp-search-page .wpbdp-listings-list .wpbdp-listing .listing-details-contact .listing-actions .wpbdp-button.edit-listing,
      #wpbdp-search-page .wpbdp-listings-list .wpbdp-listing .listing-details-contact .listing-actions .wpbdp-button.delete-listing,
      #wpbdp-page-main_page .wpbdp-listings-list .wpbdp-listing .listing-details-contact .listing-actions .wpbdp-button.view-listing,
      #wpbdp-page-main_page .wpbdp-listings-list .wpbdp-listing .listing-details-contact .listing-actions .wpbdp-button.edit-listing,
      #wpbdp-page-main_page .wpbdp-listings-list .wpbdp-listing .listing-details-contact .listing-actions .wpbdp-button.delete-listing,
      #wpbdp-page-all_listings .wpbdp-listings-list .wpbdp-listing .listing-details-contact .listing-actions .wpbdp-button.view-listing,
      #wpbdp-page-all_listings .wpbdp-listings-list .wpbdp-listing .listing-details-contact .listing-actions .wpbdp-button.edit-listing,
      #wpbdp-page-all_listings .wpbdp-listings-list .wpbdp-listing .listing-details-contact .listing-actions .wpbdp-button.delete-listing,
      #wpbdp-page-category .wpbdp-listings-list .wpbdp-listing .listing-details-contact .listing-actions .wpbdp-button.view-listing,
      #wpbdp-page-category .wpbdp-listings-list .wpbdp-listing .listing-details-contact .listing-actions .wpbdp-button.edit-listing,
      #wpbdp-page-category .wpbdp-listings-list .wpbdp-listing .listing-details-contact .listing-actions .wpbdp-button.delete-listing {
        margin: 20px auto;
        display: block;
        width: auto;
        clear: both;
        max-width: 200px; }
  .wpbdp-page .wpbdp-main-box {
    text-align: center; }
    .wpbdp-page .wpbdp-main-box .main-fields {
      width: 100%;
      float: none; }
    .wpbdp-page .wpbdp-main-box .wpbdp-main-links-container {
      float: none;
      width: 100%;
      margin-top: 20px;
      text-align: center;
      display: inline-block; } }

body.page-template-template-paymentpage .entry-content {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 20px; }

body.page-template-template-paymentpage .entry-content h2.entry-header {
  font-size: 26px; }

body.page-template-template-paymentpage div.AuthorizeNetSeal {
  float: right;
  margin-left: 20px; }

body.page-template-template-paymentpage .content .post .entry-content div.AuthorizeNetSeal a {
  background: none; }

body.home .featured-row {
  display: block;
  position: relative;
  border-bottom: 1px solid #ccc;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0px; }
  body.home .featured-row .postlist {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    padding: unset;
    min-height: 236px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body.home .featured-row .postlist .thumb-wrapper {
      -webkit-box-flex: .4;
      -ms-flex: .4;
      flex: .4;
      max-width: 400px;
      margin-right: 20px; }
    body.home .featured-row .postlist .content-wrapper {
      -webkit-box-flex: .6;
      -ms-flex: .6;
      flex: .6; }
    body.home .featured-row .postlist .cat-link {
      margin-top: 0px; }
    body.home .featured-row .postlist .thumb-link {
      max-width: 362px; }
      body.home .featured-row .postlist .thumb-link img {
        width: auto;
        height: auto;
        max-width: 100%;
        margin: 0px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
    body.home .featured-row .postlist h2 {
      font-family: "open sans", sans-serif;
      font-size: 30px;
      font-weight: 600;
      line-height: 36px;
      color: #111111;
      margin-bottom: 20px; }
    body.home .featured-row .postlist p {
      font-family: "open sans", sans-serif;
      font-size: 1.2em;
      font-weight: 400;
      line-height: 24px;
      color: #111111; }
    body.home .featured-row .postlist h6 {
      margin-top: .4em;
      margin-bottom: .8em;
      line-height: 20px; }

body.home .pagination {
  clear: both;
  margin: 30px 0;
  text-align: right;
  font-size: 14px; }
  body.home .pagination .page-numbers {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #555555;
    color: #555555;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0;
    text-align: center; }
  body.home .pagination .dots {
    border: none;
    text-align: center; }
  body.home .pagination .current {
    background-color: #1a4480;
    color: white;
    text-align: center; }
  body.home .pagination .next, body.home .pagination .first {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #555555;
    color: #1a4480;
    width: 35px;
    height: 35px;
    font-size: 45px;
    line-height: 25px;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
    text-align: center; }

body.home hr.paid-posts-hr {
  display: none; }

@media (max-width: 768px) {
  body.home .main .featured-row {
    width: 95%;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px; }
    body.home .main .featured-row .postlist {
      text-align: center; }
      body.home .main .featured-row .postlist .thumb-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      body.home .main .featured-row .postlist .content-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
      body.home .main .featured-row .postlist a.thumb-link {
        max-width: 100%; }
        body.home .main .featured-row .postlist a.thumb-link img {
          width: 240px;
          height: 160px;
          float: none !important;
          margin-bottom: 20px; }
      body.home .main .featured-row .postlist p {
        display: none; }
  body.home .main .col8 {
    max-width: 100%; }
  body.home .main .postlist {
    text-align: center; }
    body.home .main .postlist .cat-link {
      margin-top: 10px; }
    body.home .main .postlist h2 {
      margin-top: 10px;
      margin-bottom: 10px; }
    body.home .main .postlist a.thumb-link {
      float: none !important;
      display: block;
      text-align: center; }
      body.home .main .postlist a.thumb-link img {
        float: none !important; }
  body.home .main #paid-posts #paid-posts-title {
    font-size: 24px; }
  body.home .main #paid-posts ul.paid-posts-list li a h4 {
    font-weight: 700;
    font-size: 16px; } }

html, body {
  overflow-x: hidden; }

.main .highlight-posts .highlight-posts-title {
  display: block;
  padding: 15px 5%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 380px;
  max-width: 95%;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  text-transform: uppercase;
  color: #111111; }

.main .highlight-posts li {
  display: inline-block;
  width: 208px;
  margin: 0 0 10px;
  padding: 5px;
  min-height: 256px;
  overflow: auto;
  vertical-align: top; }
  .main .highlight-posts li .highlight-img-clip {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    margin-left: 30px;
    border: 1px solid #e3e3e3; }
    .main .highlight-posts li .highlight-img-clip img {
      margin-left: -30px; }
  .main .highlight-posts li h6 {
    font-family: "open sans", sans-serif;
    text-transform: uppercase;
    font-size: 12px; }
    .main .highlight-posts li h6 a {
      color: #1363c6; }
  .main .highlight-posts li h4 {
    font-family: "open sans", sans-serif;
    font-size: 16px;
    font-weight: 600; }
    .main .highlight-posts li h4 a {
      color: #333333; }
      .main .highlight-posts li h4 a:hover {
        text-decoration: underline; }

.main hr.dynamic-posts-hr {
  width: 150%;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0; }

/*Styling for paid posts; homepage and sidebar BEGIN*/
hr.paid-posts-hr {
  width: 150%;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0; }

.main #paid-posts {
  width: 150%;
  text-align: center;
  display: block;
  background-color: #1a4480;
  color: white;
  position: relative;
  margin-bottom: 50px; }
  .main #paid-posts a {
    text-decoration: none; }
    .main #paid-posts a:hover {
      text-decoration: none; }
  .main #paid-posts #paid-posts-title {
    display: block;
    line-height: 36px;
    font-family: "open sans", sans-serif;
    color: white;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    margin: auto;
    padding: 30px;
    border: none; }
  .main #paid-posts ul.paid-posts-list {
    display: inline-block;
    padding: 15px;
    max-height: 266px;
    overflow: hidden;
    list-style: none;
    text-align: left; }
    .main #paid-posts ul.paid-posts-list li {
      border-left: 1px solid #ccc;
      margin: 0 0 10px;
      display: inline-block;
      float: left;
      width: 150px;
      border-left: 1px solid #ccc;
      padding: 0 20px;
      min-height: 256px;
      font-size: 14px; }
      .main #paid-posts ul.paid-posts-list li a {
        text-decoration: none;
        color: white; }
        .main #paid-posts ul.paid-posts-list li a h6 {
          font-size: 12px;
          margin-bottom: 4px;
          color: white;
          text-transform: uppercase;
          font-weight: bold;
          margin-top: 6px; }
        .main #paid-posts ul.paid-posts-list li a h4 {
          font-weight: 400;
          font-size: 14px;
          margin-bottom: 0; }
        .main #paid-posts ul.paid-posts-list li a:hover {
          text-decoration: underline; }
      .main #paid-posts ul.paid-posts-list li.paid-posts-solo {
        width: auto;
        min-height: auto;
        margin-bottom: 0; }
        .main #paid-posts ul.paid-posts-list li.paid-posts-solo img {
          float: left;
          margin-right: 20px;
          max-width: 150px; }
      .main #paid-posts ul.paid-posts-list li:first-child {
        border-left: none; }
  .main #paid-posts:before, .main #paid-posts:after {
    width: 100%;
    background: #1a4480;
    position: absolute;
    content: "";
    height: 100%;
    margin-left: -99%;
    z-index: -1;
    visibility: visible;
    left: 0;
    top: 0; }
  .main #paid-posts:after {
    margin-left: 99%; }

#sidebar-tab-paid div {
  width: 175px; }

#sidebar-tab-paid ul {
  list-style: none;
  margin-bottom: 10px; }
  #sidebar-tab-paid ul li {
    display: block;
    margin: 5px;
    border-bottom: 1px solid #ccc; }
    #sidebar-tab-paid ul li h6 {
      margin-left: 60px;
      text-transform: uppercase;
      color: #1363c6;
      font-size: 12px;
      font-weight: bold;
      margin-bottom: 4px; }
    #sidebar-tab-paid ul li h4 {
      font-size: 15px;
      margin-left: 60px;
      line-height: 16px;
      margin-bottom: 7px; }
    #sidebar-tab-paid ul li:first-child {
      border-top: 1px solid #ccc;
      padding-top: 7px; }
    #sidebar-tab-paid ul li img {
      max-width: 50px;
      max-height: 50px;
      float: left; }

@media screen and (max-width: 768px) {
  .main #paid-posts {
    width: 100%; }
    .main #paid-posts ul.paid-posts-list {
      overflow: visible;
      max-height: inherit; }
      .main #paid-posts ul.paid-posts-list li {
        float: none;
        width: 100%;
        text-align: center;
        min-height: inherit;
        border: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .main #paid-posts ul.paid-posts-list li + li {
          margin-top: 30px; }
        .main #paid-posts ul.paid-posts-list li img {
          height: auto;
          max-width: 200px; }
        .main #paid-posts ul.paid-posts-list li.paid-posts-solo img {
          float: none;
          margin: 0px;
          max-width: 200px; }
  hr.paid-posts-hr {
    width: 100%; } }

/*Styling for paid posts; homepage and sidebar END*/
/* Search results page */
#searchspring-search_results.list .item .col.col-right .name a, #searchspring-compare_body .searchspring-compare_row .searchspring-compare_cell.searchspring-compare_value a.name {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 26px;
  line-height: 39px; }

#searchspring-search_results.list .item .col.col-right .description {
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
  font-size: 14px;
  line-height: 16px;
  margin: 10px 0;
  max-height: 64px;
  overflow: hidden; }

.searchspring-results_container {
  width: 743px !important; }

#searchspring-facets a {
  text-shadow: none !important;
  background: none !important; }

#searchspring-search_results a {
  text-shadow: none !important;
  background: none !important; }

#searchspring-search_results.list .item .col.col-right .name a {
  font-weight: 600; }

#searchspring-search_results.list .item .col.col-right .detail_row a:hover {
  text-decoration: underline; }

#searchspring-main {
  color: #333 !important; }

/* end Search results page */
.single-post .cat-link {
  color: #993300 !important;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 2px; }
  .single-post .cat-link:hover {
    text-decoration: underline; }

.single-post .post-footer {
  margin-top: 30px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .single-post .post-footer .article-sharing {
    -webkit-box-flex: .5;
    -ms-flex: .5;
    flex: .5;
    width: 50%; }
    .single-post .post-footer .article-sharing .shortened-url {
      background: #f3f3f3;
      padding: 5px 10px;
      -webkit-box-shadow: inset 1px 1px 3px #e5e5e5;
      box-shadow: inset 1px 1px 3px #e5e5e5;
      color: #b3b3b3;
      margin-left: 0px;
      line-height: 28px;
      font-size: 16px;
      border: none; }
      .single-post .post-footer .article-sharing .shortened-url:focus {
        outline: none; }
      .single-post .post-footer .article-sharing .shortened-url:hover {
        color: #000000; }
  .single-post .post-footer .post-navigation {
    padding-top: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right; }
    .single-post .post-footer .post-navigation .prev-link,
    .single-post .post-footer .post-navigation .next-link {
      padding-top: 5px;
      padding-bottom: 5px;
      line-height: 30px; }
      .single-post .post-footer .post-navigation .prev-link a,
      .single-post .post-footer .post-navigation .next-link a {
        text-transform: uppercase;
        color: #b3b3b3;
        text-decoration: none; }
        .single-post .post-footer .post-navigation .prev-link a .left-angle, .single-post .post-footer .post-navigation .prev-link a .right-angle,
        .single-post .post-footer .post-navigation .next-link a .left-angle,
        .single-post .post-footer .post-navigation .next-link a .right-angle {
          font-size: 30px; }
        .single-post .post-footer .post-navigation .prev-link a span.label,
        .single-post .post-footer .post-navigation .next-link a span.label {
          vertical-align: top; }
        .single-post .post-footer .post-navigation .prev-link a:hover span.label,
        .single-post .post-footer .post-navigation .next-link a:hover span.label {
          text-decoration: underline; }
    .single-post .post-footer .post-navigation .prev-link .left-angle {
      margin-right: 12px; }
    .single-post .post-footer .post-navigation .next-link .right-angle {
      margin-left: 12px; }
    .single-post .post-footer .post-navigation .prev-link + .next-link {
      padding-left: 40px;
      position: relative; }
      .single-post .post-footer .post-navigation .prev-link + .next-link:before {
        border-left: 1px solid #b3b3b3;
        content: '';
        height: 10px;
        position: absolute;
        left: 20px;
        top: 5px; }
  .single-post .post-footer:after {
    clear: both;
    content: '';
    display: table-cell; }

.single-post .post-tags {
  margin-top: 40px;
  border-top: 1px solid #CCCCCC;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px; }

.single-post .post-email-box-con .privacy-policy {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  text-decoration: underline;
  font-style: normal;
  text-align: right;
  display: block; }

.single-post .visualizer-front {
  margin-bottom: 20px; }

@media screen and (max-width: 1000px) {
  .single-post .post-footer .article-sharing {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center; }
  .single-post .post-footer .post-navigation {
    margin-top: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center; } }

@media screen and (max-width: 385px) {
  .single-post .post-footer .post-navigation .prev-link, .single-post .post-footer .post-navigation .next-link {
    display: block; }
  .single-post .post-footer .post-navigation .prev-link + .next-link {
    padding-left: 0px; }
    .single-post .post-footer .post-navigation .prev-link + .next-link:before {
      display: none; } }
