/*
Theme Name: 'Heddels'
Theme URI: http://www.heddels.com
Description: ' Custom Theme By flip9'
Author: 'Brandon Bolin'
Author URI: 'http://flip-9.com'
Version: 1.3
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea,
input:focus,
textarea:focus,
button,
button:focus {
  outline: 0 !important;
}
/*********************************************************************** END RESET */
h1 {
  font-size: 30px;
  margin-bottom: 30px;
}
h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}
h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
h4 {
  font-size: 15px;
  margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.2;
}
p,
main ul,
main ol {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 20px;
  font-weight: 400;
}
a {
  color: #1e3c78;
  text-decoration: none;
}
strong,
.strong,
.bold,
bold {
  font-weight: bold;
  line-height: 1;
}
em,
.em,
i {
  font-style: italic;
}
nav a {
  color: #000;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  margin: 0 auto;
}
.clear {
  clear: both;
}
.text-center {
  text-align: center;
}
.full_width {
  width: 100%;
  clear: both;
}
.sidebar_width {
  width: 28.94230769%;
}
.mid_width {
  width: calc(100% - 312px);
}
.half {
  width: 49%;
}
.image_replace {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  display: inline-block;
  background-repeat: no-repeat;
}
body {
  font-family: 'Crimson Text', Gotham, helvetica, arial, sans-serif;
  font-weight: lighter;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main_header nav a,
footer nav a,
#main_nav a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Archivo Narrow', helvetica, sans-serif;
}
#main_website {
  width: calc(100% - 60px);
  padding: 0 45px;
  max-width: 1040px;
  margin: 178px auto 30px auto;
  position: relative;
  overflow: hidden;
  background: #fff;
  clear: both;
}
.nav_fix {
  overflow: hidden;
  position: relative;
}
.social_media li {
  cursor: pointer;
  position: relative;
}
.social_media a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.social_media .fa-soundcloud {
  width: 28px !important;
}
.social_media .fa-vimeo {
  width: 21px !important;
}
.social_media .fa-facebook {
  width: 14px !important;
}
.social_media .fa-facebook:hover {
  color: #3b5998 !important;
}
.social_media .fa-twitter:hover {
  color: #00aced !important;
}
.social_media .fa-instagram:hover {
  color: #125688 !important;
}
.social_media .fa-tumblr:hover {
  color: #32506d !important;
}
.social_media .fa-google-plus:hover {
  color: #dd4b39 !important;
}
.social_media .fa-rss:hover {
  color: #ff9900 !important;
}
.social_media .fa-vimeo:hover {
  color: #1ab7ea !important;
}
.social_media .fa-youtube:hover {
  color: #e52d27 !important;
}
.social_media .fa-soundcloud:hover {
  color: #ff3a00 !important;
}
.border {
  border: 1px solid #e1e1e1;
  padding: 20px;
}
.title_container {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  overflow: hidden;
  display: block;
  padding-bottom: 5px;
  position: relative;
}
.title_container h2,
.title_container h4 {
  margin-bottom: 0;
  text-transform: capitalize;
}
.title_container h4 {
  color: #797B7D;
  font-size: 18px;
  position: absolute;
  bottom: 7px;
  right: 0;
}
/*********************************************************************** HEADER */
.header_wrapper {
  width: 100%;
  position: absolute;
}
#main_header {
  padding-top: 42px;
  position: relative;
  background: #fff;
  z-index: 400;
  padding: 30px 0 0;
  box-sizing: border-box;
  max-width: 1040px;
  margin: 0 auto -80px auto;
}
#main_header .search {
  float: left;
  display: inline-block;
  position: relative;
  width: 26.92307692%;
}
#main_header .search .search_icon {
  width: 27px;
  height: 27px;
  position: absolute;
  z-index: 1000;
  top: 7px;
  left: 9px;
  font-size: 1.6em !important;
}
#main_header .search input {
  width: 100%;
  height: 40px;
  border: 1px solid #b7b7b7;
  color: #b7b7b7;
  font-weight: 400;
  font-size: 14px;
  box-sizing: border-box;
  padding-left: 53px;
  position: relative;
  display: block;
}
#main_header .search input:hover,
#main_header .search input:focus {
  border: 1px solid #000;
}
#main_header nav {
  clear: both;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 40px;
}
#main_header nav div ul > li {
  padding: 10px 0 10px 9px;
  display: inline-block;
  position: relative;
  font-size: 18px;
}
#main_header nav div ul > li a {
  color: #000;
  position: relative;
}
#main_header nav div ul > li a:hover {
  color: #1e3c78;
}
#main_header nav div ul > li:first-child {
  padding-left: 0;
}
#main_header nav div ul > li:first-child:before {
  display: none;
}
#main_header nav div ul > li:before {
  content: " ";
  margin-right: 13px;
  width: 1px;
  height: 17px;
  background: #b7b7b7;
  display: inline-block;
  margin-bottom: -3px;
}
#main_header nav div ul > li:hover ul {
  display: block;
}
#main_header nav div ul ul {
  position: absolute;
  margin-top: 10px;
  left: 0;
  background: #fff;
  border: 1px solid #b7b7b7;
  width: 200px;
  display: none;
}
#main_header nav div ul ul li {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #b7b7b7;
  padding: 9px 15px;
  text-align: left;
}
#main_header nav div ul ul li:before {
  display: none;
}
#main_header nav div ul ul li:last-child {
  border-bottom: 0;
}
#main_header nav div ul ul li:first-child {
  padding-left: 15px;
}
#main_header nav .other_sections {
  cursor: pointer;
}
#main_header .toggle_slide_nav {
  cursor: pointer;
  position: relative;
  display: inline-block;
  border: none;
  float: right;
  background: #fff;
  padding: 0;
  margin: 0;
  font-size: 0px;
  width: 40px;
  height: 40px;
}
#main_header .toggle_slide_nav .toggle_slide_nav_tooltip {
  display: none;
  color: #b7b7b7;
  border: 1px solid #b7b7b7;
  font-size: 14px;
  padding: 12px 10px 10px 10px;
  top: 1px;
  position: absolute;
  background: #fff;
  left: -210px;
}
#main_header .toggle_slide_nav .toggle_slide_nav_tooltip:after,
#main_header .toggle_slide_nav .toggle_slide_nav_tooltip:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#main_header .toggle_slide_nav .toggle_slide_nav_tooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 8px;
  margin-top: -8px;
}
#main_header .toggle_slide_nav .toggle_slide_nav_tooltip:before {
  border-color: rgba(183, 183, 183, 0);
  border-left-color: #b7b7b7;
  border-width: 9px;
  margin-top: -9px;
}
#main_header .what_happened_to_rawr {
  clear: both;
  color: grey;
  display: block;
  font-size: 12px;
  margin-bottom: -21px;
  margin-top: 9px;
  text-align: center;
  font-weight: 400;
}
#main_header .what_happened_to_rawr a {
  color: #a6a6a6;
}
.main_logo {
  width: 186px;
  height: 39px;
  margin: 0 auto;
}
.main_logo span {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  display: inline-block;
  background-repeat: no-repeat;
}
.main_logo a {
  display: block;
  height: 100%;
  overflow: hidden;
}
.main_logo svg {
  width: 100%;
}
.lines {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  background: black;
}
.lines:before,
.lines:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  content: "";
}
.lines:before {
  top: -10px;
}
.lines:after {
  bottom: -11px;
}
/* NEW icon next to menu item */
.new > a::after {
  color: red;
  content: "new";
  font-size: 11px;
  text-transform: uppercase;
  top: -10px;
  position: relative;
}
/*********************************************************************** STICKY HEADER + MAIN SLIDING NAV */
.header_wrapper.fixed_header {
  position: fixed;
  background: #fff;
  z-index: 400;
  top: 0;
  padding-bottom: 1px;
  max-width: 1040px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
.header_wrapper.fixed_header #main_header {
  border-bottom: 1px solid #000;
  padding-top: 0;
  width: 100%;
}
.header_wrapper.fixed_header #main_header .what_happened_to_rawr {
  display: none;
}
.header_wrapper.fixed_header #main_header .search {
  width: 30px;
  height: 40px;
  font-size: 0.9em;
}
.header_wrapper.fixed_header #main_header .search .search_icon {
  width: 21px;
  height: 25px;
  background-size: contain;
  cursor: pointer;
  left: 0;
}
.header_wrapper.fixed_header #main_header .search input {
  position: absolute;
  top: 42px;
  display: none;
  padding-left: 16px;
  width: 280px;
}
.header_wrapper.fixed_header #main_header .main_logo {
  width: 96px;
  margin-top: 3px;
}
.header_wrapper.fixed_header #main_header nav {
  display: none;
}
.header_wrapper.fixed_header #main_header .toggle_slide_nav {
  width: 35px;
  height: 35px;
}
.header_wrapper.fixed_header #main_header .toggle_slide_nav .lines:before {
  top: -9px;
}
.header_wrapper.fixed_header #main_header .toggle_slide_nav .lines:after {
  bottom: -9px;
}
#main_nav.fixed_header .toggle_slide_nav_close {
  top: 0;
}
/*********************************************************************** MAIN SLIDING NAV */
#main_nav {
  position: absolute;
  top: 0;
  right: 0px;
  width: 85%;
  float: right;
  transition: 0.6s transform ease;
  transform: translateX(100%);
  z-index: 1000;
}
#main_nav .toggle_slide_nav_close {
  cursor: pointer;
  position: absolute;
  display: none;
  border: none;
  float: right;
  background: #fff;
  padding: 0;
  margin: 0;
  font-size: 0px;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  border: 5px solid #fff;
  left: -40px;
  top: 37px;
}
#main_nav .toggle_slide_nav_close span:before {
  transition-property: top, transform;
  top: 0;
  transform: rotate(45deg);
}
#main_nav .toggle_slide_nav_close span:after {
  transition-property: bottom, transform;
  bottom: 0;
  transform: rotate(-45deg);
}
#main_nav .toggle_slide_nav_close span {
  background: #fff;
}
#main_nav nav a {
  color: #000;
}
#main_nav nav a:hover {
  color: #576e9b;
}
#main_nav nav li {
  margin-bottom: 15px;
  font-size: 14px;
}
#main_nav .main_nav_block {
  background: #fff;
  width: 245px;
  box-sizing: border-box;
  float: left;
  padding: 53px 28px 28px 28px;
  min-height: 100vh;
  height: 100vh;
  overflow-x: hidden;
}
#main_nav .main_nav_block .main_logo {
  width: 120px;
  margin-bottom: 30px;
}
#main_nav .main_nav_block li {
  margin-bottom: 27px;
  font-size: 14px;
  list-style: none;
}
#main_nav .main_nav_block li a:hover {
  font-weight: bold;
}
#main_nav .main_nav_block li.more_items a,
#main_nav .main_nav_block li.more {
  color: #797B7D !important;
  cursor: pointer;
}
#main_nav .main_nav_block li.more_items {
  display: none;
}
#main_nav .main_nav_block li ul {
  background: #E3E3E3;
  margin: 10px -28px 0;
  padding: 10px 30px;
}
#main_nav .main_nav_block li ul li:last-child {
  margin-bottom: 0px;
}
#main_nav .main_nav_block li span {
  margin-left: 5px;
  color: #929396;
}
#main_nav .main_nav_block .social_media {
  margin-bottom: 40px;
}
#main_nav .main_nav_block .social_media ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#main_nav .main_nav_block .social_media .fa-large {
  font-size: 1.533em;
}
#main_nav .main_nav_block .social_media li {
  font-size: 1.133em;
  display: inline-block;
  width: 22px;
  height: 20px;
  padding-top: 3px;
  overflow: hidden;
  margin: 0 7px;
  margin-bottom: 2px;
  color: #929396;
}
#main_nav .main_nav_block .social_media li a {
  color: #929396;
}
#main_nav .main_nav_block .social_media li a:hover {
  color: #1e3c78;
}
#main_nav .main_nav_block .social_media .text {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  display: inline-block;
  background-repeat: no-repeat;
}
#main_nav .main_nav_block nav:after {
  display: block;
  width: 20px;
  height: 2px;
  background: #000;
  content: " ";
  margin-bottom: 30px;
}
#main_nav .main_nav_block nav:last-child:after {
  display: none;
}
body.x,
body.overlay_active {
  overflow: hidden !important;
}
#main_nav.x {
  transition: 0.6s transform ease;
  transform: translateX(100%) translateX(-244px);
}
#main_nav.x .toggle_slide_nav_close span {
  top: 47%;
}
.overlay.x {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 500;
  cursor: e-resize;
}
#main_nav.open_side_content_wrap {
  transform: translate(0%);
}
.side_content_wrap {
  width: calc(100% - 245px);
  min-height: 100vh;
  display: inline-block;
  overflow: hidden;
  background: white;
  padding: 40px 30px 40px 30px;
  box-sizing: border-box;
}
.side_content_wrap .mid_sidebar_ad {
  display: block;
  width: 468px;
  height: 60px;
  margin-bottom: 30px;
}
.side_content_wrap section article > h2 {
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  padding: 0 60px 20px;
  margin: 0 auto 60px auto;
  position: relative;
}
.side_content_wrap section article > h2:after {
  width: 75%;
  height: 4px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
  content: "";
}
.side_content_wrap section article > .intro {
  font-size: 14px;
  font-weight: 400;
}
.side_content_wrap .fa-spinner {
  display: block;
  width: 100%;
  text-align: center;
  margin: 250px auto 0 auto;
}
.side_content_wrap #ajax_post_content {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 75vh;
  padding-bottom: 10px;
  margin-top: 25px;
  margin-bottom: 20px;
  height: auto;
}
#ajax_more .fa-spinner {
  display: block;
  width: 100%;
  text-align: center;
  margin: 250px auto 0 auto;
  clear: both;
}
/*********************************************************************** AJAX PAGES */
/*********************************************************************** Brands */
.page_brands-2 main nav,
#ajax_post_content nav {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}
.page_dictionary main #ajax_wrapper nav,
#ajax_post_content nav {
  column-count: 3;
}
.page_dictionary main #ajax_wrapper nav li,
#ajax_post_content nav li {
  list-style: none;
}
.page_dictionary main #ajax_wrapper nav li.heading,
#ajax_post_content nav li.heading {
  font-weight: bold;
  margin-top: 40px;
}
.page_dictionary main #ajax_wrapper nav li.heading:first-child,
#ajax_post_content nav li.heading:first-child {
  margin-top: 0;
}
.page_dictionary main #ajax_wrapper #term_filter,
#ajax_post_content #term_filter {
  cursor: pointer;
  text-align: center;
  margin-bottom: 60px;
}
.page_dictionary main #ajax_wrapper #term_filter li,
#ajax_post_content #term_filter li {
  display: inline-block;
  min-width: 20px;
  text-align: center;
}
.page_dictionary main #ajax_wrapper #term_filter .active,
#ajax_post_content #term_filter .active {
  font-weight: bold;
}
.page_dictionary main #ajax_wrapper #ajax_wrapper,
#ajax_post_content #ajax_wrapper {
  margin-bottom: 35px;
}
.page_brands-2 main li,
.page_dictionary main li,
#ajax_post_content li {
  margin-bottom: 10px;
}
/*********************************************************************** MAIN CONTENT AREA */
.page main .article img {
  max-width: 100%;
}
main {
  clear: both;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
main #header_banner_ad {
  display: block;
  margin: 0 auto;
}
main #header_banner_ad > div {
  text-align: center;
  margin: 0 auto;
}
main .large_post_column {
  width: calc(100% - 312px);
}
main .slider_content p {
  margin-bottom: 15px;
}
main #header_banner_ad,
main #slider,
main .article,
main .leaderboard {
  margin-bottom: 30px;
}
main .leaderboard > div > div {
  margin: 0 auto !important;
  display: block !important;
}
main .article {
  overflow: hidden;
  clear: both;
}
main .article ul li,
main .article ol li {
  line-height: 2.1;
}
main .article .wp-caption,
main .article img {
  max-width: 100%;
}
main .article img {
  height: auto;
  display: block;
}
main .article .wp-caption {
  position: relative;
  margin-bottom: 30px;
}
main .article .wp-caption p {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0px;
  color: white;
  font-style: italic;
  left: 0;
  margin-bottom: 0;
  padding: 4px 15px;
  box-sizing: border-box;
  font-size: 16px;
  width: 100%;
}
main .article h5,
main .article h6 {
  margin-bottom: 10px;
  font-size: 15px;
  color: #626362;
}
main .article h6 {
  font-size: 13px;
}
main .article ul ul {
  margin-bottom: 0;
}
main .article ul ul li {
  list-style-type: circle;
}
main .article ul li {
  list-style-type: disc;
  margin-left: 19px;
}
main .article ol li {
  list-style-type: decimal;
  margin-left: 21px;
}
main .article ol ol {
  margin-bottom: 0;
}
main .article ol ol li {
  list-style-type: lower-alpha;
}
main .article blockquote {
  margin-left: 30px;
  padding-left: 10px;
  border-left: 1px solid #000;
  font-style: italic;
}
main .article .wp-caption-text {
  font-weight: lighter;
}
main .article a:hover {
  color: #576e9b;
}
main .article .article_title a {
  color: #000;
}
main .article .article_title a:hover {
  color: #576e9b;
}
main .article .article_excerpt {
  width: 47.75280899%;
  margin-left: 2.80898876%;
  font-size: 12px;
}
main .article .article_excerpt h2 {
  margin-bottom: 10px;
}
main .article .article_excerpt p {
  margin-bottom: 10px;
  clear: both;
}
main .article .article_excerpt span {
  margin-bottom: 5px;
  display: inline-block;
  margin-right: 7px;
}
main .article .article_excerpt span:last-child {
  margin-right: 0;
}
main .article .article_excerpt .mashsb-container {
  margin-right: 0 !important;
}
main .article .publish_date {
  color: #797B7D;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}
main .article .the_author {
  display: inline-block;
}
main .article .comment_number {
  color: #797B7D;
  display: block;
}
main .article .post_meta {
  font-family: 'Archivo Narrow', helvetica, sans-serif;
  color: #797B7D;
  overflow-x: hidden;
}
main .article .post_meta br {
  clear: both;
}
main .article .post_meta a,
main .article .post_meta a span {
  color: #797B7D;
}
main .article .post_meta a:hover,
main .article .post_meta a span:hover {
  color: #1e3c78;
}
main .article .post_meta .post_category {
  text-transform: uppercase;
}
main .article .post_meta .post_category a {
  color: #797B7D;
}
main .article .post_meta .post_category a:hover {
  color: #1e3c78;
}
main .article .post_meta > span {
  float: left;
  margin-right: 4px;
}
main .article:hover .read_more {
  transition: 0.6s ease all;
  opacity: 1;
  margin-left: 0;
}
main .article .mashsb-container {
  width: 100%;
  padding-bottom: 10px;
}
main .read_more {
  font-weight: 300;
  display: inline-block;
  color: #231f20;
  opacity: 0;
  transition: 0.6s ease all;
  font-size: 14px;
  margin-left: -10px;
  position: relative;
}
main .read_more span {
  margin-left: 7px;
  float: right !important;
  font-size: 14px;
  margin-bottom: 0;
  position: absolute;
  top: 1px;
  right: -13px;
}
main .mid_width_article img {
  max-width: 48.03370787%;
}
main .full_width_article {
  width: 100%;
}
main .full_width_article .article_excerpt {
  margin-left: 0;
  width: 100%;
}
main .leaderboard {
  clear: both;
}
main .leaderboard > div {
  margin: 0 auto;
}
main .crop {
  width: 100%;
  height: 260px;
  overflow: hidden;
  margin-bottom: 22px;
  position: relative;
}
main .crop img {
  width: 100%;
  position: absolute;
}
main #ajax_more {
  min-height: 950px;
}
main #pagination a {
  background: #d7d7d7 none repeat scroll 0 0;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 35px 0 30px;
  text-align: center;
  display: block;
}
main .article .article_tags {
  font-family: 'Archivo Narrow', helvetica, sans-serif;
  margin-bottom: 15px;
}
main .article .article_tags a {
  font-size: 14px !important;
  font-weight: lighter !important;
  color: #797B7D;
}
main .article .article_tags a:hover {
  color: #1e3c78;
}
main .article .article_brands {
  margin-bottom: 30px;
  overflow: hidden;
}
main .article .article_brands ul {
  list-style: none;
}
main .article .article_brands li {
  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
main .article .article_brands li > a {
  position: relative;
  display: block;
  color: #000;
  font-weight: bold;
  width: 75px;
  height: 75px;
  border: 2px solid #e1e1e1;
  border-radius: 100%;
  overflow: hidden;
}
main .article .article_brands li > a:hover {
  color: #1e3c78;
}
main .article .article_brands li img {
  display: block;
  image-rendering: -webkit-optimize-contrast;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 10px;
  box-sizing: border-box;
}
main .pagination {
  text-align: center;
  margin-bottom: 26px;
  font-family: 'Archivo Narrow', helvetica, sans-serif;
  font-size: 25px;
}
main .pagination a {
  color: #000;
  border: 1px solid #e1e1e1;
  padding: 10px 30px;
}
main .pagination a:hover {
  color: #576e9b;
}
main .pagination .current,
main .pagination .next,
main .pagination .prev {
  font-weight: bold;
}
main .dictionary ul {
  clear: both;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
#medianet_ad {
  margin-bottom: 30px;
}
.page-template-brand-custom-template main .article.mid_width_article img {
  max-width: 48.03370787%;
}
/*********************************************************************** HOME SLIDER */
article#ajax_wrapper {
  margin-top: 18px;
}
#slider {
  overflow: hidden;
  max-height: 811px;
  margin-bottom: 0 !important;
}
#slider h2 a {
  color: #000;
}
#slider h2 a:hover {
  color: #576e9b;
}
#slider > .video_wrapper iframe {
  display: block;
}
#slider > .video_wrapper .subscribe_to_youtube {
  display: block;
  padding: 7px 7px;
  font-family: 'Archivo Narrow', helvetica, sans-serif;
  font-weight: lighter;
  background: #fff;
  border: 1px solid #EAEAEA;
  border-top: none;
  font-size: 14px;
  color: #000;
}
#slider > .video_wrapper .subscribe_to_youtube:hover {
  color: #576e9b;
}
#slider > .video_wrapper .subscribe_to_youtube .fa-youtube-play {
  margin-right: 10px;
  color: #e52d27;
}
#slider .slide {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
#slider .slide > a {
  display: block;
  overflow: hidden;
}
#slider .slide h2 {
  margin-bottom: 0px;
}
#slider .slide .read_more {
  position: relative;
  bottom: 0;
  left: 0;
  opacity: 1;
  color: #576e9b;
  margin-left: 0;
}
#slider .slider_pagination {
  position: absolute;
  right: 0;
  top: 706px;
  z-index: 500;
  overflow: hidden;
  text-align: right;
  margin-top: -6px;
}
#slider .slider_pagination:first-child {
  width: 28.94230769%;
}
#slider .slider_pagination span {
  width: 10px;
  height: 10px;
  background-color: #d7d7d7;
  display: inline-block;
  margin-left: 4px;
  text-indent: 100%;
}
#slider .slider_pagination span.cycle-pager-active {
  background-color: #1e3c78;
}
#slider #next,
#slider #prev {
  width: 30px;
  height: 50px;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  top: 39%;
  z-index: 1000;
  cursor: pointer;
  background-size: contain !important;
}
#slider #next {
  background: url('img/arrow-right.png') no-repeat;
  right: 0;
}
#slider #prev {
  background: url('img/arrow-left.png') no-repeat;
  left: 0;
}
#slider img {
  width: 100%;
  height: auto;
}
.home #slider h2 {
  margin-top: 20px;
}
.single #slider {
  max-height: 724px;
}
.single #slider #next,
.single #slider #prev {
  top: 42%;
}
.single #slider .slide {
  position: relative;
}
.single #slider .slider_pagination {
  margin-top: -10px;
  top: auto;
}
.single #slider p {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0px;
  color: white;
  font-style: italic;
  left: 0;
  margin-bottom: 0;
  padding: 6px 15px;
  position: absolute;
  font-size: 16px;
  width: 100%;
}
.single .slider-container {
  overflow: hidden;
}
.single .additional_content + .slider_pagination {
  margin-top: -15px;
}
.single .slider_pagination {
  z-index: 500;
  overflow: hidden;
  text-align: right;
  margin-top: 5px;
}
.single .slider_pagination:first-child {
  width: 28.94230769%;
}
.single .slider_pagination span {
  width: 10px;
  height: 10px;
  background-color: #d7d7d7;
  display: inline-block;
  margin-left: 4px;
  text-indent: 100%;
}
.single .slider_pagination span.cycle-pager-active {
  background-color: #1e3c78;
}
.single .article #slider {
  margin-bottom: 20px !important;
}
.single .article #slider #next,
.single .article #slider #prev {
  top: 38%;
}
.single .article #slider .slider_pagination {
  top: auto !important;
  margin-top: -10px;
}
/* 2018 Hero CSS */
.front-page-hero {
  margin-bottom: 30px;
  overflow: hidden;
}
.front-page-hero .row {
  margin-bottom: 20px;
  overflow: hidden;
  clear: both;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.front-page-hero .row > * {
  border: 1px solid #e1e1e1;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  overflow: hidden;
}
.front-page-hero .row > *:hover h2 {
  color: #576e9b;
}
.front-page-hero .row > *:first-child {
  margin-left: 0;
  box-sizing: border-box;
}
.front-page-hero .row > *:last-child {
  margin-right: 0;
}
.front-page-hero .row .quarter {
  width: 23%;
}
.front-page-hero .category {
  padding-top: 10px;
  border-top: 1px solid #000;
  text-transform: uppercase;
  display: inline-block;
  width: 150px;
  text-align: center;
  bottom: 15px;
  margin-bottom: 0;
}
.front-page-hero .category a:hover {
  color: #576e9b;
}
.front-page-hero .style-1 {
  text-align: center;
  color: #fff;
  height: 370px;
  overflow: hidden;
}
.front-page-hero .style-1 a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.front-page-hero .style-1 .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.42);
  text-align: center;
}
.front-page-hero .style-1 .overlay > a {
  text-indent: 150%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 100;
}
.front-page-hero .style-1:hover h2 {
  color: #576e9b;
}
.front-page-hero .style-1 h2 {
  position: absolute;
  bottom: 30%;
  left: 0;
  right: 0;
  font-size: 35px;
  padding: 0 15px;
}
.front-page-hero .style-1 .category {
  position: absolute;
  margin: 0 auto;
  border-color: #fff;
  left: 0;
  right: 0;
  z-index: 101;
}
.front-page-hero .style-1 img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.front-page-hero .style-2 {
  text-align: center;
}
.front-page-hero .style-2 a {
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
}
.front-page-hero .style-2 > a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-indent: 150%;
  overflow: hidden;
  white-space: nowrap;
}
.front-page-hero .style-2 h3 {
  font-size: 20px;
  padding: 0 20px;
}
.front-page-hero .style-2 .category {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.front-page-hero .style-2 .image_wrapper {
  margin-bottom: 25px;
  overflow: hidden;
  height: 160px;
}
.front-page-hero .style-2 .image_wrapper img {
  object-position: 50% 50%;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.front-page-hero .style-3 > a:first-child {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  z-index: 100;
}
.front-page-hero .style-3 a {
  color: #000;
}
.front-page-hero .style-3 .image_wrapper {
  float: left;
  width: 45%;
  overflow: hidden;
  height: 153px;
}
.front-page-hero .style-3 .image_wrapper img {
  object-position: 50% 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.front-page-hero .style-3 .content_wrapper {
  float: left;
  width: 55%;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
.front-page-hero .style-3 .content_wrapper .category {
  position: absolute;
  text-align: left;
  z-index: 101;
}
@media screen and (max-width: 825px) {
  .front-page-hero .style-2 h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .front-page-hero .row {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .front-page-hero .row > * {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
  }
  .front-page-hero .row > * .image_wrapper {
    height: 50vw;
  }
  .front-page-hero .row > * img {
    width: 100%;
  }
  .front-page-hero .row > * .category {
    position: relative;
    text-align: center;
    margin-top: 23px;
  }
  .front-page-hero .row .style-1 .category {
    position: absolute;
  }
}
/*********************************************************************** ALL AD BLOCKS */
.home main aside {
  margin-top: 0;
}
main .first_ad_chiclet_block {
  column-count: 2;
  width: 100%;
  float: left;
  margin: 0px 0px 20px;
  overflow-x: hidden;
}
main .square_ad_chicklet {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  display: block;
  height: 125px;
  margin-bottom: 12px;
  padding: 4px;
  width: 125px;
}
main aside.right,
main #sidebar {
  margin-bottom: 30px;
  max-width: 300px;
  width: 100%;
  box-sizing: border-box;
}
main aside.right .widget,
main #sidebar .widget {
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  padding: 10px 10px 15px 10px;
  margin-bottom: 30px;
  clear: both;
  overflow: hidden;
  width: 100%;
  background: #fff;
}
main aside.right .widget p,
main #sidebar .widget p,
main aside.right .widget a,
main #sidebar .widget a {
  line-height: 1.1;
  font-size: 15px;
}
main aside.right .widget a:last-child,
main #sidebar .widget a:last-child {
  display: inline-block;
}
main aside.right .widget img,
main #sidebar .widget img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
main aside.right .widget #mc_embed_signup,
main #sidebar .widget #mc_embed_signup {
  margin-top: 20px;
}
main aside.right .widget .bold_link,
main #sidebar .widget .bold_link {
  margin-bottom: 0;
}
main aside.right .widget a:hover,
main #sidebar .widget a:hover {
  color: #576e9b;
}
main aside.right .widget .hide,
main #sidebar .widget .hide {
  display: none;
}
main aside.right .widget p,
main #sidebar .widget p,
main aside.right .widget ul,
main #sidebar .widget ul,
main aside.right .widget ol,
main #sidebar .widget ol {
  margin-bottom: 10px;
}
main aside.right .widget ul li,
main #sidebar .widget ul li {
  margin-bottom: 3px;
}
main aside.right .widget.brands-directory nav ul,
main #sidebar .widget.brands-directory nav ul {
  column-count: 2;
}
main aside.right .widget.getting_started nav ul,
main #sidebar .widget.getting_started nav ul {
  font-weight: bold;
  margin-left: 16px;
}
main aside.right .widget.getting_started nav ul li,
main #sidebar .widget.getting_started nav ul li {
  list-style-type: disc;
}
main aside.right .second_ad_square,
main #sidebar .second_ad_square {
  width: 300px;
  display: inline-block;
  margin-bottom: 30px;
}
main aside.right .aside_tower,
main #sidebar .aside_tower {
  display: inline-block;
  margin-bottom: 30px;
}
main aside.right #mc_embed_signup *,
main #sidebar #mc_embed_signup * {
  box-sizing: border-box;
}
main aside.right #mc_embed_signup .mc-field-group,
main #sidebar #mc_embed_signup .mc-field-group {
  float: left;
  border-left: 2px solid black;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-right: none;
  height: 45px;
  width: Calc(100% - 50px);
}
main aside.right #mc_embed_signup .mc-field-group input,
main #sidebar #mc_embed_signup .mc-field-group input {
  font-size: 13px;
  border: none;
  width: 100%;
  height: 100%;
  padding-left: 10px;
}
main aside.right #mc_embed_signup .mc-field-group input:focus,
main #sidebar #mc_embed_signup .mc-field-group input:focus {
  outline: none;
}
main aside.right #mc_embed_signup #mc-embedded-subscribe,
main #sidebar #mc_embed_signup #mc-embedded-subscribe {
  height: 45px;
  border-right: 2px solid black;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-left: 1px solid black;
  width: 40px;
  background: #fff;
  cursor: pointer;
}
main .bold_link {
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid transparent;
}
main .bold_link:hover {
  border-bottom: 1px solid #1e3c78;
}
/*********************************************************************** USER IS LOGGED IN */
body.logged-in .header_wrapper.fixed_header {
  margin-top: 32px;
}
/*********************************************************************** FOOTER LAYOUT */
footer {
  background: #000;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  z-index: 101;
  position: relative;
}
footer .wrapper {
  width: 100%;
  padding: 0 30px;
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
footer .more_posts {
  background: #fff;
  padding: 0 0 60px 0;
}
footer .more_posts h1 {
  padding-bottom: 25px;
  border-bottom: 2px solid #000;
  display: block;
  margin-bottom: 25px;
}
footer .more_posts section li {
  margin-bottom: 30px;
  overflow: hidden;
}
footer .more_posts section li img {
  width: 30%;
  height: auto;
  float: left;
}
footer .more_posts section li .article_excerpt {
  width: 60%;
  float: right;
  overflow: hidden;
}
footer .more_posts section li .article_excerpt a {
  color: #000 !important;
}
footer .more_posts section li .article_excerpt a:hover {
  color: #1e3c78 !important;
}
footer .more_posts section li .article_excerpt h3 {
  margin-bottom: 5px;
}
footer .more_posts section li .article_excerpt span {
  color: #797B7D;
  font-size: 13px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
footer .more_posts section li .article_excerpt span:last-child {
  margin-right: 0;
}
footer #main_footer {
  color: #fff;
  margin: 50px 0;
}
footer #main_footer nav {
  margin: 55px 0;
  display: inline-block;
  float: left;
  width: 100%;
}
footer #main_footer nav #menu-footer-left-linkset {
  -webkit-column-count: 5;
  -webkit-column-gap: 30px;
  -moz-column-count: 5;
  -moz-column-gap: 30px;
  -o-column-count: 5;
  -o-column-gap: 30px;
  column-count: 5;
  column-gap: 30px;
}
footer #main_footer nav li {
  font-size: 17px;
  margin-bottom: 6px;
  width: 100%;
}
footer #main_footer nav li a {
  color: #fff;
}
footer #main_footer nav li.menu-item-has-children {
  font-weight: bold;
  display: inline-block;
}
footer #main_footer nav li.menu-item-has-children ul {
  margin: 10px 0 20px;
  font-weight: 100;
}
footer #main_footer nav li.menu-item-has-children ul a:hover {
  font-style: italic;
}
footer #main_footer nav li.menu-item-has-children:nth-child(4n+1) {
  margin-left: 0;
  clear: both;
}
footer #main_footer .social_media {
  display: inline-block;
  float: right;
}
footer #main_footer .social_media li {
  display: inline-block;
  width: 19px;
  height: 20px;
  overflow: hidden;
  float: left;
  margin-left: 9px;
  margin-bottom: 0;
  padding-top: 3px;
}
footer #main_footer .social_media li:first-child {
  margin-left: 0;
}
footer #main_footer .social_media li a {
  color: #929396;
}
footer #main_footer .social_media li a:hover {
  color: #1e3c78;
}
footer #main_footer .social_media .text {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  display: inline-block;
  background-repeat: no-repeat;
}
footer #main_footer h3 {
  color: #fff;
  display: inline-block;
  float: left;
  margin-right: 30px;
  margin-bottom: 0;
}
footer #main_footer p {
  position: relative;
  display: inline-block;
  margin-top: 4px;
}
footer #main_footer .mailchimp_wrapper {
  width: calc(100% - 210px);
  display: inline-block;
  float: left;
  clear: both;
}
footer #main_footer .mailchimp_section {
  float: left;
  width: 100%;
  display: block;
}
footer #main_footer .mailchimp_section p {
  padding-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 100;
}
footer #main_footer .mailchimp_section * {
  float: left;
  display: inline-block;
}
footer #main_footer #mc_embed_signup {
  width: 100%;
  display: block;
  float: right;
}
footer #main_footer #mc_embed_signup .mc-field-group {
  display: inline-block;
  float: left;
  width: calc(100% - 83px);
  box-sizing: border-box;
}
footer #main_footer #mc_embed_signup .mc-field-group input {
  -webkit-appearance: none;
  border-radius: 0px;
  font-size: 17px;
  font-weight: 300;
  width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  height: 50px;
  border: none;
}
footer #main_footer #mc_embed_signup #mc-embedded-subscribe {
  -webkit-appearance: none;
  border-radius: 0px;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  width: 50px;
  font-size: 24px;
  font-weight: 700;
  background: #797B7D;
  border: none;
  outline: none;
  color: #1e3c78;
  height: 50px;
  text-align: center;
  cursor: pointer;
  background: #fff;
  margin-left: 1px;
  font-size: 41px;
  color: #000;
}
footer #main_footer #mc_embed_signup #mc-embedded-subscribe span {
  margin-top: -3px;
}
footer #main_footer #mc_embed_signup #mc-embedded-subscribe:hover {
  color: #1e3c78;
}
footer #main_footer .main_logo {
  display: inline-block;
  float: left;
}
footer #main_footer .main_logo svg {
  color: #fff;
  fill: #fff;
}
footer #main_footer .copyright {
  font-weight: bold;
  font-size: 17px;
  display: inline-block;
  float: right;
  margin: 0 30px 0 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
