/* rpp_servicenav.css */
/* id servicenav */
/* Global */

body > header #servicenav {
    background: #e6e6e6;
    margin: auto;
    padding: 6px 0 8px;
    border-bottom: 1px solid #c3c3c3;
    zoom: 1;
}
body > header #servicenav:before,
body > header #servicenav:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
}
body > header #servicenav:after {
      clear: both;
}
body > header #servicenav > div {
      width: 960px;
      margin: auto;
}
/*body > header #servicenav > div [itemtype="https://schema.org/ContactPoint"] {
    display: none;
}*/
body > header #servicenav > div [itemtype="https://schema.org/ContactPoint"] {
        font-size: 18px;
        width: 220px;
        float: left;
        margin-top: 3px;
}
body > header #servicenav > div a {
        text-decoration: none;
}
body > header #servicenav > div .service {
        float: right;
        width: 740px;
        text-align: right;
}
body > header #servicenav > div .service form {
          display: inline;
          vertical-align: center;
          margin-top: 4px;
          text-align: right;
}
body > header #servicenav > div .service form input[type=text] {
            border-radius: 4px 0 0 4px;
            height: 24px;
            padding-top: 0px;
            padding-bottom: 0px;
            width: 140px;
            -webkit-transition: 0.1s linear width;
            -moz-transition: 0.1s linear width;
            transition: 0.1s linear width;
}
body > header #servicenav > div .service form input[type=text]:focus {
              outline: none;
              width: 140px;
}
body > header #servicenav > div .service form button[type=submit] {
            margin: 0 20px 0 0;
            border-radius: 0 4px 4px 0;
            border-left: 0;
            height: 26px;
            font-family: 'FontAwesome';
            width: 30px;
            text-align: center;
            padding-left: 8px;
            -webkit-transition: 0.1s linear background-color;
            -moz-transition: 0.1s linear background-color;
            transition: 0.1s linear background-color;
            -webkit-transition: 0.1s linear color;
            -moz-transition: 0.1s linear color;
            transition: 0.1s linear color;
}
body > header #servicenav > div .service ul {
          float: right;
          padding: 0;
          margin: 7px 0 0 0;
}
body > header #servicenav > div .service ul ol,
body > header #servicenav > div .service ul ul,
body > header #servicenav > div .service ul li {
            margin: 0;
            padding: 0;
            border: 0;
            font-size: 100%;
            font: inherit;
            vertical-align: baseline;
            list-style-type: none;
}
body > header #servicenav > div .service ul li {
            float: left;
            text-transform: uppercase;
            margin-right: 20px;
}
body > header #servicenav > div .service ul li a {
              color: #58585a;
              font-size: 11px;
}
body > header #servicenav > div .service ul li.login,
body > header #servicenav > div .service ul li.register {
              margin-right: 7px;
}
body > header #servicenav > div .service ul li.login a,
body > header #servicenav > div .service ul li.register a {
                border-radius: 4px;
                padding: 6px 12px;
                border: 1px solid #c3c3c3;
                background: #c7d331;
                color: #1b9253;
}
body > header #servicenav > div .service ul li.register {
              margin-right: 0;
}

body > header #login form button[type=submit] {
            margin: 0 20px 0 0;
            background-color: #c7d331;
            border-radius: 0 4px 4px 0;
            border-left: 0;
            height: 26px;
            font-family: 'FontAwesome';
            width: 30px;
            text-align: center;
            padding-left: 8px;
            -webkit-transition: 0.1s linear background-color;
            -moz-transition: 0.1s linear background-color;
            transition: 0.1s linear background-color;
            -webkit-transition: 0.1s linear color;
            -moz-transition: 0.1s linear color;
            transition: 0.1s linear color;
}

body.distractionfree div.service {
    margin-top: 5px !important;
}
body.distractionfree div.service > ul {
      margin-left: 10px !important;
}

