

:root {
  --color-mpr-blue: #4298b5;
  --color-mpr-darkblue: #072b31;
  --color-mpr-lightgray: #d3d2d0;
  --color-mpr-charcoal: #2a2a2a;
  --color-mpr-green: #2eba80;
  --color-mpr-orange: #e07032;
  --color-mpr-yellow: #f9a909;
  --color-mpr-red: #eb5c40;
  --color-mpr-pink: #fc6d80;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html, body {
  font-family: Pridi, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  font-weight: 300;
  font-style: normal;
}

article,figcaption,figure,footer,header,main,nav {
  display: block;
}

[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,a:hover {
  outline: 0;
}

b {
  font-weight: 700;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

small {
  font-size: 80%;
}

img {
  border: 0;
}

figure {
  margin: 1em 40px;
}

button {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled] {
  cursor: default;
}

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

th {
  padding: 0;
}

html {
  font-size: 10px;
  box-sizing: border-box;
  height: 100%;
}

@media (min-width:20em)and (max-width:56.25em) {
  html {
    font-size: calc(10px + (12 - 10) * ((100vw - 320px) / (900 - 320)));
  }
}

@media (min-width:56.25em) {
  html {
    font-size: 12px;
  }
}

*,:after,:before {
  box-sizing: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
}

::selection {
  color: #000;
  background: rgba(148, 196, 217, .75);
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  position: relative;
  font-size: 1.6rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
  color: var(--color-mpr-charcoal);
  background-color: #fff;
}

/* li,ul {
  margin: 0;
  padding: 0;
  list-style: none;
} */

h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
  margin: 0;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

img {
  display: block;
/*  width: 100%;*/
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0;
}

h3 {
  font-weight: bold;
  margin: 22px 0;
}

.invisible {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.center {
  text-align: center;
}

@supports ((-webkit-filter:blur(20px)) or (filter:blur(20px))) {
  .has-blur.is-blur {
    opacity: 1;
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
}

img[src*="insight.adsrvr.org"] {
  width: 1px;
  height: 1px;
}

.userContent>* {
  margin-top: 0;
  margin-bottom: 1em;
}

.userContent h1,.userContent h2,.userContent h3,.userContent h4,.userContent h5,.userContent h6 {
  display: block;
  font-weight: 700;
  margin: 1em 0 .5em;
  line-height: normal;
  clear: both;
}

.userContent h1 {
  font-size: 3rem;
}

.userContent h2 {
  font-size: 2.4rem;
}

.userContent h3 {
  font-size: 1.8rem;
}

.userContent h4 {
  font-size: 1.7rem;
}

.userContent h5 {
  font-size: 1.5rem;
}

.userContent h6 {
  font-size: 1.3rem;
}

.userContent p {
  font-weight: 400;
}

.userContent i {
  font-style: italic;
}

.userContent b {
  font-weight: 700;
}

.userContent img {
  display: inline-block;
}

.userContent ul li {
  margin-left: 2rem;
  padding-left: 1rem;
  clear: left;
}

.userContent ul ul {
  margin: 1rem 0;
}

.userContent ul>li {
  list-style: disc;
}

.userContent ul>li>ul>li {
  list-style: circle;
}

.userContent ul>li>ul>li>ul>li {
  list-style: square;
}

.userContent a {
  color: var(--color-mpr-darkblue);
  fill: var(--color-mpr-darkblue);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .06em;
  transition: color .175s, fill .175s;
}

.userContent a:hover {
  color: var(--color-mpr-blue);
  fill: var(--color-mpr-blue);
}

.userContent a .icon {
  vertical-align: -.15em;
  width: 1em;
  height: 1em;
}

@media only print {
  html {
    font-size: 50%;
  }

  body {
    display: block;
    color: #000;
    background-color: #fff;
  }

  .header>*,  .header>.header_nav {
    display: none;
  }

  .header>.header_logo {
    display: block;
  }

  div.headerContainer {
    border-bottom: 0;
  }

  main.main {
    margin: 0;
    padding: 0;
  }

  .container .contentGrid {
    display: block;
  }

  .footer .footer_lower {
    color: #000;
    background-color: #fff;
    margin: 0;
    padding: 0;
  }

  .footer_disclaimer {
    display: none;
  }

  .content.story {
    display: block;
    -webkit-column-count: 2;
    -webkit-column-width: 2.5in;
    columns: 2.5in 2;
    -webkit-column-gap: .5in;
    column-gap: .5in;
  }

  .content.story .content_header {
    -webkit-column-span: all;
    column-span: all;
  }

  .content.story figure {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
  }

  .content.story h2,  .content.story h3,  .content.story h4 {
    page-break-after: avoid;
    -webkit-column-break-after: avoid;
    break-after: avoid;
  }
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
}

.contentGrid {
  display: block;
  grid-template-columns: 1fr 310px;
  grid-template-areas: "main sidebar";
  grid-column-gap: 5%;
}

.contentGrid_main {
  grid-area: main;
  padding-bottom: 1em;
}

.main {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 1em;
  flex-grow: 1;
  flex-basis: auto;
}



.content {
  display: flex;
  flex-direction: column;
}

.content_header {
  margin-bottom: 2rem;
  order: 1;
}

.content_meta {
  margin: .5em 0;
}

.content_byline {
  margin-right: .75em;
}

.content_byline,.content_pubdate {
  display: inline-block;
  font-weight: 700;
  color: #7c8183;
}

.content_primaryVisual {
  order: 2;
}

.content_wrapper {
  order: 3;
}


.content_wrapper {
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 34px;
	color: #000000;
}

.content_wrapper img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}


.content_body {
  margin: 0 auto;
  width: 100%;
  font-size: 1.75rem;
  line-height: 1.37;
}



.state {
  display: flex;
}

@media (min-width:64em) {
  .state {
    display: block;
  }
}

.state.state-wrapper {
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

@media (min-width:64em) {
  .state.state-wrapper {
    width: 135px;
    border: 0;
  }
}

.invisible {
  display: none;
}

.weather {
  position: relative;
}

.weather_content {
  color: #969b9c;
}

.footer {
  background-color: var(--color-mpr-charcoal);
  color: var(--color-mpr-lightgray);
  padding-bottom: 20px;
  position: relative;
  background-color: transparent;
}

@media (min-width:48em) {
  .footer {
    padding-bottom: 0;
  }
}

.footer .link,.footer a {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.footer .link:focus,.footer .link:hover,.footer a:focus,.footer a:hover {
  color: #fff;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.footer .footer_stripes-top {
  z-index: -1;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(180deg, #fff 50%, transparent 51%);
}

.footer:after {
  content: "";
  background-color: var(--color-mpr-charcoal);
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.footer_lower {
  padding: 20px 0 20px;
  background-color: var(--color-mpr-red);
  color: #fff;
  position: relative;
  background-color: transparent;
}

.footer_lower:after {
  content: "";
  background-color: var(--color-mpr-red);
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: skewY(-2deg);
  transform: skewY(-2deg);
}

.footer_stripes-bottom {
  z-index: -1;
  margin-top: -2%;
  width: 100%;
  height: 80px;
  background-image: linear-gradient(to bottom, var(--color-mpr-red) 66%, var(--color-mpr-charcoal) 66.6%);
}

.footer_logo {
  width: 180px;
  margin: 0 40px 40px;
  flex-shrink: 0;
}

@media (min-width:32em) {
  .footer_logo {
    margin-bottom: 0;
  }
}

.footer_logo img {
  width: 180px;
}

.footer_lowerSmall {
  text-align: center;
  font-size: 12px;
}

.footer_lowerSmall p {
  margin: 0;
}

.footer_copyright,.footer_disclaimer {
  font-size: 1.2rem;
}

.footer_disclaimer {
  opacity: .8;
  font-style: italic;
}

.headerContainer {
  padding: 0 .5em;
  position: relative;
  background-color: var(--color-mpr-charcoal);
  border-bottom: 2px solid var(--color-mpr-charcoal);
}

.header {
  display: flex;
  height: 40px;
  color: #fff;
  margin: auto;
  width: 100%;
}

@media (min-width:48em) {
  .header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    height: 52px;
  }
}

.header_logo {
  display: flex;
  align-items: center;
  font-size: 2rem;
  margin: auto;
}

@media (min-width:48em) {
  .header_logo {
    margin: unset;
  }
}

.header_logoImg {
  height: 20px;
  width: 150px;
  margin-right: 8px;
  white-space: nowrap;
}

@media screen and (max-width:400px) {
.header_logoImg {
  height: 12px;
  width: initial;
  font-size: 25px;
  font-weight: bold;
  margin-top: -2px;
  margin-left: 10px;
}

}


@media (min-width:48em) {
.header_logoImg {
  height: 24px;
  width: 318px;
}
}

.header_nav {
  min-width: 300px;
  width: 65%;
  padding: 20px 40px 0 30px;
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2002;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}


.header_nav {
  padding: 0;
  position: relative;
  background-color: unset;
  top: unset;
  left: unset;
  bottom: unset;
  transform: translateX(0);
  min-width: unset;
  width: 550px;
  overflow: visible;
  box-shadow: 0;
  top: 10px;
}


.nav {
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
}

@media (min-width:48em) {
  .nav {
    font-size: 1.6rem;
    display: none;
  }
}

@media (min-width:64em) {
  .nav {
    font-size: 2rem;
  }
}

.nav_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav_logo {
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

.nav_button {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  background: transparent;
  cursor: pointer;
  display: flex;
  line-height: 1.6;
  text-transform: uppercase;
  font-weight: 800;
}

.nav_link {
  display: flex;
  flex-direction: row;
  padding: 6px 0;
  color: #00334e;
  transition: color .175s;
  font-size: .875em;
}

.nav_link:focus,.nav_link:hover {
  color: #3f6275;
}

@media (min-width:48em) {
  .nav_link {
    color: #000;
  }
}

.nav_icon {
  display: none;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-left: 4px;
}

@media (min-width:48em) {
  .nav_icon {
    display: block;
  }
}

.nav_link-button {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  background: transparent;
  cursor: pointer;
}

.nav_footer {
  margin-top: 50px;
}

.nav_title {
  font-size: 1em;
  padding: 2px 0;
  color: #fff;
  background-color: var(--color-mpr-charcoal);
  text-transform: uppercase;
  font-weight: 800;
  box-shadow: -50px 0 0 var(--color-mpr-charcoal), 50px 0 0 var(--color-mpr-charcoal);
}

.figure {
  font-size: 1.4rem;
  line-height: normal;
}

@media (min-width:48em) {
  .figure {
    margin-left: 0;
    margin-right: 0;
  }
}

.figure.align-none {
  margin-left: auto;
  margin-right: auto;
}

.figure>* {
  display: block;
}

.figure>img {
  display: block;
  width: 100%;
}

*+.figure_caption,.figure_caption+* {
  margin: 0 10px;
  padding: 1em 1em 1em 0;
  font-size: 1.3rem;
}

@media (min-width:48em) {
  *+.figure_caption,  .figure_caption+* {
    margin-left: 0;
    margin-right: 0;
  }
}

.figure_credit {
  display: inline;
  text-align: left;
  font-size: 1.2rem;
  color: #4a4e4f;
}

.figure_credit:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: .45em;
  background: linear-gradient(135deg, transparent 50%, var(--color-mpr-yellow) 50%);
}

.figure_text {
  display: inline;
  padding-right: .5em;
}

.hdg {
  display: block;
  font-weight: 700;
  line-height: normal;
}

.hdg-1 {
  font-size: 3rem;
}

.hdg-2 {
  font-size: 2.4rem;
}

.hdg-3 {
  font-size: 1.8rem;
}

.hdg-4 {
  font-size: 1.7rem;
}

.hdg-5 {
  font-size: 1.5rem;
}

.hdg-6 {
  font-size: 1.3rem;
}



.hdg-small {
  font-size: .875rem;
  font-weight: 400;
}

.link {
  color: var(--color-mpr-darkblue);
  fill: var(--color-mpr-darkblue);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .06em;
  transition: color .175s, fill .175s;
}

.link:hover {
  color: var(--color-mpr-blue);
  fill: var(--color-mpr-blue);
}

.link .icon {
  vertical-align: -.15em;
  width: 1em;
  height: 1em;
}

.link-plain {
  text-decoration: none;
}

.link-plain:hover {
  text-decoration: underline;
}

.link-none,.link-none:hover {
  text-decoration: none;
}

.link-small {
  font-size: 1.4rem;
}

.text-small {
  font-size: 1.4rem;
}

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

.donateAsk {
  clear: both;
  max-width: 50rem;
  line-height: 1.5;
  background-color: #dae9f1;
  padding: 3rem 2.5rem;
  margin: 3rem auto;
  border-radius: 3px;
}

.donateAsk h2 {
  margin: 0;
}

.donateAsk_body,.donateAsk_header {
  margin-bottom: 1rem;
}

.donateAsk_body {
  font-size: 1.4rem;
}

.dropdown {
  display: none;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

@media (min-width:48em) {
  .dropdown,  .dropdown_ref {
    display: flex;
  }
}

.dropdownMenu {
  margin: 0 .5em;
}

.dropdownMenu-0 {
  width: 680px;
  display: none;
}

.dropdownMenu-0.active {
  display: flex;
}

.dropdownMenu-1 {
  width: 455px;
  display: none;
}

.dropdownMenu-1.active {
  display: flex;
}

.dropdownMenu-2 {
  width: 455px;
  display: none;
}

.dropdownMenu-2.active {
  display: flex;
}

.dropdownMenu_title {
  position: absolute;
}

.icon {
  display: inline-block;
}

.icon-small {
  width: 24px;
  height: 24px;
}


.headerEff {
  background: url(../img/stripes-top3.png) repeat-x;
  background-size: contain;
  height: 125px;
}


@media screen and (max-width:1200px) {
  .headerEff {
    background-size: 180%;
  }
}


@media screen and (max-width:767px) {
  .headerEff {
    background-size: 180%;
    height: 120px;
    background-position-x: 107%;
  }
  .main {
    padding-top: 0;
    margin-top: -15px !important;
  }
}

@media screen and (max-width:680px) {
  .headerEff {
    background-size: 220%;
  }
}


@media screen and (max-width:480px) {
  .headerEff {
    background-size: 280%;
  }
}


@media screen and (max-width:410px) {
.headerEff {
  background-size: 340%;
  height: 120px;
  background-position-x: 107%;
  }

}



/**/

/*  *** COMMENTS *** */

#comment-component-text * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#comment-component-text {
  margin-top: 55px;
}

#comment-component-text #comment_num {
  border-bottom: 1px dashed #365398;
  color: #365398;
  font-weight: bold;
}

#comment-component-text .comment,
#comment-component-text .txt-cmt {
  margin: auto !important;
  width: 100%;
}

#comment-component-text .txt-cmt {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  margin: 0 -5px;
}

#comment-component-text .txt-cmt .form-comment__img {
  padding: 0 5px;
  width: 80px;
}

#comment-component-text img {
  max-width: 100%;
  line-height: 1;
  display: inline-block;
  border-radius: 50%;
}

#comment-component-text .form-comment__content {
  width: 100%;
  padding: 0 5px;
}