/*********************************************************************** SINGLE POST LAYOUT */
.single #slider .slide.first {
  display: block;
}
.single #slider .slide {
  height: auto;
  display: none;
}
.single #slider .slide img {
  width: 100%;
  height: auto;
  display: block;
}
.single main .article .article_title {
  margin-bottom: 10px;
  font-size: 34px;
}
.single main .article img {
  max-width: 100%;
}
.single main .article a {
  font-weight: bold;
  line-height: 1;
}
.single aside.first_ad_chiclet_block {
  margin-top: 0;
}
.single #footer_banner_ad {
  clear: both;
  text-align: center;
}
.single #footer_banner_ad > div {
  margin: 0 auto !important;
}
.single #footer_banner_ad > div > div {
  margin: 0 auto !important;
  display: block !important;
}
.single .post_meta a {
  font-weight: 300 !important;
}
.category_title {
  font-size: 35px;
}
.category_title a {
  color: #000;
}
/*********************************************************************** RELATED POSTS */
.related_posts {
  margin: 30px -10px;
  overflow-x: hidden;
}
.related_posts > h3 {
  margin-left: 1.6%;
}
.related_posts .related_posts_container {
  display: flex;
  flex-wrap: wrap;
}
.related_posts .related_post {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 46%;
  margin: 0px 1.6% 30px 1.6%;
  overflow-x: hidden;
}
.related_posts .related_post img {
  width: 100%;
  height: auto;
  margin-bottom: 0 !important;
}
.related_posts .related_post a {
  color: #000;
  font-size: 18px;
  display: block;
  position: relative;
}
.related_posts .related_post a:hover {
  color: #1e3c78;
}
.related_posts .related_post h4 {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px !important;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.related_posts .related_post:hover {
  font-style: italic;
}
/*********************************************************************** NEW BRAND TAXONOMY ARCHIVE */
.template_page-brands .letter_wrapper {
  overflow: hidden;
  border-bottom: 1px solid #000;
  margin: 25px 0px;
}
.template_page-brands .letter_wrapper:first-child {
  border-top: 1px solid #000;
}
.template_page-brands .letter_wrapper ul {
  column-count: 3;
  width: 82%;
  float: right;
}
.template_page-brands .letter_wrapper ul li {
  list-style: none;
  font-family: 'Archivo Narrow', helvetica, sans-serif;
}
.template_page-brands .letter_wrapper ul li a {
  color: #000;
}
.template_page-brands .letter_wrapper ul li a:hover {
  color: #576e9b;
}
.template_page-brands .letter_category {
  font-size: 3.5em;
  margin-bottom: 25px;
  color: #1e3c78;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Archivo Narrow', helvetica, sans-serif;
}
/*********************************************************************** OTHER SECITONS OVERLAY */
#other_sections {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  height: 100vh;
  display: none;
  overflow: scroll;
}
#other_sections .close_other_sections {
  color: #fff;
  cursor: pointer;
}
#other_sections .wrapper {
  width: 100%;
  padding: 0 30px;
  max-width: 1040px;
  margin: 94px auto;
  position: relative;
  overflow: hidden;
}
#other_sections .wrapper h2 {
  clear: both;
  text-align: center;
  color: #fff;
  font-size: 36px;
  width: 60%;
  margin: 0 auto 22px;
  overflow: hidden;
}
#other_sections .wrapper section:before {
  content: "";
  display: inline-block;
  width: 40%;
  height: 4px;
  background: #1e3c78;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
  position: relative;
  left: 0;
  right: 0;
}
#other_sections .wrapper section {
  overflow: hidden;
}
#other_sections .wrapper li {
  width: 49%;
  display: inline-block;
  float: left;
  margin-bottom: 0px;
  min-height: 115px;
}
#other_sections .wrapper li div {
  display: inline-block;
  width: 71%;
}
#other_sections .wrapper li a {
  color: #fff;
}
#other_sections .wrapper li img {
  width: 23.5%;
  height: auto;
  margin-top: 3px;
}
/*********************************************************************** SHARE BUTTONS */
.mashsb-container,
.mash_toggle {
  padding-bottom: 10px;
  font-family: 'Archivo Narrow', helvetica, sans-serif;
}
#mash_container {
  width: 50%;
}
#mash_container.hidden {
  display: none;
}
.mash_toggle {
  padding: 13px;
  background: #c5c5c5;
  color: #fff;
  display: inline-block;
}
.mashsb-buttons a .text {
  display: inline-block;
  padding-top: 2px;
}
.home .mashsb-container,
.archive .mashsb-container,
footer .mashsb-container {
  margin: 0 8px 0 0;
}
.home .mashsb-container .mashsb-buttons,
.archive .mashsb-container .mashsb-buttons,
footer .mashsb-container .mashsb-buttons {
  display: none;
}
.home .mashsb-container .mashsb-count *,
.archive .mashsb-container .mashsb-count *,
footer .mashsb-container .mashsb-count * {
  float: left;
  display: inline-block;
}
.home .mashsb-container .counts,
.archive .mashsb-container .counts,
footer .mashsb-container .counts {
  margin-right: 5px;
  text-transform: lowercase;
}
.home .mashsb-container,
.archive .mashsb-container,
footer .mashsb-container,
.home .comment_number,
.archive .comment_number,
footer .comment_number {
  display: inline-block;
  float: left;
  width: auto;
}
footer .mashsb-container {
  padding: 0;
}
footer .mashsb-container .mashsb-count {
  color: #797B7D !important;
  border: none !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  margin: 0 7px 0 0 !important;
  text-transform: lowercase !important;
  font-family: inherit !important;
}
footer .mashsb-container .mashsb-sharetext {
  font-family: inherit !important;
}
/*********************************************************************** AUTHOR FILTER */
.author_info {
  margin-bottom: 60px;
  overflow: hidden;
  float: left;
}
.author_info .left {
  width: 150px;
}
.author_info .left img {
  border-radius: 150px;
  border: 1px solid #e1e1e1;
  padding: 4px;
}
.author_info .right {
  width: calc(100% - 180px);
}
/*********************************************************************** Sidebar Towers */
.sidebar_towers_wrapper {
  width: 100%;
  overflow: hidden;
  position: absolute;
  height: 1500px;
}
.sidebar_towers {
  width: 1700px;
  height: 1000px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -850px;
  margin-top: 458px;
}
.sidebar_towers.fixed_sidebar {
  margin-top: 0;
  position: fixed;
  bottom: 0;
  top: auto;
}
.sidebar_towers > div {
  width: 300px;
  height: 1000px;
  background: #fff;
  position: relative;
  z-index: 1000;
}
/*********************************************************************** Videos */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*********************************************************************** Sales tempate */
#sales-template #sales_iframe {
  width: 100%;
}
/*********************************************************************** ADS */
.slide_out_leaderboard div {
  margin: 0 auto;
}
/*********************************************************************** WPCurve */
/* WP Curve - Peter - #93667 */
main .article ul li,
main .article ol li {
  line-height: 1.25;
  margin-bottom: 15px;
}
main .article ol li {
  margin-left: 24px;
}
/* WP Curve - Peter - #93667 - end */
/*********************************************************************** Evergreen Funnels */
.related_posts.evergreen_funnels {
  border: 1px solid #e1e1e1;
  margin: 30px 0 26px 0;
  padding: 20px 20px 0;
}
.related_posts.evergreen_funnels h3 {
  margin: 0 0 10px 0;
}
.related_posts.evergreen_funnels .related_post {
  margin: 0 0 30px;
  width: 48.3%;
}
.related_posts.evergreen_funnels .related_post:last-child {
  float: right;
}
/*********************************************************************** SC Gallery */
.postid-63177 .sc-gallery {
  overflow: hidden;
}
.postid-63177 .sc-gallery li {
  display: inline-block;
  margin: 0px 1%;
  width: 23%;
}
.postid-63177 .sc-gallery li img {
  width: 100%;
  height: auto;
  display: inline-block;
}
/*********************************************************************** Mobile Mailing Button */
.mobile_mailing_list {
  display: none;
  background: #000;
  color: #fff !important;
  padding: 4px 8px 5px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.mobile_mailing_list a {
  color: #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 80%;
}
/*********************************************************************** Brand Taxonomy */
.tax-brand header > .left {
  width: calc(100% - 120px);
}
.tax-brand header .right.related_niches {
  width: 110px;
  position: relative;
  overflow: visible;
}
.tax-brand header .right.related_niches .open_niches {
  position: absolute;
  bottom: 15px;
  display: block;
  text-align: center;
  z-index: 500;
  left: 15px;
  width: 100%;
  cursor: pointer;
}
.tax-brand header .right.related_niches .open_niches:hover {
  color: #1e3c78;
}
.tax-brand header .right.related_niches .related_niches_container {
  transition: 1s ease all;
  max-height: 330px;
  z-index: 500;
  background: #fff;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.tax-brand header .right.related_niches .related_niches_container .hidden_niche {
  max-height: 0;
  opacity: 0;
  transition: 1s ease all;
  overflow: hidden;
}
.tax-brand header .right.related_niches .related_niches_container.slideOpen {
  transition: 1s ease all;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  max-height: 750px;
}
.tax-brand header .right.related_niches .related_niches_container.slideOpen .hidden_niche {
  opacity: 1;
  max-height: 750px;
  transition: 1s ease all;
}
.tax-brand header .right.related_niches ul {
  display: block;
  width: auto;
  transition: 1s ease all;
  background: #fff;
  padding-left: 0px;
  padding: 0px 0px 0px 30px;
}
.tax-brand header .right.related_niches li {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.tax-brand header .right.related_niches li div {
  border-radius: 100%;
  border: 1px solid #e1e1e1;
  width: 65px;
  height: 65px;
  overflow: hidden;
  margin: 0 auto 4px auto;
}
.tax-brand header .right.related_niches li div img {
  max-width: 100%;
  height: auto;
}
.tax-brand header .right.related_niches li h4 {
  font-size: 19px;
  color: #000;
}
.tax-brand header .right.related_niches li:hover h4 {
  color: #1e3c78 !important;
}
.tax-brand .category_title {
  font-size: 50px;
}
.tax-brand .brand_logo {
  width: 175px;
  height: 175px;
  border: 1px solid #e1e1e1;
  position: relative;
  border-radius: 100%;
  background: #fff;
  margin: 0 auto 100px auto;
  transition: 1s ease all;
  overflow: hidden;
}
.tax-brand .brand_logo img {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
}
.tax-brand .brand_meta {
  overflow: hidden;
  margin-bottom: 30px;
  font-family: 'Archivo Narrow', helvetica, sans-serif;
}
.tax-brand .brand_meta strong {
  width: 140px;
  display: inline-block;
}
.tax-brand .brand_meta ul {
  list-style: none;
  margin: 8px 0 0 0px;
  line-height: 22px;
}
.tax-brand .brand_meta a {
  color: #000;
}
.tax-brand .brand_meta a:hover {
  color: #1e3c78;
}
.tax-brand .large_post_column h2 {
  font-size: 40px;
}
.tax-brand #brand-background .article_title {
  margin-bottom: 10px;
}
.tax-brand #brand-background img {
  margin-bottom: 13px;
}
.tax-brand #brand-similar-brands ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tax-brand #brand-similar-brands li {
  list-style: none;
  display: inline-block;
  margin: 7px;
  text-align: center;
  width: 18.1%;
}
.tax-brand #brand-similar-brands li:nth-child(n+5) {
  height: 0px;
  opacity: 0;
  transition: 0.6s ease all;
}
.tax-brand #brand-similar-brands li img {
  border: 1px solid #000;
  border-radius: 100%;
  padding: 3px;
  margin-bottom: 10px;
}
.tax-brand #brand-similar-brands li h4 {
  font-size: 26px;
  color: #000;
  line-height: 1;
}
.tax-brand #brand-similar-brands.open li {
  height: auto;
  opacity: 1;
  transition: 0.6s ease all;
}
.tax-brand #brand-sidebar {
  max-width: 300px;
  width: 100%;
  position: absolute;
  font-family: 'Archivo Narrow', helvetica, sans-serif;
}
.tax-brand #brand-sidebar nav {
  margin-bottom: 40px;
}
.tax-brand #brand-sidebar nav a {
  border-top: 1px solid #e1e1e1;
  padding: 20px;
  font-size: 25px;
  display: block;
  font-weight: 100;
  transition: 0.5s ease all;
}
.tax-brand #brand-sidebar nav li:last-child a {
  border-bottom: 1px solid #e1e1e1;
}
.tax-brand #brand-sidebar #adblock300 {
  background: #E5E5E5;
  width: 300px;
  height: 250px;
  display: block;
}
.tax-brand .title_container {
  margin-bottom: 20px;
}
.tax-brand .fixed_sidebar {
  position: fixed;
  top: 111px;
}
.tax-brand .read_more_button {
  color: #000;
  font-size: 23px;
  border: 1px solid #e1e1e1;
  padding: 15px 35px;
  display: inline-block;
  font-family: 'Archivo Narrow', helvetica, sans-serif;
  cursor: pointer;
  margin-bottom: 30px;
}
.tax-brand .read_more_button:hover {
  color: #1e3c78;
}
/*********************************************************************** FAQS */
.post-type-archive #intro,
.archive #intro,
.post-type-archive aside,
.archive aside {
  margin-bottom: 30px;
}
.post-type-archive #intro,
.archive #intro {
  text-align: center;
  font-size: 16px;
}
.post-type-archive #intro h1,
.archive #intro h1,
.post-type-archive #intro h2,
.archive #intro h2 {
  margin-bottom: 10px;
}
.post-type-archive #intro h1,
.archive #intro h1 {
  font-size: 34px;
}
.post-type-archive aside h4,
.archive aside h4 {
  font-size: 18px;
}
.post-type-archive aside li,
.archive aside li {
  list-style: none;
}
.post-type-archive aside nav > ul > li,
.archive aside nav > ul > li {
  font-weight: bold;
}
.post-type-archive aside .children,
.archive aside .children {
  margin-left: 15px;
}
.post-type-archive aside a,
.archive aside a {
  color: #000;
}
.post-type-archive aside a:hover,
.archive aside a:hover {
  color: #1e3c78;
}
.post-type-archive article section,
.archive article section {
  margin-bottom: 30px;
}
.post-type-archive article li a,
.archive article li a {
  color: #000;
}
.post-type-archive article li a:hover,
.archive article li a:hover {
  color: #1e3c78;
}
.search_faq {
  margin-bottom: 30px;
}
.search_faq .orig {
  text-align: center !important;
}
.button_box {
  margin-bottom: 30px;
  padding: 30px;
  font-size: 21px;
  color: #000;
  text-decoration: none;
  clear: both;
  display: block;
  text-align: center;
  font-family: 'Archivo Narrow', helvetica, sans-serif;
  font-weight: 400 !important;
}
.tax-faq_tax_clothing .large_post_column article ol,
.tax-faq_tax_material .large_post_column article ol,
.tax-faq_tax_purpose .large_post_column article ol {
  margin-left: 24px;
  list-style: decimal;
}
.tax-faq_tax_clothing .large_post_column article li,
.tax-faq_tax_material .large_post_column article li,
.tax-faq_tax_purpose .large_post_column article li {
  padding-bottom: 10px;
}
.tax-faq_tax_clothing .button_box,
.tax-faq_tax_material .button_box,
.tax-faq_tax_purpose .button_box {
  padding: 15px;
}
.article .related_dictionary_terms_container li,
.article .related_faqs_container li {
  list-style: none;
  margin-left: 0;
}
.related_dictionary_terms_container {
  margin: -30px 0 30px 0;
}
.tax-faq_tax main article ol {
  list-style: decimal;
  margin-left: 28px;
}
.tax-faq_tax main article ol li a {
  color: #000;
}
.tax-faq_tax main article ol li a:hover {
  color: #1e3c78;
}
.single-faqs .button_box {
  padding: 15px;
}
.single-faqs article .content {
  padding-left: 45px;
  position: relative;
}
.single-faqs article .content:before {
  content: "A:";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 34px;
  font-weight: bold;
  font-family: 'Archivo Narrow', helvetica, sans-serif;
  padding-left: 1px;
}
.single-faqs article .related_faqs_container {
  border-top: 1px solid #e1e1e1;
  padding: 27px 0 0 0;
}
.single-faqs article .related_posts {
  border: 1px solid #e1e1e1;
  padding-top: 27px;
  margin-bottom: 54px;
}
.post-type-archive-faqs .title_container h4 {
  font-size: 12.6px;
}
.post-type-archive-faqs aside a {
  text-transform: capitalize;
}
.post-type-archive-faqs .large_post_column ul {
  list-style: disc;
  margin-left: 20px;
}
@media screen and (max-width: 1040px) {
  .sidebar_towers_wrapper {
    display: none;
  }
}
@media screen and (max-width: 910px) {
  .header_wrapper.fixed_header #main_header .main_logo {
    margin: 0 auto;
    float: none;
    cursor: pointer !important;
  }
  .fixed_header .header_nav {
    display: none;
  }
  #main_nav {
    width: 94%;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 22px;
  }
  .article_excerpt p:last-child,
  .slider_content p:last-child {
    margin-bottom: 0;
  }
  .mid_width,
  main .full_width_article {
    width: 100%;
  }
  main .large_post_column,
  main .slider_content {
    width: 100%;
  }
  .home #slider {
    display: none;
  }
  .first_ad_chiclet_block {
    margin: 0 auto !important;
  }
  main aside .first_ad_chiclet_block {
    clear: both;
    padding-bottom: 10px;
  }
  main .second_ad_square {
    clear: both;
    float: none;
    margin: 0 auto 30px auto;
    display: block;
  }
  #main_website {
    width: 100%;
    padding: 0;
  }
  main {
    margin: 30px 45px 0 45px;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  main .article .article_excerpt {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0px;
  }
  main .article .article_excerpt .publish_date,
  main .article .article_excerpt .post_meta {
    font-size: 13px;
  }
  main .mid_width_article img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  main .crop {
    overflow: hidden;
    height: none;
  }
  main aside.right {
    float: none !important;
    margin: 0 auto 30px auto;
  }
  main .pagination {
    font-size: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
  }
  main .pagination a {
    background: #000;
    color: #fff;
  }
  footer #main_footer nav #menu-footer-left-linkset {
    -webkit-column-count: 4;
    -webkit-column-gap: 30px;
    -moz-column-count: 4;
    -moz-column-gap: 30px;
    -o-column-count: 4;
    -o-column-gap: 30px;
    column-count: 4;
    column-gap: 30px;
  }
  #main_website {
    margin: 40px auto 30px;
  }
  #main_header {
    border-bottom: 1px solid #000;
    padding-top: 0;
  }
  #main_header .what_happened_to_rawr {
    display: none;
  }
  #main_header .header_nav {
    display: none;
  }
  #main_header .main_logo {
    width: 110px;
    height: 31px;
    padding-top: 2px;
  }
  #main_header .toggle_slide_nav {
    width: 35px;
    height: 35px;
  }
  #main_header .toggle_slide_nav .lines:after {
    bottom: -9px;
  }
  #main_header .toggle_slide_nav .lines:before {
    top: -9px;
  }
  #main_header .search {
    width: 30px;
    height: 40px;
  }
  #main_header .search .search_icon {
    width: 21px;
    height: 25px;
    background-size: contain;
    cursor: pointer;
  }
  #main_header .search input {
    position: absolute;
    top: 40px;
    display: none;
    padding-left: 16px;
    width: 280px;
  }
  .mobile_mailing_list.mobile_open {
    display: block;
  }
  .tax-brand #brand-sidebar {
    position: relative !important;
    float: none;
    margin: 0 auto 35px auto;
  }
}
/*********************************************************************** 667 */
@media screen and (max-width: 667px) {
  footer .half {
    clear: both;
    width: 100%;
  }
  footer #main_footer {
    margin: 30px 0;
  }
  footer #main_footer nav {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  footer #main_footer nav #menu-footer-left-linkset {
    -webkit-column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-count: 3;
    -moz-column-gap: 30px;
    -o-column-count: 3;
    -o-column-gap: 30px;
    column-count: 3;
    column-gap: 30px;
  }
  footer #main_footer .mailchimp_section {
    width: 100%;
  }
  footer #main_footer .mailchimp_section p {
    margin-bottom: 10px;
  }
  footer #main_footer .mailchimp_wrapper {
    width: 100%;
  }
  footer #main_footer h3 {
    margin-bottom: 0;
  }
  footer #main_footer p {
    margin-top: 0;
  }
  footer #main_footer p:before {
    display: none;
  }
  footer #main_footer #mc_embed_signup {
    width: 100%;
    clear: both;
    margin-bottom: 30px;
  }
  footer #main_footer .main_logo {
    clear: both;
    float: left;
    width: 136px;
    height: 29px;
  }
  main article h1 {
    font-size: 25px;
  }
  main article h2 {
    font-size: 21px;
  }
  main article h3 {
    font-size: 19px;
  }
  #ajax_post_content h2 {
    text-align: left;
    padding: 0 0 20px 0;
    margin-bottom: 30px;
    font-size: 22px;
  }
  #ajax_post_content h2:after {
    right: auto;
  }
  .page_brands-2 main nav,
  #ajax_post_content nav {
    column-count: 2;
  }
  #main_nav.open_side_content_wrap {
    transform: translate(5%);
  }
  .author_info > * {
    clear: both;
    width: 100% !important;
  }
  .author_info > * img {
    margin: 0 auto 30px auto !important;
  }
  .author_info > * .left {
    text-align: center;
  }
}
/*********************************************************************** 600 */
@media screen and (max-width: 600px) {
  .side_content_wrap {
    width: 100%;
  }
}
/*********************************************************************** 450 */
@media screen and (max-width: 450px) {
  main {
    margin: 30px 0 0 0;
  }
  .wrapper {
    padding: 0 10px !important;
  }
  main {
    padding: 30px 10px 0 !important;
  }
  .related_posts h3,
  .related_posts.evergreen_funnels h3 {
    font-size: 22px;
    padding-left: 4px;
  }
  .related_posts .related_post,
  .related_posts.evergreen_funnels .related_post {
    width: 100%;
    clear: both;
  }
  .related_posts .related_post h4,
  .related_posts.evergreen_funnels .related_post h4 {
    padding-left: 4px;
    font-size: 18px;
  }
  .related_posts .related_post:nth-child(n+5),
  .related_posts.evergreen_funnels .related_post:nth-child(n+5) {
    display: none;
  }
  footer #main_footer nav #menu-footer-left-linkset {
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -o-column-count: 2;
    -o-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
  }
  footer #main_footer h1.main_logo {
    display: block;
    float: left;
    margin-bottom: 25px;
  }
  footer #main_footer .social_media {
    float: left;
    display: block;
    clear: both;
  }
  .mashsb-buttons a {
    min-width: 0 !important;
    width: 18px !important;
  }
  .mashsb-buttons a .text {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */