/*
Theme Name: KP newscenter
Author: Digital Influence Group
Author URI: http://digitalinfluencegroup.com/
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentyeleven
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables: 

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm: 

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http: //snook.ca/archives/html_and_css/font-size-with-rem
http: //blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

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

body {
    line-height: 1;
    background-image: url(images/bg-pattern2.jpg);
    background-repeat: repeat;
}

ol,
ul {
    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;
}

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

h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: thin dotted;
}

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

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
}

del {
    color: #333;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 24px;
    margin-bottom: 1.714285714rem;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

small {
    font-size: smaller;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
    clear: both;
}

.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
    display: table;
    content: "";
}
.clearit { clear: both; }

/* =Repeatable patterns
   -------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
    font-weight: bold;
    text-transform: uppercase;
    color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    /*font-family: inherit;*/
    padding: 6px;
    padding: 0.428571429rem;
    /*height: 13.5px;*/
    margin-top: 7px;
}

button,
input {
    line-height: normal;
}

textarea {
    font-size: 100%;
    overflow: auto;
    vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
    border: 0;
    border-radius: 0;
    padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
    padding: 6px 10px;
    padding: 0.428571429rem 0.714285714rem;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 1.428571429;
    font-weight: normal;
    color: #7c7c7c;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
    color: #5e5e5e;
    background-color: #ebebeb;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}

.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    color: #757575;
    background-color: #e1e1e1;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
    background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
    background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
    background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
    background-image: linear-gradient(top, #ebebeb, #e1e1e1);
    box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
    border: none;
}

li.bypostauthor cite span {
    color: #fff;
    background-color: #21759b;
    background-image: none;
    border: 1px solid #1f6f93;
    border-radius: 2px;
    box-shadow: none;
    padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
    max-width: 100%;
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
    max-width: 100%;
}

.entry-content .twitter-tweet-rendered {
    max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
    /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
    /*border-radius: 3px;*/
    /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
}

.wp-caption {
    max-width: 100%; /* Keep wide captions from overflowing their container. */
    padding: 4px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-style: normal;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #757575;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.entry-content dl.gallery-item {
    margin: 0;
}

.gallery-item a,
.gallery-caption {
    width: 90%;
}

.gallery-item a {
    display: block;
}

.gallery-caption a {
    display: inline;
}

.gallery-columns-1 .gallery-item a {
    max-width: 100%;
    width: auto;
}

.gallery .gallery-icon img {
    height: auto;
    max-width: 90%;
    padding: 5%;
}

.gallery-columns-1 .gallery-icon img {
    padding: 3%;
}

/* Navigation */
.site-content nav {
    clear: both;
    line-height: 2;
    overflow: hidden;
}



#nav-above {
    padding: 24px 0;
    padding: 1.714285714rem 0;
}

#nav-above {
    display: none;
}

.paged #nav-above {
    display: block;
}

.nav-previous,
.previous-image {
    float: left;
    width: 50%;
}

.nav-next,
.next-image {
    float: right;
    text-align: right;
    width: 50%;
}

.nav-single + .comments-area,
#comment-nav-above {
    margin: 48px 0;
    margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

.author-info {
    border-top: 1px solid #ededed;
    margin: 24px 0;
    margin: 1.714285714rem 0;
    padding-top: 24px;
    padding-top: 1.714285714rem;
    overflow: hidden;
}

.author-description p {
    color: #757575;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}

.author.archive .author-info {
    border-top: 0;
    margin: 0 0 48px;
    margin: 0 0 3.428571429rem;
}

.author.archive .author-avatar {
    margin-top: 0;
}

/* =Basic structure
   -------------------------------------------------------------- */

/* Body, links, basics */
html {
    font-size: 87.5%;
}

body {
    font-size: 14px;
    font-size: 1rem;
    /*font-family: Helvetica, Arial, sans-serif;*/
    text-rendering: optimizeLegibility;
    color: #444;
}

body.custom-font-enabled {
    /*font-family: "Open Sans", Helvetica, Arial, sans-serif;*/
}

a {
    outline: none;
    color: #000;
}

a:hover {
    color: #000;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}

.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
    background: #fff;
    border: 2px solid #333;
    border-radius: 3px;
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 12px;
    padding: 12px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
    /*padding: 0 24px;*/
    /*padding: 0 1.714285714rem;*/
    /*background-color: #e2e2e2;*/
    padding-left: 15px;
    /*padding-right: 15px;*/
    margin: 0 auto !important;
}

.site-content {
    margin: 24px 0 0;
    margin: 1.714285714rem 0 0;
}

.widget-area {
    margin: 24px 0 0;
    margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
    /*padding: 24px 0;*/
    /*padding: 1.714285714rem 0;*/
}

.site-header h2 {
    text-align: center;
}

.site-header h2 a {
    color: #515151;
    display: inline-block;
    text-decoration: none;
}

.site-header h2 a:hover {
    color: #21759b;
}

.site-header h2 {
    font-weight: normal;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #757575;
}

.header-image {
    margin-top: 24px;
    margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    text-align: center;
}

.main-navigation li {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.42857143;
}

.main-navigation a {
    color: #5e5e5e;
}

.main-navigation a:hover {
    color: #21759b;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
    display: none;
}

.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
    display: inline-block;
}

/* Banner */
section[role="banner"] {
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
    word-wrap: break-word;
}

.widget-area .widget h3 {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}

.widget-area .widget p {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

.widget-area .textwidget ul {
    list-style: disc outside;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
}

.widget-area .textwidget li {
    margin-left: 36px;
    margin-left: 2.571428571rem;
}

.widget-area .widget a {
    color: #757575;
}

.widget-area .widget a:hover {
    color: #21759b;
}

.widget-area #s {
    width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
    border-top: 1px solid #ededed;
    clear: both;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    max-width: 960px;
    max-width: 68.571428571rem;
    margin-top: 24px;
    /*margin-top: 1.714285714rem;*/
    margin-left: auto;
    margin-right: auto;
    /*padding: 24px 0;*/
    padding: 1.714285714rem 0;
}

footer[role="contentinfo"] a {
    color: #686868;
}

footer[role="contentinfo"] a:hover {
    color: #21759b;
}

/* =Main content and comment content
   -------------------------------------------------------------- */

.entry-meta {
    clear: both;
}

.entry-header {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

.entry-header img.wp-post-image {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

.entry-header .entry-title {
    font-size: 20px;
    font-size: 1.428571429rem;
    line-height: 1.2;
    font-weight: normal;
}

.entry-header .entry-title a {
    text-decoration: none;
}

.entry-header .entry-format {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-weight: normal;
}

.entry-header .comments-link {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #757575;
}

.comments-link a,
.entry-meta a {
    color: #757575;
}

.comments-link a:hover,
.entry-meta a:hover {
    color: #21759b;
}

article.sticky .featured-post {
    border-top: 4px double #ededed;
    border-bottom: 4px double #ededed;
    color: #757575;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 3.692307692;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    text-align: center;
}

.entry-content,
.entry-summary,
.mu_register {
    line-height: 1.714285714;
}

.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
    margin: 24px 0;
    margin: 1.714285714rem 0;
    line-height: 1.714285714;
}

.entry-content h1,
.comment-content h1 {
    font-size: 21px;
    font-size: 1.5rem;
    line-height: 1.5;
}

.entry-content h2,
.comment-content h2,
.mu_register h2 {
    font-size: 18px;
    font-size: 1.285714286rem;
    line-height: 1.6;
}

.entry-content h3,
.comment-content h3 {
    font-size: 16px;
    font-size: 1.142857143rem;
    line-height: 1.846153846;
}

.entry-content h4,
.comment-content h4 {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.846153846;
}

.entry-content h5,
.comment-content h5 {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}

.entry-content h6,
.comment-content h6 {
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.846153846;
}

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    line-height: 1.714285714;
}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    line-height: 1.714285714;
}

.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
    margin-bottom: 0;
}

.entry-content ul,
.comment-content ul,
.mu_register ul {
    list-style: disc outside;
}

.entry-content ol,
.comment-content ol {
    list-style: decimal outside;
}

.entry-content li,
.comment-content li,
.mu_register li {
    margin: 0 0 0 36px;
    margin: 0 0 0 2.571428571rem;
}

.entry-content blockquote,
.comment-content blockquote {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    padding: 24px;
    padding: 1.714285714rem;
    font-style: italic;
}

.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
    margin-bottom: 0;
}

.entry-content code,
.comment-content code {
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
}

.entry-content pre,
.comment-content pre {
    border: 1px solid #ededed;
    color: #666;
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.714285714;
    margin: 24px 0;
    margin: 1.714285714rem 0;
    overflow: auto;
    padding: 24px;
    padding: 1.714285714rem;
}

.entry-content pre code,
.comment-content pre code {
    display: block;
}

.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

.entry-content address,
.comment-content address {
    display: block;
    line-height: 1.714285714;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
}

img.alignleft {
    margin: 12px 24px 12px 0;
    margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}

img.alignright {
    margin: 12px 0 12px 24px;
    margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}

img.aligncenter {
    margin-top: 12px;
    margin-top: 0.857142857rem;
    margin-bottom: 12px;
    margin-bottom: 0.857142857rem;
}

.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

.entry-content dl,
.comment-content dl {
    margin: 0 24px;
    margin: 0 1.714285714rem;
}

.entry-content dt,
.comment-content dt {
    font-weight: bold;
    line-height: 1.714285714;
}

.entry-content dd,
.comment-content dd {
    line-height: 1.714285714;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

.entry-content table,
.comment-content table {
    border-bottom: 1px solid #ededed;
    color: #757575;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    width: 100%;
}

.entry-content table caption,
.comment-content table caption {
    font-size: 16px;
    font-size: 1.142857143rem;
    margin: 24px 0;
    margin: 1.714285714rem 0;
}

.entry-content td,
.comment-content td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

.site-content article {
    border-bottom: 4px double #ededed;
    margin-bottom: 72px;
    margin-bottom: 5.142857143rem;
    padding-bottom: 24px;
    padding-bottom: 1.714285714rem;
}

.page-links {
    clear: both;
    line-height: 1.714285714;
}

footer.entry-meta {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #757575;
}

.single-author .entry-meta .by-author {
    display: none;
}

.mu_register h2 {
    color: #757575;
    font-weight: normal;
}

/* =Archives
   -------------------------------------------------------------- */

.archive-header,
.page-header {
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
    padding-bottom: 22px;
    padding-bottom: 1.571428571rem;
    border-bottom: 1px solid #ededed;
    padding-top: 20px;
}

.page-header p {
    padding-top: 10px;
}

.archive-meta {
    color: #757575;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    margin-top: 22px;
    margin-top: 1.571428571rem;
}

/* =Single image attachment view
   -------------------------------------------------------------- */

.article.attachment {
    overflow: hidden;
}

.image-attachment div.attachment {
    text-align: center;
}

.image-attachment div.attachment p {
    text-align: center;
}

.image-attachment div.attachment img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}

.image-attachment .entry-caption {
    margin-top: 8px;
    margin-top: 0.571428571rem;
}

/* =Aside post format
   -------------------------------------------------------------- */

