@charset "UTF-8";
/*
    Theme Name: CMI
    Author:  Gabster Media
    Author URI: http://www.GabsterMedia.com
    Version: 0.1.0
	Tags: black, blue, green, pink, red, white, light, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, featured-images, full-width-template, theme-options, threaded-comments
    Template: genesis
    Template Version: 1.8

	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/* Common Variables */
/* Colors */
/* Breakwidths */
/* Mixins */
/*
02 Defaults
---------------------------------------------------------------------------------------------------- */
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,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 100%;
  /* 16px browser default */
}

body {
  background-color: #fff;
  line-height: 1;
}

body,
input,
select,
textarea,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  box-sizing: border-box;
}

a,
a:visited,
button,
input[type="button"],
input[type="submit"],
.btn {
  transition: all 0.1s ease-in-out;
}

::-moz-selection {
  background-color: #1e1e1e;
  color: #fff;
}

::selection {
  background-color: #1e1e1e;
  color: #fff;
}

a img {
  border: none;
}

/*
03 Typography
-------------------------------------------------------------------------------------------------------

	This section covers font colors, families, size, styles and weight.

	This style sheet uses rem values with a pixel fallback.
	The rem values are calculated per the examples below:

	12 / 16 =		0.75rem
	14 / 16 =		0.875rem
	16 / 16 =		1rem
	18 / 16 =		1.125rem
	20 / 16 =		1.25rem
	24 / 16 =		1.5rem
	30 / 16 =		1.875rem
	36 / 16 =		2.25rem
	42 / 16 =		2.625rem
	48 / 16 =		3rem

	Further reading on the use and compatibility of rems:

	http://caniuse.com/rem
	http://snook.ca/archives/html_and_css/font-size-with-rem

*/
/* 03a - Font Color ----------- */
a:hover,
body,
h2 a,
h2 a:visited,
h4.widgettitle a,
input,
.author,
.date,
.genesis-nav-menu a,
.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited,
.post-comments,
#title a,
#title a:hover {
  color: #1e1e1e;
}

a,
h2 a:hover,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li:hover a,
.genesis-nav-menu li li a:hover,
.genesis-nav-menu .current-menu-item a {
  color: #ff2a00;
}

.post-info,
.post-meta,
#description {
  color: #636363;
}

blockquote::before,
blockquote p,
input,
select,
textarea {
  color: #999;
}

button,
input[type="button"],
input[type="submit"],
.btn,
.genesis-nav-menu .highlight-menu-item a,
.genesis-nav-menu .highlight-menu-item a:hover,
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #fff;
}

/* 03b - Font Family ----------- */
body,
input,
textarea,
.author-box h1 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
#title {
  font-family: 'Lato', sans-serif;
}

/* 03c - Font Size ----------- */
#title {
  font-size: 42px;
  font-size: 2.625rem;
}

h1,
.entry-title,
.entry-title a {
  font-size: 36px;
  font-size: 2.25rem;
}

blockquote::before {
  font-size: 32px;
  font-size: 2rem;
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
}

h4,
.archive-title,
.taxonomy-description h1,
.widgettitle {
  font-size: 20px;
  font-size: 1.25rem;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

h6,
.author-box h1,
.sidebar h2 a {
  font-size: 16px;
  font-size: 1rem;
}

input,
select,
textarea,
.genesis-nav-menu,
.post-info,
.post-meta,
.wp-caption,
#footer p {
  font-size: 14px;
  font-size: 0.875rem;
}

/* 03d - Font Miscellaneous ----------- */
blockquote p {
  font-style: italic;
}

cite {
  font-style: normal;
}

button,
input[type="button"],
input[type="submit"],
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.entry-title a,
.genesis-nav-menu,
.post-comments,
.post-info .author,
.post-info .date,
.wp-caption,
#footer p,
#title {
  font-weight: 700;
}

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

h2 a,
h2 a:visited,
.genesis-nav-menu a,
.navigation li a,
.widgettitle a,
#title a {
  text-decoration: none;
}

/*
04 Layout
---------------------------------------------------------------------------------------------------- */
/* 04a - Structure ----------- */
#wrap {
  margin: 0 auto;
  max-width: 1152px;
}

#inner {
  clear: both;
  overflow: hidden;
  padding-top: 40px;
  padding-top: 2.5rem;
}

/* 04b - 1152px CSS Grid ----------- */
#sidebar-alt {
  width: 15.277777777%;
  /* 176px / 1152px */
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.sidebar,
#header .widget-area {
  width: 30.555555555%;
  /* 352px / 1152px */
}

.content-sidebar-sidebar .sidebar,
.sidebar-content-sidebar .sidebar,
.sidebar-sidebar-content .sidebar {
  width: 37.931034482%;
  /* 352px / 928px */
}

.content-sidebar-sidebar #content,
.sidebar-content-sidebar #content,
.sidebar-sidebar-content #content {
  width: 56.896551724%;
  /* 528px / 928px */
}

.content-sidebar #content,
.sidebar-content #content,
#title-area {
  width: 65.277777777%;
  /* 752px / 1152px */
}

.content-sidebar-sidebar #content-sidebar-wrap,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
  width: 80.555555555%;
  /* 928px / 1152px */
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
  width: 100%;
  /* 1152px / 1152px */
}

.footer-widgets-1,
.footer-widgets-2,
.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar,
#content,
#content-sidebar-wrap,
#footer .gototop,
#sidebar-alt,
#title-area {
  float: left;
}

.content-sidebar-sidebar #sidebar-alt,
.footer-widgets-3,
.sidebar,
.sidebar-content #content,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content,
.sidebar-sidebar-content #content-sidebar-wrap,
#footer .creds,
#header .widget-area {
  float: right;
}

/* 04c - Header ----------- */
#header {
  border-bottom: 2px solid #1e1e1e;
  min-height: 120px;
  overflow: hidden;
  #padding-bottom: 32px;
  #padding-bottom: 2rem;
}

#title {
  line-height: 1;
  margin: 40px 0 8px;
  margin: 2.5rem 0 0.5rem;
}

.header-image #title {
  margin: 0;
}

#description {
  line-height: 1.25;
}

.header-full-width #title,
.header-full-width #title a,
.header-full-width #title-area {
  width: 100%;
}

.header-image #title,
.header-image #title a,
.header-image #title-area {
  display: block;
  float: left;
  min-height: 120px;
  overflow: hidden;
  text-indent: -9999px;
  width: 50%;
}

.header-image #description {
  display: block;
  overflow: hidden;
}

/* 04d - Main Content ----------- */
#content {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.entry,
.page .post.entry {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.single .entry {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.page .entry {
  margin: 0;
}

.entry-content {
  overflow: hidden;
}

.entry-content,
.entry-content p {
  line-height: 1.625;
}

.entry-content p {
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

blockquote {
  padding: 24px 64px;
  padding: 1.5rem 4rem;
}

blockquote::before {
  content: "���";
  display: block;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

/* 04e - Post Info & Meta ----------- */
.post-info,
.post-meta {
  clear: both;
  line-height: 1.5;
}

.post-info {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.post-comments {
  background: url(/web/20140208173042/http://contentmarketinginstitute.com/wp-content/themes/genesis/images/post-comments.png) no-repeat center left;
  margin-left: 16px;
  margin-left: 1rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.post-meta {
  border-top: 1px solid #ccc;
  padding-top: 24px;
  padding-top: 1.5rem;
}

.categories,
.tags {
  display: block;
}

/* 04f - Column Classes ----------- */
.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 4.166666666%;
  /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths {
  width: 47.9166666666%;
  /* 552px / 1152px */
}

.one-third,
.two-sixths {
  width: 30.555555555%;
  /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
  width: 65.277777777%;
  /* 752px / 1152px */
}

.one-fourth {
  width: 21.875%;
  /* 252px / 1152px */
}

.three-fourths {
  width: 73.958333333%;
  /* 852px / 1152px */
}

.one-fifth {
  width: 16.666666666%;
  /* 192px / 1152px */
}

.two-fifths {
  width: 37.5%;
  /* 432px / 1152px */
}

.three-fifths {
  width: 58.333333333%;
  /* 672px / 1152px */
}

.four-fifths {
  width: 79.166666666%;
  /* 912px / 1152px */
}

.one-sixth {
  width: 13.194444444%;
  /* 152px / 1152px */
}

.five-sixths {
  width: 82.638888888%;
  /* 952px / 1152px */
}

.first {
  margin-left: 0;
}

/* 04g - Miscellaneous ----------- */
p.subscribe-to-comments {
  padding: 24px 0 16px;
  padding: 1.5rem 0 1rem;
}

p.pages,
.clear,
.clear-line,
.first {
  clear: both;
}

.clear-line {
  border-bottom: 1px solid #ccc;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

.alignleft,
.archive-page {
  float: left;
}

.alignright {
  float: right;
}

.archive-page {
  width: 50%;
}

.author-box,
.sticky {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.author-box,
.author-box h1,
.taxonomy-description {
  line-height: 1.5;
}

.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
  background-color: #f5f5f5;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  overflow: hidden;
  padding: 32px;
  padding: 2rem;
}

/*
05 Menus
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  overflow: hidden;
}

#header .genesis-nav-menu {
  float: right;
  margin-top: 48px;
  margin-top: 3rem;
  width: auto;
}

.genesis-nav-menu.menu-primary,
.genesis-nav-menu.menu-secondary {
  border-bottom: 1px solid #ccc;
}

.genesis-nav-menu ul {
  float: left;
  width: 100%;
}

.genesis-nav-menu li {
  display: inline-block;
  float: left;
  list-style-type: none;
  text-align: left;
}

.genesis-nav-menu a {
  display: block;
  padding: 24px 20px;
  padding: 1.5rem 1.25rem;
  position: relative;
}

.genesis-nav-menu li.highlight-menu-item {
  margin-left: 20px;
  margin-left: 1.25rem;
}

.genesis-nav-menu .highlight-menu-item a {
  background-color: #1e1e1e;
}

.genesis-nav-menu .highlight-menu-item a:hover {
  background-color: #ff2a00;
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  padding: 20px;
  padding: 1.25rem;
  position: relative;
  width: 170px;
}

.genesis-nav-menu li ul {
  left: -9999px;
  position: absolute;
  width: 212px;
  z-index: 99;
}

.genesis-nav-menu li ul ul {
  margin: -55px 0 0 211px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
  left: -9999px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
  position: static;
}

ul.genesis-nav-menu li:hover > ul,
ul.genesis-nav-menu li.sfHover ul,
#header .genesis-nav-menu li:hover > ul,
#header .genesis-nav-menu li.sfHover ul {
  left: auto;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
  position: absolute;
  text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
  left: 0;
}

/* 05a - Primary Navigation Extras ----------- */
.genesis-nav-menu li.right {
  float: right;
  padding: 24px 20px;
  padding: 1.5rem 1.25rem;
}

.genesis-nav-menu li.right a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu li.search {
  padding: 6px 0 0;
  padding: 0.375rem 0 0;
}

.genesis-nav-menu li.rss a {
  background: url(/web/20140208173042/http://contentmarketinginstitute.com/wp-content/themes/genesis/images/rss.png) no-repeat center left;
  margin-left: 20px;
  margin-left: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.genesis-nav-menu li.twitter a {
  background: url(/web/20140208173042/http://contentmarketinginstitute.com/wp-content/themes/genesis/images/twitter-nav.png) no-repeat center left;
  padding-left: 24px;
  padding-left: 1.5rem;
}

/*
06 Headings
---------------------------------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a {
  line-height: 1.2;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.author-box h1 {
  margin: 0;
}

.taxonomy-description h1 {
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.archive-title {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

/*
07 Lists
---------------------------------------------------------------------------------------------------- */
.entry-content ol,
.entry-content ul {
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

.entry-content ol li,
.entry-content ul li {
  line-height: 1.625;
}

.entry-content ol li,
.entry-content ul li {
  margin-left: 40px;
  margin-left: 2.5rem;
}

.entry-content ol li {
  list-style-type: decimal;
}

.entry-content ul li {
  list-style-type: disc;
}

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

/*
08 Post Navigation
---------------------------------------------------------------------------------------------------- */
.navigation li {
  display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #1e1e1e;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
  background-color: #ff2a00;
}

/*
09 Comments
---------------------------------------------------------------------------------------------------- */
#comments,
#respond {
  line-height: 1.5;
  overflow: hidden;
}

.ping-list,
#comments {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

#author,
#email,
#url {
  width: 50%;
}

.commentmetadata,
#author,
#email,
#url {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

#comment {
  margin: 12px 0;
  margin: 0.75rem 0;
}

label {
  margin-left: 12px;
  margin-left: 0.75rem;
}

.comment-list li,
.ping-list li {
  list-style-type: none;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 32px;
  padding: 2rem;
}

.comment-list li ul li {
  margin-right: -32px;
  margin-right: -2rem;
}

.comment-header {
  overflow: hidden;
}

.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: none;
}

.comment-content p {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

#comments .navigation {
  margin-top: 32px;
  margin-top: 2rem;
}

/*
10 Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  display: inline;
  line-height: 1.5;
}

.sidebar p {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.sidebar .widget {
  border-bottom: 1px solid #ccc;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  overflow: hidden;
}

.sidebar.widget-area ul li {
  list-style-type: none;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  word-wrap: break-word;
}

/*
11 Footer
---------------------------------------------------------------------------------------------------- */
#footer {
  clear: both;
}

#footer .wrap {
  border-top: 2px solid #1e1e1e;
  overflow: hidden;
  padding: 48px 0;
  padding: 3rem 0;
}

#footer .creds {
  text-align: right;
}

#footer .creds,
#footer .gototop {
  margin: 8px 0;
  margin: 0.5rem 0;
}

/* 11a - Footer Widgets ----------- */
.footer-widgets {
  border-top: 2px solid #1e1e1e;
  clear: both;
  line-height: 1.5;
  overflow: hidden;
  padding: 32px 0 16px;
  padding: 2rem 0 1rem;
}

.footer-widgets p {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.footer-widgets .widget {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.footer-widgets .widget-area ul li {
  list-style-type: none;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  word-wrap: break-word;
}

.footer-widgets-1 {
  margin-right: 4.166666666%;
  /* 48px / 1152px */
}

/*
12 Forms & Buttons
---------------------------------------------------------------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 0 5px #ddd inset;
  padding: 16px;
  padding: 1rem;
  width: 100%;
}

#header .search-form {
  float: right;
  margin-top: 56px;
  margin-top: 3.5rem;
  width: 100%;
}

button,
input[type="button"],
input[type="submit"],
.btn {
  background-color: #1e1e1e;
  border: none;
  box-shadow: none;
  cursor: pointer;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
  background-color: #ff2a00;
}

.enews input[type="submit"],
.search-form input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* 12a - Gravity Forms ----------- */
#content div.gform_wrapper input,
#content div.gform_wrapper select,
#content div.gform_wrapper textarea,
#content div.gform_wrapper .ginput_complex label {
  font-size: 16px;
  font-size: 1rem;
  padding: 16px;
  padding: 1rem;
}

#content div.gform_wrapper input[type="submit"] {
  padding: 16px 24px;
  padding: 1rem 1.5rem;
}

#content div.gform_wrapper .ginput_complex label {
  padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 16px 0 0;
  margin: 1rem 0 0;
}

/*
13 Images & Captions
---------------------------------------------------------------------------------------------------- */
embed,
img,
object,
video {
  max-width: 100%;
}

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

.alignleft .avatar {
  margin-right: 24px;
  margin-right: 1.5rem;
}

.alignright .avatar {
  margin-left: 24px;
  margin-left: 1.5rem;
}

.author-box .avatar {
  float: left;
  margin-right: 24px;
  margin-right: 1.5rem;
}

.comment-list li .avatar {
  float: left;
  margin: 0 16px 24px 0;
  margin: 0 1rem 1.5rem 0;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
  margin: 0 auto 1.5rem;
}

img.alignnone {
  display: inline;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

img.alignleft,
.post-image,
.wp-caption.alignleft {
  display: inline;
  margin: 0 24px 24px 0;
  margin: 0 1.5rem 1.5rem 0;
}

img.alignright,
.wp-caption.alignright {
  display: inline;
  margin: 0 0 24px 24px;
  margin: 0 0 1.5rem 1.5rem;
}

p.wp-caption-text {
  line-height: 1.2;
  margin-top: 12px;
  margin-top: 0.75rem;
}

/*
14 Media Queries
---------------------------------------------------------------------------------------------------- */
/* Desktops, laptops and iPads (landscape) ----------- */
@media only screen and (max-width: 1024px) {
  #wrap {
    max-width: 960px;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (max-width: 768px) {
  #wrap {
    padding: 0 5%;
  }

  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .wrap,
  #footer .creds,
  #footer .gototop,
  #header .widget-area,
  #inner,
  #title-area,
  #wrap .sidebar,
  #wrap #content,
  #wrap #content-sidebar-wrap,
  #wrap #sidebar-alt {
    width: 100%;
  }

  .genesis-nav-menu li,
  #footer .creds,
  #footer .gototop,
  #header ul.genesis-nav-menu,
  #header .search-form {
    float: none;
  }

  .genesis-nav-menu,
  #description,
  #footer .creds,
  #footer .gototop,
  #header .search-form,
  #title,
  #title-area {
    text-align: center;
  }

  .genesis-nav-menu a {
    padding: 20px 16px;
    padding: 1.25rem 1rem;
  }

  #title {
    margin: 16px 0;
    margin: 1rem 0;
  }

  #header .search-form {
    margin: 32px auto 0;
    margin: 2rem auto 0;
    width: 50%;
  }

  .genesis-nav-menu li.right {
    display: none;
  }

  #footer .wrap {
    padding: 24px 0;
    padding: 1.5rem 0;
  }

  .footer-widgets-1,
  #header .genesis-nav-menu {
    margin: 0;
  }
}
/* iPhones (portrait and landscape) ----------- */
@media only screen and (max-width: 480px) {
  html {
    font-size: 87.5%;
    /* 14px base */
  }

  #header .search-form {
    width: 100%;
  }

  .archive-page,
  .five-sixths,
  .four-fifths,
  .four-sixths,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fifths,
  .three-fourths,
  .three-sixths,
  .two-fifths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }
}
/**

	Genericons

*/
/* IE8 and below use EOT and allow cross-site embedding.
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: 'Genericons';
  src: url("../fonts/genericons/Genericons.eot");
}
@font-face {
  font-family: 'Genericons';
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url("../fonts/genericons/Genericons.ttf") format("truetype"), url("../fonts/genericons/Genericons.svg#genericonsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * All Genericons
 */