#comment-component-text .your-name,
#comment-component-text .txt-content {
  font-size: inherit;
}

#comment-component-text .your-name {
  border: 1px solid #ddd;
  padding: 5px 10px;
  width: 100%;
  margin-bottom: 0;
  max-width: 700px;
}

#comment-component-text .txt-content {
  width: 100%;
  min-height: 40px;
  display: block;
  margin: 15px 0;
  padding: 10px;
  resize: none;
  border: 1px solid #ddd;
  box-sizing: border-box;
  max-width: 700px;
}

#comment-component-text .add-comment-button {
  background-color: #4267b2;
  border: 1px solid #4267b2;
  border: none;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  padding: 0 8px;
  line-height: 22px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}

#comment-component-text .comment {
  border-bottom: 1px dashed #ccc;
  display: flex;
  align-items: flex-start;
  padding: 25px 0;
  margin: 0 -10px;
  white-space: normal;
}

#comment-component-text .comment__image {
  flex-grow: 0;
  padding: 0 10px;
  width: 70px;
  height: 50px;
  border-radius: 50%;
}

#comment-component-text .comment__content {
  padding: 0 10px;
  width: 100%;
}

#comment-component-text .comment__content .comment__name {
  margin-top: 0;
  color: #365398;
  font-size: 18px;
  text-align: left;
  text-align-last: left;
  font-weight: 700;
}

