/* media queries */
/* Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Fonts */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: local("Oswald Light"), local("Oswald-Light"), url(http://themes.googleusercontent.com/static/fonts/oswald/v8/HqHm7BVC_nzzTui2lzQTDbO3LdcAZYWl9Si6vvxL-qU.woff) format("woff");
}

@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Condensed Bold"), local("OpenSans-CondensedBold"), url(http://themes.googleusercontent.com/static/fonts/opensanscondensed/v7/gk5FxslNkTTHtojXrkp-xM6Eyu0BCqAfob_z3hhzRFzr7w4p9aSvGirXi6XmeXNA.woff) format("woff");
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.43;
    color: #333;
    background-color: #F3F3F3;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility !important;
}

h1,
h2,
h3,
h4 {
    font-family: "Open Sans Condensed", sans-serif;
}

h1,
.jumbotron h1 {
    font-size: 52px;
}

h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 21px;
}

a {
    color: #1047A0;
}

a:hover {
    color: #187cc6;
    text-decoration: underline;
}

.main-container ol,
.main-container ul {
    list-style: disc;
    font-size: 21px;
    padding: 0 0 20px 35px;
    font-weight: 200;
}

/* Nav */
.brand-logo {
    height: 50px;
    margin: 4px;
}

.navbar-form {
    margin-top: 12px;
    margin-bottom: 8px;
}

.brand-img {
    padding: 0px;
}

.site-logo {
    height: 128px;
}

.fill-sides {
    padding: 0px;
}

.ornl-nav {
    background: #333;
    padding: 5px 20px;
}

.navbar-default .navbar-nav > .active > a {
    color: #007833;
}

.menu-wrapper {
    background: #007833;
}

.navbar-default {
    margin-bottom: 20px;
}

.navbar-default .navbar-nav {
    margin: 0px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li {
    font-size: 21px;
}

.navbar-default .navbar-nav > li > a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #ffffff;
}

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

.navbar-right {
    float: right;
}

.navbar-brand {
    height: 100%;
}

.navbar-header {
    width: 100% !important;
}

.navbar-default,
.navbar-collapse {
    border: none;
    background-color: transparent;
}

.main-nav {
    background-color: transparent;
    margin: 0px;
    color: #ffffff;
}

footer-grid {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.site-footer {
    text-align: center;
    font-size: 1.286rem;

    .org-wrapper {
        background-color: #ffffff;
        padding: 25px 0;
        color: #353535;
    }
}


.org-logo {
    height: 70px;
}

.footer-logo {
    text-align: center;
}

.footer-logo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.site-footer {

    text-align: center;
    font-size: 1rem;
}

.org-wrapper {
    background-color: #fff;
    padding: 25px 0;
}

.default-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
}

.default-info img {
    height: 48px;
}

.logo-padding {
    padding: 20px;
}

.credits {
    color: $white;
    font-style: italic;
    padding: 12px 15px;
}

.site__increase {
    height: 432px;
}

@media (max-width: 630px) {
    .logo-wrapper {
        margin: 0 auto;
        width: 210px;
    }

    .navbar-form {
        width: 100%;
        text-align: center;
    }
}

/* Images */
.alignright {
    float: right;
    margin: 0 0 10px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}

/* Video */
.video-thumbnail {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 30px;
}

.video-thumbnail:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f01d";
    font-family: FontAwesome;
    font-size: 100px;
    color: #fff;
    opacity: .8;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.video-thumbnail:hover:before {
    color: #eee;
}

/* Hero */
.hero-splash {
    height: 400px;
}

@media (max-width: 630px) {
    .hero-splash {
        height: 800px;
    }
}

/* Header */
.site-title {
    font-size: 52px;
    font-family: "Open Sans Condensed", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1em;
}

.title-info {
    text-align: center;
}

.banner {
    background-image: url(../../images/default-banner.jpg);
    height: 250px;
}

/* Footer */
.credits {
    text-align: center;
    background: #333333;
    color: #ffffff;
    padding: 10px;
}