.genericon {
  font-size: 16px;
  vertical-align: top;
  text-align: center;
  -moz-transition: color .1s ease-in 0;
  -webkit-transition: color .1s ease-in 0;
  display: inline-block;
  font-family: "Genericons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
}

/**
 * Individual icons
 */
.genericon-404:before {
  content: "\f423";
}

.genericon-activity:before {
  content: "\f508";
}

.genericon-anchor:before {
  content: "\f509";
}

.genericon-aside:before {
  content: "\f101";
}

.genericon-attachment:before {
  content: "\f416";
}

.genericon-audio:before {
  content: "\f109";
}

.genericon-bold:before {
  content: "\f471";
}

.genericon-book:before {
  content: "\f444";
}

.genericon-bug:before {
  content: "\f50a";
}

.genericon-cart:before {
  content: "\f447";
}

.genericon-category:before {
  content: "\f301";
}

.genericon-chat:before {
  content: "\f108";
}

.genericon-checkmark:before {
  content: "\f418";
}

.genericon-close:before {
  content: "\f405";
}

.genericon-close-alt:before {
  content: "\f406";
}

.genericon-cloud:before {
  content: "\f426";
}

.genericon-cloud-download:before {
  content: "\f440";
}

.genericon-cloud-upload:before {
  content: "\f441";
}

.genericon-code:before {
  content: "\f462";
}

.genericon-codepen:before {
  content: "\f216";
}

.genericon-cog:before {
  content: "\f445";
}

.genericon-collapse:before {
  content: "\f432";
}

.genericon-comment:before {
  content: "\f300";
}

.genericon-day:before {
  content: "\f305";
}

.genericon-digg:before {
  content: "\f221";
}

.genericon-document:before {
  content: "\f443";
}

.genericon-dot:before {
  content: "\f428";
}

.genericon-downarrow:before {
  content: "\f502";
}

.genericon-download:before {
  content: "\f50b";
}

.genericon-draggable:before {
  content: "\f436";
}

.genericon-dribbble:before {
  content: "\f201";
}

.genericon-dropbox:before {
  content: "\f225";
}

.genericon-dropdown:before {
  content: "\f433";
}

.genericon-dropdown-left:before {
  content: "\f434";
}

.genericon-edit:before {
  content: "\f411";
}

.genericon-ellipsis:before {
  content: "\f476";
}

.genericon-expand:before {
  content: "\f431";
}

.genericon-external:before {
  content: "\f442";
}

.genericon-facebook:before {
  content: "\f203";
}

.genericon-facebook-alt:before {
  content: "\f204";
}

.genericon-fastforward:before {
  content: "\f458";
}

.genericon-feed:before {
  content: "\f413";
}

.genericon-flag:before {
  content: "\f468";
}

.genericon-flickr:before {
  content: "\f211";
}

.genericon-foursquare:before {
  content: "\f226";
}

.genericon-fullscreen:before {
  content: "\f474";
}

.genericon-gallery:before {
  content: "\f103";
}

.genericon-github:before {
  content: "\f200";
}

.genericon-googleplus:before {
  content: "\f206";
}

.genericon-googleplus-alt:before {
  content: "\f218";
}

.genericon-handset:before {
  content: "\f50c";
}

.genericon-heart:before {
  content: "\f461";
}

.genericon-help:before {
  content: "\f457";
}

.genericon-hide:before {
  content: "\f404";
}

.genericon-hierarchy:before {
  content: "\f505";
}

.genericon-home:before {
  content: "\f409";
}

.genericon-image:before {
  content: "\f102";
}

.genericon-info:before {
  content: "\f455";
}

.genericon-instagram:before {
  content: "\f215";
}

.genericon-italic:before {
  content: "\f472";
}

.genericon-key:before {
  content: "\f427";
}

.genericon-leftarrow:before {
  content: "\f503";
}

.genericon-link:before {
  content: "\f107";
}

.genericon-linkedin:before {
  content: "\f207";
}

.genericon-linkedin-alt:before {
  content: "\f208";
}

.genericon-location:before {
  content: "\f417";
}

.genericon-lock:before {
  content: "\f470";
}

.genericon-mail:before {
  content: "\f410";
}

.genericon-maximize:before {
  content: "\f422";
}

.genericon-menu:before {
  content: "\f419";
}

.genericon-microphone:before {
  content: "\f50d";
}

.genericon-minimize:before {
  content: "\f421";
}

.genericon-minus:before {
  content: "\f50e";
}

.genericon-month:before {
  content: "\f307";
}

.genericon-move:before {
  content: "\f50f";
}

.genericon-next:before {
  content: "\f429";
}

.genericon-notice:before {
  content: "\f456";
}

.genericon-paintbrush:before {
  content: "\f506";
}

.genericon-path:before {
  content: "\f219";
}

.genericon-pause:before {
  content: "\f448";
}

.genericon-phone:before {
  content: "\f437";
}

.genericon-picture:before {
  content: "\f473";
}

.genericon-pinned:before {
  content: "\f308";
}

.genericon-pinterest:before {
  content: "\f209";
}

.genericon-pinterest-alt:before {
  content: "\f210";
}

.genericon-play:before {
  content: "\f452";
}

.genericon-plugin:before {
  content: "\f439";
}

.genericon-plus:before {
  content: "\f510";
}

.genericon-pocket:before {
  content: "\f224";
}

.genericon-polldaddy:before {
  content: "\f217";
}

.genericon-portfolio:before {
  content: "\f460";
}

.genericon-previous:before {
  content: "\f430";
}

.genericon-print:before {
  content: "\f469";
}

.genericon-quote:before {
  content: "\f106";
}

.genericon-rating-empty:before {
  content: "\f511";
}

.genericon-rating-full:before {
  content: "\f512";
}

.genericon-rating-half:before {
  content: "\f513";
}

.genericon-reddit:before {
  content: "\f222";
}

.genericon-refresh:before {
  content: "\f420";
}

.genericon-reply:before {
  content: "\f412";
}

.genericon-reply-alt:before {
  content: "\f466";
}

.genericon-reply-single:before {
  content: "\f467";
}

.genericon-rewind:before {
  content: "\f459";
}

.genericon-rightarrow:before {
  content: "\f501";
}

.genericon-search:before {
  content: "\f400";
}

.genericon-send-to-phone:before {
  content: "\f438";
}

.genericon-send-to-tablet:before {
  content: "\f454";
}

.genericon-share:before {
  content: "\f415";
}

.genericon-show:before {
  content: "\f403";
}

.genericon-shuffle:before {
  content: "\f514";
}

.genericon-sitemap:before {
  content: "\f507";
}

.genericon-skip-ahead:before {
  content: "\f451";
}

.genericon-skip-back:before {
  content: "\f450";
}

.genericon-skype:before {
  content: "\f220";
}

.genericon-spam:before {
  content: "\f424";
}

.genericon-spotify:before {
  content: "\f515";
}

.genericon-standard:before {
  content: "\f100";
}

.genericon-star:before {
  content: "\f408";
}

.genericon-status:before {
  content: "\f105";
}

.genericon-stop:before {
  content: "\f449";
}

.genericon-stumbleupon:before {
  content: "\f223";
}

.genericon-subscribe:before {
  content: "\f463";
}

.genericon-subscribed:before {
  content: "\f465";
}

.genericon-summary:before {
  content: "\f425";
}

.genericon-tablet:before {
  content: "\f453";
}

.genericon-tag:before {
  content: "\f302";
}

.genericon-time:before {
  content: "\f303";
}

.genericon-top:before {
  content: "\f435";
}

.genericon-trash:before {
  content: "\f407";
}

.genericon-tumblr:before {
  content: "\f214";
}

.genericon-twitch:before {
  content: "\f516";
}

.genericon-twitter:before {
  content: "\f202";
}

.genericon-unapprove:before {
  content: "\f446";
}

.genericon-unsubscribe:before {
  content: "\f464";
}

.genericon-unzoom:before {
  content: "\f401";
}

.genericon-uparrow:before {
  content: "\f500";
}

.genericon-user:before {
  content: "\f304";
}

.genericon-video:before {
  content: "\f104";
}

.genericon-videocamera:before {
  content: "\f517";
}

.genericon-vimeo:before {
  content: "\f212";
}

.genericon-warning:before {
  content: "\f414";
}

.genericon-website:before {
  content: "\f475";
}

.genericon-week:before {
  content: "\f306";
}

.genericon-wordpress:before {
  content: "\f205";
}

.genericon-xpost:before {
  content: "\f504";
}

.genericon-youtube:before {
  content: "\f213";
}

.genericon-zoom:before {
  content: "\f402";
}

@font-face {
  font-family: 'SSP-Regular';
  src: url("fonts/SourceSansPro-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: 'SSP-BOLD';
  src: url("fonts/SourceSansPro-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: 'SSP-SEMI-BOLD';
  src: url("fonts/SourceSansPro-Semibold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: 'SSP-Light';
  src: url("fonts/SourceSansPro-Light.ttf");
  font-weight: 100;
}
/* Mixins & Extends*/
.clearfix:after, .sharedaddy:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix, .sharedaddy {
  display: inline-block;
}

* html .clearfix, * html .sharedaddy {
  height: 1%;
}

.clearfix, .sharedaddy {
  display: block;
}

body {
  font-family: 'SSP-Regular';
  background: #fff;
}

#site-container {
  position: relative;
  height: 100%;
  overflow: hidden;
}

#wrap {
  position: relative;
  left: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  z-index: 100;
  transition: all .5s;
}

.wrap {
  max-width: 100% !important;
}

body, div, p, table, tr, td, input, select, ul, ol, .content-box-yellow, ul li a, ul li {
  font-family: 'SSP-Regular';
  font-size: 16px;
}

span {
  font-family: 'SSP-Regular';
}

a:hover {
  color: #F49600;
}

.top-bar {
  min-height: 40px;
  background: #444;
  overflow: hidden;
}
.top-bar > .wrap {
  width: 1020px;
  margin: 0 auto;
}
.top-bar .menu {
  border: 0 !important;
  background: none;
  margin: 0px auto;
}
.top-bar .menu li {
  border-bottom: 2px transparent solid;
  display: inline-block;
  float: none !important;
  height: 38px;
  padding: 0 10px;
}
.top-bar .menu li a {
  font-size: 12px;
  border: 0 !important;
  color: #eee;
  background: transparent none;
  line-height: 38px;
  text-decoration: none;
}
.top-bar .menu li:hover {
  border-bottom: 2px #fff solid;
}
.top-bar .menu li:hover a {
  color: #fff;
}
.top-bar .menu-silos-container {
  float: left;
}
.top-bar .menu-silos-container .menu li a {
  font-size: 15px;
}
.top-bar .top-bar-right {
  float: right;
}
.top-bar .menu-top-menu-container {
  float: left;
}
.top-bar .menu-top-menu-container .menu li.current-menu-item {
  border-bottom: 2px white solid;
}
.top-bar .menu-top-menu-container .menu li.current-menu-item a {
  color: white !important;
}
.top-bar .menu-primary-toggle {
  display: none;
}

body.silo-cmi .top-bar .menu-silos-container .menu li.silo-cmi,
body.silo-contentinc .top-bar .menu-silos-container .menu li.silo-contentinc,
body.silo-intelcontent .top-bar .menu-silos-container .menu li.silo-intelcontent {
  background: #fff;
}
body.silo-cmi .top-bar .menu-silos-container .menu li.silo-cmi a,
body.silo-contentinc .top-bar .menu-silos-container .menu li.silo-contentinc a,
body.silo-intelcontent .top-bar .menu-silos-container .menu li.silo-intelcontent a {
  color: #444;
}

#header:after {
  content: '';
  display: table;
  clear: both;
}

#header .search-form {
  float: right;
  position: relative;
  width: auto;
  margin: 0 0 0 10px;
  border: none;
}
#header .search-form:after {
  content: '\f400';
  position: absolute;
  right: 3px;
  top: 7px;
  font: normal 24px/1 'Genericons';
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
#header .search-form .s {
  width: 150px;
  height: 28px;
  margin-top: 5px;
  padding-right: 30px;
  background: #555;
  font-size: 12px;
  line-height: 28px;
  box-shadow: none;
  outline: none;
  color: #eee;
}

#search_results_activity_indicator canvas {
  margin-left: -25px;
  width: 28px;
  height: 28px;
}

#header_main {
  height: 115px;
  width: 1020px;
  margin: 0 auto;
  position: relative;
  padding-top: 10px;
}

#logo {
  background: transparent url(images/CMI-Logo.png) no-repeat;
  width: 214px;
  height: 105px;
  display: block;
}

.header-right, .menu-post-top-container {
  position: absolute;
  top: 8px;
  right: 0;
}

.menu-post-top-container li {
  list-style: none;
  display: inline-block;
  margin-top: 50px;
  margin-left: 5px;
}