#comment-component-text .comment .comment__text {
  margin: 8px 0;
  font-size: 16px;
  line-height: 1.4;
}

#comment-component-text .comment__details {
  font-size: 12px;
  color: #365398;
  line-height: 1.4;
}

#comment-component-text .comment__details a,
#comment-component-text .comment__details span {
  text-decoration: none;
  color: #365398;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  cursor: pointer;
}

.comment-img img,
.comment__details img {
  border-radius: 0 !important;
}

#comment-component-text .comment__details img {
  width: 13px;
}

#comment-component-text .comment .comment__text img {
  width: 300px;
}

#comment-component-text .comment .comment__text img {
  display: block;
  margin: 8px 0 0;
  border-radius: 0 !important;
}

.form-comment {
  font-size: 20px;
}

@media screen and (max-width:500px) {
  .comment {
    position: relative;
    right: 5px;
  }

  #comment-img-dummy {
    line-height: 1;
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    max-width: initial !important;
  }
}

/* *** /end COMMENT *** */

/**/






/* form  */

.order {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.order * {
  box-sizing: border-box;
}

.order .prod-img {
  display: block;
  margin: 20px auto;
}

.order-info h2 {
  color: red;
  font-size: 1.5em;
}

.order-info h2 span {
  text-decoration: underline;
}

.order-info .left_count {
  display: block;
  width: 178px;
  padding: 23px;
  margin: 12px auto;
  background: red;
  color: #fff;
  text-shadow: 0 -1px 0 #000, 0 -1px 0 #000, 0 1px 0 #000, 0 1px 0 #000,
    -1px 0 0 #000, 1px 0 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px -1px 0 #000,
    1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000,
    1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  font-size: 32px !important;
  border-radius: 5px;
}

.order-info .prod_left_val {
  font-size: 52px;
  font-weight: 700;
  line-height: 52px;
}

.order-info div h4 span {
  color: green;
}

.order-info div#soldout_text h4 {
  color: red;
}

