@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic);
body {
    font-family: 'Roboto', sans-serif;
    overflow: auto !important;
}

* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

a {
    color: #01AAD5;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #5D5D5D;
    text-decoration: none;
    outline: none;
}


/* NAVBAR */

.black_75 {
    background: #000000;
    background: url(/public/portfolio/img/black_75.png);
    background: rgba(0, 0, 0, .75);
}

.navbar {
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    padding-top: .5em;
    padding-bottom: .5em;
}

.navbar-default .navbar-nav>li>a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #AAAAAA;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background: none;
    color: #AAAAAA;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: .5em;
    background: #000000;
    background: url(/public/portfolio/img/black_75.png);
    background: rgba(0, 0, 0, .75);
    border: none;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #FFFFFF;
    text-transform: uppercase;
}

.dropdown-menu>li>a {
    color: #FFFFFF;
    text-transform: uppercase;
}

.dropdown-menu>li>a:hover {
    color: #AAAAAA;
    background: none;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
}

.navbar-brand img {
    max-height: 32px;
}

.hero {
    position: relative;
    margin-bottom: 1em;
}

.hero_bg {
    min-width: 100%;
    max-width: 100%;
}

.hero_callouts {
    padding: 2em;
    color: #BBBBBB;
    font-size: .8em;
    text-align: center;
    text-transform: uppercase;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hero_callouts h3 {
    margin-top: 0;
    color: #FFFFFF;
    font-size: 1.5em;
}

.hero_callouts h3 a {
    color: #FFFFFF;
}

.hero_callouts h3 a:hover {
    color: #AAAAAA;
}

.container.standalone {
    position: relative;
    padding-top: .5em;
}


/* ARTICLES */

.article {
    margin-bottom: 1em;
}

.article h1,
.article h2,
.article h3,
.article h4 {
    margin-top: 0;
}

.byline {
    float: left;
    margin: 0 1em .5em 0;
    min-width: 16em;
}

.byline .pull-left {
    width: 5em;
    height: 5em;
    margin: 0;
    overflow: hidden;
}

.byline .media-body {
    margin: 0;
    padding: .5em;
    height: 5em;
}

.byline .media-heading {
    margin: 0;
}

.timestamp {
    color: #888888;
    font-size: .9em;
}

.media_embed {
    display: inline-block;
    position: relative;
    max-width: 100%;
}

.media_embed img,
.media_embed iframe {
    border-radius: .25em .25em 0 0;
    max-width: 100%;
}

.media_caption {
    padding: .5em;
    font-size: .9em;
    border-radius: 0 0 .25em .25em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.topic_label {
    background: #CCCCCC;
    margin: 0 .25em .25em 0;
    float: left;
}

.topic_label h5 {
    margin: .25em;
}

.topic_label:hover {
    background: #666666;
}

footer {
    width: 100%;
    margin: 2em 0;
    font-size: .8em;
    text-align: center;
}

@media (min-width: 768px) {
    .navbar {
        position: absolute;
        width: 100%;
        z-index: 10000;
    }
    .dropdown-menu>li>a {
        text-align: right;
    }
    .container.standalone {
        position: relative;
        padding-top: .5em;
    }
    #CDSSearchBox {
        width: 200px;
        -webkit-transition: width 0.4s ease-in-out;
        -moz-transition: width 0.4s ease-in-out;
        -ms-transition: width 0.4s ease-in-out;
        transition: width 0.4s ease-in-out;
    }
    /* When the input field gets focus, change its width to 100% */
    #CDSSearchBox:focus {
        width: 500px;
    }
    .SearchItem {
        margin-bottom: 20px;
    }
    .Snippets {
        color: #737373;
        font-size: 1.25em;
        text-align: left;
    }
    .Result {
        font-size: 2.25em;
    }
}

@media (min-width: 992px) {
    .navbar-brand img {
        max-height: 10em;
    }
    .hero_callouts {
        font-size: .9em;
        width: 100%;
        position: absolute;
        bottom: 0;
        z-index: 10000;
    }
    .hero_callouts h3 {
        font-size: 1.75;
    }
    .container.standalone {
        padding-top: .5em;
    }
}

.container.standalone.SearchTop {
    padding-top: 85px;
}

.spinner {
    margin: 0 auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner>div {
    background-color: #333;
    height: 100%;
    width: 6px;
    margin-right: 2px;
    /* Add this line to create spacing between the bars */
    display: none;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.SearchItem {
    margin-bottom: 15px;
}

.Snippets {
    color: #737373;
    font-size: 1em;
    text-align: left;
}

.Result {
    font-size: 1.5em;
}