article.format-aside h1 {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

article.format-aside h1 a {
    text-decoration: none;
    color: #4d525a;
}

article.format-aside h1 a:hover {
    color: #2e3542;
}

article.format-aside .aside {
    padding: 24px 24px 0;
    padding: 1.714285714rem;
    background: #d2e0f9;
    border-left: 22px solid #a8bfe8;
}

article.format-aside p {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #4a5466;
}

article.format-aside blockquote:last-child,
article.format-aside p:last-child {
    margin-bottom: 0;
}

/* =Post formats
   -------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    font-weight: normal;
}

article.format-image footer h2 {
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
}

article.format-image footer a h2 {
    font-weight: normal;
}

/* Link posts */
article.format-link header {
    padding: 0 10px;
    padding: 0 0.714285714rem;
    float: right;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    color: #848484;
    background-color: #ebebeb;
    border-radius: 3px;
}

article.format-link .entry-content {
    max-width: 80%;
    float: left;
}

article.format-link .entry-content a {
    font-size: 22px;
    font-size: 1.571428571rem;
    line-height: 1.090909091;
    text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
    margin: 0;
    padding-bottom: 24px;
    padding-bottom: 1.714285714rem;
}

article.format-quote .entry-content blockquote {
    display: block;
    padding: 24px 24px 0;
    padding: 1.714285714rem 1.714285714rem 0;
    font-size: 15px;
    font-size: 1.071428571rem;
    line-height: 1.6;
    font-style: normal;
    color: #6a6a6a;
    background: #efefef;
}

/* Status posts */
.format-status .entry-header {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

.format-status .entry-header header {
    display: inline-block;
}

.format-status .entry-header h1 {
    font-size: 15px;
    font-size: 1.071428571rem;
    font-weight: normal;
    line-height: 1.6;
    margin: 0;
}

.format-status .entry-header h2 {
    font-size: 12px;
    font-size: 0.857142857rem;
    font-weight: normal;
    line-height: 2;
    margin: 0;
}

.format-status .entry-header header a {
    color: #757575;
}

.format-status .entry-header header a:hover {
    color: #21759b;
}

.format-status .entry-header img {
    float: left;
    margin-right: 21px;
    margin-right: 1.5rem;
}

/* =Comments
   -------------------------------------------------------------- */

.comments-title {
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
    font-size: 16px;
    font-size: 1.142857143rem;
    line-height: 1.5;
    font-weight: normal;
}

.comments-area article {
    margin: 24px 0;
    margin: 1.714285714rem 0;
}

.comments-area article header {
    margin: 0 0 48px;
    margin: 0 0 3.428571429rem;
    overflow: hidden;
    position: relative;
}

.comments-area article header img {
    float: left;
    padding: 0;
    line-height: 0;
}

.comments-area article header cite,
.comments-area article header time {
    display: block;
    margin-left: 85px;
    margin-left: 6.071428571rem;
}

.comments-area article header cite {
    font-style: normal;
    font-size: 15px;
    font-size: 1.071428571rem;
    line-height: 1.42857143;
}

.comments-area article header time {
    line-height: 1.714285714;
    text-decoration: none;
    font-size: 12px;
    font-size: 0.857142857rem;
    color: #5e5e5e;
}

.comments-area article header a {
    text-decoration: none;
    color: #5e5e5e;
}

.comments-area article header a:hover {
    color: #000;
}

.comments-area article header cite a {
    color: #444;
}

.comments-area article header cite a:hover {
    text-decoration: underline;
}

.comments-area article header h4 {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 12px;
    padding: 0.428571429rem 0.857142857rem;
    font-size: 12px;
    font-size: 0.857142857rem;
    font-weight: normal;
    color: #fff;
    background-color: #0088d0;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #009cee, #0088d0);
    background-image: -ms-linear-gradient(top, #009cee, #0088d0);
    background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
    background-image: -o-linear-gradient(top, #009cee, #0088d0);
    background-image: linear-gradient(top, #009cee, #0088d0);
    border-radius: 3px;
    border: 1px solid #007cbd;
}

.comments-area li.bypostauthor cite span {
    position: absolute;
    margin-left: 5px;
    margin-left: 0.357142857rem;
    padding: 2px 5px;
    padding: 0.142857143rem 0.357142857rem;
    font-size: 10px;
    font-size: 0.714285714rem;
}

a.comment-reply-link,
a.comment-edit-link {
    color: #686868;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}

a.comment-reply-link:hover,
a.comment-edit-link:hover {
    color: #21759b;
}

.commentlist .pingback {
    line-height: 1.714285714;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
    margin-top: 48px;
    margin-top: 3.428571429rem;
}

#respond h3#reply-title {
    font-size: 16px;
    font-size: 1.142857143rem;
    line-height: 1.5;
}

#respond h3#reply-title #cancel-comment-reply-link {
    margin-left: 10px;
    margin-left: 0.714285714rem;
    font-weight: normal;
    font-size: 12px;
    font-size: 0.857142857rem;
}

#respond form {
    margin: 24px 0;
    margin: 1.714285714rem 0;
}

#respond form p {
    margin: 11px 0;
    margin: 0.785714286rem 0;
}

#respond form p.logged-in-as {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

#respond form label {
    display: block;
    line-height: 1.714285714;
}

#respond form input[type="text"],
#respond form textarea {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.714285714;
    padding: 10px;
    padding: 0.714285714rem;
    width: 100%;
}

#respond form p.form-allowed-tags {
    margin: 0;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #5e5e5e;
}

.required {
    color: red;
}

/* =Front page template
   -------------------------------------------------------------- */

.entry-page-image {
    margin-bottom: 14px;
    margin-bottom: 1rem;
}

.template-front-page .site-content article {
    border: 0;
    margin-bottom: 0;
}

.template-front-page .widget-area {
    clear: both;
    float: none;
    width: auto;
    padding-top: 24px;
    padding-top: 1.714285714rem;
    border-top: 1px solid #ededed;
}

.template-front-page .widget-area .widget li {
    margin: 8px 0 0;
    margin: 0.571428571rem 0 0;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.714285714;
    list-style-type: square;
    list-style-position: inside;
}

.template-front-page .widget-area .widget li a {
    color: #757575;
}

.template-front-page .widget-area .widget li a:hover {
    color: #000;
}

.template-front-page .widget-area .widget_text img {
    float: left;
    margin: 8px 24px 8px 0;
    margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}

/* =Widgets
   -------------------------------------------------------------- */

.widget-area .widget ul ul {
    margin-left: 12px;
    margin-left: 0.857142857rem;
}

.widget_rss li {
    margin: 12px 0;
    margin: 0.857142857rem 0;
}

.widget_recent_entries .post-date,
.widget_rss .rss-date {
    color: #aaa;
    font-size: 11px;
    font-size: 0.785714286rem;
    margin-left: 12px;
    margin-left: 0.857142857rem;
}

#wp-calendar {
    margin: 0;
    width: 100%;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #686868;
}

#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
    text-align: left;
}

#wp-calendar #next {
    padding-right: 24px;
    padding-right: 1.714285714rem;
    text-align: right;
}

.widget_search label {
    display: block;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}

.widget_twitter li {
    list-style-type: none;
}

.widget_twitter .timesince {
    display: block;
    text-align: right;
}

/* =Plugins
   ----------------------------------------------- */

img#wpstats {
    display: block;
    margin: 0 auto 24px;
    margin: 0 auto 1.714285714rem;
}

/* =Media queries
   -------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {







}

.site-content {
    float: left;
}

body.template-front-page .site-content,
body.single-attachment .site-content,
body.full-width .site-content {
    width: 100%;
}

.widget-area {
    float: right;
}

.site {
    /*margin: 0 auto;*/
    overflow: hidden;
}

/* =Print
   ----------------------------------------------- */

@media print {
    body {
        background: none !important;
        color: #000;
        font-size: 10pt;

    }

    footer a[rel=bookmark]:link:after,
    footer a[rel=bookmark]:visited:after {
        content: " [" attr(href) "] "; /* Show URLs */
    }

    a {
        text-decoration: none;
    }

    .entry-content img,
    .comment-content img,
    .author-avatar img,
    img.wp-post-image {
        border-radius: 0;
        box-shadow: none;
    }

    .site {
        clear: both !important;
        display: block !important;
        float: none !important;
        max-width: 100%;
        position: relative !important;
        margin: 0 auto !important;
    }

    .site-header {
        margin-bottom: 72px;
        margin-bottom: 5.142857143rem;
        text-align: left;
    }

    .site-header h1 {
        font-size: 21pt;
        line-height: 1;
        text-align: left;
    }

    .site-header h2 {
        color: #000;
        font-size: 10pt;
        text-align: left;
    }

    .site-header h1 a,
    .site-header h2 a {
        color: #000;
    }

    .author-avatar,
    #colophon,
    #respond,
    .commentlist .comment-edit-link,
    .commentlist .reply,
    .entry-header .comments-link,
    .entry-meta .edit-link a,
    .page-link,
    .site-content nav,
    .widget-area,
    img.header-image,
    .main-navigation {
        display: none;
    }

    .wrapper {
        border-top: none;
        box-shadow: none;
    }

    .site-content {
        margin: 0;
        width: auto;
    }

    .singular .entry-header .entry-meta {
        position: static;
    }

    .singular .site-content,
    .singular .entry-header,
    .singular .entry-content,
    .singular footer.entry-meta,
    .singular .comments-title {
        margin: 0;
        width: 100%;
    }

    .entry-header .entry-title,
    .entry-title,
    .singular .entry-title {
        font-size: 21pt;
    }

    footer.entry-meta,
    footer.entry-meta a {
        color: #444;
        font-size: 10pt;
    }

    .author-description {
        float: none;
        width: auto;
    }

    /* Comments */
    .commentlist > li.comment {
        background: none;
        position: relative;
        width: auto;
    }

    .commentlist .avatar {
        height: 39px;
        left: 2.2em;
        top: 2.2em;
        width: 39px;
    }

    .comments-area article header cite,
    .comments-area article header time {
        margin-left: 50px;
        margin-left: 3.57142857rem;
    }

}

/* DIG KP STYLES */
/* TODO: organize... */

a:hover  {
    /*color: #21759b;*/
    text-decoration: none;
}

#global_kp_nav {
    max-width: 930px;
    width: 930px;
    background-color: #dcdcdc;
    max-height: 40px;
    /*padding: 5px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 15px;
}

#global_kp_nav a {
    text-decoration: none;
    font-size: 12px;
    /*color: #333333;*/
}

.kp_global {
    float: left;
    width: 200px;
    padding-left: 10px;
}

.kp_global a  {
    color: #21759b;
}

.aux_nav_shadow {
    margin-top: -15px;
    width: 930px;
}

.monster_nav_shadow img {
    margin-top: 5px;
    width: 930px;
}

.kp_global_aux {
    float: right;
    width: 500px;
    text-align: right;
}

.kp_global_aux ul li {
    display: inline;
    padding: 0 10px;
}

/* MONSTER NAV */
#monster-nav-container {
    height: auto;
    width: 930px;
    background-color: #303030;
    margin-bottom: 20px;
    position: relative;

}

.off {
    display: none;
}

#monster-nav-topic-nav {
    height: 37px;
    width: 930px;
    background-color: #6a9c37;
    /*padding-top: 15px;*/
    /*padding-bottom: 15px;*/


}

