@charset "utf-8";
/*
Version: 3.5.1 Timestamp: Tue Jul 22 18:58:56 EDT 2014
*/
.ad-section {
    clear: both;
    padding: 0px;
     margin:0px;
}

.ad-section img{margin-bottom:10px; margin-top:0px;}

/*  COLUMN SETUP  */
.ad-col {
    display: block;
    float:left;
    margin: 0 0 0 2%; padding:0px 5px;
}
.ad-col:first-child { margin-left: 0; }


.ad-col img {
    width: 100%;
}

/*  GROUPING  */
.ad-group:before,
.ad-group:after { content:""; display:table; }
.ad-group:after { clear:both;}
.ad-group { zoom:1; /* For IE 6/7 */ }


.ad-span_3_of_3 { width: 100%; }
.ad-span_2_of_3 { width: 66%; }
.ad-span_1_of_3 { width: 32%; }

.logo-sec{float:left; width:50%;}

.ad-sec{float:right; width:50%;}

.footer-links{margin:0px; padding:10px 0px 5px;}

.footer-links a{margin:0px; padding:0px; text-decoration:none; font-weight:normal; margin:0px 5px;}


.btn-style {
    /*animation: heartbeat 2.5s infinite;*/
    background: #f62b2b;
    background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
    background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
    background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
    background-image: -o-linear-gradient(top, #f62b2b, #d20202);
    background-image: linear-gradient(to bottom, #f62b2b, #d20202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202);
    font-weight: 500;
    font-size: 28px;
    color: white;
    padding: 18px 70px 18px 70px;
    display: table;
    margin: 0 auto 0 auto;
    text-decoration: none;
    font-family: 'Cabin', sans-serif;
    letter-spacing:0.4px
  
}

    .btn-style:hover,
    .btn-style:focus,
    .btn-style:active {
        background: #e40a0a;
        background-image: -webkit-linear-gradient(top, #e40a0a, #9f0202);
        background-image: -moz-linear-gradient(top, #e40a0a, #9f0202);
        background-image: -ms-linear-gradient(top, #e40a0a, #9f0202);
        background-image: -o-linear-gradient(top, #e40a0a, #9f0202);
        background-image: linear-gradient(to bottom, #e40a0a, #9f0202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e40a0a, endColorstr=#9f0202);
        color: white;
    }

@mixin fade-transition($element) {
    -webkit-transition: $element 0.05s ease-in-out;
    -moz-transition: $element 0.05s ease-in-out;
    -ms-transition: $element 0.05s ease-in-out;
    -o-transition: $element 0.05s ease-in-out;
    transition: $element 0.05s ease-in-out;}

.shiny {
/*   positioning */
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0;
  
/*   gradient   */
        background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255.03) 1%, rgba(255,255,255,0.6) 30%, rgba(255,255,255,0.85) 50%, rgba(255,255,255,0.85) 70%, rgba(255,255,255,0.85) 71%, rgba(255,255,255,0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(134,251,105,0.03)), color-stop(30%,rgba(134,251,105,0.85)), color-stop(50%,rgba(134,251,105,0.85)), color-stop(70%,rgba(134,251,105,0.85)), color-stop(71%,rgba(134,251,105,0.85)), color-stop(100%,rgba(134,251,105,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%); /* IE10+ */
        background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    
/*  forming the shine element
    play around with the width, skew and gradient to get different effects
  */
    width: 15%;
    height: 100%;
    transform: skew(-10deg,0deg);
    -webkit-transform: skew(-10deg,0deg);
    -moz-transform: skew(-10deg,0deg);
    -ms-transform: skew(-10deg,0deg);
    -o-transform: skew(-10deg,0deg);
  
/*  animating it  */
     animation: move 1s;
        animation-iteration-count: infinite;
        animation-delay: 1s;
        -webkit-animation: move 2s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-delay: 1s;
        -moz-transform: skew(-10deg,0deg);
        -moz-animation: move 2s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-delay: 1s;
        -ms-transform: skew(-10deg,0deg);
        -ms-animation: move 2s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-delay: 1s;
        -o-transform: skew(-10deg,0deg);
        -o-animation: move 2s;
        -o-animation-iteration-count: infinite;
        -o-animation-delay: 1s;
    }

/*  */
@keyframes move {
    0%  { left: 0; opacity: 0; }
    5% {opacity: 0.0}
    48% {opacity: 0.5}
    80% {opacity: 0.0}
    100% { left: 100%}
}

@-webkit-keyframes move {
    0%  { left: 0; opacity: 0; }
    5% {opacity: 0.0}
    48% {opacity: 0.5}
    80% {opacity: 0.0}
    100% { left: 100%}
}

@-moz-keyframes move {
    0%  { left: 0; opacity: 0; }
    5% {opacity: 0.0}
    48% {opacity: 0.5}
    80% {opacity: 0.0}
    100% { left: 100%}
}

@-ms-keyframes move {
    0%  { left: 0; opacity: 0; }
    5% {opacity: 0.0}
    48% {opacity: 0.5}
    80% {opacity: 0.0}
    100% { left: 100%}
}

@-o-keyframes move {
    0%  { left: 0; opacity: 0; }
    5% {opacity: 0.0}
    48% {opacity: 0.5}
    80% {opacity: 0.0}
    100% { left: 100%}
}



@keyframes heartbeat
{
  0%
  {
    transform: scale( 1 );
  }
  20%
  {
    transform: scale( .96 );
  }
  40%
  {
    transform: scale( 1 );
  }
  60%
  {
    transform: scale( .96 );
  }
  80%
  {
    transform: scale( 1 );
  }
  100%
  {
    transform: scale( 1 );
  }
}


.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;

    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;


}

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;


}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100%;
    background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, .2);
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;

}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {

        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}

@charset "UTF-8";
/* Primary SCSS file for the theme */
/* Font Awesome */
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fontawesome-webfont.eot?v=4.4.0");
  src: url("fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("fontawesome-webfont.woff?v=4.4.0") format("woff"), url("fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

@font-face {
  font-family: 'Minion Pro Bold';
  src: url("minionpro-bold-webfont.eot");
  src: url("minionpro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("minionpro-bold-webfont.woff") format("woff"), url("minionpro-bold-webfont.ttf") format("truetype"), url("minionpro-bold-webfont.svg#MinionProBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Regular';
  src: url("proximanova-regular-webfont.eot");
  src: url("proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("proximanova-regular-webfont.woff") format("woff"), url("proximanova-regular-webfont.ttf") format("truetype"), url("proximanova-regular-webfont.svg#ProximaNovaRgRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Regular Bold';
  src: url("proximanova-bold-webfont.eot");
  src: url("proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("proximanova-bold-webfont.woff") format("woff"), url("proximanova-bold-webfont.ttf") format("truetype"), url("proximanova-bold-webfont.svg#ProximaNovaRgBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Light Bold';
  src: url("proximanova-semibold-webfont.eot");
  src: url("proximanova-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("proximanova-semibold-webfont.woff") format("woff"), url("proximanova-semibold-webfont.ttf") format("truetype"), url("proximanova-semibold-webfont.svg#ProximaNovaLtBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Italic';
  src: url("proximanova-regitalic-webfont.eot");
  src: url("proximanova-regitalic-webfont.eot?#iefix") format("embedded-opentype"), url("proximanova-regitalic-webfont.woff") format("woff"), url("proximanova-regitalic-webfont.ttf") format("truetype"), url("proximanova-regitalic-webfont.svg#ProximaNovaRgItalic") format("svg");
  font-weight: normal;
  font-style: normal; }

html {
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

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;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  margin-left: 24px;
  margin-left: 2.4rem;
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

body {
  color: #333;
  background: #fff; }

img {
  border-style: none; }

input,
textarea,
select {
  font: 100% Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #000; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

q {
  quotes: none; }

q:before {
  content: '"'; }

q:after {
  content: '"'; }

cite:before {
  content: '- '; }

.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.skip:focus {
  z-index: 9999;
  left: 0;
  width: auto;
  height: auto;
  color: #000; }

.hidden {
  display: none; }

/* =Typography < base.css
========================= */
html {
  font-size: 81.3%; }

* {
  font-size: 100.01%; }

.entry-content,
.entry-summary {
  font-size: 107.69%; }

/* this increases default to 14px */
/* Links */
a,
a:visited {
  text-decoration: underline;
  color: #456626;
  outline: 0; }

a:hover,
a:focus {
  text-decoration: none; }

/* Links - no hover */
/* Header subnav, primary nav, */
.add-nav a,
#nav a.nav-pulldown-anchor,
.dashboard-list a.title,
.archive-list a.title,
.headline-list a.title,
.archive-list .block h1 a {
  text-decoration: none; }

.add-nav a:hover,
#nav a.nav-pulldown-anchor:hover,
.dashboard-list a.title:hover,
.archive-list a.title:hover,
.headline-list a.title:hover,
.archive-list .block h1 a:hover {
  text-decoration: none; }

/* Links - alternate hover */
/* Footer, left panel, category/comment, headlines */
.footer-list a,
.left-panel a,
.cat-comment-heading a,
.header-headline-title a,
a.title,
.pb-block a,
.block h1 a,
.row-c6-12-34-56 .block h3 a,
.row-c4-12-34 h2 a,
.cfct-row-a-b-c .block h3 a,
.cfct-row-d-e h2 a,
.editors-block a,
.archive-footer-navigation a,
.resizer a,
.mm_sidebar_tab_block .tabset-title li a,
.account-block .pb-ticker-title-container li a,
#header .research-services-ul li a,
#header .nav-block .nav-element-list li a,
#tab-dashboard .tabset a,
.widget a {
  text-decoration: none; }

.footer-list a:hover,
.left-panel a:hover,
.cat-comment-heading a:hover,
.header-headline-title a:hover,
a.title:hover,
.pb-block a:hover,
.block h1 a:hover,
.row-c6-12-34-56 .block h3 a:hover,
.row-c4-12-34 h2 a:hover,
.cfct-row-a-b-c .block h3 a:hover,
.cfct-row-d-e h2 a:hover,
.editors-block a:hover,
.archive-footer-navigation a:hover,
.resizer a:hover,
.mm_sidebar_tab_block .tabset-title li a:hover,
.account-block .pb-ticker-title-container li a:hover,
#header.research-services-ul li a:hover,
#header .nav-block .nav-element-list li a:hover,
#tab-dashboard .tabset a:hover,
.widget a:hover {
  text-decoration: underline; }

/* Forms */
textarea,
input {
  background: #f7f6f4 url("../../images/1x1-c3c3c3.gif") repeat-x 0 0;
  border: 1px solid #ddd;
  border-color: #7c7c7c #c3c3c3 #ddd;
  font-family: Tahoma, Verdana, "Lucida Grande", "Calibri", "Trebuchet MS", sans-serif;
  padding: 2px 3px 3px; }

button,
input {
  vertical-align: middle; }

button {
  cursor: pointer; }

input.button,
button,
input.submit,
a.submit-style-anchor-tag,
.widget_login .submit,
.featured-post-advertisement input[type=submit] {
  background: #c63427;
  border: 1px solid #9a0b06;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-family: "Proxima Regular", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 22px;
  line-height: 2.2rem;
  padding: 4px 5px 6px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #9d501f;
  text-transform: uppercase;
  -webkit-appearance: none; }

a.submit-style-anchor-tag:hover {
  text-decoration: none; }

input.button.button-gray,
button.button-gray,
input.submit.button-gray,
a.submit-style-anchor-tag.button-gray {
  background-color: #636363;
  border: 1px solid #000;
  border-color: #333;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 2px 3px; }

button.button-gray:hover {
  background-color: #636363; }

input.btn-subscribe {
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0; }

p,
pre,
dl,
ul,
ol {
  margin-bottom: 18px; }

blockquote {
  color: #747474;
  margin: 0 18px 18px; }

ol,
ul {
  margin-left: 24px; }

ul {
  /*	list-style-image:url(../img/bullet.gif);*/ }

dd {
  margin-left: 18px; }

li ul,
li ol {
  margin-bottom: 0;
  margin-top: 9px; }

li,
dd,
.tight {
  margin-bottom: 9px; }

.tight li {
  margin-bottom: 0; }

.caps {
  text-transform: uppercase; }

acronym,
small,
.small {
  font-size: 10.5px; }

hr {
  background: #ddd;
  border: none;
  color: #ddd;
  height: 1px;
  margin-bottom: 18px; }

th {
  font-weight: normal;
  text-align: left; }

.fieldgroup {
  margin-bottom: 9px; }

.alt-font {
  font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }

.dim,
a.dim,
a.dim:visited {
  color: #777;
  font-weight: normal; }

.accessibility,
.screen-reader-text {
  left: -32000px;
  position: absolute; }

body.home .home-main-story {
  background-color: #fff; }

body.home .home-main-story .date-before {
  margin-top: 0; }

.clear:before,
.clear:after {
  content: " ";
  display: table; }

.clear:after {
  clear: both; }

/* Typographical Elements.
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background-color: #fff;
  color: #333;
  font-family: "Proxima Regular", sans-serif;
  font-size: 14px;
  line-height: 1.625;
  margin: 0; }
  @media screen and (max-width: 800px) {
    body {
      overflow: hidden; } }

a {
  color: #456626;
  text-decoration: underline; }

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

p {
  margin: 0 0 12px;
  padding: 0; }

ol,
ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

b,
strong {
  font-family: "Proxima Regular Bold", sans-serif;
  font-weight: 700; }

blockquote,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 40px; }

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px; }

small,
.small {
  font-size: 10px;
  font-size: 1rem; }

/* Headings
--------------------------------------------- */
h4,
h5,
h6 {
  color: #456626;
  display: block;
  font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 10px; }
  @media screen and (max-width: 800px) {
    h4,
    h5,
    h6 {
      line-height: 1; } }

h1 {
  color: #000;
  font-family: "Minion Pro", Georgia, "Times New Roman", Times, serif;
  font-size: 50px;
  font-weight: normal;
  margin-bottom: 15px;
  text-decoration: none;
  line-height: 1.2; }
  h1 > a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
    color: #000; }

h2 {
  color: #000;
  font-family: "Minion Pro", Georgia, "Times New";
  font-weight: normal;
  font-size: 35px;
  line-height: 1.2; }

a h2:hover {
  text-decoration: none; }

h3 {
  color: #c03434;
  display: block;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-top: 8px;
  font-family: "Minion Pro", Georgia, "Times New";
  font-size: 25px; }

.h3-alt {
  font-size: 20px;
  font-size: 2rem;
  display: block;
  font-family: "Proxima Regular", sans-serif;
  line-height: 1.2; }

h4 {
  font-size: 16px;
  font-size: 1.6rem; }

h5 {
  font-size: 14px;
  font-size: 1.4rem; }

h6 {
  font-size: 12px;
  font-size: 1.2rem; }

.entry-content br {
  display: block;
  font-size: 1em;
  line-height: 18px;
  line-height: 1.8rem;
  height: 18px;
  height: 1.8rem;
  width: 100%;
  content: ''; }

.entry-content li br {
  height: 0;
  line-height: 1; }

.entry-content form br {
  height: 5px;
  height: 0.5rem; }

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption,
.gallery-caption {
  max-width: 100%; }

img {
  height: auto; }

.featured-content img,
.gallery img {
  width: auto; }

/* Forms
--------------------------------------------- */
input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto; }

::-moz-placeholder {
  color: #000;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #000; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #456626;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 16px 24px;
  text-transform: uppercase;
  width: auto; }

.entry-content .button:hover {
  color: #fff; }

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
  background-color: #fff;
  color: #000; }

.button {
  display: inline-block; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none; }

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%; }
  table.image {
    margin-bottom: 10px;
    width: auto; }
    table.image tbody,
    table.image td {
      border: none; }
    table.image td {
      line-height: 1.3;
      text-align: center; }
    table.image b,
    table.image strong {
      font-family: "Proxima Regular", sans-serif; }
    table.image br {
      height: 0; }

tbody {
  border-bottom: 1px solid #ddd; }

td,
th {
  text-align: left; }

td {
  border-top: 1px solid #ddd;
  padding: 6px 0; }

th {
  font-weight: 400; }

/* Pagination
--------------------------------------------- */
.archive-pagination.pagination {
  margin: 13px 0 13px 13px;
  margin: 1.3rem 0 1.3rem 1.3rem; }

.archive-pagination a {
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: none; }
  .archive-pagination a:hover {
    color: #456626;
    text-decoration: underline; }

.archive-pagination .numeric-pagination a,
.archive-pagination .numeric-pagination .active a,
.archive-pagination .numeric-pagination .active a:first-child,
.archive-pagination .numeric-pagination .pagination-omission {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 2px 10px;
  padding: 0.2rem 1rem;
  margin: 0; }

.archive-pagination .numeric-pagination .active a:hover {
  cursor: text;
  text-decoration: none; }

.pagination-previous,
.pagination-next {
  line-height: 2.2; }

.prev.page-numbers {
  display: none; }

.pagination-previous a {
  padding: 0 10px 0 20px;
  padding: 0 1rem 0 2rem; }
  .pagination-previous a.first-page-link {
    padding: 0; }
    .pagination-previous a.first-page-link.first-page {
      padding-right: 10px;
      padding-right: 1rem; }

.pagination-next a {
  padding-left: 10px;
  padding-left: 1rem; }
  .pagination-next a.last-page-link {
    padding-left: 20px;
    padding-left: 2rem; }

.numeric-pagination {
  float: left; }

/* Avatar
--------------------------------------------- */
.avatar {
  float: left; }

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px; }

.alignright .avatar {
  margin-left: 24px; }

.comment .avatar {
  margin: 0 16px 24px 0; }

/* Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 20px; }

.archive-description,
.author-box {
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  margin-bottom: 40px;
  padding: 40px; }

.author-box-title {
  font-size: 16px;
  margin-bottom: 4px; }

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0; }

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden; }

.site-header .search-form {
  float: right;
  margin-top: 12px; }

.entry-content .search-form,
.site-header .search-form {
  width: 50%; }

.search-form input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Titles
--------------------------------------------- */
.widget-title {
  font-size: 18px;
  margin-bottom: 20px; }

/* WordPress
--------------------------------------------- */
.alignleft {
  float: left;
  text-align: left; }

.alignright {
  float: right;
  text-align: right; }

a.alignleft,
a.alignright {
  max-width: 100%; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px; }

img.alignnone,
.alignnone {
  margin-bottom: 12px; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px; }

.wp-caption-text {
  font-weight: 700;
  text-align: center; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

/* Site Widget and Widget Areas
--------------------------------------------- */
@media screen and (max-width: 800px) {
  section#text-4 {
    position: absolute;
    left: -9999px; } }

.widget {
  word-wrap: break-word; }
  .widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px; }
  .widget li li {
    border: none;
    margin: 0 0 0 30px;
    padding: 0; }
  .widget .widget-content {
    padding: 10px; }

.widget_calendar table {
  width: 100%; }
  .widget_calendar table td,
  .widget_calendar table th {
    text-align: center; }

/* Featured Content
--------------------------------------------- */
.featured-content {
  text-decoration: none;
  font-family: "Minion Pro", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  color: #000;
  line-height: 23px; }

.featured-content .entry {
  border-bottom: 2px solid #f5f5f5;
  height: auto;
  margin-bottom: 0;
  min-height: 93px;
  margin-left: 10px; }

#parsely-top-shared li {
  margin-bottom: 10px;
  padding-bottom: 0; }

/* New Sidebar */
.widget-wrap {
  position: relative; }

ul#sidebar-in-the-news {
  display: block;
  clear: both;
  height: auto;
  margin: 0 0 30px 10px; }
  ul#sidebar-in-the-news li {
    display: block;
    clear: both; }
    ul#sidebar-in-the-news li .sidebar-video-thumb img.attachment-post-thumbnail {
      max-width: 100%;
      height: auto;
      display: block;
      margin-bottom: 10px; }
    ul#sidebar-in-the-news li small {
      display: block;
      clear: both; }
    ul#sidebar-in-the-news li .sidebar-video-title {
      display: block;
      clear: both; }
      ul#sidebar-in-the-news li .sidebar-video-title a {
        text-decoration: none;
        font: bold 1.173em/1.286em "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }
        ul#sidebar-in-the-news li .sidebar-video-title a:hover {
          text-decoration: underline; }

.sidebar-top-content-tabs {
  display: -webkit-box;
  display: flex;
  height: auto;
  width: calc(100% - 1px); }

.ec_guru_wrapper {
  width: 20%;
  line-height: 0; }
  .ec_guru_wrapper img {
    opacity: 0.5;
    width: 64px;
    height: 75px; }
    .ec_guru_wrapper img:hover {
      opacity: 1.0;
      border: 1px solid #466730;
      box-sizing: border-box; }

@media all and (max-width: 1220px) {
  .sidebar-top-content-tabs {
    display: block; }
  .ec_guru_wrapper {
    width: 33.3%;
    display: inline-block; }
    .ec_guru_wrapper img {
      width: 100%;
      height: auto; } }

.ec_guru_name {
  background: #466730;
  color: #fff;
  line-height: 2.5;
  padding-left: 6%;
  font-size: 1.1em;
  text-transform: uppercase; }

.ec_guru_name_dyn {
  font-style: italic; }

.active img {
  opacity: 1.0;
  border: 1px solid #466730;
  box-sizing: border-box; }

.sidebar-top-content {
  display: block;
  clear: both;
  height: auto;
  margin: 0; }
  .sidebar-top-content div {
    display: block;
    clear: both;
    border-top: 1px solid #ccc;
    margin: 10px 0 0;
    padding: 10px 0 0; }
    .sidebar-top-content div:first-child {
      border: none;
      margin-top: 0;
      padding-top: 0; }
    .sidebar-top-content div h5 {
      color: #666;
      font-family: Arial, Helvetica, Verdana;
      font-size: 12px;
      text-transform: uppercase; }
    .sidebar-top-content div img {
      width: 75px;
      height: auto;
      float: left;
      margin-right: 10px; }
    .sidebar-top-content div .sidebar-top-content-title {
      display: block; }
      .sidebar-top-content div .sidebar-top-content-title a {
        text-decoration: none;
        font-family: "Minion Pro", Georgia, "Times New Roman", Times, serif;
        font-size: 18px;
        color: #456626;
        line-height: 23px; }
        .sidebar-top-content div .sidebar-top-content-title a:hover {
          text-decoration: underline; }

.sidebar-top-content-tabs-content {
  overflow: auto;
  margin: 0;
  padding: 10px;
  display: block;
  border: solid #ddd 1px;
  border-left: none; }
  .sidebar-top-content-tabs-content div {
    list-style: none; }
  .sidebar-top-content-tabs-content > div {
    display: none; }
  .sidebar-top-content-tabs-content > .active {
    display: block; }

.sidebar-top-content strong {
  display: block;
  color: #555;
  text-transform: uppercase; }

#sidebar #twitter-widget-2 {
  margin: 0; }

.disclosure {
  color: #939393;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.5; }

.featured-content .entry-content p {
  color: #888;
  line-height: 1.4;
  font-size: 11px;
  padding-left: 3%; }

.featured-content article {
  margin-bottom: 20px;
  padding: 0;
  height: 110px; }
  .featured-content article > a {
    margin: 7px 0 10px 0; }
  .featured-content article h2 {
    display: block; }

.featured-content img {
  margin: 0 9px 0 0;
  width: 100%;
  display: block;
  max-width: 50px; }

p.fpw-entry-meta {
  line-height: 18px; }

.featured-content article.entry .fpw-entry-meta {
  margin-bottom: 3px;
  margin-top: 7px;
  font-family: "Proxima Regular Bold", sans-serif;
  font-size: 10px; }
  .featured-content article.entry .fpw-entry-meta .entry-time {
    text-transform: capitalize;
    font-style: italic;
    padding-left: 0; }
  .featured-content article.entry .fpw-entry-meta .entry-author {
    text-transform: uppercase;
    font-style: italic; }
  .featured-content article.entry .fpw-entry-meta .entry-comments-link {
    display: none; }

section[id^="recent-posts"] li:hover,
div[id^="recent-posts"] li:hover {
  background: #e8e4db;
  text-decoration: none; }

section[id^="recent-posts"] li a,
div[id^="recent-posts"] li a {
  text-decoration: none;
  font: 1.173em/1.286em Georgia, Times, "Times New Roman", serif;
  color: #456626; }

section[id^="recent-posts"] li a:hover,
div[id^="recent-posts"] li a:hover {
  text-decoration: none; }

section[id^="recent-posts"] li .post-date,
div[id^="recent-posts"] li .post-date {
  display: none; }

section[id^="recent-posts"] li,
div[id^="recent-posts"] li {
  padding-left: 3%;
  padding-bottom: 2%;
  padding-top: 2%; }

.melt .object-stream {
  height: auto !important; }

/* styles for Money Morning - Stock Videos */
.stock-video-widget {
  line-height: 1.2em; }

/* styles for Money Morning - Stocial Stock News */
.stocial-stock-news iframe {
  min-height: 370px !important; }

/* styles for Exper Content Original */
ul.sidebar-top-content-org {
  display: block;
  clear: both;
  height: auto;
  margin: 0; }
  ul.sidebar-top-content-org li {
    display: block;
    clear: both;
    border-top: 1px solid #ccc;
    margin: 10px 0 0;
    padding: 10px 0 0; }
    ul.sidebar-top-content-org li:first-child {
      border: none;
      margin-top: 0;
      padding-top: 0; }
    ul.sidebar-top-content-org li h5 {
      color: #666;
      font-family: Arial, Helvetica, Verdana;
      font-size: 12px;
      text-transform: uppercase; }
    ul.sidebar-top-content-org li img {
      width: 75px;
      height: auto;
      float: left;
      margin-right: 10px; }
    ul.sidebar-top-content-org li .sidebar-top-content-title-org {
      display: block; }
      ul.sidebar-top-content-org li .sidebar-top-content-title-org a {
        text-decoration: none;
        font: bold 1.173em/1.286em Georgia, Times, "Times New Roman", serif;
        color: #456626; }
        ul.sidebar-top-content-org li .sidebar-top-content-title-org a:hover {
          text-decoration: underline; }

/* Tabs */
#mm_expert_content_original-2 {
  height: auto; }

dl.sidebar-top-content-tabs-org {
  display: block;
  position: absolute;
  right: -210px;
  width: 210px;
  margin: 0;
  padding: 0;
  border: solid 1px #ddd;
  border-left: none;
  box-shadow: 8px 0 8px #aaa;
  font: Arial, Helvetica, sans-serif; }
  dl.sidebar-top-content-tabs-org dd {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0; }
    dl.sidebar-top-content-tabs-org dd:first-child a {
      border-top: none; }
    dl.sidebar-top-content-tabs-org dd a {
      letter-spacing: 0.02em;
      text-decoration: none;
      display: block;
      font-size: 14px;
      text-transform: uppercase;
      width: auto;
      height: auto;
      padding: 14px 9px 12px 45px;
      border-top: solid 1px #ddd;
      border-left: solid 1px #ddd;
      margin: 0;
      color: #888;
      background: #f3f3f3; }
      dl.sidebar-top-content-tabs-org dd a.active {
        background: #fff;
        color: #333;
        border-left: 1px solid #fff;
        height: auto; }
        dl.sidebar-top-content-tabs-org dd a.active .tabs-avatar img {
          border: 1px solid #fff;
          opacity: 1; }
        @media screen and (max-width: 1380px) {
          dl.sidebar-top-content-tabs-org dd a.active {
            font-size: 14px; } }
      dl.sidebar-top-content-tabs-org dd a .tabs-avatar img {
        position: absolute;
        left: 3px;
        top: 0;
        margin: 5px auto;
        border: 1px solid #ccc;
        width: auto;
        height: 36px;
        opacity: 0.5; }
  @media screen and (max-width: 1380px) {
    dl.sidebar-top-content-tabs-org {
      position: relative;
      width: auto;
      right: 0;
      border-bottom: none;
      border-left: none;
      box-shadow: none; } }

ul.sidebar-top-content-tabs-content-org {
  overflow: auto;
  margin: 0;
  padding: 10px;
  display: block;
  border: solid #ddd 1px;
  border-left: none; }
  ul.sidebar-top-content-tabs-content-org ul {
    list-style: none; }
  ul.sidebar-top-content-tabs-content-org > li {
    display: none; }
  ul.sidebar-top-content-tabs-content-org > li.active {
    display: block; }

.tc-wrapper {
  background: #fff; }
  .tc-wrapper > div {
    box-sizing: border-box;
    padding: 10px;
    border-bottom: 1px solid #eee; }
    .tc-wrapper > div a {
      display: block; }
      .tc-wrapper > div a:hover {
        text-decoration: none; }
      .tc-wrapper > div a h3 {
        font-size: 16px;
        font-weight: 700;
        color: #444;
        line-height: 1.2;
        margin-bottom: 8px;
        display: block;
        text-decoration: none;
        font-family: 'open-sans', sans-serif; }
        .tc-wrapper > div a h3:hover {
          color: #005ad9; }
      .tc-wrapper > div a > .tc-image-wrap {
        position: relative; }
        .tc-wrapper > div a > .tc-image-wrap > img {
          width: 100%;
          max-height: 170px; }
        .tc-wrapper > div a > .tc-image-wrap > div {
          height: 22px;
          overflow: hidden;
          text-align: center;
          background: rgba(0, 0, 0, 0.8);
          color: #ddd;
          position: absolute;
          top: auto;
          right: 0;
          bottom: 0;
          left: 0;
          border-radius: 0 2px;
          text-transform: uppercase;
          font-weight: 300px;
          font-family: 'Open Sans', sans-serif;
          font-size: 11px; }
          .tc-wrapper > div a > .tc-image-wrap > div > span {
            vertical-align: middle; }
            .tc-wrapper > div a > .tc-image-wrap > div > span > span {
              margin: 0 1px; }
              .tc-wrapper > div a > .tc-image-wrap > div > span > span:first-child {
                font-weight: 600; }
            .tc-wrapper > div a > .tc-image-wrap > div > span:nth-child(2) {
              margin-left: 5px; }
      .tc-wrapper > div a .tc-description {
        color: #888;
        line-height: 1.4;
        font-size: 11px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-style: normal; }

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #dde;
  position: relative; }

.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  ight: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

/*
Version: 3.5.1 Timestamp: Tue Jul 22 18:58:56 EDT 2014
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle; }

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */ }

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%); }

html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0; }

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%); }

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px; }

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto; }

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0; }

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0; }

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block; }

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer; }

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none; }

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb; }

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto; }