.order-form {
  max-width: 600px;
  padding: 90px;
  margin: 20px auto;
  background: #fff url(../img/formbg.jpg) no-repeat;
  background-size: 100% 100%;
}

.order-form .top {
  padding-top: 100px;
  background: url(../img/med.png) top center no-repeat;
  background-size: 100px auto;
}

.order-form .top h2 {
  margin: 25px 0 0;
  padding: 0;
  line-height: 32px;
  font-size: 30px;
  font-weight: 700;
}

.order-form .top p {
  font-size: 14px;
  color: #00f;
  font-style: italic;
}

.order-form .price p span {
  font-size: 21px;
  font-weight: 700;
  color: red;
}

.order-form .frame {
  margin: 45px 10px 25px;
  border: 2px solid #0299ff;
  padding: 10px;
  text-align: center;
}

.order-form .frame p {
  margin: 0 !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
}

.order-form .order-input {
  margin: 10px;
}

.order-form label {
  width: 230px;
  display: block;
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}

.order-form input {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  padding: 15px;
  border-radius: 3px;
  border: 2px solid #e9d7dc;
  font-size: 21px;
}

.order-form p {
  font-size: 12px;
  margin: 0;
  line-height: 30px;
}

.order-form button,
.obutton {
  max-width: 245px;
  display: block;
  margin: 20px auto;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
  border-radius: 5px;
  background: #0299ff;
  transition: all 0.15s ease-in-out;
  border: none;
  cursor: pointer;
  font-size: 20px;
}

