 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Open Sans', sans-serif;
    }

    *,
    *:before,
    *:after {
      box-sizing: inherit;
    }

    html,
    body {
      box-sizing: border-box;
      background-color: #ffffff;
      color: #252A2E;
      font-size: 18px;
      line-height: 22px;
      height: 100%;
      margin: 0;
      width: 100%
    }

    body {
      display: flex;
      flex-direction: column;
      /* Stack children vertically */
      /* min-height: 100vh; is a common alternative, use 100dvh for better mobile support */
      min-height: 100dvh;
    }

    #lang_control {
      position: absolute;
      right: 20px;
      top: 40px;
      font-size: 14px;
    }


    .logo-bug {
      background-color: #0063a3;
      padding: 16px;
      max-width: 200px;
      margin-bottom: 40px;
      margin-top: 40px;
      text-align: right
    }

    #wrapper {
      width: 100%;
      padding: 0;
      flex-grow: 1;
    }


    /* fonts and basic elements  */
    h1 {
      font-size: 40px;
      line-height: 44px;
      margin: 0px;
      margin-bottom: 16px;

    }

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

    .mb-30 {
      margin-bottom: 30px;
    }

    .visually-hidden {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }

    /*     ###############  STRUCTURE AND NAVIGATION     ###############    */

    section {
      padding: 20px;
      padding-bottom: 0;
      max-width: 980px;
      margin: 0 auto;
    }

  section.doi-page{
min-height:400px; 
text-align:left; 
width:100%;}