.select2-drop-auto-width .select2-search {
  padding-top: 4px; }

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%); }

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px; }

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("select2.png") no-repeat 0 1px; }

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px; }

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap; }

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url("select2.png") no-repeat 100% -22px;
  background: url("select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2.png") no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url("select2.png") no-repeat -37px -22px;
  background: url("select2.png") no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("select2.png") no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2.png") no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2.png") no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px; }

.select2-search input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100%;
  background: url("select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2-spinner.gif") no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2-spinner.gif") no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%); }

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%); }

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none; }

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none; }

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px; }

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px; }

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent; }

html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px; }

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0; }

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none; }

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold; }

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px; }

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px; }

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px; }

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px; }

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px; }

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px; }

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px; }

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff; }

.select2-results li em {
  background: #feffde;
  font-style: normal; }

.select2-results .select2-highlighted em {
  background: transparent; }

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000; }

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px; }

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-selected {
  display: none; }

.select2-more-results.select2-active {
  background: #f4f4f4 url("select2-spinner.gif") no-repeat 100%; }

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2); }

.select2-more-results {
  background: #f4f4f4;
  display: list-item; }

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0; }

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none; }

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%); }

html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px; }

.select2-locked {
  padding: 3px 5px 3px 5px !important; }

.select2-container-multi .select2-choices {
  min-height: 26px; }

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none; }

html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right; }

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important; }

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100% !important; }

.select2-default {
  color: #999 !important; }

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); }

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default; }

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4; }

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("select2.png") right top no-repeat; }

html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px; }

.select2-container-multi .select2-search-choice-close {
  left: 3px; }

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px; }

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px; }

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none; }

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline; }

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

.select2-display-none {
  display: none; }

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll; }

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url("select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important; }
  .select2-search input {
    background-position: 100% -21px !important; } }

.widget_login_widget {
  border-bottom: none !important; }
  .widget_login_widget > div > .widget-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 8px;
    padding-right: 6px; }
    .widget_login_widget > div > .widget-title > div {
      display: inline-block; }
      .widget_login_widget > div > .widget-title > div:nth-child(1) {
        width: 17%; }
        .widget_login_widget > div > .widget-title > div:nth-child(1) img {
          height: 35px; }
      .widget_login_widget > div > .widget-title > div:nth-child(2) {
        width: 83%; }
  .widget_login_widget form .login-username {
    width: calc(50% - 20px);
    display: inline-block;
    margin-right: 5px;
    margin-left: 15px;
    -webkit-text-fill-color: #636363 !important; }
    .widget_login_widget form .login-username ::-webkit-input-placeholder {
      color: #636363;
      font-size: 12px;
      background: #eeebe6;
      padding: 4px 0 0 10px;
      letter-spacing: 0.8px; }
    .widget_login_widget form .login-username :-moz-placeholder {
      /* Firefox 18- */
      color: #636363;
      font-size: 12px;
      background: #eeebe6;
      padding: 4px 0 0 10px;
      letter-spacing: 0.8px; }
    .widget_login_widget form .login-username ::-moz-placeholder {
      /* Firefox 19+ */
      color: #636363;
      font-size: 12px;
      background: #eeebe6;
      padding: 4px 0 0 10px;
      letter-spacing: 0.8px; }
    .widget_login_widget form .login-username :-ms-input-placeholder {
      color: #636363;
      font-size: 12px;
      background: #eeebe6;
      padding: 4px 0 0 10px;
      letter-spacing: 0.8px; }
    .widget_login_widget form .login-username input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px #eeebe6 inset; }
    .widget_login_widget form .login-username input {
      width: 100%;
      padding: 0;
      border: none;
      line-height: 2;
      height: 36px; }
  .widget_login_widget form .login-password {
    width: calc(50% - 24px);
    display: inline-block;
    margin-right: 15px;
    margin-left: 5px;
    -webkit-text-fill-color: #636363 !important; }
    .widget_login_widget form .login-password ::-webkit-input-placeholder {
      color: #636363;
      font-size: 12px;
      background: #eeebe6;
      padding: 4px 0 0 10px;
      letter-space: 0.8px; }
    .widget_login_widget form .login-password :-moz-placeholder {
      /* Firefox 18- */
      color: #636363;
      font-size: 12px;
      background: #eeebe6;
      padding: 4px 0 0 10px;
      letter-space: 0.8px; }
    .widget_login_widget form .login-password ::-moz-placeholder {
      /* Firefox 19+ */
      color: #636363;
      font-size: 12px;
      background: #eeebe6;
      padding: 4px 0 0 10px;
      letter-space: 0.8px; }
    .widget_login_widget form .login-password :-ms-input-placeholder {
      color: #636363;
      font-size: 12px;
      background: #eeebe6;
      padding: 4px 0 0 10px;
      letter-space: 0.8px; }
    .widget_login_widget form .login-password input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px #eeebe6 inset; }
    .widget_login_widget form .login-password input {
      width: 100%;
      padding: 0;
      border: none;
      line-height: 2;
      height: 36px; }
  .widget_login_widget form .login-submit input {
    width: 90%;
    margin: 0 auto;
    display: block;
    background: #C63427;
    font-family: "Proxima Regular", sans-serif;
    font-size: 11px;
    padding: 13px 0; }
  .widget_login_widget .pb-widget-link-wrapper {
    width: 90%;
    margin: 0 auto;
    height: 20px; }
    .widget_login_widget .pb-widget-link-wrapper a {
      display: block; }
      .widget_login_widget .pb-widget-link-wrapper a:nth-child(1) {
        float: left; }
      .widget_login_widget .pb-widget-link-wrapper a:nth-child(2) {
        float: right; }
  .widget_login_widget .recent-pb-story {
    font-family: "Minion Pro", Georgia, "Times New Roman", Times, serif;
    color: #456626;
    font-weight: normal;
    width: 90%;
    margin: 10px auto;
    font-size: 18px;
    line-height: 23px; }

.widgetByline, .todays-insight {
  text-transform: initial;
  font-size: 11px;
  font-family: "Proxima Regular", sans-serif;
  color: #636363; }

.todays-insight {
  margin-left: 5%; }

a.dashboard-button {
  width: 90%;
  margin: 0 auto;
  display: block;
  background: #C63427;
  font-family: "Proxima Regular", sans-serif;
  font-size: 11px;
  padding: 0;
  height: 40px;
  border-radius: 0;
  color: #fff;
  text-align: center;
  line-height: 3.5;
  text-transform: uppercase; }

.pb-ticker-wrapper {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 30;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  height: 50px;
  background-color: #fff; }
  @media all and (max-width: 750px) {
    .pb-ticker-wrapper {
      display: none; } }
  .pb-ticker-wrapper .pb-ticker {
    max-width: 1200px;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    color: #8f8f8f;
    font-size: 16px; }
    .pb-ticker-wrapper .pb-ticker .pb-ticker-title {
      font-weight: bold; }
    @media all and (max-width: 975px) {
      .pb-ticker-wrapper .pb-ticker {
        font-size: 14px; } }
    @media all and (max-width: 850px) {
      .pb-ticker-wrapper .pb-ticker {
        font-size: 12px; } }
    .pb-ticker-wrapper .pb-ticker .indexBlock {
      display: inline-block;
      margin: 10px; }
    .pb-ticker-wrapper .pb-ticker .indexTitle {
      font-weight: bold; }
    .pb-ticker-wrapper .pb-ticker .indexBlock > span {
      margin: 1px; }
    .pb-ticker-wrapper .pb-ticker .fa-chevron-up, .pb-ticker-wrapper .pb-ticker .indexUp {
      color: #4F8C0d; }
    .pb-ticker-wrapper .pb-ticker .fa-chevron-down, .pb-ticker-wrapper .pb-ticker .indexDown {
      color: #C63427; }

.featured-content article > header > span {
  color: #000;
  display: inline-block;
  width: 77%;
  margin-bottom: 7px; }

#mmpazk_cb3ff415 p {
  font-size: 15px;
  line-height: 21px; }

/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget,
.enews-widget .widget-title {
  color: #fff; }

.enews-widget input,
.enews-widget input:focus {
  border: 1px solid #000; }

.enews-widget input {
  font-size: 16px;
  margin-bottom: 16px; }

.enews-widget input[type="submit"] {
  background-color: #e5554e;
  color: #fff;
  margin: 0;
  width: 100%; }

.enews-widget input:hover[type="submit"] {
  background-color: #fff;
  color: #000; }

.sidebar .widget.enews-widget {
  background-color: #000; }

.enews form + p {
  margin-top: 24px; }

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
  font-size: 18px;
  padding: 16px; }

div.gform_wrapper .ginput_complex label {
  padding: 0; }

div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 16px 0 0; }

div.gform_wrapper .gform_footer input[type=submit] {
  font-size: 16px;
  padding: 16px 24px; }

#wpstats {
  display: none; }

.site-header {
  background-color: #fff;
  margin: 0 auto;
  max-width: 100%; }

/* Title Area
--------------------------------------------- */
.title-area {
  -webkit-box-shadow: 7px 6px 11px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 7px 6px 11px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 7px 6px 11px -2px rgba(0, 0, 0, 0.2);
  float: left;
  height: 58px;
  padding: 18px 0 13px;
  width: 315px;
  max-width: 100%; }
  @media (max-width: 1000px) {
    .title-area {
      width: 315px; } }
  @media (max-width: 655px) {
    .title-area {
      width: 100%;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; } }

.header-full-width .title-area {
  width: 100%; }

.site-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2; }
  .site-title a,
  .site-title a:hover {
    color: #000; }

.header-image .site-title > a {
  background: url("healthtruthfinderlogo.png") no-repeat left;
  float: left;
  min-height: 60px;
  width: 50%; }
  @media screen and (max-width: 655px) {
    .header-image .site-title > a {
      background: url("healthtruthfinderlogo.png") no-repeat center; } }

.header-image.logged-in .site-title > a {
  background: url("healthtruthfinderlogo.png") no-repeat left; }
  @media screen and (max-width: 655px) {
    .header-image.logged-in .site-title > a {
      background: url("healthtruthfinderlogo.png") no-repeat center; } }

.site-description {
  font-size: 16px;
  line-height: 1.5; }

.site-description,
.site-title {
  margin-bottom: 0; }

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px; }

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  width: calc(100% - 315px);
  max-width: 100%; }
  @media (max-width: 1000px) {
    .site-header .widget-area {
      width: calc(100% - 315px); } }
  @media (max-width: 655px) {
    .site-header .widget-area {
      height: 70px;
      min-height: 70px;
      margin: 0 auto;
      float: right; } }
  .site-header .widget-area .widget_login {
    float: right;
    width: 190px; }
    @media screen and (max-width: 655px) {
      .site-header .widget-area .widget_login {
        float: right;
        width: 65%;
        padding-right: 10px; } }
  .site-header .widget-area .widget_header_ad {
    width: 320px; }
    @media (max-width: 1000px) {
      .site-header .widget-area .widget_header_ad {
        display: none; } }

@media screen and (max-width: 655px) {
  .account-block {
    float: left;
    width: 60%; } }

.below-header {
  clear: both;
  margin: 0 auto;
  width: 100%; }
  .below-header #menu-below-header a {
    text-decoration: none; }
  .below-header #menu-below-header.menu {
    background: #212f2b;
    border-bottom: 6px solid #dcbf4b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    float: left;
    font-family: 'Times New Roman', serif;
    padding: 0 15px 0 0;
    position: relative;
    width: 100%; }
    .below-header #menu-below-header.menu > li {
      float: left;
      margin: 0 5px 0 0;
      padding-right: 17px; }
      .below-header #menu-below-header.menu > li.nav-members {
        background: none; }
        .below-header #menu-below-header.menu > li.nav-members > a {
          background: none;
          color: #dcbf4b;
          text-decoration: underline; }
          .below-header #menu-below-header.menu > li.nav-members > a:hover {
            color: #dcbf4b;
            text-decoration: none; }
      .below-header #menu-below-header.menu > li.sprite {
        background: none;
        float: right;
        margin-right: 5px;
        padding: 0; }
        @media screen and (max-width: 655px) {
          .below-header #menu-below-header.menu > li.sprite {
            display: none; } }
        .below-header #menu-below-header.menu > li.sprite > a {
          display: block;
          height: 19px;
          overflow: hidden;
          padding: 9px 5px 3px;
          text-indent: -999999px;
          width: 19px; }
        .below-header #menu-below-header.menu > li.sprite.feed a {
          background-position: -31px 6px; }
        .below-header #menu-below-header.menu > li.sprite.videos a {
          background-position: -65px 6px;
          width: 24px; }
        .below-header #menu-below-header.menu > li.sprite.archive {
          margin: 0; }
          .below-header #menu-below-header.menu > li.sprite.archive a {
            background-position: -178px 6px; }
      .below-header #menu-below-header.menu > li.parent > a {
        padding: 8px 15px 6px 10px;
        padding: 0.8rem 1.5rem 0.6rem 1rem;
        background: url("../../images/arrow-nav.png") no-repeat 100% 50%; }
      .below-header #menu-below-header.menu > li > a {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 17px;
        line-height: 1.7rem;
        padding: 8px 0 6px 10px;
        padding: 0.8rem 0 0.6rem 1rem;
        color: #fff;
        display: block;
        text-transform: uppercase; }
      .below-header #menu-below-header.menu > li:hover,
      .below-header #menu-below-header.menu > li.active {
        background: #dcbf4b; }
        .below-header #menu-below-header.menu > li:hover a,
        .below-header #menu-below-header.menu > li.active a {
          color: #212f2b;
          text-decoration: none; }
        .below-header #menu-below-header.menu > li:hover.nav-members,
        .below-header #menu-below-header.menu > li.active.nav-members {
          background: none;
          color: #dcbf4b; }
        .below-header #menu-below-header.menu > li:hover .author-title > a,
        .below-header #menu-below-header.menu > li.active .author-title > a {
          text-decoration: underline; }
      .below-header #menu-below-header.menu > li .sub-menu a {
        color: #456626; }
        .below-header #menu-below-header.menu > li .sub-menu a:hover {
          text-decoration: underline;
          color: #456626; }
    .below-header #menu-below-header.menu .home {
      margin: 0;
      padding: 0; }
      .below-header #menu-below-header.menu .home a {
        background: url("../../images/sprite.png") no-repeat 13px -69px;
        display: block;
        height: 15px;
        padding: 13px 14px 3px 13px;
        position: relative;
        text-indent: -999999px;
        width: 20px; }
  .below-header .sub-menu {
    background: #fff;
    border: 6px solid #dcbf4b;
    display: none;
    left: 0;
    overflow: hidden;
    padding: 5px 26px 17px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 655px) {
      .below-header .sub-menu {
        padding: 5px 10px 17px; } }
    .below-header .sub-menu li,
    .below-header .sub-menu .sub-post-box {
      border-top: 1px solid #cfcfcf;
      display: block;
      float: left;
      font-family: "Proxima Regular", sans-serif;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 15px;
      line-height: 1.5rem;
      margin: 0 13px 13px 0;
      overflow: hidden;
      padding: 12px 0 0;
      text-transform: none;
      vertical-align: top;
      width: 31%; }
    .below-header .sub-menu .post-title {
      color: #456626;
      font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 18px;
      line-height: 1.8rem;
      margin: 0 0 8px;
      padding: 0; }
    .below-header .sub-menu table,
    .below-header .sub-menu tbody,
    .below-header .sub-menu td {
      border: none; }
  .below-header .sub-post-wrap {
    overflow: hidden;
    width: 100%; }
    .below-header .sub-post-wrap.first li,
    .below-header .sub-post-wrap.first .sub-post-box {
      border-top: none; }
  .below-header #top-picks-submenu .sub-post-box {
    float: left;
    margin: 0 2% 6px 0;
    width: 18%; }
    @media screen and (max-width: 655px) {
      .below-header #top-picks-submenu .sub-post-box {
        margin: 0 2% 6px;
        width: 46%; } }
    .below-header #top-picks-submenu .sub-post-box a {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: normal;
      line-height: 16px;
      line-height: 1.6rem; }
  .below-header #top-picks-submenu .heading {
    border-bottom: 1px solid #cfcfcf;
    display: block;
    font-size: 10px;
    font-size: 1rem;
    margin: 0 0 8px;
    padding: 0 0 7px;
    text-transform: uppercase; }
  .below-header #top-picks-submenu .sub-post-box,
  .below-header #top-picks-submenu li {
    border-top: none; }
  .below-header #top-picks-submenu ul,
  .below-header #top-picks-submenu li {
    width: 100%; }
  .below-header #top-picks-submenu li {
    margin-bottom: 0;
    padding: 0 0 12px; }
  .below-header #top-picks-submenu a {
    font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }
  .below-header #research-submenu {
    padding-top: 16px; }
    .below-header #research-submenu .col-9 {
      margin-right: 12px; }
    .below-header #research-submenu .heading {
      border-bottom: 1px solid #cfcfcf;
      display: block;
      font-family: "Proxima Regular", sans-serif;
      font-size: 10px;
      font-size: 1rem;
      margin: 0 0 8px;
      padding: 0 0 7px;
      text-transform: uppercase; }
    .below-header #research-submenu li {
      border: none;
      display: inline-block;
      float: none;
      margin: 0 3% 6px 0;
      padding: 0 0 6px;
      vertical-align: top;
      width: 30%; }
    .below-header #research-submenu .sub-post-box {
      border: none; }
    .below-header #research-submenu .first {
      clear: left; }
    .below-header #research-submenu .research-services-ul li > a {
      font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }
    .below-header #research-submenu .nav-element-list li {
      border-bottom: 1px solid #cfcfcf;
      margin: 0 0 8px;
      padding: 0 0 6px;
      width: 100%; }
      .below-header #research-submenu .nav-element-list li a {
        font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }
  .below-header #your-team-submenu .photo-section {
    float: left;
    padding: 3px 0 3px 2px;
    width: 100%; }
    @media screen and (max-width: 655px) {
      .below-header #your-team-submenu .photo-section {
        width: auto;
        padding: 0; } }
  @media screen and (max-width: 655px) {
    .below-header #your-team-submenu .box-section {
      padding: 8px; } }
  .below-header #your-team-submenu .photo-box {
    border: none;
    display: inline-block;
    font-family: "Proxima Regular", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 15px;
    line-height: 1.5rem;
    margin: 0 13px 13px 0;
    overflow: hidden;
    padding: 12px 0 20px;
    text-align: center;
    text-transform: none;
    vertical-align: top;
    width: 105px; }
    @media screen and (max-width: 655px) {
      .below-header #your-team-submenu .photo-box {
        width: 30%;
        margin: 0 3% 0 0; } }
    .below-header #your-team-submenu .photo-box .photo {
      margin-bottom: 5px;
      position: relative; }
      .below-header #your-team-submenu .photo-box .photo img {
        max-width: 100px; }
    .below-header #your-team-submenu .photo-box .title {
      background: #212f2b;
      bottom: 0;
      color: #fff;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -ms-box-sizing: border-box;
      font-family: 'Tahoma', Arial, sans-serif;
      font-size: 10px;
      font-size: 1rem;
      left: 0;
      line-height: 14px;
      line-height: 1.4rem;
      padding: 2px 3%;
      position: absolute;
      text-align: center;
      text-transform: uppercase;
      width: 100%; }
    .below-header #your-team-submenu .photo-box .author-title > a {
      font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
      text-decoration: underline; }
      .below-header #your-team-submenu .photo-box .author-title > a:hover {
        text-decoration: none; }

.research-services-ul li .research-services-excerpt {
  margin: 12px 0;
  font-family: "Proxima Regular", sans-serif; }

.research-services-ul li a {
  background: none;
  color: #456626;
  display: inline-block;
  padding: 0 8px 0 0;
  text-transform: none;
  vertical-align: top; }

/* Site Navigation Styles and Formatting
--------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 16px;
  line-height: 1;
  width: 100%; }
  .genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left; }
  .genesis-nav-menu a {
    color: #000;
    display: block;
    padding: 30px 24px; }
  .genesis-nav-menu a:hover,
  .genesis-nav-menu .current-menu-item > a,
  .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #e5554e; }
  .genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 200px;
    z-index: 99; }
    .genesis-nav-menu .sub-menu a {
      background-color: #fff;
      border: 1px solid #eee;
      border-top: none;
      font-size: 14px;
      padding: 20px;
      position: relative;
      width: 200px; }
    .genesis-nav-menu .sub-menu {
      margin: -55px 0 0 199px; }
  .genesis-nav-menu .menu-item:hover {
    position: static; }
  .genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1; }
  .genesis-nav-menu > .first > a {
    padding-left: 0; }
  .genesis-nav-menu > .last > a {
    padding-right: 0; }
  .genesis-nav-menu > .right {
    color: #fff;
    float: right;
    list-style-type: none;
    padding: 30px 0; }
  .genesis-nav-menu > .right > a {
    display: inline;
    padding: 0; }
  .genesis-nav-menu > .rss > a {
    margin-left: 48px; }
  .genesis-nav-menu > .search {
    padding: 10px 0 0; }

/* Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
  border-top: 1px solid #eee; }
  .site-header .sub-menu .sub-menu {
    margin-top: -56px; }

.site-header li li {
  margin-left: 0; }

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
  background-color: #000; }
  .nav-primary a {
    color: #fff; }
  .nav-primary .sub-menu a {
    color: #000; }
  .nav-primary a:hover,
  .nav-primary .current-menu-item > a,
  .nav-primary .sub-menu .current-menu-item > a:hover {
    color: #e5554e; }

#headlines-submenu .heading-block {
  float: none; }

#headlines-submenu td:first-child {
  padding: 0; }

.heading-block .cat-comment-heading {
  font-size: 10px;
  font-size: 1rem; }

.header-headline-title {
  font-size: 14px;
  font-size: 1.4rem;
  color: #456626;
  font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  font-weight: bold; }

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background-color: #fff; }

/* Ticker Navigation Styling
--------------------------------------------- */
#menu-ticker-menu {
  text-transform: uppercase; }

/* Specific Nav Items Removed on Mobile(Landscape and Portrait)
--------------------------------------------- */
@media screen and (max-width: 655px) {
  .below-header #menu-below-header.menu > li.research {
    display: none; } }

@media screen and (max-width: 655px) {
  .below-header #menu-below-header.menu .headlines {
    display: none; } }

@media screen and (max-width: 655px) {
  .below-header #menu-below-header.menu .nav-members {
    display: none; } }

/* Navigation Toggle
--------------------------------------------- */
@media only screen and (min-width: 768px) {
  #menu-ticker-menu {
    display: block !important; } }

