/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
/*
@font-face {
  font-family: 'opensans-regular';
  src: url('../fonts/opensans-regular.eot'); 
  src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/opensans-regular-clean.ttf')  format('truetype'), 
       url('../fonts/opensans-regular.otf')  format('opentype'), 
       url('../fonts/opensans-regular.svg#opensans-regular') format('svg'); 
}

@font-face {
  font-family: 'opensans-bold';
  src: url('../fonts/opensans-bold.eot'); 
  src: url('../fonts/opensans-bold.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/opensans-bold-clean.ttf')  format('truetype'), 
       url('../fonts/opensans-bold.otf')  format('opentype'), 
       url('../fonts/opensans-bold.svg#opensans-bold') format('svg'); 
}

@font-face {
  font-family: 'opensans-bolditalic';
  src: url('../fonts/opensans-bolditalic.eot'); 
  src: url('../fonts/opensans-bolditalic.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/opensans-bolditalic-clean.ttf')  format('truetype'), 
       url('../fonts/opensans-bolditalic.otf')  format('opentype'), 
       url('../fonts/opensans-bolditalic.svg#opensans-bolditalic') format('svg'); 
}

@font-face {
  font-family: 'opensans-extrabold';
  src: url('../fonts/opensans-extrabold.eot'); 
  src: url('../fonts/opensans-extrabold.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/opensans-extrabold-clean.ttf')  format('truetype'), 
       url('../fonts/opensans-extrabold.otf')  format('opentype'), 
       url('../fonts/opensans-extrabold.svg#opensans-extrabold') format('svg'); 
}

@font-face {
  font-family: 'opensans-extrabolditalic';
  src: url('../fonts/opensans-extrabolditalic.eot'); 
  src: url('../fonts/opensans-extrabolditalic.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/opensans-extrabolditalic-clean.ttf')  format('truetype'), 
       url('../fonts/opensans-extrabolditalic.otf')  format('opentype'), 
       url('../fonts/opensans-extrabolditalic.svg#opensans-extrabolditalic') format('svg'); 
}

@font-face {
  font-family: 'opensans-italic';
  src: url('../fonts/opensans-italic.eot'); 
  src: url('../fonts/opensans-italic.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/opensans-italic-clean.ttf')  format('truetype'), 
       url('../fonts/opensans-italic.otf')  format('opentype'), 
       url('../fonts/opensans-italic.svg#opensans-italic') format('svg'); 
}

@font-face {
  font-family: 'opensans-light';
  src: url('../fonts/opensans-light.eot'); 
  src: url('../fonts/opensans-light.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/opensans-light-clean.ttf')  format('truetype'), 
       url('../fonts/opensans-light.otf')  format('opentype'), 
       url('../fonts/opensans-light.svg#opensans-light') format('svg'); 
}

@font-face {
  font-family: 'opensans-lightitalic';
  src: url('../fonts/opensans-lightitalic.eot'); 
  src: url('../fonts/opensans-lightitalic.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/opensans-lightitalic-clean.ttf')  format('truetype'), 
       url('../fonts/opensans-lightitalic.otf')  format('opentype'), 
       url('../fonts/opensans-lightitalic.svg#opensans-lightitalic') format('svg'); 
}

@font-face {
  font-family: 'opensans-semibold';
  src: url('../fonts/opensans-semibold.eot'); 
  src: url('../fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/opensans-semibold-clean.ttf')  format('truetype'), 
       url('../fonts/opensans-semibold.otf')  format('opentype'), 
       url('../fonts/opensans-semibold.svg#opensans-semibold') format('svg'); 
}

@font-face {
  font-family: 'opensans-semibolditalic';
  src: url('../fonts/opensans-semibolditalic.eot'); 
  src: url('../fonts/opensans-semibolditalic.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/opensans-semibolditalic-clean.ttf')  format('truetype'), 
       url('../fonts/opensans-semibolditalic.otf')  format('opentype'), 
       url('../fonts/opensans-semibolditalic.svg#opensans-semibolditalic') format('svg'); 
}

*/
@font-face {
  font-family: 'notosans';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/notosans/notosans-regular.eot');
  src: url('../fonts/notosans/notosans-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/notosans/notosans-regular.woff2') format('woff2'), url('../fonts/notosans/notosans-regular.woff') format('woff'), url('../fonts/notosans/notosans-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'notosans';
  font-weight: bold;
  font-style: normal;
  src: url('../fonts/notosans/notosans-bold.eot');
  src: url('../fonts/notosans/notosans-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/notosans/notosans-bold.woff2') format('woff2'), url('../fonts/notosans/notosans-bold.woff') format('woff'), url('../fonts/notosans/notosans-bold.ttf') format('truetype');
}
@font-face {
  font-family: 'notosans';
  font-weight: bold;
  font-style: italic;
  src: url('../fonts/notosans/notosans-bolditalic.eot');
  src: url('../fonts/notosans/notosans-bolditalic.eot?#iefix') format('embedded-opentype'), url('../fonts/notosans/notosans-bolditalic.woff2') format('woff2'), url('../fonts/notosans/notosans-bolditalic.woff') format('woff'), url('../fonts/notosans/notosans-bolditalic.ttf') format('truetype');
}
@font-face {
  font-family: 'notosans';
  font-weight: normal;
  font-style: italic;
  src: url('../fonts/notosans/notosans-italic.eot');
  src: url('../fonts/notosans/notosans-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/notosans/notosans-italic.woff2') format('woff2'), url('../fonts/notosans/notosans-italic.woff') format('woff'), url('../fonts/notosans/notosans-italic.ttf') format('truetype');
}
@font-face {
  font-family: 'acumin-pro-wide-black-italic';
  src: url('../fonts/acumin/acumin-pro-wide-black-italic.eot');
  src: url('../fonts/acumin/acumin-pro-wide-black-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-wide-black-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-wide-black-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-wide-black';
  src: url('../fonts/acumin/acumin-pro-wide-black.eot');
  src: url('../fonts/acumin/acumin-pro-wide-black.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-wide-black.woff') format('woff'), url('../fonts/acumin/acumin-pro-wide-black.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-wide-bold-italic';
  src: url('../fonts/acumin/acumin-pro-wide-bold-italic.eot');
  src: url('../fonts/acumin/acumin-pro-wide-bold-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-wide-bold-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-wide-bold-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-wide-bold';
  src: url('../fonts/acumin/acumin-pro-wide-bold.eot');
  src: url('../fonts/acumin/acumin-pro-wide-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-wide-bold.woff') format('woff'), url('../fonts/acumin/acumin-pro-wide-bold.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-wide-book-italic';
  src: url('../fonts/acumin/acumin-pro-wide-book-italic.eot');
  src: url('../fonts/acumin/acumin-pro-wide-book-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-wide-book-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-wide-book-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-wide-book';
  src: url('../fonts/acumin/acumin-pro-wide-book.eot');
  src: url('../fonts/acumin/acumin-pro-wide-book.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-wide-book.woff') format('woff'), url('../fonts/acumin/acumin-pro-wide-book.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-wide-extralight-italic';
  src: url('../fonts/acumin/acumin-pro-wide-extralight-italic.eot');
  src: url('../fonts/acumin/acumin-pro-wide-extralight-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-wide-extralight-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-wide-extralight-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-wide-extralight';
  src: url('../fonts/acumin/acumin-pro-wide-extralight.eot');
  src: url('../fonts/acumin/acumin-pro-wide-extralight.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-wide-extralight.woff') format('woff'), url('../fonts/acumin/acumin-pro-wide-extralight.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-wide-light-italic';
  src: url('../fonts/acumin/acumin-pro-wide-light-italic.eot');
  src: url('../fonts/acumin/acumin-pro-wide-light-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-wide-light-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-wide-light-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-wide-light';
  src: url('../fonts/acumin/acumin-pro-wide-light.eot');
  src: url('../fonts/acumin/acumin-pro-wide-light.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-wide-light.woff') format('woff'), url('../fonts/acumin/acumin-pro-wide-light.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-wide-medium-italic';
  src: url('../fonts/acumin/acumin-pro-wide-medium-italic.eot');
  src: url('../fonts/acumin/acumin-pro-wide-medium-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-wide-medium-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-wide-medium-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-wide-medium';
  src: url('../fonts/acumin/acumin-pro-wide-medium.eot');
  src: url('../fonts/acumin/acumin-pro-wide-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-wide-medium.woff') format('woff'), url('../fonts/acumin/acumin-pro-wide-medium.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-wide-semibold-italic';
  src: url('../fonts/acumin/acumin-pro-wide-semibold-italic.eot');
  src: url('../fonts/acumin/acumin-pro-wide-semibold-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-wide-semibold-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-wide-semibold-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-wide-semibold';
  src: url('../fonts/acumin/acumin-pro-wide-semibold.eot');
  src: url('../fonts/acumin/acumin-pro-wide-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-wide-semibold.woff') format('woff'), url('../fonts/acumin/acumin-pro-wide-semibold.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-wide-thin-italic';
  src: url('../fonts/acumin/acumin-pro-wide-thin-italic.eot');
  src: url('../fonts/acumin/acumin-pro-wide-thin-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-wide-thin-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-wide-thin-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-wide-thin';
  src: url('../fonts/acumin/acumin-pro-wide-thin.eot');
  src: url('../fonts/acumin/acumin-pro-wide-thin.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-wide-thin.woff') format('woff'), url('../fonts/acumin/acumin-pro-wide-thin.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-wide-ultrablack-italic';
  src: url('../fonts/acumin/acumin-pro-wide-ultrablack-italic.eot');
  src: url('../fonts/acumin/acumin-pro-wide-ultrablack-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-wide-ultrablack-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-wide-ultrablack-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-wide-ultrablack';
  src: url('../fonts/acumin/acumin-pro-wide-ultrablack.eot');
  src: url('../fonts/acumin/acumin-pro-wide-ultrablack.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-wide-ultrablack.woff') format('woff'), url('../fonts/acumin/acumin-pro-wide-ultrablack.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-semicond-black-italic';
  src: url('../fonts/acumin/acumin-pro-semicond-black-italic.eot');
  src: url('../fonts/acumin/acumin-pro-semicond-black-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-semicond-black-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-semicond-black-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-semicond-black';
  src: url('../fonts/acumin/acumin-pro-semicond-black.eot');
  src: url('../fonts/acumin/acumin-pro-semicond-black.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-semicond-black.woff') format('woff'), url('../fonts/acumin/acumin-pro-semicond-black.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-semicond-bold-italic';
  src: url('../fonts/acumin/acumin-pro-semicond-bold-italic.eot');
  src: url('../fonts/acumin/acumin-pro-semicond-bold-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-semicond-bold-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-semicond-bold-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-semicond-bold';
  src: url('../fonts/acumin/acumin-pro-semicond-bold.eot');
  src: url('../fonts/acumin/acumin-pro-semicond-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-semicond-bold.woff') format('woff'), url('../fonts/acumin/acumin-pro-semicond-bold.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-semicond-book-italic';
  src: url('../fonts/acumin/acumin-pro-semicond-book-italic.eot');
  src: url('../fonts/acumin/acumin-pro-semicond-book-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-semicond-book-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-semicond-book-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-semicond-book';
  src: url('../fonts/acumin/acumin-pro-semicond-book.eot');
  src: url('../fonts/acumin/acumin-pro-semicond-book.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-semicond-book.woff') format('woff'), url('../fonts/acumin/acumin-pro-semicond-book.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-semicond-extralight-italic';
  src: url('../fonts/acumin/acumin-pro-semicond-extralight-italic.eot');
  src: url('../fonts/acumin/acumin-pro-semicond-extralight-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-semicond-extralight-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-semicond-extralight-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-semicond-extralight';
  src: url('../fonts/acumin/acumin-pro-semicond-extralight.eot');
  src: url('../fonts/acumin/acumin-pro-semicond-extralight.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-semicond-extralight.woff') format('woff'), url('../fonts/acumin/acumin-pro-semicond-extralight.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-semicond-light-italic';
  src: url('../fonts/acumin/acumin-pro-semicond-light-italic.eot');
  src: url('../fonts/acumin/acumin-pro-semicond-light-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-semicond-light-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-semicond-light-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-semicond-light';
  src: url('../fonts/acumin/acumin-pro-semicond-light.eot');
  src: url('../fonts/acumin/acumin-pro-semicond-light.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-semicond-light.woff') format('woff'), url('../fonts/acumin/acumin-pro-semicond-light.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-semicond-medium-italic';
  src: url('../fonts/acumin/acumin-pro-semicond-medium-italic.eot');
  src: url('../fonts/acumin/acumin-pro-semicond-medium-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-semicond-medium-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-semicond-medium-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-semicond-medium';
  src: url('../fonts/acumin/acumin-pro-semicond-medium.eot');
  src: url('../fonts/acumin/acumin-pro-semicond-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-semicond-medium.woff') format('woff'), url('../fonts/acumin/acumin-pro-semicond-medium.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-semicond-semibold-italic';
  src: url('../fonts/acumin/acumin-pro-semicond-semibold-italic.eot');
  src: url('../fonts/acumin/acumin-pro-semicond-semibold-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-semicond-semibold-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-semicond-semibold-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-semicond-semibold';
  src: url('../fonts/acumin/acumin-pro-semicond-semibold.eot');
  src: url('../fonts/acumin/acumin-pro-semicond-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-semicond-semibold.woff') format('woff'), url('../fonts/acumin/acumin-pro-semicond-semibold.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-semicond-thin-italic';
  src: url('../fonts/acumin/acumin-pro-semicond-thin-italic.eot');
  src: url('../fonts/acumin/acumin-pro-semicond-thin-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-semicond-thin-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-semicond-thin-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-semicond-thin';
  src: url('../fonts/acumin/acumin-pro-semicond-thin.eot');
  src: url('../fonts/acumin/acumin-pro-semicond-thin.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-semicond-thin.woff') format('woff'), url('../fonts/acumin/acumin-pro-semicond-thin.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-semicond-ultrablack-italic';
  src: url('../fonts/acumin/acumin-pro-semicond-ultrablack-italic.eot');
  src: url('../fonts/acumin/acumin-pro-semicond-ultrablack-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-semicond-ultrablack-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-semicond-ultrablack-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-semicond-ultrablack';
  src: url('../fonts/acumin/acumin-pro-semicond-ultrablack.eot');
  src: url('../fonts/acumin/acumin-pro-semicond-ultrablack.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-semicond-ultrablack.woff') format('woff'), url('../fonts/acumin/acumin-pro-semicond-ultrablack.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-extracond-black-italic';
  src: url('../fonts/acumin/acumin-pro-extracond-black-italic.eot');
  src: url('../fonts/acumin/acumin-pro-extracond-black-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-extracond-black-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-extracond-black-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-extracond-black';
  src: url('../fonts/acumin/acumin-pro-extracond-black.eot');
  src: url('../fonts/acumin/acumin-pro-extracond-black.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-extracond-black.woff') format('woff'), url('../fonts/acumin/acumin-pro-extracond-black.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-extracond-bold-italic';
  src: url('../fonts/acumin/acumin-pro-extracond-bold-italic.eot');
  src: url('../fonts/acumin/acumin-pro-extracond-bold-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-extracond-bold-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-extracond-bold-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-extracond-bold';
  src: url('../fonts/acumin/acumin-pro-extracond-bold.eot');
  src: url('../fonts/acumin/acumin-pro-extracond-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-extracond-bold.woff') format('woff'), url('../fonts/acumin/acumin-pro-extracond-bold.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-extracond-book-italic';
  src: url('../fonts/acumin/acumin-pro-extracond-book-italic.eot');
  src: url('../fonts/acumin/acumin-pro-extracond-book-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-extracond-book-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-extracond-book-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-extracond-book';
  src: url('../fonts/acumin/acumin-pro-extracond-book.eot');
  src: url('../fonts/acumin/acumin-pro-extracond-book.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-extracond-book.woff') format('woff'), url('../fonts/acumin/acumin-pro-extracond-book.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-extracond-extralight-italic';
  src: url('../fonts/acumin/acumin-pro-extracond-extralight-italic.eot');
  src: url('../fonts/acumin/acumin-pro-extracond-extralight-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-extracond-extralight-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-extracond-extralight-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-extracond-extralight';
  src: url('../fonts/acumin/acumin-pro-extracond-extralight.eot');
  src: url('../fonts/acumin/acumin-pro-extracond-extralight.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-extracond-extralight.woff') format('woff'), url('../fonts/acumin/acumin-pro-extracond-extralight.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-extracond-light-italic';
  src: url('../fonts/acumin/acumin-pro-extracond-light-italic.eot');
  src: url('../fonts/acumin/acumin-pro-extracond-light-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-extracond-light-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-extracond-light-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-extracond-light';
  src: url('../fonts/acumin/acumin-pro-extracond-light.eot');
  src: url('../fonts/acumin/acumin-pro-extracond-light.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-extracond-light.woff') format('woff'), url('../fonts/acumin/acumin-pro-extracond-light.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-extracond-medium-italic';
  src: url('../fonts/acumin/acumin-pro-extracond-medium-italic.eot');
  src: url('../fonts/acumin/acumin-pro-extracond-medium-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-extracond-medium-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-extracond-medium-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-extracond-medium';
  src: url('../fonts/acumin/acumin-pro-extracond-medium.eot');
  src: url('../fonts/acumin/acumin-pro-extracond-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-extracond-medium.woff') format('woff'), url('../fonts/acumin/acumin-pro-extracond-medium.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-extracond-semibold-italic';
  src: url('../fonts/acumin/acumin-pro-extracond-semibold-italic.eot');
  src: url('../fonts/acumin/acumin-pro-extracond-semibold-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-extracond-semibold-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-extracond-semibold-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-extracond-semibold';
  src: url('../fonts/acumin/acumin-pro-extracond-semibold.eot');
  src: url('../fonts/acumin/acumin-pro-extracond-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-extracond-semibold.woff') format('woff'), url('../fonts/acumin/acumin-pro-extracond-semibold.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-extracond-thin-italic';
  src: url('../fonts/acumin/acumin-pro-extracond-thin-italic.eot');
  src: url('../fonts/acumin/acumin-pro-extracond-thin-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-extracond-thin-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-extracond-thin-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-extracond-thin';
  src: url('../fonts/acumin/acumin-pro-extracond-thin.eot');
  src: url('../fonts/acumin/acumin-pro-extracond-thin.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-extracond-thin.woff') format('woff'), url('../fonts/acumin/acumin-pro-extracond-thin.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-extracond-ultrablack-italic';
  src: url('../fonts/acumin/acumin-pro-extracond-ultrablack-italic.eot');
  src: url('../fonts/acumin/acumin-pro-extracond-ultrablack-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-extracond-ultrablack-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-extracond-ultrablack-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-extracond-ultrablack';
  src: url('../fonts/acumin/acumin-pro-extracond-ultrablack.eot');
  src: url('../fonts/acumin/acumin-pro-extracond-ultrablack.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-extracond-ultrablack.woff') format('woff'), url('../fonts/acumin/acumin-pro-extracond-ultrablack.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-cond-black-italic';
  src: url('../fonts/acumin/acumin-pro-cond-black-italic.eot');
  src: url('../fonts/acumin/acumin-pro-cond-black-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-cond-black-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-cond-black-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-cond-black';
  src: url('../fonts/acumin/acumin-pro-cond-black.eot');
  src: url('../fonts/acumin/acumin-pro-cond-black.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-cond-black.woff') format('woff'), url('../fonts/acumin/acumin-pro-cond-black.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-cond-bold-italic';
  src: url('../fonts/acumin/acumin-pro-cond-bold-italic.eot');
  src: url('../fonts/acumin/acumin-pro-cond-bold-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-cond-bold-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-cond-bold-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-cond-bold';
  src: url('../fonts/acumin/acumin-pro-cond-bold.eot');
  src: url('../fonts/acumin/acumin-pro-cond-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-cond-bold.woff') format('woff'), url('../fonts/acumin/acumin-pro-cond-bold.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-cond-book-italic';
  src: url('../fonts/acumin/acumin-pro-cond-book-italic.eot');
  src: url('../fonts/acumin/acumin-pro-cond-book-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-cond-book-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-cond-book-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-cond-book';
  src: url('../fonts/acumin/acumin-pro-cond-book.eot');
  src: url('../fonts/acumin/acumin-pro-cond-book.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-cond-book.woff') format('woff'), url('../fonts/acumin/acumin-pro-cond-book.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-cond-extralight-italic';
  src: url('../fonts/acumin/acumin-pro-cond-extralight-italic.eot');
  src: url('../fonts/acumin/acumin-pro-cond-extralight-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-cond-extralight-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-cond-extralight-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-cond-extralight';
  src: url('../fonts/acumin/acumin-pro-cond-extralight.eot');
  src: url('../fonts/acumin/acumin-pro-cond-extralight.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-cond-extralight.woff') format('woff'), url('../fonts/acumin/acumin-pro-cond-extralight.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-cond-light-italic';
  src: url('../fonts/acumin/acumin-pro-cond-light-italic.eot');
  src: url('../fonts/acumin/acumin-pro-cond-light-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-cond-light-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-cond-light-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-cond-light';
  src: url('../fonts/acumin/acumin-pro-cond-light.eot');
  src: url('../fonts/acumin/acumin-pro-cond-light.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-cond-light.woff') format('woff'), url('../fonts/acumin/acumin-pro-cond-light.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-cond-medium-italic';
  src: url('../fonts/acumin/acumin-pro-cond-medium-italic.eot');
  src: url('../fonts/acumin/acumin-pro-cond-medium-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-cond-medium-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-cond-medium-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-cond-medium';
  src: url('../fonts/acumin/acumin-pro-cond-medium.eot');
  src: url('../fonts/acumin/acumin-pro-cond-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-cond-medium.woff') format('woff'), url('../fonts/acumin/acumin-pro-cond-medium.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-cond-semibold-italic';
  src: url('../fonts/acumin/acumin-pro-cond-semibold-italic.eot');
  src: url('../fonts/acumin/acumin-pro-cond-semibold-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-cond-semibold-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-cond-semibold-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-cond-semibold';
  src: url('../fonts/acumin/acumin-pro-cond-semibold.eot');
  src: url('../fonts/acumin/acumin-pro-cond-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-cond-semibold.woff') format('woff'), url('../fonts/acumin/acumin-pro-cond-semibold.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-cond-thin-italic';
  src: url('../fonts/acumin/acumin-pro-cond-thin-italic.eot');
  src: url('../fonts/acumin/acumin-pro-cond-thin-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-cond-thin-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-cond-thin-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-cond-thin';
  src: url('../fonts/acumin/acumin-pro-cond-thin.eot');
  src: url('../fonts/acumin/acumin-pro-cond-thin.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-cond-thin.woff') format('woff'), url('../fonts/acumin/acumin-pro-cond-thin.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-cond-ultrablack-italic';
  src: url('../fonts/acumin/acumin-pro-cond-ultrablack-italic.eot');
  src: url('../fonts/acumin/acumin-pro-cond-ultrablack-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-cond-ultrablack-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-cond-ultrablack-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-cond-ultrablack';
  src: url('../fonts/acumin/acumin-pro-cond-ultrablack.eot');
  src: url('../fonts/acumin/acumin-pro-cond-ultrablack.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-cond-ultrablack.woff') format('woff'), url('../fonts/acumin/acumin-pro-cond-ultrablack.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-black-italic';
  src: url('../fonts/acumin/acumin-pro-black-italic.eot');
  src: url('../fonts/acumin/acumin-pro-black-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-black-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-black-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-black';
  src: url('../fonts/acumin/acumin-pro-black.eot');
  src: url('../fonts/acumin/acumin-pro-black.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-black.woff') format('woff'), url('../fonts/acumin/acumin-pro-black.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-bold-italic';
  src: url('../fonts/acumin/acumin-pro-bold-italic.eot');
  src: url('../fonts/acumin/acumin-pro-bold-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-bold-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-bold-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-bold';
  src: url('../fonts/acumin/acumin-pro-bold.eot');
  src: url('../fonts/acumin/acumin-pro-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-bold.woff') format('woff'), url('../fonts/acumin/acumin-pro-bold.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-book-italic';
  src: url('../fonts/acumin/acumin-pro-book-italic.eot');
  src: url('../fonts/acumin/acumin-pro-book-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-book-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-book-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-book';
  src: url('../fonts/acumin/acumin-pro-book.eot');
  src: url('../fonts/acumin/acumin-pro-book.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-book.woff') format('woff'), url('../fonts/acumin/acumin-pro-book.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-extralight-italic';
  src: url('../fonts/acumin/acumin-pro-extralight-italic.eot');
  src: url('../fonts/acumin/acumin-pro-extralight-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-extralight-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-extralight-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-extralight';
  src: url('../fonts/acumin/acumin-pro-extralight.eot');
  src: url('../fonts/acumin/acumin-pro-extralight.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-extralight.woff') format('woff'), url('../fonts/acumin/acumin-pro-extralight.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-light-italic';
  src: url('../fonts/acumin/acumin-pro-light-italic.eot');
  src: url('../fonts/acumin/acumin-pro-light-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-light-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-light-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-light';
  src: url('../fonts/acumin/acumin-pro-light.eot');
  src: url('../fonts/acumin/acumin-pro-light.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-light.woff') format('woff'), url('../fonts/acumin/acumin-pro-light.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-medium-italic';
  src: url('../fonts/acumin/acumin-pro-medium-italic.eot');
  src: url('../fonts/acumin/acumin-pro-medium-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-medium-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-medium-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-medium';
  src: url('../fonts/acumin/acumin-pro-medium.eot');
  src: url('../fonts/acumin/acumin-pro-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-medium.woff') format('woff'), url('../fonts/acumin/acumin-pro-medium.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-semibold-italic';
  src: url('../fonts/acumin/acumin-pro-semibold-italic.eot');
  src: url('../fonts/acumin/acumin-pro-semibold-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-semibold-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-semibold-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-semibold';
  src: url('../fonts/acumin/acumin-pro-semibold.eot');
  src: url('../fonts/acumin/acumin-pro-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-semibold.woff') format('woff'), url('../fonts/acumin/acumin-pro-semibold.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-thin-italic';
  src: url('../fonts/acumin/acumin-pro-thin-italic.eot');
  src: url('../fonts/acumin/acumin-pro-thin-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-thin-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-thin-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-thin';
  src: url('../fonts/acumin/acumin-pro-thin.eot');
  src: url('../fonts/acumin/acumin-pro-thin.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-thin.woff') format('woff'), url('../fonts/acumin/acumin-pro-thin.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-ultrablack-italic';
  src: url('../fonts/acumin/acumin-pro-ultrablack-italic.eot');
  src: url('../fonts/acumin/acumin-pro-ultrablack-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-ultrablack-italic.woff') format('woff'), url('../fonts/acumin/acumin-pro-ultrablack-italic.otf') format('opentype');
}
@font-face {
  font-family: 'acumin-pro-ultrablack';
  src: url('../fonts/acumin/acumin-pro-ultrablack.eot');
  src: url('../fonts/acumin/acumin-pro-ultrablack.eot?#iefix') format('embedded-opentype'), url('../fonts/acumin/acumin-pro-ultrablack.woff') format('woff'), url('../fonts/acumin/acumin-pro-ultrablack.otf') format('opentype');
}
.load-next-articles-button-style {
  background-color: #8ee4ff;
  color: #005b8e;
  border-color: #ccc;
  border-width: 1px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.add-to-cart-button-style {
  background-color: #0ec5ff;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  color: #ffffff;
  border-color: #999;
  border-width: 1px;
  font-size: 12px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
#home-subscribe-wrapper-style {
  max-width: 200px;
  margin: auto;
}
#home-subscribe-wrapper-style h3 {
  margin-top: 30px;
  margin-bottom: 0px !important;
  color: #008ec5;
  text-transform: uppercase;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  font-size: 30px;
}
#home-subscribe-wrapper-style #mc_embed_signup .email {
  padding-bottom: 3px;
  margin-bottom: 0px;
}
#home-subscribe-wrapper-style #mc_embed_signup .mc-field-group {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
#home-subscribe-wrapper-style #mc_embed_signup .btn {
  margin: auto;
  padding: 0px;
  width: 200px;
  height: auto;
  margin-top: 20px;
}
#home-subscribe-wrapper-style #mc_embed_signup .email {
  width: 200px;
  margin: auto;
}
#home-subscribe-wrapper-style #mc_embed_signup form {
  padding: 0px;
}
.social-links-style ul {
  border: 0px;
}
.social-links-style ul li {
  float: left;
  margin-top: 8px;
  margin-left: 10px;
}
.social-links-style ul li a {
  font-size: 18px;
  text-align: center;
  display: block;
  padding-top: 3px;
  width: 30px;
  height: 27px;
  background: #000000;
  box-sizing: content-box;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
}
.social-links-style ul li a .fa {
  color: #ffffff;
}
.social-links-style ul li .facebook-link {
  background: #334f8d;
}
.social-links-style ul li .twitter-link {
  background: #07c5ff;
}
.social-links-style ul li .reddit-link {
  background: #ff9b26;
}
.meta-wrapper-style {
  text-transform: uppercase;
}
.meta-wrapper-style * {
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  color: #008ec5;
}
.meta-wrapper-style .separator-dash {
  margin: 0px 5px;
}
@media (max-width: 969px) and (min-width: 768px) {
  .tags-wrapper-style {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  .tags-wrapper-style {
    display: none;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  .tags-wrapper-style {
    display: none;
  }
}
@media (max-width: 374px) {
  .tags-wrapper-style {
    display: none;
  }
}
.tags-wrapper-style a.tag-link {
  font-size: 12px;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  text-transform: capitalize;
  word-wrap: normal;
  display: block;
  float: left;
  margin-right: 3px;
  margin-bottom: 2px;
}
.post-preview-style {
  clear: both;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
@media (max-width: 969px) and (min-width: 768px) {
  .post-preview-style {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  .post-preview-style {
    padding-bottom: 10px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  .post-preview-style {
    padding-bottom: 10px;
  }
}
@media (max-width: 374px) {
  .post-preview-style {
    padding-bottom: 10px;
  }
}
.post-preview-style header .post-thumbnail {
  float: left;
  width: 240px;
}
@media (min-width: 1200px) {
  .post-preview-style header .post-thumbnail {
    width: 290px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) and (min-width: 970px) {
  .post-preview-style header .post-thumbnail {
    width: 240px;
    margin-bottom: 20px;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  .post-preview-style header .post-thumbnail {
    width: 240px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  .post-preview-style header .post-thumbnail {
    width: 140px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  .post-preview-style header .post-thumbnail {
    width: 120px;
  }
}
@media (max-width: 374px) {
  .post-preview-style header .post-thumbnail {
    width: 90px;
  }
}
.post-preview-style header .post-thumbnail img {
  width: 100%;
}
.post-preview-style header .post-thumbnail a {
  display: block;
  max-width: 150%;
  position: relative;
}
.post-preview-style header .post-thumbnail a .read-more-text-button {
  background: #005b8e;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  overflow: hidden;
}
.post-preview-style header .post-thumbnail a .read-more-text-button span {
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 25px;
  width: 70px;
  margin: auto;
  margin-top: 40px;
  display: block;
  position: relative;
}
.post-preview-style header .post-thumbnail .featured-video-plus {
  margin-bottom: 0px;
}
.post-preview-style header .post-thumbnail .featured-video-plus iframe {
  height: auto;
  width: 100%;
}
@media (min-width: 1200px) {
  .post-preview-style header .post-thumbnail .featured-video-plus iframe {
    width: 290px;
    height: 167px;
  }
}
@media (max-width: 1199px) and (min-width: 970px) {
  .post-preview-style header .post-thumbnail .featured-video-plus iframe {
    width: 240px;
    height: 134px;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  .post-preview-style header .post-thumbnail .featured-video-plus iframe {
    width: 240px;
    height: 134px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  .post-preview-style header .post-thumbnail .featured-video-plus iframe {
    width: 140px;
    height: 80px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  .post-preview-style header .post-thumbnail .featured-video-plus iframe {
    width: 120px;
    height: 70px;
  }
}
@media (max-width: 374px) {
  .post-preview-style header .post-thumbnail .featured-video-plus iframe {
    width: 90px;
    height: 55px;
  }
}
.post-preview-style header .thumbnail-right-side {
  float: right;
  width: 390px;
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .post-preview-style header .thumbnail-right-side {
    width: 570px;
  }
}
@media (max-width: 1199px) and (min-width: 970px) {
  .post-preview-style header .thumbnail-right-side {
    width: 390px;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  .post-preview-style header .thumbnail-right-side {
    width: 390px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  .post-preview-style header .thumbnail-right-side {
    width: 240px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  .post-preview-style header .thumbnail-right-side {
    width: 225px;
  }
}
@media (max-width: 374px) {
  .post-preview-style header .thumbnail-right-side {
    width: 200px;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  .post-preview-style header .thumbnail-right-side .tags-wrapper {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  .post-preview-style header .thumbnail-right-side .tags-wrapper {
    display: none;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  .post-preview-style header .thumbnail-right-side .tags-wrapper {
    display: none;
  }
}
@media (max-width: 374px) {
  .post-preview-style header .thumbnail-right-side .tags-wrapper {
    display: none;
  }
}
.post-preview-style header .thumbnail-right-side .tags-wrapper a.tag-link {
  font-size: 12px;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  text-transform: capitalize;
  word-wrap: normal;
  display: block;
  float: left;
  margin-right: 3px;
  margin-bottom: 2px;
}
.post-preview-style header .thumbnail-right-side .post-title {
  background: none;
  font-size: 16px;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  color: #000000;
  border: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
@media (max-width: 969px) and (min-width: 768px) {
  .post-preview-style header .thumbnail-right-side .post-title {
    color: #00327c;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  .post-preview-style header .thumbnail-right-side .post-title {
    color: #00327c;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  .post-preview-style header .thumbnail-right-side .post-title {
    color: #00327c;
  }
}
@media (max-width: 374px) {
  .post-preview-style header .thumbnail-right-side .post-title {
    color: #00327c;
  }
}
.post-preview-style header .thumbnail-right-side .meta-wrapper {
  text-transform: uppercase;
  margin: 2px 0px;
  width: 100%;
}
.post-preview-style header .thumbnail-right-side .meta-wrapper * {
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  color: #008ec5;
}
.post-preview-style header .thumbnail-right-side .meta-wrapper .separator-dash {
  margin: 0px 5px;
}
@media (max-width: 969px) and (min-width: 768px) {
  .post-preview-style header .thumbnail-right-side .meta-wrapper {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  .post-preview-style header .thumbnail-right-side .meta-wrapper {
    display: none;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  .post-preview-style header .thumbnail-right-side .meta-wrapper {
    display: none;
  }
}
@media (max-width: 374px) {
  .post-preview-style header .thumbnail-right-side .meta-wrapper {
    display: none;
  }
}
.post-preview-style header .thumbnail-right-side .meta-wrapper * {
  font-size: 10px;
}
.post-preview-style header .thumbnail-right-side .short-description {
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: 100;
  font-style: normal;
  font-size: 12px;
  position: relative;
  padding-bottom: 27px;
  line-height: 22px;
}
@media (max-width: 969px) and (min-width: 768px) {
  .post-preview-style header .thumbnail-right-side .short-description {
    font-size: 16px;
    line-height: normal;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  .post-preview-style header .thumbnail-right-side .short-description {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: normal;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  .post-preview-style header .thumbnail-right-side .short-description {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: normal;
  }
}
@media (max-width: 374px) {
  .post-preview-style header .thumbnail-right-side .short-description {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: normal;
  }
}
.post-preview-style header .thumbnail-right-side .short-description a {
  color: #000000;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: 100;
  font-style: normal;
}
.post-preview-style header .thumbnail-right-side .short-description a.btn-filled {
  background: #005b8e;
  color: #ffffff;
  position: absolute;
  bottom: 5px;
  right: 0px;
  font-size: 12px;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: 100;
  font-style: normal;
  font-size: 10px;
  padding: 5px 4px 2px 4px;
  width: auto;
  height: auto;
  display: block;
  min-width: 0px;
  min-height: 0px;
  margin: 0px;
  line-height: normal;
  border: 0px;
  border-radius: 3px;
  border: 1px solid #055;
}
@media (max-width: 969px) and (min-width: 768px) {
  .post-preview-style header .thumbnail-right-side .short-description a.btn-filled {
    width: 60%;
    padding: 9px 0px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  .post-preview-style header .thumbnail-right-side .short-description a.btn-filled {
    width: 60%;
    padding: 9px 0px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  .post-preview-style header .thumbnail-right-side .short-description a.btn-filled {
    width: 60%;
    padding: 9px 0px;
  }
}
@media (max-width: 374px) {
  .post-preview-style header .thumbnail-right-side .short-description a.btn-filled {
    width: 60%;
    padding: 9px 0px;
  }
}
/*
// media queries template
	 @media (min-width: 1200px) {
	 }
	 @media (max-width: 1199px) and (min-width: 970px) {
	 }
	 @media (max-width: 969px) and (min-width: 768px) {
	 }
	 @media (max-width: 767px) and (min-width: 414px) {
	 }
	 @media (max-width: 413px) and (min-width: 375px) {
	 }
	 @media (max-width: 374px) {
	 }
*/
body {
  min-width: 300px;
}
body #div-gpt-ad-1493064878686-7,
body #div-gpt-ad-1493064878686-28,
body #div-gpt-ad-1493064878686-35,
body #div-gpt-ad-1493064878686-21,
body #div-gpt-ad-1493064878686-14,
body #div-gpt-ad-1493064878686-0 {
  margin: auto;
  margin-top: 20px;
  text-align: center;
}
body #div-gpt-ad-1493064878686-13,
body #div-gpt-ad-1493064878686-34,
body #div-gpt-ad-1493064878686-41,
body #div-gpt-ad-1493064878686-27,
body #div-gpt-ad-1493064878686-20,
body #div-gpt-ad-1493064878686-6,
body #div-gpt-ad-1493064878686-12,
body #div-gpt-ad-1493064878686-19,
body #div-gpt-ad-1493064878686-26,
body #div-gpt-ad-1493064878686-40,
body #div-gpt-ad-1493064878686-33,
body #div-gpt-ad-1493064878686-5 {
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 728px) {
  body #div-gpt-ad-1493064878686-13,
  body #div-gpt-ad-1493064878686-34,
  body #div-gpt-ad-1493064878686-41,
  body #div-gpt-ad-1493064878686-27,
  body #div-gpt-ad-1493064878686-20,
  body #div-gpt-ad-1493064878686-6,
  body #div-gpt-ad-1493064878686-12,
  body #div-gpt-ad-1493064878686-19,
  body #div-gpt-ad-1493064878686-26,
  body #div-gpt-ad-1493064878686-40,
  body #div-gpt-ad-1493064878686-33,
  body #div-gpt-ad-1493064878686-5 {
    display: block;
  }
}
@media (max-width: 727px) {
  body #div-gpt-ad-1493064878686-13,
  body #div-gpt-ad-1493064878686-34,
  body #div-gpt-ad-1493064878686-41,
  body #div-gpt-ad-1493064878686-27,
  body #div-gpt-ad-1493064878686-20,
  body #div-gpt-ad-1493064878686-6,
  body #div-gpt-ad-1493064878686-12,
  body #div-gpt-ad-1493064878686-19,
  body #div-gpt-ad-1493064878686-26,
  body #div-gpt-ad-1493064878686-40,
  body #div-gpt-ad-1493064878686-33,
  body #div-gpt-ad-1493064878686-5 {
    display: none;
  }
}
body #div-gpt-ad-1493064878686-10,
body #div-gpt-ad-1493064878686-31,
body #div-gpt-ad-1493064878686-38,
body #div-gpt-ad-1493064878686-24,
body #div-gpt-ad-1493064878686-17,
body #div-gpt-ad-1493064878686-3,
body #div-gpt-ad-1493064878686-11,
body #div-gpt-ad-1493064878686-25,
body #div-gpt-ad-1493064878686-18,
body #div-gpt-ad-1493064878686-32,
body #div-gpt-ad-1493064878686-39,
body #div-gpt-ad-1493064878686-4 {
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 728px) {
  body #div-gpt-ad-1493064878686-10,
  body #div-gpt-ad-1493064878686-31,
  body #div-gpt-ad-1493064878686-38,
  body #div-gpt-ad-1493064878686-24,
  body #div-gpt-ad-1493064878686-17,
  body #div-gpt-ad-1493064878686-3,
  body #div-gpt-ad-1493064878686-11,
  body #div-gpt-ad-1493064878686-25,
  body #div-gpt-ad-1493064878686-18,
  body #div-gpt-ad-1493064878686-32,
  body #div-gpt-ad-1493064878686-39,
  body #div-gpt-ad-1493064878686-4 {
    display: none;
  }
}
@media (max-width: 727px) {
  body #div-gpt-ad-1493064878686-10,
  body #div-gpt-ad-1493064878686-31,
  body #div-gpt-ad-1493064878686-38,
  body #div-gpt-ad-1493064878686-24,
  body #div-gpt-ad-1493064878686-17,
  body #div-gpt-ad-1493064878686-3,
  body #div-gpt-ad-1493064878686-11,
  body #div-gpt-ad-1493064878686-25,
  body #div-gpt-ad-1493064878686-18,
  body #div-gpt-ad-1493064878686-32,
  body #div-gpt-ad-1493064878686-39,
  body #div-gpt-ad-1493064878686-4 {
    display: block;
  }
}
body .fixed-bottom-mobile-ad,
body #div-gpt-ad-1493064878686-11,
body #div-gpt-ad-1493064878686-25,
body #div-gpt-ad-1493064878686-18,
body #div-gpt-ad-1493064878686-32,
body #div-gpt-ad-1493064878686-39,
body #div-gpt-ad-1493064878686-4 {
  padding: 0px;
  margin: auto;
}
body #div-gpt-ad-1493064878686-10,
body #div-gpt-ad-1493064878686-31,
body #div-gpt-ad-1493064878686-38,
body #div-gpt-ad-1493064878686-24,
body #div-gpt-ad-1493064878686-17,
body #div-gpt-ad-1493064878686-3 {
  margin-top: 20px;
}
body .hide-in-desktop {
  display: none;
}
@media (min-width: 1200px) {
  body .hide-in-desktop {
    display: none;
  }
}
@media (max-width: 1199px) and (min-width: 970px) {
  body .hide-in-desktop {
    display: none;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body .hide-in-desktop {
    display: block;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body .hide-in-desktop {
    display: block;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body .hide-in-desktop {
    display: block;
  }
}
@media (max-width: 374px) {
  body .hide-in-desktop {
    display: block;
  }
}
body .hide-in-mobile {
  display: block;
}
@media (min-width: 1200px) {
  body .hide-in-mobile {
    display: block;
  }
}
@media (max-width: 1199px) and (min-width: 970px) {
  body .hide-in-mobile {
    display: block;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body .hide-in-mobile {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body .hide-in-mobile {
    display: none;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body .hide-in-mobile {
    display: none;
  }
}
@media (max-width: 374px) {
  body .hide-in-mobile {
    display: none;
  }
}
body * {
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  line-height: normal;
}
body #main-wrapper a {
  color: #008ec5;
  font-weight: 100;
}
body #main-wrapper #header {
  width: 100%;
  margin-top: 20px;
  border-bottom: 5px solid #eeeeee;
  padding-bottom: 20px;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #header {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #header {
    display: none;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #header {
    display: none;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #header {
    display: none;
  }
}
body #main-wrapper #header #inner-header-wrapper {
  width: 100%;
  max-width: 970px;
  margin: auto;
}
body #main-wrapper #header #inner-header-wrapper #main-logo {
  width: 200px;
  display: block;
  float: left;
  margin-top: 5px;
}
body #main-wrapper #header #inner-header-wrapper #main-logo img {
  width: 100%;
}
body #main-wrapper #header #inner-header-wrapper ul {
  list-style-type: none;
}
body #main-wrapper #header #inner-header-wrapper ul li {
  float: left;
}
body #main-wrapper #header #inner-header-wrapper ul li span.dropdown-toggle,
body #main-wrapper #header #inner-header-wrapper ul li a {
  text-transform: uppercase;
  font-weight: 100;
  color: #777777;
  transition: color 0.5s ease-out 0s;
  -webkit-transition: color 0.5s ease-out 0s;
  -moz-transition: color 0.5s ease-out 0s;
  -ms-transition: color 0.5s ease-out 0s;
  -o-transition: color 0.5s ease-out 0s;
}
body #main-wrapper #header #inner-header-wrapper ul li.active a,
body #main-wrapper #header #inner-header-wrapper ul li:hover a {
  color: #0ec5ff;
  transition: color 0.5s ease-out 0s;
  -webkit-transition: color 0.5s ease-out 0s;
  -moz-transition: color 0.5s ease-out 0s;
  -ms-transition: color 0.5s ease-out 0s;
  -o-transition: color 0.5s ease-out 0s;
}
body #main-wrapper #header #inner-header-wrapper #main-menu {
  margin-left: 20px;
  display: block;
  float: left;
}
body #main-wrapper #header #inner-header-wrapper #main-menu ul li {
  margin-top: 15px;
  margin-left: 20px;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #header #inner-header-wrapper #main-menu ul li {
    margin-left: 10px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #header #inner-header-wrapper #main-menu ul li {
    margin-left: 10px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #header #inner-header-wrapper #main-menu ul li {
    margin-left: 10px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #header #inner-header-wrapper #main-menu ul li {
    margin-left: 10px;
  }
}
body #main-wrapper #header #inner-header-wrapper #main-menu ul li span.dropdown-toggle,
body #main-wrapper #header #inner-header-wrapper #main-menu ul li a {
  font-size: 14px;
  cursor: pointer;
}
body #main-wrapper #header #inner-header-wrapper #main-menu ul li span.dropdown-toggle .fa,
body #main-wrapper #header #inner-header-wrapper #main-menu ul li a .fa {
  color: #0ec5ff;
  font-size: 14px;
  margin-right: 2px;
}
body #main-wrapper #header #inner-header-wrapper #main-menu ul li span.dropdown-toggle .caret,
body #main-wrapper #header #inner-header-wrapper #main-menu ul li a .caret {
  color: #0ec5ff;
}
body #main-wrapper #header #inner-header-wrapper #main-menu ul li .dropdown-menu li {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
body #main-wrapper #header #inner-header-wrapper #main-menu ul li .dropdown-menu li a {
  width: 100%;
  padding-top: 5px;
  transition: color 0.7s ease-out 0s;
  -webkit-transition: color 0.7s ease-out 0s;
  -moz-transition: color 0.7s ease-out 0s;
  -ms-transition: color 0.7s ease-out 0s;
  -o-transition: color 0.7s ease-out 0s;
}
body #main-wrapper #header #inner-header-wrapper #main-menu ul li .dropdown-menu li a:hover {
  color: #00c5ff;
  transition: color 0.7s ease-out 0s;
  -webkit-transition: color 0.7s ease-out 0s;
  -moz-transition: color 0.7s ease-out 0s;
  -ms-transition: color 0.7s ease-out 0s;
  -o-transition: color 0.7s ease-out 0s;
}
body #main-wrapper #header #inner-header-wrapper #account-info-main {
  float: right;
  margin-right: 10px;
  margin-left: 30px;
}
body #main-wrapper #header #inner-header-wrapper #account-info-main ul li {
  margin-top: 4px;
  margin-left: 10px;
  position: relative;
}
body #main-wrapper #header #inner-header-wrapper #account-info-main ul li a {
  font-size: 22px;
}
body #main-wrapper #header #inner-header-wrapper #account-info-main ul li a .fa {
  color: #000000;
}
body #main-wrapper #header #inner-header-wrapper #account-info-main ul li .search-form-wrapper {
  width: 0px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: -3px;
  background: #ffffff;
  height: 85px;
  border: 0px solid #dddddd;
  padding: 0px;
  z-index: 500;
}
body #main-wrapper #header #inner-header-wrapper #account-info-main ul li .search-form-wrapper form {
  min-width: 300px;
  display: block;
}
body #main-wrapper #header #inner-header-wrapper #account-info-main ul li .search-form-wrapper form input[type="text"] {
  padding: 10px 0px 10px 5px;
  margin: auto;
  width: 200px;
  height: auto;
}
body #main-wrapper #header #inner-header-wrapper #account-info-main ul li .search-form-wrapper form button {
  background: #005b8e;
  color: #ffffff;
  border: 0px;
  height: 24px;
  width: 25px;
  padding: 0px;
  padding-top: 1px;
  box-sizing: content-box;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
body #main-wrapper #header #inner-header-wrapper #account-info-main ul li .search-form-wrapper form .search-form-close-trigger {
  cursor: pointer;
  font-size: 20px;
  position: relative;
  top: 5px;
  margin-left: 5px;
  color: #999;
}
body #main-wrapper #header #inner-header-wrapper #account-info-main ul li .search-form-wrapper .search-by-wrapper {
  position: absolute;
  bottom: 5px;
  left: 5px;
  line-height: normal;
  min-width: 300px;
}
body #main-wrapper #header #inner-header-wrapper #account-info-main ul li .search-form-wrapper .search-by-wrapper select,
body #main-wrapper #header #inner-header-wrapper #account-info-main ul li .search-form-wrapper .search-by-wrapper label {
  font-weight: normal;
}
body #main-wrapper #header #inner-header-wrapper #account-info-main ul li.flag-link-wrapper a img {
  width: 25px;
  margin-right: 0px;
  margin-top: 0px;
}
body #main-wrapper #header #inner-header-wrapper #main-social-links {
  float: right;
}
body #main-wrapper #header #inner-header-wrapper #main-social-links ul li {
  margin-left: 10px;
}
body #main-wrapper #header #inner-header-wrapper #main-social-links ul li a .fa {
  color: #bbbbbb;
  font-size: 24px;
  margin-top: 7px;
}
body #main-wrapper #mobile-header {
  position: relative;
  display: none;
  border-bottom: 2px solid #dddddd;
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  body #main-wrapper #mobile-header {
    display: none;
  }
}
@media (max-width: 1199px) and (min-width: 970px) {
  body #main-wrapper #mobile-header {
    display: none;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #mobile-header {
    display: block;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #mobile-header {
    display: block;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #mobile-header {
    display: block;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #mobile-header {
    display: block;
  }
}
body #main-wrapper #mobile-header .search-form-wrapper {
  width: 0px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  background: #ffffff;
  height: 50px;
  height: 85px;
  border: 0px solid #dddddd;
  padding: 0px;
  z-index: 500;
}
body #main-wrapper #mobile-header .search-form-wrapper form {
  min-width: 300px;
  display: block;
}
body #main-wrapper #mobile-header .search-form-wrapper form input[type="text"] {
  padding: 10px 0px 10px 5px;
  margin: auto;
  width: 200px;
  height: auto;
}
body #main-wrapper #mobile-header .search-form-wrapper form button {
  background: #005b8e;
  color: #ffffff;
  border: 0px;
  height: 24px;
  width: 25px;
  padding: 0px;
  padding-top: 1px;
  box-sizing: content-box;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
body #main-wrapper #mobile-header .search-form-wrapper form .search-form-close-trigger {
  cursor: pointer;
  font-size: 20px;
  position: relative;
  top: 5px;
  margin-left: 5px;
  color: #999;
}
body #main-wrapper #mobile-header .search-form-wrapper .search-by-wrapper {
  position: absolute;
  bottom: 5px;
  left: 5px;
  line-height: normal;
  min-width: 300px;
}
body #main-wrapper #mobile-header .search-form-wrapper .search-by-wrapper select,
body #main-wrapper #mobile-header .search-form-wrapper .search-by-wrapper label {
  font-weight: normal;
}
body #main-wrapper #mobile-header #mobile-logo {
  width: 150px;
  margin: auto;
  margin-top: 10px;
}
body #main-wrapper #mobile-header #mobile-logo a img {
  width: 100%;
}
body #main-wrapper #mobile-header .search-form-trigger {
  position: absolute;
  top: 2px;
  left: 10px;
  font-size: 18px;
  color: #008ec5;
  cursor: pointer;
}
body #main-wrapper #mobile-header .menu-button {
  position: absolute;
  top: 2px;
  right: 10px;
  font-size: 18px;
  color: #008ec5;
  cursor: pointer;
}
body #main-wrapper #mobile-header #mobile-main-menu {
  margin-top: 20px;
}
body #main-wrapper #mobile-header #mobile-main-menu ul li {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
body #main-wrapper #mobile-header #mobile-main-menu ul li a {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 8px 0px 3px 0px;
}
body #main-wrapper #mobile-header #mobile-main-menu ul li a .fa {
  margin-right: 5px;
}
body #main-wrapper #mobile-header #mobile-main-menu ul li a:hover {
  text-decoration: underline;
}
body #main-wrapper #mobile-header #mobile-main-menu ul li .fa {
  font-size: 22px;
  color: #008ec5;
  height: 26px;
  width: 30px;
  padding-top: 4px;
  box-sizing: content-box;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
body #main-wrapper #mobile-header #mobile-main-menu ul li.flag-link-wrapper a img {
  width: 30px;
  margin-right: 5px;
  margin-top: -3px;
}
body #main-wrapper #mobile-header #mobile-main-menu ul li:last-child {
  border-bottom: 0px;
}
body #main-wrapper #main-body-wrapper .page-wrapper,
body #main-wrapper #main-body-wrapper .single-wrapper {
  width: 1200px;
  margin: auto;
}
@media (min-width: 1200px) {
  body #main-wrapper #main-body-wrapper .page-wrapper,
  body #main-wrapper #main-body-wrapper .single-wrapper {
    width: 1200px;
  }
}
@media (max-width: 1199px) and (min-width: 970px) {
  body #main-wrapper #main-body-wrapper .page-wrapper,
  body #main-wrapper #main-body-wrapper .single-wrapper {
    width: 970px;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .page-wrapper,
  body #main-wrapper #main-body-wrapper .single-wrapper {
    width: 500px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .page-wrapper,
  body #main-wrapper #main-body-wrapper .single-wrapper {
    width: 394px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .page-wrapper,
  body #main-wrapper #main-body-wrapper .single-wrapper {
    width: 355px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .page-wrapper,
  body #main-wrapper #main-body-wrapper .single-wrapper {
    width: 300px;
  }
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article {
  clear: none;
  width: 645px;
  margin: auto;
  margin-top: 30px;
  float: left;
  border-bottom: 2px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article {
    width: 885px;
  }
}
@media (max-width: 1199px) and (min-width: 970px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article {
    width: 645px;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article {
    width: 500px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article {
    width: 394px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article {
    width: 355px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article {
    width: 300px;
  }
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article header,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article header {
  /*.thumbnail-wrapper{
							float: right;
							margin-top:30px;
							.wp-post-image{
								width:500px;
								img{
									width: 100%;
								}
							}
						}*/
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article header .tags-wrapper .tag-link,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article header .tags-wrapper .tag-link {
  color: #ffffff;
  padding: 3px 10px 2px 20px;
  text-transform: capitalize;
  word-wrap: normal;
  display: block;
  float: left;
  margin-right: 3px;
  margin-bottom: 2px;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article header h1.the-title,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article header h1.the-title {
  margin-top: 10px;
  font-size: 30px;
  color: #000000;
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article header h1.the-title,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article header h1.the-title {
    font-size: 24px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article header h1.the-title,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article header h1.the-title {
    font-size: 24px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article header h1.the-title,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article header h1.the-title {
    font-size: 24px;
  }
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article header .meta-wrapper,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article header .meta-wrapper {
  text-transform: uppercase;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article header .meta-wrapper *,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article header .meta-wrapper * {
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  color: #008ec5;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article header .meta-wrapper .separator-dash,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article header .meta-wrapper .separator-dash {
  margin: 0px 5px;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article section,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article section {
  width: 100%;
  float: right;
  font-size: 18px;
}
@media (min-width: 1200px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article section,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article section {
    font-size: 18px;
  }
}
@media (max-width: 1199px) and (min-width: 970px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article section,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article section {
    font-size: 18px;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article section,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article section {
    float: none;
    margin: auto;
    font-size: 18px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article section,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article section {
    float: none;
    margin: auto;
    width: 394px;
    font-size: 18px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article section,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article section {
    float: none;
    margin: auto;
    width: 355px;
    font-size: 18px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article section,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article section {
    float: none;
    margin: auto;
    width: 300px;
    font-size: 18px;
  }
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article section *,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article section * {
  max-width: 100%;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article section figure.thumbnail,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article section figure.thumbnail {
  border: 0px;
  max-width: 720px;
  background-color: #eeeeee;
}
@media (min-width: 1200px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article section figure.thumbnail,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article section figure.thumbnail {
    max-width: 720px;
  }
}
@media (max-width: 1199px) and (min-width: 970px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article section figure.thumbnail,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article section figure.thumbnail {
    max-width: 100%;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article section figure.thumbnail,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article section figure.thumbnail {
    max-width: 100%;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article section figure.thumbnail,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article section figure.thumbnail {
    max-width: 100%;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article section figure.thumbnail,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article section figure.thumbnail {
    max-width: 100%;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article section figure.thumbnail,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article section figure.thumbnail {
    max-width: 100%;
  }
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article section figure.thumbnail figcaption.wp-caption-text,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article section figure.thumbnail figcaption.wp-caption-text {
  text-align: left;
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  font-size: 11px;
  font-family: acumin-pro-light-italic;
  font-weight: 600;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article section .featured-video-plus iframe,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article section .featured-video-plus iframe {
  border: 1px solid #cccccc;
}
@media (min-width: 1200px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article section .featured-video-plus iframe,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article section .featured-video-plus iframe {
    width: 698px;
    margin: auto;
    height: 394px;
  }
}
@media (max-width: 1199px) and (min-width: 970px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article section .featured-video-plus iframe,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article section .featured-video-plus iframe {
    width: 698px;
    margin: auto;
    height: 364px;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article section .featured-video-plus iframe,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article section .featured-video-plus iframe {
    width: 498px;
    margin: auto;
    height: 281px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article section .featured-video-plus iframe,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article section .featured-video-plus iframe {
    width: 392px;
    margin: auto;
    height: 221px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article section .featured-video-plus iframe,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article section .featured-video-plus iframe {
    width: 353px;
    margin: auto;
    height: 199px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article section .featured-video-plus iframe,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article section .featured-video-plus iframe {
    width: 353px;
    margin: auto;
    height: 200px;
  }
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article section .post-thumbnail,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article section .post-thumbnail {
  margin-bottom: 0px;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article section a.button-translation,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article section a.button-translation {
  float: right;
  padding: 3px 5px 3px 5px;
  background: #005b8e;
  color: #ffffff;
  font-size: 10px;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: 100;
  font-style: italic;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article section p,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article section p {
  margin-bottom: 20px;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: 100;
  font-style: normal;
  line-height: 24px;
}
@media (min-width: 1200px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article section p,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article section p {
    font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
    font-weight: 100;
    font-style: normal;
    line-height: 24px;
  }
}
@media (max-width: 1199px) and (min-width: 970px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article section p,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article section p {
    font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
    font-weight: 100;
    font-style: normal;
    line-height: 24px;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article section p,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article section p {
    font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
    font-weight: 100;
    font-style: normal;
    line-height: 24px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article section p,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article section p {
    font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
    font-weight: 100;
    font-style: normal;
    line-height: 24px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article section p,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article section p {
    font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
    font-weight: 100;
    font-style: normal;
    line-height: 24px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article section p,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article section p {
    font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
    font-weight: 100;
    font-style: normal;
    line-height: 24px;
  }
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article section ul,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article section ul {
  border: 1px solid #c1e9ff;
  border-right: 0px;
  border-left: 0px;
  padding-top: 15px;
  margin-bottom: 20px;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article section ul li,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article section ul li {
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  list-style-type: none;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article section ul li a,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article section ul li a {
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: 100;
  font-style: normal;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article section h2,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article section h2,
body #main-wrapper #main-body-wrapper .page-wrapper .single-article section h3,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article section h3,
body #main-wrapper #main-body-wrapper .page-wrapper .single-article section h4,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article section h4,
body #main-wrapper #main-body-wrapper .page-wrapper .single-article section h5,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article section h5,
body #main-wrapper #main-body-wrapper .page-wrapper .single-article section h6,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article section h6 {
  width: 100%;
  color: #ffffff;
  background: #008ec5;
  padding: 6px 0px 2px 6px;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  margin-bottom: 5px;
  border-bottom: 3px solid #ddd;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article section em,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article section em,
body #main-wrapper #main-body-wrapper .page-wrapper .single-article section i,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article section i {
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-style: italic;
  font-weight: normal;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article section strong,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article section strong {
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article .et-author-bio,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article .et-author-bio {
  background: #eeeeee;
  padding: 10px 5px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article .et-author-bio .author-thumb,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article .et-author-bio .author-thumb {
  width: 80px;
  float: left;
  overflow: hidden;
  margin-right: 10px;
  border: 1px solid #999999;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article .et-author-bio .author-thumb img,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article .et-author-bio .author-thumb img {
  width: 100%;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article .et-author-bio .author-name,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article .et-author-bio .author-name {
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  color: #666666;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article .et-author-bio .author-name:hover,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article .et-author-bio .author-name:hover {
  text-decoration: underline;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article .et-author-bio .author-description,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article .et-author-bio .author-description {
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  margin-bottom: 0px;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article .et-author-bio ul.author-social-list,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article .et-author-bio ul.author-social-list {
  background: #eeeeee;
  width: 398px;
  float: left;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article .et-author-bio ul.author-social-list li,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article .et-author-bio ul.author-social-list li {
  margin: 0px;
  padding: 0px;
  margin-left: 10px;
  margin-top: 5px;
  list-style-type: none;
  float: left;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article .et-author-bio ul.author-social-list li a .fa,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article .et-author-bio ul.author-social-list li a .fa {
  font-size: 18px;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article .addtoany_shortcode,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article .addtoany_shortcode {
  margin: 0px;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article .add-to-any-top,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article .add-to-any-top {
  max-width: 500px;
}
@media (min-width: 1200px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article .add-to-any-top,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article .add-to-any-top {
    max-width: 500px;
  }
}
@media (max-width: 1199px) and (min-width: 970px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article .add-to-any-top,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article .add-to-any-top {
    max-width: 500px;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article .add-to-any-top,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article .add-to-any-top {
    max-width: 500px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article .add-to-any-top,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article .add-to-any-top {
    max-width: 394px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article .add-to-any-top,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article .add-to-any-top {
    max-width: 355px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article .add-to-any-top,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article .add-to-any-top {
    max-width: 280px;
  }
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article .add-to-any-top .addtoany_shortcode,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article .add-to-any-top .addtoany_shortcode {
  margin-top: 10px;
  margin-bottom: -5px;
  text-align: right;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article .add-to-any-bottom,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article .add-to-any-bottom {
  max-width: 500px;
}
@media (min-width: 1200px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article .add-to-any-bottom,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article .add-to-any-bottom {
    max-width: 500px;
  }
}
@media (max-width: 1199px) and (min-width: 970px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article .add-to-any-bottom,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article .add-to-any-bottom {
    max-width: 500px;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article .add-to-any-bottom,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article .add-to-any-bottom {
    max-width: 500px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article .add-to-any-bottom,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article .add-to-any-bottom {
    max-width: 394px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article .add-to-any-bottom,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article .add-to-any-bottom {
    max-width: 355px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .single-article .add-to-any-bottom,
  body #main-wrapper #main-body-wrapper .single-wrapper .single-article .add-to-any-bottom {
    max-width: 280px;
  }
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article .add-to-any-bottom .addtoany_shortcode,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article .add-to-any-bottom .addtoany_shortcode {
  margin-top: 10px;
  margin-bottom: 0px;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article .addtoany_share_save_container,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article .addtoany_share_save_container {
  display: none;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article .embed iframe,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article .embed iframe {
  max-height: 300px;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article .the-content,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article .the-content {
  overflow: visible;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article .social-et-share-wrapper,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article .social-et-share-wrapper {
  float: none;
  width: 100%;
  display: block;
  height: 50px;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article .social-et-share-wrapper ul,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article .social-et-share-wrapper ul {
  border: 0px;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article .social-et-share-wrapper ul li,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article .social-et-share-wrapper ul li {
  float: left;
  margin-top: 8px;
  margin-left: 10px;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article .social-et-share-wrapper ul li a,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article .social-et-share-wrapper ul li a {
  font-size: 18px;
  text-align: center;
  display: block;
  padding-top: 3px;
  width: 30px;
  height: 27px;
  background: #000000;
  box-sizing: content-box;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article .social-et-share-wrapper ul li a .fa,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article .social-et-share-wrapper ul li a .fa {
  color: #ffffff;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article .social-et-share-wrapper ul li .facebook-link,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article .social-et-share-wrapper ul li .facebook-link {
  background: #334f8d;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article .social-et-share-wrapper ul li .twitter-link,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article .social-et-share-wrapper ul li .twitter-link {
  background: #07c5ff;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article .social-et-share-wrapper ul li .reddit-link,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article .social-et-share-wrapper ul li .reddit-link {
  background: #ff9b26;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article .social-et-share-wrapper ul,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article .social-et-share-wrapper ul {
  float: right;
  margin: 0px;
  padding: 0px;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article ul li,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article ul li,
body #main-wrapper #main-body-wrapper .page-wrapper .single-article ol li,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article ol li {
  margin-left: 40px;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article.previous-article-preview,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article.previous-article-preview {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article.previous-article-preview .the-content .thumbnail-wrapper,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article.previous-article-preview .the-content .thumbnail-wrapper {
  margin-bottom: 20px;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article.previous-article-preview .the-content .excerpt-wrapper,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article.previous-article-preview .the-content .excerpt-wrapper {
  position: relative;
  height: 100px;
  overflow: hidden;
}
body #main-wrapper #main-body-wrapper .page-wrapper .single-article.previous-article-preview .the-content .excerpt-wrapper .blanket-wrapper,
body #main-wrapper #main-body-wrapper .single-wrapper .single-article.previous-article-preview .the-content .excerpt-wrapper .blanket-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 400;
  background: transparent;
  /* For browsers that do not support gradients */
  background: linear-gradient(transparent, #ffffff);
  /* Standard syntax */
  background: -webkit-linear-gradient(transparent, #ffffff);
  /* For Safari 5.1 to 6.0 */
  background: -moz-linear-gradient(transparent, #ffffff);
  /* For Firefox 3.6 to 15 */
  background: -o-linear-gradient(transparent, #ffffff);
  /* For Opera 11.1 to 12.0 */
}
body #main-wrapper #main-body-wrapper .page-wrapper .product h1,
body #main-wrapper #main-body-wrapper .single-wrapper .product h1 {
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  color: #005b8e;
  width: 970px;
  margin: auto;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 10px;
}
body #main-wrapper #main-body-wrapper .page-wrapper .product .images,
body #main-wrapper #main-body-wrapper .single-wrapper .product .images {
  width: auto;
  margin-top: 40px;
}
body #main-wrapper #main-body-wrapper .page-wrapper .product .images img,
body #main-wrapper #main-body-wrapper .single-wrapper .product .images img {
  width: 200px;
}
body #main-wrapper #main-body-wrapper .page-wrapper .product .summary,
body #main-wrapper #main-body-wrapper .single-wrapper .product .summary {
  width: 750px;
}
body #main-wrapper #main-body-wrapper .page-wrapper .product .summary .description,
body #main-wrapper #main-body-wrapper .single-wrapper .product .summary .description {
  text-align: justify;
}
body #main-wrapper #main-body-wrapper .page-wrapper .product .cart,
body #main-wrapper #main-body-wrapper .single-wrapper .product .cart {
  float: right;
}
body #main-wrapper #main-body-wrapper .page-wrapper .product .input-text,
body #main-wrapper #main-body-wrapper .single-wrapper .product .input-text {
  padding-top: 5px;
  margin-top: 3px;
  border-color: #dddddd;
}
body #main-wrapper #main-body-wrapper .page-wrapper .product .texto-cantidad,
body #main-wrapper #main-body-wrapper .single-wrapper .product .texto-cantidad {
  margin-top: 10px;
  float: left;
  margin-right: 10px;
}
body #main-wrapper #main-body-wrapper .page-wrapper h1.entry-title,
body #main-wrapper #main-body-wrapper .single-wrapper h1.entry-title {
  color: #008ec5;
  font-size: 24px;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  margin-top: 20px;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .related-posts-wrapper .post-preview .post-thumbnail,
  body #main-wrapper #main-body-wrapper .single-wrapper .related-posts-wrapper .post-preview .post-thumbnail {
    width: 180px;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .page-wrapper .related-posts-wrapper .post-preview .thumbnail-right-side,
  body #main-wrapper #main-body-wrapper .single-wrapper .related-posts-wrapper .post-preview .thumbnail-right-side {
    width: 310px;
  }
}
body #main-wrapper #main-body-wrapper .page-wrapper .related-posts-wrapper .post-preview .thumbnail-right-side .post-title,
body #main-wrapper #main-body-wrapper .single-wrapper .related-posts-wrapper .post-preview .thumbnail-right-side .post-title {
  font-size: 20px;
}
body #main-wrapper #main-body-wrapper .page-wrapper .related-posts-wrapper .post-preview .thumbnail-right-side .meta-wrapper *,
body #main-wrapper #main-body-wrapper .single-wrapper .related-posts-wrapper .post-preview .thumbnail-right-side .meta-wrapper * {
  font-size: 12px;
}
body #main-wrapper #main-body-wrapper .page-wrapper .related-posts-wrapper .post-preview .thumbnail-right-side .short-description,
body #main-wrapper #main-body-wrapper .single-wrapper .related-posts-wrapper .post-preview .thumbnail-right-side .short-description {
  font-size: 14px;
}
body #main-wrapper #main-body-wrapper .et-author-bio {
  background: #eeeeee;
  padding: 10px 5px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
body #main-wrapper #main-body-wrapper .et-author-bio .author-thumb {
  width: 80px;
  float: left;
  overflow: hidden;
  margin-right: 10px;
  border: 1px solid #999999;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
}
body #main-wrapper #main-body-wrapper .et-author-bio .author-thumb img {
  width: 100%;
}
body #main-wrapper #main-body-wrapper .et-author-bio .author-name {
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  color: #666666;
}
body #main-wrapper #main-body-wrapper .et-author-bio .author-name:hover {
  text-decoration: underline;
}
body #main-wrapper #main-body-wrapper .et-author-bio .author-description {
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  margin-bottom: 0px;
}
body #main-wrapper #main-body-wrapper .et-author-bio ul.author-social-list {
  background: #eeeeee;
  width: 398px;
  float: left;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
body #main-wrapper #main-body-wrapper .et-author-bio ul.author-social-list li {
  margin: 0px;
  padding: 0px;
  margin-left: 10px;
  margin-top: 5px;
  list-style-type: none;
  float: left;
}
body #main-wrapper #main-body-wrapper .et-author-bio ul.author-social-list li a .fa {
  font-size: 18px;
}
body #main-wrapper #main-body-wrapper .et-author-bio-style {
  background: #eeeeee;
  padding: 10px 5px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
body #main-wrapper #main-body-wrapper .et-author-bio-style .author-thumb {
  width: 80px;
  float: left;
  overflow: hidden;
  margin-right: 10px;
  border: 1px solid #999999;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
}
body #main-wrapper #main-body-wrapper .et-author-bio-style .author-thumb img {
  width: 100%;
}
body #main-wrapper #main-body-wrapper .et-author-bio-style .author-name {
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  color: #666666;
}
body #main-wrapper #main-body-wrapper .et-author-bio-style .author-name:hover {
  text-decoration: underline;
}
body #main-wrapper #main-body-wrapper .et-author-bio-style .author-description {
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  margin-bottom: 0px;
}
body #main-wrapper #main-body-wrapper .et-author-bio-style ul.author-social-list {
  background: #eeeeee;
  width: 398px;
  float: left;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
body #main-wrapper #main-body-wrapper .et-author-bio-style ul.author-social-list li {
  margin: 0px;
  padding: 0px;
  margin-left: 10px;
  margin-top: 5px;
  list-style-type: none;
  float: left;
}
body #main-wrapper #main-body-wrapper .et-author-bio-style ul.author-social-list li a .fa {
  font-size: 18px;
}
body #main-wrapper #main-body-wrapper .rpbt_shortcode h3 {
  text-transform: uppercase;
  background: #003a5b !important;
  border-color: #bbbbbb;
  margin-top: 20px;
}
body #main-wrapper #main-body-wrapper article.post-preview {
  clear: both;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper article.post-preview {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper article.post-preview {
    padding-bottom: 10px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper article.post-preview {
    padding-bottom: 10px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper article.post-preview {
    padding-bottom: 10px;
  }
}
body #main-wrapper #main-body-wrapper article.post-preview header .post-thumbnail {
  float: left;
  width: 240px;
}
@media (min-width: 1200px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .post-thumbnail {
    width: 290px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) and (min-width: 970px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .post-thumbnail {
    width: 240px;
    margin-bottom: 20px;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .post-thumbnail {
    width: 240px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .post-thumbnail {
    width: 140px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .post-thumbnail {
    width: 120px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .post-thumbnail {
    width: 90px;
  }
}
body #main-wrapper #main-body-wrapper article.post-preview header .post-thumbnail img {
  width: 100%;
}
body #main-wrapper #main-body-wrapper article.post-preview header .post-thumbnail a {
  display: block;
  max-width: 150%;
  position: relative;
}
body #main-wrapper #main-body-wrapper article.post-preview header .post-thumbnail a .read-more-text-button {
  background: #005b8e;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  overflow: hidden;
}
body #main-wrapper #main-body-wrapper article.post-preview header .post-thumbnail a .read-more-text-button span {
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 25px;
  width: 70px;
  margin: auto;
  margin-top: 40px;
  display: block;
  position: relative;
}
body #main-wrapper #main-body-wrapper article.post-preview header .post-thumbnail .featured-video-plus {
  margin-bottom: 0px;
}
body #main-wrapper #main-body-wrapper article.post-preview header .post-thumbnail .featured-video-plus iframe {
  height: auto;
  width: 100%;
}
@media (min-width: 1200px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .post-thumbnail .featured-video-plus iframe {
    width: 290px;
    height: 167px;
  }
}
@media (max-width: 1199px) and (min-width: 970px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .post-thumbnail .featured-video-plus iframe {
    width: 240px;
    height: 134px;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .post-thumbnail .featured-video-plus iframe {
    width: 240px;
    height: 134px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .post-thumbnail .featured-video-plus iframe {
    width: 140px;
    height: 80px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .post-thumbnail .featured-video-plus iframe {
    width: 120px;
    height: 70px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .post-thumbnail .featured-video-plus iframe {
    width: 90px;
    height: 55px;
  }
}
body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side {
  float: right;
  width: 390px;
  margin-left: 10px;
}
@media (min-width: 1200px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side {
    width: 570px;
  }
}
@media (max-width: 1199px) and (min-width: 970px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side {
    width: 390px;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side {
    width: 390px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side {
    width: 240px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side {
    width: 225px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side {
    width: 200px;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side .tags-wrapper {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side .tags-wrapper {
    display: none;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side .tags-wrapper {
    display: none;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side .tags-wrapper {
    display: none;
  }
}
body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side .tags-wrapper a.tag-link {
  font-size: 12px;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  text-transform: capitalize;
  word-wrap: normal;
  display: block;
  float: left;
  margin-right: 3px;
  margin-bottom: 2px;
}
body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side .post-title {
  background: none;
  font-size: 16px;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  color: #000000;
  border: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side .post-title {
    color: #00327c;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side .post-title {
    color: #00327c;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side .post-title {
    color: #00327c;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side .post-title {
    color: #00327c;
  }
}
body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side .meta-wrapper {
  text-transform: uppercase;
  margin: 2px 0px;
  width: 100%;
}
body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side .meta-wrapper * {
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  color: #008ec5;
}
body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side .meta-wrapper .separator-dash {
  margin: 0px 5px;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side .meta-wrapper {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side .meta-wrapper {
    display: none;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side .meta-wrapper {
    display: none;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side .meta-wrapper {
    display: none;
  }
}
body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side .meta-wrapper * {
  font-size: 10px;
}
body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side .short-description {
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: 100;
  font-style: normal;
  font-size: 12px;
  position: relative;
  padding-bottom: 27px;
  line-height: 22px;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side .short-description {
    font-size: 16px;
    line-height: normal;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side .short-description {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: normal;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side .short-description {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: normal;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side .short-description {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: normal;
  }
}
body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side .short-description a {
  color: #000000;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: 100;
  font-style: normal;
}
body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side .short-description a.btn-filled {
  background: #005b8e;
  color: #ffffff;
  position: absolute;
  bottom: 5px;
  right: 0px;
  font-size: 12px;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: 100;
  font-style: normal;
  font-size: 10px;
  padding: 5px 4px 2px 4px;
  width: auto;
  height: auto;
  display: block;
  min-width: 0px;
  min-height: 0px;
  margin: 0px;
  line-height: normal;
  border: 0px;
  border-radius: 3px;
  border: 1px solid #055;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side .short-description a.btn-filled {
    width: 60%;
    padding: 9px 0px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side .short-description a.btn-filled {
    width: 60%;
    padding: 9px 0px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side .short-description a.btn-filled {
    width: 60%;
    padding: 9px 0px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper article.post-preview header .thumbnail-right-side .short-description a.btn-filled {
    width: 60%;
    padding: 9px 0px;
  }
}
body #main-wrapper #main-body-wrapper .archive-wrapper .category-middle-block,
body #main-wrapper #main-body-wrapper .home-wrapper .category-middle-block {
  margin-bottom: 20px;
  margin-top: 20px;
  background: #444444;
  /* For browsers that do not support gradients */
  background: linear-gradient(#444444, #222222);
  /* Standard syntax */
  background: -webkit-linear-gradient(#444444, #222222);
  /* For Safari 5.1 to 6.0 */
  background: -moz-linear-gradient(#444444, #222222);
  /* For Firefox 3.6 to 15 */
  background: -o-linear-gradient(#444444, #222222);
  /* For Opera 11.1 to 12.0 */
  width: 100%;
  clear: both;
  padding: 40px 0px 20px;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .category-middle-block,
  body #main-wrapper #main-body-wrapper .home-wrapper .category-middle-block {
    padding-top: 40px;
    margin-top: 50px;
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .category-middle-block,
  body #main-wrapper #main-body-wrapper .home-wrapper .category-middle-block {
    padding-top: 40px;
    margin-top: 50px;
    display: none;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .category-middle-block,
  body #main-wrapper #main-body-wrapper .home-wrapper .category-middle-block {
    padding-top: 40px;
    margin-top: 50px;
    display: none;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .category-middle-block,
  body #main-wrapper #main-body-wrapper .home-wrapper .category-middle-block {
    padding-top: 40px;
    margin-top: 50px;
    display: none;
  }
}
body #main-wrapper #main-body-wrapper .archive-wrapper .category-middle-block .inside-category-block-wrapper,
body #main-wrapper #main-body-wrapper .home-wrapper .category-middle-block .inside-category-block-wrapper {
  width: 970px;
  margin: auto;
  position: relative;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .category-middle-block .inside-category-block-wrapper,
  body #main-wrapper #main-body-wrapper .home-wrapper .category-middle-block .inside-category-block-wrapper {
    width: 768px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .category-middle-block .inside-category-block-wrapper,
  body #main-wrapper #main-body-wrapper .home-wrapper .category-middle-block .inside-category-block-wrapper {
    width: 394px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .category-middle-block .inside-category-block-wrapper,
  body #main-wrapper #main-body-wrapper .home-wrapper .category-middle-block .inside-category-block-wrapper {
    width: 355px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .category-middle-block .inside-category-block-wrapper,
  body #main-wrapper #main-body-wrapper .home-wrapper .category-middle-block .inside-category-block-wrapper {
    width: 300px;
  }
}
body #main-wrapper #main-body-wrapper .archive-wrapper .category-middle-block .inside-category-block-wrapper .trending-sidebar-post,
body #main-wrapper #main-body-wrapper .home-wrapper .category-middle-block .inside-category-block-wrapper .trending-sidebar-post {
  width: 220px;
  float: left;
  margin-left: 30px;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .category-middle-block .inside-category-block-wrapper .trending-sidebar-post,
  body #main-wrapper #main-body-wrapper .home-wrapper .category-middle-block .inside-category-block-wrapper .trending-sidebar-post {
    margin-left: 80px;
    margin-bottom: 20px;
    width: 340px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .category-middle-block .inside-category-block-wrapper .trending-sidebar-post,
  body #main-wrapper #main-body-wrapper .home-wrapper .category-middle-block .inside-category-block-wrapper .trending-sidebar-post {
    width: 394px;
    margin-left: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .category-middle-block .inside-category-block-wrapper .trending-sidebar-post,
  body #main-wrapper #main-body-wrapper .home-wrapper .category-middle-block .inside-category-block-wrapper .trending-sidebar-post {
    width: 355px;
    margin-left: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .category-middle-block .inside-category-block-wrapper .trending-sidebar-post,
  body #main-wrapper #main-body-wrapper .home-wrapper .category-middle-block .inside-category-block-wrapper .trending-sidebar-post {
    width: 300px;
    margin-left: 50px;
    margin-bottom: 20px;
  }
}
body #main-wrapper #main-body-wrapper .archive-wrapper .category-middle-block .inside-category-block-wrapper .trending-sidebar-post header a .post-thumbnail img,
body #main-wrapper #main-body-wrapper .home-wrapper .category-middle-block .inside-category-block-wrapper .trending-sidebar-post header a .post-thumbnail img {
  width: 100%;
  max-width: 150%;
}
body #main-wrapper #main-body-wrapper .archive-wrapper .category-middle-block .inside-category-block-wrapper .trending-sidebar-post header a .post-thumbnail .featured-video-plus,
body #main-wrapper #main-body-wrapper .home-wrapper .category-middle-block .inside-category-block-wrapper .trending-sidebar-post header a .post-thumbnail .featured-video-plus {
  min-height: 165px;
}
body #main-wrapper #main-body-wrapper .archive-wrapper .category-middle-block .inside-category-block-wrapper .trending-sidebar-post header a .post-thumbnail .featured-video-plus iframe,
body #main-wrapper #main-body-wrapper .home-wrapper .category-middle-block .inside-category-block-wrapper .trending-sidebar-post header a .post-thumbnail .featured-video-plus iframe {
  width: 100%;
  height: auto;
}
body #main-wrapper #main-body-wrapper .archive-wrapper .category-middle-block .inside-category-block-wrapper .trending-sidebar-post header a h4,
body #main-wrapper #main-body-wrapper .home-wrapper .category-middle-block .inside-category-block-wrapper .trending-sidebar-post header a h4 {
  color: #ffffff;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  margin-top: 5px;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .category-middle-block .inside-category-block-wrapper .trending-sidebar-post:nth-child(2n),
  body #main-wrapper #main-body-wrapper .home-wrapper .category-middle-block .inside-category-block-wrapper .trending-sidebar-post:nth-child(2n) {
    margin-left: 0px;
    clear: left;
  }
}
body #main-wrapper #main-body-wrapper .archive-wrapper .category-middle-block .inside-category-block-wrapper .trending-sidebar-post:nth-child(2),
body #main-wrapper #main-body-wrapper .home-wrapper .category-middle-block .inside-category-block-wrapper .trending-sidebar-post:nth-child(2) {
  margin-left: 0px;
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .category-middle-block .inside-category-block-wrapper .trending-sidebar-post:nth-child(2),
  body #main-wrapper #main-body-wrapper .home-wrapper .category-middle-block .inside-category-block-wrapper .trending-sidebar-post:nth-child(2) {
    margin-left: 50px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .category-middle-block .inside-category-block-wrapper .trending-sidebar-post:nth-child(2),
  body #main-wrapper #main-body-wrapper .home-wrapper .category-middle-block .inside-category-block-wrapper .trending-sidebar-post:nth-child(2) {
    margin-left: 50px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .category-middle-block .inside-category-block-wrapper .trending-sidebar-post:nth-child(2),
  body #main-wrapper #main-body-wrapper .home-wrapper .category-middle-block .inside-category-block-wrapper .trending-sidebar-post:nth-child(2) {
    margin-left: 50px;
  }
}
body #main-wrapper #main-body-wrapper .archive-wrapper .category-middle-block .inside-category-block-wrapper .category-name,
body #main-wrapper #main-body-wrapper .home-wrapper .category-middle-block .inside-category-block-wrapper .category-name {
  position: absolute;
  bottom: auto;
  top: -55px;
  left: 0px;
  width: 100%;
  text-align: center;
}
body #main-wrapper #main-body-wrapper .archive-wrapper .category-middle-block .inside-category-block-wrapper .category-name .text-wrapper,
body #main-wrapper #main-body-wrapper .home-wrapper .category-middle-block .inside-category-block-wrapper .category-name .text-wrapper {
  color: #ffffff;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-size: 26px;
  padding: 10px 50px 5px;
  display: inline;
  background: #00ade4;
  /* For browsers that do not support gradients */
  background: linear-gradient(#00ade4, #0092c1);
  /* Standard syntax */
  background: -webkit-linear-gradient(#00ade4, #0092c1);
  /* For Safari 5.1 to 6.0 */
  background: -moz-linear-gradient(#00ade4, #0092c1);
  /* For Firefox 3.6 to 15 */
  background: -o-linear-gradient(#00ade4, #0092c1);
  /* For Opera 11.1 to 12.0 */
}
body #main-wrapper #main-body-wrapper .archive-wrapper .category-middle-block .inside-category-block-wrapper .category-name-top,
body #main-wrapper #main-body-wrapper .home-wrapper .category-middle-block .inside-category-block-wrapper .category-name-top {
  bottom: auto;
  top: -60px;
}
body #main-wrapper #main-body-wrapper .archive-wrapper .bottom-preview-posts-wrapper,
body #main-wrapper #main-body-wrapper .home-wrapper .bottom-preview-posts-wrapper {
  width: 970px;
  margin: auto;
}
@media (min-width: 1200px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .bottom-preview-posts-wrapper,
  body #main-wrapper #main-body-wrapper .home-wrapper .bottom-preview-posts-wrapper {
    width: 1200px;
  }
}
@media (max-width: 1199px) and (min-width: 970px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .bottom-preview-posts-wrapper,
  body #main-wrapper #main-body-wrapper .home-wrapper .bottom-preview-posts-wrapper {
    width: 970px;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .bottom-preview-posts-wrapper,
  body #main-wrapper #main-body-wrapper .home-wrapper .bottom-preview-posts-wrapper {
    width: 768px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .bottom-preview-posts-wrapper,
  body #main-wrapper #main-body-wrapper .home-wrapper .bottom-preview-posts-wrapper {
    width: 394px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .bottom-preview-posts-wrapper,
  body #main-wrapper #main-body-wrapper .home-wrapper .bottom-preview-posts-wrapper {
    width: 355px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .bottom-preview-posts-wrapper,
  body #main-wrapper #main-body-wrapper .home-wrapper .bottom-preview-posts-wrapper {
    width: 300px;
  }
}
body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview,
body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview {
  width: 660px;
  float: left;
  clear: left;
  overflow: visible;
}
@media (min-width: 1200px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview,
  body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview {
    width: 890px;
  }
}
@media (max-width: 1199px) and (min-width: 970px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview,
  body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview {
    width: 660px;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview,
  body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview {
    float: none;
    margin: auto;
    margin-top: 10px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview,
  body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview {
    width: 394px;
    margin: auto;
    margin-top: 10px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview,
  body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview {
    width: 355px;
    margin: auto;
    margin-top: 10px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview,
  body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview {
    width: 300px;
    margin: auto;
    margin-top: 10px;
  }
}
body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview header .post-thumbnail,
body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview header .post-thumbnail {
  overflow: visible;
  position: relative;
}
body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview header .thumbnail-right-side .tags-wrapper a.tag-link,
body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview header .thumbnail-right-side .tags-wrapper a.tag-link {
  color: #ffffff;
  font-size: 12px;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-style: normal;
  font-weight: bold;
  padding: 2px 5px 0px 10px;
}
body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview header .thumbnail-right-side .post-title,
body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview header .thumbnail-right-side .post-title {
  font-size: 18px;
  padding-top: 3px;
}
@media (min-width: 1200px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview header .thumbnail-right-side .post-title,
  body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview header .thumbnail-right-side .post-title {
    font-size: 26px;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview header .thumbnail-right-side .post-title,
  body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview header .thumbnail-right-side .post-title {
    font-size: 18px;
    color: #00327c;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview header .thumbnail-right-side .post-title,
  body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview header .thumbnail-right-side .post-title {
    font-size: 18px;
    color: #00327c;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview header .thumbnail-right-side .post-title,
  body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview header .thumbnail-right-side .post-title {
    font-size: 18px;
    color: #00327c;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview header .thumbnail-right-side .post-title,
  body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview header .thumbnail-right-side .post-title {
    font-size: 18px;
    color: #00327c;
  }
}
body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview header .thumbnail-right-side .meta-wrapper,
body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview header .thumbnail-right-side .meta-wrapper {
  text-transform: uppercase;
}
body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview header .thumbnail-right-side .meta-wrapper *,
body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview header .thumbnail-right-side .meta-wrapper * {
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  color: #008ec5;
}
body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview header .thumbnail-right-side .meta-wrapper .separator-dash,
body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview header .thumbnail-right-side .meta-wrapper .separator-dash {
  margin: 0px 5px;
}
body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview header .thumbnail-right-side .meta-wrapper *,
body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview header .thumbnail-right-side .meta-wrapper * {
  font-size: 11px;
}
@media (min-width: 1200px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview header .thumbnail-right-side .meta-wrapper *,
  body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview header .thumbnail-right-side .meta-wrapper * {
    font-size: 14px;
  }
}
body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview header .thumbnail-right-side .short-description,
body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview header .thumbnail-right-side .short-description {
  font-size: 16px;
}
@media (min-width: 1200px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview header .thumbnail-right-side .short-description,
  body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview header .thumbnail-right-side .short-description {
    font-size: 18px;
    line-height: 29px;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview header .thumbnail-right-side .short-description,
  body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview header .thumbnail-right-side .short-description {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview header .thumbnail-right-side .short-description,
  body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview header .thumbnail-right-side .short-description {
    padding-bottom: 0px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview header .thumbnail-right-side .short-description,
  body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview header .thumbnail-right-side .short-description {
    padding-bottom: 0px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview header .thumbnail-right-side .short-description,
  body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview header .thumbnail-right-side .short-description {
    padding-bottom: 0px;
  }
}
body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview header .thumbnail-right-side .short-description a,
body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview header .thumbnail-right-side .short-description a {
  color: #000000;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: 100;
  font-style: normal;
}
body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview:nth-child(2),
body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview:nth-child(2) {
  margin-top: 0px;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview:nth-child(2),
  body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview:nth-child(2) {
    margin-top: 10px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview:nth-child(2),
  body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview:nth-child(2) {
    margin-top: 10px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview:nth-child(2),
  body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview:nth-child(2) {
    margin-top: 10px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper article.post-preview:nth-child(2),
  body #main-wrapper #main-body-wrapper .home-wrapper article.post-preview:nth-child(2) {
    margin-top: 10px;
  }
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview {
  clear: both;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  float: left;
  width: 50%;
  clear: none;
  position: relative;
  overflow: hidden;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview {
    padding-bottom: 10px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview {
    padding-bottom: 10px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview {
    padding-bottom: 10px;
  }
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail {
  float: left;
  width: 240px;
}
@media (min-width: 1200px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail {
    width: 290px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) and (min-width: 970px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail {
    width: 240px;
    margin-bottom: 20px;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail {
    width: 240px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail {
    width: 140px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail {
    width: 120px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail {
    width: 90px;
  }
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail img,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail img {
  width: 100%;
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail a,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail a {
  display: block;
  max-width: 150%;
  position: relative;
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail a .read-more-text-button,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail a .read-more-text-button {
  background: #005b8e;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  overflow: hidden;
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail a .read-more-text-button span,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail a .read-more-text-button span {
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 25px;
  width: 70px;
  margin: auto;
  margin-top: 40px;
  display: block;
  position: relative;
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail .featured-video-plus,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail .featured-video-plus {
  margin-bottom: 0px;
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail .featured-video-plus iframe,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail .featured-video-plus iframe {
  height: auto;
  width: 100%;
}
@media (min-width: 1200px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail .featured-video-plus iframe,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail .featured-video-plus iframe {
    width: 290px;
    height: 167px;
  }
}
@media (max-width: 1199px) and (min-width: 970px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail .featured-video-plus iframe,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail .featured-video-plus iframe {
    width: 240px;
    height: 134px;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail .featured-video-plus iframe,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail .featured-video-plus iframe {
    width: 240px;
    height: 134px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail .featured-video-plus iframe,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail .featured-video-plus iframe {
    width: 140px;
    height: 80px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail .featured-video-plus iframe,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail .featured-video-plus iframe {
    width: 120px;
    height: 70px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail .featured-video-plus iframe,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail .featured-video-plus iframe {
    width: 90px;
    height: 55px;
  }
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side {
  float: right;
  width: 390px;
  margin-left: 10px;
}
@media (min-width: 1200px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side {
    width: 570px;
  }
}
@media (max-width: 1199px) and (min-width: 970px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side {
    width: 390px;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side {
    width: 390px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side {
    width: 240px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side {
    width: 225px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side {
    width: 200px;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .tags-wrapper,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .tags-wrapper {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .tags-wrapper,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .tags-wrapper {
    display: none;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .tags-wrapper,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .tags-wrapper {
    display: none;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .tags-wrapper,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .tags-wrapper {
    display: none;
  }
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .tags-wrapper a.tag-link,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .tags-wrapper a.tag-link {
  font-size: 12px;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  text-transform: capitalize;
  word-wrap: normal;
  display: block;
  float: left;
  margin-right: 3px;
  margin-bottom: 2px;
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .post-title,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .post-title {
  background: none;
  font-size: 16px;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  color: #000000;
  border: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .post-title,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .post-title {
    color: #00327c;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .post-title,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .post-title {
    color: #00327c;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .post-title,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .post-title {
    color: #00327c;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .post-title,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .post-title {
    color: #00327c;
  }
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .meta-wrapper,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .meta-wrapper {
  text-transform: uppercase;
  margin: 2px 0px;
  width: 100%;
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .meta-wrapper *,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .meta-wrapper * {
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  color: #008ec5;
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .meta-wrapper .separator-dash,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .meta-wrapper .separator-dash {
  margin: 0px 5px;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .meta-wrapper,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .meta-wrapper {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .meta-wrapper,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .meta-wrapper {
    display: none;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .meta-wrapper,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .meta-wrapper {
    display: none;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .meta-wrapper,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .meta-wrapper {
    display: none;
  }
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .meta-wrapper *,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .meta-wrapper * {
  font-size: 10px;
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .short-description,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .short-description {
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: 100;
  font-style: normal;
  font-size: 12px;
  position: relative;
  padding-bottom: 27px;
  line-height: 22px;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .short-description,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .short-description {
    font-size: 16px;
    line-height: normal;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .short-description,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .short-description {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: normal;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .short-description,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .short-description {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: normal;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .short-description,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .short-description {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: normal;
  }
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .short-description a,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .short-description a {
  color: #000000;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: 100;
  font-style: normal;
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .short-description a.btn-filled,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .short-description a.btn-filled {
  background: #005b8e;
  color: #ffffff;
  position: absolute;
  bottom: 5px;
  right: 0px;
  font-size: 12px;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: 100;
  font-style: normal;
  font-size: 10px;
  padding: 5px 4px 2px 4px;
  width: auto;
  height: auto;
  display: block;
  min-width: 0px;
  min-height: 0px;
  margin: 0px;
  line-height: normal;
  border: 0px;
  border-radius: 3px;
  border: 1px solid #055;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .short-description a.btn-filled,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .short-description a.btn-filled {
    width: 60%;
    padding: 9px 0px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .short-description a.btn-filled,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .short-description a.btn-filled {
    width: 60%;
    padding: 9px 0px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .short-description a.btn-filled,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .short-description a.btn-filled {
    width: 60%;
    padding: 9px 0px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .short-description a.btn-filled,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .short-description a.btn-filled {
    width: 60%;
    padding: 9px 0px;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview {
    width: 100%;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview {
    width: 100%;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview {
    width: 100%;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview {
    width: 100%;
  }
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header {
  width: 100%;
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail-wrapper,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail-wrapper {
  position: relative;
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail-wrapper .post-thumbnail,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail-wrapper .post-thumbnail {
  width: 100%;
  float: none;
  margin-bottom: 0px;
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail-wrapper .post-thumbnail .featured-video-plus iframe,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail-wrapper .post-thumbnail .featured-video-plus iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail-wrapper .post-thumbnail .featured-video-plus iframe,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail-wrapper .post-thumbnail .featured-video-plus iframe {
    height: 100% !important;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail-wrapper .post-thumbnail .featured-video-plus iframe,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail-wrapper .post-thumbnail .featured-video-plus iframe {
    height: 100% !important;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail-wrapper .post-thumbnail .featured-video-plus iframe,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail-wrapper .post-thumbnail .featured-video-plus iframe {
    height: 100% !important;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail-wrapper .post-thumbnail .featured-video-plus iframe,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail-wrapper .post-thumbnail .featured-video-plus iframe {
    height: 100% !important;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail-wrapper .post-thumbnail .featured-video-plus,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail-wrapper .post-thumbnail .featured-video-plus {
    height: auto !important;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail-wrapper .post-thumbnail .featured-video-plus,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail-wrapper .post-thumbnail .featured-video-plus {
    height: auto !important;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail-wrapper .post-thumbnail .featured-video-plus,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail-wrapper .post-thumbnail .featured-video-plus {
    height: auto !important;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail-wrapper .post-thumbnail .featured-video-plus,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail-wrapper .post-thumbnail .featured-video-plus {
    height: auto !important;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail-wrapper .tags-wrapper,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail-wrapper .tags-wrapper {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail-wrapper .tags-wrapper,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail-wrapper .tags-wrapper {
    display: none;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail-wrapper .tags-wrapper,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail-wrapper .tags-wrapper {
    display: none;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail-wrapper .tags-wrapper,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail-wrapper .tags-wrapper {
    display: none;
  }
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail-wrapper .tags-wrapper a.tag-link,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail-wrapper .tags-wrapper a.tag-link {
  font-size: 12px;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  text-transform: capitalize;
  word-wrap: normal;
  display: block;
  float: left;
  margin-right: 3px;
  margin-bottom: 2px;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail-wrapper .tags-wrapper,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail-wrapper .tags-wrapper {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail-wrapper .tags-wrapper,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail-wrapper .tags-wrapper {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail-wrapper .tags-wrapper,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail-wrapper .tags-wrapper {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail-wrapper .tags-wrapper,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail-wrapper .tags-wrapper {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail-wrapper .tags-wrapper a.tag-link,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail-wrapper .tags-wrapper a.tag-link {
  color: #ffffff;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  padding: 5px 3px 0px 8px;
  font-size: 14px;
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .post-thumbnail-wrapper .hidden-gradient-mobile-layer,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .post-thumbnail-wrapper .hidden-gradient-mobile-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: transparent;
  /* For browsers that do not support gradients */
  background: linear-gradient(transparent, #0a93be);
  /* Standard syntax */
  background: -webkit-linear-gradient(transparent, #0a93be);
  /* For Safari 5.1 to 6.0 */
  background: -moz-linear-gradient(transparent, #0a93be);
  /* For Firefox 3.6 to 15 */
  background: -o-linear-gradient(transparent, #0a93be);
  /* For Opera 11.1 to 12.0 */
  display: none;
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .hidden-mantle,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .hidden-mantle {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #444444;
  top: 0px;
  left: 0px;
  opacity: 0;
  display: none;
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  float: none;
  min-height: 40%;
  margin-left: 0px;
  padding-top: 10px;
  background: transparent;
  /* For browsers that do not support gradients */
  background: linear-gradient(transparent, #0a93be);
  /* Standard syntax */
  background: -webkit-linear-gradient(transparent, #0a93be);
  /* For Safari 5.1 to 6.0 */
  background: -moz-linear-gradient(transparent, #0a93be);
  /* For Firefox 3.6 to 15 */
  background: -o-linear-gradient(transparent, #0a93be);
  /* For Opera 11.1 to 12.0 */
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side {
    margin-left: 0px;
    position: relative;
    width: 500px;
    margin: auto;
    background: transparent;
    /* For browsers that do not support gradients */
    background: linear-gradient(transparent, transparent);
    /* Standard syntax */
    background: -webkit-linear-gradient(transparent, transparent);
    /* For Safari 5.1 to 6.0 */
    background: -moz-linear-gradient(transparent, transparent);
    /* For Firefox 3.6 to 15 */
    background: -o-linear-gradient(transparent, transparent);
    /* For Opera 11.1 to 12.0 */
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side {
    margin-left: 0px;
    position: relative;
    width: 394px;
    margin: auto;
    background: transparent;
    /* For browsers that do not support gradients */
    background: linear-gradient(transparent, transparent);
    /* Standard syntax */
    background: -webkit-linear-gradient(transparent, transparent);
    /* For Safari 5.1 to 6.0 */
    background: -moz-linear-gradient(transparent, transparent);
    /* For Firefox 3.6 to 15 */
    background: -o-linear-gradient(transparent, transparent);
    /* For Opera 11.1 to 12.0 */
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side {
    margin-left: 0px;
    position: relative;
    width: 355px;
    margin: auto;
    background: transparent;
    /* For browsers that do not support gradients */
    background: linear-gradient(transparent, transparent);
    /* Standard syntax */
    background: -webkit-linear-gradient(transparent, transparent);
    /* For Safari 5.1 to 6.0 */
    background: -moz-linear-gradient(transparent, transparent);
    /* For Firefox 3.6 to 15 */
    background: -o-linear-gradient(transparent, transparent);
    /* For Opera 11.1 to 12.0 */
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side {
    margin-left: 0px;
    position: relative;
    width: 320px;
    margin: auto;
    background: transparent;
    /* For browsers that do not support gradients */
    background: linear-gradient(transparent, transparent);
    /* Standard syntax */
    background: -webkit-linear-gradient(transparent, transparent);
    /* For Safari 5.1 to 6.0 */
    background: -moz-linear-gradient(transparent, transparent);
    /* For Firefox 3.6 to 15 */
    background: -o-linear-gradient(transparent, transparent);
    /* For Opera 11.1 to 12.0 */
  }
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .tags-wrapper,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .tags-wrapper {
  margin-left: 10px;
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .tags-wrapper a.tag-link,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .tags-wrapper a.tag-link {
  color: #ffffff;
  font-size: 16px;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  padding: 2px 5px 0px 10px;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .tags-wrapper a.tag-link,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .tags-wrapper a.tag-link {
    font-size: 14px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .tags-wrapper a.tag-link,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .tags-wrapper a.tag-link {
    font-size: 14px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .tags-wrapper a.tag-link,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .tags-wrapper a.tag-link {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .tags-wrapper a.tag-link,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .tags-wrapper a.tag-link {
    font-size: 14px;
  }
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .post-title,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .post-title {
  color: #ffffff;
  font-size: 30px;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  width: 60%;
  min-width: 300px;
  margin-left: 10px;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .post-title,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .post-title {
    font-size: 26px;
    color: #000000;
    width: 90%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .post-title,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .post-title {
    font-size: 26px;
    margin-top: 20px;
    color: #000000;
    width: 90%;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .post-title,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .post-title {
    font-size: 26px;
    margin-top: 20px;
    color: #000000;
    width: 90%;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .post-title,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .post-title {
    font-size: 26px;
    margin-top: 20px;
    color: #000000;
    width: 90%;
  }
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .meta-wrapper,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .meta-wrapper {
  margin-left: 10px;
  text-transform: uppercase;
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .meta-wrapper *,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .meta-wrapper * {
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  color: #008ec5;
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .meta-wrapper .separator-dash,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .meta-wrapper .separator-dash {
  margin: 0px 5px;
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .meta-wrapper *,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .meta-wrapper * {
  color: #dddddd;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: normal;
  font-style: normal;
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .short-description,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .short-description {
  margin: 10px 10px;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .short-description,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .short-description {
    padding-bottom: 0px;
  }
}
body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .short-description a,
body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .short-description a {
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: 100;
  font-style: normal;
  color: #000000;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview header .thumbnail-right-side .short-description *,
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview header .thumbnail-right-side .short-description * {
    font-size: 16px;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview:nth-child(2),
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview:nth-child(2) {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview:nth-child(2),
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview:nth-child(2) {
    display: none;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview:nth-child(2),
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview:nth-child(2) {
    display: none;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper .big-post-preview:nth-child(2),
  body #main-wrapper #main-body-wrapper .home-wrapper .big-post-preview:nth-child(2) {
    display: none;
  }
}
body #main-wrapper #main-body-wrapper .archive-wrapper #main-sidebar,
body #main-wrapper #main-body-wrapper .home-wrapper #main-sidebar {
  margin-top: 10px;
}
body #main-wrapper #main-body-wrapper .account-wrapper .bottom-preview-posts-wrapper .et-author-bio,
body #main-wrapper #main-body-wrapper .authors-wrapper .bottom-preview-posts-wrapper .et-author-bio {
  float: left;
  width: 500px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  body #main-wrapper #main-body-wrapper .account-wrapper .bottom-preview-posts-wrapper .et-author-bio,
  body #main-wrapper #main-body-wrapper .authors-wrapper .bottom-preview-posts-wrapper .et-author-bio {
    width: 660px;
  }
}
@media (max-width: 1199px) and (min-width: 970px) {
  body #main-wrapper #main-body-wrapper .account-wrapper .bottom-preview-posts-wrapper .et-author-bio,
  body #main-wrapper #main-body-wrapper .authors-wrapper .bottom-preview-posts-wrapper .et-author-bio {
    width: 500px;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .account-wrapper .bottom-preview-posts-wrapper .et-author-bio,
  body #main-wrapper #main-body-wrapper .authors-wrapper .bottom-preview-posts-wrapper .et-author-bio {
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 500px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .account-wrapper .bottom-preview-posts-wrapper .et-author-bio,
  body #main-wrapper #main-body-wrapper .authors-wrapper .bottom-preview-posts-wrapper .et-author-bio {
    width: 394px;
    float: none;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .account-wrapper .bottom-preview-posts-wrapper .et-author-bio,
  body #main-wrapper #main-body-wrapper .authors-wrapper .bottom-preview-posts-wrapper .et-author-bio {
    width: 355px;
    float: none;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .account-wrapper .bottom-preview-posts-wrapper .et-author-bio,
  body #main-wrapper #main-body-wrapper .authors-wrapper .bottom-preview-posts-wrapper .et-author-bio {
    width: 300px;
    float: none;
  }
}
body #main-wrapper #main-body-wrapper .account-wrapper .bottom-preview-posts-wrapper .subscribe,
body #main-wrapper #main-body-wrapper .authors-wrapper .bottom-preview-posts-wrapper .subscribe {
  font-size: 24px;
}
body #main-wrapper #main-body-wrapper .account-wrapper .bottom-preview-posts-wrapper .subscribe .btn,
body #main-wrapper #main-body-wrapper .authors-wrapper .bottom-preview-posts-wrapper .subscribe .btn {
  font-size: 24px;
  margin-top: 20px;
  padding-top: 5px;
}
body #main-wrapper #main-body-wrapper .account-wrapper .bottom-preview-posts-wrapper .subscriptions-table,
body #main-wrapper #main-body-wrapper .authors-wrapper .bottom-preview-posts-wrapper .subscriptions-table {
  border: 1px solid #eee;
  display: table;
  width: 300px;
  margin-top: 10px;
  padding: 10px;
  box-sizing: border-box;
}
body #main-wrapper #main-body-wrapper .account-wrapper .bottom-preview-posts-wrapper .subscriptions-table .subscriptions-header,
body #main-wrapper #main-body-wrapper .authors-wrapper .bottom-preview-posts-wrapper .subscriptions-table .subscriptions-header {
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
}
body #main-wrapper #main-body-wrapper .account-wrapper .bottom-preview-posts-wrapper .subscriptions-table .subscriptions-row,
body #main-wrapper #main-body-wrapper .authors-wrapper .bottom-preview-posts-wrapper .subscriptions-table .subscriptions-row {
  display: table-row;
}
body #main-wrapper #main-body-wrapper .account-wrapper .bottom-preview-posts-wrapper .subscriptions-table .subscriptions-row .subscriptions-cell,
body #main-wrapper #main-body-wrapper .authors-wrapper .bottom-preview-posts-wrapper .subscriptions-table .subscriptions-row .subscriptions-cell {
  display: table-cell;
}
body #main-wrapper #main-body-wrapper .account-wrapper .bottom-preview-posts-wrapper .logout-link,
body #main-wrapper #main-body-wrapper .authors-wrapper .bottom-preview-posts-wrapper .logout-link {
  margin-top: 10px;
  display: block;
  font-size: 16px;
}
body #main-wrapper #main-body-wrapper .archive-wrapper h1 {
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  font-size: 30px;
  color: #005b8e;
  width: 970px;
  margin: auto;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper h1 {
    width: 1200px;
  }
}
@media (max-width: 1199px) and (min-width: 970px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper h1 {
    width: 970px;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper h1 {
    width: 660px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper h1 {
    width: 394px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper h1 {
    width: 355px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .archive-wrapper h1 {
    width: 300px;
  }
}
body #main-wrapper #main-body-wrapper .archive-wrapper h1 .label-text {
  color: #888888;
  font-size: 24px;
}
body #main-wrapper #main-body-wrapper .topics-wrapper .topic-link-wrapper {
  width: 645px;
  text-align: left;
  display: block;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-body-wrapper .topics-wrapper .topic-link-wrapper {
    width: 768px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-body-wrapper .topics-wrapper .topic-link-wrapper {
    width: 394px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-body-wrapper .topics-wrapper .topic-link-wrapper {
    width: 355px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-body-wrapper .topics-wrapper .topic-link-wrapper {
    width: 300px;
  }
}
body #main-wrapper #main-body-wrapper .topics-wrapper .topic-link-wrapper .topic-link {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  padding: 9px 0px 5px 0px;
  display: block;
  color: #008ec5;
}
body #main-wrapper .fb-comments {
  margin: auto;
  width: 100% !important;
  float: none;
  display: block;
}
body #main-wrapper .fb-comments span {
  width: 100% !important;
}
body #main-wrapper .fb-comments span iframe {
  width: 100% !important;
}
body #main-wrapper #footer-loading {
  width: 100%;
  text-align: center;
  display: none;
  padding-top: 40px;
}
body #main-wrapper #footer-loading * {
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
}
body #main-wrapper #footer-loading.activated {
  display: block;
}
body #main-wrapper .bottom-fixed-menu-wrapper {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #cccccc;
}
body #main-wrapper .bottom-fixed-menu-wrapper .bottom-fixed-menu {
  width: 100%;
  background: #ffffff;
  padding: 4px 10px;
  z-index: 1000;
}
body #main-wrapper .bottom-fixed-menu-wrapper .bottom-fixed-menu ul li {
  list-style-type: none;
}
body #main-wrapper .bottom-fixed-menu-wrapper .bottom-fixed-menu ul li a {
  color: #cccccc;
}
body #main-wrapper .bottom-fixed-menu-wrapper .bottom-fixed-menu ul li a .fa {
  font-size: 20px;
}
body #main-wrapper .bottom-fixed-menu-wrapper .bottom-fixed-menu ul li a .text {
  clear: both;
  width: 100%;
  display: block;
  font-size: 10px;
  margin-top: 0px;
  color: #000;
}
body #main-wrapper .bottom-fixed-menu-wrapper .bottom-fixed-menu ul li.active a {
  color: #0ec5ff;
}
body #main-wrapper .bottom-fixed-menu-wrapper .bottom-fixed-menu ul li.active a .text {
  color: #0ec5ff;
}
body #main-wrapper .bottom-fixed-menu-wrapper .bottom-fixed-menu ul li.first-element {
  float: left;
  width: 33.33%;
  text-align: center;
}
body #main-wrapper .bottom-fixed-menu-wrapper .bottom-fixed-menu ul li.first-element .fa {
  margin-left: 5px;
}
body #main-wrapper .bottom-fixed-menu-wrapper .bottom-fixed-menu ul li.second-element {
  float: left;
  width: 33.33%;
  text-align: center;
}
body #main-wrapper .bottom-fixed-menu-wrapper .bottom-fixed-menu ul li.third-element {
  float: left;
  width: 33.33%;
  text-align: center;
}
body #main-wrapper .bottom-fixed-menu-wrapper .bottom-fixed-menu ul li.third-element .fa {
  margin-right: 4px;
}
body #main-wrapper .bottom-fixed-menu-wrapper .bottom-fixed-menu .mobile-footer-logo {
  float: left;
  width: 170px;
  margin: 5px 0px;
}
body #main-wrapper .bottom-fixed-menu-wrapper .bottom-fixed-menu .footer-social-links {
  float: right;
  margin: 7px 0px;
}
body #main-wrapper .bottom-fixed-menu-wrapper .bottom-fixed-menu .footer-social-links ul {
  border: 0px;
}
body #main-wrapper .bottom-fixed-menu-wrapper .bottom-fixed-menu .footer-social-links ul li {
  float: left;
  margin-top: 8px;
  margin-left: 10px;
}
body #main-wrapper .bottom-fixed-menu-wrapper .bottom-fixed-menu .footer-social-links ul li a {
  font-size: 18px;
  text-align: center;
  display: block;
  padding-top: 3px;
  width: 30px;
  height: 27px;
  background: #000000;
  box-sizing: content-box;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
}
body #main-wrapper .bottom-fixed-menu-wrapper .bottom-fixed-menu .footer-social-links ul li a .fa {
  color: #ffffff;
}
body #main-wrapper .bottom-fixed-menu-wrapper .bottom-fixed-menu .footer-social-links ul li .facebook-link {
  background: #334f8d;
}
body #main-wrapper .bottom-fixed-menu-wrapper .bottom-fixed-menu .footer-social-links ul li .twitter-link {
  background: #07c5ff;
}
body #main-wrapper .bottom-fixed-menu-wrapper .bottom-fixed-menu .footer-social-links ul li .reddit-link {
  background: #ff9b26;
}
body #main-wrapper .bottom-fixed-menu-wrapper .bottom-fixed-menu .footer-social-links ul li {
  margin-top: 0px;
  margin-left: 5px;
}
body #main-wrapper .bottom-fixed-menu-wrapper .bottom-fixed-menu .footer-social-links ul li a {
  padding-top: 1px;
  width: 25px;
  height: 24px;
}
body #main-wrapper .bottom-fixed-menu-wrapper .bottom-fixed-menu .footer-social-links ul li a .fa {
  font-size: 18px;
}
body #main-wrapper .bottom-fixed-menu-wrapper .bottom-fixed-menu .footer-social-links ul li .shares-count {
  display: none;
}
body #main-wrapper #load-next-articles-link {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
body #main-wrapper #load-next-articles-link .btn {
  background-color: #8ee4ff;
  color: #005b8e;
  border-color: #ccc;
  border-width: 1px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
body #main-wrapper #main-footer {
  width: 100%;
  clear: both;
  border-top: 2px solid #eeeeee;
  padding-top: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-footer {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-footer {
    padding-bottom: 80px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-footer {
    padding-bottom: 80px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-footer {
    padding-bottom: 80px;
  }
}
body #main-wrapper #main-footer .inner-footer-wrapper {
  width: 970px;
  margin: auto;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-footer .inner-footer-wrapper {
    width: 500px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-footer .inner-footer-wrapper {
    width: 394px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-footer .inner-footer-wrapper {
    width: 355px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-footer .inner-footer-wrapper {
    width: 300px;
  }
}
body #main-wrapper #main-footer .inner-footer-wrapper .footer-logo {
  float: left;
  width: 180px;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-footer .inner-footer-wrapper .footer-logo {
    float: none;
    margin: auto;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-footer .inner-footer-wrapper .footer-logo {
    float: none;
    margin: auto;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-footer .inner-footer-wrapper .footer-logo {
    float: none;
    margin: auto;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-footer .inner-footer-wrapper .footer-logo {
    float: none;
    margin: auto;
  }
}
body #main-wrapper #main-footer .inner-footer-wrapper .footer-logo img {
  width: 100%;
}
body #main-wrapper #main-footer .inner-footer-wrapper .links-wrapper {
  float: left;
  width: 520px;
  margin-left: 30px;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-footer .inner-footer-wrapper .links-wrapper {
    float: none;
    margin: auto;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-footer .inner-footer-wrapper .links-wrapper {
    float: none;
    margin: auto;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-footer .inner-footer-wrapper .links-wrapper {
    float: none;
    margin: auto;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-footer .inner-footer-wrapper .links-wrapper {
    float: none;
    margin: auto;
    text-align: center;
    width: 100%;
  }
}
body #main-wrapper #main-footer .inner-footer-wrapper .links-wrapper ul {
  clear: both;
  margin-bottom: 7px;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-footer .inner-footer-wrapper .links-wrapper ul {
    margin-top: 10px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-footer .inner-footer-wrapper .links-wrapper ul {
    margin-top: 10px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-footer .inner-footer-wrapper .links-wrapper ul {
    margin-top: 10px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-footer .inner-footer-wrapper .links-wrapper ul {
    margin-top: 10px;
  }
}
body #main-wrapper #main-footer .inner-footer-wrapper .links-wrapper ul li {
  list-style-type: none;
  float: left;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-footer .inner-footer-wrapper .links-wrapper ul li {
    float: none;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-footer .inner-footer-wrapper .links-wrapper ul li {
    float: none;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-footer .inner-footer-wrapper .links-wrapper ul li {
    float: none;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-footer .inner-footer-wrapper .links-wrapper ul li {
    float: none;
    width: 100%;
    text-align: center;
  }
}
body #main-wrapper #main-footer .inner-footer-wrapper .links-wrapper ul li a {
  color: #008ec5;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
}
body #main-wrapper #main-footer .inner-footer-wrapper .links-wrapper ul li a:hover {
  text-decoration: underline;
}
body #main-wrapper #main-footer .inner-footer-wrapper .links-wrapper ul li.separator {
  margin: 0px 5px;
  color: #008ec5;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-footer .inner-footer-wrapper .links-wrapper ul li.separator {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-footer .inner-footer-wrapper .links-wrapper ul li.separator {
    display: none;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-footer .inner-footer-wrapper .links-wrapper ul li.separator {
    display: none;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-footer .inner-footer-wrapper .links-wrapper ul li.separator {
    display: none;
  }
}
body #main-wrapper #main-footer .inner-footer-wrapper .copyright-wrapper {
  float: right;
  width: 200px;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-footer .inner-footer-wrapper .copyright-wrapper {
    float: none;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-footer .inner-footer-wrapper .copyright-wrapper {
    float: none;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-footer .inner-footer-wrapper .copyright-wrapper {
    float: none;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-footer .inner-footer-wrapper .copyright-wrapper {
    float: none;
    width: 100%;
    text-align: center;
  }
}
body #main-wrapper #main-footer .inner-footer-wrapper .copyright-wrapper .copyright {
  color: #008ec5;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-footer .inner-footer-wrapper .copyright-wrapper .copyright {
    color: #999999;
    margin-top: 20px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-footer .inner-footer-wrapper .copyright-wrapper .copyright {
    color: #999999;
    margin-top: 20px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-footer .inner-footer-wrapper .copyright-wrapper .copyright {
    color: #999999;
    margin-top: 20px;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-footer .inner-footer-wrapper .copyright-wrapper .copyright {
    color: #999999;
    margin-top: 20px;
  }
}
body #main-wrapper #main-footer .credits {
  width: 100%;
  text-align: center;
  clear: both;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  display: block;
  padding-top: 20px;
  padding-bottom: 0px;
}
body #main-wrapper #main-footer .credits .text {
  color: #888888;
  font-weight: normal;
  font-style: normal;
}
body #main-wrapper #main-footer .credits .text a {
  color: #00c5ff;
}
body #main-wrapper #main-footer .credits .text a:hover {
  text-decoration: underline;
}
body #main-wrapper #main-sidebar {
  float: right;
  width: 310px;
  margin-top: 65px;
}
@media (max-width: 969px) and (min-width: 768px) {
  body #main-wrapper #main-sidebar {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body #main-wrapper #main-sidebar {
    display: none;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body #main-wrapper #main-sidebar {
    display: none;
  }
}
@media (max-width: 374px) {
  body #main-wrapper #main-sidebar {
    display: none;
  }
}
body #main-wrapper #main-sidebar h3 {
  color: #008ec5;
  text-transform: uppercase;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  font-size: 30px;
}
body #main-wrapper #main-sidebar .trending-sidebar-post {
  width: 200px;
  margin: auto;
  margin-bottom: 10px;
}
body #main-wrapper #main-sidebar .trending-sidebar-post header a figure.post-thumbnail {
  margin-bottom: 5px;
}
body #main-wrapper #main-sidebar .trending-sidebar-post header a figure.post-thumbnail img {
  width: 100%;
}
body #main-wrapper #main-sidebar .trending-sidebar-post header a figure.post-thumbnail .featured-video-plus .fluid-width-video-wrapper {
  min-height: 150px;
}
body #main-wrapper #main-sidebar .trending-sidebar-post header a figure.post-thumbnail .featured-video-plus .fluid-width-video-wrapper iframe {
  height: auto;
}
body #main-wrapper #main-sidebar .trending-sidebar-post header a h4 {
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
}
body #main-wrapper #main-sidebar .sidebar-ad-wrapper {
  width: 200px;
  margin: auto;
  margin-top: 20px;
}
body #main-wrapper .social-et-share-wrapper ul {
  border: 0px;
}
body #main-wrapper .social-et-share-wrapper ul li {
  float: left;
  margin-top: 8px;
  margin-left: 10px;
}
body #main-wrapper .social-et-share-wrapper ul li a {
  font-size: 18px;
  text-align: center;
  display: block;
  padding-top: 3px;
  width: 30px;
  height: 27px;
  background: #000000;
  box-sizing: content-box;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
}
body #main-wrapper .social-et-share-wrapper ul li a .fa {
  color: #ffffff;
}
body #main-wrapper .social-et-share-wrapper ul li .facebook-link {
  background: #334f8d;
}
body #main-wrapper .social-et-share-wrapper ul li .twitter-link {
  background: #07c5ff;
}
body #main-wrapper .social-et-share-wrapper ul li .reddit-link {
  background: #ff9b26;
}
body #main-wrapper .social-et-share-wrapper ul li {
  position: relative;
}
body #main-wrapper .social-et-share-wrapper ul li .shares-count {
  position: relative;
  right: 0px;
  float: left;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0px 9px;
  padding-top: 0px;
  width: auto;
  max-width: 1000px;
  margin-top: 1px;
  margin-right: 10px;
  font-weight: 100;
}
body #main-wrapper .social-et-share-wrapper ul li:first-child a {
  float: left;
}
body #main-wrapper .button.wc-backward,
body #main-wrapper .button.wc-forward {
  background-color: #0ec5ff;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  color: #ffffff;
  border-color: #999;
  border-width: 1px;
  font-size: 12px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
body #main-wrapper .add-to-cart-button {
  background-color: #8ee4ff;
  color: #005b8e;
  border-color: #ccc;
  border-width: 1px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-weight: 800;
  font-size: 13px;
  display: block;
  width: 200px;
  margin: auto;
  padding-bottom: 8px;
  padding-top: 8px;
}
body #main-wrapper .button.wc-backward {
  margin-top: 10px;
}
body #main-wrapper .woocommerce-info {
  display: none;
}
body #main-wrapper .shop_table .actions .add-to-cart-button {
  width: 160px;
}
body #main-wrapper .subscription-notice {
  width: 100%;
  clear: both;
  margin-top: 30px;
}
body #main-wrapper .subscription-notice div.wrapper {
  font-size: 24px;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
}
body #main-wrapper .subscription-notice div.wrapper .add-to-cart-button {
  background-color: #8ee4ff;
  color: #005b8e;
  border-color: #ccc;
  border-width: 1px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-weight: 800;
  font-size: 13px;
  display: block;
  width: 200px;
  margin: auto;
  padding-bottom: 8px;
  padding-top: 8px;
}
body #main-wrapper .subscription-notice div.wrapper .add-to-cart-button:first-child {
  margin-top: 10px;
}
body #main-wrapper .woocommerce h2 {
  display: none;
}
body #main-wrapper .woocommerce form .button {
  background-color: #0ec5ff;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  color: #ffffff;
  border-color: #999;
  border-width: 1px;
  font-size: 12px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-size: 24px;
  padding-bottom: 40px;
  max-width: 100%;
  width: auto;
}
body #main-wrapper .woocommerce form .form-row input[type="password"],
body #main-wrapper .woocommerce form .form-row input[type="text"] {
  background: #f5f5f5;
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
body #main-wrapper .woocommerce-billing-fields .select2-container .select2-choice {
  color: #666666;
  padding: 15px 10px 10px 10px;
}
body .clearer {
  clear: both;
  display: block;
}
body .processed-ad {
  overflow: hidden;
}
body .home-subscribe-wrapper,
body .mailchimp-form-wrapper {
  max-width: 200px;
  margin: auto;
}
body .home-subscribe-wrapper h3,
body .mailchimp-form-wrapper h3 {
  margin-top: 30px;
  margin-bottom: 0px !important;
  color: #008ec5;
  text-transform: uppercase;
  font-family: 'notosans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-style: normal;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  font-size: 30px;
}
body .home-subscribe-wrapper #mc_embed_signup .email,
body .mailchimp-form-wrapper #mc_embed_signup .email {
  padding-bottom: 3px;
  margin-bottom: 0px;
}
body .home-subscribe-wrapper #mc_embed_signup .mc-field-group,
body .mailchimp-form-wrapper #mc_embed_signup .mc-field-group {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
body .home-subscribe-wrapper #mc_embed_signup .btn,
body .mailchimp-form-wrapper #mc_embed_signup .btn {
  margin: auto;
  padding: 0px;
  width: 200px;
  height: auto;
  margin-top: 20px;
}
body .home-subscribe-wrapper #mc_embed_signup .email,
body .mailchimp-form-wrapper #mc_embed_signup .email {
  width: 200px;
  margin: auto;
}
body .home-subscribe-wrapper #mc_embed_signup form,
body .mailchimp-form-wrapper #mc_embed_signup form {
  padding: 0px;
}
body .bottom-preview-posts-wrapper.home-bottom-form .mailchimp-form-wrapper {
  float: right;
  display: block;
}
@media (min-width: 1200px) {
  body .bottom-preview-posts-wrapper.home-bottom-form .mailchimp-form-wrapper {
    display: block;
  }
}
@media (max-width: 1199px) and (min-width: 970px) {
  body .bottom-preview-posts-wrapper.home-bottom-form .mailchimp-form-wrapper {
    display: block;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body .bottom-preview-posts-wrapper.home-bottom-form .mailchimp-form-wrapper {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body .bottom-preview-posts-wrapper.home-bottom-form .mailchimp-form-wrapper {
    display: none;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body .bottom-preview-posts-wrapper.home-bottom-form .mailchimp-form-wrapper {
    display: none;
  }
}
@media (max-width: 374px) {
  body .bottom-preview-posts-wrapper.home-bottom-form .mailchimp-form-wrapper {
    display: none;
  }
}
@media (min-width: 1200px) {
  body .bottom-preview-posts-wrapper.home-bottom-form .mailchimp-form-wrapper {
    float: right;
  }
}
@media (max-width: 1199px) and (min-width: 970px) {
  body .bottom-preview-posts-wrapper.home-bottom-form .mailchimp-form-wrapper {
    float: right;
  }
}
@media (max-width: 969px) and (min-width: 768px) {
  body .bottom-preview-posts-wrapper.home-bottom-form .mailchimp-form-wrapper {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body .bottom-preview-posts-wrapper.home-bottom-form .mailchimp-form-wrapper {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 40px;
  }
}
@media (max-width: 413px) and (min-width: 375px) {
  body .bottom-preview-posts-wrapper.home-bottom-form .mailchimp-form-wrapper {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 40px;
  }
}
@media (max-width: 374px) {
  body .bottom-preview-posts-wrapper.home-bottom-form .mailchimp-form-wrapper {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 40px;
  }
}
body .home-subscribe-wrapper {
  margin: auto;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 969px) and (min-width: 768px) {
  body .home-subscribe-wrapper {
    width: 500px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  body .home-subscribe-wrapper {
    width: 414px;
  }
}
body .home-subscribe-wrapper h3 {
  display: none;
}
body .home-subscribe-wrapper p {
  text-align: center;
  width: 100%;
}
body .home-subscribe-wrapper .mc-field-group {
  margin: 0px;
  width: 100% !important;
}
body .home-subscribe-wrapper .btn,
body .home-subscribe-wrapper .email {
  width: 250px;
  margin: auto;
}
body .social-icon-image {
  height: 22px;
}