.menu-post-top-container a {
  display: inline-block;
  width: 163px;
  height: 40px;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.menu-post-top-container a:hover {
  background-position: 0 -40px !important;
}

.menu-post-top-container li.Events a {
  background-image: url(images/Events.png);
}

.menu-post-top-container li.Magazine a {
  background-image: url(images/Magazine.png);
}

.menu-post-top-container li.Consulting a {
  background-image: url(images/Consulting.png);
}

.menu-post-top-container li.Books a {
  background-image: url(images/Books.png);
}

.menu-main-menu-container {
  padding: 18px 0;
  background: white none;
  border-top: 3px #F49600 solid;
  border-bottom: 1px #DFDFDF solid;
}
.menu-main-menu-container:after {
  content: '';
  display: table;
  clear: both;
}

.menu-main-menu-container div {
  width: 1020px;
  margin: 0 auto;
  position: relative;
}

.menu-main-menu-container form {
  position: absolute;
  right: 0;
  top: 15px;
}

.searchform {
  border: thin silver solid;
  width: 250px;
  height: 38px;
  padding: 0;
}

.s {
  border: 0;
  margin: 0;
  width: 280px;
  height: 38px;
  padding: 0 5px;
  line-height: 38px;
  background: transparent url(images/searchicon.png) no-repeat right;
}

.searchsubmit {
  background: transparent url(images/search-icon.png) no-repeat left 12px !important;
  width: 14px;
  height: 35px;
  border: 0 !important;
  padding: 1 !important;
}

.menu-main-menu-container ul {
  border: 0 !important;
  background: transparent none	 !important;
}

.menu-main-menu-container li {
  border-bottom: 2px transparent solid;
  display: inline-block;
  float: none !important;
  height: 68px;
  padding: 0 10px;
}

.menu-main-menu-container a {
  font-size: 14px;
  text-transform: uppercase;
  border: 0 !important;
  color: #8E !important;
  background: transparent none	 !important;
  line-height: 68px;
  text-decoration: none;
  color: Black;
}

.menu-main-menu-container li:hover, .menu-main-menu-container li.current-menu-item {
  border-bottom: 2px #F49600 solid;
}

.menu-main-menu-container li:hover a, .menu-main-menu-container li.current-menu-item a {
  #color: #f49600 !important;
}

#footer, #footer-widgets {
  background: transparent none !important;
  border: 0 !important;
}

#footer-widgets.footer-widgets {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

#footer .wrap {
  padding: 0;
}

.our-benefactors {
  width: 100%;
  background: transparent url(images/texture.png) repeat;
  padding: 50px 0;
  border-top: thin #DFDFDF solid;
}

.benefactors-list {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: center;
}
.benefactors-list a {
  display: inline-block;
  margin: 15px;
  vertical-align: middle;
}
.benefactors-list a img {
  display: inline-block;
}

.our-benefactors .widget-wrap, .bottom-social .widget-wrap, #footer-menus, .header-ads {
  width: 1020px;
  margin: 0 auto;
  text-align: center;
}

.header-ads {
  padding: 10px 0;
}

.header-ads .right {
  float: right;
}

#footer-bg {
  background: transparent url(images/footer-bg.png) repeat;
  position: relative;
}

#footer-logo {
  background: transparent url(images/footer-logo.png) no-repeat center top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#footer-widgets .wrap {
  padding: 0;
}

#footer hr {
  clear: both;
  height: 0;
  width: 100%;
  border: 0;
  border-top: thin #0D0D0D solid;
  border-bottom: thin #242424 solid;
}

#footer-menus {
  padding: 40px 0 30px;
  text-align: left;
}

.footer-widgets .widget-area {
  width: 255px;
  margin: 0;
  float: left;
}

.footer-widgets h4 {
  font-family: 'SSP-BOLD';
  font-size: 14px;
  text-transform: uppercase;
  color: white;
}

.footer-widgets ul {
  margin-bottom: 35px !important;
}

.footer-widgets li {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 225px !important;
}

.footer-widgets a {
  font-size: 14px;
  color: #848484;
  line-height: 25px;
  position: relative;
  z-index: 10;
  text-decoration: none;
}

.footer-widgets a:hover {
  color: #F49600;
}

.inc500 a {
  text-indent: -9000px;
  background: transparent url(images/Inc500.png) no-repeat;
  width: 71px;
  height: 55px;
  display: block;
  cursor: pointer;
  margin-top: 15px;
}

.bottom-rights {
  font-size: 14px;
  color: #848484;
  text-align: center;
  height: 90px;
  line-height: 90px;
}

.bottom-rights b {
  font-weight: bold;
  color: silver;
}

#inner {
  margin: 0 auto;
  max-width: 1010px;
  padding: 0 !important;
}

#sidebar {
  width: auto;
  max-width: 341px;
  border: thin #DDDDDD solid;
  border-bottom: 0;
  margin-bottom: -20px;
  padding-top: 5px;
  float: right;
}

.sidebar .widget {
  border: 0;
  padding: 0 5px 5px;
  border-bottom: thin #DDDDDD solid;
}

.widget-wrap, .textwidget, #enews-2, #text-37 {
  border: none !important;
}

#sidebar h4.widgettitle {
  font-family: 'SSP-BOLD';
  font-size: 25px;
  color: #5E5E5E;
  background: transparent;
  border: 0;
  text-transform: uppercase;
}

#sidebar .textwidget {
  padding: 0;
}

.how-to span {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  background-position: 0 0;
  margin-right: 10px;
  margin-bottom: 20px;
  vertical-align: 1px;
}

.how-to:hover span {
  background-position: -30px 0;
}

.how-to b {
  font-family: 'SSP-BOLD';
  font-size: 20px;
  color: #5E5E5E !important;
  text-transform: uppercase;
  margin-bottom: -1px !important;
}

.how-to {
  font-family: 'SSP-SEMI-BOLD';
  font-size: 14px;
  color: #F49600 !important;
  text-decoration: none !important;
  line-height: 19px !important;
  clear: both;
  margin-bottom: 10px;
  float: left;
  width: 270px;
}

#gettingstarted span {
  background-image: url(images/gettingstarted.png);
}

#building span {
  background-image: url(images/building.png);
}

#manageprocess span {
  background-image: url(images/manageprocess.png);
}

#develop span {
  background-image: url(images/develop.png);
}

#creating span {
  background-image: url(images/creating.png);
}

#distributing span {
  background-image: url(images/distributing.png);
}

#measuring span {
  background-image: url(images/measuring.png);
}

#conversing span {
  background-image: url(images/conversing.png);
}

.content-sidebar #content {
  width: 62%;
}

body.home #content {
  width: 67.5%;
}

#content {
  width: 62%;
  padding: 0 20px 0 18px;
  border: thin #DDDDDD solid;
  overflow: visible;
  float: left;
}

.page-template-page_blog_archive-php #content {
  width: 1020px;
  padding: 0 !important;
  border: 0 !important;
}

.hentry {
  padding-top: 0px;
}

.our-benefactors h2 {
  font-family: 'SSP-BOLD';
  font-size: 48px;
  text-transform: uppercase;
  color: #B9B9B9;
}

.bottom-social p {
  font-size: 12px;
  text-transform: uppercase;
  color: #848484;
  padding: 40px 0 25px;
}

.bottom-social #icons {
  background: transparent url(images/icons.png) no-repeat;
  /*width:535px;*/
  height: 24px;
  display: inline-block;
  vertical-align: -5px;
  margin-left: 50px;
}

.bottom-social a {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 52px;
  float: left;
}

#logos {
  text-align: center;
}

#logos a {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left center;
  height: 59px;
  margin: 15px 15px 0;
  display: inline-block;
}

#OpenView {
  background-image: url(images/openview.png);
  width: 102px;
}

#Ricoh {
  background-image: url(images/ricoh.png);
  width: 105px;
}

#Contently {
  background-image: url(images/contently.png);
  width: 105px;
}

#PRNewswire {
  background-image: url(images/PRNewswire.png);
  width: 105px;
  background-size: 105px;
}

#Branpoint {
  background-image: url(images/brandpoint.png);
  width: 102px;
}

#Adobe {
  background-image: url(images/Adobe-Connect-Webinars_grey.png);
  width: 115px;
}

#Radian {
  #background-image: url(images/mktgcloud.png);
  #background-image: url(images/exacttarget_CMI_gray.png);
  background-image: url(/wp-content/uploads/2014/11/Salesforce_Benefactor.png);
  width: 120px;
}

#KVision {
  background-image: url(images/knowledgevision.png);
  width: 160px;
}

#WMdedia {
  background-image: url(images/wrights.png);
  width: 105px;
}

#Zemanta {
  background-image: url(images/zemanta.png);
  width: 105px;
}

#Curata {
  background-image: url(images/curata.png);
  width: 102px;
}

#featured {
  width: 100%;
  background: transparent url(images/texture.png) repeat;
  padding: 20px 0;
  border-bottom: thin #DFDFDF solid;
  text-align: center;
}

#featured h1 {
  font-family: 'SSP-SEMI-BOLD';
  font-size: 54px;
  color: #1D1D1D !important;
}

#featured h3 {
  font-family: 'SSP-SEMI-BOLD';
  font-size: 16px;
  color: #8E8E8E !important;
  text-transform: uppercase;
}

#featured h3 span {
  width: 16px;
  height: 28px;
  display: inline-block;
  margin: 0 40px;
  vertical-align: -10px;
}

#featured h3 span.left {
  background: transparent url(images/left-arrow.png) no-repeat;
}

#featured h3 span.right {
  background: transparent url(images/right-arrow.png) no-repeat;
}

#featured .box {
  width: 300px;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  margin-top: 20px;
}

#featured .box h2 {
  font-family: 'SSP-BOLD';
  font-size: 36px;
  color: #1D1D1D !important;
  text-transform: uppercase;
  margin: 20px 0 0;
}

#featured .box h4 {
  font-family: 'SSP-BOLD';
  font-size: 14px;
  color: #F49600 !important;
  text-transform: uppercase;
}

#featured .box:hover h2 {
  color: #F49600 !important;
}

#inner, #content-sidebar-wrap, #content {
  overflow: visible;
}

#content-sidebar-wrap {
  width: 100%;
}

.home .post {
  margin: 0 0px 20px;
  padding: 20px 0px 0;
  /*max-width: 700px;*/
}

.home .post-meta, .breadcrumb, .author .post-meta {
  background: transparent url(images/post-meta.png) no-repeat left center;
  height: 38px;
  margin-left: -70px;
  padding-left: 70px !important;
  border: 0;
  text-transform: uppercase;
  overflow: hidden;
}

.post-meta, .post-meta a, .breadcrumb {
  font-family: 'SSP-BOLD';
  font-size: 12px;
  color: #969696;
  line-height: 38px;
  border: 0;
  padding: 0;
}

.post-meta a, .breadcrumb a {
  color: #F49600;
}

.breadcrumb span {
  padding: 0 6px;
}

.breadcrumb span:first-child {
  display: none;
}

.breadcrumb {
  margin-top: 5px;
  margin-bottom: 5px;
  clear: both;
}

.posted {
  font-family: 'SSP-BOLD';
  font-style: italic;
  font-size: 14px;
  color: #8E8E8E;
  position: relative;
  margin-top: 30px;
  clear: both;
}

.avatar_img {
  position: absolute;
  top: -30px;
  left: -88px;
  width: 66px;
  height: 66px;
  padding: 7px;
}

.avatar_img img {
  padding: 0;
  border: 0;
  border-radius: 50%;
}

.avatar_ovl {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url(images/avatar_ovl.png) no-repeat;
  width: 80px;
  height: 80px;
}

.posted a {
  font-style: normal;
  color: #F49600;
  text-transform: uppercase;
  padding: 0 10px 0 5px;
}

.posted span {
  font-style: normal;
  color: #5E5E5E;
  text-transform: uppercase;
  padding-left: 5px;
}

.entry-title, .entry-title a {
  font-family: 'SSP-SEMI-BOLD';
  font-size: 38px;
  color: #1D1D1D !important;
  text-decoration: none !important;
  line-height: 40px;
}

.single .entry-title, .home .entry-title {
  margin-bottom: 20px;
}

.smaller a {
  font-size: 25px !important;
  line-height: 27px !important;
}

.entry-content p {
  font-size: 16px;
  color: #1D1D1D;
  line-height: 25px;
}

.more-link {
  display: block;
  padding-top: 20px;
  font-family: 'SSP-BOLD';
  font-size: 14px;
  color: #F49600 !important;
  text-transform: uppercase;
}

.more-stories {
  height: 53px;
  line-height: 53px;
  background: #1D1D1D none;
  font-family: 'SSP-BOLD';
  font-size: 18px;
  color: white !important;
  text-transform: uppercase;
  padding: 0 20px;
  margin: 1px -20px 0;
}

.more-articles {
  font-family: 'SSP-BOLD';
  font-size: 18px;
  color: #F49600 !important;
  text-transform: uppercase;
  height: 132px;
  line-height: 132px;
  width: 100%;
  display: block;
  text-align: center;
}

.more-articles span {
  background: transparent url(images/small-orange-arrow.png) no-repeat;
  width: 8px;
  height: 5px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.home .post {
  border-bottom: thin #DFDFDF solid;
  margin-bottom: 0 !important;
}

.home .post.first {
  border-bottom: 2px #1D1D1D solid !important;
}

#sidebar .enews-widget {
  background: transparent url(/wp-content/uploads/2014/12/CMI-Home_JOINOVER_100k.png) no-repeat;
  width: 327px;
  height: 370px;
  position: relative;
  /*margin:0px 2px 30px;*/
  padding: 0;
  /*margin:-28px 1px 1px -28px;*/
}

.entry-content .enews-widget {
  background: transparent url(images/join-over_3.jpg) no-repeat;
  width: 100%;
  height: 230px;
  position: relative;
  /*margin:0px 2px 30px;*/
  padding: 0;
  /*margin:-28px 1px 1px -28px;*/
}

.entry-content .enews-widget #subbox {
  background: transparent url(images/Input-field.png) no-repeat;
  width: 270px !important;
  margin: 0 !important;
  padding: 6px 10px;
  height: 58px;
  position: absolute;
  top: 57px;
  left: 333px;
  border: 0;
}

#sidebar .enews-widget #subbox {
  background: transparent url(images/Input-field.png) no-repeat;
  width: 270px !important;
  margin: -9px -17px !important;
  padding: 6px 10px;
  height: 58px;
  position: absolute;
  /*top:222px;*/
  top: 255px;
  /*left:35px;*/
  left: 49px;
  border: 0;
}

#sidebar .enews-widget #subbutton {
  background: transparent url(images/Button-hover.png) no-repeat;
  width: 266px !important;
  margin: 0 !important;
  height: 46px;
  position: absolute;
  top: 308px;
  left: 32px;
  text-align: center;
  font-family: 'SSP-BOLD';
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  line-height: 46px;
  border: 0;
}

#sidebar #enews-3 {
  background: transparent url(wp-content/uploads/2015/03/CMI-Home_JOINOVER_100k.png) no-repeat;
}

#enews-4 {
  background: transparent url(/wp-content/uploads/2015/03/CMI_JoinUs_Bottom.png) no-repeat;
}

.Shatnerthing {
  /*background: transparent url(images/Shatner_Bottom.jpg) no-repeat;*/
  width: 100%;
  position: relative;
  margin: 2px -9px 30px;
  /*padding-right: 5px;*/
}

.bottom-SignUpBox {
  margin: 2px 0 30px -11px;
  padding-right: 6px;
}
.bottom-SignUpBox .widget .cmi-join-widget {
  padding: 0;
  overflow: hidden;
}
.bottom-SignUpBox .widget .cmi-join-widget header,
.bottom-SignUpBox .widget .cmi-join-widget form {
  float: left;
  width: 50%;
  padding: 15px;
  box-sizing: border-box;
}
.bottom-SignUpBox .widget .cmi-join-widget form {
  margin-top: 50px;
}

#author_box {
  width: 100%;
  min-height: 115px;
  padding-bottom: 35px;
  margin: 0 -11px;
  background: #1D1D1D none;
  position: relative;
  padding-right: 5px;
}

.author #author_box {
  margin: 20px -50px;
}

#author_box .author_img {
  width: 66px;
  height: 66px;
  padding: 42px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}

#author_box .author_img img {
  border: 0;
  padding: 0;
}

#author_box .avatar_ovl {
  position: absolute;
  top: 35px;
  left: 35px;
  background: transparent url(images/avatar_ovl-black.png) no-repeat;
  width: 80px;
  height: 80px;
}

#author_box h2 {
  font-family: 'SSP-SEMI-BOLD';
  font-size: 24px;
  color: white;
  padding-top: 35px;
  margin: 0;
  margin-left: 150px;
}

#author_box p {
  font-size: 14px;
  color: #848484;
  line-height: 21px;
  padding-top: 25px;
  margin-left: 150px;
}

#author_box a {
  font-family: 'SSP-SEMI-BOLD';
  font-size: 14px;
  color: #F49600;
}

.entry-content {
  overflow: visible;
}

.bottomcontainerBox {
  background: transparent url(images/texture.png) repeat !important;
  border: 0 !important;
  border-top: thin #DFDFDF solid !important;
  margin: 0 -11px;
  padding: 8px 50px;
}

.post {
  margin: 0;
}