/* Navigation Mobile Toggles
--------------------------------------------- */
@media screen and (max-width: 655px) {
  #menu-ticker-menu {
    position: relative;
    float: left;
    z-index: 9999;
    display: none; }
  #menu-ticker-menu .menu-item {
    background-color: #dcebeb;
    display: block;
    position: relative;
    text-align: left; }
    #menu-ticker-menu .menu-item:hover,
    #menu-ticker-menu .menu-item:focus {
      background-color: #dcbf4b; }
  #menu-ticker-menu .menu-item:hover {
    position: relative; }
  #menu-ticker-menu a:hover,
  #menu-ticker-menu .current-menu-item > a {
    color: #333; } }

/* Global Content Items
--------------------------------------------- */
.entry-content.larger p,
.entry-content.larger ul,
.entry-content.larger li,
.entry .entry-content.larger p,
.entry .entry-content.larger ul,
.entry .entry-content.larger li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem; }

.entry-content.largest p,
.entry-content.largest ul,
.entry-content.largest li,
.entry .entry-content.largest p,
.entry .entry-content.largest ul,
.entry .entry-content.largest li {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 19px;
  line-height: 1.9rem; }

/* Entries
--------------------------------------------- */
.single-post main article {
  margin-bottom: 0;
  padding-bottom: 0; }

.entry {
  margin-bottom: 40px; }
  @media screen and (max-width: 655px) {
    .entry {
      padding: 50px 10px; } }

.home .entry {
  margin-bottom: 0;
  padding: 0; }
  @media screen and (max-width: 655px) {
    .home .entry {
      padding: 0 10px; } }

.entry-content {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 13px; }
  .entry-content ol,
  .entry-content ul {
    margin: 0 0 28px 24px;
    margin: 0 0 2.8rem 2.4rem; }
  .entry-content ol > li {
    list-style-type: decimal; }
  .entry-content ul > li {
    list-style-type: disc; }
  .entry-content ol ol,
  .entry-content ul ul {
    margin-bottom: 0; }
  .entry-content code {
    background-color: #000;
    color: #ddd; }

.author-portrait {
  font-size: 10px;
  font-size: 1rem;
  margin: 0 10px 0 0;
  margin: 0 1rem 0 0;
  width: 105px;
  width: 10.5rem;
  background: #000;
  color: #fff;
  float: left;
  line-height: 1;
  text-align: center;
  text-transform: uppercase; }
  .author-portrait br {
    content: none; }
  .author-portrait .avatar {
    float: none; }
  .author-portrait a,
  .author-portrait a:hover {
    color: #fff;
    display: block;
    text-decoration: none; }
  .author-portrait span {
    display: block;
    padding: 3px 0 5px; }

.cat-comment-byline {
  overflow: hidden;
  margin-top: 15px; }

.cat-comment-heading {
  float: left; }

.cat-comment-heading,
.heading-block {
  color: #636363;
  padding: 2px 6px 2px 0; }
  .cat-comment-heading.premium_content,
  .heading-block.premium_content {
    font-size: 11px;
    padding-left: 19px;
    background: url("../../images/ico-account.png") no-repeat left center; }
  .cat-comment-heading .number,
  .heading-block .number {
    background: url("../../images/ico-comments.png") no-repeat 0 -38px;
    color: #b7b7b7;
    margin-left: 6px;
    padding: 0 0 3px 16px; }

.private-briefing-icon {
  background: url("../../images/ico-account.png") no-repeat left center;
  float: left;
  height: 16px;
  margin-right: 5px;
  width: 14px; }

.cat-comment-bullet {
  background: url("../../images/sep-info.gif") no-repeat 0 8px;
  margin-left: 4px;
  padding-left: 12px; }

/* Advisor Info Block
--------------------------------------------- */
section.info-block {
  border-top: 3px solid #dcbf4b;
  padding: 15px 0 38px;
  overflow: hidden; }
  section.info-block .description {
    overflow: hidden; }
  section.info-block .headline {
    color: #456626;
    margin: 0 0 9px 115px;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold; }
  section.info-block .author-links {
    padding: 6px 0;
    margin: 0 0 10px 115px;
    list-style: none;
    border: solid #ddd;
    border-width: 1px 0;
    color: #636363;
    font-size: 11px;
    line-height: 15px; }
  section.info-block p {
    font-size: 18px;
    line-height: 26px; }

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 10px;
  margin-bottom: 0; }

.entry-header .entry-meta {
  margin-bottom: 0; }
  .entry-header .entry-meta a {
    color: #456626;
    text-decoration: underline; }

.entry-header h1 + .entry-meta {
  text-transform: none; }

.entry-footer .entry-meta {
  border-top: 2px solid #f5f5f5;
  padding-top: 24px; }

.entry-categories,
.entry-tags {
  display: block; }

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px; }

.author-attribution {
  font-style: italic; }

/* Pagination
--------------------------------------------- */
.pagination {
  margin: 40px 0 40px 13px; }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline; }

.archive-pagination li a,
.archive-pagination .pagination-omission {
  background-color: #fff;
  border: 1px solid #aaa;
  text-decoration: none;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  color: #456626;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px 10px; }

.archive-pagination li a:hover {
  text-decoration: underline; }

.archive-pagination .active a {
  background-color: #456626;
  color: #fff; }
  .archive-pagination .active a:first-child {
    padding: 4px 14px; }

.features-block h4 {
  border-bottom: 1px solid #ddd;
  color: #212f2b;
  font-size: 16px;
  margin: 0 0 20px;
  padding: 0 0 10px 9px;
  text-transform: uppercase; }

.features-block .box-section {
  margin: 0 -28px 0 0;
  overflow: hidden; }

.features-block .box {
  float: left;
  width: 120px;
  margin: 0 28px 0 0; }

.features-block h5 {
  font-size: 12px;
  font-weight: bold; }

.features-block img {
  vertical-align: top;
  margin: 0 0 11px; }

.features-block a {
  color: #456626;
  text-decoration: none; }

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px; }

.comment-respond,
.entry-pings {
  padding: 40px 40px 16px; }

.entry-comments {
  padding: 0 40px 40px; }

.comment-header {
  font-size: 16px; }

div.comment.even {
  background-color: #e8f4ea;
  border: 2px solid #fff;
  border-right: none; }

div.comment.odd {
  background-color: #f7f6f3; }

.comment-content {
  clear: both; }

.comment-list address {
  font-style: normal; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%; }

.comment-respond label {
  display: block;
  margin-right: 12px; }

.entry-comments .comment-author {
  margin-bottom: 0; }

.entry-pings .reply {
  display: none; }

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  padding: 24px; }

.commentslist {
  margin-bottom: 36px; }

/* =Comment
========================= */
.response {
  background: url("../../../images/quote-big.png") no-repeat 10px 20px;
  margin-bottom: 12px;
  padding: 10px 10px 10px 56px; }

.response-premium {
  background: url("../../../images/quote-big-premium.png") no-repeat 10px 20px;
  margin-bottom: 12px;
  padding: 10px 10px 10px 56px; }

.commentslist .even {
  background-color: #e8f4ea; }

.commentslist .odd {
  background-color: #f7f6f3; }

.response .photo img,
.response-premium .photo img {
  vertical-align: middle; }

ul.children {
  margin: 0 0 0 12px; }

/* =Comment form
========================= */
#respond {
  margin-bottom: 36px; }
  #respond label.label-inline {
    display: inline; }
  #respond #comment {
    width: 100%; }
  #respond label {
    display: block;
    margin-bottom: 2px; }
  #respond #commentform input[type="text"] {
    width: 300px; }
  #respond #commentform textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 100%; }
  #respond input[type="submit"] {
    cursor: pointer;
    font-family: "Proxima Regular Bold", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 22px;
    line-height: 2.2rem;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 1px 1px 1px #9d501f;
    color: #fff;
    padding: 2px 5px 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #9a0b06;
    background: #c63427;
    -webkit-appearance: none; }
  #respond #reply-title {
    margin-bottom: 12px; }

.div-comment #respond {
  /* threaded */
  background: #efece5;
  margin: 0 0 12px 12px;
  padding: 6px 12px; }

a.comments_submitted {
  cursor: default;
  background: url("../img/comment_loader.gif") no-repeat center center;
  background-size: 27px;
  display: block;
  text-indent: -9999px;
  width: 73px;
  height: 27px; }

body .hc-wrap {
  background: none !important;
  font-size: inherit !important;
  padding: 0; }
  body .hc-wrap:hover {
    background: none !important; }

.ad-zone-bottom-popup {
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 500px;
  height: auto;
  z-index: 100;
  border: 1px solid black;
  display: none;
  background: white;
  padding: 2%; }
  .ad-zone-bottom-popup img {
    width: 500px;
    height: 120px; }

body.single-prcr .body {
  max-width: 1200px; }

body.single-prcr .entry-meta {
  display: none; }

body.single-prcr .entry-content {
  width: 115%; }

body.single-prcr .sb_form {
  margin-bottom: 0 !important; }

body.single-prcr #submit-button-custom {
  margin-top: 35px !important;
  max-width: 100%; }

@media screen and (max-width: 1250px) {
  body.single-prcr .content > *:not(.mmLeftSidebar):not(#home-area-top) {
    margin: 0 5%; }
  body.single-prcr .content {
    padding-right: 0;
    margin: 15px auto 40px auto !important; }
  body.single-prcr .entry-content {
    width: 100%; }
  body.single-prcr .tablet-main-nav-home, body.single-prcr #menu-toggle {
    display: none; } }

@media screen and (max-width: 800px) {
  body.single-prcr .content > *:not(.mmLeftSidebar):not(#home-area-top) {
    margin: 0 2%; } }

@media screen and (max-width: 655px) {
  body.single-prcr .entry {
    padding: 0 10px !important; } }

.sidebar {
  font-size: 13px;
  font-size: 1.3rem; }
  .sidebar .widget-title {
    background: #f8f7f5;
    border-bottom: 3px solid #dcbf4b;
    color: #212f2b;
    font-family: "Minion Pro", Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    letter-spacing: 0.6px;
    padding: 8px 15px;
    margin: 0 0 10px;
    text-transform: uppercase; }
  .sidebar .widget {
    border-bottom: none; }

#floater {
  overflow: auto;
  width: 100%;
  max-width: 323px; }
  #floater.fixed {
    border-left: 1px solid #ddd;
    margin-left: -1px;
    position: fixed;
    top: 0; }
    .logged-in #floater.fixed {
      top: 32px; }

#floater-dashboard {
  overflow: auto;
  width: 100%;
  max-width: 323px; }

.your-member-benefits .sidebar .widget,
.essential-reading .sidebar .widget,
.our-trading-services .sidebar .widget {
  margin-bottom: 20px; }

.your-member-benefits .sidebar h4,
.essential-reading .sidebar h4,
.our-trading-services .sidebar h4 {
  color: #456626;
  font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 18px;
  line-height: 1.8rem; }

.your-member-benefits .sidebar li,
.essential-reading .sidebar li,
.our-trading-services .sidebar li {
  border-bottom: none; }

.your-member-benefits .sidebar .coregForm .coreg-item,
.essential-reading .sidebar .coregForm .coreg-item,
.our-trading-services .sidebar .coregForm .coreg-item {
  margin-bottom: 10px; }

.your-member-benefits .sidebar #member_notices-2,
.essential-reading .sidebar #member_notices-2,
.our-trading-services .sidebar #member_notices-2 {
  font-size: 13px;
  border-bottom: none; }

.your-member-benefits .sidebar tbody,
.essential-reading .sidebar tbody,
.our-trading-services .sidebar tbody {
  border-bottom: none; }

.your-member-benefits .sidebar table,
.essential-reading .sidebar table,
.our-trading-services .sidebar table {
  margin-bottom: 0; }

.your-member-benefits .sidebar a,
.your-member-benefits .sidebar a:visited,
.essential-reading .sidebar a,
.essential-reading .sidebar a:visited,
.our-trading-services .sidebar a,
.our-trading-services .sidebar a:visited {
  text-decoration: underline;
  color: #456626;
  outline: 0; }

#sidebar-benefits {
  padding: 22px 0 15px 25px; }

.box-sidebar {
  float: right;
  background-color: #f6f6f6;
  margin: 8px;
  padding: 8px;
  border: 1px solid #999;
  width: 45%; }

.box-fullwidth {
  background-color: #f6f6f6;
  margin: 8px;
  padding: 8px;
  border: 1px solid #999;
  width: 95%; }

.leftsidebarfixed {
  position: fixed;
  top: 0; }

.mmLeftSidebar {
  z-index: 10;
  max-width: 110px;
  position: absolute;
  margin-top: 5px; }
  .mmLeftSidebar > a:nth-child(-n+3) {
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-decoration: none;
    display: block; }
    .mmLeftSidebar > a:nth-child(-n+3) * {
      display: block;
      text-transform: uppercase; }
    .mmLeftSidebar > a:nth-child(-n+3) > img {
      width: 50px;
      margin: 0 auto; }
      @media all and (max-width: 940px) {
        .mmLeftSidebar > a:nth-child(-n+3) > img {
          width: 40px; } }
    .mmLeftSidebar > a:nth-child(-n+3):hover {
      background: #eeebe6; }
  .mmLeftSidebar .mmLeftSidebarTopSpan {
    font-family: 'proxima nova', sans-serif;
    font-size: 10px;
    text-align: center; }
    @media (max-width: 940px) {
      .mmLeftSidebar .mmLeftSidebarTopSpan {
        font-size: 9px; } }
  .mmLeftSidebar .mmLeftSidebarBottomSpan {
    font-family: 'Times New Roman', serif;
    text-align: center;
    color: #445626;
    font-size: 13px;
    font-weight: 700; }
    @media all and (max-width: 940px) {
      .mmLeftSidebar .mmLeftSidebarBottomSpan {
        font-size: 11px; } }
  @media all and (max-width: 740px) {
    .mmLeftSidebar {
      display: none; } }

/* Site Footer
--------------------------------------------- */
.full-width-content .site-footer {
  left: 0;
  max-width: 870px;
  width: 100%; }

.full-width-content #sidebar-below-footer .wrap {
  left: 0;
  width: 95%; }

.mm-footer-wrapper {
  width: 100%;
  background: #f3f3f3;
  border-top: 6px solid #DCBF4E;
  z-index: 19; }
  .mm-footer-wrapper .site-footer {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 10px; }
    .mm-footer-wrapper .site-footer .footer-widgets h4.widgettitle {
      width: 85%; }
    .mm-footer-wrapper .site-footer .footer-widgets > .wrap {
      max-width: 880px; }
    .mm-footer-wrapper .site-footer .widget {
      padding: 3px 5px; }
      .mm-footer-wrapper .site-footer .widget:not(:first-child):not(:last-child) {
        vertical-align: top;
        width: calc(25% - 3px); }
      .mm-footer-wrapper .site-footer .widget:nth-child(1) {
        max-width: 868px;
        margin-top: 20px; }
        .mm-footer-wrapper .site-footer .widget:nth-child(1) .widgettitle {
          width: 100%; }
      .mm-footer-wrapper .site-footer .widget:nth-child(2) {
        width: 16%;
        display: inline-block;
        vertical-align: top; }
        .mm-footer-wrapper .site-footer .widget:nth-child(2) a {
          margin: 0;
          line-height: 1.5;
          display: block; }
      .mm-footer-wrapper .site-footer .widget:nth-child(3) {
        width: 37%;
        display: inline-block;
        vertical-align: top;
        line-height: 15px;
        font-size: 12px;
        font-family: 'Proxima Nova', sans-serif; }
        .mm-footer-wrapper .site-footer .widget:nth-child(3) a {
          margin: 0;
          line-height: 1.5;
          display: block; }
        .mm-footer-wrapper .site-footer .widget:nth-child(3) .footer-premium-wrapper-col {
          display: inline-block;
          width: 33%;
          vertical-align: top; }
          .mm-footer-wrapper .site-footer .widget:nth-child(3) .footer-premium-wrapper-col a {
            display: block; }
      .mm-footer-wrapper .site-footer .widget:nth-child(4) {
        width: 13%;
        display: inline-block;
        vertical-align: top; }
        .mm-footer-wrapper .site-footer .widget:nth-child(4) .textwidget a {
          position: realtive;
          margin-left: 0;
          margin-bottom: 3px;
          top: 3px; }
        .mm-footer-wrapper .site-footer .widget:nth-child(4) a {
          display: block; }
        .mm-footer-wrapper .site-footer .widget:nth-child(4) .premium-footer-wrapper {
          margin-top: 8px; }
      .mm-footer-wrapper .site-footer .widget:nth-child(5) {
        width: 17%;
        display: inline-block;
        vertical-align: top; }
        .mm-footer-wrapper .site-footer .widget:nth-child(5) a {
          margin: 0; }
        .mm-footer-wrapper .site-footer .widget:nth-child(5) .fa-rss {
          margin-left: 5px; }
        .mm-footer-wrapper .site-footer .widget:nth-child(5) .footer-follow {
          margin-top: 5px;
          line-height: 15px;
          font-size: 12px;
          font-family: 'Proxima Nova', sans-serif; }
          .mm-footer-wrapper .site-footer .widget:nth-child(5) .footer-follow:nth-child(2) {
            margin-top: 10px; }
          .mm-footer-wrapper .site-footer .widget:nth-child(5) .footer-follow:nth-child(3) {
            margin-top: 5px; }
      .mm-footer-wrapper .site-footer .widget:nth-child(6) {
        max-width: 875px;
        margin-top: 20px; }
        .mm-footer-wrapper .site-footer .widget:nth-child(6) .textwidget p:nth-child(2) {
          margin-bottom: -25px;
          margin-top: 5px; }
    .mm-footer-wrapper .site-footer .widget-title {
      background: none;
      color: #636363;
      border: none;
      margin: 10px 0 5px;
      padding: 0;
      font-family: 'Proxima Nova', sans-serif;
      font-size: 13px;
      font-weight: bold;
      border-bottom: 1px solid #b7b7b7;
      padding-bottom: 10px; }
    .mm-footer-wrapper .site-footer p {
      color: #333;
      margin: 0;
      line-height: 19px;
      font-size: 14px;
      font-family: 'Proxima Nova', sans-serif;
      margin-top: 15px; }
      .mm-footer-wrapper .site-footer p:nth-child(2) {
        margin-bottom: 10px; }
    .mm-footer-wrapper .site-footer a:not(.fa) {
      color: #333;
      margin: 0;
      line-height: 20px;
      font-size: 14px;
      font-family: 'Proxima Nova', sans-serif; }
    .mm-footer-wrapper .site-footer ul {
      line-height: 1; }
    .mm-footer-wrapper .site-footer li {
      margin: 0; }
    .mm-footer-wrapper .site-footer .menu-money-morning-newsletters-container li, .mm-footer-wrapper .site-footer .menu-money-morning-research-services-container {
      line-height: 1;
      display: inline-block;
      margin: 0 10px; }
      .mm-footer-wrapper .site-footer .menu-money-morning-newsletters-container li li, .mm-footer-wrapper .site-footer .menu-money-morning-research-services-container li {
        display: inline-block;
        margin: 0 10px; }
    .mm-footer-wrapper .site-footer .widget_follow_us .widget-wrap {
      /* Social Icons/Follow Us Widget */ }
      .mm-footer-wrapper .site-footer .widget_follow_us .widget-wrap > p {
        display: inline-block; }
      .mm-footer-wrapper .site-footer .widget_follow_us .widget-wrap ul.follow-us {
        display: inline-block; }
      .mm-footer-wrapper .site-footer .widget_follow_us .widget-wrap .widget_follow_us li {
        display: inline-block; }
      .mm-footer-wrapper .site-footer .widget_follow_us .widget-wrap .widget_follow_us .icon {
        background: url(images/social-icons.gif) 0 0 no-repeat;
        display: block;
        height: 32px;
        text-indent: -99999px;
        width: 32px; }
      .mm-footer-wrapper .site-footer .widget_follow_us .widget-wrap .widget_follow_us .facebook .icon {
        background-position: 0 -2592px; }
      .mm-footer-wrapper .site-footer .widget_follow_us .widget-wrap .widget_follow_us .twitter .icon {
        background-position: 0 -8704px; }
      .mm-footer-wrapper .site-footer .widget_follow_us .widget-wrap .widget_follow_us .google .icon {
        background-position: 0 -3616px; }
      .mm-footer-wrapper .site-footer .widget_follow_us .widget-wrap .widget_follow_us .rss .icon {
        background-position: 0 -7072px; }
  .mm-footer-wrapper #sidebar-below-footer {
    width: 100%; }
    .mm-footer-wrapper #sidebar-below-footer .wrap {
      display: inline-block;
      width: 100%; }
      .mm-footer-wrapper #sidebar-below-footer .wrap ul {
        display: flex;
        justify-content: space-around; }

.credits {
  color: #fff;
  font-family: 'Verdana', Arial, sans-serif;
  text-align: center;
  width: 100%; }
  .credits .wrap {
    display: inline-block; }
    .credits .wrap p {
      font-size: 10px;
      line-height: 1; }

@media only screen and (max-width: 590px) {
  .footer-widgets .widget-area .widget:nth-of-type(2), .footer-widgets .widget-area .widget:nth-of-type(3), .footer-widgets .widget-area .widget:nth-of-type(4), .footer-widgets .widget-area .widget:nth-of-type(5) {
    width: 50% !important; } }

@media only screen and (min-width: 601px) and (max-width: 700px) {
  #quote-with-summary {
    display: none; } }

@media only screen and (max-width: 425px) {
  #quote-with-summary {
    display: none; } }

@media only screen and (max-width: 800px) {
  #nav_menu-6 {
    width: 91%;
    margin: 0 auto; } }

@media only screen and (min-width: 601px) and (max-width: 800px) {
  .site-footer {
    width: calc(100% + 100px); } }

@media only screen and (min-width: 801px) and (max-width: 999px) {
  .site-footer {
    width: calc(100% + 127px); }
  #nav_menu-6 {
    width: 85%;
    margin: 0 auto; }
  #site-credits .wrap p {
    width: 100%; } }

p, ul, li, ol {
  font-size: 18px;
  line-height: 26px; }

article:hover {
  background: #fff; }

body {
  overflow-x: hidden; }

/* =Modules < content.css
========================= */
/* Styles for advertorial pages (advertorial.php) */
#adv-thumb {
  margin: 10px;
  border: 1px solid #ddd;
  display: block;
  width: 100%;
  height: 100%; }

#adv-thumb ul {
  list-style-type: none;
  width: 250px;
  margin-left: 0 !important; }

#adv-thumb h3 {
  font: bold 1.273em/1.286em "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }

#adv-thumb li img {
  float: right;
  margin: 0 20px 0 0;
  width: 50px; }

#adv-thumb li p {
  font: 200 12px/1.5 "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }

#adv-thumb li {
  padding: 10px;
  overflow: auto; }

#adv-thumb li:hover {
  background: #eee;
  cursor: pointer; }

#adv-list {
  margin: 10px;
  border: 1px solid #ddd;
  display: block;
  width: 100%;
  height: 100%; }

#adv-list ul {
  list-style-type: none;
  width: 250px;
  margin-left: 0 !important; }

#adv-list h3 {
  font: bold 1.273em/1.286em "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }

#adv-list li p {
  font: 200 12px/1.5 "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }

#adv-list li {
  padding: 10px;
  overflow: auto; }

#adv-list li:hover {
  background: #eee;
  cursor: pointer; }

.widget-title {
  background: #f8f7f5;
  border-bottom: 3px solid #dcbf4b;
  padding: 8px 15px;
  margin: 0 0 10px;
  color: #212f2b;
  text-transform: uppercase;
  font: 1.231em/1.250em "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  font-weight: bold; }

#backgroundPopup {
  z-index: 2000;
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  background: #000;
  top: 0;
  left: 0; }

#toPopup {
  background: none repeat scroll 0 0 #fff;
  border: 10px solid #ccc;
  border-radius: 3px 3px 3px 3px;
  color: #333;
  display: none;
  font-size: 14px;
  left: 50%;
  margin-left: -402px;
  position: fixed;
  top: 20%;
  z-index: 2001; }

div.close {
  background: url("http://moneymorning.com/files/2013/10/closebox.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: -27px;
  top: -24px;
  width: 30px; }

span.ecs_tooltip {
  background: none repeat scroll 0 0 #000;
  border-radius: 2px 2px 2px 2px;
  color: #fff;
  display: none;
  font-size: 11px;
  height: 16px;
  opacity: 0.7;
  padding: 4px 3px 2px 5px;
  position: absolute;
  right: -62px;
  text-align: center;
  top: -51px;
  width: 93px; }

span.arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #000;
  display: block;
  height: 1px;
  left: 40px;
  position: relative;
  top: 3px;
  width: 1px; }

div#popup_content {
  margin: 4px 7px;
  /* remove this comment if you want scroll bar
    overflow-y:scroll;
    height:200px
    */ }

/* Main Popup Styles */
#epom-40424006bcc7f41ef04d95defda3c0f3-468x648 {
  padding-top: 0; }

/* Styles for Report Pages (report-list.php and reports.php */
.reports-list {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  margin-top: 20px;
  min-height: 110px; }
  @media screen and (max-width: 655px) {
    .reports-list {
      clear: both;
      display: block; } }

.reports-list h3 {
  font-size: 20px;
  font-size: 2rem;
  text-decoration: none; }

.reports-list img {
  float: left;
  margin-right: 10px; }

/* OpenX advertisement in content header */
.featured-story-advertisement,
.advertisement-above-tag-articles {
  border-bottom: 3px solid #dcbf4b;
  font-size: 1.077em;
  line-height: 1.357em;
  margin: -3px 0 6px;
  padding: 0 0 11px; }

.advertisement-within-tag-articles {
  border-top: 1px solid #ddd;
  font-size: 1.077em;
  line-height: 1.357em;
  margin: -3px 0 6px;
  padding: 0 0 11px; }

/* Related Headlines */
.related-headlines-tags {
  padding-top: 10px; }

