/* colors

#004f7c DARK
#0eb1eb LIGHT

*/

* {
    margin: 0;
    padding: 0;
}

input, button {
    border:none;
}

html {
    width: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #ffffff;
    color: #004E7B;
    font-size: 1em;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-align: center;

}

#header {
    width: 100%;
    height: 80px;
    background-color: #FFFFFF;
    border-bottom: 1px solid rgba(219, 219, 219, 0.51);
}

#header img {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 18px;
}

#container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


/* ----------------------- Search page ------------------- */

.introtext {
    text-align: center;
    margin-top: 80px;
}

.title {
    letter-spacing: 0px;
    color: #004f7c;
    font-size: 2em;
    font-weight: 200;
    margin-bottom: 15px;
}

.subtitle {
    font-size: 1.2em;
    font-weight: 200;
    color: #777;
    letter-spacing: 0px;
}

#certificateform {
    width: 100%;
    margin-left: auto!important;
    margin-right: auto!important;
    display: block;
}



input[type=text], select {
    width: 60%!important;
    padding: 12px 20px;
    margin: 20px 0;
    display: inline-block;
    border: 1px solid #004E7B;
    box-sizing: border-box;
    font-size: 1.2em;
    font-weight: 100;
    border-radius: 0px;
    text-align: center;
}

form {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#certificateformcontainer {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

input.submitBtn {
    background-color: #004E7B;
    padding: 10px 20px 10px 20px;
    color: #FFFFFF;
    font-size: 0.8em;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}


input.submitBtn:hover {
    background-color: #2ab2dd;
    cursor: pointer;
}

input[type=text] {
    width: 79%;
}

#certificateform > [type=submit] {
    width: 20%;
    min-width: 192px;
}


.radio-toolbar input[type="radio"] {
    display: none;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #fff;
    padding: 8px 15px;
    font-family: Arial;
    font-size: 0.8em;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "Open Sans", Arial, serif;
    font-weight: 600;
    color: #000000;

}

.radio-toolbar input[type="radio"]:checked+label {
    background-color: #0eb1eb;
    color: #FFFFFF;
    border: 2px solid;
    border-radius: 25px;
}

/* ------- */

.digitalcertification {
    width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.certIssuedOn{
    font-size: 9px;
}

.share-buttons {
    text-align: left;
}

.share-buttons h3{
    font-size: .8em;
}

.share-buttons > a {
    font-size: .9em !important;
    padding: 10px 0;
    color: #fff;
    background-color: #00507b;
    text-decoration: none;
    text-align: center;
    margin-left: 4px;
}

.share-buttons > a:first-of-type {
    margin-left: 0
}

.share-buttons > a > i {
    vertical-align: middle;
    font-size: 25px;
    width: 35px
}

    .share-buttons > a > i.fa {
        margin-right: -2.8px
    }

.share-buttons > a.linkedin {
    background-color: #22609b
}

.share-buttons > a.facebook {
    background-color: #294b7f
}

.share-buttons > a.twitter {
    background-color: #2ab2dd
}

.badge {
    margin-top: 50px;
    margin-left: 10px;
    float: left;
    width: 40%;
    text-align: center;
}

.attestation-badge {
    margin-top: 0;
}

.badge img {
    margin-left: 25px;
}

.information {
    margin-top: 60px;
    float: left;
    width: 50%;
    text-align: right;
    border-right: 1px solid;
    padding-right: 50px;
    border-color: #eeeeee;
}

div.table {
    display: table;
    text-align: center;
    width: 860px;
}

form.tr, div.tr {
    display: table-row;
}

span.td {
    display: table-cell;
    vertical-align: middle;
    width: 430px !important;
    height: 60px;
    border-bottom: 1px solid !important;
    border-color: #eeeeee !important;
}


h1 {
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: 100;
    font-size: 1.5em;
}



h2 {
    text-transform: none;
    font-weight: 100;
    font-size: 2.5em;
    font-weight: 600;
    margin-bottom: 10px;
}

h3 {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 20px;
}

a {
    margin-top: 50px;
    color: #a6a6a6;
}

.noresults {
    margin-top: 80px;
    width: 400px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.download {
    padding: 5px 20px;
    background-color: #0eb1eb;
    border: 6px solid;
    border-radius: 25px;
    border-color: #0eb1eb;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 0.8em;
    text-transform: uppercase;
    margin-top: 20px;
}

.td .download {
    margin-top: 0;
}

.download:hover {
    background-color: #004f7c;
    border-color: #004f7c;
    cursor: pointer;
}

.goback {
    padding: 5px 20px;
    background-color: #004f7c;
    border: 6px solid;
    border-radius: 25px;
    border-color: #004f7c;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 0.8em;
    text-transform: uppercase;
}

.goback:hover {
    background-color: #0eb1eb;
    border-color: #0eb1eb;
}

.dummydiv {
    clear: both;
}

.share {
    font-size: 0.9em!important;
    padding: 10px 15px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 0.7em;
}

/* ------ FOOTER ------- */



#copyrights {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgba(0,0,0,0.9);
    z-index: 999;

}

#copyrights ul li a, #copyrights p {
    color: rgba(255,255,255,0.4);
    float: left;
    font-size: 12px;
    padding: 3px 0;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 0;
}


.container-fluid {
    max-width: 1440px;
    width: auto;
    margin: 0 auto;
    position: relative;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#copyrights a {
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

.social-footer {
    font-size: 22px;
    float: right;
}

.social-footer a {
    color: #fff !important;
    margin: 0 25px 0 25px;
    float: right;
}

p span, span a:visited {
    font-size: 0.8em;
    color: #a6a6a6 !important;
}

span a:hover {
    color: #a6a6a6 !important;
}

.rwd-break { display: none; }


@media (max-width: 1024px) {

  input[type=text], select {
    width: 100%!important;
}

input[type=submit] {
    width: 50%;
}

.digitalcertification {
    width: 510px;
    margin-left: auto;
    margin-right: auto;
}

.fireworks {
    width: 50px;
    height: 50px;
}

.badge {
    margin-top: 70px;
    float: none;
    width: 300px!important;
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
}

.information {
    margin-top: 60px;
    margin: auto;
    float: none;
    width: 400px!important;
    text-align: center;
    border-right: none;
    padding-right: 0px;
    border-color: #eeeeee;
}

table {
    text-align: center;
    width: 510px;
}

}

.spacer {
    height: 190px !important;
}

.devOpsOtherCertImg {
    padding-bottom: 10px;
    padding-right: 10px;
}

@media (max-width: 700px) {

    body {
        font-size: 0.8em;
    }


    .digitalcertification {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
}

table {
    text-align: center;
    width: 280px;
}

.information {
    width: 280px!important;
}

    #header img {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 25px;
}

input[type=submit] {
    width: 90%;
}


.rwd-break {
    display: block;
}

.divider {
    display: none;
}

.share {
    font-size: 1.2em!important;
    padding: 10px 46px;
    color: #FFFFFF;
    text-decoration: none;
    height: 50px;
    line-height: 51px;
}

.fireworks {
    display: none;
}


#copyrights p {
    text-align: center;
    float: none;
}

.social-footer {
    font-size: 12px;
    float: none;
    margin: auto;
    text-align: center;
    width: 280px;
}

.social-footer a {
    float: none;
    margin-left: 5px;
    margin-right: 5px;
}

#copyrights {
    margin-top: 90px;
}

#copyrights p{
    font-size: 8px!important;
}
}