#monster-nav-topic-nav ul.main_topics {
    padding-top: 12px;
    height: auto;
}

#monster-nav-topic-nav ul li {
    display: inline;
    padding-left: 16px;
    border-right: 1px solid #ccc;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: -3px;
    z-index: 2;

}

#monster-nav-topic-nav ul.main_topics li:hover  {
    background-color: #456623 !important;
    /*margin-left: -3px;*/
    margin-left: -3px;
    cursor: pointer;
    color: #fff;
}

#monster-nav-topic-nav ul li:first-child:hover  {
    margin-left: 0px;
    cursor: pointer;
}

#monster-nav-topic-nav ul li:first-child  {
    margin-left: 0px;
    cursor: pointer;
}

#monster-nav-topic-nav ul li a {
    text-decoration: none;
    color: #fff;
    /*font-weight: normal;*/
}

#monster-nav-topic-nav ul li a:hover {
    color: #fff;

}

#monster-aux-nav li:hover:not(#folio-button) {
    background-color: #6a9c37 !important;
}

#monster-aux-nav li {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.monster_nav_top_shadow {
    margin-top: 0px;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    max-width: 930px;
    pointer-events: none;

}

.monster_nav_top_shadow_image {
    max-width: 930px;
}

#nav_bucket_one, #nav_bucket_two, #nav_bucket_three, #nav_bucket_four {
    height: auto;
    margin-top: -10px;
}

#nav_bucket_one_q, #nav_bucket_two_q, #nav_bucket_three_q, #nav_bucket_four_q {
    height: auto;
    /*margin-top: -10px;*/
}

#monster-nav-content {
    padding-top: 20px;
    padding-left: 20px;
    height: auto;
}

.nav-module {
    float: left;
    height: auto;
    max-height: 230px;
    width: 22.8%;
    background-color: #303030;
    margin-right: 20px;
    vertical-align: middle;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    position: relative;
}

.monster_nav_selected {
    background-color: #303030;
}

.nav-module p {
    padding: 15px 5px 0px 0px;
    line-height: 25px;
}

.nav-module p span {
    font-size: 20px;
    color: #fff;
    line-height: 25px;
}

#nav-module-one {
    padding: 15px;
    color: #fff;

}

.nav-module-two {
    padding: 15px;
    color: #fff;
    line-height: 30px;
}

#nav-module-one li {
    line-height: 30px;
}

#nav-module-two li a {
    line-height: 30px;
    color: #fff;
}

#nav-module-three a {
    color: #fff;
}

.nav-content-item {
    padding: 0px;
    line-height: 18px;
    font-size: 12px;
}

.nav-content-item img {
    /*padding-left: px;*/
    padding-top: 15px;
    padding-bottom: 15px;
}

.nav-content-item a.extlink_icon img {
    padding: 0;
}

.blog_item a.extlink_icon img {
    padding: 0;
    margin-left: 5px !important;
}

/* SHARE OUT IMAGE */
a.extlink_icon img{
    margin-bottom: -3px !important;
}

/* MONSTER SUBS */

#nav-module-one {
    list-style-type: square;
    list-style-position: inside;
    width: 229px;
    margin-left: -20px;
}

#nav-module-one li {
    padding: 8px;
    padding-left: 20px;
    /*margin-bottom: 5px;*/
    cursor: pointer;
    width: 180px;
}

#nav-module-one li.active {
    background-color: #6a9c37;
    cursor: pointer;

}

#nav-module-one li.active {
    background-color: #6a9c37;
    cursor: pointer;

}

#nav-module-one li {
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    /*margin-left: 15px;*/


}

#nav-module-one li a {
    line-height: 18px;
    font-size: 12px;
    color: #fff;

}

#nav-module-one li:hover {
    background-color: #000;
    cursor: pointer;
}

.nav-module-two {
    list-style-type: square;
    list-style-position: inside;
    margin-top: -5px;
    width: 220px;
    margin-left: -15px;
}

.nav-module-two li {
    padding: 2px;
    padding-left: 10px;
    margin-bottom: 0px;
    cursor: pointer;
    color: #fff;
    line-height: 25px;
    list-style-position: outside;
    margin-left: 15px;

}

.nav-module-two li.active {
    background-color: #6a9c37;
    cursor: pointer;

}

.nav-module-two li:hover {
    background-color: #000;
    cursor: pointer;
    color: #fff;
}

.nav-module-two li a {
    color: #fff !important;
}

.nav-module-two li {
    color: #fff !important;
}

.nav-module-two li {
    color: #fff !important;
}

/* COLOR FOR MEDIA ITEM LINKS AND TEXT */
.nav-content-item a {
    color: #fff !important;
}

/* FEATURED FULL WIDTH */
#featured-fullwidth-container {
    height: 285px;
    width: 930px;
    background-color: #fff;
    margin-bottom: 20px;

}

#featured-more-container-wrapper {
    margin-top: -10px;
    margin-bottom: 15px;
}

#featured-fullwidth-container-media {
    float: left;
    padding: 15px;
}

#featured-fullwidth-container-content {
    float: right;
    background-color: #fff;
    height: 250px;
    width: 265px;
    padding-right: 15px;
    padding-top: 15px;

}

#featured-fullwidth-container-content h2 {
    font-size: 20px;
    line-height: 30px;
    padding-top: 10px;
    /*padding-left: 25px;*/
    /*padding-right: 15px;*/
}

#featured-fullwidth-container-content .featured-meta {
    /*padding-left: 25px;*/
    padding-right: 15px;
    padding-top: 5px;
    vertical-align: bottom;

}

#featured-fullwidth-container-content .date {
    /*font-style: italic;*/
    font-size: 12px;
}

#featured-fullwidth-container-content .description {
    font-size: 12px;
    padding-top: 5px;
    line-height: 19px;
    padding-bottom: 5px;
    font-family: Arial;
}

#featured-fullwidth-container-content .read-it-later {
    font-size: 12px;

}

#featured-fullwidth-container-content .read-it-later img {
    padding-right: 5px;
}

#featured-more-container {
    height: auto;
    width: 930px;
    background-color: #eee;
    float: left;
}

.featured-more-item {
    float: left;
    width: 30.62%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-left: 0px;
    background-color: #dddddd;
    min-height:60px;
}

.featured-more-item:hover {
    color: #fff;
    background-color: #acabab;
}

.featured-more-item a:hover {
    color: #fff;
}

.featured-more-item:hover a {
    color: #fff;
}

.featured-more-item img {
    float: left;
    padding-right: 10px;
}

.featured-more-item p {
    font-size: 12px;
    line-height: 15px;
}

.featured-selected {
    background-color: #fff;
}

.featured-module h3 {
    font-weight: normal;
    font-size: 13px;
    margin-left: 5px;
}

.recent-module h4 {
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;

}

#logo {
    margin-top: 10px;
    margin-bottom: 10px;
}

.featured-modules-container-wrapper {
    width: 930px;
    height: 700px;
    /*background-color: #e2e2e2;*/
}

.featured-modules-container {
    width: 68%;
    height: 700px;
    /*background-color: #e2e2e2;*/
    float: left;
    /*padding-left: 15px;*/
}

.channel-container {
    float: left;
    width: 28.7%;
    background-color: #fff;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    height: 750px;
}

.channel-module {
    height: 740px;
    background-color: #fff;
    overflow: hidden;
}

.channel-module-header {
    padding: 15px;
    margin-left: -10px;
}

.twitter-headline {
    font-family: "AvenirNextLTW01-Medium";
//font-family: avenirnextltw01-medium;
    font-weight: normal;
}

.channel-module-twitter-content ul li {
    padding: 20px 0 20px 0;
    font-size: 11px;
    line-height: 18px;
    border-bottom: 1px solid #d9d9d9;
    float: right;
    height: auto;
    max-height: 80px;
    overflow: hidden;
}

.channel-module-twitter-content ul li img {
    float: left;
    padding-right: 10px;
    padding-bottom: 20px;
}

.down-carrot {
    font-size: 8px;
}

.featured-module {
    width: 274px;
    height: 325px;
    background-color: #fff;
    padding: 13px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;

}

.featured-module-header {
    padding: 7px;
    color: #fff;
}

.featured-module-content  {
    font-size: 15px;
    line-height: 23px;
}

.featured-module-content .date {
    font-size: 12px;
    /*font-style: italic;*/
}

.featured-module-content img {
    /*padding-bottom: 10px;*/
}

.orange {
    background-color: #de5f02;
}

.green {
    background-color: #599f00;
}

.grey {
    background-color: #a6a6a6;
}

.blue {
    background-color: #003c71;
}

.light-blue {
    background-color: #6cace4;
}

.purple {
    background-color: #7c2855;
}

.dark-purple {
    background-color: #512d6d;
}

.yellow {
    background-color: #e40071;
}

.teal {
    background-color: #095258;
}

.accent-teal {
    border-left: 10px solid #095258;
}

.accent-orange {
    border-left: 10px solid #de5f02;
}

.accent-green {
    border-left: 10px solid #599f00;
}

.accent-grey {
    border-left: 10px solid #a6a6a6;
}

.accent-blue {
    border-left: 10px solid #003c71;
}

.accent-light-blue {
    border-left: 10px solid #6cace4;
}

.accent-purple {
    border-left: 10px solid #7c2855;
}

.accent-dark-purple {
    border-left: 10px solid #512d6d;
}

.accent-yellow {
    border-left: 10px solid #e40071;
}

#featured-graphic-container{
    margin-top: 100px;
    width: 930px;
    /*margin-bottom: 15px;*/
    /*padding: 15px;*/
}

.healthy-people .grey { background-color: #512d6d; }
.healthy-environments .grey { background-color: #599f00; }
.healthy-knowledge .grey { background-color: #7c2855; }
.healthy-invest .grey { background-color: #095258; }

/* ######################### RECENT MODULES */


.recent-modules-container-wrapper {
    width: 950px;
    height: auto;
    margin-top: -10px;
    /*background-color: #e2e2e2;*/
    margin-left: 15px !important;


}

.recent-modules-container {
    width: 950px;
    /*background-color: #e2e2e2;*/
    float: left;
    margin-left: -18px;
    /*padding-left: 10px;*/
}

.recent-module-header h3, .recent-module-header h3 a {
    text-transform: uppercase;
}

.recent-modules-container-total-health {
    width: 950px !important;
    /*margin: 0;*/
    text-align: left;
    margin-left: -15px !important;
}

.entry-content-page {
    margin-right: 20px;
}

.recent-module {
    width: 274px;
    height: 350px;
    background-color: #fff;
    padding: 12px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #e6e6e6;
    position:relative;
}

.core-last {
    margin-right: 0px;
    float: right;
}

.recent-module-header {
    padding: 7px;
    color: #fff;
}

.recent-module-content  {
    font-size: 15px;
    line-height: 23px;
}

.recent-module h3 {
    font-weight: normal;
    font-size: 13px;
    margin-left: 5px;

}

.recent-module h4 {
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;

}

.no-synopsis a h2 {
    margin-bottom: 8px;
}

.no-image h4 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 33px;
}

.recent-module-content .synopsis {
    font-size: 13px;
    line-height: 23px;
    font-family: Arial;
}

.recent-module .date {
    font-size: 11px;
    font-style: normal;
}

.monster_nav_shadow {
    margin-top: -80px;
    margin-bottom: 5px;
}

#footer {
    height: 250px;
    width: 930px;
    background-color: #007cbd;
    margin-top: 20px;
}

.homepage-section-title {
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 30px;
    /*padding-left: 10px;*/
}

.nav-close {
    text-align: center;
    visibility: visible;
}

.nav-close img {
    /*margin-bottom: -29px;*/
    position: relative;
    /*left: 450px;*/
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    bottom: 73px !important;

}

.recent-module .read-it-later {
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
}

.recent-module-content .read-it-later {
    vertical-align: bottom;
    font-size: 13px;
}

.recent-module-content .read-it-later a img {
    padding-right: 6px;
    margin-top: -5px;
}

.recent-module-content {
    color: #7a7979;
}

.recent-module-content h4 a:hover {
    color: #21759b !important;
}

a {
    color: #000;
    text-decoration: none;
}

.read-it-later a {
    color: #21759b;
    text-decoration: none;
}

.channel-module-twitter-content a {
    color: #21759b;
    text-decoration: none;
}

#featured-fullwidth-container-content h2 a {
    text-decoration: none;
    font-weight: normal;
}

#featured-fullwidth-container-content h2 a:hover {
    text-decoration: none;
}