#author_box a.contact {
  color: white;
  background: #8A8B8F;
  border: 2px #B0B0B0 solid;
  padding: 2px 2px;
  text-align: center;
  border-radius: 10px;
  display: block;
  margin: 10px -30px 0;
}

.below-page {
  margin-top: 20px;
  border-top: thin #DFDFDF solid !important;
  padding: 20px 0;
}

.error404 #content {
  width: 920px;
}

.error404 .entry-content {
  background: transparent url(images/404.jpg) no-repeat center 30px;
  padding-top: 300px;
}

.error404 .entry-content .searchform {
  margin: 10px auto 30px;
}

.page-template-page_blog_archive-php .breadcrumb {
  margin: 7px 0 5px -17px !important;
}

.b_archive_top {
  border: thin #DFDFDF solid !important;
  padding: 10px 10px 10px;
}

.b_archive_top h2 a {
  font-size: 38px !important;
  line-height: 35px;
}

.b_archive_box {
  width: 314px;
  float: left;
  border: thin #DFDFDF solid !important;
  padding: 10px;
  min-height: 168px;
  margin: 4px 0;
}

.center {
  margin: 4px 4px;
  width: 316px;
}

.link {
  width: 185px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
  margin-right: 25px;
  font-family: 'SSP-BOLD';
  font-size: 16px;
  display: inline-block;
}

a.orange {
  color: #FFFFFF !important;
  background: #F7931E !important;
}

a.gray {
  color: #999999 !important;
  background: #E6E6E6 !important;
}

h2, h2 a, h2 a:visited {
  font-family: 'SSP-SEMI-BOLD';
  font-size: 24px;
  color: #1D1D1D;
}

h3 {
  font-family: 'SSP-SEMI-BOLD';
  font-size: 20px;
  color: #1D1D1D;
}

h4 {
  font-family: 'SSP-SEMI-BOLD';
  font-size: 15px;
  color: #F49600;
}

.entry-content ul li {
  font-family: 'SSP-Regular';
  font-size: 16px;
  color: #1D1D1D;
  background: transparent no-repeat 10px center;
  padding-left: 6px;
  list-style: none;
  line-height: 30x;
}

blockquote {
  background: transparent url("images/blockquote.png") no-repeat;
  padding: 10px 0px 5px 50px;
}

blockquote p {
  background: transparent url("images/blockquote2.png") no-repeat right bottom;
  padding-right: 50px;
}

blockqote:before {
  content: "" !important;
}

.entry-content blockquote p {
  font-family: Georgia;
  font-size: 18px;
  color: #535353;
}

img.alignleft, img.aligncenter, img.alignright {
  display: block !important;
}

/* Color Buttons
------------------------------------------------------------ */
.button-blue,
.button-gray,
.button-green,
.button-purple,
.button-red,
.button-yellow {
  color: #fff;
  padding: 5px 10px;
}

.button-blue:hover,
.button-gray:hover,
.button-green:hover,
.button-purple:hover,
.button-red:hover,
.button-yellow:hover {
  text-decoration: none;
}

.button-blue {
  background-color: #afcde3;
  border: 1px solid #afcde3;
}

.button-blue:hover {
  background-color: #83a2be;
  border: 1px solid #83a2be;
}

.button-gray {
  background-color: #bdbdbd;
  border: 1px solid #bdbdbd;
}

.button-gray:hover {
  background-color: #919191;
  border: 1px solid #919191;
}

.button-green {
  background-color: #b2ce96;
  border: 1px solid #b2ce96;
}

.button-green:hover {
  background-color: #86a36e;
  border: 1px solid #86a36e;
}

.button-purple {
  background-color: #bebde9;
  border: 1px solid #bebde9;
}

.button-purple:hover {
  background-color: #9291c7;
  border: 1px solid #9291c7;
}

.button-red {
  background-color: #e9b3b3;
  border: 1px solid #e9b3b3;
}

.button-red:hover {
  background-color: #c78787;
  border: 1px solid #c78787;
}

.button-yellow {
  background-color: #fadf98;
  border: 1px solid #fadf98;
}

.button-yellow:hover {
  background-color: #ecb870;
  border: 1px solid #ecb870;
}

/* Content Boxes
------------------------------------------------------------ */
.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
  margin: 0 0 25px;
  overflow: hidden;
  padding: 20px;
}

.content-box-blue {
  background-color: #d8ecf7;
  border: 1px solid #afcde3;
}

.content-box-gray {
  background-color: #e2e2e2;
  border: 1px solid #bdbdbd;
}

.content-box-green {
  background-color: #d9edc2;
  border: 1px solid #b2ce96;
}

.content-box-purple {
  background-color: #e2e2f9;
  border: 1px solid #bebde9;
}

.content-box-red {
  background-color: #f9dbdb;
  border: 1px solid #e9b3b3;
}

.content-box-yellow {
  background-color: #fef5c4;
  border: 1px solid #fadf98;
}

body.page-id-2204 .content-box-yellow {
  clear: both;
}

/* Column Classes
------------------------------------------------------------ */
.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin: 0 0 20px;
  padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48%;
}

.one-third,
.two-sixths {
  width: 31%;
}

.four-sixths,
.two-thirds {
  width: 65%;
}

.one-fourth {
  width: 22.5%;
}

.three-fourths {
  width: 73.5%;
}

.one-fifth {
  width: 17.4%;
}

.two-fifths {
  width: 37.8%;
}

.three-fifths {
  width: 58.2%;
}

.four-fifths {
  width: 78.6%;
}

.one-sixth {
  width: 14%;
}

.five-sixths {
  width: 82%;
}

.first {
  clear: both;
  padding-left: 0;
}

.single .post-info {
  margin: 0;
}

#nav-above {
  padding-bottom: 20px;
}

#nav-above a {
  color: #F49600;
  font-family: 'SSP-BOLD';
  font-size: 12px;
  padding: 0;
  text-transform: uppercase;
}

#nav-below {
  padding: 20px 0;
}

#nav-below a {
  color: #F49600;
  font-family: 'SSP-BOLD';
  font-size: 12px;
  padding: 0;
  text-transform: uppercase;
}

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
}

#header_right {
  position: relative;
}

#header_right a {
  position: absolute;
  color: #F49600;
  font-family: 'SSP-BOLD';
  font-size: 14px;
  text-transform: uppercase;
  top: 0px;
  left: 3px;
  display: block;
  width: 403px;
  height: 118px;
  padding-top: 31px;
}

#header_right a#cmi_link {
  top: 101px;
  display: block;
  width: 220px;
  height: 16px;
  padding-top: 0px;
}

/* Edits made by Jason Murphy - 11/6/2012 */
#text-42, #socialbox-4 {
  border-bottom: none;
}

div#socialbox ul #1 {
  background: #f49600 !important;
}

div#socialbox ul #1 span {
  color: #ffffff !important;
}

div#socialbox ul {
  text-transform: uppercase !important;
  font-size: 11px;
}

div#socialbox ul li .socim {
  float: left;
  position: relative;
  top: -5px;
  left: -4px;
}

div#socialbox ul li .soctyp {
  float: left;
  font-size: 9px;
}

div#socialbox ul li .socnums {
  font-size: 15px;
  float: left;
  font-wieght: 900;
  padding-right: 5px;
}

div#socialbox ul li .socall {
  padding: 8px 5px 0px 0px !important;
  position: relative;
}

div#socialbox ul li {
  border-radius: 6px !important;
  height: 40px !important;
}

#text-42 h4.widgettitle {
  font-size: 25px;
  text-align: center;
}

#sidebar {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}

.sidebar .widget {
  margin-bottom: 0;
  float: none !important;
}

.socialbox {
  padding-bottom: 15px !important;
  margin-top: -3px !important;
}

#socialbox {
  width: 102%;
}

.full-width-content #content {
  width: 96%;
}

.page-template-page_blog-php .post-info {
  margin: 0;
}

.event_top {
  display: inline-block;
  text-transform: uppercase;
  color: #333333 !important;
  padding-right: 15px;
}

.event_name {
  display: block;
  width: 100px;
  height: 15px;
}

.page-template-page_blog_page-php #content {
  border: 0;
  padding: 30px 0;
  width: 1020px;
}

.page-template-page_blog_page-php .b_archive_box {
  width: 320px;
  float: left;
  border: 0 !important;
  padding: 0px;
  margin: 4px 0;
}

.page-template-page_blog_page-php .b_archive_box.center {
  width: 318px;
  padding: 0 20px;
  margin-right: 20px;
  border-right: 1px #999999 solid !important;
  border-left: 1px #999999 solid !important;
}

.page-template-page_blog_page-php .b_archive_box h4 {
  font-family: 'SSP-SEMI-BOLD';
  font-size: 32px;
  color: #999999;
}

.page-template-page_blog_page-php .b_archive_box li {
  margin-left: 20px;
}

.page-template-page_blog_page-php .b_archive_box a {
  color: black;
}

.page-template-page_blog_page-php nav {
  height: 50px;
  border-bottom: 1px #999999 solid !important;
  margin-bottom: 20px;
}

.page-template-page_blog_page-php nav a {
  font-family: 'SSP-BOLD';
  text-transform: uppercase;
}

.page-template-page_blog_page-php .bottomcontainerBox {
  margin: 0 !important;
  width: 920px !important;
}

.enews-widget input[type=submit] {
  background: transparent url(images/Button-hover.png) no-repeat;
  width: 266px !important;
  margin: 0 !important;
  height: 46px;
  position: absolute;
  top: 122px;
  left: 338px;
  text-align: center;
  font-family: 'SSP-BOLD';
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  line-height: 46px;
  border: 0;
  cursor: pointer !important;
}

.enews input[type="submit"] {
  clip: auto !important;
}

/*Scott's Whitepaper image fix */
body.page-id-11007 img {
  #max-width: 164px;
}

.cont-orange {
  color: #f7931e !important;
  font-size: 17px !important;
  font-weight: bold;
}

.consult-box img {
  float: left;
  padding-right: 18px;
}

.clr-name {
  color: #f7931e;
  font-weight: bold;
  text-transform: uppercase;
}

.enews-widget input[type=text] {
  position: absolute;
  top: 55px;
  left: 303px;
  width: 200px !important;
  background: none;
  height: 30px;
  border: none;
}

.contact-form {
  background-color: #f7931e;
  padding: 0 14px;
}

.info h2 {
  color: white !important;
  font-size: 14px !important;
  font-weight: bold !important;
}

.left-text-box-wid {
  color: #fff;
  font-size: 14px;
}

.left-text-box-wid h2 {
  color: #fff;
  font-size: 24px;
  padding-left: 16px;
  padding-top: 13px;
}

.left-text-box-wid ul li {
  list-style-type: square !important;
  font-size: 16px;
}

.left-text-box-wid ul {
  padding-left: 33px !important;
}

.entry-content .leftside {
  border: 1px solid #CCCCCC;
  float: left;
  padding: 8px;
  width: 435px;
}

.entry-content .rightside {
  border: 1px solid #CCCCCC;
  float: right;
  padding: 8px;
  width: 435px;
}

.click-info {
  color: #f7931e;
  font-weight: bold;
}

.ready {
  background: #f7931e !important;
  color: white !important;
  font-weight: bold !important;
  border: 1px solid #f7931e !important;
  border-radius: 3px;
}

/***************  SOME EDITS *****************/
#text-45 div.textwidget {
  margin: 0px auto;
  width: 250px;
}

.navigation {
  padding: 20px 0px;
}

.navigation li a, .navigation li a:hover, .navigation li.active a, .naviagtion li.disabled {
  padding: 2px 10px;
  padding: .1rem .6rem;
}

.navigation li a, .naviagtion li.disabled {
  background: #EE8801;
  color: black;
}

.navigation li a:hover, .navigation li.active a {
  color: white;
}

.entry, .page .post.entry {
  margin-bottom: 5px;
}

strong {
  font-weight: 900;
}

div#socialbox ul li p img {
  position: relative;
  left: -20px !important;
  top: -8px !important;
}

div#socialbox ul li p span:nth-child(2) {
  position: relative;
  bottom: 20px !important;
  left: -20px;
}

div#socialbox ul li p span:nth-child(3) {
  position: relative;
  bottom: 22px !important;
  font-size: .8em !important;
  left: -20px;
}

div#socialbox ul li:hover {
  background: #F7931E !important;
}

.entry-content ul {
  margin-left: 20px;
  list-style-type: none !important;
  list-style-image: url(images/rigitar.png) !important;
}

.below-page ul {
  margin-left: 40px;
  list-style-type: none !important;
  list-style-type: none !important;
  list-style-image: url(images/rigitar.png) !important;
}

.below-page ul li {
  list-style-image: url(images/rigitar.png) !important;
}

.entry-content ul li {
  list-style-image: url(images/rigitar.png) !important;
}

div#socialbox ul li p a.socialbox-button {
  padding: 6px 4px !important;
}

a, h2 a:hover, .genesis-nav-menu li a:hover, .genesis-nav-menu li:hover a, .genesis-nav-menu .current-menu-item a {
  color: #F7931E;
  text-decoration: none;
}

.topwp {
  float: left;
  width: 48%;
}

.bottomwp {
  float: right;
  width: 48%;
}

.imgale {
  float: left;
  display: block !important;
  margin: 0 1.5rem 0 0;
}

.below-page #featured-post-6 .widget-wrap .post {
  padding-bottom: 30px;
}

.below-page #featured-post-6 .widget-wrap .post span.alignleft img.avatar {
  border-radius: 50%;
  padding: 3px;
  margin: 0;
  background: white;
  border: 2px solid #9D9D9D;
  position: relative;
  left: -60px;
}

div.sharedaddy .sd-content {
  width: auto !important;
}

div.sharedaddy h3, #content div.sharedaddy h3 {
  width: auto !important;
}

blockquote::before {
  content: "";
  display: block;
  height: 0;
  left: 0px;
  position: relative;
  top: 0px;
}

.allauths ul {
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 0px !important;
  padding: 0px !important;
}

.allauths ul li {
  list-style-type: none !important;
  list-style-image: none !important;
  width: 160px;
  text-align: center;
  float: left;
  height: 150px;
}

.allauths .author_img {
  margin: 0;
  padding: 0;
  width: 75px;
  position: relative;
  margin: 0px auto;
  height: 80px;
}

.allauths .author_img img {
  padding: 0;
  border: 0;
  /*border-radius: 50%;*/
  z-index: 1;
}

.allauths .avatar_ovl {
  position: absolute;
  top: -7px;
  left: -3px;
  background: transparent url(images/avatar_ovl.png) no-repeat;
  width: 80px;
  height: 80px;
  z-index: 999;
}

#mobilcont {
  width: 300px;
  display: table;
  margin: 0 auto;
}

#mobilcont .mobilelm {
  float: left;
  padding: 20px;
  width: 100px;
}

.featul {
  clear: both;
  padding: 30px 0;
}

.featul ul {
  list-style-image: none !important;
  list-style-type: none;
  margin-left: 20px;
}

.featul ul li {
  list-style-image: none !important;
  list-style-type: none;
}

div.sharedaddy, #content div.sharedaddy, #main div.sharedaddy {
  background: transparent url(images/texture.png) 0 0 repeat;
}

.post-8049 td {
  width: 23%;
}

#aryandpaginate {
  color: #F49600;
  vertical-align: center;
  text-align: center;
  font-weight: 200;
  font-size: 11px;
}

#aryandpaginate .elm {
  background: #9FA1A4;
  border: 1px solid #DEE2E2;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  margin-right: 5px;
  float: left;
  font-size: 15px;
  font-weight: 900;
}

#aryandpaginate .num {
  padding: 5px 10px;
}

#aryandpaginate a {
  color: #000;
}

#aryandpaginate a .elm:hover {
  background: #fff;
}

#aryandpaginate .curr {
  background: #fff;
}

.oneexm {
  height: 155px;
  width: 155px;
  float: left;
  margin: 0px 10px;
  padding: 10px 0;
  border: 1px solid white;
  box-shadow: 0px 0px 5px #2E363F;
  background: #ef3123;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmMzEyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iI2YxNTEyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYxJSIgc3RvcC1jb2xvcj0iI2Y0NmYyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNzgzMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ef3123 0%, #f15121 23%, #f46f20 61%, #f78320 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef3123', endColorstr='#f78320',GradientType=0 );
  /* IE6-8 */
}

.exmim img {
  width: 126px;
  height: 126px;
}

