﻿@font-face {
    font-family: 'dearJoe';
    src: url('/Content/fonts/dearJoe.eot'); /* IE9 Compat Modes */
    src: url('/Content/fonts/dearJoe.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('/Content/fonts/dearJoe.woff') format('woff'), /* Modern Browsers */
        url('/Content/fonts/dearJoe.ttf') format('truetype'), /* Safari, Android, iOS */
        url('/Content/fonts/dearJoe.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('/Content/fonts/sourcesanspro-regular.eot'); /* IE9 Compat Modes */
    src: url('/Content/fonts/sourcesanspro-regular?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/Content/fonts/sourcesanspro-regular.woff') format('woff'), /* Modern Browsers */
    url('/Content/fonts/sourcesanspro-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/Content/fonts/sourcesanspro-regular.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

a, a:visited, a:hover {
    color: white;
    text-decoration: none !important;
}

body {
    overflow-y: auto !important;
}

#hello {
    display: inline-block;
}

#hello h2 {
    text-align: left;
}

#hello p {
    padding-left: 20px;
}

#signin {
    line-height: 50px;
    margin-right: 10px;
    float: right;
}

div#cert
{
    text-align: left;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1280px) {
    div#cert {
        width: 70%;
    }
}

@media screen and (max-width: 800px) {
    div#cert {
        width: 90%;
    }
}

div#cert h2 {
    border-bottom: 2px solid #0064cf;
    cursor: pointer;
}

div#cert h2::before {
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #007bff;
    content: '';
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}

div#cert h2.open::before {
    border-width: 10px 5px 0 5px;
    border-color: #007bff transparent transparent transparent;
}

div#cert .download {
    margin-top: 20px;
    text-align: center;
}

div#cert .download > div > a {
    display: inline-block;
    width: 150px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* W3C */
    background: -moz-linear-gradient(top, #00b7ea 0%, #009ec3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#009ec3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* IE10+ */
    box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    padding: 3px 0px 0px 0px;
    color: white;
    font-size: 12pt;
    text-decoration: none;
    text-transform: uppercase;
}

div#cert .download > div > a > span + span {
    text-transform: none;
    font-size: 10pt;
    white-space: nowrap;
}

div#cert h2 + div {
    display: none;
}

div#cert h2.open + div {
    display: inline;
}

.sindent 
{
    background-image: url(/Content/images/stripe-indent.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.globe {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.globe:before {
    background-color: transparent !important;
    border: none !important;
    color: transparent !important;
}

.globe:hover {
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}

.globe:active {
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}

.my-brand, .my-brand:visited, .my-brand:hover {
    line-height: 50px;
    color: white;
    text-decoration: none !important;
}

#footer a, #footer a:active, #footer a:hover, #footer a:visited, #footer a:link {
    color: white;
}