.credits a {
    color: #ffffff;
}

.credits a:visited {
    color: #ffffff;
}

.credits a:hover {
    color: #69dd8a;
}

.credits a:active {
    color: #69dd8a;
}

/*
.site-footer {
    background: #69dd8a;
    padding: 20px 0;
}
*/

.ornlLinks {
    text-align: center;
    color: #ffffff;
}

.ornlLinks a {
    color: #ffffff;
}

.ornlLinks a:visited {
    color: #ffffff;
}

.ornlLinks a:hover {
    color: #007833;
}

.ornlLinks a:active {
    color: #007833;
}

.branding-links {
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
    .branding-links {
        flex-direction: column;
    }

    .brand-sponsor {
        max-width: 50%;
        margin: 20px;
    }
}

/* Full Width */
.color-block {
    padding: 20px 10px 10px;
    color: #ffffff;
}

.color-block h3 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 1em;
}

.color-block-description {
    font-family: "Oswald", sans-serif;
    font-size: 21px;
    line-height: 1.5em;
}

.color-block-img {
    padding: 0 35px 15px;
}

.color-block-title {
    padding: 10px 0 0;
}

@media (max-width: 1199px) {
    .color-block h3 {
        font-size: 28px;
    }

    .color-block-img {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .color-block-img {
        margin: 0 auto;
        padding: 30px;
    }

    .color-block {
        padding: 50px 10px 30px;
    }

    .color-block h3 {
        font-size: 40px;
    }
}

/* Number Stats */
.aside-box {
    background-color: #007833;
    padding: 20px 30px;
    border-radius: 8px;
    color: #ffffff;
    margin: 0 0 10px 20px;
}

.aside-box h2,
.aside-box h3 {
    color: #ffffff;
}

.aside-box a {
    color: #ffffff;
}

.aside-box a:hover {
    color: #ffffff;
}

.aside-box ul {
    list-style-type: disc;
    line-height: 16px;
}

/* Number Stats */
.num-block h2 {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.num-grid {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 40px;
}

.num-grid:after,
.ch-item:before {
    content: '';
    display: table;
}

.num-grid:after {
    clear: both;
}

.num-grid li {
    width: 150px;
    height: 150px;
    display: inline-block;
    margin: 12px;
}

.num-stat {
    width: 100%;
    height: 100%;
    background: #3987e2;
    border-radius: 50%;
    position: relative;
    cursor: default;
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.num-info {
    position: absolute;
    background: #3987e2;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
}

.num-info h3 {
    color: #fff;
    text-transform: none;
    font-size: 16px;
    line-height: 20px;
    margin: 0 20px;
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    height: 150px;
    padding: 0 25px;
    font-family: "Oswald", sans-serif;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.num-stat {
    font-family: "Oswald", sans-serif;
}

.num-stat:hover {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.num-stat:hover .num {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.num-stat:hover .num-info {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.num-stat:hover .num-info p {
    opacity: 1;
}

.num {
    color: white;
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 145px;
    text-align: center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    width: 100%;
}

/* Sidebar */
.sidebar {
    margin-top: 40px;
}

.sidebar p {
    margin-left: 10px;
}

.sidebar ul {
    margin-left: 20px;
}

.sidebar ul li {
    font-size: 21px;
}

/* Buttons */
a.interestButton {
    display: block;
    width: 45%;
    min-width: 300px;
    margin: 30px auto;
    padding-bottom: 2px;
    color: #ffffff;
    padding: 17px 60px;
    font-size: 21px;
    text-align: center;
    border: 0;
    background: #007833;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: background 0.5s ease-in;
    -moz-transition: background 0.5s ease-in;
    -ms-transition: background 0.5s ease-in;
    -o-transition: background 0.5s ease-in;
    transition: background 0.5s ease-in;
}

a.interestButton:hover {
    background: #69dd8a;
}

.circle-btn {
    border-radius: 100%;
}

.md-btn {
    height: 2.0em;
    width: 2.0em;
    line-height: 2.0em;
    text-indent: 2px;
    font-size: 1.5em;
}

.gray-btn {
    background-color: gray;
    color: #ffffff;
    -webkit-transition: background 0.25s ease-in;
    -moz-transition: background 0.25s ease-in;
    -ms-transition: background 0.25s ease-in;
    -o-transition: background 0.25s ease-in;
    transition: background 0.25s ease-in;
}

.gray-btn:hover {
    background-color: #ffffff;
    color: #007833;
}

.mainButton {
    background-color: #007833;
    color: #ffffff;
    -webkit-transition: background 0.25s ease-in;
    -moz-transition: background 0.25s ease-in;
    -ms-transition: background 0.25s ease-in;
    -o-transition: background 0.25s ease-in;
    transition: background 0.25s ease-in;
}

.mainButton:hover {
    background-color: #69dd8a;
}

.centered-btn {
    text-align: center;
    margin: 20px auto;
    display: block;
}

.parallax-message a:link,
.parallax-message a:visited {
    color: #fff;
}

.parallax-message a:hover,
.parallax-message a:active {
    color: #fff;
}

/* Forms */
div.ginput_container.ginput_container_select {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
}

div.ginput_container.ginput_container_select select {
    border: 1px solid #ccc;
    font-size: 16px;
    height: 40px;
}

.gform_button.button {
    margin: 22px 0 96px;
    color: #fff;
    background-color: #69dd8a;
    border-color: #69dd8a;
    font-size: 21px;
    padding: 17px 60px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gform_button.button:hover {
    background-color: #007833;
}

/* Containers */
.main-container {
    background: #ffffff;
}

.inner-container {
    background: #ffffff;
    border-radius: 8px;
    margin: 10px 25px 0 25px;
}

.num-container {
    width: 100%;
    position: relative;
}

.num-block {
    background-image: url(../../images/numbersBgrd.jpg);
    background-size: cover;
    padding: 40px 0;
}

.num-wrapper {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.menu-main-container {
    margin-left: 18px;
}

.bgrd-main {
    background: #007833;
}

.bgrd-accent {
    background: #69dd8a;
}

/* bootstrap override */
.jumbotron {
    padding-top: 28px;
    margin: 30px;
}

.video-block {
    background: #ffffff;
    padding: 40px;
}

.video-block p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.video-block p:first-child {
    margin-top: 20px;
}

.title-block {
    background: #ffffff;
    padding: 40px 40px 0px;
}

.parallax-block {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    padding: 40px 0;
    text-align: center;
    margin-top: -1px;
}

.parallax-block a {
    text-decoration: none;
}

.parallax-message h2 {
    color: #ffffff;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.parallax-message h2 span {
    display: block;
    font-size: 12px;
    margin-top: 20px;
}

/* Slider */
#slider {
    background: url(../../images/articleBgrd.jpg);
    position: relative;
}

/* Slide Description - Title */
#slider .slide .slide-description .sd-title {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

h2.sd-title {
    line-height: 1.2em;
}

#slider .slide {
    height: 100%;
    padding: 25px 60px 50px;
    width: 100%;
}

#slider .slide .slider-img {
    float: left;
    width: 22%;
    overflow: hidden;
    margin-right: 2%;
    height: 300px;
    background: #000;
}

#slider .slide .slider-img img {
    width: 100%;
    height: 100%;
}

#slider .slide .slide-description .inner-sd {
    height: 100%;
}

/* Slider Body */
#slider .slide .sd-body {
    height: 112px;
    overflow: hidden;
}

#slider .slide .sd-body p {
    font-size: 21px;
    margin: 10px 0px;
}

/* Main Content Slide */
#slider {
    position: relative;
}

#slider .slide .slide-description {
    float: left;
    width: 76%;
    min-height: 100%;
    padding: 5px;
    height: 300px;
}