.doi-page a:link, 
.doi-page a:visited 

 {color:#0063a3}


    #formSection {
      padding: 0;
      padding-bottom: 40px;
    }


    #privacy-section {

      background-color: #0063a3;
      color: #ffffff;
      padding: 40px;
      font-size: 14px;

    }

    #privacy-section ul {
      margin-left: 20px;
      display: block;

    }

    #privacy-section li {
      margin-bottom: 14px;

    }

    #privacy-section a:link,  #privacy-section a:visited  {
      color: #ffffff;
    }

 #privacy-section a:hover,  #privacy-section a:active{ color: #ffffff; font-weight:bold;}

    #footer-wrapper,
    .text-container {
      max-width: 980px;
      margin: 0 auto;
      font-size: 14px;
    }

    #footer-wrapper {
      display: flex;
      gap: 20px;
      flex-wrap: nowrap;
    }

    footer {
      border-top: 10px solid #fbad26
    }

    footer {
      margin-top: auto;
      padding: 80px 40px;
      color: #ffffff;
      background-color: #252a2e;
      width: 100%;
    }

    footer a:visited,
    footer a {
      color: #ffffff;
    }

    /*     ###############  FLEX BOX     ###############    */
    .f-container {
      width: 100%;
      margin: auto;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding: 0px;
      align-items: flex-start;
      list-style: none;

    }

    .f-container.personal-information {
      gap: 20px;
    }

    .f {
      padding: 20px;
      margin: 0px;
    }

    .flex-100 {
      width: calc(100% - 0px);
    }

    .flex-60 {
      width: calc(60% - 0px);
    }

    .flex-50 {
      width: calc(50% - 10px);
    }

    .flex-40 {
      width: calc(40% - 0px);
    }

    .flex-25 {
      width: calc(25% - 0px);
    }

    .flex-20 {
      width: calc(20% - 0px);
    }

    /*     ###############  FORM CLASSES     ###############    */

    #form_wrapper {
      background-color: #003054;
      padding: 60px 30px;
      margin-bottom: 40px;
    }

    .MCform {
      font-size: 16px;
      line-height: 20px;
      max-width: 980px;
      margin: auto;
      background-color: #003054;
      color: #ffffff;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MzAiIGhlaWdodD0iMjYiIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCA1MzAgMjYiPjxwYXRoIHN0cm9rZT0iI0ZCQUQyNiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNTA1IDFoMjR2MjQiLz48cGF0aCBzdHJva2U9IiMwMDYzQTMiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTI1IDFIMXYyNCIvPjwvc3ZnPg==);
      background-position: top;
      background-repeat: no-repeat;
      background-size: 100%;
      padding: 25px;
    }

    .form-outer {
      margin-top: 20px;
      background-position: top;
      background-repeat: no-repeat;
      background-size: 100%;
      padding: 40px 25px 25px;
      background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MzEiIGhlaWdodD0iMjYiIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCA1MzEgMjYiPjxwYXRoIHN0cm9rZT0iI0ZCQUQyNiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMjUgMjRIMVYxTTUwNiAyNWgyNFYxIi8+PC9zdmc+');
    }

    .MCform ul li.f {
      list-style: none;
      margin: 0;
      padding: 0px;
      text-indent: inherit;
    }

    .MCform label {
      font-weight: normal;
      color: #ffffff;
      margin-bottom: 6px;
      display: block;
    }

    .error {
      border: 1px solid red;
    }

    .error-message {
      background-color: red;
      display: block;
      font-size: 0.875rem;
      margin-top: 4px;
      color: #ffffff;
      padding: 4px 20px;
      margin-bottom: 10px;
      font-size: 12px;
      POSITION: RELATIVE;
      top: 4px;
      max-width: 320px;
      text-align: center;
      border-radius: 4px;
    }

    .error-message::before {
      border-style: solid;
      border-width: 0 10px 10px 10px;
      bottom: 100%;
      border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) red rgba(0, 0, 0, 0);
      position: absolute;
      height: 10px;
      width: 0rem;
      content: "";
      left: 0;
      right: 0;
      margin: auto;

    }

    .MCform input[type=text],
    .MCform input[type=url],
    .MCform input[type=email],
    .MCform input[type=tel],
    .MCform input[type=number],
    .MCform input[type=date],
    .MCform textarea {
      width: 100%;
      margin-bottom: 0px;
      padding: 10px;
      border-radius: 3px;
      border: 1px solid #1C1C1C;
      background-color: #ffffff;
      color: #000001;
      display: block;
      box-sizing: border-box;
      min-width: 0;
    }

    /* Custom for select box */
    .MCform select {
      width: 100%;
      margin-bottom: 0px;
      padding: 10px;
      border-radius: 3px;
      border: 1px solid #1C1C1C;
      background-color: #ffffff;
      color: #000001;
      display: block;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      appearance: none;
      border: 1px solid #1C1C1C;
      font-size: 18px;
    }

    .MCform fieldset {
      padding-bottom: 20px;
      margin: 0;
      border: 0;

      display: block;
    }

    .MCform legend {
      font-size: 20px;
      font-weight: bold;
      border-bottom: 0;
      margin-bottom: 20px;
      float: left;
      color: #ffffff;
    }

    #h-rule {
      padding-bottom: 20px;
    }



    /* HIDE RADIO BOXES AND CHECKBOXES SO WE CAN RE-STYLE      */
    .MCformRadioList input {
      opacity: 0;
      position: absolute;
      width: 1px;
    }

    /* #################### RADIO BUTTON CLASSES ######################################## /*/
    .MCformRadioList label {
      margin-top: 6px;
      margin-left: 40px;
      font-weight: normal;
      width: auto;
      display: block;
    }

    /* Edit the properties below to change the colors of the un-checked radio button */
    .MCformRadioList input+label:before {
      content: '';
      background: #fff;
      border: 1px solid #000001;
      border-radius: 50%;
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 20px;
      padding: 2px;
      margin-left: -30px;
      text-align: center;
      margin-right: 10px;
      margin-bottom: 4px;
    }

    /* Edit the properties below to change the colors of the checked radio button */
    .MCformRadioList input:checked+label:before {
      content: '';
      color: #ffffff;
      background-color: #fbad26;
      display: inline-block;
    }

    .MCformRadioList input:checked+label {
      font-weight: normal;
    }

    /*  #################### CHECKBOX CLASSES  ########################################  /*/
    ul li.f.MCformCheckbox {

      padding-left: 40px;
      margin-bottom: 4px;
      border-radius: 8px;
      margin-top: 0;

      width: 100%
    }

    .MCformCheckbox input {
      cursor: pointer;
      font-size: 15px;
      display: none;
    }

    li.f.flex-100.MCformCheckbox.PrefAll {
      padding-bottom: 20px;
    }

    .MCformCheckbox .preferenceDescription {
      margin-top: 6px;
      color: #ffffff;
      font-size: 14px;
      line-height: 18px;
    }

    .MCformCheckbox input+label:before {

      height: 18px;
      width: 18px;
    }

    .MCformCheckbox input:checked+label:before {
      content: '';
      background: #fbad26;
      border: 1px solid #444444;
    }

    .MCformCheckbox input+label:before {
      content: '';
      background: #fff;
      border: 1px solid #ffffff;
      border-radius: 0px;
      appearance: none;
      -webkit-appearance: none;
      -webkit-border-radius: 0px;
      display: inline-block;
      vertical-align: middle;
      width: 16px;
      height: 16px;
      margin-left: -30px;
      text-align: center;
      margin-top: 2px;
      margin-right: 10px;
      margin-bottom: 4px;
      position: absolute;
    }

    .MCformCheckbox input:checked+label:before {
      /* content: '\25A0';*/
      background-color: #fbad26;
      border-color: #ffffff;


    }

    body .MCformForm .MCformCheckbox>label {
      margin-left: 0;
    }

    .MCform button,
    a.formButton {
      background-color: #fbad26;
      border: 0;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      color: #353a40;
      font-size: 18px;
      line-height: 1;
      font-weight: bold;
      padding: 12px 36px;
      cursor: pointer;
      text-transform: uppercase;
      text-decoration: none;
      display: inline-block;
    }

    .MCform button:hover,
    a.formButton:hover {
      background-color: #de9921;
      transition: .3s;
      color: #353a40;
    }

    /* element specific form classes */

    label.req::before {
      content: "* ";
    }

    label[for="Unsubscribed"],
    label[for="ExplicitOptin"] {
      font-weight: bold;
    }

    #Email_input {
      background-color: #e6e6e6;
    }

    #stateContainer {
      display: none;
    }

    #email_lookup_button {
      margin-top: 20px;
    }

    #email_lookup_message {
      padding-top: 20px;
    }

    #email_signup_button {
      display: none;
      margin-top: 20px;
    }

    input {
      width: 100%;
      padding: 12px 12px 12px 12px;
      font-size: 18px;
      border: 2px solid #ced4da;
      border-radius: 6px;
      box-sizing: border-box;
      transition: all 0.2s;
      flex-grow: 1;
      flex: 1;
      /* Allows the input to grow and fill empty space */
      min-width: 0;
      /* Prevents the input from breaking out of flex containers */

    }

    input:focus {
      outline: none;
      border-color: #007bff;
    }

    #email_message {
      margin: 0;
      margin-bottom: 15px;
      font-size: 14px;
      border-radius: 4px;
      max-width: 340px;

    }

    .show {
      opacity: 1 !important;
      display: block;
      height: auto !important;
      padding: 8px;
    }

    .error {
      background-color: #fdecea;
      color: #d32f2f;
    }

    .success {
      background-color: #edf7ed;
      color: #2e7d32;
    }

    @media only screen and (max-width: 880px) {


      h1 {
        font-size: 40px;
        line-height: 48px;
      }

      #privacy-section {
        padding: 20px;
      }



      section {
        padding: 10px;
      }

      .MCform {
        padding: 10px;

      }

      .form-outer,
      .MCform {

        background-image: none;
      }


      .logo-bug {
        background-color: #0063a3;
        padding: 8px;
        max-width: 140px;
        margin-bottom: 40px;
        margin-top: 40px;
        text-align: right;
      }

      .logo-bug img {
        width: 110px;
      }

      #footer-wrapper {
        flex-wrap: wrap;
      }

      #form_wrapper {
        padding: 20px;
        flex-wrap: wrap;
      }


      .MCform fieldset {
        padding: 16px 0;
      }

      .MCform ul li.f.MCformCheckbox {
        padding-left: 40px;

      }

      header,
      footer {
        padding: 30px;
      }

header {padding-left: 0px;}


      .MCform ul li.f {
        width: 100%;
        padding: 0;
      }
    }

    @media only screen and (max-width:450px) {
      #lang_control {
        position: absolute;
        left: 20px;
        top: 10px;
        font-size: 14px;
      }


      h1 {
        font-size: 8vw;
        line-height: 11.25vw;
      }
    }