.order-form button:hover,
.obutton:hover {
  background: #017acc;
  text-decoration: none;
  color: #fff;
}

.order-form button:disabled,
.obutton:disabled {
  opacity: 0.5;
}

.order-form button:hover:disabled,
.obutton:hover:disabled {
  background-color: #0299ff;
}

.order-form button:active {
  position: relative;
  top: 1px;
}

.order-form .timelimit {
  font-size: 14px;
  margin: 0 0 10px;
}

.timer {
  display: inline-block;
  background: url(../img/timerIcon2.png) no-repeat;
  padding-left: 14px;
  color: red;
  font-weight: 700;
  line-height: 15px;
}

@media screen and (max-width: 480px) {
  .order-form label {
    font-size: 14px;
  }

  .order-form button {
    font-size: 16px;
  }

  .order-form {
    padding: 80px 50px 60px;
  }

  .order-form .order-input {
    margin: 2px;
  }
}

@media screen and (max-width: 459px) {
  .order-form input {
    width: 80%;
  }

  .order-form {
    margin-left: -20px;
    margin-right: -20px;
  }
}



@media screen and (max-width: 349px) {
  .order-form .top h2 {
    margin: 0;
  }
  .order-form input {
    font-size: 17px;
  }

  .order-form .frame {
    margin: 10px;
  }
}

