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

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

.frameContent {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 64px;
    height: 100%;
    width: 100%;
}

#theFrame {
    width: 100%;
    height: 100%;
}

iframe {
    width: 100%;
    height: 100%;
}

.frameScroll {
    -webkit-overflow-scrolling: touch;
}

* {
    -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: 1em;
}


/* 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;
    position: absolute;
    bottom: 0;
}

@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: 5.5em;
    }
}

@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: 11em;
    }
}

#SharedIntegrationContentWrapper .SubTitle {
    color: #00ADEF;
    border-top: 5px solid #3a3a3a;
    padding-top: 0.3em;
    font-style: italic;
}