.extit {
  text-align: center;
  padding-top: 5px;
}

.extit a h4 {
  color: white;
}

.extit a h4:hover {
  color: black;
}

.fixed {
  position: fixed !important;
  top: 0 !important;
}

/*
CSS formerly in Jetpack's custom CSS
*/
.col1, .col2 {
  width: 100%;
  float: left;
  text-align: left;
  padding: 0 10px 10px;
  margin: 0;
}

.col3, .col4, .col5 {
  width: 30%;
  float: left;
  padding: 0 10px 10px;
  margin: 0;
}

.col1:after, .col2:after, col5:after {
  clear: both;
}

.col-header {
  color: #FFF;
  margin: 0;
  padding: 1px;
}

.faq-page #gray-button {
  background: #666666;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #666666 0%, #B3B3B3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666',endColorstr='#B3B3B3',GradientType=0);
  /* IE6-9 */
  padding: 10px;
}

#new-trial-top #gray-button {
  background: #666666;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #666666 0%, #B3B3B3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666',endColorstr='#B3B3B3',GradientType=0);
  /* IE6-9 */
  padding: 10px;
}

#new-explore-box #gray-button {
  background: #666666;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #666666 0%, #B3B3B3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666',endColorstr='#B3B3B3',GradientType=0);
  /* IE6-9 */
  padding: 8px;
}

#new-info-desc-left .gray-button {
  background: #666666;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #666666 0%, #B3B3B3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666',endColorstr='#B3B3B3',GradientType=0);
  /* IE6-9 */
  padding: 10px;
}

.faq-page #green-button {
  background: #006837;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #006837 0%, #76b73e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006837',endColorstr='#76b73e',GradientType=0);
  /* IE6-9 */
  padding: 10px;
}

#new-trial-top #explore-button-1 {
  background: #006837;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #006837 0%, #76b73e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006837',endColorstr='#76b73e',GradientType=0);
  /* IE6-9 */
  padding: 10px;
}

.faq-page button {
  margin: 14px 0;
  padding: 10px;
  font-size: 24px;
  font-weight: 800;
  box-shadow: 0 0 11px 0 black;
  text-transform: uppercase;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  background: #f26122;
  float: left;
  display: inline;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f26122 0%, #f68b30 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f26122',endColorstr='#f68b30',GradientType=0);
  /* IE6-9 */
}

.faq-catname {
  display: none;
}

#header {
  overflow: visible;
}

/*
 * Main Navigation
 */
#cmi-mobile-nav {
  display: none;
  position: fixed;
  right: -115px;
  top: 0;
  width: 230px;
  height: 100%;
  background: #f7931e;
  overflow: scroll;
  z-index: 10;
  transition: all .5s;
}
#cmi-mobile-nav ul {
  list-style: none;
  margin: 0;
}
#cmi-mobile-nav .menu li {
  display: block;
  border-bottom: 1px solid #fff;
}
#cmi-mobile-nav .menu a {
  display: block;
  padding: 1em;
  color: #fff;
}
#cmi-mobile-nav .menu li.menu-item-has-children > a {
  position: relative;
}
#cmi-mobile-nav .menu li.menu-item-has-children > a:after {
  content: '\f431';
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'Genericons';
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
#cmi-mobile-nav .menu li.menu-item-has-children.open > a:after {
  content: '\f432';
}
#cmi-mobile-nav .sub-menu {
  display: none;
  background: #eee;
}
#cmi-mobile-nav .sub-menu a {
  color: #444;
}
#cmi-mobile-nav li.menu-item.open > a {
  background: #999;
  color: #fff;
}
#cmi-mobile-nav li.menu-item.open > .sub-menu {
  display: block;
}

#header .menu-primary,
#header .menu-primary * {
  box-sizing: border-box;
}

#header .menu-primary {
  float: left;
  margin-top: 0;
  width: auto;
}
#header .menu-primary a {
  display: block;
  padding: 0;
  font-size: 13px;
  font-weight: normal;
}
#header .menu-primary li ul {
  width: 63px;
}
#header .menu-primary li li a,
#header .menu-primary li li a:link,
#header .menu-primary li li a:visited {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  padding: 0;
  position: relative;
  width: 170px;
}
#header .menu-primary li {
  color: #fff;
  background-color: #F7931E !important;
  height: auto;
  display: block;
  text-align: center;
  float: left !important;
  margin-right: 2px;
  padding: 0;
}
#header .menu-primary li:hover {
  color: #fff !important;
  background-color: #999 !important;
}
#header .menu-primary li a {
  padding: 7px 14px;
  color: #fff;
  line-height: 1.25;
}
#header .menu-primary ul.sub-menu {
  color: #fff !important;
  background-color: #999 !important;
  width: auto;
  margin-top: 2px;
  text-align: left;
}
#header .menu-primary ul.sub-menu li {
  color: #fff;
  width: auto;
  background-color: #999 !important;
  height: auto;
  display: inline-block;
  text-align: left;
  clear: left;
}
#header .menu-primary ul.sub-menu li a {
  width: auto;
  padding: .5em 10px;
  text-align: left;
  line-height: 1.5;
}

#text-56 {
  margin-top: 10px;
}

#header_2014 .search-form {
  width: 140px !important;
}

#header_2014 .s {
  width: 140px !important;
}

#menu-main-menu-2014 {
  padding-top: 18px;
}

#menu-main-menu-2014 li {
  color: white;
  width: 72px;
  background-color: #F7931E !important;
  height: 30px;
  display: inline-block;
  text-align: center;
}

#menu-main-menu-2014 li:hover {
  color: white !important;
  background-color: #999999 !important;
}

#menu-main-menu-2014 li:active {
  color: white !important;
  background-color: #999999 !important;
}

#menu-main-menu-2014 li a {
  color: white;
  line-height: 30px;
  width: 72px;
}

#menu-main-menu-2014 li:hover a {
  color: white !important;
}

#menu-main-menu-2014 li.current-menu-item {
  color: #fff !important;
  background-color: #999 !important;
}

#menu-main-menu-2014 li.current-menu-item a {
  color: white !important;
}

#navplussearch2 .search-input {
  -moz-transition: 400ms width ease;
  -webkit-transition-duration: 400ms;
  -webkit-transition-property: width;
  -webkit-transition-timing-function: ease;
  -o-transition-duration: 400ms;
  -o-transition-property: width;
  -o-transition-timing-function: ease;
  font-size: .65em;
  height: 38px;
  padding: 0 10px 0 30px !important;
  width: 55px;
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  float: right;
  line-height: 38px;
  text-decoration: none;
}

#navplussearch2 .search-input:focus {
  border: 1px solid #777777;
  box-shadow: 0 0 4px 2px #DEDEDE;
  font-size: .8em;
  width: 150px;
  float: right;
}

#header2 .search-form {
  width: 55px !important;
  border: 0;
}

#navplussearch .custom-search {
  width: 140px;
}

#navplussearch .custom-search .s {
  border: 0;
  margin: 0;
  width: 140px;
  height: 38px;
  padding: 0 5px;
  line-height: 38px;
  background: #FFFFFF url(wp-content/themes/cmi/images/searchicon.png) no-repeat right;
}

#navplussearch .custom-search .search-form {
  width: 140px !important;
  margin: 0 auto !important;
}

.column-2:hover, .column-4:hover {
  cursor: pointer;
}

.new-lesson, .new-instructor {
  display: none;
}

#new-catalog-table table tr th {
  width: 25%;
  padding: 20px;
  background-color: #f7931e;
  color: white;
  font-weight: bold;
}

.tablepress-id-1 .column-1 {
  width: 10% !important;
}

.tablepress-id-1 .column-2 {
  width: 40% !important;
}

.tablepress-id-1 .column-3 {
  width: 10% !important;
}

.tablepress-id-1 .column-4 {
  width: 40% !important;
}

#new-catalog-table table {
  width: 100%;
}

.new-collapse {
  color: #f7931e;
}

#explore-button-1 {
  background: #006837;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #006837 0%, #76b73e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006837',endColorstr='#76b73e',GradientType=0);
  /* IE6-9 */
}

#explore-button-2 {
  background: #f26122;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f26122 0%, #f68d31 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f26122',endColorstr='#f68d31',GradientType=0);
  /* IE6-9 */
}

#new-explore-box button {
  padding: 8px 20px;
  margin: 10px 10px 0 0;
  font-size: 28px;
  font-weight: 800;
  box-shadow: 0 0 11px 0 black;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
}

#new-info-desc-left #explore-button-1 {
  background: #006837;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #006837 0%, #76b73e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006837',endColorstr='#76b73e',GradientType=0);
  /* IE6-9 */
  padding: 10px;
}

#new-trial-top {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #999999;
}

#new-trial-top button {
  width: 380px;
  margin: 14px 10px;
  padding: 10px 0;
  font-size: 24px;
  font-weight: 800;
  box-shadow: 0 0 11px 0 black;
  text-transform: uppercase;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  background: #f26122;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f26122 0%, #f68b30 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f26122',endColorstr='#f68b30',GradientType=0);
  /* IE6-9 */
}

#new-info-desc-left button {
  margin: 14px 0;
  padding: 10px;
  font-size: 24px;
  font-weight: 800;
  box-shadow: 0 0 11px 0 black;
  text-transform: uppercase;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  background: #f26122;
  float: left;
  display: inline;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f26122 0%, #f68b30 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f26122',endColorstr='#f68b30',GradientType=0);
  /* IE6-9 */
}

#new-trial-top p {
  font-size: 25px;
  line-height: 38px;
  margin: 20px 0;
}

#new-trial-top h2 {
  font-size: 32px;
  color: #f7931e;
}

#new-trial-top h1 {
  font-size: 48px;
}

.new-trial-desc-right ul {
  padding: 0 0 0 20px;
  margin-bottom: 10px;
  font-size: 20px;
  color: black;
}

.new-trial-desc-right ul > li {
  color: black;
  margin-bottom: 15px;
  font-size: 20px;
}

.new-trial-desc-right p {
  font-size: 20px;
  color: black;
  margin: 10px 0;
  line-height: 26px;
}

.new-trial-desc-right {
  width: 600px;
}

.new-trial-desc-left {
  width: 350px;
}

.new-trial-desc-left iframe {
  margin-top: 10px;
}

.new-trial-desc-left h1 {
  color: black;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}

.new-trial-desc-left p {
  font-size: 26px;
  color: black;
  margin: 0;
}

.new-trial-description {
  margin-bottom: 10px;
  font-size: 32px;
  color: white;
  border-radius: 10px;
  padding: 20px;
  background: #fcc062;
}

.new-info-testimonial-name {
  font-size: 30px;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  color: #f7931e;
}

.new-info-testimonial {
  font-size: 30px;
  font-style: italic;
  font-size: 22px;
  line-height: 32px;
}

#new-info-testimonials ul {
  list-style-type: none;
}

#new-info-testimonials li {
  width: 300px;
  margin-right: 60px;
  list-style-type: none;
  float: left;
}

#new-info-testimonials li:last-child {
  margin-right: 0;
}

#below-testimonials {
  text-align: center;
}

#below-testimonials button {
  width: 75%;
  margin: 14px 0;
  padding: 20px auto;
  font-size: 30px;
  font-weight: 800;
  box-shadow: 0 0 11px 0 black;
  text-transform: uppercase;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  background: #f26122;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f26122 0%, #f68b30 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f26122',endColorstr='#f68b30',GradientType=0);
  /* IE6-9 */
}

#below-testimonials .gray-button {
  width: 75%;
  margin: 14px 0;
  padding: 20px auto;
  font-size: 30px;
  font-weight: 800;
  box-shadow: 0 0 11px 0 black;
  text-transform: uppercase;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  background: #666666;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #666666 0%, #B3B3B3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666',endColorstr='#B3B3B3',GradientType=0);
  /* IE6-9 */
}

#new-info-box-right button {
  width: 100%;
  margin: 14px 0;
  padding: 14px 0 10px;
  font-size: 30px;
  font-weight: 800;
  box-shadow: 0 0 11px 0 black;
  text-transform: uppercase;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  background: #f26122;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f26122 0%, #f68b30 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f26122',endColorstr='#f68b30',GradientType=0);
  /* IE6-9 */
}

#new-info-box-right ul {
  padding: 0 0 0 20px;
  margin-bottom: 20px;
  font-size: 24px;
}

#new-info-box-right ul > li {
  color: #f79433;
  margin-bottom: 15px;
  font-size: 24px;
}

#new-info-box-right ul > li > span {
  color: black;
  font-size: 24px;
}

#new-info-box-left h1 {
  margin-bottom: 0;
}

#new-info-box-left {
  background-color: #CCC;
  border-radius: 10px;
  display: table;
}

#new-info-box-left #inner {
  display: table-cell;
  vertical-align: middle;
}

#new-info-box-left p {
  font-size: 24px;
  margin-bottom: 10px;
}

#new-info-box-left p:last-child {
  margin-bottom: 0;
}

#new-info-box-left ul {
  padding: 20px 20px 0;
  font-size: 24px;
}

#new-info-box-left ul > li {
  color: #f79433;
  margin-bottom: 15px;
  font-size: 24px;
}

#new-info-box-left ul > li > span {
  color: black;
  font-size: 24px;
}

#new-info-box-right {
  background-color: #f9b361;
  border-radius: 10px;
  min-height: 490px;
}

.new-info-box {
  width: 466px;
  padding: 20px;
  vertical-align: middle;
  min-height: 256px;
}

#new-info-box {
  padding-bottom: 10px;
  border-top: 2px solid #999999;
  border-bottom: 0;
  margin-bottom: 0;
  padding-top: 10px;
}

#cta-button-low {
  background: #006837;
  background: linear-gradient(to bottom, #006837 0%, #76b73e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006837',endColorstr='#76b73e',GradientType=0);
  padding: 10px;
  margin: 14px 0;
  font-size: 24px;
  font-weight: 800;
  box-shadow: 0 0 11px 0 black;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  float: left;
  display: inline;
}

#cta-inside {
  display: table;
  margin: 0 auto;
}

#new-info-savebig {
  border-top: 2px solid #999;
  padding-top: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #999;
}

#moreinfo-container {
  border-top: 2px solid #999;
  padding-top: 10px;
  margin-bottom: 10px;
}

#moreinfo-inside {
  background-color: #CCC;
  border-radius: 10px;
  font-family: 'SSP-Regular';
  font-size: 16px;
}

#moreinfo-text {
  padding: 20px;
}

#moreinfo-text h3 {
  margin-bottom: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

#new-info-teachers-left {
  width: 300px;
}

#new-info-teachers-right {
  width: 700px;
  padding: 10px 0;
}

#new-info-teachers-right p {
  font-size: 28px;
}

#new-info-teachers-right ul {
  padding: 20px 20px 0;
  font-size: 21px;
}

#new-info-teachers-right ul > li {
  margin-left: 20px;
  color: #f79433;
  margin-bottom: 15px;
  font-size: 21px;
}

#new-info-teachers-right ul > li > span {
  color: black;
  font-size: 21px;
}

#new-info-teachers {
  border-top: 2px solid #999999;
  padding-top: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #999999;
}

#new-info-desc-left {
  padding: 40px 20px;
}

#new-info-description hr {
  background-color: white;
  border-color: white;
  border-top: 1px solid white;
}

#new-info-description p {
  font-size: 32px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

#new-info-description-bg {
  background-image: url(http://cmi.10uplabs.com/wp-content/uploads/2014/02/right-desc-1.png);
  background-repeat: no-repeat;
  background-position: center right;
}

#new-info-description {
  margin-bottom: 10px;
  font-size: 32px;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  background: #f26122;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f26122 0%, #f68b30 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f26122',endColorstr='#f68b30',GradientType=0);
  /* IE6-9 */
}

.page-id-37892 #new-video-overlay {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #999999;
}

.page-id-37892 #new-content-wrap, .page-id-37966 #new-content-wrap, .page-id-55457 #new-content-wrap, .page-id-38030 #new-content-wrap {
  width: 1020px;
  padding: 20px 0;
  margin: 0 auto;
}

.page-id-37892 #content-sidebar-wrap, .page-id-37966 #content-sidebar-wrap, .page-id-55457 #content-sidebar-wrap, .page-id-38030 #content-sidebar-wrap {
  display: none;
}