/* Tabbed Content - Main Window */
.tabset-main-window .tabset {
  margin: 0 0 20px;
  overflow: hidden;
  list-style: none;
  font: 0.769em/1.200em Arial, Helvetica, sans-serif;
  background: url("../img/redesign/related-tabset-border-bottom.png") repeat-x 0 100% #f3f3f3; }

.tabset-main-window .tabset li {
  float: left;
  margin: 0;
  list-style: none; }

.tabset-main-window .tabset a {
  display: inline-block;
  vertical-align: top;
  color: #456626;
  padding: 1px 20px;
  margin-bottom: -1px;
  /*	border:1px solid #F3F3F3;*/ }

.tabset-main-window .tabset a:hover {
  color: #333; }

.tabset-main-window .tabset a.active {
  background: #fff;
  color: #333;
  text-decoration: none;
  border: 1px solid #b7b7b7;
  padding: 0 19px;
  border-bottom-color: #fff; }

.tabset-main-window .tabset a span {
  display: table;
  height: 36px; }

.tabset-main-window .tabset a strong {
  display: table-cell;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

/* Editors Picks block */
.editors-block {
  border-top: 3px solid #dcbf4b;
  padding: 12px 9px 15px;
  margin: 0; }

#content .editors-block .heading {
  color: #636363;
  font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.400em;
  float: none;
  display: block;
  padding: 0 0 5px; }

.editors-block .box-section {
  overflow: hidden;
  margin: 0 -40px 0 0;
  font-family: 'ProximaNovaRgRegular', Arial, Helvetica, sans-serif; }
  @media screen and (max-width: 655px) {
    .editors-block .box-section {
      margin: 0; } }

.editors-block .box {
  float: left;
  padding: 0 6% 0 0;
  width: 27%; }

.editors-block a {
  color: #456626;
  font-weight: normal; }

/* Two and Three Column Blocks */
.row-c6-12-34-56 .block,
.row-c4-12-34 .block,
.cfct-row-a-b-c .block,
.cfct-row-d-e .block {
  border-top: 1px solid #ddd;
  font-size: 1.000em;
  line-height: 1.462em; }

#content .block .heading-block,
#content .row-c6-12-34-56 .block .heading-block,
#content .row-c4-12-34 .block .heading-block,
#content .cfct-row-a-b-c .block .heading-block,
#content .cfct-row-d-e .block .heading-block {
  padding: 0;
  font-size: 0.769em;
  line-height: 1.4em; }

#content .block .heading-block {
  padding: 0 0 2px; }

#content .block .number,
#content .row-c6-12-34-56 .number,
#content .row-c4-12-34 .number,
#content .cfct-row-a-b-c .number,
#content .cfct-row-d-e .number {
  font-size: 1em;
  line-height: 1.4em; }

.row-c6-12-34-56 .block h3,
.row-c4-12-34 h2,
.cfct-row-a-b-c .block h3,
.cfct-row-d-e h2 {
  margin: 0 0 10px;
  font: bold 1.538em/1.300em "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }

.row-c6-12-34-56 .block h3,
.row-c6-12-34-56 .block h3 a,
.row-c4-12-34 h2,
.row-c4-12-34 h2 a,
.cfct-row-a-b-c .block h3,
.cfct-row-a-b-c .block h3 a,
.cfct-row-d-e h2,
.cfct-row-d-e h2 a {
  color: #456626; }

.row-c6-12-34-56 .block:hover h5,
.row-c4-12-34 .block:hover h2,
.cfct-row-a-b-c .block:hover h5,
.cfct-row-d-e .block:hover h2 {
  color: #212f2b; }

.row-c6-12-34-56 .block p,
.row-c4-12-34 .block p,
.cfct-row-a-b-c .block p,
.cfct-row-d-e .block p {
  margin: 0; }

/* Allow paragraph bottom margin on homepage, particularly for excerpts */
.home .row-c6-12-34-56 .block p,
.home .row-c4-12-34 .block p,
.home .cfct-row-a-b-c .block p,
.home .cfct-row-d-e .block p {
  margin-bottom: 18px; }

/* Three Column block */
.row-c6-12-34-56 .block h3,
.cfct-row-a-b-c .block h3 {
  font-size: 1.077em;
  line-height: 1.286em; }

/* Headline, Archive, Dashboard blocks (shared attributes) */
.dashboard .archive-block {
  padding: 0;
  border: none; }

.archive-block {
  border: solid #dcbf4b;
  border-width: 3px 0;
  margin: 0 0 11px;
  padding: 11px 0 24px; }

.category .archive-block,
.tag .archive-block {
  border: none; }

.headline-block {
  margin: 0;
  padding: 0 0 24px; }

.features-block {
  border-top: 3px solid #dcbf4b;
  margin: 0;
  padding: 11px 0 24px; }

.archive-block h2,
.headline-block h3 {
  margin: 0 0 10px 9px;
  color: #212f2b;
  text-transform: uppercase;
  font: 1.231em/1.250em "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }

/* For the search results on archive page, we increase text size */
.hyper-archive .archive-block h2 {
  font-size: 1.692em;
  line-height: 2em; }

.dashboard-list,
.archive-list,
.headline-list {
  padding: 0;
  margin: 0 0 21px;
  list-style: none; }

.dashboard-list .title,
.headline-list .title {
  font: bold 16px/1.4em "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }

.headline-block .headline-list .title {
  font-family: "Minion Pro", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px; }

.archive-list .title {
  font: 30px/1.2em "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }
  .archive-list .title strong {
    font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }

.mm-more-headlines-module .headline-list {
  margin: 0; }

.dashboard-list > li,
.archive-list > li {
  border-top: 1px solid #ddd;
  padding: 11px 44px 12px 9px;
  position: relative;
  margin-bottom: 0; }

.headline-list > li {
  border-top: 1px solid #ddd;
  padding: 0 44px 0 9px;
  position: relative;
  margin-bottom: 0; }

.archive-list li h1.tag-pg-featured-article-h1 {
  font-size: 2.615em; }

.archive-list h3.tag-pg-featured-headline {
  margin: 0 0 6px;
  font: 1.5em/1.059em "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  text-transform: none; }
  .archive-list h3.tag-pg-featured-headline strong {
    font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }

#content .dashboard-list .heading-block,
#content .archive-list .heading-block,
#content .headline-list .heading-block {
  padding: 0;
  /*margin:0 0 -2px;*/ }

.dashboard-list li:hover,
.archive-list li:hover,
.headline-list li:hover,
.search .content article:hover {
  background: #f8f7f5;
  /* declare subtle transitions for the hover effect - since these are smaller regions with quicker rollover, we shorten the transition */
  -o-transition: 0.05s linear;
  -ms-transition: 0.05s linear;
  -moz-transition: 0.05s linear;
  -webkit-transition: 0.05s linear;
  transition: 0.05s linear; }

.dashboard-list a,
.archive-list a,
.headline-list a {
  color: #456626; }

.dashboard-list li:hover a,
.dashboard-list a:hover,
.archive-list li:hover a,
.archive-list a:hover,
.headline-list li:hover a,
.headline-list a:hover {
  color: #212f2b;
  /* declare subtle transitions for the hover effect - since these are smaller regions with quicker rollover, we shorten the transition */
  -o-transition: 0.05s linear;
  -ms-transition: 0.05s linear;
  -moz-transition: 0.05s linear;
  -webkit-transition: 0.05s linear;
  transition: 0.05s linear; }

/* Archive block (specific attributes) */
.archive-block {
  border-width: 3px 0 0;
  margin: 0;
  padding: 11px 0 0; }

/* Dashboard block (specific attributes) */
.dashboard-list {
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px; }

.dashboard-list li {
  padding: 11px 44px 13px 9px; }

* + html #content .dashboard-list .heading-block {
  margin: 0 0 -5px; }

.flag {
  right: 23px;
  background: url("../img/redesign/sprite.png") no-repeat -69px -74px;
  width: 12px;
  height: 13px;
  text-indent: -9999px;
  overflow: hidden; }

.dashboard-list li .flag {
  margin: -4px 0 0;
  position: absolute;
  top: 50%; }

a.active .flag {
  background-position: -69px -46px; }

.tag-description {
  padding: 0 8px;
  margin-top: 9px; }

/* =Shared < content.css
========================= */
/* Small Notes */
.note {
  display: block;
  color: #b7b7b7;
  padding: 0 0 0 4px; }

.note a {
  color: #456626;
  text-decoration: underline; }

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

/* Continue Text */
.post .continue,
.excerpt .continue {
  display: inline-block;
  background: url("../img/redesign/arrow-continue.png") no-repeat 100% 8px;
  padding: 0 9px 0 0;
  color: #456626; }

.post .continue.alt,
.excerpt .continue.alt {
  font-weight: bold;
  font-style: italic;
  background: none; }

/* Byline (author and publication date) */
.post .info-list {
  color: #636363;
  margin: 0;
  overflow: hidden;
  padding: 0 0 5px;
  line-height: 1.273em;
  list-style: none;
  font-size: 13px; }
  @media screen and (max-width: 655px) {
    .post .info-list {
      font-size: 12px;
      font-size: 1.2rem; } }

.post .info-list address {
  font-style: normal; }

.post .info-list address li {
  float: left;
  list-style-type: none;
  background: url("../img/redesign/sep-info.gif") no-repeat 0 7px;
  padding: 0 12px; }

.post .info-list address li:first-child {
  background: none;
  padding: 0 9px 0 0; }

.post .info-list address a {
  color: #405b06;
  text-decoration: underline;
  font-weight: normal; }

.post .info-list address a:hover {
  text-decoration: none; }

.struc-main1 .photo,
.block .photo {
  float: left;
  margin: 3px 17px 5px 0;
  text-align: center; }

.struc-main1 .photo .title,
.block .photo .title {
  text-transform: uppercase; }

/* Evergreen feature blocks */
.features-block h4 {
  margin: 0 0 20px;
  padding: 0 0 10px 9px;
  color: #212f2b;
  font: 1.231em/1.250em "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  border-bottom: 1px solid #ddd; }

.features-block .box-section {
  margin: 0 -28px 0 0;
  overflow: hidden;
  font: bold 0.923em/1.333em "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }

.features-block .box {
  float: left;
  width: 120px;
  margin: 0 28px 0 0; }

.features-block img {
  vertical-align: top;
  margin: 0 0 11px; }

.features-block a {
  color: #456626; }

/* More statement */
a.more {
  display: inline-block;
  color: #405b06;
  font: 1em/1.286em "ProximaNovaRgBold", Arial, Helvetica, sans-serif; }

/* Investor report restricted block */
.restricted-block {
  overflow: hidden;
  padding: 15px 0 38px;
  /* changed top from 15px to 115px */
  clear: both;
  /* added for single post gating to match production */ }

.restricted-block .description {
  overflow: hidden; }

.restricted-block .headline {
  display: block;
  color: #456626;
  margin: 0 0 18px;
  font: bold 1.385em/1.222em "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }

.restricted-block p a {
  color: #405b06;
  text-decoration: underline; }

.restricted-block p a:hover {
  text-decoration: none; }

/* Advisor info block */
.info-block {
  border-top: 3px solid #dcbf4b;
  padding: 15px 0 38px;
  overflow: hidden; }

#content .info-block .photo {
  margin: 5px 15px 0 0; }

#content .advisor-block .info-block .photo {
  margin: 5px 17px 0 0;
  width: 120px; }

.info-block .description {
  overflow: hidden; }
  .author .info-block .description {
    overflow: initial; }

.response-tab .headline,
.info-block .headline {
  display: block;
  color: #456626;
  margin: 0 0 9px;
  font: bold 1.385em/1.222em "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }

.info-block p a {
  color: #405b06;
  text-decoration: underline; }

.info-block p a:hover {
  text-decoration: none; }

.advisor-block .info-block {
  border-top: 0;
  padding: 0 26px 41px 9px;
  width: auto; }

.advisor-block .info-block .description {
  overflow: visible; }

.block .description {
  font-size: 18px;
  line-height: 26px;
  margin-top: 13px; }

.block .description p {
  margin: 0 0 14px; }

.block .more {
  display: inline-block;
  color: #405b06;
  font: 1em/1.286em "ProximaNovaRgBold", Arial, Helvetica, sans-serif; }

.struc-main1 .link-list {
  padding: 6px 0;
  margin: 0 0 10px;
  list-style: none;
  border: solid #ddd;
  border-width: 1px 0;
  color: #636363;
  font-size: 0.846em;
  line-height: 1.364em;
  overflow: hidden; }

.struc-main1 .link-list li {
  float: left;
  background: url("../img/redesign/sep-link-list.gif") no-repeat 0 3px;
  padding: 0 7px;
  margin-bottom: 0; }

.struc-main1 .link-list li:first-child {
  background: none;
  padding: 0 6px 0 0; }

.struc-main1 .link-list a {
  color: #456626;
  text-decoration: underline; }

.struc-main1 .link-list a:hover {
  text-decoration: none; }

.entry-content ul li,
.page-content ul li,
.restricted-block ul li,
.archive-list .post ul li {
  list-style-type: square; }

.entry-content ol li,
.page-content ol li,
.restricted-block ol li,
.archive-list .post ol li {
  list-style-type: decimal; }

#content .advisor-block .headline,
#content .archive-page .headline {
  display: block;
  color: #636363;
  text-transform: uppercase;
  font: 0.769em/1.400em Arial, Helvetica, sans-serif;
  padding: 1px 0 4px 8px; }

#content .advisor-block .headline a,
#content .advisor-block .headline a:hover,
#content .advisor-block .headline a:visited,
#content .archive-page .headline a,
#content .archive-page .headline a:hover,
#content .archive-page .headline a:visited {
  color: #636363; }

.advisor-block h2.hyper-archive-label {
  text-transform: none;
  font: 2.154em/1.143em "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  color: #212f2b;
  margin: 0 0 3px 8px;
  border: none;
  padding: 0; }

.archive-page h2.hyper-archive-label {
  text-transform: none;
  font: 1.75em/1.143em "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  color: #212f2b;
  margin: 0 0 3px 8px;
  border: none;
  padding: 0; }

.tag-page.archive-page h2.hyper-archive-label {
  text-transform: uppercase; }

/* special circumstances for video page */
#content .video-block.archive-page {
  margin-left: -12px; }

#content .video-block.archive-page .headline {
  margin-left: 12px; }

.video-block.archive-page h2.hyper-archive-label {
  margin-left: 20px;
  /* 8px + 12px */ }

#content .advisor-block .link-list {
  padding: 6px 0 6px 9px;
  margin: 0 0 19px; }

#content .photo-info {
  text-align: center;
  background: #f3f3f3;
  color: #333;
  font-size: 0.846em;
  line-height: 1.273em;
  padding: 4px 3px 7px;
  margin: 0; }

.photo-info .post {
  display: block;
  font: 0.909em/1.2em Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 6px; }

.company {
  padding: 0;
  margin: 0;
  list-style: none;
  text-transform: none; }

.company li {
  padding: 0 0 6px;
  margin: 0; }

#content .company a {
  color: #456626;
  text-decoration: underline;
  padding: 0;
  display: inline; }

#content .company a:hover {
  text-decoration: none; }

/* =Specific < content.css
========================= */
.full {
  margin-bottom: 36px; }

.mm-departments-module ul.rule li:first-child,
.mm-departments-module ul.rule li.first-child {
  border-top: 1px solid #d9d9df;
  margin: 0 0 12px;
  padding: 12px 0 0; }

.department .category {
  background: url("../img/icon/categories-sprite.gif") no-repeat 0 0;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
  padding: 8px 0 12px 32px; }

.department .category-featured-video {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
  padding: 8px 0; }

.tiny {
  font-size: 9px;
  text-transform: uppercase;
  color: #fff;
  background-color: #d88939;
  font-weight: bold;
  margin: 0 4px 0 0;
  padding: 3px; }

.department .category-buy-sell-or-hold {
  background-position: 0 0; }

.department .category-jon-markman {
  background-position: 0 -100px; }

.department .category-hot-stocks,
.department .category-hot-stocks-features {
  background-position: 0 -200px; }

.department .category-outlook-2010 {
  background-position: 0 -300px; }

.department .category-mailbag-items {
  background-position: 0 -600px; }

.department .category-video-and-media {
  margin-bottom: 15px;
  margin-right: 12px; }

.department .category-quarterly-report {
  background-position: 0 -100px; }

.department h3.category-quarterly-report {
  font-size: 12px; }

.department-title {
  margin-bottom: 4px; }

.department-content {
  line-height: 1.3; }

.mm_widget_featured_video {
  display: block;
  min-height: 120px; }

/***** CSS FOR HANDLING THE DEPARTMENT ADS *****/
li.cf-ad-1 .department .category {
  background: url("../img/icon/ad-sprite.gif") no-repeat 0 0;
  height: 28px;
  line-height: 28px;
  padding: 6px 0 0 43px; }

li.cf-ad-2 .department .category {
  background: url("../img/icon/ad-sprite.gif") no-repeat 0 -100px;
  height: 28px;
  line-height: 28px;
  padding: 6px 0 0 43px; }

li.cf-ad-3 .department .category {
  background: url("../img/icon/ad-sprite.gif") no-repeat 0 -200px;
  height: 28px;
  line-height: 28px;
  padding: 6px 0 0 43px; }

li.cf-ad-4 .department .category {
  background: url("../img/icon/ad-sprite.gif") no-repeat 0 -300px;
  height: 28px;
  line-height: 28px;
  padding: 6px 0 0 43px; }

.pagination-numbered {
  margin-bottom: 18px;
  text-transform: uppercase; }

.pagination-numbered a,
.pagination-numbered strong,
.pagination-numbered span {
  border: 1px solid #aaa;
  display: block;
  font-weight: normal;
  margin-right: 2px;
  padding: 4px 10px; }

.pagination-numbered a:hover {
  border-color: #ccc; }

.pagination-numbered .current a,
.pagination-numbered .current a:visited,
.pagination-numbered .current strong {
  background: #456626;
  border-color: #456626;
  color: #fff; }

.pagination-numbered .pagination-numbered-plain a,
.pagination-numbered .pagination-numbered-plain a:visited,
.pagination-numbered .pagination-numbered-plain strong {
  border-color: #fff; }

/* =Popups
========================= */
.mm-popup {
  border: 1px solid #aeafae;
  background: #fff;
  padding: 0 0 5px; }

.mm-popup .mm-popup-menu {
  background: #efece5;
  border-bottom: 1px solid #e4e1dc;
  height: 20px;
  padding: 5px 15px; }

.mm-popup .mm-popup-menu .mm-popup-menu-title {
  color: #747474;
  font: normal normal 1.2em/1.5 "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  margin: 0; }

.mm-popup .mm-popup-content {
  padding: 15px; }

.mm-popup .mm-popup-close {
  float: right;
  margin: 2px 15px 0 0; }

/* =Syndication
========================= */
textarea.mm-syndicate-content {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  height: 300px; }

p.mm-syndicate-disclaimer {
  margin: 8px 0 0; }

div.mm-syndicate-about-content {
  margin: 0 0 10px; }

/* =Adverts
========================= */
/* ensure that anchor tags are not underlined within OpenX ads per client request */
.advertisement a,
.advertisement a:link,
.advertisement a:visited,
.advertisement a:hover,
.advertisement a:active {
  text-decoration: none; }

.advertisement .advertisement-title-large {
  font-size: 16px;
  margin-bottom: 6px; }

.advertisement .entry-summary p {
  margin: 0; }

.advertisement-above-tag-articles {
  margin: 6px 0; }

.advertisement-archive-below-search {
  width: 100%;
  min-height: 1px;
  margin-bottom: 20px; }

.advertisement-end-of-story {
  margin-bottom: 10px; }

/* =Email This
========================= */
#email_this_form input#cfet_to_name,
#email_this_form input#cfet_to_email,
#email_this_form textarea#cfet_personal_message {
  width: 98%; }

/* =Contributors
========================= */
ul.cfum-list-contributors {
  list-style: none outside;
  margin-left: 0; }

ul.cfum-list-contributors li {
  border-bottom: 1px solid #aeafae;
  margin: 15px 0; }

.authorimage {
  float: left;
  margin: 0 15px 10px 0; }

#mm-author-popup .mm-author-image {
  float: left;
  margin: 0 15px 10px 0; }

#mm-author-popup .mm-author-name {
  line-height: 14px; }

#mm-author-popup .mm-author-popup-articles ul {
  overflow: hidden;
  list-style: none; }

#mm-author-popup .mm-author-popup-articles ul li {
  margin-bottom: 0;
  background: transparent url("../img/icon/fwd.gif") 0 center no-repeat;
  margin-left: 0;
  padding-left: 10px; }

#mm-author-popup .mm-more-by-author {
  padding-left: 10px;
  background: url("../img/icon/fwd.gif") 0 50% no-repeat; }

/* =Search
======================== */
#advanced-search {
  padding: 0;
  margin-bottom: 15px; }

#advanced-search form {
  background-color: #efece5;
  border: 1px solid #e4e1dc;
  border-width: 1px 0;
  padding: 10px; }

#advanced-search p {
  margin: 12px 0; }

#advanced-search p.submit {
  margin-bottom: 0; }

#advanced-search label {
  display: block;
  width: 100px;
  float: left; }

#advanced-search fieldset {
  border-bottom: 1px solid #c3c3c3;
  margin: 0 0 12px;
  padding: 1px 0 0; }

#advanced-search h2 {
  font: normal normal 16px/1.2 "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0; }

#advanced-search label {
  color: #555; }

#advanced-search fieldset select,
#advanced-search fieldset input {
  background: #f7f6f4 url("../../images/1x1-c3c3c3.gif") repeat-x scroll 0 0;
  border-color: #7c7c7c #c3c3c3 #ddd;
  border-width: 1px;
  border-style: solid;
  width: 300px; }

#search-info {
  font-size: 13px; }

.advanced-search-note {
  color: #777; }

.green-screen {
  background-color: #e3ece4;
  border-top: 5px solid #1f543f;
  margin: 10px;
  padding: 10px; }

.editors-note,
.grey-screen {
  font-weight: bold;
  margin: 10px;
  padding: 10px;
  background-color: #f4f0ec;
  border-top: 5px solid #d3cfbb; }

.actions-to-take {
  padding: 10px 10px 0; }

.actions-to-take-premium,
.green-screen-blocked-entered {
  padding: 0 10px 10px; }

.green-screen-blocked {
  background: #e3ece4 url("../img/actions-to-take-blocked.png") no-repeat 0 0;
  height: 230px;
  margin: 0; }

.actions-to-take-subscribe {
  width: 450px;
  padding: 48px 0 0 92px; }

.actions-to-take-subscribe-left,
.actions-to-take-subscribe-right {
  float: left; }

.actions-to-take-subscribe-left {
  width: 255px;
  padding: 10px 0 0 15px; }

.actions-to-take-subscribe-right {
  width: 180px; }

.actions-to-take-subscribe-button {
  background: transparent url("../img/subscribe-now.png");
  width: 140px;
  height: 28px;
  text-indent: -32000px;
  cursor: pointer;
  margin: 38px 0 0 25px; }

.actions-to-take-subscribe-head {
  font-size: 1.1em; }

.actions-to-take-subscribe-benefits ul {
  margin: 5px 0 0 20px; }

.actions-to-take-subscribe-benefits ul li {
  margin: 0; }

/* =Authenticated Content
======================== */
.mm-sidebar-auth-content-foot {
  background: url("../img/sidebar-footer-preferred.jpg") no-repeat scroll top left;
  height: 20px;
  margin-bottom: 5px; }

.mm-sidebar-auth-content-body {
  background-color: #f4f0ec;
  padding: 10px 20px 1px; }

.mm-sidebar-auth-content-head {
  background: transparent url("../img/sidebar-header-preferred.jpg") 0 0 no-repeat;
  height: 82px;
  margin: -7px 0 0;
  position: relative; }

.mm-sidebar-auth-content-head-teaser {
  background: transparent url("../img/sidebar-header-preferred-teaserfl.jpg") 0 0 no-repeat;
  height: 82px;
  margin: -7px 0 0;
  position: relative; }

.preffered-articles .entry-title {
  padding-left: 20px;
  background: transparent url("../img/icon/icon-preferredarticle-16px.png") 0 0 no-repeat; }

.entry-title2 a {
  color: #000; }

#premium-content-tooltip {
  display: none;
  width: 210px;
  height: 135px;
  padding: 20px 20px 35px;
  background: transparent url("../img/tooltip-full.png") 0 0 no-repeat;
  color: #747474;
  z-index: 100; }

#premium-content-tooltip .premium-content-tooltip-header {
  padding-left: 20px;
  background: transparent url("../img/icon/icon-preferredarticle-16px.png") 0 0 no-repeat;
  font-style: italic; }

#premium-content-tooltip .premium-content-tooltip-content {
  width: 210px;
  height: 90px;
  overflow: hidden;
  font-size: 11px;
  text-transform: none;
  font-style: italic; }

/* =Login
======================== */
.login-template-inputs-input {
  padding: 5px 0; }

.login-template-inputs-input label {
  width: 6em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
  vertical-align: middle;
  line-height: 23px; }

.login-template-inputs-input input {
  width: 200px; }

.login-template-buttons {
  padding: 5px;
  vertical-align: middle;
  min-height: 25px;
  height: 25px; }

.login-template-error,
.login_error {
  border: 1px solid #24463b;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  margin: 5px 0;
  padding: 10px;
  width: 300px;
  background-color: #ffffe0; }

/* =Social buttons
======================== */
.st_sharethis,
.st_email {
  background: none;
  border: none;
  color: #1f543f;
  font-family: Tahoma, Arial, Helvetica;
  font-size: 11px; }

.my-plus-one {
  padding-bottom: 3px;
  padding-left: 6px; }

.print_btn {
  margin-top: 14px; }

#single-content .print_btn {
  margin-top: 5px; }

.sharer {
  margin-bottom: 15px; }

/* =Social buttons
======================== */
.attachment .attachment-embed img {
  max-width: 100%; }

/* =New charts
======================== */
.mm-inline-chart {
  float: left; }

/* =Wistia
======================== */
.post .wistia_video {
  margin: 12px 0;
  width: 100%;
  overflow: hidden; }

/* =Legacy Videos
======================== */
/* overwrite the padding to allow videos to fit on new site */
.big_video {
  padding: 4px !important; }

/* =MM Toolbar Module
======================== */
.cfct-module.mm-toolbar-module {
  background-color: #e6e6e6;
  padding: 10px;
  border: 1px solid black;
  margin-top: 15px;
  margin-bottom: 15px; }

.cfct-module.mm-toolbar-module .cf_related_posts {
  margin-top: 10px; }

.cfct-module.mm-toolbar-module dl.outline dt {
  margin-top: 20px; }

/* =Post Author Image
======================== */
/* in the event we are displaying the author image on single post page, apply addl rules to allow graceful float */
.entry-content-disp-author-img .cfct-build {
  overflow: visible; }

.entry-content-disp-author-img .cfct-build .row:first-child,
.entry-content-disp-author-img .cfct-build .cfct-row:first-child {
  clear: none; }

.entry-content-disp-author-img .cfct-build .row:first-child .cfct-block,
.entry-content-disp-author-img .cfct-build .cfct-row:first-child .cfct-block {
  float: none; }