#featured-more-container {
    cursor: pointer;
}

.search-item-left p {
    padding-bottom: 20px !important;
}

#monster-aux-nav {
    float: right;
    margin-top: -31px;
    margin-right: 10px;

}

#folio-button {
    border-right: none;
    padding: 0;
    margin: 0;

}

/* ######################### FOLIO */

#folio-wrapper {
    width: 440px;
    height: auto;
    background-color: #fff;
    float: right;
    display: block;
    position: relative;
    right: 500px;
    text-align: right;
    /*border-bottom: 2px solid #eee;*/
    margin-right: -385px;
    margin-top: -55px !important;
    z-index: 999;
}

#folio-wrapper hr {
    width: 90%;
    margin-top: 50px;
    margin-left: 20px;
}

#folio-container {
    height: auto;
    max-height: 550px;
    text-align: left;
    padding: 0;
    margin: 0;
    overflow: scroll;
    position: absolute !important;
    background-color: #fff;
    top: 0;
    z-index: 999;


}

.folio-title {
    float: left;
    width: 90px;
    margin-top: 20px;
    /*margin-left: -10px;*/
    margin-left: 20px;
    text-align: left;

}

.folio-close {
    float: right;
    width: 60px;
    margin-top: -24px;
    cursor: pointer;
    margin-right: 10px;
}

.folio-content {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 18px;
    padding-top: 10px;
    max-height: 380px !important;
}

.folio-content p {
    padding-bottom: 20px;

}

.folio-content input {
    width: 300px;
    margin-right: 10px;
    outline: none;
}

.folio-content button {
    padding: 7px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #6a9c37;
    color: #fff;
}

.folio-search-results-wrapper {
    height: auto;

}

#search-button, #folio-button {
    cursor: pointer;
    padding-bottom: 10px;
}

#folio-button p {
    color: #fff;
}

#folio-button img {
    padding-left: 15px;
    margin-top: 10px;
}

.folio-nav-text {
    margin-top: -17px;
    margin-left: 100px;
    width: 100px;
    text-align: left;
    color: #fff;

}

.folio-nav-number {
    margin-top: -17px;
    z-index: 999999;
    color: #000 !important;
    font-size: 14px;
    padding-right: -60px !important;
    position: relative;

}

#folio-nav-count {
    color: #000 !important;
    float: right;
    margin-top: 18px;
    margin-right: 39px;
    z-index: 999;
    position: absolute;
    top: 15;
    right: 0;
    font-size: 10px;
    font-weight: bold;
}

.search-date-wrapper {
    float: left;
    padding-right: 20px;
    height: 100px;
}

.search-folio-item-wrapper {
    border-bottom: 1px solid #ccc;
    clear: both;
    margin-bottom: 10px;
}

/* ######################### REGIONS */

.region-wrapper {
    padding: 0 15px 15px 15px;
    width: 930px;

}

.region-text {
    line-height: 40px;
    font-size: 28px;
}

.region-text p {
    margin-right: 10px;
}

.region-meta  {
    padding-bottom: 20px;
}

.region-meta h2 {
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
}

.section-name {
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: normal;
}

.region-share {
    float: right;
    margin-top: -50px;
    margin-right: 0px;
    width: 282px;
}

.region-share p {
    float: left;
    margin-top: 10px;
    padding-right: 20px
}

.region-name {
    font-size: 24px;
}

.region-follow {
    padding-top: 20px;
}

.hr_center {
    margin-left: -5px;
    clear: both;
}

#close_global_alert {
    float: right;
    margin-top: -35px;
    margin-right: 10px;
    cursor: pointer;
}

.nav-close button {
    border-radius: 0;
}

#global_alert {
    width: 100%;
    max-width: 928px;
    padding-top: 15px;
    padding-bottom: 35px;
    font-size: 16px;
    max-height: 10px;
}

#global_alert p {
    padding-left: 15px;
    padding-top: 10px;
}

.homepage-section-title  {
    font-size: 30px;
    font-weight: normal;

}

.upper {
    text-transform: uppercase;
}

.site {
    /*background-color: #ccc;*/
}

html {
    width: 960px;
    margin: auto;
}

.full_width_module_shadow {
    margin-top: -30px;
    width: 930px;
}

.section-description {
    font-size: 16px;
    padding-top: 20px;
}

.full_width {
    width: 100%;
    padding: 0px;
    margin: 10px 0 10px 0px;
}

.share_out img {
    padding-right: 10px;
}

.share_out {
    margin-right: 0px;
    padding-right: 0px;
    position: relative;
}

.share_out p.read-it-later {
    position: absolute;
    top: 0; right: 0;
}

.core_value_featured_image {
    margin-bottom: 25px;
}

.core {
    width: 585px;
}

.core-sidebar {
    /*background-color: #fff;*/
    width: 300px;
    /*padding: 15px;*/
    margin-right: 15px;
}

.sidebar-section-title {
    font-size: 26px;
    padding-bottom: 20px;
    /*padding-left: 10px;*/
    font-family: AvenirNextLTW01-Regular !important;

}

.sidebar-core-related-module-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
    /*padding: 15px;*/
    width: 300px;
    background-color: #fff;
}

.sidebar-core-related-module {
    padding: 15px;
    padding-right: 35px !important;
    width: 100%;
    line-height: 28px;
    font-size: 18px;
    font-weight: normal;


}

.sidebar-core-related-module h2 {
    font-size: 16px;
    font-weight: normal;
    padding-right: 10px;
}

.sidebar-core-related-module h3 {
    font-size: 16px;
    font-weight: normal;
    padding-right: 25px;
}

.sidebar-core-related-module .date {
    font-size: 12px;

}

.related .read-it-later a {
    color: #000;
    font-size: 12px;
}

.related a:hover {
    color: #21759b;
}

.related .featured-module-header {

    width: 286px\9;

}

.featured-module-header h3 {
    font-weight: normal;
    font-size: 13px;
    margin-left: 5px;
    font-family: "Avenir Next LT W01 Bold";
    width: 100%;
    width: 250px !important;

}