/**/


/* *** *** *** vote-section *** *** *** */

.voteBlk {
  position: relative;
}

.voteBlk .choice {
	position: relative;
	z-index: 9;
	top: 17px;
	left: 15px;
}

.vote-section {
  padding: 30px 0 0;
  width: 100%;
  max-width: 400px;
  margin: 10px auto 70px auto;
}

h2.title {
	margin: 0 0 30px;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
}

h2.title span {
  color: #e43315;
}
html{
  scroll-behavior: smooth;
}
h2.title:after {
  display: block;
  content: '';
  margin: 15px 0 0;
  width: 62px;
  height: 5px;
  background: url(../img/separator_red.png) center no-repeat;
}


input[type="radio"] {
	appearance: none;
	margin: 0;
	font: initial;
	width: 20px;
	height: 20px;
	border: 2px solid #65676b;
	border-radius: 50%;
	display: grid;
	place-content: center;
	color: #1c1e21;
	position: absolute;
	align-self: normal;
}

input[type="radio"]::before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	color: #1c1e21;
	background: #1c1e21;
}

input[type="radio"]:checked::before {
  transform: scale(1);
}

input[type="radio"]:focus {
  outline-offset: max(2px, 0.15em);
  border: 0.15em solid #1c1e21;
}



.vote-section .vote_block {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 27px rgb(2 2 2 / 10%);
  -moz-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
  box-shadow: 0 0 27px rgb(2 2 2 / 10%);
}

.vote-section .questions_list {
  margin: 0 0 25px;
}

.vote-section .question_item {
	margin: 0 0 8px;
	height: 55px;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	position: relative;
	border: 1px solid #d9d9d9;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.vote-section .question_item:nth-of-type(3) {
  margin-bottom: 20px;
}

.vote-section .questions_list.active .question_item .line {
  display: block;
}

.vote-section .question_item .line {
  background: #e7f3ff;
}

.vote-section .question_item .line {
  display: none;
  width: 0%;
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
  
}

.vote-section .question_item .question_text {
	padding: 0;
	line-height: 50px;
	position: absolute;
	left: 50px;
  color: #000;
}

.vote-section .question_item .percents {
  padding: 0 20px 0 0;
  font-weight: 700;
  text-align: right;
  position: relative;
  order: 1;
  color: #216FDB;
  top: 2px;
}

.vote-section .voice_count {
	text-align: center;
	position: relative;
	right: 30px;
}

.vote-section .voice_count b {
  margin: 0 0 0 5px;
  padding: 3px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #7ac700;
  color: #fff;
}

.percents::after {
	content: '\3009';
	color: #5f6771;
	height: 12px;
	font-size: 12px;
	margin-left: 7px;
	position: relative;
	bottom: 2px;
}