.page-id-37876 .header-ads, .page-id-37892 .header-ads, .page-id-37966 .header-ads, .page-id-38030 .header-ads {
  display: none;
}

.page-id-37876 #featured {
  padding: 0 0 20px;
}

.page-id-37876 #new-feature-banner {
  text-align: left;
  background-color: #ed8926;
  background-color: #CCCCCC;
  padding: 0 !important;
  margin: 0 0 20px;
}

.page-id-37876 #new-feature-banner-wrapper {
  margin: 0 auto;
  width: 1020px;
}

.page-id-37876 #new-feature-left {
  float: left;
  width: 698px;
}

.page-id-37876 #new-feat-top {
  text-transform: uppercase;
  color: black;
  font-weight: 800;
  padding: 0 0 10px;
  font-size: 22px;
  border-bottom: 1px solid white;
  margin-bottom: 10px;
}

.page-id-37876 #new-feat-center {
  text-transform: uppercase;
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 800;
  padding: 2px 0 10px;
  font-size: 30px;
  border-bottom: 1px solid white;
  margin-bottom: 10px;
}

.page-id-37876 #new-feat-bottom {
  color: black;
  font-weight: 400;
  padding: 0;
  font-size: 22px;
}

.page-id-37876 #new-feature-right {
  float: right;
  width: 282px;
  text-align: left;
}

.page-id-37876 #new-feature-right button {
  width: 240px;
  position: relative;
  top: 33px;
  padding: 14px 0 10px;
  font-size: 20px;
  font-weight: 800;
  box-shadow: 0 0 11px 0 black;
  text-transform: uppercase;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  background: #f26122;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f26122 0%, #f68b30 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f26122',endColorstr='#f68b30',GradientType=0);
  /* IE6-9 */
}

.home #menu-post-top, .page-id-37876 #menu-post-top, .page-id-37966 #menu-post-top, .page-id-38030 #menu-post-top {
  display: none;
}

.sabai-directory-btn-claim {
  display: none;
}

.post-meta, .post-meta a, .breadcrumb {
  line-height: 21px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.footer-address {
  margin-top: -60px;
}

#post-46914 {
  padding: 20px;
}

body.silo-intelcontent .silo-home-sidebar .widget_text .widgettitle {
  padding: 5px 15px;
  background: #808080;
  color: #fff;
  font-family: 'SSP-Light';
  font-size: 24px;
  font-weight: 100;
}

body.silo-intelcontent .silo-home-sidebar .widget {
  margin-bottom: 30px;
}

.footer-widgets h4 {
  font-family: 'SSP-BOLD' !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  color: white;
}

body.silo-cmi .top-bar .menu-silos-container .menu li.silo-cmi, body.silo-contentinc .top-bar .menu-silos-container .menu li.silo-contentinc, body.silo-intelcontent .top-bar .menu-silos-container .menu li.silo-intelcontent {
  background: #fff;
}

#popular-tab-content > ul > li > div.entry-title > a {
  font-size: 16px;
  line-height: 18px;
}

#recent-tab-content > ul > li > div.entry-title > a {
  font-size: 16px;
  line-height: 18px;
}

/**
* Here we're in the land of mobile devices that
* are on the smaller end of things. We're starting to look
* at devices that have a max width of 760px. So basically
* anything smaller than an iPad/iPad 2.
*
* Small screens start:
*/
@media only screen and (max-width: 760px) {
  body #hellobar-wrapper,
  body #hellobar-pusher {
    display: none !important;
  }
}
body.silo-contentinc h1, body.silo-contentinc h2, body.silo-contentinc .entry-title, body.silo-intelcontent h1, body.silo-intelcontent h2, body.silo-intelcontent .entry-title {
  font-family: 'SSP-SEMI-BOLD';
}

.silo-home-sidebar .widget_text p {
  line-height: 25px;
}

#new-info-whosusingit {
  border-top: 2px solid #999;
  padding-top: 10px;
}

.whosusingit_wrap {
  overflow: hidden;
  margin: 30px;
}

.whosusingit_box {
  float: left;
  position: relative;
  width: 33%;
  padding-bottom: 20%;
}

.whosusingit_boxInner {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  overflow: hidden;
  padding: 20px;
}

.whosusingit_boxInner img {
  width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.whosusingit_boxInner:hover {
  margin-bottom: 0;
}

#cta-container {
  margin-bottom: 50px;
}

body.silo-contentinc .silo-sidebar .widget .widgettitle, body.silo-intelcontent .silo-sidebar .widget .widgettitle {
  text-align: left;
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: #000;
  font-family: "SSP-BOLD";
  font-size: 24px;
  text-transform: capitalize;
}

#ci-model-sweetspot span {
  background-image: url("wp-content/uploads/2015/05/SweetSpot_icon.png");
}

#ci-model-content-tilt span {
  background-image: url("wp-content/uploads/2015/05/ContentTilt_icon.png");
}

#ci-model-building-base span {
  background-image: url("wp-content/uploads/2015/05/BuildingBase_icon.png");
}

#ci-model-harvesting-audience span {
  background-image: url("wp-content/uploads/2015/05/Harvesting_icon.png");
}

#ci-model-diversification span {
  background-image: url("wp-content/uploads/2015/05/Diversification_icon.png");
}

#ci-model-monetization span {
  background-image: url("wp-content/uploads/2015/05/Monetization_icon.png");
}

.ci-model-step {
  margin-top: 6px;
}

div.content_inc_related h2.display-posts-title {
  background-color: #f7931e;
  color: white;
  height: 30px;
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  font-family: "SSP-SEMI-BOLD";
  font-size: 20px;
}

div.content_inc_related span.author {
  color: #f7931e;
  text-transform: uppercase;
}

div.content_inc_related span.author span.author_caption {
  color: #848484;
  text-transform: none;
}

div.content_inc_related span.published_date span.date {
  color: #f7931e;
  text-transform: uppercase;
}

div.content_inc_related span.post_title a.title {
  color: #5e5e5e;
  font-family: "SSP-BOLD";
  font-size: 18px;
}

@media only screen and (max-width: 1000px) {
  #wrap #content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #wrap #content {
    width: 90%;
  }
}
#new-info-desc-left .blue-button {
  background: #0066CC;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #666666 0%, #0066CC 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666',endColorstr='#0066CC',GradientType=0);
  /* IE6-9 */
  padding: 10px;
}

body.single-contentinc_post .entry-meta-header .entry-meta .gravatar img, body.single-intelcontent_post .entry-meta-header .entry-meta .gravatar img {
  width: 96px;
}

footer > nav > div > a > img {
  height: auto;
}

body.silo-contentinc #logo {
  width: 225px;
}

/* Mobile Layout: 480px and below. */
.header-right {
  width: 100%;
  padding: 10px;
}

.header-right img {
  height: auto;
  width: auto;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
  .header-right {
    width: 100%;
    padding: 10px;
  }
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
  .header-right {
    width: 728px;
    padding: 10px;
  }
}
.post-3503.entry img {
  width: 200px;
}

#post-49813.wp-image-52708 img {
  width: 268px;
}

.post-49028.entry img {
  width: 105px;
}

#hp_empty {
  display: none;
}

#pty_pkg .pty_input #pty_input-hp_empty {
  display: none !important;
}

.font-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.widget .cmi-join-widget header h3 {
  font-size: 220%;
}

.sabai-widget-directory-categories ul ul {
  margin-left: 12px;
}

.post-45020 .entry-title {
  display: none;
}

.sabai-directory-category ul li {
  list-style-image: none !important;
}

.sabai-directory-category .sabai-directory-category-children {
  padding-left: 10px !important;
}

.textwidget .cmi-join-widget button {
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 0;
  font-size: 15px;
  font-weight: normal;
  background: #aa3b29;
  -webkit-appearance: none;
}

.post-57391 .display-posts-listing .listing-item {
  margin-bottom: 15px;
}