.hr-sidebar {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* GROUPS SIDEBAR MODULE */

.groups_wrapper {
    height: auto;
    /*background-color: #ccc;*/
    margin-bottom: 40px;
}

.groups ul {
    list-style-type: square;
    /*margin-left: 30px;*/
    list-style-position: inside;


}

.groups li {
    padding: 20px 10px 15px 0px;
    border-bottom: 1px solid #ccc;
    color: #21759b;
    list-style-type: square;
    padding-left: 15px;
}

.groups ul li.selected {
    background-color: #d7d7d7;
    padding-left: 15px;
}

.groups ul li:hover {
    list-style-type: square;
    background-color: #ccc;
    padding-left: 15px;
    cursor: pointer;
}

.groups ul li a {
    color: #21759b;
}

.groups ul li a:hover {
    color: #fff;
}

.subnav { font-style: italic; list-style: none !important; padding-left: 40px !important; }

.backLink { padding: 20px 10px 15px 15px; background: #ffffff; }
.backLink a:hover { color: #21759b; }

/* CONTACT SIDEBAR */

.contact_wrapper {
    margin-bottom: 40px;
}

/* SITE CONTENT */

.site-content a {
    color: #21759b;
}

.contact_wrapper .contact {
    background-color: #fff;
    height: auto;
    padding: 15px;
    font-weight: normal;
}

.contact_wrapper .contact hr {
    /*margin-left: 0;*/
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.contact_wrapper .contact h4 {
    /*margin-left: 0;*/
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 5px;
}

.contact_wrapper .contact h3 {
    font-weight: normal;
}

.contact_wrapper .contact h4 a {
    /*margin-left: 0;*/
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 5px;
}

.contact_wrapper .contact a {
    /*margin-left: 0;*/
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 5px;
    color: #21759b;
}

.contact_wrapper .contact span {
    /*margin-left: 0;*/
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 5px;
    color: #000;
}

.contact_wrapper .contact p {
    /*margin-left: 0;*/
    line-height: 20px;
}

.contact_single {
    margin-bottom: 10px;
    padding-top: 10px;
}

/* BIO SECTION */

.bio-name {
    font-size: 40px;
    padding-top: 20px;
}

.bio-title {
    font-size: 16px;
    padding-top: 10px;
    font-style: italic;
}

.bio-last-updated {
    font-size: 12px;
    padding-top: 10px;
}

.bio-pic-thumb {
    float: left;
    padding-right: 15px;
    margin-top: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.request-high-res-image {
    font-size: 10px;

}
.bioRegions {
    display: inline-block;
}
.bioRegions:first-letter {
    text-transform: uppercase;
}

.ceoImages { padding: 0 20px 20px 0; }
.ceoletters p { margin-bottom: 10px; }
/* BIO ARCHIVE */

.bio_nav_responsive{
    display: none;
}

.bio-wrapper {
    padding: 0 15px 15px 0;
    width: 940px;
}

.bio-nav-wrapper {
    width: 930px;
    height: auto;
    background-color: #ccc;
    margin-top: 40px;
}

.bio-nav {
    color: #21759b;
    font-weight: normal;
    padding-top: 17px;
    padding-bottom: 16px;
    font-size: 12px;
    font-family: "AvenirNextLTW01-Medium";
}

.bio-nav a li {
    display: inline;
    padding: 15px;
    cursor: pointer;
    /*background-color: #ccc;*/
}

.bio-nav li:hover {
    padding: 15px;
    background-color: #eee;
}

.bio-nav li.selected {
    background-color: #333333;
    color: #fff;
    padding: 15px;
}

.bio-nav li.selected a {
    color: #fff
}

.bios_archive_item_wrapper {
    width: 100%;
    text-align: left;
}

.bio_archive_list {
    width: 100%;
    margin-left: 20px;
}

.bio_archive_list li {
    display: inline-block;
    /*padding: 15px;*/
    /*width: 220px;*/
    /*background-color: #ccc;*/
    margin-right: 20px;
    margin-bottom: 50px;
    max-width: 150px;
    vertical-align: top;
}

.bio_archive_list li img {
    /*padding: 15px;*/
    /*width: 155px;*/
    /*height: 180px;*/
    /*background-color: #ccc;*/
    /*border: 1px solid #9b9b9b;*/
}

.bio_archive_list li p {
    padding-top: 10px;
    padding-bottom: 0px;
}

.bio-archive-title {
    max-width: 150px;
    font-style: italic;
    font-size: 12px;
    line-height: 15px;
}

.bio-archive-page {
    width: 510px;
    padding: 15px;
}

.bio_archive h3 {
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 40px;
    font-weight: normal;
}

.bios_archive_item_wrapper h3 {
    padding-top: 15px;
    padding-left: 20px;
    font-size: 17px;
    margin-bottom: 40px;
    font-weight: normal;
}

/* SIDEBAR BIO ARCHIVE */

.bio_archive {
    height: auto;
    background-color: #fff;
    padding: 15px;
    margin: auto;
    /*text-align: center;*/
}

.bio_archive h3 {
    padding-left: 25px;
}

.bio-archive-sidebar-page {
    width: 370px;
}

.bio_archive_list_sidebar {
    width: 100%;
    margin-left: 25px;
}

.bio_archive_list_sidebar li {
    display: inline-block;
    /*padding: 15px;*/
    /*width: 220px;*/
    /*background-color: #ccc;*/
    margin-right: 30px;
    margin-bottom: 50px;
    max-width: 130px;
    vertical-align: top;
}

.bio_archive_list_sidebar li img {
    /*padding: 15px;*/
    /*width: 155px;*/
    /*height: 180px;*/
    /*background-color: #ccc;*/
}

.bio_archive_list_sidebar li p {
    padding-top: 10px;
}

.bio_shadow {
    width: 930px;
    margin-top: 0px;
    z-index: 999;
}

/* PRESS RELEASE */

.press-release-date {
    font-size: 12px;
    padding-top: 10px;
}

.press-release-subtitle {
    font-size: 12px;
    padding-top: 10px;
    line-height: 20px;

}

.press-release-name {
    font-size: 25px;
    line-height: 30px;
    padding-top: 15px;
}

.press-release-meta {
    margin-left: -15px;
    margin-top: 20px;
    font-size: 11px;
    padding-left: 5px;
    line-height: 15px;

}

/* BOILER PLATE */
.boilerplate h5 {
    font-size: 10px;
    font-weight: bold;
    margin: 0 0 5px 0;

}

.boilerplate p {
    font-size: 10px;
}

/* CHANNEL BLOG MODULE */

.blog-link {
    padding-top: 20px;
    font-size: 12px;
}

.blog-link a {
    color: #21759b !important;
}

.blog-link a:hover {
    text-decoration: underline;
}

.blog_item .date {
    font-size: 10px;
    padding-top: 8px;
}

.blog_item .title {
    font-size: 16px;
    line-height: 20px;
    padding-top: 10px;
}

.blog_item .tweet_description {
    padding-top: 10px;
    font-size: 12px;
    line-height: 16px;
}

.blog_item {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    min-height: 100px;
    max-height: 200px;
    overflow: hidden;
}

.blog_item_last {
    padding-bottom: 20px;
    border-bottom: none;
}

/* ADMIN */


/* RSS */

.rss_items_wrapper {
}

.rss_item {
    font-family: AVENIRNEXTLTW01-MEDIUM;
    height: 150px;
}

.rss_content {
    padding: 10px 15px 15px 30px;
}

.rss_item:nth-child(even) {
    background: #f2f2f2;
}

.rss_item:nth-child(odd) {
    background: #fff;
}

.rss_item h2 {
    font-size: 18px;
    margin-bottom: 0;
}

.rss_item p {
    font-size: 12px;
    line-height: 18px;
}

.rss_image {
    float: right;
    margin-top: -110px;
    font-size: 12px;
    margin: -5px 50px 0 660px;
    position: absolute;
}

.rss_image_item {
    margin-top: 30px;
}

.rss_info_wrapper {
    width: 600px;
}

.rss_info_content h2 {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding: 15px;
    padding-left: 30px;
}

.rss_info_content p {
    font-size: 12px;
    margin-top: -20px;
    line-height: 20px;
    padding: 15px;
    padding-left: 30px;
    margin-bottom: 10px;
}

/* SEARCH */

.search {
    background-color: #fff;
    /*padding: 15px;*/

}

.search-title, .collection-title {
    font-size: 20px;
}

.search-short-description {
    line-height: 30px;
}

.search-item {
    clear: both;
}

.search_none {
    background-color: #fff;
    min-height: 300px;
    padding: 15px;
}

.search-headline {
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;
    padding-bottom: 20px;

}


.search-item-left {
    float: left;
    height: 50px;
    margin-right: 20px;
}

.search-item-right {
    float: right;
    max-height: 400px;
    margin-right: 20px;
    width: 450px;
    margin-bottom: 20px;
}

.collection-item-right {
    float: left;
    max-height: 400px;
    margin-right: 20px;
    width: 750px;
    margin-bottom: 50px;
    margin-left: 30px;
    margin-top: -5px;
}

.collection-headline {
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;
    padding-bottom: 20px;
}

.collection-short-description {
    line-height: 30px;
}

.collection-item {
    clear: both;
    margin-top: 20px;
}

.collection-item-left {
    float: left;
    height: 50px;
    margin-right: 20px;
}

/* SEARCH SIDEBAR */


.sidebar_search_wrapper {
    width: 258px;
    height: 100%;
    background-color: #fff;
    float: left;
    margin-top: 24px;
    padding: 15px;
    margin-left: 60px;
}

.sidebar_search {
    width: 150px;
}

#search-by-topic {
    width: 200px;
    height: 100px;
}

#search-by-year {
    width: 200px;
    height: 100px;
}

/* BLOGS ARCHIVE PAGE */

.full_width_blog {
    width: 930px;
    /*padding: 15px;*/

}

.blog_item_wrapper {
    width: 930px;
    height: 370px;
    background-color: #fff;
    /*padding: 15px;*/
    position: relative;
}

.blog_item_content {
    padding: 15px;
}

.blog_item_content .span5{
    width: 340px;
    float: left;
    border-right: 1px solid #eee;
    padding-right: 10px;
}

.blog_item_content .span7{
    padding-left: 20px;
    width: 520px;
    float: left;
    padding-top: 15px;
}

.blog_item_content .span7 p{
    clear: both;
}

.blog_item_shadow {
    width: 930px;
    margin-top: 0px;
    z-index: 999;
    margin-bottom: 10px;
}

#bio_nav_tablet {
    display: none;
}

.bio_shadow_tablet {
    display: none;
}

/* ARTICLE */

.article {
    background-color: #fff;
    padding: 15px;
    width: 585px;
}

.shr-bookmarks {
    float: left;
    margin-left: 120px !important;
    margin-top: -40px !important;
}

.shr-bookmarks-classic {
    float: left;
    margin-left: 140px !important;
    margin-top: -40px !important;
}

/* FOOTER */

.footer_group_wrapper {
    width: 840px;
    height: auto;
    margin: auto;
    text-align: center;
    padding-top: 30px;
    color: #fff;
    font-size: 12px;
}

.footer_group_wrapper div p a {
    color: #fff;
}

.footer_group_wrapper div p a:hover {
    color: #fff;
}

.footer_box_one {
    width: 240px;
    height: 100px;
    float: left;
    margin-left: 20px;
    margin-bottom: 50px;
    text-align: left;
    padding: 10px;

}

.footer_box_one img {
    padding-bottom: 23px;
}

.footer_box_five {
    display: none;
}

.footer_box_two {
    width: 170px;
    height: 100px;
    float: left;
    margin-bottom: 50px;
    text-align: left;
    padding: 20px 20px 10px 10px;
    border-right: 1px solid #015c8e;
    line-height: 23px;
}

.footer_box_three {
    width: 150px;
    height: 100px;
    float: left;
    margin-bottom: 50px;
    text-align: left;
    padding: 20px 10px 10px 20px;
    border-right: 1px solid #015c8e;
    border-left: 1px solid #1581bc;
    line-height: 23px;
}

.footer_box_four {
    width: 140px;
    height: 100px;
    float: left;
    margin-bottom: 50px;
    text-align: left;
    padding: 25px 10px 10px 20px;
    border-left: 1px solid #1581bc;
}

.footer_box_four img{
    padding: 3px;
}

.blog_item_header_image {
    margin-bottom: 20px;
}

/* search */

.search_header_wrapper {
    float: right;
    margin-right: 15px;
    margin-top: -30px
}

.ie8 .search_header_wrapper{
    margin-right: 17px;
}

.ie8 .merch .attachment-post-thumbnail{
    height: 150px !important;
}

.search_icon {
    background-image: url(images/search_icon.png);
    background-repeat: no-repeat;
    width: 29px;
    height: 28px;
    float: right;
}

.search_icon:hover {
    background-image: url(images/search_icon.png);
    background-repeat: no-repeat;
    width: 29px;
}

input {
    outline: none;
}

.featured-module-header {
    font-weight: normal !important;
}

.featured-module-header h3  {
    /*font-size: 12px !important;*/
    /*line-height: 20px !important;*/
    font-family: AvenirNextLTW01-Regular !important;
    text-transform: uppercase !important;
}

.read-it-later {
    position: relative;
    vertical-align: bottom;
}

.contacts {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    height: auto;
}

.contact_item {
    margin-bottom: 20px;
}

.contact_item h5 {
    font-size: 16px;
    margin-bottom: 6px;
}

.contacts h2 {
    font-size: 12px;
    margin-bottom: 15px;
}

.contact_item p {
    margin-bottom: 10px;
    font-size: 12px;
}

.email_url {
    float: left;
    clear: both;
    margin-bottom: 10px;
    height: auto;
}
.email_url button{
    background: #6a9c37;
}

a#mcReadMore {
    clear: both;
    display: block;
    margin: 10px 0;
}

div#mcAddInfo {
    display: none;
}

div#folio-has-results {
    display: none;
}

div#folio-no-results {
    display: block;
}

label.feedbackLbl {
    clear: left;
    display: block;
    float: left;
    line-height: 28px;
    text-align: right;
    width: 100px;
    padding-right: 4px;
}

input.feedbackSubmit {
    margin-left: 104px;
}

/* BLOGS PAGE */

.blogs_page_title {
    padding-left: 15px;
    font-size: 24px;
    padding-bottom: 30px;
}

.blogs_page_desc{
    font-size: 34px;
    padding-left: 15px;
    font-weight: normal;
    font-family: AvenirNextLTW01-Regular;
    padding-bottom: 40px;
    line-height: 40px;
}

.blog_title {
    font-size: 24px;
    padding-bottom: 10px;
}

.blog_description {
    font-family: Arial;
    line-height: 24px;
    font-size: 15px;
}

.blog_post_item {
    margin-top: -10px;
}

.blogs_date {
    font-size: 12px;
    padding-bottom: 10px;
}

.blog_post_title {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 10px;
}

.blog_post_description {
    font-family: Arial;
    padding-top: 10px;
    line-height: 24px;
    font-size: 15px;
}