#voteBtnSubmt {
	background: linear-gradient(180deg, #18acfd 0%, #0064e0 100%);
	border: none;
	color: #fff;
	border-radius: 5px;
	position: absolute;
	right: 0;
	cursor: pointer;
	width: 100px;
	height: 40px;
  z-index: 99;
}

#voteBtnSubmt[disabled] {
	background: #ccc;
}

.fb-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -3px;
  filter: grayscale(100%);
}

/* /end *** *** *** vote-section *** *** *** */


/**/


/**/

.red {
  color: #f00;
  font-weight: bold;
}

.str {
  text-decoration: line-through;
  font-weight: bold;
}

.important {
  border: 3px solid red;
  color: red;
  padding: 10px;
  background-color: rgb(255, 255, 130);
}


/*  buy-button   */

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.buy-button {
  color: white;
  font-size: 19px;
  font-weight: 700;
  display: block;
  max-width: 355px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: center;
  background: rgb(219, 32, 32) none repeat scroll 0% 0%;
  padding: 20px 20px 14px;
  border-image: none;
  border-radius: 6px;
  text-decoration: none;
  margin: 50px auto 0 auto;
  border-bottom: 6px solid transparent;
  animation: 1.7s pulse infinite alternate ease-in-out;
  white-space: nowrap;
}

/**/

.blk600 {
  display: block;
  margin: 20px auto;
  max-width: 600px;
  text-align: center;
}

/* ******************************************** */

.center {
  text-align: center;
}

.blk-center {
  display: block;
  margin: 0 auto;
}

/* ******************************************** */

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

i, .itl {
  font-style: italic;
}

.half-bold {
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.72);
}

.red {
  color: #f00;
  text-shadow: 0px 0px 1px;
}

.undrl {
  text-decoration: underline;
}

/* ******************************************** */

.f40 {
  font-size: 40px;
  line-height: 52px;
}

.f36 {
	font-size: 36px;
	line-height: 48px;
}

.f32 {
	font-size: 32px;
	line-height: 44px;
}

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

.f26 {
  font-size: 26px;
  line-height: 38px;
}

.f24 {
  font-size: 24px;
  line-height: 36px;
}

.f20 {
  font-size: 20px;
  line-height: 32px;
}

.f18 {
  font-size: 18px;
}

.f16 {
  font-size: 16px;
}

.f14 {
  font-size: 14px;
}

/* ******************************************** */

.mgt100 {
    margin: 100px 0 5px 0;
}
.mgb100 {
    margin: 5px 0 100px 0;
}
.mg100 {
    margin: 100px 0;
}

.mgt70 {
    margin: 70px 0 5px 0;
}
.mgb70 {
    margin: 5px 0 70px 0;
}
.mg70 {
    margin: 70px 0;
}

.mgt50 {
    margin-top: 50px !important;
}
.mgb50 {
    margin: 5px 0 50px 0;
}
.mg50 {
    margin: 50px 0;
}

.mgt35 {
    margin: 35px 0 5px 0;
}
.mgb35 {
    margin: 5px 0 35px 0;
}
.mg35 {
    margin: 35px 0;
}

.mgt25 {
    margin: 25px 0 5px 0;
}
.mgb25 {
    margin: 5px 0 25px 0;
}
.mg25 {
    margin: 25px 0;
}

.mgt20 {
    margin: 20px 0 5px 0;
}
.mgb20 {
    margin: 5px 0 20px 0;
}
.mg20 {
    margin: 20px 0;
}

.mgt15 {
    margin: 15px 0 5px 0;
}
.mgb15 {
    margin: 5px 0 15px 0;
}
.mg15 {
    margin: 15px 0;
}

.mgt10 {
    margin: 10px 0 5px 0;
}
.mgb10 {
    margin: 5px 0 10px 0;
}
.mg10 {
    margin: 10px 0;
}

.mg5a {
  margin: 5px !important;
}

.mgt5 {
  margin: 5px 0 0 0;
}

.mg0 {
    margin: 0 !important;
}

/* ******************************************** */