#slider .slide .slide-description .tsh-left {
    float: left;
}

#slider .slide .slide-description .top-sd-head .grade {
    float: right;
    padding: 3px 20px;
    color: #fff;
    font-size: 1.2em;
    border-radius: 5px;
}

/* Slide Description - Rating */
#slider .slide .slide-description .rating {
    display: block;
    float: right;
    width: 20%;
    text-align: right;
}

#slider .slide .slide-description .rating ul {
    margin: 0;
    padding: 0;
}

#slider .slide .slide-description .rating ul li {
    display: inline-block;
    font-size: 1.3em;
    line-height: 2.6;
    color: #ebbb12;
}

/* Slide Description - Title */
#slider .slide .slide-description .sd-title {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

#slider .slide .slide-description .sd-title a {
    font-family: "Arvo", sans-serif;
    color: #3c3c3c;
    font-size: 1.3em;
    font-weight: normal;
    -webkit-transition: all 0.250s ease-in-out;
    -moz-transition: all 0.250s ease-in-out;
    -o-transition: all 0.250s ease-in-out;
    transition: all 0.250s ease-in-out;
}

#slider .slide .slide-description .sd-title a:hover {
    color: #9B9B9B;
}

/* Slider Body */
#slider .slide .sd-body {
    height: 112px;
    overflow: hidden;
}