/* Common Styles for Content Inc and Intel Content */
body.silo-contentinc,
body.silo-intelcontent {
  /* Header */
  /* Content */
  /* Right Sidebar and Content with Sidebar*/
  /* Subsidiary */
  /* Loop */
}
body.silo-contentinc .wrap,
body.silo-intelcontent .wrap {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
body.silo-contentinc .wrap:after,
body.silo-intelcontent .wrap:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1060px) {
  body.silo-contentinc .wrap,
  body.silo-intelcontent .wrap {
    padding-left: 3%;
    padding-right: 3%;
  }
  body.silo-contentinc .top-bar .wrap,
  body.silo-intelcontent .top-bar .wrap {
    padding: 0;
  }
}
body.silo-contentinc #header,
body.silo-intelcontent #header {
  border: none;
}
body.silo-contentinc #header_main,
body.silo-intelcontent #header_main {
  width: 100%;
  height: auto;
  padding: 40px 0;
  box-sizing: border-box;
}
body.silo-contentinc #header_main:after,
body.silo-intelcontent #header_main:after {
  content: '';
  display: table;
  clear: both;
}
body.silo-contentinc #logo,
body.silo-intelcontent #logo {
  float: left;
}
body.silo-contentinc #header .menu-content-inc-container,
body.silo-contentinc #header .menu-intelligent-content-container,
body.silo-intelcontent #header .menu-content-inc-container,
body.silo-intelcontent #header .menu-intelligent-content-container {
  margin-left: 10px;
  padding-top: 38px;
  float: left;
}
body.silo-contentinc #header .menu-content-inc-container .menu,
body.silo-contentinc #header .menu-intelligent-content-container .menu,
body.silo-intelcontent #header .menu-content-inc-container .menu,
body.silo-intelcontent #header .menu-intelligent-content-container .menu {
  list-style: none;
  margin: 0;
}
body.silo-contentinc #header .menu-content-inc-container .menu li,
body.silo-contentinc #header .menu-intelligent-content-container .menu li,
body.silo-intelcontent #header .menu-content-inc-container .menu li,
body.silo-intelcontent #header .menu-intelligent-content-container .menu li {
  display: inline-block;
}
body.silo-contentinc #header .menu-content-inc-container .menu a,
body.silo-contentinc #header .menu-intelligent-content-container .menu a,
body.silo-intelcontent #header .menu-content-inc-container .menu a,
body.silo-intelcontent #header .menu-intelligent-content-container .menu a {
  display: inline-block;
  padding: 5px 10px;
  color: #4d4d4d;
  text-transform: uppercase;
  transition: none;
}
body.silo-contentinc #header .menu-content-inc-container .menu li a:hover,
body.silo-contentinc #header .menu-content-inc-container .menu li.current-menu-item a,
body.silo-contentinc #header .menu-intelligent-content-container .menu li a:hover,
body.silo-contentinc #header .menu-intelligent-content-container .menu li.current-menu-item a,
body.silo-intelcontent #header .menu-content-inc-container .menu li a:hover,
body.silo-intelcontent #header .menu-content-inc-container .menu li.current-menu-item a,
body.silo-intelcontent #header .menu-intelligent-content-container .menu li a:hover,
body.silo-intelcontent #header .menu-intelligent-content-container .menu li.current-menu-item a {
  background: #f60;
  color: #fff;
}
body.silo-contentinc #header .menu-intelligent-content-container,
body.silo-intelcontent #header .menu-intelligent-content-container {
  padding-top: 58px;
}
body.silo-contentinc .cmi-silo-header-sidebar,
body.silo-intelcontent .cmi-silo-header-sidebar {
  clear: both;
  margin-top: 20px;
  padding: 20px 0;
  background: #e6e6e6;
}
body.silo-contentinc .cmi-silo-header-sidebar:after,
body.silo-intelcontent .cmi-silo-header-sidebar:after {
  content: '';
  display: table;
  clear: both;
}
body.silo-contentinc .cmi-silo-header-sidebar .widget,
body.silo-intelcontent .cmi-silo-header-sidebar .widget {
  float: left;
  width: auto;
}
body.silo-contentinc .cmi-silo-header-sidebar .widget_adrotate_widgets,
body.silo-intelcontent .cmi-silo-header-sidebar .widget_adrotate_widgets {
  float: right;
}
@media (max-width: 1060px) {
  body.silo-contentinc .cmi-silo-header-sidebar,
  body.silo-intelcontent .cmi-silo-header-sidebar {
    padding-top: 20px;
  }
  body.silo-contentinc .cmi-silo-header-sidebar .widget,
  body.silo-intelcontent .cmi-silo-header-sidebar .widget {
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
}
@media (max-width: 800px) {
  body.silo-contentinc #logo,
  body.silo-intelcontent #logo {
    float: none;
  }
  body.silo-contentinc #header .menu-content-inc-container,
  body.silo-contentinc #header .menu-intelligent-content-container,
  body.silo-intelcontent #header .menu-content-inc-container,
  body.silo-intelcontent #header .menu-intelligent-content-container {
    float: none;
    margin-left: 0;
    padding-top: 0;
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  body.silo-contentinc #header .menu-content-inc-container,
  body.silo-contentinc #header .menu-intelligent-content-container,
  body.silo-intelcontent #header .menu-content-inc-container,
  body.silo-intelcontent #header .menu-intelligent-content-container {
    display: none;
  }
}
body.silo-contentinc #content,
body.silo-intelcontent #content {
  width: 100%;
  margin-bottom: 3em;
  padding: 0;
  border: none;
}
body.silo-contentinc #content .hentry:after,
body.silo-intelcontent #content .hentry:after {
  content: '';
  display: table;
  clear: both;
}
body.silo-contentinc.page .entry, body.silo-contentinc.single .entry,
body.silo-intelcontent.page .entry,
body.silo-intelcontent.single .entry {
  margin-bottom: 0;
}
body.silo-contentinc h1,
body.silo-contentinc h2,
body.silo-contentinc .entry-title,
body.silo-intelcontent h1,
body.silo-intelcontent h2,
body.silo-intelcontent .entry-title {
  font-family: 'SSP-Regular';
  font-weight: normal;
}
body.silo-contentinc h2,
body.silo-intelcontent h2 {
  font-size: 28px;
}
body.silo-contentinc .entry-title,
body.silo-intelcontent .entry-title {
  font-size: 40px;
}
body.silo-contentinc .button,
body.silo-intelcontent .button {
  padding: 5px 10px;
  background-color: #f7931e;
  color: #fff;
}
body.silo-contentinc .button:hover,
body.silo-intelcontent .button:hover {
  background-color: #f60;
}
body.silo-contentinc .pagination,
body.silo-intelcontent .pagination {
  clear: both;
  padding-top: 40px;
  text-align: center;
}
body.silo-contentinc .pagination .page-numbers,
body.silo-intelcontent .pagination .page-numbers {
  padding: 0 3px;
  font-family: 'SSP-BOLD';
  font-weight: bold;
  font-size: 18px;
  color: #aaa;
}
body.silo-contentinc .pagination .page-numbers.current,
body.silo-intelcontent .pagination .page-numbers.current {
  color: #f28c20;
}
body.silo-contentinc .widget_adrotate_widgets,
body.silo-intelcontent .widget_adrotate_widgets {
  text-align: center;
}
body.silo-contentinc .widget_adrotate_widgets br,
body.silo-intelcontent .widget_adrotate_widgets br {
  display: none;
}
body.silo-contentinc .widget_adrotate_widgets img,
body.silo-intelcontent .widget_adrotate_widgets img {
  display: inline-block;
}
body.silo-contentinc .widget,
body.silo-intelcontent .widget {
  width: 100%;
}
body.silo-contentinc .widget .widgettitle,
body.silo-intelcontent .widget .widgettitle {
  font-family: 'SSP-BOLD';
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
body.silo-contentinc .silo-sidebar,
body.silo-intelcontent .silo-sidebar {
  float: right;
  width: 30.66666%;
  margin-left: 4%;
  padding: 30px;
  background: #e6e6e6;
  box-sizing: border-box;
}
body.silo-contentinc .silo-sidebar .widget,
body.silo-intelcontent .silo-sidebar .widget {
  margin-top: 30px;
}
body.silo-contentinc .silo-sidebar .widget:first-of-type,
body.silo-intelcontent .silo-sidebar .widget:first-of-type {
  margin-top: 0;
}
body.silo-contentinc .silo-sidebar .widget .widgettitle,
body.silo-intelcontent .silo-sidebar .widget .widgettitle {
  text-align: center;
}
body.silo-contentinc .silo-content-with-sidebar,
body.silo-intelcontent .silo-content-with-sidebar {
  clear: none;
  float: left;
  width: 65.33333%;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  body.silo-contentinc .silo-sidebar,
  body.silo-intelcontent .silo-sidebar {
    width: 40.66666%;
  }
  body.silo-contentinc .silo-content-with-sidebar,
  body.silo-intelcontent .silo-content-with-sidebar {
    width: 55.33333%;
  }
}
@media (max-width: 650px) {
  body.silo-contentinc .silo-sidebar,
  body.silo-intelcontent .silo-sidebar {
    width: 100%;
    margin-bottom: 3em;
  }
  body.silo-contentinc .silo-content-with-sidebar,
  body.silo-intelcontent .silo-content-with-sidebar {
    width: 100%;
  }
}
body.silo-contentinc #subsidiary,
body.silo-intelcontent #subsidiary {
  clear: both;
  padding: 40px 0;
  color: #fff;
  background: #f28c20;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f28c20 0%, #ff6600 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28c20', endColorstr='#ff6600',GradientType=0 );
  /* IE6-9 */
}
body.silo-contentinc #subsidiary:after,
body.silo-intelcontent #subsidiary:after {
  content: '';
  display: table;
  clear: both;
}
body.silo-contentinc #subsidiary header,
body.silo-intelcontent #subsidiary header {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-right: 1%;
}
body.silo-contentinc #subsidiary header h3,
body.silo-intelcontent #subsidiary header h3 {
  margin: 0;
  color: #fff;
  font-family: 'SSP-Light', sans-serif;
  font-weight: 100;
  font-size: 34px;
}
body.silo-contentinc #subsidiary header p,
body.silo-intelcontent #subsidiary header p {
  font-size: 15px;
  line-height: 1.75;
}
body.silo-contentinc #subsidiary form,
body.silo-intelcontent #subsidiary form {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 20px 0 0 1%;
}
body.silo-contentinc #subsidiary form input,
body.silo-intelcontent #subsidiary form input {
  box-sizing: border-box;
  float: left;
  height: 48px;
  border-radius: 0;
}
body.silo-contentinc #subsidiary form input[type=text],
body.silo-contentinc #subsidiary form input[type=email],
body.silo-contentinc #subsidiary form input[type=tel],
body.silo-intelcontent #subsidiary form input[type=text],
body.silo-intelcontent #subsidiary form input[type=email],
body.silo-intelcontent #subsidiary form input[type=tel] {
  width: 60%;
  font-size: 12px;
  border: none;
  box-shadow: none;
}
body.silo-contentinc #subsidiary form input[type=submit],
body.silo-intelcontent #subsidiary form input[type=submit] {
  width: 40%;
  font-size: 15px;
  font-weight: normal;
  background: #aa3b29;
  -webkit-appearance: none;
}
@media (max-width: 900px) {
  body.silo-contentinc #subsidiary header,
  body.silo-contentinc #subsidiary form,
  body.silo-intelcontent #subsidiary header,
  body.silo-intelcontent #subsidiary form {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  body.silo-contentinc #subsidiary form input[type=text],
  body.silo-contentinc #subsidiary form input[type=email],
  body.silo-contentinc #subsidiary form input[type=tel],
  body.silo-intelcontent #subsidiary form input[type=text],
  body.silo-intelcontent #subsidiary form input[type=email],
  body.silo-intelcontent #subsidiary form input[type=tel] {
    float: none;
    width: 100%;
    margin-bottom: 5px;
  }
  body.silo-contentinc #subsidiary form input[type=submit],
  body.silo-intelcontent #subsidiary form input[type=submit] {
    float: none;
    width: 100%;
  }
}
body.silo-contentinc .silo-loop:after,
body.silo-intelcontent .silo-loop:after {
  content: '';
  display: table;
  clear: both;
}
body.silo-contentinc .silo-loop.three-across .hentry,
body.silo-intelcontent .silo-loop.three-across .hentry {
  float: left;
  width: 30.66666%;
  margin-left: 4%;
}
body.silo-contentinc .silo-loop.three-across .hentry:nth-of-type(3n+1),
body.silo-intelcontent .silo-loop.three-across .hentry:nth-of-type(3n+1) {
  clear: left;
  margin-left: 0;
}
body.silo-contentinc .silo-loop.two-across .hentry,
body.silo-intelcontent .silo-loop.two-across .hentry {
  float: left;
  width: 48%;
  margin-left: 4%;
}
body.silo-contentinc .silo-loop.two-across .hentry:nth-of-type(2n+1),
body.silo-intelcontent .silo-loop.two-across .hentry:nth-of-type(2n+1) {
  clear: left;
  margin-left: 0;
}
body.silo-contentinc .silo-loop .hentry,
body.silo-intelcontent .silo-loop .hentry {
  box-sizing: border-box;
  margin-bottom: 15px;
}
body.silo-contentinc .silo-loop .hentry .entry-content,
body.silo-intelcontent .silo-loop .hentry .entry-content {
  width: 100%;
}
body.silo-contentinc .silo-loop .hentry .post-thumbnail-holder,
body.silo-intelcontent .silo-loop .hentry .post-thumbnail-holder {
  position: relative;
  width: 100%;
  height: 171px;
  margin-bottom: 25px;
  overflow: hidden;
  text-align: center;
}
body.silo-contentinc .silo-loop .hentry .network-silo-title,
body.silo-intelcontent .silo-loop .hentry .network-silo-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: .25em;
  background: #f60;
  color: #fff;
  font-family: 'SSP-Regular';
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}
body.silo-contentinc .silo-loop .hentry .entry-title,
body.silo-contentinc .silo-loop .hentry .entry-title a,
body.silo-intelcontent .silo-loop .hentry .entry-title,
body.silo-intelcontent .silo-loop .hentry .entry-title a {
  font-family: 'SSP-Regular';
  font-weight: normal;
  font-size: 24px;
  line-height: 1.25;
}
body.silo-contentinc .silo-loop .hentry .entry-meta,
body.silo-intelcontent .silo-loop .hentry .entry-meta {
  min-height: 26px;
  color: #777;
  font-size: 12px;
}
body.silo-contentinc .silo-loop .hentry .entry-meta .gravatar,
body.silo-intelcontent .silo-loop .hentry .entry-meta .gravatar {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
body.silo-contentinc .silo-loop .hentry .entry-meta .gravatar img,
body.silo-intelcontent .silo-loop .hentry .entry-meta .gravatar img {
  width: 35px;
}
body.silo-contentinc .silo-loop .hentry .entry-meta .gravatar .gravatar_overlay,
body.silo-intelcontent .silo-loop .hentry .entry-meta .gravatar .gravatar_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.silo-contentinc .silo-loop .hentry .entry-meta .author,
body.silo-intelcontent .silo-loop .hentry .entry-meta .author {
  text-transform: uppercase;
}
body.silo-contentinc .silo-loop .hentry .entry-meta .entry-date,
body.silo-intelcontent .silo-loop .hentry .entry-meta .entry-date {
  text-transform: uppercase;
  color: #777;
}
body.silo-contentinc .silo-loop .hentry .entry-meta .updated:not(.published),
body.silo-intelcontent .silo-loop .hentry .entry-meta .updated:not(.published) {
  display: none;
}
@media (max-width: 1060px) {
  body.silo-contentinc .silo-loop .hentry .post-thumbnail-holder,
  body.silo-intelcontent .silo-loop .hentry .post-thumbnail-holder {
    height: auto;
    max-height: 171px;
  }
}
@media (max-width: 800px) {
  body.silo-contentinc .silo-loop.three-across .hentry,
  body.silo-intelcontent .silo-loop.three-across .hentry {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
  }
  body.silo-contentinc .silo-loop.three-across .hentry:nth-of-type(3n+1),
  body.silo-intelcontent .silo-loop.three-across .hentry:nth-of-type(3n+1) {
    clear: none;
    margin-left: 2%;
  }
  body.silo-contentinc .silo-loop.three-across .hentry:nth-of-type(2n+1),
  body.silo-intelcontent .silo-loop.three-across .hentry:nth-of-type(2n+1) {
    clear: left;
  }
  body.silo-contentinc .silo-loop.three-across .hentry:nth-of-type(3n),
  body.silo-intelcontent .silo-loop.three-across .hentry:nth-of-type(3n) {
    display: none;
  }
}
@media (max-width: 560px) {
  body.silo-contentinc .silo-loop.three-across .hentry:nth-of-type(3n),
  body.silo-intelcontent .silo-loop.three-across .hentry:nth-of-type(3n) {
    display: block;
  }
}
@media (max-width: 800px) and (min-width: 650px) {
  body.silo-contentinc .silo-loop.two-across .hentry,
  body.silo-intelcontent .silo-loop.two-across .hentry {
    float: none;
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 2em auto;
  }
  body.silo-contentinc .silo-loop.two-across .hentry:nth-of-type(2n+1),
  body.silo-intelcontent .silo-loop.two-across .hentry:nth-of-type(2n+1) {
    margin: 2em auto;
  }
  body.silo-contentinc .silo-loop.two-across .hentry:first-child,
  body.silo-intelcontent .silo-loop.two-across .hentry:first-child {
    margin-top: 0;
  }
  body.silo-contentinc .silo-loop.two-across .hentry .post-thumbnail-holder,
  body.silo-intelcontent .silo-loop.two-across .hentry .post-thumbnail-holder {
    max-height: none;
  }
}
@media (max-width: 560px) {
  body.silo-contentinc .silo-loop.three-across .hentry, body.silo-contentinc .silo-loop.two-across .hentry,
  body.silo-contentinc .silo-loop .hentry,
  body.silo-intelcontent .silo-loop.three-across .hentry,
  body.silo-intelcontent .silo-loop.two-across .hentry,
  body.silo-intelcontent .silo-loop .hentry {
    float: none;
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 2em auto;
  }
  body.silo-contentinc .silo-loop.three-across .hentry:nth-of-type(2n+1), body.silo-contentinc .silo-loop.three-across .hentry:nth-of-type(3n+1), body.silo-contentinc .silo-loop.two-across .hentry:nth-of-type(2n+1), body.silo-contentinc .silo-loop.two-across .hentry:nth-of-type(3n+1),
  body.silo-contentinc .silo-loop .hentry:nth-of-type(2n+1),
  body.silo-contentinc .silo-loop .hentry:nth-of-type(3n+1),
  body.silo-intelcontent .silo-loop.three-across .hentry:nth-of-type(2n+1),
  body.silo-intelcontent .silo-loop.three-across .hentry:nth-of-type(3n+1),
  body.silo-intelcontent .silo-loop.two-across .hentry:nth-of-type(2n+1),
  body.silo-intelcontent .silo-loop.two-across .hentry:nth-of-type(3n+1),
  body.silo-intelcontent .silo-loop .hentry:nth-of-type(2n+1),
  body.silo-intelcontent .silo-loop .hentry:nth-of-type(3n+1) {
    margin: 2em auto;
  }
  body.silo-contentinc .silo-loop.three-across .hentry .post-thumbnail-holder, body.silo-contentinc .silo-loop.two-across .hentry .post-thumbnail-holder,
  body.silo-contentinc .silo-loop .hentry .post-thumbnail-holder,
  body.silo-intelcontent .silo-loop.three-across .hentry .post-thumbnail-holder,
  body.silo-intelcontent .silo-loop.two-across .hentry .post-thumbnail-holder,
  body.silo-intelcontent .silo-loop .hentry .post-thumbnail-holder {
    max-height: none;
  }
}

/* Network Section */
#silo-network {
  clear: both;
  padding: 30px 0;
  background: #e6e6e6;
}
#silo-network .section-title {
  margin-bottom: 1.25em;
  font-family: 'SSP-BOLD';
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 800px) {
  #silo-network .silo-blog-posts .hentry {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
/* Content Inc. and Intelligent Content Home Pages */
body.page-template-template_contentinc-home .silo-page-content,
body.page-template-template_intelcontent-home .silo-page-content {
  clear: both;
}
body.page-template-template_contentinc-home .silo-blog-posts:after,
body.page-template-template_intelcontent-home .silo-blog-posts:after {
  content: '';
  display: table;
  clear: both;
}
body.page-template-template_contentinc-home .silo-content-with-sidebar .entry-title,
body.page-template-template_intelcontent-home .silo-content-with-sidebar .entry-title {
  font-family: 'SSP-BOLD';
  font-size: 36px;
  font-weight: bold;
}
body.page-template-template_contentinc-home .silo-content-with-sidebar .entry-content,
body.page-template-template_intelcontent-home .silo-content-with-sidebar .entry-content {
  width: auto;
  padding: 0;
}
body.page-template-template_contentinc-home .silo-content-with-sidebar .entry-content p:last-of-type,
body.page-template-template_intelcontent-home .silo-content-with-sidebar .entry-content p:last-of-type {
  margin-bottom: 0;
}
body.page-template-template_contentinc-home .silo-home-sidebar .widget,
body.page-template-template_intelcontent-home .silo-home-sidebar .widget {
  margin-bottom: 30px;
}
body.page-template-template_contentinc-home .silo-home-sidebar .widget_text .widgettitle,
body.page-template-template_intelcontent-home .silo-home-sidebar .widget_text .widgettitle {
  padding: 5px 15px;
  background: #808080;
  color: #fff;
  font-family: 'SSP-Light';
  font-size: 24px;
  font-weight: 100;
}

/* Content Inc. and Intelligent Content Blog Single */
body.single-contentinc_post #content .hentry:after,
body.single-intelcontent_post #content .hentry:after {
  content: '';
  display: table;
  clear: both;
}
body.single-contentinc_post .entry-meta-header,
body.single-intelcontent_post .entry-meta-header {
  position: relative;
  margin-bottom: 2em;
  background: #e6e6e6;
  box-sizing: border-box;
}
body.single-contentinc_post .entry-meta-header:after,
body.single-intelcontent_post .entry-meta-header:after {
  content: '';
  display: table;
  clear: both;
}
body.single-contentinc_post .entry-meta-header *,
body.single-intelcontent_post .entry-meta-header * {
  box-sizing: border-box;
}
body.single-contentinc_post .entry-meta-header .thumbnail-holder,
body.single-intelcontent_post .entry-meta-header .thumbnail-holder {
  float: right;
  width: 75%;
  padding-left: 2%;
  background: #fff;
}
body.single-contentinc_post .entry-meta-header .thumbnail-holder img,
body.single-intelcontent_post .entry-meta-header .thumbnail-holder img {
  display: block;
}
body.single-contentinc_post .entry-meta-header .entry-meta,
body.single-intelcontent_post .entry-meta-header .entry-meta {
  float: left;
  width: 25%;
  padding: 1em;
  text-align: center;
}
body.single-contentinc_post .entry-meta-header .entry-meta .gravatar,
body.single-intelcontent_post .entry-meta-header .entry-meta .gravatar {
  display: block;
  position: relative;
}
body.single-contentinc_post .entry-meta-header .entry-meta .gravatar img,
body.single-intelcontent_post .entry-meta-header .entry-meta .gravatar img {
  width: 66px;
}
body.single-contentinc_post .entry-meta-header .entry-meta .gravatar .gravatar_overlay,
body.single-intelcontent_post .entry-meta-header .entry-meta .gravatar .gravatar_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.single-contentinc_post .entry-meta-header .entry-meta .author,
body.single-contentinc_post .entry-meta-header .entry-meta .date,
body.single-intelcontent_post .entry-meta-header .entry-meta .author,
body.single-intelcontent_post .entry-meta-header .entry-meta .date {
  color: #777;
  font-size: 12px;
}
body.single-contentinc_post .entry-meta-header .entry-meta .author,
body.single-intelcontent_post .entry-meta-header .entry-meta .author {
  margin-top: .5em;
}
body.single-contentinc_post .entry-meta-header .entry-meta .updated:not(.published),
body.single-intelcontent_post .entry-meta-header .entry-meta .updated:not(.published) {
  display: none;
}
body.single-contentinc_post .entry-meta-header .categories,
body.single-intelcontent_post .entry-meta-header .categories {
  list-style: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25%;
  margin: 0;
  font-size: 12px;
  text-align: center;
}
body.single-contentinc_post .entry-meta-header .categories li,
body.single-intelcontent_post .entry-meta-header .categories li {
  list-style-image: none !important;
  margin: 0;
  padding: .25em 0;
  line-height: 1;
  border-top: 1px solid #ccc;
}
body.single-contentinc_post .entry-meta-header .categories li a,
body.single-intelcontent_post .entry-meta-header .categories li a {
  font-size: 12px;
}
body.single-contentinc_post .entry-meta-header.no-thumb .categories,
body.single-intelcontent_post .entry-meta-header.no-thumb .categories {
  position: static;
  width: 75%;
  padding: 1em 0;
  text-align: left;
}
body.single-contentinc_post .entry-meta-header.no-thumb .categories li,
body.single-intelcontent_post .entry-meta-header.no-thumb .categories li {
  border: none;
}
@media (max-width: 1060px) {
  body.single-contentinc_post .entry-meta-header .categories,
  body.single-intelcontent_post .entry-meta-header .categories {
    display: none;
  }
}
@media (max-width: 800px) and (min-width: 650px) {
  body.single-contentinc_post .entry-meta-header,
  body.single-intelcontent_post .entry-meta-header {
    background: none;
  }
  body.single-contentinc_post .entry-meta-header .thumbnail-holder,
  body.single-intelcontent_post .entry-meta-header .thumbnail-holder {
    width: 100%;
    margin-bottom: 1em;
    padding-left: 0;
  }
  body.single-contentinc_post .entry-meta-header .entry-meta,
  body.single-intelcontent_post .entry-meta-header .entry-meta {
    width: 100%;
    padding: 0;
    text-align: left;
  }
  body.single-contentinc_post .entry-meta-header .entry-meta .gravatar,
  body.single-intelcontent_post .entry-meta-header .entry-meta .gravatar {
    float: left;
    margin-right: 1em;
  }
  body.single-contentinc_post .entry-meta-header .entry-meta .gravatar img,
  body.single-intelcontent_post .entry-meta-header .entry-meta .gravatar img {
    display: block;
  }
}
@media (max-width: 500px) {
  body.single-contentinc_post .entry-meta-header,
  body.single-intelcontent_post .entry-meta-header {
    background: none;
  }
  body.single-contentinc_post .entry-meta-header .thumbnail-holder,
  body.single-intelcontent_post .entry-meta-header .thumbnail-holder {
    width: 100%;
    margin-bottom: 1em;
    padding-left: 0;
  }
  body.single-contentinc_post .entry-meta-header .entry-meta,
  body.single-intelcontent_post .entry-meta-header .entry-meta {
    width: 100%;
    padding: 0;
    text-align: left;
  }
  body.single-contentinc_post .entry-meta-header .entry-meta .gravatar,
  body.single-intelcontent_post .entry-meta-header .entry-meta .gravatar {
    float: left;
    margin-right: 1em;
  }
  body.single-contentinc_post .entry-meta-header .entry-meta .gravatar img,
  body.single-intelcontent_post .entry-meta-header .entry-meta .gravatar img {
    display: block;
  }
}
body.single-contentinc_post .entry-footer .author-bio,
body.single-intelcontent_post .entry-footer .author-bio {
  padding: 30px;
  background: #e6e6e6;
}
body.single-contentinc_post .entry-footer .author-bio:after,
body.single-intelcontent_post .entry-footer .author-bio:after {
  content: '';
  display: table;
  clear: both;
}
body.single-contentinc_post .entry-footer .author-bio .gravatar,
body.single-intelcontent_post .entry-footer .author-bio .gravatar {
  position: relative;
  float: left;
  width: 20%;
  margin: 0;
}
body.single-contentinc_post .entry-footer .author-bio .gravatar img,
body.single-intelcontent_post .entry-footer .author-bio .gravatar img {
  width: 100%;
}
body.single-contentinc_post .entry-footer .author-bio .gravatar .gravatar_overlay,
body.single-intelcontent_post .entry-footer .author-bio .gravatar .gravatar_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.single-contentinc_post .entry-footer .author-bio .bio-info,
body.single-intelcontent_post .entry-footer .author-bio .bio-info {
  float: left;
  width: 75%;
  margin-left: 5%;
}
body.single-contentinc_post .entry-footer .author-bio .bio-info p,
body.single-intelcontent_post .entry-footer .author-bio .bio-info p {
  line-height: 1.5;
}
body.single-contentinc_post .entry-footer .author-bio .bio-info p + p,
body.single-intelcontent_post .entry-footer .author-bio .bio-info p + p {
  margin-top: 26px;
  margin-top: 1.625rem;
}
body.single-contentinc_post .entry-footer .author-bio .author-title,
body.single-intelcontent_post .entry-footer .author-bio .author-title {
  margin-bottom: .5em;
}
@media (max-width: 480px) {
  body.single-contentinc_post .entry-footer .author-bio .gravatar,
  body.single-intelcontent_post .entry-footer .author-bio .gravatar {
    float: none;
    width: auto;
    max-width: 198px;
    margin: 0 auto 1em;
  }
  body.single-contentinc_post .entry-footer .author-bio .bio-info,
  body.single-intelcontent_post .entry-footer .author-bio .bio-info {
    width: 100%;
    margin-left: 0;
  }
}
body.single-contentinc_post .entry-footer .post-navigation,
body.single-intelcontent_post .entry-footer .post-navigation {
  margin-top: 2em;
  padding: 0;
}
body.single-contentinc_post .entry-footer .post-navigation:after,
body.single-intelcontent_post .entry-footer .post-navigation:after {
  content: '';
  display: table;
  clear: both;
}
body.single-contentinc_post .entry-footer .post-navigation .nav-next,
body.single-intelcontent_post .entry-footer .post-navigation .nav-next {
  float: left;
  width: 45%;
}
body.single-contentinc_post .entry-footer .post-navigation .nav-previous,
body.single-intelcontent_post .entry-footer .post-navigation .nav-previous {
  float: right;
  width: 45%;
}
body.single-contentinc_post .entry-footer .post-navigation .section-title,
body.single-intelcontent_post .entry-footer .post-navigation .section-title {
  margin-bottom: .5em;
  text-transform: uppercase;
}
body.single-contentinc_post .entry-footer .post-navigation .entry-title,
body.single-contentinc_post .entry-footer .post-navigation .entry-title a,
body.single-intelcontent_post .entry-footer .post-navigation .entry-title,
body.single-intelcontent_post .entry-footer .post-navigation .entry-title a {
  margin-top: .5em;
  font-family: 'SSP-Regular';
  font-weight: normal;
  font-size: 24px;
  line-height: 1.25;
}
@media (max-width: 400px) {
  body.single-contentinc_post .entry-footer .post-navigation .nav-next,
  body.single-contentinc_post .entry-footer .post-navigation .nav-previous,
  body.single-intelcontent_post .entry-footer .post-navigation .nav-next,
  body.single-intelcontent_post .entry-footer .post-navigation .nav-previous {
    float: none;
    width: 100%;
  }
}
body.single-contentinc_post .entry-footer #disqus_thread,
body.single-intelcontent_post .entry-footer #disqus_thread {
  margin-top: 2em;
}