.gated-content-signup {
  text-align: center; }

.gated-content-signup-form #subscribe_submit,
.gated-content-signup-form [type="submit"] {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 22px;
  line-height: 2.2rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  margin: 0;
  padding: 4px 5px 6px;
  font-family: "Proxima Regular Bold", sans-serif;
  text-shadow: 1px 1px 1px #9d501f;
  background: #c63427;
  border: 1px solid #c63427;
  -webkit-appearance: none; }

.gated-content-signup-form p small {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 14px;
  padding-top: 0;
  margin-top: 8px; }

.gated-content-signup-form .splash-text span {
  color: #c03434;
  margin-bottom: 15px;
  margin-top: 8px;
  font-weight: normal;
  font: 1.1em "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }

.aticon-email {
  display: none !important; }

.block-quote {
  margin: 10px 0 10px 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
  color: #808080; }

.pull-quote {
  margin: 0 0 10px 10px;
  padding: 8px 15px;
  width: 250px;
  float: right;
  font-size: 1.20em;
  line-height: 1.5em;
  background: #f8f7f5; }
  .pull-quote p {
    border-top: 3px solid #dcbf4b;
    padding-top: 8px;
    color: #212f2b;
    min-width: 100%; }
  .pull-quote span {
    text-transform: uppercase; }

#archive-advanced-search-link {
  float: right;
  margin: 8px 15px 0 0; }

#hyper-archive-headers .nav a,
#hyper-archive-headers .nav a:visited {
  color: #777;
  font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  padding: 8px;
  text-transform: uppercase; }

#hyper-archive-headers .nav a:hover {
  color: #555; }

#hyper-archive-headers .ui-tabs-selected a,
#hyper-archive-headers .ui-tabs-selected a:visited,
#hyper-archive-headers .ui-tabs-selected a:hover {
  background: #b1b0b3 url("../img/background/hyper-archives-tab-background.gif") repeat-x 0 0;
  color: #111;
  text-shadow: #fff 0 1px 1px; }

.hyper-archive-label,
.search-label {
  border-bottom: 1px solid #e7e0cd;
  font: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px 0;
  text-transform: uppercase; }

.hyper-archive-label a,
.hyper-archive-label a:visited,
.search-label a,
.search-label a:visited {
  color: #1f543f;
  font-size: 24px;
  line-height: 1.2; }

.hyper-archive-label a:hover,
.hyper-archive-label a:focus {
  color: #c48233; }

.hyper-archive-label-text {
  margin: 0 0.4em; }

.hyper-archive-header {
  background: url("../img/background/hyper-archives-header-gradient.gif") repeat-x top;
  border-bottom: 1px solid #e7e0cd;
  border-top: 3px solid #b1b0b3;
  display: none;
  /* to prevent flash of content */
  padding: 12px 12px 24px; }

.hyper-archive-header-heading {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  text-transform: uppercase; }

.hyper-archive-header-picker ul,
.hyper-archive-header-filters ul {
  list-style: none;
  margin: 0;
  overflow: hidden; }

.hyper-archive-header-picker li,
.hyper-archive-header-filters li {
  font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  float: left;
  margin: 0; }

.hyper-archive-header-filters .hyper-archive-header-picker li {
  padding-bottom: 4px; }

.hyper-archive-header-picker a {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  padding: 3px 5px; }

.hyper-archive-header-picker .active {
  background: url("../img/icon/down.gif") no-repeat center bottom;
  padding-bottom: 4px; }

.hyper-archive-header-picker .active a,
.hyper-archive-header-picker .active a:visited {
  background: #1f543f;
  color: #fff;
  font-weight: bold; }

.hyper-archive-header-results {
  background: #ebefec;
  padding: 12px 3px; }

.hyper-archive-header-filters li {
  color: #747474;
  overflow: hidden;
  padding-left: 12px;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 31%; }

.hyper-archive-header-filters li.month {
  font-size: 14px; }

.hyper-archive-header-results .active a {
  background: url("../img/icon/fwd-green.gif") no-repeat left center; }

#cf-archive-spinner-inside {
  padding: 12px;
  text-align: center; }

/*
* Video Archives
*/
/*Single posts*/
.single div.vid_archive_item .vid_archive_thumb {
  float: left;
  width: 123px;
  height: 83px;
  border: 4px solid #efece5;
  margin: 0 0 5px; }

.single div.vid_archive_item {
  display: block;
  float: left;
  margin-right: 20px;
  min-height: 180px;
  width: 123px; }

/*Archive pages*/
.archive-footer-navigation {
  clear: both; }

.vid_archive_thumb {
  border: 4px solid #efece5;
  float: left;
  height: 122px;
  margin: 0 0 5px;
  width: 170px; }

div.vid_archive_item {
  /* modified for archive page changes */
  display: inline-block;
  margin-left: 12px;
  min-height: 220px;
  vertical-align: top;
  width: 178px; }

img.featured_vid_mediapage {
  border: 0;
  float: left;
  margin-right: 10px;
  width: 300px; }

div.more-videos p a {
  background: #ce8445;
  color: #fff;
  padding: 5px;
  font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  font-size: 1rem;
  margin-right: 40px;
  text-transform: uppercase; }

/*Google Site Search*/
.mm-gcse-box-container {
  margin-top: 55px;
  margin-top: 5.5rem;
  max-width: 750px;
  margin: 0 auto;
  max-width: 1200px; }

.mm-gcse-box {
  background-color: #ecda94;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  line-height: 3em;
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
  padding: 20px; }

.page-template-page-template-archives-php .mm-gcse-box h3 {
  color: #000;
  font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-shadow: 1px 1px 0 #fff; }

.mm-gcse-box .mm-gcse-keywords {
  float: left;
  width: 100%; }

.mm-gcse-box select {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #333;
  margin: 0 5px;
  outline: none;
  padding: 4px 3px 5px 5px; }

form.gsc-search-box {
  display: none; }

#search_string {
  width: 70%; }

#idSltSrhReset {
  margin-left: 5px; }

.result_header {
  margin-bottom: 0; }
  .result_header td {
    border-top: none; }

/* Archive Page Template*/
.page-template-page-template-archives-php article,
.page-template-page-template-report-list-php article {
  margin: 0;
  padding: 0; }

.archive-video-title {
  font-size: 23px;
  font-size: 2.3rem;
  margin-left: 20px;
  margin-left: 2rem;
  color: #212f2b;
  font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  font-weight: normal; }

.archive-page.video-block {
  margin-left: -12px; }

.vid_archive_item img {
  border: 4px solid #efece5;
  float: left;
  height: 122px;
  margin: 0 0 5px;
  width: 100%; }

.vid_archive_item .date-before {
  color: #aca899;
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 2px;
  margin-top: 5px; }

.vid_archive_item h4 {
  font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem; }

/* Used for ajax format copying, mainly on /archives page template. */
.copyme {
  display: none; }

#overlay_archives {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  z-index: 9999; }
  #overlay_archives .loader {
    display: table;
    width: 100%;
    height: 25%; }
    #overlay_archives .loader div {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      width: 100%;
      height: 100%; }

/* Search Results Styling */
.result_time,
.result_sort {
  color: #676767;
  font-size: 13px;
  font-size: 1.3rem;
  padding-bottom: 10px; }

.result_sort {
  text-align: right; }

.result_sort select {
  background-color: whiteSmoke;
  background-image: linear-gradient(top, whiteSmoke, #F1F1F1);
  background-image: -webkit-linear-gradient(top, whiteSmoke, #F1F1F1);
  background-image: -moz-linear-gradient(top, whiteSmoke, #F1F1F1);
  background-image: -ms-linear-gradient(top, whiteSmoke, #F1F1F1);
  background-image: -o-linear-gradient(top, whiteSmoke, #F1F1F1);
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  box-shadow: 0 1px 1px #eee;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  cursor: default;
  font-size: 12px;
  font-family: "Proxima Regular", sans-serif;
  height: 27px;
  line-height: 24px;
  max-width: 90%;
  min-width: 54px;
  outline: 0;
  padding: 0 28px 0 6px;
  position: relative;
  text-align: center;
  -webkit-appearance: none; }

.sort_by option {
  background: #fff;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px #eee;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: default;
  font-size: 13px;
  margin: 0;
  max-height: 360px;
  outline: none;
  padding: 6px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 7;
  color: #777;
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 0 30px;
  white-space: nowrap; }

.sort_by option:hover {
  background-color: #cacaca;
  border-color: #eee;
  border-width: 1px 0;
  color: #cacaca; }

.headline-list .title * {
  font-style: italic; }

.headline-list li a {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  line-height: 20px; }

span.google_url {
  display: block;
  font-size: 13px;
  font-size: 1.3rem; }

.headline-list .thumbnail {
  display: inline-block;
  float: left;
  max-width: 50px;
  max-height: 70px;
  overflow: hidden;
  margin-top: 4px;
  padding-right: 15px;
  position: static;
  vertical-align: top; }

.headline-list .excerpt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  width: 100%; }

/* Search Results Styling of Pagination */
li.copyme.hidden {
  display: none; }

.pagination {
  display: inline-block;
  text-transform: uppercase; }
  .pagination ul li {
    display: inline-block; }
    .pagination ul li a {
      background-color: #fff;
      border: 1px solid #aaa;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
      color: #456626;
      cursor: pointer;
      display: inline-block;
      font-size: 14px;
      font-size: 1.4rem;
      margin-right: 3px;
      padding: 4px 10px;
      text-decoration: none; }
      .pagination ul li a.active {
        background: #456626;
        color: #fff; }
      .pagination ul li a:hover {
        text-decoration: underline; }

/* Author Archive Styles
--------------------------------------------- */
.author-archive .info-block strong {
  font-family: "Proxima Regular", sans-serif;
  font-weight: normal; }

.author-archive .info-block p {
  margin-left: 0; }

.author-archive .headline-list .cat-comment-byline span {
  font-size: 10px;
  font-size: 1rem; }

.author-archive h2.hyper-archive-label {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 33px;
  line-height: 3.3rem;
  border: none;
  color: #212f2b;
  font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  margin: 0 0 3px 8px;
  padding: 0; }

.author-archive span.headline {
  display: block;
  color: #636363;
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  padding: 1px 0 4px 8px;
  text-transform: uppercase; }

.advisor-block .link-list {
  border: solid #ddd;
  border-width: 1px 0;
  color: #636363;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
  line-height: 1.6rem;
  list-style: none;
  margin: 0 0 19px;
  overflow: hidden;
  padding: 6px 0 6px 9px; }
  .advisor-block .link-list li {
    float: left;
    padding: 0 7px;
    margin-bottom: 0; }
  .advisor-block .link-list li:first-child {
    background: none;
    padding: 0 6px 0 0; }
  .advisor-block .link-list a {
    color: #456626;
    text-decoration: underline; }
    .advisor-block .link-list a:hover {
      text-decoration: none; }

/**
 * Archives search styling
 */
.page-template-page-template-archives-php .select2-container {
  font-size: 11px;
  font-size: 1.1rem;
  background-color: #f5f5f5;
  background-image: linear-gradient(top, #f5f5f5, #F1F1F1);
  background-image: -webkit-linear-gradient(top, #f5f5f5, #F1F1F1);
  background-image: -moz-linear-gradient(top, #f5f5f5, #F1F1F1);
  background-image: -ms-linear-gradient(top, #f5f5f5, #F1F1F1);
  background-image: -o-linear-gradient(top, #f5f5f5, #F1F1F1);
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  box-shadow: 0 1px 1px #d8d8d8;
  color: #444;
  text-align: left;
  width: 90px; }
  .page-template-page-template-archives-php .select2-container .select2-choice {
    padding-left: 6px;
    padding-left: 0.6rem;
    background: none;
    border: none;
    width: 100%; }
    .page-template-page-template-archives-php .select2-container .select2-choice .select2-arrow {
      display: none; }

.page-template-page-template-archives-php .select2-drop {
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  margin-left: -30px;
  width: 120px !important; }
  .page-template-page-template-archives-php .select2-drop.active {
    border: 1px solid #d8d8d8; }

.page-template-page-template-archives-php .select2-results {
  margin: 0;
  padding: 0; }
  .page-template-page-template-archives-php .select2-results li {
    color: #777;
    margin: 0;
    padding: 0 30px; }
  .page-template-page-template-archives-php .select2-results .select2-result-label {
    padding: 3px 0; }
  .page-template-page-template-archives-php .select2-results .select2-highlighted {
    background: #eee;
    color: #333; }

.page-template-page-template-archives-php .select2-search {
  display: none; }

/*
404 Archive Page
*/
#archive-four-four-li {
  list-style-type: none;
  border-top: 0px;
  border-bottom: 1px solid #ddd; }

/* =Comments list
MM Commit Test
========================= */
#comments {
  width: calc(100% - 160px); }

.commentslist {
  margin-bottom: 36px; }

/* =Comment
========================= */
.response {
  background: url("../img/background/quote-big.png") no-repeat 10px 20px;
  margin-bottom: 12px;
  padding: 10px 10px 10px 56px; }

.response-premium {
  background: url("../img/background/quote-big-premium.png") no-repeat 10px 20px;
  margin-bottom: 12px;
  padding: 10px 10px 10px 56px; }

.commentslist .even {
  background-color: #e8f4ea; }

.commentslist .odd {
  background-color: #f7f6f3; }

.response .photo img,
.response-premium .photo img {
  vertical-align: middle; }

ul.children {
  margin: 0 0 0 12px; }

.entry-comments {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0 0 0 20px; }

.comment {
  background: url("../../images/quote-big.png") 10px 20px no-repeat; }
  .comment .author {
    font-size: 20px;
    font-size: 2rem; }
    .comment .author .fn {
      font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }
    .comment .author a {
      color: #777; }
  .comment .timestamp {
    font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }
  .comment .entry-content {
    font-size: 13px;
    font-size: 1.3rem; }

/* =Comment form
========================= */
#respond {
  margin-bottom: 36px;
  padding: 26px 0 16px; }
  #respond h3 {
    color: #456626;
    font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
    font-size: 34px;
    font-size: 3.4rem; }
    #respond h3 strong {
      font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }
  #respond .comment-form-comment {
    margin: 0; }
  @media screen and (max-width: 480px) {
    #respond {
      box-sizing: border-box;
      padding: 0 10px; } }

.div-comment #respond {
  /* threaded */
  background: #efece5;
  margin: 0 0 12px 12px;
  padding: 6px 12px; }

#respond label.label-inline {
  display: inline; }

#respond #comment {
  width: 100%; }

#respond label {
  display: block;
  margin-bottom: 2px; }

#respond .fieldgroup input.text {
  width: 300px; }

#respond .fieldgroup textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 100%; }

#respond #comment-form-title {
  margin-bottom: 12px; }

a.comments_submit {
  cursor: pointer;
  font: 13px/22px "ProximaNovaRgBold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 1px 1px 1px #9d501f;
  color: #fff;
  padding: 4px 5px 6px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #9a0b06;
  background: #c63427;
  -webkit-appearance: none; }

a.comments_submitted {
  cursor: default;
  background: url("../img/comment_loader.gif") no-repeat center center;
  background-size: 27px;
  display: block;
  text-indent: -9999px;
  width: 73px;
  height: 27px; }

.allowed-tags {
  font-size: 11px;
  font-size: 1.1rem; }

/* Tags Next to Comments Styling
---------------------------------------*/
#tags {
  color: #456626;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.8rem; }
  #tags a,
  #tags a:visited {
    color: #456626; }

/* Left Panel
--------------------------------------------- */
/* Left Panel */
.left-panel {
  background: #f3f3f3;
  -webkit-box-shadow: 3px -1px 4px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 3px -1px 4px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 3px -1px 4px 0px rgba(0, 0, 0, 0.35);
  height: 100%;
  position: fixed;
  z-index: 99; }
  .left-panel.flyout {
    width: 410px; }
  @media (max-width: 655px) {
    .left-panel {
      display: none; } }

.left-panel-sidebar {
  float: left;
  width: 70px;
  width: 7rem; }

.left-panel-content {
  background-color: #fff;
  border-right: 10px solid #dcbf4b;
  border-top: 1px solid #c4c4c4;
  display: none;
  float: left;
  height: 100%;
  overflow: hidden;
  padding: 15px;
  width: 300px; }
  .left-panel-content ul {
    margin-left: 25px; }

.left-panel-close {
  background: transparent url("../../images/left-tab-close.png") no-repeat 0 50%;
  color: #a9a9a9;
  float: left;
  font-size: 12px;
  margin-bottom: 5px;
  padding-left: 18px;
  text-transform: uppercase; }

.left-panel-close:hover,
.left-panel-close:active {
  background-position: -200px 50%;
  color: #636363; }

.left-panel-section {
  border-top: 1px solid #ddd;
  padding: 10px 0; }
  .left-panel-section .subscribe-form {
    background: #f7f7f7;
    padding: 16px 14px 22px 15px; }
    .left-panel-section .subscribe-form .heading {
      color: #9d501f;
      display: block;
      font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 20px;
      line-height: 2rem;
      font-weight: bold;
      margin: 0 0 5px; }
  .left-panel-section .login-block input[type="submit"] {
    background-color: #636363;
    border-color: #333;
    font-family: "Proxima Regular Bold", sans-serif;
    padding: 7px 5px;
    text-shadow: 1px 1px 1px #9d501f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 22px; }

#left-panel-login .login-username label {
  margin-right: 10px; }

#left-panel-login .login-password label {
  margin-right: 12px; }

.left-panel-bottom-fixed {
  background-color: #fff;
  bottom: 0;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 12px;
  /* position:absolute; */
  width: 300px; }

.left-panel-section-first.left-panel-section {
  border-top: none; }

.left-panel-briefing-header {
  color: #000;
  font-family: "Proxima Regular", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  text-transform: uppercase; }

.left-panel-briefing-byline {
  color: #636363;
  font-family: "Proxima Regular", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  line-height: 2.2rem; }

/* by default, do not display any of the left panel content panes */
.left-panel-content-toggle {
  display: none; }
  .left-panel-content-toggle.show {
    display: block; }

/* if a given panel is active, then display it */
.left-panel.active-private-panel .left-panel-content-toggle.content-private,
.left-panel.active-subscribe-panel .left-panel-content-toggle.content-subscribe {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.left-panel.flyout {
  width: 410px; }
  .left-panel.flyout h3 {
    color: #456626;
    font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
    font-size: 23px;
    font-size: 2.3rem; }
  .left-panel.flyout h4 {
    color: #456626;
    font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-size: 1.8rem; }

.left-panel-content-toggle.content-subscribe.show {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin-top: 30px; }
  .left-panel-content-toggle.content-subscribe.show form {
    margin-bottom: 20px; }
  .left-panel-content-toggle.content-subscribe.show input[type="submit"] {
    color: #fff;
    cursor: pointer;
    background: #c63427;
    -webkit-appearance: none;
    border: 1px solid #9a0b06;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-family: "Proxima Regular Bold", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 22px;
    line-height: 2.2rem;
    padding: 4px 5px 6px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #9d501f;
    text-transform: uppercase; }

.flyout .left-panel-content {
  display: block; }

.left-panel:after {
  clear: both;
  content: '';
  display: block; }

.left-panel .ico {
  display: block;
  margin: 0 auto; }

.panel-list {
  font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
  line-height: 1.4rem;
  list-style: none;
  margin: 30px 0 10px;
  text-align: center;
  text-transform: uppercase; }
  .panel-list strong {
    font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }

.panel-list-li {
  border-bottom: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
  border-right: 2px solid #cdcdcd;
  margin-top: 10px;
  width: 75px; }
  .panel-list-li a {
    width: 75px; }
  .panel-list-li.active {
    margin-left: -10px;
    width: 85px; }
    .panel-list-li.active a {
      width: 85px; }

.flyout .panel-list li.panel-list-li.active-tab {
  margin-left: -10px;
  width: 85px; }

.flyout .panel-list li.panel-list-li.active-tab a {
  width: 85px; }

.panel-list .private {
  background-color: #e8e4db; }

.panel-list a {
  color: #333;
  display: block;
  position: relative;
  text-shadow: 1px 1px 0 #fff; }

.panel-list .private a {
  background: transparent url("../../images/icon-preferredarticle-32px.png") no-repeat 50% 6px;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 42px 0 8px;
  position: relative;
  vertical-align: top; }

.panel-list .subscribe a {
  background: transparent url("../../images/icon-subscribe-25px.png") no-repeat 50% 6px;
  padding: 35px 0 8px; }

.panel-list li.panel-list-li .arrow {
  background: url("../../images/left-tab.png") no-repeat -3px 0;
  height: 45px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: -28px;
  text-indent: -9999px;
  top: 20px;
  width: 26px;
  z-index: 2; }

.flyout .panel-list li.panel-list-li.active-tab:hover,
.flyout .panel-list li.panel-list-li.active-tab:active {
  padding-left: 0; }

.panel-list li.panel-list-li:hover .arrow,
.panel-list li.panel-list-li:active .arrow,
.panel-list li.panel-list-li.active-tab .arrow {
  background-position: -3px -100px; }

* + html .panel-list .private .arrow {
  bottom: -7px; }

.panel-list li.panel-list-li span {
  color: #424242;
  display: block;
  font: 9px/12px "ProximaNovaRgRegular", Arial, Helvetica, sans-serif; }

.panel-list .subscribe {
  background-color: #e8e4db; }

.social-block {
  max-width: 70px;
  padding: 0 0 20px;
  text-align: center;
  margin: 0 auto; }

.social-block img {
  margin: 10px 0;
  vertical-align: top; }

.share-block {
  display: block;
  margin: -3px 6px 3px 0; }

.mail-block {
  display: block;
  margin: 0 6px 3px 0; }

.social-block .mail,
.social-block .share {
  color: #636363;
  background: url("../../images/arrow-share.png") no-repeat 0 2px;
  display: inline-block;
  font: 11px/15px "ProximaNovaLtBold", Arial, Helvetica, sans-serif;
  padding: 0 0 0 19px; }

.social-block .mail {
  background: url("../../images/ico-mail.png") no-repeat 0 3px;
  padding: 0 0 0 18px; }

/* Private Briefing Fly-Out
--------------------------------------------- */
.left-panel-briefing-paragraph {
  background: url("../../images/private-briefing-emblem-mid.png") 0 0 no-repeat;
  clear: both;
  margin: 0;
  min-height: 40px;
  padding-left: 40px; }

.left-panel-briefing-header {
  font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }
  .left-panel-briefing-header strong {
    font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }

.left-panel-section {
  border-top: 1px solid #ddd; }

.left-panel.flyout .pbfo p {
  font-family: "Proxima Regular", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.8rem; }

.left-panel.flyout h3.pbfo-title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 24px;
  line-height: 2.4rem; }

.left-panel.flyout .pbfo-title a,
.left-panel.flyout .pbfo-title a:visited {
  color: #456626; }

/* =Grid < grid.css
========================= */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  -ms-box-sizing: border-box; }
  @media screen and (max-width: 655px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
      width: 100%; } }

.row {
  overflow: hidden; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.53%; }

.col-10 {
  width: 83.06%; }

.col-9 {
  width: 74.6%; }

.col-8 {
  width: 66.13%; }

.col-7 {
  width: 57.66%; }

.col-6 {
  width: 49.2%; }

.col-5 {
  width: 40.73%; }

.col-4 {
  width: 32.26%; }

.col-3 {
  width: 23.8%; }

.col-2 {
  width: 15.33%; }

.col-1 {
  width: 6.866%; }

.struc-main1 {
  padding-bottom: 32px;
  overflow: hidden; }

.struc-sidebar1 {
  border-top: 1px solid #ddd;
  background-color: #fff; }

.struc-full1 {
  display: block;
  float: none;
  margin: -4px 0 31px;
  overflow: hidden;
  padding: 0 0 0 32px; }

.alpha {
  margin-left: 0; }

.omega {
  margin-right: 0; }

/* Wrappers */
#wrapper {
  /* position:relative;
	margin:0; /* override auto margin */
  box-shadow: 0 0 15px #505050; }

.wrapper-holder {
  border: solid #ddd;
  border-width: 0 1px;
  padding: 0 29px 0 72px;
  background: #fff; }

#header {
  width: 100%;
  position: relative;
  z-index: 3;
  margin-bottom: 15px; }

#main {
  /*overflow:hidden;*/ }

.main-container {
  /*overflow:hidden;*/
  /*border-right:1px solid #ddd;*/ }

#footer {
  /*border-right:1px solid #ddd;*/
  overflow: hidden; }

/* Two and Three Column blocks */
.row-c6-12-34-56,
.row-c4-12-34,
.cfct-row-d-e,
.cfct-row-a-b-c {
  margin-bottom: 14px; }

/* One Column block for home */
.home .row-c4-1234 .block,
.home .cfct-row-abc .block {
  padding: 10px 9px 11px; }

/* Two Column block */
.row-c4-12-34 .block,
.cfct-row-d-e .block {
  padding: 10px 9px 11px; }

/* Three Column block */
.row-c6-12-34-56 .block,
.cfct-row-a-b-c .block {
  padding: 10px 9px 6px; }

/* =Home Featured Post Advertisement Block
========================= */
.featured-post-advertisement {
  border-bottom: 3px solid #dcbf4b;
  margin: -3px 0 6px;
  padding-bottom: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto; }
  .featured-post-advertisement > section {
    margin: auto 0; }
  .featured-post-advertisement input[type=text] {
    background: #fff;
    border: 1px solid #cfcfcf;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    color: #b7b7b7;
    float: left;
    font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-style: italic;
    height: 26px;
    line-height: 26px;
    line-height: 2.6rem;
    padding: 1px 11px;
    width: 127px; }
    @media screen and (max-width: 480px) {
      .featured-post-advertisement input[type=text] {
        display: block;
        float: none;
        margin-bottom: 10px; } }
  @media screen and (max-width: 480px) {
    .featured-post-advertisement input[type=submit] {
      display: block;
      float: none; } }
  @media screen and (max-width: 480px) {
    .featured-post-advertisement .note {
      margin-top: -10px; } }
  .featured-post-advertisement strong {
    font-weight: normal; }
    .featured-post-advertisement strong:first-child {
      font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif !important; }

/* =Home Featured Post Block
========================= */
.featured-post-block .at16nc,
.featured-post-block .at300bs,
.featured-post-block .at15nc,
.featured-post-block .at15t_email,
.featured-post-block .at16t_email {
  display: none; }

.featured-post-block:hover article {
  background: #f8f7f5; }

.featured-post-block .photo {
  max-width: 105px; }
  .featured-post-block .photo img {
    float: left; }
  .featured-post-block .photo a {
    text-decoration: none; }

.featured-post-block .title {
  background: #212f2b;
  color: #fff;
  float: left;
  font-family: "Proxima Regular", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 1.4rem;
  padding: 2px 3%;
  width: 94%; }

.featured-post-block .cat-comment-byline {
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 1.4rem;
  padding: 0 0 2px;
  width: 100%; }
  .featured-post-block .cat-comment-byline .cat-comment-heading {
    color: #636363;
    float: left;
    padding: 2px 6px 2px 0;
    font-size: 14px; }
    .featured-post-block .cat-comment-byline .cat-comment-heading a {
      font-size: 10px; }
  .featured-post-block .cat-comment-byline .number {
    color: #b7b7b7;
    background: url("../../images/ico-comments.png") no-repeat 0 -38px;
    margin-left: 6px;
    padding: 0 0 3px 16px; }
  .featured-post-block .cat-comment-byline a {
    color: #000;
    font-size: 25px; }

/* =Home Editors Picks
========================= */
.mm-editors-picks-module {
  box-sizing: border-box;
  overflow-wrap: break-word; }

.editors-picks {
  display: none; }
  .editors-picks .heading {
    color: #636363;
    display: block;
    font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4rem;
    padding: 0 0 5px;
    text-transform: uppercase; }
  .editors-picks .box-section {
    font-family: "Proxima Regular", sans-serif; }
  .editors-picks .box {
    float: left;
    padding: 0 6% 0 0;
    width: 27%; }
    .editors-picks .box a {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 20px;
      line-height: 2rem; }
    @media screen and (max-width: 480px) {
      .editors-picks .box {
        line-height: 24px;
        line-height: 2.4rem;
        width: 100%; } }

.home .custom-read-more {
  color: #5e8b34;
  font-style: italic;
  line-height: 26px;
  font-size: 18px;
  font-family: "Proxima Regular", sans-serif; }

/* =Home Multiple Featured Posts Block
========================= */
.featured-posts {
  float: left;
  margin-bottom: 14px; }
  .featured-posts .single-post {
    float: left;
    width: 49.999%;
    max-width: 100%; }
  .featured-posts .first > div {
    margin-right: 15px; }
  .featured-posts .last > div {
    margin-left: 15px; }
  .featured-posts article {
    border-top: 1px solid #ddd;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 10px;
    padding: 10px 9px 11px; }
    .featured-posts article:hover {
      background: #f8f7f5; }
  .featured-posts .cat-comment-heading {
    font-size: 10px;
    font-size: 1rem; }
  .featured-posts h2 {
    font-family: "Minion Pro", Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    font-weight: normal; }
    .featured-posts h2 a {
      text-decoration: none;
      color: #000; }

.featured-post-block ul.info-list address li {
  font-size: 13px; }

/* =Home Headlines Block
========================= */
.content-sidebar-wrap .headlines {
  clear: both; }
  .content-sidebar-wrap .headlines .cat-comment-heading {
    color: #636363;
    float: left;
    /*padding: 2px 6px 2px 0;*/
    font-size: 12px; }
  .content-sidebar-wrap .headlines article {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    margin-bottom: 0;
    padding: 4px 44px 12px 9px;
    position: relative; }

@media screen and (max-width: 655px) {
  .headline-block {
    padding-bottom: 0; } }

@media screen and (max-width: 655px) {
  .headline-list a.title {
    font-size: 14px;
    font-size: 1.4rem; } }

.headline-list .heading-block {
  float: none; }

/* =Home Features Block
========================= */
.features a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem; }

/* Single Post
--------------------------------------------- */
.page-template-template-article-php .entry,
.page-template-template-article-parent-php .entry,
.page-template-template-stock-tickers-php .entry {
  padding-top: 0; }
  .page-template-template-article-php .entry p,
  .page-template-template-article-php .entry li,
  .page-template-template-article-parent-php .entry p,
  .page-template-template-article-parent-php .entry li,
  .page-template-template-stock-tickers-php .entry p,
  .page-template-template-stock-tickers-php .entry li {
    font-size: 18px;
    line-height: 23px; }
  .page-template-template-article-php .entry h3,
  .page-template-template-article-parent-php .entry h3,
  .page-template-template-stock-tickers-php .entry h3 {
    font-family: "Minion Pro", Georgia, "Times New Roman", Times, serif;
    font-size: 25px;
    margin-top: 4%; }

.page-template-template-article-php .scroll-to-comments,
.page-template-template-article-parent-php .scroll-to-comments,
.page-template-template-stock-tickers-php .scroll-to-comments {
  display: block;
  font-family: "Proxima Regular Bold", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 15px 0 0; }
  .page-template-template-article-php .scroll-to-comments a,
  .page-template-template-article-parent-php .scroll-to-comments a,
  .page-template-template-stock-tickers-php .scroll-to-comments a {
    color: #456626; }

.page-template-template-article-php .gated-content-signup,
.page-template-template-article-parent-php .gated-content-signup,
.page-template-template-stock-tickers-php .gated-content-signup {
  text-align: center; }
  .page-template-template-article-php .gated-content-signup .advertisement,
  .page-template-template-article-parent-php .gated-content-signup .advertisement,
  .page-template-template-stock-tickers-php .gated-content-signup .advertisement {
    margin-bottom: 36px; }

.page-template-template-article-php .restricted-block p a,
.page-template-template-article-parent-php .restricted-block p a,
.page-template-template-stock-tickers-php .restricted-block p a {
  color: #456626;
  text-decoration: underline; }

.single .entry .entry-meta,
.trending-content .entry .entry-meta,
.page-template-template-article-php .entry .entry-meta,
.page-template-template-article-parent-php .entry .entry-meta,
.page-template-template-stock-tickers-php .entry .entry-meta {
  font-size: 10px;
  font-size: 1rem;
  margin: 2px 0 13px;
  font-family: "Proxima Nova", sans-serif;
  color: #666;
  font-size: 13px; }
  .single .entry .entry-meta a,
  .trending-content .entry .entry-meta a,
  .page-template-template-article-php .entry .entry-meta a,
  .page-template-template-article-parent-php .entry .entry-meta a,
  .page-template-template-stock-tickers-php .entry .entry-meta a {
    color: #456626;
    text-decoration: underline; }
    .single .entry .entry-meta a:hover,
    .trending-content .entry .entry-meta a:hover,
    .page-template-template-article-php .entry .entry-meta a:hover,
    .page-template-template-article-parent-php .entry .entry-meta a:hover,
    .page-template-template-stock-tickers-php .entry .entry-meta a:hover {
      text-decoration: none; }
  .single .entry .entry-meta .addthis_button_email img,
  .trending-content .entry .entry-meta .addthis_button_email img,
  .page-template-template-article-php .entry .entry-meta .addthis_button_email img,
  .page-template-template-article-parent-php .entry .entry-meta .addthis_button_email img,
  .page-template-template-stock-tickers-php .entry .entry-meta .addthis_button_email img {
    display: none; }
  .single .entry .entry-meta .entry-categories,
  .trending-content .entry .entry-meta .entry-categories,
  .page-template-template-article-php .entry .entry-meta .entry-categories,
  .page-template-template-article-parent-php .entry .entry-meta .entry-categories,
  .page-template-template-stock-tickers-php .entry .entry-meta .entry-categories {
    font-size: 11px;
    font-size: 1.1rem; }
    .single .entry .entry-meta .entry-categories a,
    .trending-content .entry .entry-meta .entry-categories a,
    .page-template-template-article-php .entry .entry-meta .entry-categories a,
    .page-template-template-article-parent-php .entry .entry-meta .entry-categories a,
    .page-template-template-stock-tickers-php .entry .entry-meta .entry-categories a {
      text-decoration: none;
      text-transform: uppercase; }
  @media screen and (max-width: 655px) {
    .single .entry .entry-meta,
    .trending-content .entry .entry-meta,
    .page-template-template-article-php .entry .entry-meta,
    .page-template-template-article-parent-php .entry .entry-meta,
    .page-template-template-stock-tickers-php .entry .entry-meta {
      margin-left: 0; } }

.single .entry .cat-comment-byline,
.trending-content .entry .cat-comment-byline,
.page-template-template-article-php .entry .cat-comment-byline,
.page-template-template-article-parent-php .entry .cat-comment-byline,
.page-template-template-stock-tickers-php .entry .cat-comment-byline {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
  line-height: 1.4rem;
  padding: 0 0 2px;
  width: 100%; }
  .single .entry .cat-comment-byline .cat-comment-heading,
  .trending-content .entry .cat-comment-byline .cat-comment-heading,
  .page-template-template-article-php .entry .cat-comment-byline .cat-comment-heading,
  .page-template-template-article-parent-php .entry .cat-comment-byline .cat-comment-heading,
  .page-template-template-stock-tickers-php .entry .cat-comment-byline .cat-comment-heading {
    color: #636363;
    float: left;
    padding: 2px 6px 2px 0; }

.single .entry .entry-author,
.trending-content .entry .entry-author,
.page-template-template-article-php .entry .entry-author,
.page-template-template-article-parent-php .entry .entry-author,
.page-template-template-stock-tickers-php .entry .entry-author {
  text-transform: uppercase;
  font-family: "Proxima Regular Bold", sans-serif; }

.single .entry .sep,
.trending-content .entry .sep,
.page-template-template-article-php .entry .sep,
.page-template-template-article-parent-php .entry .sep,
.page-template-template-stock-tickers-php .entry .sep {
  padding: 0 5px; }

.content {
  position: relative; }
  .content .tabset {
    background: #f3f3f3;
    border-bottom: 1px solid #b7b7b7;
    display: inline-block;
    margin: 0 0 10px;
    width: 100%; }
    .content .tabset li {
      float: left;
      list-style-type: none;
      margin: 0; }
      .content .tabset li .active {
        background: #fff;
        border-bottom: none;
        border-left: 1px solid #b7b7b7;
        border-right: 1px solid #b7b7b7;
        border-top: 1px solid #b7b7b7;
        padding: 10px 18px 11px; }
    .content .tabset a {
      color: #333;
      display: block;
      font-size: 10px;
      font-size: 1rem;
      margin-bottom: -1px;
      padding: 11px 19px;
      text-decoration: none; }
    @media screen and (max-width: 655px) {
      .content .tabset {
        box-sizing: border-box;
        padding: 0 10px; } }

/* Comment Numbers */
.cat-comment-byline.heading-block .cat-comment-heading a.number,
#nav .box .cat-comment-byline.heading-block .cat-comment-heading a.number,
#nav .box .cat-comment-byline.heading-block .cat-comment-heading a.number:hover {
  color: #a83;
  padding: 0 0 3px 16px;
  margin-left: 6px;
  background: url("../../images/ico-comments.png") no-repeat -37px 1px; }

.cat-comment-byline.heading-block .cat-comment-heading a.number.alt,
#nav .box .cat-comment-byline.heading-block .cat-comment-heading a.number.alt,
#nav .box .cat-comment-byline.heading-block .cat-comment-heading a.number.alt:hover {
  background-position: 0 -38px;
  color: #b7b7b7; }

.buzz-about-stock {
  background: #F8F7F5;
  padding: 8px 5px;
  border-bottom: 3px solid #DCBF4B;
  font-weight: bold;
  font-size: 16px; }
  .buzz-about-stock strong {
    margin-left: 0px;
    font-weight: bold;
    font-size: 16px; }

/* Default Page
--------------------------------------------- */
.page article {
  padding-top: 0; }

.page .cfct-mod-content p {
  font-size: 13px;
  font-size: 1.3rem; }

.page input[type="submit"] {
  color: #fff;
  cursor: pointer;
  background: #c63427;
  -webkit-appearance: none;
  border: 1px solid #9a0b06;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-family: "Proxima Regular Bold", sans-serif;
  padding: 4px 5px 6px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #9d501f;
  text-transform: uppercase; }

.page form {
  font-size: 13px;
  font-size: 1.3rem; }

.page #wistia_eysyflmase {
  max-width: 100% !important; }

/* About Us Page
--------------------------------------------- */
.about-us p {
  font-size: 13px;
  font-size: 1.3rem; }

.about-us table {
  width: 200px;
  line-height: 1.4; }
  .about-us table tbody {
    border-bottom: none; }
  .about-us table td {
    border-top: none;
    padding: 2px 0; }

.about-form {
  background-color: #f7f7f7;
  border: 1px solid #2e6402;
  margin: 0 40px;
  padding: 15px;
  text-align: center; }
  @media screen and (max-width: 800px) {
    .about-form {
      margin: 0 20px; } }

/* Dashboard
--------------------------------------------- */
.dashboard .content .tabset .active {
  color: #333; }

.dashboard .content .tabset a,
.dashboard .content .tabset a:visited {
  color: #456626;
  font-size: 10px;
  font-size: 1rem;
  padding: 11px 16px; }
  .dashboard .content .tabset a:hover,
  .dashboard .content .tabset a:visited:hover {
    color: #333; }

@media screen and (max-width: 800px) {
  .dashboard .content .tabset li {
    float: none;
    list-style-type: none;
    padding: 0 10px 0 0;
    display: inline-block; } }

@media screen and (max-width: 655px) {
  .dashboard .content .tabset li {
    width: 100%; } }

.dashboard .tab-content {
  font-size: 13px;
  font-size: 1.3rem; }
  .dashboard .tab-content h1 {
    color: #456626;
    font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
    font-size: 34px;
    font-size: 3.4rem; }
    .dashboard .tab-content h1 strong {
      font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }

.dashboard #dashboard-briefing {
  margin: 0;
  border-top: 3px solid #dcbf4c; }
  .dashboard #dashboard-briefing li {
    border-top: 1px solid #ddd;
    list-style-type: none;
    margin: 0;
    padding: 11px 44px 13px 9px;
    position: relative; }
    .dashboard #dashboard-briefing li:first-child {
      margin-top: 11px; }
    .dashboard #dashboard-briefing li a {
      color: #456626;
      font-family: 'Minion Pro', Georgia, 'Times New Roman', Times, serif;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: normal;
      line-height: 23px;
      line-height: 2.3rem; }
      .dashboard #dashboard-briefing li a strong {
        font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }

.dashboard #dashboard-promised ul {
  margin-left: 24px;
  margin-left: 2.4rem; }

.dashboard #dashboard-promised a,
.dashboard #dashboard-promised a:visited {
  color: #456626; }

.dashboard .cat-comment-byline,
.dashboard .cat-comment-heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-size: 1rem; }

.dashboard .flag {
  background: url("../../images/sprite.png") no-repeat -69px -74px;
  height: 13px;
  margin: -4px 0 0;
  overflow: hidden;
  position: absolute;
  right: 23px;
  text-indent: -9999px;
  top: 50%;
  width: 12px; }

.dashboard #dashboard-recommendations table strong {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold; }

.dashboard #dashboard-recommendations table td {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0; }

.dashboard #dashboard-faq h1 {
  font-size: 31px;
  font-size: 3.1rem; }

.dashboard #dashboard-faq ul {
  margin-left: 20px; }

.dashboard #dashboard-faq a,
.dashboard #dashboard-faq a:visited {
  color: #456626; }

/* Our Trading Services
--------------------------------------------- */
.our-trading-services .content,
.essential-reading .content,
.mm_popup .content,
.single .post .mm_popup .content {
  font-size: 13px;
  font-size: 1.3rem; }

.our-trading-services img,
.essential-reading img,
.mm_popup img,
.single .post .mm_popup img {
  max-width: none; }

.our-trading-services .benefits-title,
.our-trading-services .benefits-content,
.essential-reading .benefits-title,
.essential-reading .benefits-content,
.mm_popup .benefits-title,
.mm_popup .benefits-content,
.single .post .mm_popup .benefits-title,
.single .post .mm_popup .benefits-content {
  float: left; }

.our-trading-services .benefits-title,
.essential-reading .benefits-title,
.mm_popup .benefits-title,
.single .post .mm_popup .benefits-title {
  width: 35%;
  max-width: 100%; }

.our-trading-services .benefits-content,
.essential-reading .benefits-content,
.mm_popup .benefits-content,
.single .post .mm_popup .benefits-content {
  float: left;
  margin-left: 20px;
  width: 60%;
  max-width: 100%; }

.our-trading-services h3,
.our-trading-services h4,
.our-trading-services h5,
.essential-reading h3,
.essential-reading h4,
.essential-reading h5,
.mm_popup h3,
.mm_popup h4,
.mm_popup h5,
.single .post .mm_popup h3,
.single .post .mm_popup h4,
.single .post .mm_popup h5 {
  color: #456626;
  font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  font-weight: bold; }
  .our-trading-services h3 strong,
  .our-trading-services h4 strong,
  .our-trading-services h5 strong,
  .essential-reading h3 strong,
  .essential-reading h4 strong,
  .essential-reading h5 strong,
  .mm_popup h3 strong,
  .mm_popup h4 strong,
  .mm_popup h5 strong,
  .single .post .mm_popup h3 strong,
  .single .post .mm_popup h4 strong,
  .single .post .mm_popup h5 strong {
    font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }

.our-trading-services .backtotop,
.essential-reading .backtotop,
.mm_popup .backtotop,
.single .post .mm_popup .backtotop {
  float: right; }

.our-trading-services h3 {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 25px;
  line-height: 2.5rem; }

.our-trading-services h4 {
  font-size: 18px;
  font-size: 1.8rem; }

.our-trading-services h5 {
  font-size: 15px;
  font-size: 1.5rem; }

.our-trading-services .backtotop {
  font-size: 11px;
  font-size: 1.1rem; }

/* Report List
--------------------------------------------- */
.reports-list h3 {
  font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }
  .reports-list h3 strong {
    font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }

/* Essential Reading
--------------------------------------------- */
#benefits-nav {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 14px; }
  #benefits-nav span {
    font-weight: lighter;
    margin: 0 4px; }
  #benefits-nav a {
    color: #456626;
    font-size: 1em; }