.share_out p img {
    margin: 0;
    padding: 0;
}

.collection-share_out p img {
    margin: 0;
    padding: 0;
}

.collection-share_out {
    float: right;
    margin-top: -50px;
    margin-right: 10px;
}

.collection-delete {
    float: right;
    margin-right: 30px;
    margin-bottom: -20px;
}

.collection_full, .contact_us, .feedback, .full {
    background-color: #fff;
    padding: 15px;
    width: 900px;
}

.contact_us h2, .feedback h2 {
    font-size: 20px;
    padding-bottom: 20px;
}

.contact_us p, .feedback p {
    padding-bottom: 20px;
    line-height: 20px;
}

.contact_button{
    display: block;
    padding: 2px\9;
}

.kp_media {
    line-height: 25px;
}

.article {
    line-height: 30px;
}

.hidden {
    display: none;
}

.hide_show {
    margin-top: 20px;
}

.nav-content-item .read-it-later {
    margin-top: -5px;
}

.nav-content-item .read-it-later img {
    margin-top: -20px;
    float: left;
}

.read-it-later a span {
    font-size: 12px;
}

.nav_open {
    display: none;
}

#monster-nav-topic-nav {
    display: block;
}


#the_nav {
    width: 930px;
    list-style-type: none;
    padding: 0;
    height: auto;
    background-color: #6a9c37 !important;
    position: relative;
    margin-bottom: 55px;
    overflow: hidden !important;

}

#the_nav li.section {
    display: inline !important;
    text-align: left;
    width: auto;
    margin: 0;
    padding: 10px 15px 10px 15px;
    border-right: 1px solid #ccc;
    float: left;
    color: #fff;


}

ul#the_nav li.section.active {
    background-color: #303030;
    margin-bottom: 360px;
}

ul#the_nav li.section.active div.bucket {
    display: block;
    height: 400px;
    width: 930px;
}

ul#the_nav li.section div.bucket {
    display: none;
}

#the_nav a {
    color: #fff;
}

#the_nav.section:hover {
    background-color: #000 !important;
    /*margin-left: -3px;*/
    margin-left: -3px;
    cursor: pointer;
    color: #fff;
}

.bucket {
    width: 930px;
    height: 360px !important;
    background-color: #303030;
    margin-top: 10px;
    margin-left: -15px;
    position: absolute;
    left: 15px;
    top: 24px;
    overflow: hidden !important;
    font-weight: normal;
    font-family: AvenirNextLTW01-Regular;
    font-size: 12px;
}

.bucket ul li {
    list-style-type: square;
    list-style-position: outside;
    width: auto;
    max-width: 200px;
    padding: 8px !important;
    margin-left: 15px;
}

.bucket ul li:hover {
    background-color: #6a9c37 !important;
}

.nav_item_link {
    width: inherit;
    height: inherit;
    display: block;
    padding: 0;
}

.bucket p {
    font-size: 20px;
    padding-bottom: 10px;
    line-height: 30px;
}

.secondary {
    display: none;
}

.bucket ul {
    padding: 20px 30px 15px 15px;
    width: 220px;
}

.bucket ul li {
    padding: 5px;
    cursor: pointer;

}
/* override for top level menu items */
.wpMenuTopLevel ul { padding: 0px; }
.specialLink { position: relative !important; }

/* menu style for external links */
.openLinkImg { margin: -2px 0 -2px 10px; }
.healthiesLinks div ul li a img.openLinkImg { opacity: 0.4; filter: alpha(opacity = 40); }

.nav-close-button {
    text-align: center;
    visibility: visible;
}

.nav-close-button img {
    /*margin-bottom: -29px;*/
    position: relative;
    left: 450px;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    z-index: 999;

}

ul#the_nav li.section ul li.active div ul {
    display: block;
    margin-left: 50px;
    margin-top: 0px;
    position: absolute;
    top: 0;
    left: 180px;
    z-index: 99999;
}

ul#the_nav .wpMenu {
    left: 0px !important;
    margin-left: 0px !important;
}

ul#the_nav li.section ul li.active div ul li {
    padding: 8px;
    list-style-type: square;
    list-style-position: outside;

}

ul#the_nav li.section ul li.active div ul li:hover {
    background-color: #6a9c37 !important;
}

.merch {
    display: none;
}

.merch.active {
    display: block;
    position: absolute;
    top: 30px;
    margin-top: 10px;
    height: 325px;
    width: 100% !important;
    overflow: hidden;
    left: 250px;
}

.nav-module .media-item-one {
    position: absolute !important;
    left: 300px !important;
    top: 80px !important;
    background-color: transparent !important;
    margin-right: 10px;
}

.nav-module {
    background-color: transparent !important;
    margin-right: 15px !important;
}

#folio-button {
    margin-top: -7px;
}

#folio-button img {
    margin-right: 12px;
    z-index: -999;
}

#folio-wrapper {
    margin-left: -80px !important;
    margin-top: -15px;
    right: 400px !important;
}

#monster-aux-nav {
    float: right;
    margin-top: 0px;
    margin-right: 15px !important;
    z-index: 9999 !important;
    height: 30px;
}

.entry-content h2 {
    clear:none;
}

.region-meta .share_out {
    float:right;
    margin-right:20px;
    margin-top:-50px;
}
/*article {*/
/*background-color: #fff !important;*/
/*margin-right: 15px;*/
/*padding: 15px;*/
/*width: 100%;*/
/*}*/

/*#content {*/
/*width: 960px;*/
/*}*/

/* RESPONSIVE IPAD VERTICAL */

/* TABLETS (portrait) ----------- */
@media (min-width : 768px) and (max-width : 959px) {
    /* Styles */


    html {
        width: 768px !important;
        text-align: center;
        margin: auto;
    }

    body {
        width: 768px !important;
        text-align: center;
        margin: auto;
    }

    #footer{
        width: 768px !important;
    }

    a {
        color: #006ba6;
    }

    #page {
        /*background-color: red;*/
        text-align: left;
        margin: auto;
        margin-right: 15px !important;

    }

    article {
        margin-right: 35px;

    }

    #content {
        margin-right: 20px;
    }

    #monster-nav-container {
        width: 100%;

    }

    #monster-nav-topic-nav {
        width: 100%;
    }

    .monster_nav_shadow img{
        width: 738px;
    }

    .monster_nav_top_shadow_image{
        width: 738px;
    }

    .media-item-three{
        display: none;
        margin-left: 20px;
    }

    .region-meta .share_out {
        float:right;
        margin-right:0px;
        margin-top:-50px;
    }

    .media-item-one {
        /*padding-right: 40px;*/
        margin-left: 20px;
    }

    .nav-module-two {
        margin-left: 20px;
        margin-right: 40px;
        width: 300px !important;

    }

    .media-item-two {
        /*margin-left: 60px;*/
    }

    .nav-close {
        margin: auto;
        text-align: center;
        margin-left: -250px !important;
    }

    .nav-close button {
        /*margin-bottom: -29px;*/
        position: absolute;
        bottom: -30px !important;
        left: 0px !important;
        text-align: center;
        cursor: pointer;
        border-radius: 0;


    }

    #global_kp_nav {
        width: 100%;
    }


    .entry-content h2 {
        clear:none;
    }

    .aux_nav_shadow {
        width: 768px;
        margin-top: -10px !important;
    }

    #monster-aux-nav {
        margin-right: 0px;
    }

    .search_header_wrapper {
        margin-right: 0px;
    }

    #featured-fullwidth-container{
        width: 100%;
        height: 235px;
    }

    #featured-fullwidth-container-content {
        height: auto;
        width: 200px;
    }

    #featured-fullwidth-container-media {
        padding-right: 0px;
        margin-right: 0px;
    }

    #featured-fullwidth-container-media img {
        width: 495px;
    }

    #featured-more-container-wrapper {
        display: none;
    }

    .description {
        width: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .featured-module-header h3  {
        /*font-size: 12px !important;*/
        /*line-height: 20px !important;*/
        font-family: AvenirNextLTW01-Regular !important;
    }

    .featured-modules-container-wrapper {
        width: 100%;
        margin: auto;
    }

    .featured-modules-container {
        width: 100%;
        display: inline;
        height: auto;
        margin: auto;
        margin-left: 60px;

    }

    .recent-module {
        /*width: 338px;*/
        margin-left: 0px;
        margin-bottom: 10px;
        display: inline;
    }

    .recent-module:nth-of-type(even) {
        /*width: 338px;*/
        margin-left: 10px;
        margin-right: 0px;
        margin-bottom: 10px;
        display: inline;
    }

    .recent-module:nth-of-type(even):last-child {
        /*width: 338px;*/
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        display: block;
        float: left;
        clear: both;
    }

    .folio-nav-text {
        margin-top: -17px;
        margin-left: 0px;
        text-align: left;
        color: #fff;

    }

    .region-wrapper {
        width: 720px;
    }

    #folio-wrapper {
        width: 440px;
        height: auto;
        background-color: #fff;
        float: right;
        display: block;
        position: relative;
        right: 500px;
        text-align: right;
        /*border-bottom: 2px solid #eee;*/
        margin-right: -400px;
        margin-top: -55px !important;
    }

    .channel-container {
        width: 265px;
        z-index: 999;
        height: 743px;
        margin-top: -770px;
        margin-left: 387px;
    }

    #channel_switcher {
        width: 180px !important;
    }

    .recent-module-content a h4 {
        /*font-size: 20px;*/
        /*line-height: 26px;*/
        margin-bottom: 5px;
    }

    .featured-fullwidth-container-content h4 a {
        line-height: 10px;
    }

    #featured-graphic img {
        width: 740px;
    }

    .site-content {
        width: 100%;
    }

    .kp_article {
        width: 96%;
        padding-right: 15px;
    }

    .core-sidebar {
        width: 100%;
        margin-right: 0px;
    }

    .sidebar-core-related-module-wrapper {
        width: 360px;
        float: left;
        padding-right: 0px;
        margin-bottom: 0px;
        margin-right: 15px;
    }

    .sidebar-core-related-module-wrapper:nth-of-type(odd) {
        width: 360px;
        float: left;
        padding-right: 0px;
        margin-bottom: 0px;
        margin-right: -15px;
    }

    .sidebar-core-related-module {
        width: 354px;
        float: left;
        margin-right: 0px;
        padding-right: 0px;
    }

    .sidebar-section-title {
        display: none;
    }

    #folio-button {
        float: right;
        /*width: 130px;*/
    }

    #folio-button img {
        margin-right: -5px;
    }

    #the_nav {
        width: 740px;
    }

    /* FOOTER */

    .footer_box_one {
        margin-left: -40px;
        width: 180px;
        line-height: 20px;
    }

    .footer_box_one img {
        width: 150px;
    }

    .footer_box_two {
        width: 180px;
        line-height: 20px;
        padding-right: 0;
    }

    .footer_box_two p {
        padding-right: 0px;
    }

    .footer_box_three {
        width: 140px;
        line-height: 20px;
        padding-right: 0;
    }

    .footer_group_wrapper {
        width: 960px;
        margin-left: 60px;
    }

    .footer_copyright {
        margin-left: -320px;
    }

    /* SIDEBAR */

    .contacts {
        height: auto !important;
        clear: both;
        min-height: 130px;
    }

    .contact_item {
        width: 300px;
        margin-right: 50px;
        margin-top: 20px;
        float: left;

    }

    /* BIOS PAGE */


    .bio-wrapper {
        width: 745px !important;
    }

    .bio-wrapper .chzn-container{
        width: 320px !important;
    }

    .bio-wrapper .chzn-drop{
        width: 320px;
    }

    .bio-archive {
        width: 350px;
    }

    .bio-archive-page {
        width: 350px;
    }

    .bio-archive-sidebar-page {
        width: 350px;
        margin-left: 15px !important;
        float: left;
    }

    .bios_archive_item_wrapper {
        width: 400px;

    }

    .bio_archive_list {
        width: 400px;
    }

    #bio_nav {
        display: none;
    }

    .bio-nav {
        width: 250px;
    }

    .bio-nav-wrapper {
        background-color: transparent;
    }

    #bio_nav_tablet {
        display: block;
    }

    .bio_shadow {
        display: none;
    }

    /* BIO SINGLE */

    .core {
        width: 98%;
    }

    .sidebar-core-related-module-wrapper {
        margin-right: 15px;
        width: 370px;
    }

    .sidebar-core-related-module-wrapper:nth-child(odd) {
        float: left !important;
        padding-right: 0px;
        margin-right: 0px; !important;
        width: 360px;
    }

    .sidebar-core-related-module-wrapper:nth-child(even) {
        float: left !important;
        padding-right: 0px;
        margin-right: 15px; !important;
        width: 360px;
        /*margin-left: 15px !important;*/

    }

    .sidebar-core-related-module {
        padding: 15px;
        padding-right: 15px;
    }

    .region-share {
        /*margin-right: 180px !important;*/
    }

    .region-text {
        padding-right: 5px;
    }

    #folio-nav-count {
        color: #000 !important;
        float: right;
        margin-top: 17px;
        margin-right: 20px;
        z-index: 999;
        position: absolute;
        top: 15;
        right: 0;
        font-size: 10px;
        font-weight: bold;
    }

    .recent-modules-container-wrapper {
        width: 640px !important;
        /*margin: 0;*/
        text-align: center;
        margin-left: 60px !important;
    }

    .recent-modules-container {
        width: 640px !important;
        margin: 0;
        text-align: center;
    }

    .recent-module {
        text-align: left;
    }

    #featured-graphic {
        margin-top: 480px;
    }

    .homepage-section-title {
        text-align: left;
    }

    #featured-fullwidth-container-content h2 a {
        font-size: 16px !important;
        line-height: 20px;
    }

    .region-text p {
        width: 728px !important;
    }

    .recent-modules-container-total-health {
        width: 700px !important;
        margin-left: 50px !important;
    }

    .recent-modules-container-total-health .recent-module {
        margin-right: 0;
    }

    .share_out .read-it-later {
        padding-right: 20px;
    }

    .nav_open {
        display: none;
    }

    .groups {
        display:none;
    }

    #monster-nav-topic-nav {
        display: block;
    }

    .nav-module .media-item-one {
        position: absolute !important;
        left: 100px !important;
        top: 80px !important;
        background-color: transparent !important;
        margin-right: 10px;
        padding-right: 0 !important;
    }

    .nav-module {
        background-color: transparent !important;
        margin-right: 15px !important;
    }

    .blog_item_header_image {
        width: 708px;
        height: 90px;
    }

    .blog_item_content .span7 {
        width: 345px;
    }

    .blog_item_wrapper {
        height: 420px;
    }

    .bucket ul {
        padding: 20px 10px 15px 15px;
        width: 200px;
    }

    .collection-item-right {
        width: 500px;
    }

    .tablet_box{
        width: 753px;
    }
    .tablet_box .sidebar-core-related-module-wrapper{
        width: 360px;
        margin-right: 16px;
    }

    #tablet_ag_nav {
        width:400px;
    }

    .rss_image{
        margin-left: 550px;
    }

    .rss_item {
        height: auto;
        min-height: 150px;
    }

    .rss_content p{
        width: 700px !important;
    }
}