#slider .slide .sd-body p {
    font-size: 1em;
    margin: 10px 0px;
}

#slider .sd-meta span:first-of-type {
    margin-left: 0;
}

#slider .sd-meta .read-more {
    float: right;
    color: #187cc6;
    font-size: 16px;
    -webkit-transition: all 0.250s ease-in-out;
    -moz-transition: all 0.250s ease-in-out;
    -o-transition: all 0.250s ease-in-out;
    transition: all 0.250s ease-in-out;
}

#slider .sd-meta .read-more:hover {
    color: #1047A0;
}

/* Slider Pager */
#slider .cycle-pager {
    position: absolute;
    height: 65px;
    bottom: 0px;
    left: 50%;
    z-index: 9999;
}

#slider .cycle-pager span {
    display: inline-block;
    font-size: 4.5em;
    color: #69dd8a;
}

#slider .cycle-pager span:hover {
    cursor: pointer;
}

#slider .cycle-pager .cycle-pager-active {
    color: #1047A0;
}

#slider .tsh-left span {
    font-size: 16px;
    font-style: italic;
    color: #69dd8a;
    text-transform: uppercase;
}

/* Slider Navigation */
#slider .cycle-next {
    border-radius: 5px 0px 0px 5px;
    right: 0;
}

#slider .cycle-prev {
    border-radius: 0px 5px 5px 0px;
    left: 0;
}

#slider .cycle-prev,
#slider .cycle-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    z-index: 9999;
    font-size: 40px;
    margin-top: -40px;
    text-align: center;
    opacity: 0.8;
    line-height: 1.6;
    -webkit-transition: all 0.250s ease-in-out;
    -moz-transition: all 0.250s ease-in-out;
    -o-transition: all 0.250s ease-in-out;
    transition: all 0.250s ease-in-out;
}

#slider .cycle-prev:hover,
#slider .cycle-next:hover {
    opacity: 1;
    color: #187cc6;
    cursor: pointer;
}

@media (max-width: 992px) {
    .sitename-block {
        margin-top: 20px;
    }
}

@media (max-width: 1199px) {
    #slider .slide .slider-img {
        width: 27% !important;
    }

    #slider .slide .slide-description {
        width: 70%;
    }

    #slider .sd-meta {
        margin-top: 0;
    }

    .article-slider-container {
        width: 100%;
    }

    .article-slider-container article .content {
        width: 553px;
    }
}

@media (max-width: 992px) {
    #slider .slide .slider-img {
        width: 37% !important;
    }

    #slider .slide .slide-description {
        width: 60%;
    }

    #slider .slide .sd-body p {
        display: none;
    }

    #slider .slide .sd-body {
        height: 30px;
    }

    #slider .sd-meta .read-more {
        float: left;
    }
}