.benefits-content-img {
  -webkit-box-shadow: 0 0 5px #aaa;
  -moz-box-shadow: 0 0 5px #aaa;
  -ms-box-shadow: 0 0 5px #aaa;
  -o-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
  float: left;
  height: auto;
  margin: 5px 15px 5px 0;
  width: 75px; }

.benefits-content a {
  color: #456626;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  line-height: 1.6rem;
  margin-bottom: 18px; }

.benefits-content p {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 18px; }

.essential-reading .backtotop {
  font-size: 11px;
  font-size: 1.1rem;
  text-decoration: underline; }
  .essential-reading .backtotop:hover {
    text-decoration: none; }

/* Error 404 Page Styles
--------------------------------------------- */
.error404 .search-form input[type="submit"] {
  background: #c63427;
  border: 1px solid #9a0b06;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  clip: auto;
  color: #fff;
  font-size: 13px;
  height: 32px;
  margin: 4px;
  padding: 4px 5px 6px;
  position: relative;
  width: 34px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 1px 1px 1px #9d501f;
  -webkit-appearance: none; }

.error404 input {
  -webkit-appearance: none;
  border-radius: 0;
  width: 130px; }

/* Contributors Page
 -----------------------------------------*/
.contributors ul.cfum-list {
  margin-left: 0; }
  .contributors ul.cfum-list li {
    list-style-type: none; }

/* Trending Content Page
 -----------------------------------------*/
.trending-content .content .type-post {
  padding-bottom: 40px;
  padding-bottom: 4rem;
  border-bottom: 1px solid #ddd; }
  .trending-content .content .type-post:last-child {
    border: none; }

.trending-content .content .entry-meta {
  margin-left: 0; }

.trending-content .content .addthis_button_email span {
  display: none; }

.trending-content .content h1 {
  margin-bottom: 49px;
  margin-bottom: 4.9rem; }

.trending-content .content .type-page {
  margin: 0;
  padding: 0; }

/* Article Parent Page
 -----------------------------------------*/
.page-template-template-article-parent-php .resizer {
  margin-top: 0; }

.page-template-template-article-parent-php .site-footer > .wrap {
  display: none; }

.page-template-template-article-parent-php .widget_stock_ticker,
.page-template-template-article-parent-php .header-widget-area {
  display: none; }

/* Stock Tickers Page
 -----------------------------------------*/
.page-template-template-stock-tickers-php .stock-ticker-posts {
  margin: 0; }
  .page-template-template-stock-tickers-php .stock-ticker-posts li {
    list-style-type: none; }

.page-template-template-stock-tickers-php .stock-title {
  font-weight: bold; }

.page-template-template-stock-tickers-php p.stock-listing {
  font-size: 13px;
  font-size: 1.3rem; }

.page-template-template-stock-tickers-php h1 {
  margin-bottom: 30px;
  margin-bottom: 3rem; }

/* Research Services Page
 -----------------------------------------*/
.research-half {
  display: inline-block;
  padding-left: 50%;
  width: 54%; }

/* Sitemap Page
 -----------------------------------------*/
.entry .sitemap-menu {
  margin-left: 24px;
  margin-left: 2.4rem; }
  .entry .sitemap-menu li {
    list-style-type: none; }

body.advertorial .post-info {
  margin-bottom: 10px; }

body.advertorial .advertorial-sidebar {
  margin: 0; }
  body.advertorial .advertorial-sidebar ul li {
    padding: 10px;
    overflow: auto; }
    body.advertorial .advertorial-sidebar ul li:hover,
    body.advertorial .advertorial-sidebar ul li:active,
    body.advertorial .advertorial-sidebar ul li:focus {
      background-color: #eee; }
    body.advertorial .advertorial-sidebar ul li a {
      font-weight: bold; }
      body.advertorial .advertorial-sidebar ul li a h3 {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 16px;
        margin-top: 0; }
      body.advertorial .advertorial-sidebar ul li a img {
        vertical-align: bottom; }
      body.advertorial .advertorial-sidebar ul li a span {
        text-transform: uppercase;
        text-decoration: none;
        color: #636363;
        font-size: 12px; }
      body.advertorial .advertorial-sidebar ul li a .alignleft {
        margin: 0 10px 10px 0; }
      body.advertorial .advertorial-sidebar ul li a .alignright {
        margin: 0 0 10px 10px; }
  body.advertorial .advertorial-sidebar .widget-title {
    margin: 0; }

div.note {
  color: #000000 !important;
  border: solid 1px #C6C3B5;
  background-color: #E0DFDB;
  -moz-border-radius: 0.375em;
  -webkit-border-radius: 0.375em;
  border-radius: 0.375em;
  padding: 1.875em 2.15em !important;
  margin-top: 2.75em; }

img.note {
  float: left !important;
  padding: 0.375em !important;
  margin: 0.375em !important;
  width: 25% !important;
  margin-right: 16px !important; }

div.rightbar {
  color: #000000;
  border: solid 1px #C6C3B5;
  background-color: #E0DFDB;
  -moz-border-radius: 0.375em;
  -webkit-border-radius: 0.375em;
  border-radius: 0.375em;
  padding: 0.875em 1.25em;
  margin: 0.750em;
  float: right; }

img.rightbar {
  margin: 0 auto !important;
  padding: 0.75em !important;
  width: 90% !important;
  display: block; }

.pmd-dashboard {
  background: url("../img/dashboard/dashboard-full.png");
  height: 632px;
  overflow: hidden;
  padding: 38px 38px 0;
  position: relative;
  width: 824px; }

.select-custom {
  border: 1px solid #7c7c7c; }

#pmd-spinner,
#pmd-calendar-spinner {
  background: url("../img/ajax-loader.gif") no-repeat center top;
  height: 55px;
  width: 100%;
  text-align: center; }

#pmd-calendar-spinner {
  height: 194px; }

#pmd-notes-spinner {
  background: url("../img/ajax-loader.gif") no-repeat center top;
  width: 32px;
  height: 32px;
  text-align: center; }

#pmd-notes-button,
#pmd-notes-spinner,
#pmd-notes-saved {
  float: left; }

#pmd-notes-save-button {
  padding: 5px 7px; }

#pmd-notes-saved {
  padding: 4px 7px;
  margin-left: 10px;
  color: #333;
  background-color: #ffffe0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e6db55; }

/** @section General stuff
 -------------------------------------------------- */
.pmd-close {
  background: url("../img/close.png");
  cursor: pointer;
  display: block;
  height: 52px;
  margin: 20px 21px;
  text-indent: -32000px;
  position: absolute;
  right: 0;
  top: 0;
  width: 52px; }

.pmd-dashboard .pmd-title {
  font-size: 22px;
  font-weight: normal;
  text-transform: capitalize; }

.pmd-dashboard .pmd-label {
  color: #646464;
  font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase; }

.pmd-dashboard textarea {
  background: #fff;
  border: 1px solid #999;
  line-height: 1.5;
  padding: 3px 5px; }

/** @section Header
 -------------------------------------------------- */
.pmd-header {
  background: url("../img/preferred-members-header.gif") no-repeat 0 0;
  height: 76px;
  margin-bottom: 20px;
  width: 820px; }

/** @section Dashboard Content area
 -------------------------------------------------- */
.pmd-content,
.pmd-sidebar {
  overflow: hidden; }

.pmd-content {
  display: inline;
  float: left;
  margin-right: 20px;
  position: relative;
  width: 550px; }

.pmd-content-scroll {
  height: 473px;
  overflow: auto;
  padding-right: 25px; }

.pmd-content .pmd-fade {
  background: url("../img/content-fade.png") repeat-x 0 0;
  /**
	 * @bugfix IE6 PNG transparency
	 * @valid no
	 */
  _background: transparent;
  bottom: 0;
  height: 100px;
  left: 0;
  position: absolute;
  width: 535px; }

.pmd-content-header {
  margin-bottom: 27px; }

.pmd-content-fade-bump {
  height: 50px; }

/**
 * Recommendations
 */
#dashboard-recommendations table {
  border: 1px solid #000;
  border-collapse: inherit;
  font-size: 12px;
  font-size: 1.2rem; }
  #dashboard-recommendations table strong {
    font-family: "Proxima Regular Bold", sans-serif; }
  #dashboard-recommendations table td {
    padding: 0; }

/**
 * Articles
 */
.pmd-article {
  margin-bottom: 12px; }

.pmd-article .byline-major {
  font-weight: normal; }

/** @section Dashboard Widgets / Sidebar
 -------------------------------------------------- */
.pmd-sidebar {
  display: inline;
  float: left;
  width: 222px; }

.pmd-widget {
  margin-bottom: 15px; }

.pmd-widget .widget-title {
  color: #205541;
  line-height: 1.2;
  margin-bottom: 11px; }

/**
 * Charts
 */
.pmd-charts img {
  display: block; }

/**
 * Actions
 */
.pmd-actions textarea {
  height: 80px;
  width: 210px; }