/* Content Inc. specific styles */
body.silo-contentinc #logo {
  width: 400px;
  max-width: 100%;
  height: 72px;
  background-image: url("images/contentinc/ContentInc-logo.jpg");
  background-size: 100%;
}

/* Intelligent Content specific styles */
body.silo-intelcontent #logo {
  width: 274px;
  max-width: 100%;
  height: 102px;
  background-image: url("images/intelcontent/IntelligentContent-logo.jpg");
  background-size: 100%;
}

/* Widgets */
.widget .cmi-join-widget {
  padding: 15px;
  color: #fff;
  background: #f28c20;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f28c20 0%, #ff6600 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28c20', endColorstr='#ff6600',GradientType=0 );
  /* IE6-9 */
}
.widget .cmi-join-widget header {
  text-align: center;
}
.widget .cmi-join-widget header h3 {
  margin: 0 0 20px;
  color: #fff;
  font-family: 'SSP-Light', sans-serif;
  font-weight: 100;
  font-size: 30px;
}
.widget .cmi-join-widget header p {
  font-size: 15px;
  line-height: 1.75;
}
.widget .cmi-join-widget form {
  box-sizing: border-box;
  margin-top: 15px;
}
.widget .cmi-join-widget form input {
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 0;
}
.widget .cmi-join-widget form input[type=text],
.widget .cmi-join-widget form input[type=email],
.widget .cmi-join-widget form input[type=tel] {
  margin-bottom: 5px;
  font-size: 12px;
  border: none;
  box-shadow: none;
}
.widget .cmi-join-widget form input[type=submit] {
  font-size: 15px;
  font-weight: normal;
  background: #aa3b29;
  -webkit-appearance: none;
}

/* Featured Authors Widget */
.widget .cmi-featured-author {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.widget .cmi-featured-author:after {
  content: '';
  display: table;
  clear: both;
}
.widget .cmi-featured-author:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget .cmi-featured-author .gravatar {
  position: relative;
  float: left;
  margin: 0 15px 15px 0;
}
.widget .cmi-featured-author .gravatar img {
  width: 92px;
}
.widget .cmi-featured-author .gravatar .gravatar_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.widget .cmi-featured-author .featured-author-title {
  margin-bottom: .25em;
  font-family: 'SSP-Regular';
  font-size: 24px;
  font-weight: normal;
}
.widget .cmi-featured-author .latest-posts a {
  color: #555;
  font-size: 14px;
  line-height: normal;
}

/*
 * Media Queries
 */
@media only screen and (max-width: 1000px) {
  body {
    padding: 0px;
  }

  #wrap {
    padding: 0px;
  }

  #inner {
    /*overflow: hidden;*/
  }

  #content,
  .content-sidebar #content,
  body.home #content {
    float: none;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
  }

  #sidebar {
    /*width: auto;*/
  }

  .header-right {
    top: 0px;
    right: 0px;
  }

  .full-width-content #content {
    float: none;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }

  #wrap #sidebar {
    width: 90%;
  }

  #sidebar {
    float: none;
    margin: 0 auto;
  }

  #socialbox-7 {
    width: 70%;
    margin: 0 auto;
  }

  .widget, .widget_text {
    margin: 0 auto;
    width: 90%;
  }

  .widget .widgettitle {
    margin: 0 auto;
    text-align: center;
  }

  #text-41 .textwidget {
    width: 300px;
    margin: 0 auto;
  }

  #footer .widget-wrap {
    width: 100%;
  }

  #footer .widget .widgettitle {
    text-align: left;
  }

  .bottomcontainerBox {
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
  }

  .avatar_img {
    position: relative;
    top: 0px;
    left: 0px;
  }

  .post-meta {
    margin-left: 0px;
  }

  #header_main {
    width: 100%;
    position: relative;
    height: auto;
  }

  .menu-main-menu-container div {
    width: 100%;
  }

  .our-benefactors .widget-wrap, .bottom-social .widget-wrap, #footer-menus, .header-ads {
    width: 90%;
  }

  .page-template-page_blog_archive-php #content {
    width: 90%;
  }

  .page-template-page_blog_page-php #content {
    width: 90%;
  }

  .bottom-social #icons {
    width: 100%;
    vertical-align: 0px;
    margin-left: 0px;
  }

  #adrotate_widgets-2 {
    width: 100%;
  }

  #featured {
    display: none;
  }

  /*
   * Main Navigation
   */
  #header .menu-primary {
    float: none;
    width: 100%;
    text-align: center;
  }
  #header .menu-primary li {
    display: inline-block;
    float: none !important;
    margin: 2px;
  }
}
@media only screen and (max-width: 960px) {
  #logo {
    margin: 0px auto;
  }

  #menu-main-menu {
    background: #EDEDED;
  }

  .header-right {
    position: inherit;
    top: 0px;
    right: 0px;
    clear: both;
    width: 280px;
    margin: 0px auto;
  }

  .header-right img {
    float: left;
  }

  .menu-main-menu-container {
    height: auto;
    margin: 0px auto;
    float: left;
    width: 100%;
  }

  ul#menu-post-top {
    margin-left: 10%;
  }

  .menu-main-menu-container form {
    position: inherit;
    right: 0px;
    top: 0px;
    margin: 0px auto;
  }

  .widget.socialbox {
    padding: 0 5px 0 20px;
  }

  #featured {
    clear: both;
    margin: 0px auto;
  }

  .menu-post-top-container {
    position: inherit;
    float: left;
    top: 0px;
    right: 0px;
    width: auto;
    margin: 0px auto;
    padding-bottom: 20px;
  }

  #socialbox {
    width: 100%;
  }

  .header-ads a img {
    padding: 20px 0px;
  }
}
/*
@media only screen and ( min-width: 1170px ) {
		div.sharedaddy.ezfirst .sd-content li{ float:none;}

	div.sharedaddy.ezfirst h3, #content div.sharedaddy.ezfirst h3, #main div.sharedaddy.ezfirst h3, #primary div.sharedaddy.ezfirst  h3 { display:none;}

	div.sharedaddy.ezfirst  div.sd-block{border:none;}

	div.sharedaddy.ezfirst, #content div.sharedaddy.ezfirst, #main div.sharedaddy.ezfirst{
		position: absolute;
		top: 550px;
		left: 5px;
		background: none;
		border: none;
	}

	div.sharedaddy.ezfirst  a.sd-button{ width:90px; padding: 5px 0;}

	div.sharedaddy.ezfirst  ul, div.sharedaddy.ezfirst  li{position:relative;margin-bottom: 10px;}

	div.sharedaddy.ezfirst .sd-button span.share-count{
		padding: 5px;
		background: white;
		border: 1px solid black;
		position: absolute;
		top: 3px;
		left: 95px;
		-webkit-border-radius: 5px 1px 9px 5px;
		-moz-border-radius: 5px 1px 9px 5px;
		border-radius: 5px 1px 9px 5px;
	}
}
*/
@media only screen and (max-width: 835px) {
  .top-bar .menu-silos-container .menu li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 3px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("images/logo-icons.png") no-repeat;
    background-size: 90px;
  }
  .top-bar .menu-silos-container .menu li.silo-contentinc a {
    background-position: -30px 0;
  }
  .top-bar .menu-silos-container .menu li.silo-intelcontent a {
    background-position: -60px 0;
  }

  body.silo-cmi .top-bar .menu-silos-container .menu li.silo-cmi a {
    background-position: 0 -30px;
  }

  body.silo-contentinc .top-bar .menu-silos-container .menu li.silo-contentinc a {
    background-position: -30px -30px;
  }

  body.silo-intelcontent .top-bar .menu-silos-container .menu li.silo-intelcontent a {
    background-position: -60px -30px;
  }
}
@media only screen and (max-width: 768px) {
  #author_box .author_img {
    width: 80%;
    position: inherit;
  }

  #author_box h2 {
    margin: 0 0 0 5px;
  }

  #author_box p {
    margin: 0 0 0 5px;
  }
}
@media only screen and (max-width: 560px) {
  #header .search-form {
    display: none;
  }

  body.admin-bar {
    margin-top: -46px;
  }

  #header {
    padding-top: 40px;
  }

  #wpadminbar {
    display: none;
  }

  .top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .5s;
    z-index: 999;
  }
  .top-bar .menu-primary-toggle {
    display: block;
    float: right;
    margin: 0;
    padding: 1em;
    background: none;
    color: #fff;
  }

  /*
   * Main Navigation
   */
  .menu-main-menu-container {
    display: none;
  }

  #cmi-mobile-nav {
    display: block;
  }

  body.main-nav-open #cmi-mobile-nav {
    right: 0;
  }
  body.main-nav-open #wrap {
    left: -230px;
  }
  body.main-nav-open .top-bar {
    left: -230px;
  }
  body.main-nav-open #cmi-mobile-nav-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  body.main-nav-open .at-share-dock-outer {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .menu-main-menu-container form {
    position: inherit;
    right: 0px;
    top: 0px;
  }

  #featured h1 {
    font-size: 3em;
  }

  .menu-post-top-container {
    float: none;
  }

  .bottomwp {
    float: none;
    width: 100%;
  }

  .topwp {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 440px) {
  .top-bar .menu li {
    padding: 0 5px;
  }
  .top-bar .menu li .hide-small {
    display: none;
  }
}
@media only screen and (max-width: 300px) {
  div#socialbox ul li p span:nth-child(3) {
    display: none;
  }
}
