@charset "UTF-8";
@font-face {
  font-family: "Graphik-Bold-Italic";
  src: url("../fonts/Graphik_Web/Graphik-MediumItalic-Web.eot");
  src: url("../fonts/Graphik_Web/Graphik-MediumItalic-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik_Web/Graphik-MediumItalic-Web.woff2") format("woff2"), url("../fonts/Graphik_Web/Graphik-MediumItalic-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "Graphik-Bold";
  src: url("../fonts/Graphik_Web/Graphik-Medium-Web.eot");
  src: url("../fonts/Graphik_Web/Graphik-Medium-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik_Web/Graphik-Medium-Web.woff2") format("woff2"), url("../fonts/Graphik_Web/Graphik-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Graphik-Regular-Italic";
  src: url("../fonts/Graphik_Web/Graphik-RegularItalic-Web.eot");
  src: url("../fonts/Graphik_Web/Graphik-RegularItalic-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik_Web/Graphik-RegularItalic-Web.woff2") format("woff2"), url("../fonts/Graphik_Web/Graphik-RegularItalic-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "Graphik-Regular";
  src: url("../fonts/Graphik_Web/Graphik-Regular-Web.eot");
  src: url("../fonts/Graphik_Web/Graphik-Regular-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik_Web/Graphik-Regular-Web.woff2") format("woff2"), url("../fonts/Graphik_Web/Graphik-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
.btn, .btn-nopixel, a {
  text-decoration: none;
  font-family: "Graphik-Bold";
}

.btn, .btn-nopixel, .flash-alert {
  text-align: center;
}

.btn.campaign-btn, .btn-nopixel.campaign-btn {
  background: #fff;
  color: #FD4F57;
}

.sub-nav-mobile:after, .sub-nav-mobile:before, header .language-select:after {
  pointer-events: none;
  content: "";
}

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

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

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

[hidden] {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

button, input, select, textarea {
  font-family: sans-serif;
}

a:focus {
  outline: dotted thin;
}
a:active, a:hover {
  outline: 0;
}
a.main-logo:focus {
  outline: 0;
}

h1 {
  font-size: 32px;
  line-height: 1.125em;
  font-weight: normal;
}

h2 {
  font-size: 24px;
  line-height: 1.125em;
  font-weight: normal;
  margin: 1em 0;
}

h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
}

h4 {
  font-size: 24px;
  font-weight: normal;
}

h5 {
  font-size: 20px;
  font-weight: normal;
}

h6 {
  font-size: 16px;
  font-weight: normal;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

dl, menu, ol, p, pre, ul {
  margin: 1em 0;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:after, q:before {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

dd {
  margin: 0 0 0 40px;
}

menu, ol, ul {
  padding: 0 0 0 40px;
}

nav ol, nav ul {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}

.body-wrapper .content, .constrain, header .header-right {
  max-width: 1020px;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

.btn, .btn-nopixel, .sm2_button, .tablesorter-header {
  cursor: pointer;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.btn, .btn-nopixel, header .secondary-nav {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Graphik-Regular";
  font-weight: 400;
  color: #4a4a4a;
  font-size: 16px;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
}

select {
  font-family: "Graphik-Regular";
}

em {
  font-family: "Graphik-Regular-Italic";
}

p, .btn, .btn-nopixel {
  font-size: 1em;
  line-height: 1.5em;
  /*
  font-size: 24px;
  line-height: 32px;
  */
}

.content.jp-content h1, .content.jp-content h2, .content.jp-content h3, .content.jp-content h4, .content.jp-content h5, .content.jp-content h6 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Cabin, sans-serif;
}

.jp-content {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Cabin, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

.flash-alert, .form_error, th {
  font-weight: 700;
}

.content .right-col {
  margin-top: 30px;
  width: 50% !important;
}
.content h1 {
  margin: 30px 0;
}

ul {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
ul li {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.5em;
}

.content.jp-content {
  font-size: 0.8em;
}

h2 {
  font-size: 1.5em;
}

a {
  color: #fd4f57;
}

ul li {
  list-style-type: none;
}

.wrapper {
  width: 100%;
}

.newsletter-wrapper {
  background-color: #fd4f57;
}

.SubheaderRed {
  color: #fd4d57;
  font-weight: 600;
  letter-spacing: -0.25px;
  margin-top: 1em;
}

.SubheaderTeal {
  color: #69d8de;
  font-weight: 600;
  letter-spacing: -0.25px;
  margin-top: 1em;
}

.constrain {
  width: 90%;
  margin: 0 auto;
}

.btn, .btn-nopixel {
  display: inline-block;
  background-color: #FD4F57;
  color: #fff;
  font-size: 1.2em;
  padding: 3px 20px;
  border-radius: 10px;
}

table {
  border: 1px solid #fff;
}
table.td-border tr td {
  border: 1px solid #fff;
}

tr {
  border: 1px solid #fff;
}

.desktop-only, .no-mobile {
  display: none;
}

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

.flash-alert {
  font-family: "Graphik-Bold";
  position: absolute;
  width: 100%;
  z-index: 10000;
  background-color: #FFD6D1;
  text-align: center;
  color: #fd4f57;
  padding: 45px 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.flash-alert h2 {
  font-family: "Graphik-Bold";
  font-size: 1.3em;
  color: #fd4f57;
  font-weight: bold;
  padding: 2em 0;
}

td, th {
  padding: 0.4em 0.8em 0.4em 0.4em;
}

.call-to-action {
  margin-top: 1em;
  background: #FD4F57;
}

.sm2_button {
  display: inline-block;
}
.sm2_button:before {
  font-family: "FontAwesome";
  font-size: 9px;
  content: "\f04b";
  color: #fff;
  background: #32b8bf;
  /*
  color: #FD4F57;
  background: #ffd6d1;
  */
  position: relative;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
  padding: 0 0 0 2px;
  top: -3px;
  box-sizing: border-box;
}
.sm2_button.sm2_playing:before {
  content: "\f04c";
  padding: 0;
}

.tablesorter-header.sorter-false:after, .tablesorter-header.sorter-false:before {
  display: none;
}

.tablesorter-headerAsc:before, .tablesorter-headerDesc:before {
  display: none;
}

.sm2_button.sm2_playing:before {
  background-position: -20px 0;
}

span, strong {
  color: #4a4a4a;
}

table {
  border-spacing: 0;
  width: 100%;
  margin: 1em 0;
  border-collapse: collapse;
  font-size: 1em;
}
table a {
  text-decoration: none;
}
table.td-border tr td:first-child {
  margin-bottom: 10px;
}

th {
  position: relative;
}

.tablesorter-header:after, .tablesorter-header:before {
  position: absolute;
  right: 5px;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

tr.highlighted {
  background-color: #84bade;
  color: #fff;
}

.form_error, .required {
  color: #fd4f57;
}

td {
  display: block;
}

.tablesorter-header:after {
  top: 0.5em;
  border-bottom: 7.5px solid #fff;
}
.tablesorter-header:before {
  bottom: 0.5em;
  border-top: 7.5px solid #fff;
}

.tablesorter-headerAsc:after, .tablesorter-headerDesc:after {
  position: absolute;
  top: 0.5em;
  right: 5px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
}

.tablesorter-header.sorter-false {
  cursor: default;
}

.tablesorter-headerAsc:after {
  border-bottom: 15px solid #fff;
}

.tablesorter-headerDesc:after {
  border-bottom: 0;
  border-top: 15px solid #fff;
}

label {
  font-size: 1.2em;
}
label.always-show {
  display: inline;
}

.field-container.multiselect {
  height: 130px;
  margin-bottom: 0.75em;
}

.form_error {
  margin: 5px 0;
}

form {
  margin-top: 0.75em;
}
form.boxed {
  background-color: #ecf0f1;
  padding: 1em;
}

.callout-box span, .song {
  font-size: 1.2em;
}

input[type=text], input[type=email], input[type=password], input[type=tel], select, textarea {
  width: 100%;
  padding: 0.3em 0.4em;
  margin: 0.75em 0;
  font-size: 1.2em;
  color: #4a4a4a;
  outline: 0;
}

input[type=password], input[type=phone], input[type=email], input[type=tel] {
  color: #4a4a4a;
  outline: 0;
}

select[multiple] {
  position: relative;
  top: 70px;
  margin-top: -70px;
  min-width: 175px;
}

input[type=checkbox] {
  margin-right: 5px;
}
input[type=submit] {
  outline: 0;
  border: 0;
}

@-moz-document url-prefix() {
  header .language-select select {
    padding-top: 8px !important;
  }
}
.pagination {
  margin: 20px 0;
  font-size: 16px;
}
.pagination .left {
  float: left;
}
.pagination .right {
  float: right;
}
.pagination .active {
  font-weight: 700;
}
.pagination .disabled {
  color: #CCC;
}

.callout-box {
  background-color: #84bade;
  color: #fff;
  margin: 1em 0;
  padding: 1em;
}
.callout-box .select-container {
  margin-top: 1.2em;
  margin-left: 1.2em;
}
.callout-box select {
  width: auto;
}

#recaptcha_table td {
  display: table-cell !important;
}

.testimonial-block {
  margin-top: 1.5em;
}

.song {
  margin: 1em 0;
}

.licensing .content-main {
  width: 100%;
  padding-right: 0;
}

.left-col {
  padding: 30px 30px 30px 0;
}
.left-col nav.sub-nav {
  font-family: "Graphik-Bold";
  padding: 0;
}
.left-col nav.sub-nav #sidebar1 {
  margin-left: 10px;
}
.left-col nav.sub-nav ul {
  padding-left: 10px;
}
.left-col nav.sub-nav ul li {
  padding: 8px 0;
}
.left-col nav.sub-nav ul li.active:before {
  font-family: "FontAwesome";
  font-size: 0.65em;
  content: "\f04b";
  color: #fd4f57;
  position: absolute;
  left: -16px;
  top: 8px;
}
.left-col nav.sub-nav a {
  font-size: 16px;
  line-height: 20px;
}
.left-col nav.sub-nav a:hover {
  opacity: 0.7;
}
.left-col nav.sub-nav ul ul li a {
  color: #4a4a4a;
}
.left-col .widgettitle {
  padding-bottom: 10px;
}

.header-wrapper {
  background-color: #fd4f57;
  height: 50px;
  margin-bottom: 200px;
}
.header-wrapper.sticky:after {
  background-color: transparent;
}
.header-wrapper:after {
  background-color: transparent;
  position: absolute;
  z-index: 10;
}
.header-wrapper .constrain {
  position: relative;
}
.header-wrapper.sticky {
  position: static;
  z-index: 10;
}
.header-wrapper .cf:last-child {
  /*

  */
  height: 200px;
}
.header-wrapper .main-logo {
  display: block;
  text-align: center;
  margin: 65px 0 0;
}
.header-wrapper .main-logo img {
  margin-top: 32px;
  max-width: 90%;
  height: auto;
}

.header-bg-img {
  height: 100%;
}

header .header-left, header .language-select select::-ms-expand {
  display: none;
}
header .constrain {
  padding: 10px 0;
}
header .header-right {
  margin: 0 auto;
  text-align: right;
  position: relative;
}
header .sub-site-name {
  color: #fff;
  font-size: 1.1em;
}
header .mobile-btn {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 0.5em;
  margin-left: 0.5em;
  margin-top: 0.5em;
  cursor: pointer;
  border: 1px solid #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
header .mobile-btn.sticky-left {
  float: left;
  margin-left: 0;
  background: #fff;
  color: #fd4f57;
}
header .mobile-btn.active:after {
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -15px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #FD4F57;
  content: "";
  z-index: 3;
}
header .jpn-site-link {
  border-radius: 10px;
  background-color: #84bade;
  padding: 5px;
  font-size: 0.85em;
  color: #fff;
}
header .menu {
  display: none;
  position: absolute;
  z-index: 5;
  top: 100%;
  margin-top: 16px;
  left: 0;
}
header .menu.active {
  display: block;
}
header .menu li {
  border-top: 1px solid #fff;
}
header .menu li a {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  display: block;
  padding: 0.75em 1em;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
header .menu.main-menu {
  background: Transparent;
  position: absolute;
  left: 0;
  top: 202px;
  margin-top: 0;
  width: 746px;
  padding-right: 120px;
  display: table;
  font-size: 1.1em;
  text-transform: uppercase;
  text-align: center;
  z-index: 10;
}
header .menu.main-menu li {
  width: 100%;
  display: block;
}
header .menu.main-menu li a {
  color: #4a4a4a;
}
header .menu.main-menu li.active a {
  color: #fd4f57;
}
header .menu.main-menu li.mobile-only.taiwan a {
  font-size: 1.2em;
}
header .language-select {
  overflow: hidden;
  display: inline-block !important;
  position: absolute;
  top: 215px;
  right: 0;
  z-index: 11;
}
header .secondary-nav-container {
  position: fixed;
  height: 50px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fd4f57;
}
header .secondary-nav {
  position: relative;
  border-radius: 2px;
  background-color: #fd4f57;
  max-width: 1020px;
  margin: 0 auto;
  text-align: right;
}
header .secondary-nav li {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  list-style-type: disc !important;
  margin-top: 7px;
  vertical-align: middle;
  /* position: absolute; */
}
header .secondary-nav li:nth-child(n+2) {
  top: 7px;
}
header .secondary-nav li:first-child {
  background-color: #fff;
  float: left;
  margin-top: 8px;
  margin-left: 130px;
}
header .secondary-nav li:first-child a:before {
  content: "";
  background-image: url(/images/little_friend_9.png);
  background-repeat: no-repeat;
  background-size: 130px 53px;
  display: block;
  position: absolute;
  height: 53px;
  width: 130px;
  left: 0;
  top: -2px;
}
header .secondary-nav li.link.icon {
  padding: 0 4px;
  line-height: 32px;
}
header .secondary-nav li.link.icon a {
  color: #fff;
  font-family: "Graphik-Medium";
  font-size: 17px;
  padding: 0;
  line-height: 32px;
  height: 32px;
  width: 32px;
  display: block;
}
header .secondary-nav li:last-child {
  right: 128px;
}
header .secondary-nav li:nth-last-child(2) {
  right: 182px;
}
header .secondary-nav li:nth-last-child(3) {
  right: 0;
}
header .secondary-nav li:nth-last-child(4) {
  right: 56px;
}
header .secondary-nav li a {
  color: #fff;
  display: block;
  padding: 0.5em;
  font-family: "Graphik-Bold";
}
header .secondary-nav li:first-child a {
  padding: 5px 20px;
  color: #fd4f57;
  left: 0;
}
header .fixed-nav-container {
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
}
header .social-media-nav {
  float: right;
  line-height: 32px;
}
header .social-media-nav li.link {
  padding: 0 4px;
  right: inherit;
  left: inherit;
  top: inherit;
  position: inherit;
  background-color: inherit;
  display: inline-block;
}
header .social-media-nav li.link a {
  color: #fff;
  font-family: "Graphik-Medium";
  font-size: 17px;
  padding: 0.5em 0.25em;
}
header .social-media-nav {
  position: relative;
  z-index: 1;
  margin: 9px 0;
}
header .social-media-nav li.link a {
  display: block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0;
}

.sub-nav-mobile {
  margin: 0px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.sub-nav-mobile::-ms-expand {
  display: none;
}
.sub-nav-mobile select {
  width: 100%;
  padding: 0 45px 0 10px;
  margin: 0;
  background: #fd4f57;
  color: #fff;
  font-size: 18px;
  border: none;
  outline: 0;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  height: 46px;
  border-radius: 2px;
}

.content .content-main h1, .sub-nav {
  display: none;
}

.content .breadcrumbs {
  margin: 30px 0 0 10px;
  font-family: "Graphik-Regular";
}
.content .breadcrumbs a {
  font-weight: 400;
  color: #fd4f57;
  font-family: "Graphik-Regular";
}
.content .breadcrumbs .breadcrumb-divider {
  margin: 0 5px;
  color: #fd4f57;
  font-family: "Graphik-Regular";
}

.sub-nav-mobile:after,
.sub-nav-mobile:before {
  position: absolute;
  background-color: white;
  width: 2px;
  height: 15px;
  margin: 0;
  outline: 0;
  padding: 0;
  border: none;
}

.sub-nav-mobile:before {
  transform: rotate(-45deg);
  right: 26px;
  bottom: 12px;
}

.sub-nav-mobile:after {
  transform: rotate(45deg);
  right: 16px;
  bottom: 12px;
}

iframe {
  padding: 0px !important;
}

.page-heading-wrapper {
  padding-bottom: 2em;
  position: relative;
  height: 600px;
}
.page-heading-wrapper.subpage {
  height: 300px;
}
.page-heading-wrapper .page-heading {
  position: relative;
  padding-top: 28px;
}
.page-heading-wrapper .page-heading .breadcrumbs {
  display: none;
  padding-top: 0.25em;
}
.page-heading-wrapper .page-heading .breadcrumbs .breadcrumb-divider {
  margin: 0 5px;
  color: #fd4f57;
}
.page-heading-wrapper .page-heading .breadcrumbs a {
  color: #fd4f57;
}
.page-heading-wrapper .page-heading h1 {
  color: #fd4f57;
  font-size: 3em;
}

.body-wrapper {
  background-color: #fff;
}
.body-wrapper .content .left-col {
  margin: 0;
  padding: 30px 30px 30px 0;
}
.body-wrapper .content .left-col .sub-nav {
  margin: 0;
}
.body-wrapper .content .left-col .sub-nav .link {
  padding-left: 0;
}
.body-wrapper .content .left-col .sub-nav .link ul {
  margin-left: 0;
  padding-left: 15px;
}
.body-wrapper .content .right-col {
  margin: 0 0 32px;
  float: right;
  width: 75% !important;
}

.content {
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  background: #fff;
}
.content.constrain {
  max-width: 1020px;
}
.content .content-blog {
  max-width: 1020px;
  margin: 0 auto;
}
.content .content-blog h2 {
  font-weight: 400;
}
.content .left-col {
  float: left;
  width: auto;
  max-width: 25%;
}
.content .right-col {
  float: left;
  max-width: 75%;
}
.content .main-body {
  padding-bottom: 40px;
}
.content .main-body ol, .content .main-body ul {
  font-size: 1.25em;
}
.content .right-col ol, .content .right-col ul {
  font-size: 1.25em;
}
.content .main-body ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
  font-size: 1em;
  overflow: hidden;
}
.content .main-body ol li {
  font-size: 1em;
  line-height: 1.5em;
}
.content .main-body ul {
  margin: 1em 0;
  padding: 0 0 0 40px;
  font-size: 1em;
  overflow: hidden;
}
.content .main-body ul li {
  list-style-type: disc;
  font-size: 1em;
  line-height: 1.5em;
}
.content .main-body iframe {
  position: relative;
}
.content .secondary-content {
  display: inline-block;
  width: 46%;
  margin: 40px 0;
  vertical-align: top;
}
.content .secondary-content h1 {
  margin-top: 0;
}
.content .secondary-content a {
  margin: 0 0.5em 0 0;
}
.content .class-block {
  display: inline-block;
  width: 50%;
  margin: 40px 0;
  float: right;
}
.content .class-block a {
  margin: 0 0.5em 0 0;
}
.content .class-block .cf {
  vertical-align: top;
}
.content .class-block .class-container {
  display: block;
}
.content .class-block .results_table {
  display: block;
}
.content .class-block .results_table tr td:first-child {
  display: none;
}
.content .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.content .embed-container embed, .content .embed-container iframe, .content .embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.newsletter {
  padding: 25px 0 0;
  text-align: center;
}
.newsletter h2 {
  color: #fff;
  padding: 0 0.5em;
  display: inline-block;
  font-size: 24px;
}

.footer-wrapper {
  background-color: #fd4f57;
}
.footer-wrapper .social-links {
  position: fixed;
  top: 8px;
  right: 0;
  text-align: left;
  z-index: 100;
  display: none;
}
.footer-wrapper .languages {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.footer-wrapper .languages a {
  width: 150px;
  padding: 3px;
  text-align: center;
  line-height: 1.5;
  color: white;
}

footer {
  padding: 32px 0;
  color: #FFD6D1;
  font-size: 12px;
  max-width: 1020px;
  font-size: 16px;
}
footer .footer-links {
  display: flex;
  justify-content: space-between;
  padding: 0 0 32px;
}
footer .footer-links ul {
  display: inline-block;
  vertical-align: top;
}
footer .footer-links ul li {
  color: #fff;
  display: block;
  line-height: 2em;
  font-size: 16px;
}
footer .footer-links ul li label {
  font-family: "Graphik-Bold";
  line-height: 1.25em;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
  display: initial;
}
footer .footer-links ul li a {
  font-family: "Graphik-Regular";
}
footer .footer-links ul li a:hover {
  font-family: "Graphik-Bold";
}
footer .footer-links ul li.social-media-links {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}
footer .footer-links ul li.social-media-links a {
  display: inline-block;
}
footer .mt-footer {
  clear: both;
  display: block;
  padding: 32px 0 0;
  border-top: solid 1px #fff;
}
footer .mt-footer .copyright {
  float: right;
  text-align: right;
}
footer .mt-footer .copyright p {
  line-height: 1em;
}

table.performance-log {
  margin: 20px 0;
  font-size: 1em;
}
table.performance-log thead {
  background: #32b8bf;
  font-weight: 700;
}
table.performance-log thead th {
  border: solid 1px #32b8bf;
  padding: 0.6em;
  font-size: 14px;
}
table.performance-log td {
  border: solid 1px #32b8bf;
  padding: 0.6em;
  font-size: 14px;
}
table.performance-log td .comment-expand {
  display: block;
}
table.performance-log td .comment-extra {
  display: none;
}
table.performance-log .organization:before {
  content: "Organization";
  display: none;
}
table.performance-log .venue:before {
  content: "Venue";
  display: none;
}
table.performance-log .date:before {
  content: "Date";
  display: none;
}
table.performance-log .description:before {
  content: "Description";
  display: none;
}
table.performance-log .comments:before {
  content: "Comments";
  display: none;
}

.performance-form {
  font-size: 1em;
  display: none;
}
.performance-form label {
  font-size: 1em;
}
.performance-form input, .performance-form textarea {
  font-size: 1em;
}

.contact-form {
  font-size: 1em;
  margin-bottom: 40px;
}
.contact-form label, .contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=tel], .contact-form textarea {
  font-size: 1em;
}
.contact-form input[type=submit].btn, .contact-form input[type=submit].btn-nopixel {
  margin: 20px 0;
}

@media (min-width: 1020px) {
  .mobile-only {
    display: none !important;
  }
  .desktop-only, .no-mobile {
    display: block !important;
  }
  header .header-left {
    min-height: 32px;
  }
  header .menu {
    display: block;
    position: static;
    float: left;
  }
  header .menu.main-menu {
    padding: 0;
    text-transform: none;
    text-align: left;
  }
  header .menu.main-menu li {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: transparent;
    border: 0;
    display: inline-block;
    width: auto;
  }
  header .menu.main-menu li a {
    display: inline-block;
    padding: 0.5em;
  }
}
@media (max-width: 1019px) {
  .body-wrapper {
    padding: 0 30px;
  }
  .page-heading-wrapper {
    height: 573px;
  }
  .breadcrumbs {
    display: none;
  }
  .breadcrumbs.placeholder {
    display: block;
  }
  .header-wrapper {
    margin-bottom: 150px;
  }
  .header-wrapper .constrain {
    width: 100%;
  }
  .header-wrapper .constrain .cf:last-child {
    height: 150px;
  }
  .header-wrapper .main-logo {
    margin: 40px 0 0;
  }
  .header-wrapper .header-left {
    height: 7px;
  }
  .header-wrapper .header-left a {
    display: none;
  }
  .header-wrapper .header-right {
    height: 0;
    width: 90%;
  }
  .header-wrapper .cf:first-child {
    height: 50px;
  }
  .header-wrapper .cf:last-child {
    background-color: #fff;
    position: relative;
  }
  .header-wrapper .menu.main-menu {
    text-align: left;
    width: 100%;
    padding: 0;
    top: 0;
    z-index: -1000;
    background: #FFD6D1;
  }
  .header-wrapper .menu.main-menu.active {
    top: 150px;
    z-index: 10;
  }
  .header-wrapper .menu.main-menu li {
    display: table-row;
  }
  .header-wrapper .menu.main-menu li a {
    color: #fd4f57;
    margin: 0 auto;
    width: 90%;
    text-transform: capitalize;
    padding: 0.75em 1em;
  }
  .header-wrapper .mobile-btn {
    right: 0;
  }
  .header-wrapper .mobile-btn.active:after {
    display: none;
  }
  .header-wrapper .language-select {
    display: none !important;
  }
  .newsletter h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 35px;
  }
  .content .secondary-content a.btn, .content .secondary-content a.btn-nopixel, .content .class-block a.btn, .content .class-block a.btn-nopixel {
    display: block;
    margin: 0.5em auto;
  }
  footer {
    padding: inherit 30px;
    width: 100%;
    box-sizing: border-box;
  }
  footer .footer-links {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  footer .footer-links ul {
    display: inline-block;
    margin-top: 32px;
    width: 33%;
  }
  footer .footer-links ul:nth-child(4) {
    width: 50%;
    min-width: 50%;
    margin-top: 0;
  }
  footer .footer-links ul:nth-child(5) {
    width: 50%;
    min-width: 50%;
    margin-top: 0;
  }
  footer .footer-links ul li.social-media-links {
    margin-top: 16px;
    display: block;
  }
  footer .footer-links ul li.social-media-links a {
    display: inline-block;
    margin: 0 12px 0 0;
  }
  footer .social-links {
    display: none;
  }
}
@media (min-width: 720px) {
  .header-bg-img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    position: absolute;
    z-index: 0;
    top: 0;
  }
  .page-heading-wrapper {
    padding-top: 1.75em;
  }
  .page-heading-wrapper .page-heading {
    padding-top: 0;
  }
  .page-heading-wrapper .page-heading h1 {
    margin-left: -2px;
    margin-top: 8px;
  }
  .page-heading-wrapper .page-heading .breadcrumbs {
    display: block;
  }
  .sub-nav-mobile {
    display: none;
  }
  .sub-nav {
    display: block;
    font-size: 1.08em;
  }
  .btn, .btn-nopixel, footer li {
    display: inline-block;
  }
  label {
    display: inline-block;
  }
  label.always-show {
    display: inline-block;
  }
  .sub-nav li {
    padding: 8px 0px;
    position: relative;
  }
  .sub-nav ul ul {
    margin-left: -15px;
  }
  .sub-nav ul ul li {
    padding: 8px 0px;
  }
  .sub-nav ul ul li a {
    color: #96b4c9;
    line-height: 20px;
  }
  footer li a, thead {
    color: #fff;
  }
  table {
    font-size: 1.2em;
  }
  thead {
    background-color: #fff;
    text-align: left;
  }
  td {
    display: table-cell;
    border: 1px solid #fff;
  }
  label {
    width: 175px;
  }
  .btn, .btn-nopixel {
    width: auto;
  }
  input[type=text], input[type=password], input[type=email], input[type=tel] {
    width: auto;
  }
  label.checkbox-label, select {
    width: auto;
  }
  .newsletter-wrapper {
    background-position: 0 3.5em;
  }
  .testimonial-block {
    margin-top: 0;
  }
}
@media (max-width: 719px) {
  .body-wrapper .content .left-col, .tab-switcher, thead {
    display: none;
  }
  .header-wrapper {
    margin-bottom: 130px;
  }
  .header-wrapper .constrain .cf:last-child {
    height: 130px;
  }
  .header-wrapper .cf:last-child {
    background-size: 90%;
  }
  .header-wrapper .main-logo {
    margin: 20px 0 0;
  }
  .header-wrapper .main-logo img {
    margin-top: 0;
  }
  .header-wrapper .menu.main-menu.active {
    top: 130px;
  }
  .page-heading-wrapper {
    display: none;
  }
  .body-wrapper .content .right-col {
    width: 100% !important;
    max-width: 100%;
    float: none;
  }
  .page-heading-wrapper .page-heading h1 {
    text-align: center;
  }
  .content-blog h3 {
    margin-bottom: 0 !important;
  }
  .content-blog .blog-date {
    position: static;
  }
  .content .secondary-content {
    display: block;
    width: 100%;
  }
  .content .class-block {
    display: block;
    width: 100%;
  }
  table.performance-log {
    font-size: 1.2em;
  }
  table.performance-log thead {
    display: none;
  }
  table.performance-log tr {
    border: solid 1px #32b8bf;
  }
  table.performance-log tr td {
    display: block;
    border: solid 0 #fff;
    position: relative;
    padding-left: 44%;
  }
  table.performance-log tr td:before {
    display: inline-block;
    width: 40%;
    position: absolute;
    left: 2%;
  }
  footer .footer-links {
    flex-wrap: wrap-reverse;
  }
  footer .footer-links ul {
    margin: 0 0 32px 0;
    width: 50%;
    min-width: 50%;
    vertical-align: top;
  }
  footer .footer-links ul:nth-child(3) {
    width: 100%;
    min-width: 100%;
  }
  footer .footer-links ul li a {
    color: #fff;
  }
  footer .mt-footer img {
    display: block;
    margin: 0 auto;
  }
  footer .mt-footer .copyright {
    float: none;
    margin: 32px 0;
    text-align: center;
  }
  footer .mt-footer .copyright p {
    font-size: 16px !important;
    margin: 0;
  }
  table.performance-log td.organization:before {
    display: inline-block;
  }
  table.performance-log td.venue:before {
    display: inline-block;
  }
  table.performance-log td.date:before {
    display: inline-block;
  }
  table.performance-log td.description:before {
    display: inline-block;
  }
  table.performance-log td.comments:before {
    display: inline-block;
  }
}
@media (min-width: 600px) {
  .right-col p img {
    padding-left: 10px !important;
  }
  iframe {
    border: 0;
  }
}
@media (max-width: 599px) {
  .body-wrapper .content .right-col iframe, .body-wrapper .content .right-col img {
    float: none !important;
    width: 100% !important;
    height: auto !important;
  }
  .body-wrapper .content .right-col h1, .body-wrapper .content .right-col h2, .body-wrapper .content .right-col p, .body-wrapper .content .right-col span {
    text-align: left;
  }
  .newsletter form {
    width: 100%;
    margin: 0 auto;
  }
  input[name=subscribe], input[value=Subscribe].btn, input[value=Subscribe].btn-nopixel {
    width: 100%;
  }
  .content-main p:last-child {
    font-size: 20px;
    line-height: 24px;
  }
  .content-main p:first-of-type {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .header-wrapper {
    margin-bottom: 100px;
  }
  .header-wrapper .constrain .cf:last-child {
    height: 100px;
  }
  .header-wrapper .menu.main-menu.active {
    top: 100px;
  }
  .newsletter-constrain {
    padding-top: 25px 0;
  }
  .newsletter {
    padding: 30px;
    padding-bottom: 0px !important;
    width: 100%;
  }
  .newsletter h2 {
    margin: 0px;
    padding-bottom: 20px;
  }
  .secondary-content a.btn, .secondary-content a.btn-nopixel, .class-block a.btn, .class-block a.btn-nopixel {
    display: block;
    margin: 0.5em auto;
  }
}
@media (max-width: 480px) {
  footer.constrain {
    width: 100%;
    padding: 32px 30px;
  }
  footer .footer-links ul {
    margin: 0 0 32px 0;
    width: 100%;
    min-width: 100%;
    vertical-align: top;
  }
  footer .footer-links ul:nth-child(4), footer .footer-links ul:nth-child(5) {
    width: 100%;
    min-width: 100%;
  }
  .newsletter h2 {
    font-size: 28px;
  }
}
body.blog .content,
.archive.category .content,
.single.single-post .content {
  margin: 0 auto;
  max-width: 1020px;
}
body.blog .content .left-col,
.archive.category .content .left-col,
.single.single-post .content .left-col {
  margin: 0;
  padding: 30px 30px 30px 0;
}
body.blog .content .right-col,
.archive.category .content .right-col,
.single.single-post .content .right-col {
  margin: 0;
  float: right;
  width: 75% !important;
}
body.blog .article-header,
.archive.category .article-header,
.single.single-post .article-header {
  margin-top: 30px;
}
body.blog .article-header .entry-title,
.archive.category .article-header .entry-title,
.single.single-post .article-header .entry-title {
  margin: 0px;
  color: #4a4a4a;
  font-family: "Graphik-Regular";
  font-size: 32px;
  line-height: 1.125em;
  font-weight: normal;
}
body.blog .article-header .entry-title a,
.archive.category .article-header .entry-title a,
.single.single-post .article-header .entry-title a {
  color: #4a4a4a;
  font-family: "Graphik-Regular";
}
body.blog .article-header .byline,
.archive.category .article-header .byline,
.single.single-post .article-header .byline {
  margin-top: 0px;
  color: #4a4a4a;
  font-size: 12px;
}
body.blog .article-header .byline a,
.archive.category .article-header .byline a,
.single.single-post .article-header .byline a {
  color: #4a4a4a;
}
body.blog .entry-content ol,
.archive.category .entry-content ol,
.single.single-post .entry-content ol {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  padding-bottom: 40px;
}
body.blog .entry-content ul,
.archive.category .entry-content ul,
.single.single-post .entry-content ul {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  padding-bottom: 40px;
}
body.blog .entry-content ul li,
.archive.category .entry-content ul li,
.single.single-post .entry-content ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
body.blog .entry-content ul li:before,
.archive.category .entry-content ul li:before,
.single.single-post .entry-content ul li:before {
  content: "";
  background-color: #000;
  display: inline-block;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 10px;
  transform: translate(-50%, -50%);
}
body.blog .entry-content blockquote,
.archive.category .entry-content blockquote,
.single.single-post .entry-content blockquote {
  display: block;
  margin: 30px;
}
body.blog .entry-content blockquote p,
.archive.category .entry-content blockquote p,
.single.single-post .entry-content blockquote p {
  position: relative;
  display: inline;
}
body.blog .entry-content blockquote p:before,
.archive.category .entry-content blockquote p:before,
.single.single-post .entry-content blockquote p:before {
  content: "“";
  display: none;
  /* display: inline-block; */
  color: #FD4F58;
  line-height: 0;
  font-size: 600%;
  vertical-align: bottom;
  letter-spacing: 2px;
  font-family: sans-serif;
}
body.blog .entry-content blockquote p:after,
.archive.category .entry-content blockquote p:after,
.single.single-post .entry-content blockquote p:after {
  content: '"';
}
body.blog .entry-content img,
.archive.category .entry-content img,
.single.single-post .entry-content img {
  margin: 30px 0;
  max-width: 100%;
  max-height: 850px;
  float: none;
}
body.blog .entry-content p,
.archive.category .entry-content p,
.single.single-post .entry-content p {
  font-size: 16px;
  line-height: 26px;
}
body.blog .entry-content div, body.blog .entry-content p, body.blog .entry-content h3, body.blog .entry-content span, body.blog .entry-content iframe, body.blog .entry-content img,
.archive.category .entry-content div,
.archive.category .entry-content p,
.archive.category .entry-content h3,
.archive.category .entry-content span,
.archive.category .entry-content iframe,
.archive.category .entry-content img,
.single.single-post .entry-content div,
.single.single-post .entry-content p,
.single.single-post .entry-content h3,
.single.single-post .entry-content span,
.single.single-post .entry-content iframe,
.single.single-post .entry-content img {
  padding-left: 0px !important;
}
body.blog .sub-nav,
.archive.category .sub-nav,
.single.single-post .sub-nav {
  /* margin: 0 0 0 10px; */
}
body.blog .sub-nav input[type=text],
.archive.category .sub-nav input[type=text],
.single.single-post .sub-nav input[type=text] {
  display: block;
  border: 2px rgba(0, 0, 0, 0.2) solid;
  border-radius: 4px;
  width: 100%;
  height: 32px;
}
body.blog .sub-nav input[type=submit],
.archive.category .sub-nav input[type=submit],
.single.single-post .sub-nav input[type=submit] {
  background: Transparent;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #000;
  border-right: 0 !important;
  float: right;
  transform: translate(-5px, -38px);
}
body.blog .fb-share-button iframe,
.archive.category .fb-share-button iframe,
.single.single-post .fb-share-button iframe {
  min-width: 100px !important;
  padding-left: 0px !important;
}
body.blog .pagination,
.archive.category .pagination,
.single.single-post .pagination {
  margin: 10px 0;
  position: relative;
}
body.blog .pagination ul.page-numbers,
.archive.category .pagination ul.page-numbers,
.single.single-post .pagination ul.page-numbers {
  display: table;
  margin: 0 auto;
  text-align: center;
}
body.blog .pagination ul.page-numbers li,
.archive.category .pagination ul.page-numbers li,
.single.single-post .pagination ul.page-numbers li {
  display: table-cell;
  vertical-align: middle;
  margin: 10px 0;
}
body.blog .pagination ul.page-numbers li a, body.blog .pagination ul.page-numbers li span,
.archive.category .pagination ul.page-numbers li a,
.archive.category .pagination ul.page-numbers li span,
.single.single-post .pagination ul.page-numbers li a,
.single.single-post .pagination ul.page-numbers li span {
  width: 40px;
  line-height: 40px;
  height: 40px;
  display: block;
}
body.blog .pagination ul.page-numbers li .prev,
body.blog .pagination ul.page-numbers li .next,
.archive.category .pagination ul.page-numbers li .prev,
.archive.category .pagination ul.page-numbers li .next,
.single.single-post .pagination ul.page-numbers li .prev,
.single.single-post .pagination ul.page-numbers li .next {
  background: Transparent;
  border-top: 12px solid Transparent;
  border-bottom: 12px solid Transparent;
  border-radius: 0px;
  padding: 0;
  margin: 0;
  height: 0;
  width: 0;
  position: absolute;
  display: inline-block;
  bottom: 1px;
  content: "";
  color: Transparent;
  line-height: 0;
  max-height: 0px !important;
  max-width: 0px !important;
  text-indent: -9999px;
  white-space: nowrap;
}
body.blog .pagination ul.page-numbers li .prev,
.archive.category .pagination ul.page-numbers li .prev,
.single.single-post .pagination ul.page-numbers li .prev {
  border-right: 17px solid black;
  left: 0px;
}
body.blog .pagination ul.page-numbers li .next,
.archive.category .pagination ul.page-numbers li .next,
.single.single-post .pagination ul.page-numbers li .next {
  border-left: 17px solid black;
  right: 0px;
}
body.blog .pagination ul.page-numbers li .current,
.archive.category .pagination ul.page-numbers li .current,
.single.single-post .pagination ul.page-numbers li .current {
  border-radius: 20px;
  background: #fd4f57;
  color: white;
  cursor: hand;
  cursor: pointer;
}
body.blog h3,
.archive.category h3,
.single.single-post h3 {
  font-size: 16px;
  line-height: 24px;
}
body.blog p .fb_comments_count_zero,
.archive.category p .fb_comments_count_zero,
.single.single-post p .fb_comments_count_zero {
  display: none;
}
body.blog .fb-comments,
.archive.category .fb-comments,
.single.single-post .fb-comments {
  margin-left: -8px;
  width: 100% !important;
}
body.blog .fb-comments span,
.archive.category .fb-comments span,
.single.single-post .fb-comments span {
  width: 100% !important;
}
body.blog .fb-comments span iframe,
.archive.category .fb-comments span iframe,
.single.single-post .fb-comments span iframe {
  width: 100% !important;
}
body.blog .article-footer,
.archive.category .article-footer,
.single.single-post .article-footer {
  padding: 15px;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: #4a4a4a;
}
body.blog #inner-content,
.archive.category #inner-content,
.single.single-post #inner-content {
  margin-bottom: 50px;
}
@media (max-width: 1019px) {
  body.blog .header-bg-img,
  .archive.category .header-bg-img,
  .single.single-post .header-bg-img {
    position: static;
  }
  body.blog .page-heading,
  .archive.category .page-heading,
  .single.single-post .page-heading {
    position: absolute;
    top: 3.5em;
    left: 30px;
  }
  body.blog .page-heading .breadcrumbs, body.blog .page-heading h1,
  .archive.category .page-heading .breadcrumbs,
  .archive.category .page-heading h1,
  .single.single-post .page-heading .breadcrumbs,
  .single.single-post .page-heading h1 {
    width: 90%;
    margin: 0 auto;
  }
  body.blog .page-heading h1,
  .archive.category .page-heading h1,
  .single.single-post .page-heading h1 {
    margin-top: 8px;
  }
  body.blog #container.content,
  .archive.category #container.content,
  .single.single-post #container.content {
    padding: 0 30px;
  }
}
@media (max-width: 719px) {
  body.blog .menu.main-menu.active,
  .archive.category .menu.main-menu.active,
  .single.single-post .menu.main-menu.active {
    /*  background-color: white; */
  }
  body.blog .content .left-col,
  .archive.category .content .left-col,
  .single.single-post .content .left-col {
    display: none;
  }
  body.blog .content .right-col,
  .archive.category .content .right-col,
  .single.single-post .content .right-col {
    width: 100% !important;
    max-width: 100% !important;
  }
  body.blog .content .right-col img,
  .archive.category .content .right-col img,
  .single.single-post .content .right-col img {
    padding: 0px !important;
  }
  body.blog .article-header,
  .archive.category .article-header,
  .single.single-post .article-header {
    margin-top: 0px;
  }
  body.blog .article-footer,
  .archive.category .article-footer,
  .single.single-post .article-footer {
    padding: 30px 0;
  }
}

div.cookie-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2666666667);
  z-index: 199999;
}

div.cookie-notification {
  position: fixed;
  bottom: -100px;
  background: rgba(0, 0, 0, 0.6666666667);
  color: #fff;
  width: 100%;
  padding: 60px 0;
  z-index: 10000000;
}
div.cookie-notification .constrain {
  width: 90%;
  max-width: 1020px;
  display: block;
  margin: 0 auto;
}
div.cookie-notification .constrain .btn, div.cookie-notification .constrain .btn-nopixel {
  float: right;
  margin: 0 0 40px 40px;
}