.pmd-notes .pmd-placeholder {
  color: #999;
  cursor: text;
  font-family: Tahoma, Verdana, "Lucida Grande", "Calibri", "Trebuchet MS", sans-serif;
  position: absolute;
  font-style: italic;
  margin: 5px; }

.pmd-notes .pmd-placeholder img {
  vertical-align: text-bottom; }

.pmd-notes-save {
  padding: 5px 0 0; }

/**
 * Other
 */
#mm-sidebar-auth-widget-read-more {
  background: url("../img/icon/icon-preferredarticle-16px.png") no-repeat scroll 5px 6px #eae1dc;
  font-size: 16px;
  line-height: 1.1;
  padding: 5px 0 5px 25px;
  margin: 10px 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #1f543f;
  cursor: pointer; }

.pmd-navigation {
  list-style: none;
  margin: 0;
  overflow: hidden; }

.pmd-navigation li {
  display: inline;
  float: left;
  margin-right: 5px; }

.pmd-navigation-selected {
  font-weight: bold; }

.pmd-navigation-bar {
  font-weight: normal; }

ul.alerts {
  font-size: 10px !important;
  margin-bottom: 10px; }

ul.alerts li {
  margin-bottom: 5px; }

/* Membership Pages
--------------------------------------------- */
.page-template-page-benefits-php .site-container,
.your-member-benefits .site-container,
.essential-reading .site-container,
.our-trading-services .site-container {
  filter: blur(4px);
  -webkit-filter: blur(4px);
  -o-filter: blur(4px);
  pointer-events: none;
  filter: url("../../images/blur.svg#gaussian_blur");
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
  overflow: hidden; }

.cookied .site-container {
  filter: none;
  -webkit-filter: none;
  -o-filter: none;
  pointer-events: all; }

.mm_popup input[type="submit"] {
  background: #c63427;
  border: 1px solid #9a0b06;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-family: "Proxima Regular Bold", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 22px;
  line-height: 2.2rem;
  padding: 4px 5px 6px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #9d501f;
  text-transform: uppercase;
  -webkit-appearance: none; }

.your-member-benefits .mm_popup form {
  margin-bottom: 20px; }

.your-member-benefits .mm_popup ul {
  margin-left: 24px;
  list-style-image: url(" 'img/li-check.gif' "); }
  .your-member-benefits .mm_popup ul li {
    margin-bottom: 9px; }

.your-member-benefits .benefits-title {
  float: left;
  width: 200px; }
  .your-member-benefits .benefits-title h4 {
    color: #456626;
    font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 21px;
    line-height: 2.1rem;
    font-weight: bold; }

.your-member-benefits .benefits-content {
  margin: 0 0 40px 220px; }
  .your-member-benefits .benefits-content h4 {
    color: #456626;
    font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 21px;
    line-height: 2.1rem;
    font-weight: bold; }

.your-member-benefits .benefits-content strong {
  font-family: "Proxima Regular", sans-serif;
  font-size: 14px; }

.your-member-benefits #rewards-box {
  background: #fafafa;
  border: 2px solid #ddd;
  margin-top: 25px;
  float: left;
  width: 40%;
  margin-right: 10px; }

@media (max-width: 850px) {
  .your-member-benefits #rewards-box {
    float: none;
    width: 100%;
    margin-bottom: 5%; } }

.your-member-benefits #rewards-box h3 {
  background: #ddd;
  color: #333;
  font-size: 1.4em;
  font-family: "Proxima Regular", sans-serif;
  padding: 10px;
  text-transform: uppercase;
  text-align: center; }

.your-member-benefits #rewards-box p {
  padding: 0 10px; }

.your-member-benefits ul#benefits-market-research {
  list-style: none;
  margin: -18px 0 0;
  padding: 0;
  width: 100%; }

.your-member-benefits ul#benefits-market-research li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 24%; }

.your-member-benefits ul#essential-reading-thumbs {
  list-style: none;
  margin-left: 0; }

.your-member-benefits ul#essential-reading-thumbs li {
  clear: both;
  display: block;
  height: 120px;
  list-style: none;
  position: relative; }

.your-member-benefits a.backtotop {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: right; }

.your-member-benefits .bold-green {
  color: #456626;
  font-weight: bold; }

.your-member-benefits .margin-top-0 {
  margin-top: 0; }

.your-member-benefits .margin-bottom-0 {
  margin-bottom: 0; }

.your-member-benefits .ymb-disclaimer {
  line-height: 1em; }

/* Video Single
--------------------------------------------- */
.videos strong {
  font-family: "Proxima Regular", sans-serif; }

.vidfirst {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px 10px 4px 0;
  text-decoration: none; }

.vidlast {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px 10px;
  text-decoration: none; }

a.next.page-numbers {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.page-numbers {
  background-color: #fff;
  border: 1px solid #aaa;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  color: #456626;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px 10px;
  text-decoration: none; }
  .page-numbers.current {
    background: #456626;
    color: #fff; }

.page-numbers:hover {
  text-decoration: underline; }

.single-videos #respond {
  margin-bottom: 0; }

.single-videos .comment-respond {
  margin-bottom: 0; }

.single-videos .cat-comment-byline {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
  line-height: 1.4rem;
  padding: 0 0 2px;
  width: 100%; }
  .single-videos .cat-comment-byline .cat-comment-heading {
    color: #636363;
    float: left;
    padding: 2px 6px 2px 0; }

.wistia_embed > div {
  float: left; }

.wistia_embed object {
  display: block;
  max-width: 570px;
  margin-bottom: 56px; }

.vid_archive_item h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  font-weight: bold; }

.archive_page.research-services h2 {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  text-transform: none;
  border: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.archive_page.research-services p {
  font-size: 90%; }

.archive_page.research-services a.learn_more {
  font-size: 90%; }

.archive_page.research-services .archive-pagination .fl {
  padding: 4px 10px; }

/* Reports Page Template
--------------------------------------------- */
.page-template-page-template-report-php .widget_stock_ticker {
  display: none; }

.page-template-page-template-report-php article {
  padding-left: 15px;
  padding-right: 15px; }

.page-template-page-template-report-php .logged-in .byline {
  color: #aca899;
  font-size: 11px;
  font-size: 1.1rem;
  margin-left: 30px;
  margin-bottom: 18px;
  padding: 25px 0 3px; }
  .page-template-page-template-report-php .logged-in .byline span {
    font-family: "Proxima Regular Bold", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    text-transform: uppercase; }

.page-template-page-template-report-php .author-by-line {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 1px; }

.page-template-page-template-report-php .byline {
  font-size: 13px;
  font-size: 1.3rem;
  border-bottom: 1px solid #ddd;
  font-style: italic;
  margin-left: 0;
  padding: 10px 0;
  text-align: left;
  width: 90%;
  max-width: 90%; }
  .page-template-page-template-report-php .byline span {
    font-family: "Proxima Regular", sans-serif;
    font-size: 13px;
    font-size: 1.3rem; }

.page-template-page-template-report-php .resizer {
  margin-top: 0; }

.page-template-page-template-report-php .cfct-mod-content p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 18px; }

.page-template-page-template-report-php .manage-block {
  margin-bottom: 15px;
  padding: 2px 0 4px; }

.page-template-page-template-report-php .report-signup-content {
  width: 90%;
  max-width: 90%; }
  .page-template-page-template-report-php .report-signup-content p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 2rem;
    padding-top: 10px;
    text-align: left; }
  .page-template-page-template-report-php .report-signup-content .report-lastline {
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 18px;
    text-align: center; }
  .page-template-page-template-report-php .report-signup-content .report-cancel {
    font-size: 12px;
    font-size: 1.2rem;
    color: #999; }

.social-byline {
  display: inline-flex; }
  .social-byline iframe {
    margin-right: 5px; }

/* Tag Archive
--------------------------------------------- */
.single-date-title, .single-tag-title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 23px;
  font-size: 2.3rem;
  margin: 0 0 14px;
  margin: 0 0 1.4rem;
  padding: 11px 44px 3px 8px;
  padding: 1.1rem 4.4rem 0.3rem 0.8rem;
  border-bottom: 3px solid #dcbf4b;
  color: #212f2b;
  font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  line-height: 1.2; }

.single-tag-title {
  font-size: 20px;
  font-size: 2rem;
  padding: 11px 44px 12px 18px;
  padding: 1.1rem 4.4rem 1.2rem 1.8rem;
  border-bottom: none;
  border-top: 3px solid #dcbf4b;
  font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  line-height: 1.5;
  text-transform: uppercase; }

.tag-archive #tag-feature-content,
.category-archive #tag-feature-content,
.date.archive #tag-feature-content {
  padding-right: 0; }

.tag-archive article,
.tag-archive .advertisement,
.category-archive article,
.category-archive .advertisement,
.date.archive article,
.date.archive .advertisement {
  border-top: 1px solid #ddd; }

.tag-archive article,
.category-archive article,
.date.archive article {
  padding: 11px 44px 12px 9px;
  padding: 1.1rem 4.4rem 1.2rem 0.9rem;
  clear: both;
  display: inline-block;
  margin: 0; }
  @media screen and (max-width: 655px) {
    .tag-archive article,
    .category-archive article,
    .date.archive article {
      padding: 11px 10px 0 10px;
      padding: 1.1rem 1rem 0 1rem; } }
  .tag-archive article h2,
  .category-archive article h2,
  .date.archive article h2 {
    line-height: 1.1;
    font-size: 28px; }
    .tag-archive article h2 > a,
    .category-archive article h2 > a,
    .date.archive article h2 > a {
      color: #000;
      text-decoration: none;
      font-size: 28px; }
  .tag-archive article a,
  .category-archive article a,
  .date.archive article a {
    color: #456626; }
  .tag-archive article:hover,
  .category-archive article:hover,
  .date.archive article:hover {
    background: #f8f7f5; }
    .tag-archive article:hover a,
    .category-archive article:hover a,
    .date.archive article:hover a {
      color: #456626; }
    .tag-archive article:hover .custom-read-more,
    .category-archive article:hover .custom-read-more,
    .date.archive article:hover .custom-read-more {
      color: #456626; }

.tag-archive .entry-content p,
.category-archive .entry-content p,
.date.archive .entry-content p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px; }

.tag-archive .content .entry-meta,
.category-archive .content .entry-meta,
.date.archive .content .entry-meta {
  margin: 2px 0 13px;
  line-height: 23px;
  font-family: 'proxima nova', sans-serif;
  color: #666;
  font-size: 13px; }

.tag-archive .content .entry-author,
.category-archive .content .entry-author,
.date.archive .content .entry-author {
  text-transform: uppercase;
  font-family: "Proxima Regular Bold", sans-serif; }

.tag-archive .content .sep,
.category-archive .content .sep,
.date.archive .content .sep {
  padding: 0 5px;
  padding: 0 0.5rem; }

.tag-archive .custom-read-more-wrap,
.category-archive .custom-read-more-wrap,
.date.archive .custom-read-more-wrap {
  line-height: 1.4; }

.tag-archive .custom-read-more,
.category-archive .custom-read-more,
.date.archive .custom-read-more {
  font-size: 18px;
  font-size: 1.8rem;
  clear: both;
  color: #5e8b34;
  display: block;
  /*font-family: $font-sans-bold;*/
  /*letter-spacing: 1px;*/
  line-height: 26px;
  /*margin-top: 10px;*/ }

.tag-archive .below-footer {
  text-align: center; }

.tag-archive #sidebar-below-footer .wrap {
  left: 0; }

.tag-back-to-top {
  margin: 10px auto;
  margin: 1rem auto;
  text-align: right; }
  .tag-back-to-top a {
    color: #456626; }

/* Index Arhive and Heading
--------------------------------------------- */
.article-index-heading {
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 5px;
  margin-left: 0.5rem;
  font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase; }

.article-index-tag-list {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 10px 0 10px 20px;
  margin: 1rem 0 1rem 2rem; }
  .article-index-tag-list li {
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
    list-style-type: disc;
    margin-left: 16px; }
  .article-index-tag-list a {
    color: #456626; }

/* Featured Post
--------------------------------------------- */
.tag-featured-wrap {
  -webkit-box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  background-color: #f8f7f5;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#f8f7f5));
  background-image: -webkit-linear-gradient(top, #fefefe, #f8f7f5);
  background-image: -moz-linear-gradient(top, #fefefe, #f8f7f5);
  background-image: -ms-linear-gradient(top, #fefefe, #f8f7f5);
  background-image: -o-linear-gradient(top, #fefefe, #f8f7f5);
  -webkit-animation: fade-in 0.5s;
  -moz-animation: fade-in 0.5s;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  webkit-transition: all 0.25s ease-in-out; }
  .archive-list .tag-featured-wrap {
    margin: 5px 11px 29px;
    margin: 0.5rem 1.1rem 2.9rem;
    padding: 11px 44px 0 24px;
    padding: 1.1rem 4.4rem 0 2.4rem;
    border: 1px dashed #ddd; }
    @media screen and (max-width: 655px) {
      .archive-list .tag-featured-wrap {
        padding: 11px 10px 0 10px;
        padding: 1.1rem 1rem 0 1rem; } }
    .archive-list .tag-featured-wrap .entry-meta {
      font-size: 10px;
      font-size: 1rem;
      margin: 0; }
    .archive-list .tag-featured-wrap:hover {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      background-color: #f8f7f5;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#f8f7f5));
      background-image: -webkit-linear-gradient(top, #fefefe, #f8f7f5);
      background-image: -moz-linear-gradient(top, #fefefe, #f8f7f5);
      background-image: -ms-linear-gradient(top, #fefefe, #f8f7f5);
      background-image: -o-linear-gradient(top, #fefefe, #f8f7f5);
      border: 1px dashed #dcbf4b; }

.tag-featured-story {
  border: none; }
  @media screen and (max-width: 800px) {
    .tag-featured-story {
      width: 100%; } }
  .tag-featured-story:hover .tag-featured-title {
    color: #212f2b; }
  .tag-archive .tag-featured-story {
    border: none; }
    .tag-archive .tag-featured-story:hover {
      background: transparent; }

.archive-block .tag-featured-story-heading {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-left: 0;
  color: #456626; }

.tag-archive .tag-featured-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  line-height: 1.2; }
  .archive-list .post .tag-archive .tag-featured-title {
    font-weight: bold; }
  .tag-archive .tag-featured-title a {
    color: #000;
    text-decoration: none;
    font-size: 32px; }

.at15t_email,
.at16nc.at16t_email {
  display: none; }

#adzerk_tag_popup {
  display: none; }

/* category Archive
--------------------------------------------- */
.category-archive article:hover a {
  color: #212f2b; }

.category-archive .entry-meta a {
  color: #456626;
  text-decoration: underline; }
  .category-archive .entry-meta a:hover {
    text-decoration: none; }

.category-archive .addthis_button_email span {
  display: none; }

.category-archive .category-headline-wrap {
  padding: 0 8px;
  padding: 0 0.8rem; }

.category-archive .headline {
  font-size: 10px;
  font-size: 1rem;
  padding-bottom: 4px;
  padding-bottom: 0.4rem;
  color: #636363;
  float: none;
  text-transform: uppercase; }

.category-archive .category-name {
  font-size: 23px;
  font-size: 2.3rem;
  font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }

/* Login Page and Password Recovery Pages
--------------------------------------------- */
p.message {
  font-size: 13px;
  font-size: 1.3rem; }

p.reset-email {
  margin-bottom: 5px; }

p.reset-submit {
  margin-bottom: 5px; }

.mm-lpw-ad,
.mm-login-ad {
  clear: both; }
  .mm-lpw-ad h2,
  .mm-login-ad h2 {
    font-size: 16px;
    font-size: 1.6rem; }
  .mm-lpw-ad p,
  .mm-login-ad p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 20px;
    line-height: 2rem;
    font-family: "Proxima Regular", sans-serif; }
  .mm-lpw-ad a,
  .mm-login-ad a {
    color: #456626; }
  .mm-lpw-ad td,
  .mm-login-ad td {
    border-top: 0; }
  .mm-lpw-ad tbody,
  .mm-login-ad tbody {
    border-bottom: 0; }

/*Login Page -- Login Ad Above ^^
--------------------------------------------- */
.login-template-notice {
  font-size: 13px;
  font-size: 1.3rem; }

.login .post-edit-link {
  display: none; }

.login h2 {
  font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  font-size: 1.7rem; }

.login .message {
  font-size: 13px;
  font-size: 1.3rem; }

#mw_login .login-submit,
#mw_login .login-lpw {
  display: inline-block; }

#mw_login .login-submit {
  float: left; }

#mw_login .login-lpw {
  margin-top: 13px; }
  #mw_login .login-lpw a,
  #mw_login .login-lpw a:visited {
    font-size: 10px;
    font-size: 1rem;
    color: #456626; }
    #mw_login .login-lpw a:hover,
    #mw_login .login-lpw a:focus,
    #mw_login .login-lpw a:visited:hover,
    #mw_login .login-lpw a:visited:focus {
      text-decoration: none; }

#mw_login #loginform p {
  padding: 5px 0;
  margin-right: 5px;
  margin-bottom: 0; }

#mw_login .login-username,
#mw_login .login-password {
  margin-left: 20px; }
  #mw_login .login-username input,
  #mw_login .login-password input {
    width: 200px; }

#mw_login .login-username label {
  margin-right: 6px; }

#mw_login .login-password label {
  margin-right: 8px; }

.search .content article,
.search .content .advertisement {
  padding: 11px 44px 12px 9px;
  padding: 1.1rem 4.4rem 1.2rem 0.9rem;
  border-top: 1px solid #ddd;
  margin: 0; }

.search .content article:hover h2 a {
  color: #212f2b; }

.search .cat-comment-heading {
  font-size: 10px;
  font-size: 1rem;
  float: none; }

.search .entry-meta {
  text-transform: none; }
  .search .entry-meta .entry-author-link {
    color: #456626;
    text-decoration: underline;
    text-transform: uppercase; }

.search .addthis_button_email span {
  display: none; }

.search .archive-description {
  box-shadow: none;
  margin: 0;
  padding: 0; }

.search h1 {
  font-size: 23px;
  font-size: 2.3rem;
  margin: 0 0 14px;
  margin: 0 0 1.4rem;
  padding: 0 0 3px 8px;
  padding: 0 0 0.3rem 0.8rem;
  border-bottom: 3px solid #dcbf4b;
  color: #212f2b;
  font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  font-weight: normal; }

.search .search-term {
  text-decoration: underline; }

.archive-description ~ article h2 > a {
  font: bold 16px/1.4em "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  color: #456626;
  text-decoration: none; }

.archive-description ~ article p {
  color: #333333;
  font-family: "Proxima Regular", sans-serf;
  font-size: 13px;
  line-height: 18px; }

.archive-description ~ article .cat-comment-heading, .archive-description ~ article .entry-meta {
  display: none; }

.stocks ul#stock-query {
  margin-top: 15px; }
  .stocks ul#stock-query h5 {
    color: #333;
    margin: 10px 0 0 10px; }
  .stocks ul#stock-query li#stock-feature {
    display: table;
    border: 1px dashed #ddd;
    box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    -o-box-shadow: 0 0 5px #ccc;
    background-color: #f8f7f5; }
    .stocks ul#stock-query li#stock-feature article {
      padding: 2%; }
      .stocks ul#stock-query li#stock-feature article .no-underline {
        text-decoration: none; }

.stocks img.attachment-post-thumbnail {
  display: block;
  float: left;
  max-width: 100px;
  height: auto;
  margin: 5px 4% 4% 0; }

.stocks #stock-tabs {
  margin-top: 20px;
  background: transparent; }
  .stocks #stock-tabs li {
    margin-right: 5px; }
    .stocks #stock-tabs li a {
      font-size: 14px; }

.stocks #latest-updates {
  height: 300px;
  margin-bottom: 50px; }

.stocks .stock-tab-content {
  overflow: hidden;
  margin-bottom: 50px; }

.charts {
  float: right;
  margin: 10px;
  padding: 10px;
  width: 272px;
  border: 1px solid #999; }

#updates .past-stock-updates:nth-child(even) a {
  color: black; }

.widget_small_stock_chart .mmsc-wrapper {
  margin: 0 auto; }

/* Category List Shortcode
--------------------------------------------- */
.category-list-wrap ul {
  margin: 0 0 0 24px;
  margin: 0 0 0 2.4rem; }
  .category-list-wrap ul li {
    font-size: 14px;
    font-size: 1.4rem; }

.category-list-wrap a {
  text-decoration: none; }
  .category-list-wrap a:hover {
    text-decoration: underline; }

/* MM Popup Shortcode
--------------------------------------------- */
@media screen and (max-width: 480px) {
  .mm_popup.general_popup {
    display: none; } }

.coreg_shadowbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 5000; }

.coreg_shadowbox-container {
  position: fixed;
  top: 40%;
  left: 50%;
  width: 600px;
  height: auto;
  min-height: 300px;
  margin: -300px 0 0 -300px;
  padding: 15px;
  border: 1px solid #292929;
  z-index: 5100;
  background: #fff;
  color: #666;
  -moz-box-shadow: 0 0 50px #000;
  -webkit-box-shadow: 0 0 50px #000;
  -o-box-shadow: 0 0 50px #000;
  box-shadow: 0 0 50px #000;
  line-height: 1.2;
  font-size: 14px;
  border-radius: 10px; }

.coreg_shadowboxClose {
  background: #606061;
  color: #fff;
  line-height: 36px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 36px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
  font-size: 2em; }
  .coreg_shadowboxClose:hover {
    font-size: 3em;
    width: 45px;
    line-height: 45px;
    border-radius: 22px;
    color: #fff; }

.coregForm {
  display: block; }

.coregForm .first_cell {
  width: 87%;
  float: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.coregForm .second_cell {
  width: 13%;
  float: right; }

.coreg_welcome {
  color: #c63427;
  font-size: 14px; }

.coreg_image {
  float: right;
  padding: 5px;
  width: 65px;
  height: auto; }

.coreg_click_here {
  display: block;
  margin: 0 auto; }

.coreg_row {
  height: 78px; }

.click_to_confirm {
  margin: 2% 0; }

@media only screen and (max-width: 759px) {
  .coreg_shadowbox-container {
    left: auto !important;
    margin: 0 !important;
    max-height: 90%;
    overflow: auto;
    padding: 5% !important;
    top: 5% !important;
    width: 84% !important; } }

@media only screen and (max-width: 499px) {
  .coreg_shadowbox-container, .coreg_shadowbox {
    display: none; } }

.modalDialog {
  background: white;
  border: 2px solid black;
  z-index: 99999;
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
  width: 100%;
  height: auto;
  padding: 1%; }
  .modalDialog img {
    margin-top: 4%; }

.pb_btn {
  margin-top: 5%; }

.mm_subscribe_now_modal_wrapper {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  display: none;
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
  pointer-events: none; }

.mm_subscribe_now_modal {
  width: 450px;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 13px;
  border-radius: 10px;
  background: #fff; }

.mm_subscribe_now_modal_wrapper .modal-share-close {
  background: #606061;
  color: #fff;
  line-height: 36px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 36px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
  font-size: 2em; }

.mm_subscribe_now_modal_wrapper .modal-share-close:hover {
  font-size: 3em;
  width: 45px;
  line-height: 45px;
  border-radius: 22px; }

.mm_subscribe_now_modal_wrapper:target {
  opacity: 1;
  display: block;
  pointer-events: auto; }

.mm_private_briefing_modal_wrapper {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  display: none;
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
  pointer-events: none; }

.mm_private_briefing_modal {
  width: 450px;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 13px;
  border-radius: 10px;
  background: #fff; }
  .mm_private_briefing_modal .widget-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 8px;
    padding-right: 6px; }
    .mm_private_briefing_modal .widget-title > div {
      display: inline-block; }
      .mm_private_briefing_modal .widget-title > div:nth-child(1) {
        width: 17%; }
        .mm_private_briefing_modal .widget-title > div:nth-child(1) img {
          height: 35px; }
      .mm_private_briefing_modal .widget-title > div:nth-child(2) {
        width: 83%; }
  .mm_private_briefing_modal .pbfo-title {
    color: #456626;
    text-decoration: none; }
  .mm_private_briefing_modal form .login-username {
    width: 43%;
    display: inline-block;
    margin-right: 2%;
    margin-left: 5%;
    -webkit-text-fill-color: #636363 !important; }
    .mm_private_briefing_modal form .login-username ::-webkit-input-placeholder {
      color: #636363;
      font-size: 12px;
      background: #eeebe6;
      padding: 4px 0 0 10px;
      letter-spacing: 0.8px; }
    .mm_private_briefing_modal form .login-username :-moz-placeholder {
      /* Firefox 18- */
      color: #636363;
      font-size: 12px;
      background: #eeebe6;
      padding: 4px 0 0 10px;
      letter-spacing: 0.8px; }
    .mm_private_briefing_modal form .login-username ::-moz-placeholder {
      /* Firefox 19+ */
      color: #636363;
      font-size: 12px;
      background: #eeebe6;
      padding: 4px 0 0 10px;
      letter-spacing: 0.8px; }
    .mm_private_briefing_modal form .login-username :-ms-input-placeholder {
      color: #636363;
      font-size: 12px;
      background: #eeebe6;
      padding: 4px 0 0 10px;
      letter-spacing: 0.8px; }
    .mm_private_briefing_modal form .login-username input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px #eeebe6 inset; }
    .mm_private_briefing_modal form .login-username input {
      width: 100%;
      padding: 0;
      border: none;
      line-height: 2; }
  .mm_private_briefing_modal form .login-password {
    width: 43%;
    display: inline-block;
    margin-right: 5%;
    margin-left: 2%; }
    .mm_private_briefing_modal form .login-password ::-webkit-input-placeholder {
      color: #636363;
      font-size: 12px;
      background: #eeebe6;
      padding: 4px 0 0 10px;
      letter-space: 0.8px; }
    .mm_private_briefing_modal form .login-password :-moz-placeholder {
      /* Firefox 18- */
      color: #636363;
      font-size: 12px;
      background: #eeebe6;
      padding: 4px 0 0 10px;
      letter-space: 0.8px; }
    .mm_private_briefing_modal form .login-password ::-moz-placeholder {
      /* Firefox 19+ */
      color: #636363;
      font-size: 12px;
      background: #eeebe6;
      padding: 4px 0 0 10px;
      letter-space: 0.8px; }
    .mm_private_briefing_modal form .login-password :-ms-input-placeholder {
      color: #636363;
      font-size: 12px;
      background: #eeebe6;
      padding: 4px 0 0 10px;
      letter-space: 0.8px; }
    .mm_private_briefing_modal form .login-password input {
      width: 100%;
      padding: 0;
      border: none;
      line-height: 2; }
  .mm_private_briefing_modal form .login-submit input {
    width: 90%;
    margin: 0 auto;
    display: block;
    background: #C63427;
    font-family: "Proxima Regular", sans-serif;
    font-size: 11px;
    padding: 13px 0; }

.mm_private_briefing_modal_wrapper .modal-share-close {
  background: #606061;
  color: #fff;
  line-height: 36px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 36px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
  font-size: 2em; }

.mm_private_briefing_modal_wrapper .modal-share-close:hover {
  font-size: 3em;
  width: 45px;
  line-height: 45px;
  border-radius: 22px; }

.mm_private_briefing_modal_wrapper:target {
  opacity: 1;
  display: block;
  pointer-events: auto; }

.manage-block {
  height: auto; }

/* Print Email Share Textsize Bar */
.manage-block {
  border-top: solid #ddd;
  border-width: 1px 0;
  overflow: hidden;
  padding: 13px 0 6px;
  width: 100%; }

.manage-list {
  padding: 0;
  margin: 2px 0 0 5px;
  list-style: none;
  float: left;
  font-size: 0.846em;
  line-height: 1.364em; }

.manage-list li {
  float: left;
  margin: 0 20px 0 0; }

.manage-list a,
.manage-list span {
  color: #636363;
  display: inline-block;
  /* padding: 2px 0 2px 21px; */
  cursor: pointer; }

.manage-list a:hover,
.manage-list span:hover {
  text-decoration: underline; }

.manage-list .print {
  background: url("../img/redesign/ico-manage-block.png") no-repeat 0 -63px; }

.manage-list .mail {
  background: url("../img/redesign/ico-manage-block.png") no-repeat -42px -30px;
  margin: 0 3px 0 0;
  padding: 2px 0 2px 23px; }

.manage-list .share {
  background: url("../img/redesign/ico-manage-block.png") no-repeat -84px 0; }

.manage-list a[class*="addthis"],
.manage-list a[class*="addthis"] span {
  padding: 0; }

/*
.manage-list .addthis_button_print:before,
.manage-list .addthis_button_email:before {
    content: attr(title);
    display:inline-block;
    margin:-8px 5px 0 0;
    text-decoration: none;
    vertical-align: middle;
}
*/
.manage-list .addthis_button_facebook_like,
.manage-list .addthis_button_facebook_like span {
  padding: 0; }

.manage-list a {
  text-decoration: none; }

.manage-list a:hover {
  text-decoration: underline; }

.manage-list a img {
  display: inline-block;
  vertical-align: middle; }

.manage-block .title {
  float: right;
  color: #636363;
  font-size: 0.846em; }

@media (max-width: 662px) and (min-width: 601px) {
  #addthis_email {
    float: none; }
  #addthis_share {
    margin-bottom: 7px; } }

@media (max-width: 640px) and (min-width: 605px) {
  #addthis_email {
    position: relative;
    top: 5px; } }

@media (max-width: 604px) and (min-width: 601px) {
  #addthis_share {
    position: relative;
    top: 9px; } }