/* Phone ----------- */
@media (min-width : 320px) and (max-width : 767px) /*and (orientation : portrait)*/ {
    /* Styles */

    .share_out {
        display: block !important;
        float: none !important;
        position: relative !important;
        margin-bottom: 1em;
        width: 100% !important;
        margin: 0;
        left: 0;
        padding: 0;
        top: 0;
    }

    /* RSS Feed */

    .rss_item {
        font-family: AVENIRNEXTLTW01-MEDIUM;
        height: auto;
    }

    .rss_item h2{
        padding: 0;
        width: 290px;
        line-height: 24px;
    }

    .rss_item p{
        padding: 10px 0;
    }

    .rss_image {display: none !important; float: none !important;}

    .rss_item .rss_links{
        padding: 0;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }

    .rss_content {
        padding: 15px;
    }

    .rss_item .phone_responsive_sub{
        display: block !important;
        font-size: 12px;
    }

    .rss_info_content h2, .rss_info_content p{
        padding-left: 15px;
    }

    .site {
        margin: 0 auto;
        overflow: hidden;
    }

    html {
        width: 320px !important;
        text-align: center;
        margin: auto;

    }

    body {
        width: 320px !important;
        text-align: center;
        margin: auto;
        margin-left: -15px;
    }

    article {
        width: 292px !important;
        padding-right: 20px;
    }

    #page {
        /*background-color: red;*/
        text-align: left;
        width: 320px;
    }

    .article {
        width: 305px;
        /*padding-right: 15px;*/
    }

    .kp_article {
        width: 305px;
        /*padding-right: 15px;*/
    }

    .logo {
        display: none;
    }

    #logo {
        background-color: #6a9c37;
        margin-top: 38px;
        height: 50px !important;
        margin-bottom: 0px !important;
    }

    .tagline, .tagline_two {
        color: #fff !important;

    }

    .tagline {
        font-size: 16px !important;
    }

    #logo span {
        margin: 0 !important;
        padding: 0 !important;
    }

    .the_tagline_container {
        margin-left: 10px !important;
        margin-top: 5px;
    }

    .tagine_two {
        margin-left: -20px;
    }

    .nav_open {
        margin-top: 10px;
        margin-right: 10px;
        display: inline;
        cursor: pointer;
    }

    .the_tag {
        margin-left: 50px;
        margin-top: -30px;
    }

    .hidden {
        display: none;
    }

    #monster-nav-topic-nav {
        background-color: #000;
        height: 400px;
        width: 280px;
        position: absolute;
        left: 0;
    }

    #nav_bucket_show_one, #nav_bucket_show_two, #nav_bucket_show_three, #nav_bucket_show_four {
        border-right: none !important;
    }

    #monster-nav-topic-nav ul li {
        display: block !important;
    }

    .main_topics {
        display: block;
    }

    #monster-nav-container {
        display: none;
    }

    .search_header_wrapper {
        display: none;
    }

    .featured-fullwidth-container-wrapper {
        width: 320px !important;
        margin-top: 20px;
    }

    #featured-fullwidth-container-media {
        padding: 0px;
    }

    #featured-fullwidth-container-content {
        width: 320px;
        padding: 0px;
        margin-top: -2px;
    }

    .read-it-later {
        margin-top: -20px;
    }

    div.sidebar-core-related-module-wrapper .read-it-later, div.featured-meta .read-it-later {
        margin-top: 0px;
    }

    .aux_nav_shadow {
        display: none;
    }

    .kp_global_aux ul li {
        padding: 0 5px !important;

    }

    .down-carrot{
        margin: 0;
        padding-right: 0px;
    }

    #featured-fullwidth-container-content p, h2, span {
        padding: 15px;
    }

    #main {
        /*padding-right: 15px;*/

    }

    #featured-graphic-container {
        display: none;
    }

    .monster_nav_shadow {
        display: none;

    }

    #monster-nav-topic-nav {
        /*display: none;*/
    }

    #global_kp_nav {
        width: 320px;
        margin: 0;
    }

    .aux_nav_shadow {
        width: 320px;
        margin-top: -10px !important;
        margin: 0;
    }

    #monster-nav-container {
        margin-bottom: 0px;
    }

    .kp_global_aux {
        margin-top: -15px;
        width: 200px;
    }

    .search_header_wrapper {
        margin-right: 0px;
    }

    #featured-fullwidth-container{
        width: 100%;
    }

    #featured-fullwidth-container-media img {
        width: 320px;
    }

    #featured-more-container-wrapper {
        display: none;
    }

    #featured-more-container {
        width: 320px;
    }

    .featured-meta  {
        margin-top: -10px !important;
    }

    .featured-modules-container-wrapper {
        margin-left: 10px;
        margin-top: 120px !important;
        height: 1450px;
    }

    .featured-modules-container {
        width: 320px !important;
    }

    .recent-modules-container-wrapper {
        margin-top: 120px !important;
        height: 1550px;
    }

    .recent-modules-container {
        width: 320px !important;
        margin-left: -5px;
    }

    /* BIOS */
    #bio_nav {
        display: none;
    }

    .bio-nav {
        width: 320px;
    }

    .bio-nav-wrapper {
        background-color: transparent;
    }

    #bio_nav_tablet {
        display: block;
    }

    .bio_shadow {
        display: none;
    }

    #secondary {
        margin-right: -40;
        width: 305px;
    }

    .share_out p img {
        margin: 0;
        padding: 0;
    }

    .contacts {
        width: 100%;
    }

    .related {
        width: 320px !important;
    }

    .sidebar-core-related-module-wrapper {
        width: 320px !important;
    }

    .hr-sidebar {
        margin-right: 20px;
    }

    .region-text p {
        width: 290px !important;
        text-wrap: normal ;
    }

    .region-meta h2 {
        margin-left: -13px;
    }

    .recent-modules-container-total-health {
        width: 280px !important;
        margin-left: -5px !important;
    }

    .kp_global_aux ul li {
        padding: 0px !important;
    }

    .kp_global_aux ul span {
        padding: 5px !important;
    }

    .merch {
        display: none !important;
    }

    .bucket{
        width: 280px !important;
        height: auto !important;
        /*max-height: 200px;*/
    }

    .bucket ul li.link.active {

    }

    #the_nav {
        display: block !important;
        float: left;
        width: 280px !important;
        background-color: #303030 !important;
        /*height: auto;*/
        position: absolute;
        z-index: 999;
        list-style-type: square !important;
        list-style-position: outside !important;
        height: auto !important;
    }

    #the_nav li.section {
        width: 300px !important;
        border-right: none;
        height: auto !important;
        background-color: #000;
        border-bottom: 1px solid #333;
    }

    ul#the_nav li.section.active {
        background-color: #000 !important;
    }

    ul#the_nav .section .bucket ul li.active {
        /*background-color: green !important;*/
        background-size: 30px;
    }

    .section {

        height: auto;

    }

    #monster-aux-nav {
        float:none;
        height: 40px;
    }

    .folio-nav-text {
        margin-left:15px;
    }

    #folio-nav-count {
        left: 125px;
        right: auto;
    }

    .monster_nav_top_shadow {
        display: none;
    }

    #the_nav li p {
        display: none;
    }

    ul#the_nav li.section.active {
        background-color: #303030;
        /*margin-bottom: 280px;*/
    }

    ul#the_nav li.section.active div.bucket {
        display: block;
        width: 930px;
    }

    ul#the_nav li.section div.bucket {
        display: none;
    }

    ul#the_nav li.section ul li.active div ul {
        display: block;
        margin-left: -160px;
        position: relative !important;
        z-index: 99999;
        padding: 0;
        margin-top: 10px;
    }

    ul#the_nav li.section ul li.active div ul li {
        padding: 8px;
        list-style-type: square;
        list-style-position: inside;

    }

    ul#the_nav li.section ul li.active div ul li:hover {
        background-color: transparent !important;
    }

    .bucket ul li:hover {
        background-color: transparent !important;
    }

    .bucket ul  {
        position: relative !important;
        list-style-type: square !important;
        list-style-position: outside !important;
    }

    .bucket {
        background-color: transparent !important;
        position: relative;
        top: 0;
        margin-top: 0 !important;
    }

    .section {
        position: relative;
    }

    ul#the_nav li.section.active {
        height: auto !important;
    }

    .secondary ul {
        position: relative;
        list-style-type: square;
        list-style-position: outside;
    }

    ul#the_nav li.section.active {
        margin-bottom: 0 !important;
        height: auto !important;


    }

    ul#the_nav li.section ul li.active div ul {
        height: auto;

    }

    .mobile {
        display: none !important;
    }

    .nav-close {
        display: none;
    }

    /* FOOTER */

    #footer{
        height: auto;
        padding-bottom: 25px;
    }

    .footer_box_one {
        width: 280px;
        line-height: 20px;
        display: block;
        margin-left: 27.5px;
        padding-left: 0px;
        height: auto;
        margin-bottom: 20px;
    }

    .footer_box_one img {
        display: none;
    }

    .footer_box_two {
        width: 180px;
        padding-right: 0;
        display: block;
        margin-left: 27.5px;
        padding-left: 0px;
        padding-top: 0px;
        margin-bottom: 20px;
        height: auto;
        border-right: none;
    }

    .footer_box_two p {
        padding-right: 0px;
    }

    .footer_box_three {
        width: 140px;
        padding-right: 0;
        display: block;
        margin-left: 27.5px;
        padding-left: 0px;
        padding-top: 0px;
        margin-bottom: 20px;
        height: auto;
        border-right: none;
    }

    .footer_box_four {
        margin-left: 27.5px;
        padding-left: 0px;
        padding-bottom: 0;
        margin-bottom: 20px;
        padding-top: 0px;
        height: auto;
    }

    .footer_box_five {
        width: 180px;
        line-height: 20px;
        display: block;
        margin-left: 17.5px;
        padding-left: 0px;
        height: auto;
    }

    .footer_box_five img {
        width: 150px;
        padding-bottom: 13px;
    }

    .footer_group_wrapper {
        width: 335px;
        margin-left: 0;
    }

    /* Search */



    .search{
        width: 295px;
    }

    .search-item .search-item-left{
        display: none;
    }

    .search-item .search-item-right{
        width: 295px;
        margin-right: 0;
        padding: 0;
    }

    .search-item-right .search-headline{
        padding: 0;
        padding-bottom: 8px;
    }

    .search-item-right .search-short-description{
        line-height: 20px;
    }

    .search-item-right .read-it-later{
        margin-top: 0;
    }

    .search-item .hr_center{
        width: 300px;
    }

    .current, .page-numbers{
        padding: 3px;
    }

    .kp_global_aux ul span{
        padding: 0px;
    }

    /* Blog */

    .blogs_page_title{
        font-size: 20px;
        padding-bottom: 0;
    }

    .blogs_page_desc{
        font-size: 24px;
        line-height: 33px;
        width: 300px;
    }

    .blog_item_shadow{
        width: 325px;
    }

    .blog_item_wrapper{
        width: 325px;
        height: 580px;
    }

    .blog_item_wrapper .blog_item_header_image{
        display: none;
    }

    .blog_item_wrapper h3{
        line-height: 30px;
    }

    .blog_item_wrapper .span5{
        width: 290px;
        border-bottom: 1px solid #eee;
        border-right: none;
        padding: 10px 0 30px 0;
        margin-left: 0px;
    }

    .blog_item_wrapper .span7{
        width: 290px;
        padding: 30px 0 30px 0;
        margin-left: 0px;
    }

    .blog_item_wrapper .blog_icon{
        padding: 0px;
        margin-top: 8px;
    }

    /* BIOS */

    .bio-wrapper{
        padding: 0;
        padding-top: 20px;
        width: 325px;
        margin: 0;
        background: #fff;
    }

    .bio-wrapper .share_out{
        display: none;
    }

    .bio-wrapper .region-meta h2,.section-name{
        padding-left: 20px;
    }

    .bio-wrapper .region-text{
        display: none;
    }

    .bio-nav-wrapper{
        margin-top: 0px;
    }

    .bio-nav-wrapper .chzn-container-single span{
        display: inline;
        margin-left: -10px;
    }

    .bio-archive-page{
        width: 325px;
        margin: 0;
        padding: 0;
        padding-top: 20px;
    }

    .bios_archive_item_wrapper{
        width: 325px;
    }

    .bio-wrapper h3{
        border-bottom: 1px solid #ccc;
        padding: 10px 0;
        margin: 0 15px;
        font-size: 15px;
        width: 290px;
    }

    .bio-wrapper .region-meta{
        padding-bottom: 0;
    }
    .bio-wrapper .region-meta .section-name{
        padding-left: 15px;
        margin-left: 0 !important;
    }

    .bio-wrapper .region-meta h2{
        margin-left: 0;
    }

    .bio_archive_list, .bio_archive_list_sidebar{
        margin-left: 0;
        padding: 0;
    }

    .bio-wrapper li{
        display: block;
    }

    .bio-wrapper li img{
        display: none;
    }

    .bio-wrapper .bio-archive-name{
        font-size: 20px;
        width: 280px;
        font-weight: bold;
    }

    .bio-wrapper li{
        max-width: 300px;
        padding: 20px 15px;
        margin: 0;
    }

    .bio-wrapper .darkbg{
        background: #f2f2f2;
    }

    .bio-wrapper .bio-archive-title{
        max-width: 280px;
        font-size: 13px;
        line-height: 20px;
    }

    .bio-archive-sidebar-page{
        min-width: 325px;
        padding: 0;
        margin: 0;
    }

    .bio_archive{
        margin: 0;
        padding: 0;
    }

    .bio-wrapper .chzn-container{
        width: 290px !important;
        padding-left: 15px !important;
    }

    .bio-wrapper .chzn-drop{
        width: 290px;
        margin-left: 15px;
    }

    .bio_nav_responsive{
        display: block;
        color: #21759b;
        margin: 0;
        padding: 0 0 10px 15px;
        font-size: 13px;
    }

    .bio_nav_responsive .bio_nav_current{
        text-decoration: underline;
    }

    .bio_exec_display{
        display: block;
    }

    .bio_board_display{
        display: none;
    }

    .region-wrapper {
        width: 320px;
    }

    .contact_us {
        width: 300px; padding-right: 20px;
    }

    .share_out span{
        padding: 0;
    }

    #featured-fullwidth-container-content p, h2, span {
        padding: 0px;
    }

    .groups {
        display:none;
    }

    .section-name {
        margin-left:-32px !important;
    }


    .entry-content h2 {
        clear:none;
    }

    #tablet_ag_nav {
        width:290px;
    }

    .collection-item-left {
        display:none;
    }

    .collection-item-right {
        width:270px;
        margin-left:0px;
    }

    .collection-item {
        height:auto;
    }

    .collection-text {
        width:250px;
        line-height:20px;
    }


    .region-meta .share_out {
        float:right;
        margin-left:130px;
        margin-top:-70px;
        margin-bottom:30px;
    }

    .section-name {
        padding-left:30px;
    }

    .region-meta h2 {
        padding-left:15px;
    }

    .entry-header .share_out .read-it-later {
        margin-top:-40px;
        margin-left:-220px;
    }

    .region-meta .share_out {
        margin-left:0;
        margin-top:0;
        margin-bottom:10px;
    }



    /* Folio Dropdown */

    #folio-wrapper {
        width: 280px;
        right: 425px !important;
        margin-top: 34px !important;
    }
    .folio-content {
        padding-top: 0;
    }
    .folio-content #folio-url{
        color: #21759b;
    }
    .folio-content .folio_url_desc{
        display: block;
        padding-top: 5px;
    }
    .folio-content .email_url button{
        margin-left: 0;
    }
    .folio-content #mcReadMore{
        color: #21759b;
    }
    .folio-content .gaq_article_text{
        color: #21759b;
    }

    .folio-content .search-folio-item-wrapper{
        padding-top: 10px;
    }
    .search-folio-item-wrapper .search-date-wrapper{
        line-height: 0px;
        height: auto;
        display: block;
        float: none;
    }
    .search-folio-item-wrapper .search-result-content{
        color: #21759b;
    }
    .search-folio-item-wrapper .search-result-content .folio-delete-item{
        display: none;
    }
    .search-folio-item-wrapper .search-result-content p{
        padding: 0;
    }

    .share_out_feeds{
        margin: -10px 20px 0 10px !important;
    }
    .share_out_our_communities{
        margin: 0 !important;
        margin-left: -5px !important;
    }
    .share_out_bios{
        margin: 0 !important;
        margin-left: 10px !important;
    }

    .sidebar_search_wrapper {
        float:left;
        display:block;
        margin-left: -300px;
        margin-bottom:100px;
        margin-top:80px;

    }

    .sidebar_search {
        width: 320px;
        margin-left: -25px;
        padding: 15px;
        background-color:#dcdcdc !important;
    }

    .page-header {
        margin-top:170px;
        height:50px;
    }

    .search-title {
        margin-top:-200px;
    }
}