/* Reponsive */
@media (min-width: 630px) and (max-width: 1024px) {
    body > header #servicenav > div [itemtype="https://schema.org/ContactPoint"] {
            display: none;
    }
    body > header #servicenav > div,
    body > header #login > form,
    body .start #mainbody .content {
            width: 96%;
    }
    body > header #servicenav > div .service {
            margin: auto;
            float: none;
            width: 100%;
            text-align: left;
    }
    body > header #servicenav > div .service ul li {
              display: none;
    }
    body > header #servicenav > div .service ul li.login,
    body > header #servicenav > div .service ul li.register {
                display: inline;
                padding-top: 3px;
    }
}

/* (min-width: 0) and (max-width: 640px) */
@media (min-width: 0) and (max-width: 639px) {
    body > header #servicenav > div [itemtype="https://schema.org/ContactPoint"] {
            display: none;
    }

    body > header #servicenav > div,
    body > header #login > form,
    body .start #mainbody .content {
            width: 100%;
    }

/* header #login form */
    body > header #login form input {
                width: 20%;
    }

    body > header #servicenav {
              width: 98%;
              padding: 5px;
    }
    body > header #servicenav > div {
                zoom: 1;
                width: 100%;
    }
    body > header #servicenav > div:before,
    body > header #servicenav > div:after {
                  content: "\0020";
                  display: block;
                  height: 0;
                  overflow: hidden;
    }
    body > header #servicenav > div:after {
                  clear: both;
    }
    body > header #servicenav > div .service {
                  text-align: left;
    }
    body > header #servicenav > div .service {
            margin: auto;
            width: 100%;
            text-align: left;
    }

    body > header #servicenav > div .service form {
              display: block;
              width: 160px;
              float: left;
              position: relative;
              margin-top: 0px;
    }

    body > header #servicenav > div .service form button[type=submit] {
                      margin-right: 0;
                      position: absolute;
                      right: 0;
                      top: 0;
                      border-right: 0;
                      border-top: none;
                      height: 32px;
                      border-bottom: 0;
                      border-left: 1px solid #c3c3c3;
    }
    body > header #servicenav > div .service form input[type=text],
    body > header #servicenav > div .service form input[type=text]:focus {
                      display: block;
                      border-right: 0;
                      border-top: 0;
                      border-left: 0;
                      width: 100% !important;
                      border-radius: 0;
                      padding-left: 0;
                      padding-right: 0;
                      text-indent: 12px;
                      height: 32px;
                      box-shadow: inset 0 0 5px #c3c3c3;
    }

        body > header #servicenav > div .service {
              display: inline;
              width: 100%;
    }

    body > header #servicenav > div .service ul {
                    margin: 36px 0px 10px;
                    width:140px;
                    float: right;
                    display: inline;
                    clear: both;
                    margin-bottom: 0;
    }
    body > header #servicenav > div .service ul li.login,
    body > header #servicenav > div .service ul li.register {
                      display: block;
                      width: 65px;
                      padding-top: 0;
                      margin-right: 2px;
                      border-bottom: 0;
                      text-align: center;
                      border: 0;
    }

    /*body > header #servicenav > div .service ul li.login a,
    body > header #servicenav > div .service ul li.register a {
                        display: none;
                        border-radius: 0;
                        border-top: 0;
                        padding-top: 12px;
                        padding-bottom: 12px;
                        background: #E6EE7D;
                        border: 0;
    }
    body > header #servicenav > div .service ul li.register a {
                      border-left: 0;
    }*/
    body > header #servicenav > div .ddcommon {
                  border-left: 0;
                  border-right: 0;
                  width: 50% !important;
                  margin-right: 0;
                  border-radius: 0;
                  border-top: 0;
                  top: 0;
                  float: left;
    }
    body > header #servicenav > div .ddcommon .ddTitle {
                    border-radius: 0 !important;
    }
    body > header #servicenav > div .ddcommon .ddTitle .ddTitleText {
                      padding: 9px 0;
                      width: 80%;
                      margin: auto;
    }
    body > header #servicenav > div .ddcommon .divider {
                    border-right: 1px solid #c3c3c3;
                    border-radius: 0;
    }
    body > header #servicenav > div .ddcommon .arrow {
                    right: 6px;
    }
}