@media (max-width: 395px) and (min-width: 357px) {
  #addthis_email {
    float: none; }
  #addthis_share {
    margin-bottom: 7px; } }

/* these are temp styles for the trending widget and should be removed when the widget is replaced */
.widget_mm_trending li {
  padding: 1%;
  margin: 5% 1%; }

.widget_mm_trending .title {
  display: block;
  text-align: center; }

.widget_mm_trending img {
  display: block;
  margin: 0 auto; }

.global-nav {
  background-color: #231F20;
  font-family: 'proxima nova', sans-serif;
  height: 50px;
  overflow: hidden; }
  .global-nav > div {
    max-width: 1200px;
    margin: 0 auto;
    position: relative; }
    .global-nav > div .globalNavLinks {
      position: relative;
      right: 0;
      left: 0;
      padding-right: 80px;
      height: 44px;
      white-space: nowrap;
      width: auto;
      display: inline-block; }
  .global-nav a {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    padding: 6px 8px;
    text-decoration: none;
    letter-spacing: .5px;
    line-height: 16px; }
    .global-nav a:nth-child(1) {
      border-bottom: 3px solid #DCBF4B; }
      @media all and (max-width: 1200px) {
        .global-nav a:nth-child(1) {
          border-left: 10px solid rgba(255, 255, 255, 0.3); } }
    @media all and (max-width: 1200px) {
      .global-nav a:last-child {
        border-right: 10px solid rgba(255, 255, 255, 0.3); } }
    .global-nav a span {
      display: block; }
      .global-nav a span:nth-child(1) {
        color: #DDD9D3;
        font-size: 0.7em;
        font-weight: lighter;
        text-transform: uppercase; }
      .global-nav a span:nth-child(2) {
        color: #9AB277;
        font-size: 0.9em;
        font-weight: lighter; }
  .global-nav .globalArrows {
    background: #231F20;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    width: 80px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-around;
    padding-top: 3px;
    padding-left: 6px; }
    @media all and (min-width: 1200px) {
      .global-nav .globalArrows {
        display: none; } }
    .global-nav .globalArrows i {
      padding: 5px;
      color: initial;
      background: rgba(255, 255, 255, 0.3);
      border-radius: 50%;
      font-weight: bold;
      display: block;
      width: 25px;
      text-align: center;
      font-size: 16px;
      cursor: pointer; }

.main-nav {
  background-color: #212F2B;
  border-bottom: 6px solid #DCBF4B;
  position: relative; }
  @media all and (max-width: 1000px) {
    .main-nav {
      display: none; } }
  .main-nav .main-nav-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 7px 0; }
    .main-nav .main-nav-inner .site-logo {
      display: inline-block; }
      .main-nav .main-nav-inner .site-logo img {
		  margin-top:5px;
        height: 50px;
        width: auto; }
		.logom {
			height:37px;
			margin-top:5px;
		}
    .main-nav .main-nav-inner .main-nav-wrapper {
      display: inline-block;
      width: calc(100% - 272px);
      padding-left: 3%;
      height: 55px; }
      .main-nav .main-nav-inner .main-nav-wrapper .acq-adv-menu {
        display: inline-block;
        margin-top: 15px; }
        .main-nav .main-nav-inner .main-nav-wrapper .acq-adv-menu li {
          display: inline-block; }
        .main-nav .main-nav-inner .main-nav-wrapper .acq-adv-menu a {
          color: #fff;
          font-family: 'Merriweather', serif;
          font-size: 14px;
          text-transform: uppercase;
          text-decoration: none;
          display: -webkit-box;
          display: -webkit-flex;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          align-items: center;
          letter-spacing: 1px;
          font-weight: 100;
          margin-right: 15px; }
      .main-nav .main-nav-inner .main-nav-wrapper .acq-adv-menu-mobile {
        display: block;
        margin-top: 15px; }
        .main-nav .main-nav-inner .main-nav-wrapper .acq-adv-menu-mobile li {
          display: inline-block; }
        .main-nav .main-nav-inner .main-nav-wrapper .acq-adv-menu-mobile a {
          color: #fff;
          font-family: 'Merriweather', serif;
          font-size: 14px;
          text-transform: uppercase;
          text-decoration: none;
          display: -webkit-box;
          display: -webkit-flex;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          align-items: center;
          letter-spacing: 1px;
          font-weight: 100;
          margin-right: 15px; }
      .main-nav .main-nav-inner .main-nav-wrapper .header-widget-wrapper {
        color: #fff;
        display: inline-block;
        float: right;
        margin-top: 15px; }
      .main-nav .main-nav-inner .main-nav-wrapper .top-nav-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 3px; }
        .main-nav .main-nav-inner .main-nav-wrapper .top-nav-wrapper .mm_login_welcome {
          color: #9AB277;
          cursor: pointer; }
          .main-nav .main-nav-inner .main-nav-wrapper .top-nav-wrapper .mm_login_welcome .fa-chevron-down {
            padding-left: 7px;
            font-size: 10px;
            vertical-align: text-top; }
        .main-nav .main-nav-inner .main-nav-wrapper .top-nav-wrapper .mm-nav-login-link-dropdown a {
          color: #f5f5f5;
          display: block;
          text-decoration: none;
          font-weight: 100; }
        .main-nav .main-nav-inner .main-nav-wrapper .top-nav-wrapper > div:nth-child(1) > nav {
          display: -webkit-box;
          display: -webkit-flex;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .main-nav .main-nav-inner .main-nav-wrapper .top-nav-wrapper > div:nth-child(1) > nav > a {
            color: #C7C7C7;
            font-family: 'Proxima Nova', sans-serif;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 11px;
            font-weight: lighter;
            margin-right: 15px; }
        .main-nav .main-nav-inner .main-nav-wrapper .top-nav-wrapper > div:nth-child(2) {
          position: relative; }
      .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 3px; }
        .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) {
          width: auto; }
          .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav {
            display: -webkit-box;
            display: -webkit-flex;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav > li {
              margin-right: 15px;
              white-space: nowrap; }
              @media all and (max-width: 1080px) {
                .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav > li {
                  margin-right: 10px; } }
            .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav .drop-sub-menu {
              display: none;
              background: #fff;
              position: absolute;
              width: 1200px;
              left: 0;
              width: 100%;
              color: #fff;
              background: #212F2B;
              z-index: 2600;
              top: 100%;
              border-bottom: 6px solid #DCBF4B;
              padding-bottom: 8px; }
              .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav .drop-sub-menu .drop-sub-menu-inner {
                max-width: 1200px;
                margin: 0 auto;
                width: 100%;
                border-top: 1px solid rgba(255, 255, 255, 0.3);
                padding-top: 20px; }
                .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav .drop-sub-menu .drop-sub-menu-inner .drop-sub-menu-inner-posts {
                  width: 70%;
                  float: left;
                  display: -webkit-box;
                  display: -webkit-flex;
                  display: -webkit-box;
                  display: -webkit-flex;
                  display: -ms-flexbox;
                  display: flex;
                  -moz-box-wrap: wrap;
                  -webkit-box-wrap: wrap;
                  -webkit-flex-wrap: wrap;
                  -ms-flexbox-wrap: wrap;
                  -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
                  .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav .drop-sub-menu .drop-sub-menu-inner .drop-sub-menu-inner-posts > div {
                    width: calc(50% - 20px);
                    float: left;
                    margin-right: 20px;
                    padding-bottom: 11px; }
                    .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav .drop-sub-menu .drop-sub-menu-inner .drop-sub-menu-inner-posts > div:nth-child(-n+4) {
                      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
                    .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav .drop-sub-menu .drop-sub-menu-inner .drop-sub-menu-inner-posts > div:not(:nth-child(-n+2)) {
                      margin-top: 20px; }
                    .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav .drop-sub-menu .drop-sub-menu-inner .drop-sub-menu-inner-posts > div a {
                      color: #fff;
                      text-decoration: none;
                      font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
                      font-size: 17px;
                      white-space: pre-wrap; }
                      .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav .drop-sub-menu .drop-sub-menu-inner .drop-sub-menu-inner-posts > div a:hover {
                        text-decoration: underline; }
                    .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav .drop-sub-menu .drop-sub-menu-inner .drop-sub-menu-inner-posts > div .fa-comment {
                      color: #DCBF4B;
                      margin-right: 2px;
                      font-size: 12px; }
                    .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav .drop-sub-menu .drop-sub-menu-inner .drop-sub-menu-inner-posts > div > div:nth-child(1) > span:nth-child(1) {
                      text-transform: uppercase;
                      margin-right: 10px;
                      font-size: 12px; }
                    .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav .drop-sub-menu .drop-sub-menu-inner .drop-sub-menu-inner-posts > div > div:nth-child(1) > span:nth-child(3) {
                      font-size: 12px; }
                    .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav .drop-sub-menu .drop-sub-menu-inner .drop-sub-menu-inner-posts > div > div:nth-child(2) > span {
                      color: #9AB277; }
                    .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav .drop-sub-menu .drop-sub-menu-inner .drop-sub-menu-inner-posts > div > div > span {
                      text-transform: capitalize; }
                .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav .drop-sub-menu .drop-sub-menu-inner .drop-sub-menu-inner-get-latest {
                  width: 20%;
                  float: left;
                  padding-right: 10px;
                  white-space: initial; }
                  .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav .drop-sub-menu .drop-sub-menu-inner .drop-sub-menu-inner-get-latest > div:nth-child(1) {
                    font-family: "Minion Pro", Georgia, "Times New Roman", Times, serif;
                    font-size: 16px;
                    letter-spacing: 1px;
                    margin-bottom: 18px;
                    white-space: pre-wrap;
                    line-height: 19px; }
                  .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav .drop-sub-menu .drop-sub-menu-inner .drop-sub-menu-inner-get-latest > div div > i {
                    margin-right: 10px; }
                  .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav .drop-sub-menu .drop-sub-menu-inner .drop-sub-menu-inner-get-latest > div a {
                    letter-spacing: 1px;
                    color: #fff;
                    text-decoration: none; }
                  .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav .drop-sub-menu .drop-sub-menu-inner .drop-sub-menu-inner-get-latest > div div:nth-child(2) {
                    color: #9AB277; }
                  .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav .drop-sub-menu .drop-sub-menu-inner .drop-sub-menu-inner-get-latest > div:not(:first-child) {
                    margin-bottom: 10px;
                    font-size: 14px;
                    line-height: 16px; }
                  .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav .drop-sub-menu .drop-sub-menu-inner .drop-sub-menu-inner-get-latest > div:last-child {
                    margin-top: 20px; }
                    .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav .drop-sub-menu .drop-sub-menu-inner .drop-sub-menu-inner-get-latest > div:last-child > i {
                      margin-left: 3px;
                      font-size: 12px;
                      font-weight: bold; }
                .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav .drop-sub-menu .drop-sub-menu-inner .drop-sub-menu-inner-image {
                  width: 10%;
                  float: left;
                  padding-top: 3px; }
                  .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav .drop-sub-menu .drop-sub-menu-inner .drop-sub-menu-inner-image img {
                    border: none;
                    width: 107px;
                    height: 125px;
                    display: block; }
                  .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav .drop-sub-menu .drop-sub-menu-inner .drop-sub-menu-inner-image .author_image_caption {
                    position: absolute;
                    background: #000;
                    text-align: center;
                    text-transform: uppercase;
                    width: 107px;
                    font-size: 10px;
                    color: #fff; }
                .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav .drop-sub-menu .drop-sub-menu-inner .drop-sub-menu-inner-close {
                  float: right;
                  font-size: 18px;
                  color: #fff;
                  cursor: pointer; }
            .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav > li > a {
              color: #fff;
              font-family: 'Merriweather', serif;
              font-size: 14px;
              text-transform: uppercase;
              text-decoration: none;
              display: -webkit-box;
              display: -webkit-flex;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              align-items: center;
              letter-spacing: 1px;
              font-weight: 100; }
              @media all and (max-width: 1080px) {
                .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav > li > a {
                  font-size: 12px; } }
              .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav > li > a:hover {
                color: #DCBF4B; }
              .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(1) > nav > li > a i {
                color: #DCBF4B;
                font-size: 10px;
                padding-left: 4px; }
        .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(2) {
          display: -webkit-box;
          display: -webkit-flex;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          position: relative; }
          .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(2) > nav > a {
            font-size: 20px;
            color: #456626; }
            .main-nav .main-nav-inner .main-nav-wrapper .bottom-nav-wrapper > div:nth-child(2) > nav > a:not(:last-child) {
              margin-right: 12px; }

.tablet-main-nav {
  display: none;
  background-color: #212F2B;
  border-bottom: 6px solid #DCBF4B;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px; }
  @media all and (max-width: 1000px) {
    .tablet-main-nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .tablet-main-nav > div {
    display: inline-block; }
    .tablet-main-nav > div:nth-child(1) {
      margin-left: 11px; }
      .tablet-main-nav > div:nth-child(1) > a {
        text-decoration: none; }
        .tablet-main-nav > div:nth-child(1) > a > span {
          margin-left: 10px; }
    .tablet-main-nav > div:nth-child(2) {
      max-width: 250px; }
    .tablet-main-nav > div:nth-child(3) {
      margin-right: 20px; }
      .tablet-main-nav > div:nth-child(3) > span {
        margin-right: 10px;
        text-decoration: none; }
  .tablet-main-nav .fa-home, .tablet-main-nav .fa-bars {
    color: #9AB277;
    font-size: 30px; }
  .tablet-main-nav span, .tablet-main-nav a {
    color: #fff;
    text-decoration: none; }

.genesis-nav-menu a {
  padding: 5px 5px; }

.widget_login {
  display: inline-block;
  float: right; }

.mm-nav-login {
  color: #fff;
  cursor: pointer; }
  .mm-nav-login i {
    padding-left: 5px; }

.mm-nav-login-dropdown {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  padding: 18px;
  top: 24px;
  right: 0;
  width: 210px;
  border: 1px solid #666;
  border-radius: 5px; }
  .mm-nav-login-dropdown #wp-submit {
    background: #DCBF4B;
    color: #000;
    padding: 8px 7px;
    font-size: 12px;
    font-weight: 700;
    font-family: "Proxima Regular", sans-serif; }
  .mm-nav-login-dropdown .pbdd_text {
    width: 120px;
    float: right;
    margin-top: -45px;
    padding-left: 9px;
    text-decoration: none; }
    .mm-nav-login-dropdown .pbdd_text a {
      color: #aaa;
      font-size: 11px;
      display: block;
      line-height: 1.8;
      text-decoration: none; }
  .mm-nav-login-dropdown .login-username input, .mm-nav-login-dropdown .login-password input {
    width: 100%;
    background: #656562;
    border: none;
    color: #fff;
    font-family: "Proxima Regular", sans-serif; }
  .mm-nav-login-dropdown .login-username ::-webkit-input-placeholder, .mm-nav-login-dropdown .login-password ::-webkit-input-placeholder {
    color: #f5f5f5;
    font-size: 12px;
    letter-spacing: 0.8px;
    padding-left: 10px; }
  .mm-nav-login-dropdown .login-username :-moz-placeholder, .mm-nav-login-dropdown .login-password :-moz-placeholder {
    /* Firefox 18- */
    color: #f5f5f5;
    font-size: 12px;
    letter-spacing: 0.8px;
    padding-left: 10px; }
  .mm-nav-login-dropdown .login-username ::-moz-placeholder, .mm-nav-login-dropdown .login-password ::-moz-placeholder {
    /* Firefox 19+ */
    color: #f5f5f5;
    font-size: 12px;
    letter-spacing: 0.8px;
    padding-left: 10px; }
  .mm-nav-login-dropdown .login-username :-ms-input-placeholder, .mm-nav-login-dropdown .login-password :-ms-input-placeholder {
    color: #f5f5f5;
    font-size: 12px;
    letter-spacing: 0.8px;
    padding-left: 10px; }

.mm_fixed_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500; }

.headerSearchForm {
  background: #4D5955;
  height: 27px;
  margin-left: 10px;
  display: none;
  position: absolute;
  top: 40px;
  right: 0; }
  .headerSearchForm .search-form {
    width: 250px;
    margin: 0; }
    .headerSearchForm .search-form input {
      width: 80%;
      display: inline-block;
      background: none;
      border: none;
      font-size: 12px;
      margin-bottom: 6px;
      color: #fff;
      -webkit-appearance: none; }
    .headerSearchForm .search-form .fa-search {
      display: inline-block;
      color: #DCBF4B;
      font-size: 22px;
      padding: 1px 0 0 6px; }
    .headerSearchForm .search-form ::-webkit-input-placeholder {
      color: white;
      font-weight: 100; }
    .headerSearchForm .search-form :-moz-placeholder {
      /* Firefox 18- */
      color: white;
      font-weight: 100; }
    .headerSearchForm .search-form ::-moz-placeholder {
      /* Firefox 19+ */
      color: white;
      font-weight: 100; }
    .headerSearchForm .search-form :-ms-input-placeholder {
      color: white;
      font-weight: 100; }
    .headerSearchForm .search-form button {
      background: none;
      padding: 0;
      color: #DCBF4B;
      display: inline-block;
      margin-bottom: 5px;
      text-shadow: initial; }

@media all and (min-width: 1001px) {
  .mobile_menu {
    display: none; } }

@media all and (max-width: 1000px) {
  .mobile_menu {
    width: 240px;
    height: 100%;
    background: #212F2B;
    z-index: 10;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px;
    overflow-y: auto;
    padding: 20px 20px 120px 20px;
    visibility: hidden; } }

@media all and (max-width: 750px) {
  .mobile_menu {
    padding: 20px 20px 80px 20px; } }

.mobile_menu > div > span {
  color: #fff;
  font-size: 16px;
  font-family: serif;
  text-transform: uppercase; }

.mobile_menu .drop-sub-menu {
  display: none;
  padding-right: 20px;
  background: #212F2B;
  margin-top: 10px; }

.mobile_menu li {
  border-bottom: 2px solid #404644;
  padding-bottom: 10px; }
  .mobile_menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-family: "Minion Pro", Georgia, "Times New Roman", Times, serif;
    display: block; }

.mobile_menu .drop-sub-menu-inner-image, .mobile_menu .drop-sub-menu-inner-get-latest {
  display: none; }

.mobile_menu .drop-sub-menu-inner-posts a {
  font-size: 12px; }

.mobile_menu .drop-sub-menu-inner-posts > div {
  margin-bottom: 10px; }
  .mobile_menu .drop-sub-menu-inner-posts > div > div:first-child {
    color: #9AB277; }
  .mobile_menu .drop-sub-menu-inner-posts > div span, .mobile_menu .drop-sub-menu-inner-posts > div i {
    margin-right: 5px; }

.mobile_menu .drop-sub-menu-inner-close {
  float: right;
  color: #fff;
  cursor: pointer; }

.mobile_menu .mobile_quicklinks {
  margin-top: 17px; }
  .mobile_menu .mobile_quicklinks a {
    display: block;
    color: #fff;
    text-decoration: none; }
    .mobile_menu .mobile_quicklinks a.fa {
      display: inline-block;
      margin-right: 10px;
      font-size: 18px; }
    .mobile_menu .mobile_quicklinks a:not(.fa) {
      font-family: 'Proxima Nova', sans-serif;
      text-transform: uppercase;
      font-weight: lighter;
      font-size: 13px;
      margin: 9px 0; }

@media (max-width: 1001px) {
  .site-inner, .mm-footer-wrapper {
    position: relative;
    left: 0px;
    transition: left 0.4s; }
  .site-inner.isOpen, .mm-footer-wrapper.isOpen {
    left: 240px; } }

.photo-box {
  width: 33.3%;
  display: inline-block;
  vertical-align: text-top;
  padding: 5px 10px; }
  .photo-box .photo {
    width: 100px;
    margin: 0 auto;
    height: 150px; }
    .photo-box .photo a {
      position: relative; }
  .photo-box p {
    font-size: 15px;
    line-height: 20px; }
  .photo-box img {
    width: 100px;
    height: auto; }
  .photo-box .title {
    background: #212f2b;
    bottom: 0;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-family: 'Tahoma', Arial, sans-serif;
    font-size: 10px;
    font-size: 1rem;
    left: 0;
    bottom: -15px;
    line-height: 14px;
    line-height: 1.4rem;
    padding: 2px 3%;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }

/*adds an offset to the anchors within an article to correct for the sticky header*/
a.post-anchor:before {
  position: relative;
  content: "";
  display: inline-block;
  top: -65px; }

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #dde;
  position: relative; }

.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

/* Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
  margin: 0 auto; }

.site-inner {
  clear: both;
  position: relative;
  z-index: 20;
  background: #FFF; }

.inner {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 15px #505050;
  -moz-box-shadow: 0px 0px 15px #505050;
  box-shadow: 0px 0px 15px #505050;
  float: left;
  padding: 0 29px 0 100px;
  width: 100%; }
  @media screen and (max-width: 800px) {
    .inner {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      width: 100%; } }
  @media screen and (max-width: 655px) {
    .inner {
      padding: 0;
      width: 100%;
      overflow: hidden; } }

/* Column Widths and Positions
--------------------------------------------- */
/* Wrapping div for .content and .sidebar-primary */
.content-sidebar-wrap {
  margin: 30px auto 0;
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 920px; }

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left; }

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right; }

/* Content */
.content {
  float: right;
  margin-top: 15px;
  width: 73%;
  max-width: 100%;
  padding-right: 75px; }
  @media screen and (max-width: 655px) {
    .content {
      box-sizing: border-box;
      display: block;
      margin: 0 auto;
      width: 100%;
      padding: 0 11px; } }
  @media all and (max-width: 1220px) {
    .content {
      width: 70%;
      margin-left: 25px; } }
  @media all and (max-width: 940px) {
    .content {
      margin-left: 10px; } }
  @media all and (max-width: 740px) {
    .content {
      margin-left: 25px;
      width: 65%; } }
  @media all and (max-width: 660px) {
    .content {
      width: 95%;
      float: none;
      margin: 0 auto;
      padding-right: 0; } }

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: none; }

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 520px; }

.full-width-content .content {
  padding-bottom: 32px;
  padding-bottom: 3.2rem;
      max-width: 1000px;
  width: 100%; }

.content > *:not(.mmLeftSidebar):not(#home-area-top) {
  margin-left: 160px; }
  @media all and (max-width: 740px) {
    .content > *:not(.mmLeftSidebar):not(#home-area-top) {
      margin-left: 0; } }

/* Primary Sidebar */
.sidebar-primary {
  width: 29%;
  max-width: 323px; }
  @media all and (max-width: 1220px) {
    .sidebar-primary {
      margin-right: 25px; } }
  @media all and (max-width: 940px) {
    .sidebar-primary {
      margin-right: 10px; } }
  @media all and (max-width: 900px) {
    .sidebar-primary {
      width: 28%; } }
  @media screen and (max-width: 655px) {
    .sidebar-primary {
      left: -9999px;
      position: absolute; } }
  @media all and (max-width: 660px) {
    .sidebar-primary {
      display: none; } }

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left; }

/* Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px; }

.content-sidebar-sidebar .sidebar-secondary {
  float: right; }

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%; }

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%; }

.one-third,
.two-sixths {
  width: 31.623931623931625%; }

.four-sixths,
.two-thirds {
  width: 65.81196581196582%; }

.one-fourth {
  width: 23.076923076923077%; }

.three-fourths {
  width: 74.35897435897436%; }

.one-sixth {
  width: 14.52991452991453%; }

.five-sixths {
  width: 82.90598290598291%; }

.first {
  clear: both;
  margin-left: 0; }