@media (max-width: 630px) {
    #slider .slide .slider-img {
        display: none;
        height: 200px;
    }

    #slider .slide .slide-description {
        width: 95%;
        height: 200px;
    }

    h2.sd-title {
        font-size: 28px;
        line-height: 1em;
    }
}

/* Splash Page */
.splash-wrapper {
    display: block;
    width: 100%;
}

.textHook {
    background: url(../../images/textHighlight.jpg);
    display: none;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    border: 0.5rem solid white;
}

.area1,
.area2,
.area3 {
    width: 200px;
    height: 200px;
    background-size: cover;
    border-radius: 100%;
    border: 0.5rem solid white;
    position: relative;
    float: left;
    z-index: 2;
}

.area1 {
    margin: 40px 100px 0 80px;
    background: url(../../images/movie-bubble-bgrd.png);
}

.area2 {
    margin: 140px 100px 0 80px;
    background: url(../../images/cftf-bubble-bgrd.jpg);
}

.area3 {
    margin: 0px 0 0 80px;
    background: url(../../images/mdf-bubble-bgrd.jpg);
}

.bubble {
    top: -8px;
    left: -8px;
    position: absolute;
}

.bubble p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 1em;
    color: #ffffff;
    font-size: 21px;
    font-weight: 200;
}

.bubble span {
    font-size: 40px;
    font-weight: 700;
}

.bubble-label-right,
.bubble-label-left,
.bubble-label-top {
    color: #ffffff;
    font-weight: 700;
    font-size: 28px;
    font-family: "Open Sans Condensed", sans-serif;
    line-height: 1em;
    text-transform: uppercase;
}

.bubble-label-top {
    text-align: top;
}

.bubble-label-top:before {
    content: url(../../images/arrow-white-top.png);
    display: block;
    margin: -35px auto 5px;
    position: relative;
    text-align: center;
    width: 100%;
}

.bubble-label-top:after {
    content: none;
}

.bubble-label-right:before {
    content: url(../../images/arrow-white-left.png);
    float: left;
    margin: 12px 10px 0 0;
}

.bubble-label-right:after {
    content: none;
}

.bubble-label-left {
    text-align: right;
}

.bubble-label-left:before {
    content: none;
}

.bubble-label-left:after {
    content: url(../../images/arrow-white-right.png);
    float: right;
    margin: -18px -25px 0 0px;
}

.area1-label,
.area2-label,
.area3-label {
    position: absolute;
}

.area1-label {
    left: 95px;
    top: 280px;
    width: 200px;
}

.area2-label {
    left: 58%;
    top: 270px;
    width: 300px;
}

.area3-label {
    left: 38.5%;
    top: 20px;
    width: 370px;
}

.detailIconBoundary {
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.4);
    border-radius: 100%;
    left: 50%;
    height: 3.6rem;
    width: 3.6rem;
    position: absolute;
    border: 0.6rem solid rgba(255, 255, 255, 0.4);
    top: 50%;
    -webkit-transition: border-color 0.5s ease;
    -moz-transition: border-color 0.5s ease;
    -ms-transition: border-color 0.5s ease;
    -o-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease;
}

.detailIconBoundary:hover {
    cursor: pointer;
    border-color: #69dd8a;
}

.detailIcon {
    background: #fff;
    border-radius: 100%;
    height: 2.5rem;
    width: 2.5rem;
    color: #007833;
    text-align: center;
    font-size: 21px;
    line-height: 1.8em;
    text-indent: 2px;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.detailIcon:hover {
    cursor: pointer;
    color: #69dd8a;
}

.diagonal {
    position: absolute;
    border-top: 9px solid white;
}

#diagonalOne {
    width: 252px;
    -webkit-transform: rotate(16deg);
    -moz-transform: rotate(16deg);
    -o-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
    transform: rotate(16deg);
    top: 180px;
    left: 20%;
    z-index: 1;
}