.table_headline {
    color:#6A9C37 !important;
}




blockquote {
    color:#666;
    background:#eee;
    margin:0 0 .6em 1.8em;
    padding:1.4em 1em 0.1em 1em;
    border-left:5px solid #6A9C37;
}

.mainAudio .mejs-container{
    display: block;

    margin: 0 auto;
    margin-top: 20px;
    width: 800px !important;
}


/*

kyles stylez
for searcht term bios

*/

.sideBio{
    float: left;
    position: relative;
    left: 90px;
    clear: left;
}


.bioImage{
    display: block;
    width: 150px;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
    margin-left: 20px;
}

.bioImage img{
    width: 100%;
}

.bioInfo, .bioName{
    margin-top: 10px;
    width: 180px;
    display: block;
    padding-left: 22px;
}

.bioInfo{
    color: #646665;
    font-style: oblique;
}

.bioName:hover{
    text-decoration: underline;
}

a.viewBio{
    font-weight: bold;
    font-family: verdana;

    padding-top: 10px;
    margin-left: 49px;
    display: block;
}


a.viewBio:hover{
    text-decoration: underline;
}


/*Site is Broken Page --------------------------------------------------------------------------------*/



.page-id-7987 #the_nav {
display: none;
}

.page-id-7987 #s {
display: none;
}
.page-id-7987 #search {
display: none;
}