#diagonalTwo {
    width: 250px;
    -webkit-transform: rotate(155deg);
    -moz-transform: rotate(155deg);
    -o-transform: rotate(155deg);
    -ms-transform: rotate(155deg);
    transform: rotate(155deg);
    top: 175px;
    left: 55%;
    z-index: 1;
}

/* media queries - not working */
@media (max-width: 1199px) {
    .diagonal {
        display: none;
    }

    .bubble-label-right,
    .bubble-label-left,
    .bubble-label-top {
        text-align: center;
        font-size: 21px;
    }

    .bubble-label-right:before,
    .bubble-label-left:before {
        content: url(../../images/arrow-white-top.png);
        display: block;
        margin: -10px auto 2px;
        position: relative;
        text-align: center;
        width: 100%;
    }

    .bubble-label-right:after,
    .bubble-label-left:after {
        content: none;
    }

    .area2-label {
        left: 34.5%;
        top: 260px;
    }

    .area3-label {
        left: 66%;
        top: 260px;
        width: 270px;
    }

    .area1 {
        margin: 40px 90px 0 80px;
    }

    .area2 {
        margin: 40px 0px 0px;
    }

    .area3 {
        margin: 40px 0 0 90px;
    }

    .main-container {
        background-image: url(../../images/container-bgrd-dark.jpg);
    }
}

@media (max-width: 992px) {
    .area2 {
        margin: 20px 400px 0px 80px;
    }

    .area3 {
        margin: 20px 0 50px 80px;
    }

    .area1-label {
        top: 95px;
        left: 340px;
        width: 350px;
    }

    .area2-label {
        top: 330px;
        left: 340px;
        width: 290px;
    }

    .area3-label {
        top: 550px;
        left: 340px;
        width: 350px;
    }

    .bubble-label-right,
    .bubble-label-left,
    .bubble-label-top {
        text-align: left;
        font-size: 28px;
    }

    .bubble-label-right:before,
    .bubble-label-left:before,
    .bubble-label-top:before {
        content: url(../../images/arrow-white-left.png);
        display: block;
        position: relative;
        width: 100%;
    }

    .bubble-label-right:after,
    .bubble-label-left:after,
    .bubble-label-top:after {
        content: none;
    }

    .bubble-label-top:before {
        margin: 20px 0px -40px -195px;
    }

    .bubble-label-left:before {
        margin: 10px 0px -55px -195px;
    }

    .bubble-label-right:before {
        margin: 10px 0px -230px -165px;
    }

    .navbar-form {
        border-top: none;
        border-bottom: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0px 0px 0px 0px;
    }

    .navbar-form .form-group {
        display: inline-block;
    }

    #searchsubmit.btn.btn-default {
        margin-top: -2px;
    }

    .navbar-header.mobile-collapse {
        background-color: #274a73;
        margin-bottom: 40px;
    }

    .main-nav {
        margin: auto -15px;
    }

    .navbar-toggle {
        margin-right: 30px;
    }
}

@media (max-width: 630px) {
    .splash-wrapper {
        display: block;
        width: 200px;
        margin: 30px auto;
        margin-bottom: 50px;
    }

    .area1,
    .area2,
    .area3,
    .area1-label {
        margin: 10px auto;
        width: 200px;
    }

    .area1-label,
    .area2-label,
    .area3-label {
        width: 200px;
        display: block;
        margin: 0 auto;
        top: auto;
        left: auto;
        position: static;
    }

    .bubble-label-right,
    .bubble-label-left,
    .bubble-label-top {
        text-align: center;
        font-size: 21px;
    }

    .bubble-label-right:before,
    .bubble-label-left:before,
    .bubble-label-top:before {
        margin: 0;
        content: none;
    }

    .bubble-label-right:after,
    .bubble-label-left:after,
    .bubble-label-top:after {
        margin: 0;
        content: none;
    }
}

/*# sourceMappingURL=ornl.css.map */
