﻿input {
    font-family: 'FontAwesome', 'Open Sans';
}

body {
    position: relative;
    /*background: url(../img/LandingImg/SmithLibrary.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    width: 100%;
    height: 100%;
    margin: 0;
  
}

    body:after {
        position: fixed;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.35);
        z-index: -1;
        color: #666666;
    }

.fix {
    position: fixed;
    bottom: 0;
}

#contRecords {
    cursor: crosshair;
}

.hr-nopadding {
    padding: 0;
    margin-top: 0;
    margin-bottom: 2px;
}

.first-character {
    float: left;
    color: #232323;
    font-size: 55px;
    line-height: 36px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
    font-family: Garamond;
    font-weight: 100;
    -ms-text-shadow: 2px -1px 0px #DDD;
    text-shadow: 2px -1px 0px #DDD;
    color: #737a28;
}

.first-character-ogb {
    float: left;
    color: #232323;
    font-size: 55px;
    line-height: 36px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
    font-family: Garamond;
    font-weight: 100;
    -ms-text-shadow: 2px -1px 0px #DDD;
    text-shadow: 2px -1px 0px #DDD;
    color: #2c77ba;
}

.big-padding-top {
    margin-top: 25px;
    padding-top: 5px;
    margin-bottom: 100px;
}

/*.state-animation-container {
    position:absolute;
    top:-25px;
    right:670px;
    margin:25px auto;
 visibility:hidden;
}*/

.grid-bordered {
    margin-top: 10px;
    border: #cdcdcd 1px solid;
}


.label {
    font-weight: 100;
}

.mainbox-container {
    width: 100%;
    background: #FFF;
    outline: 3px solid #737a28;
}

.boxeffect-container {
    position: relative;
    box-shadow: 0 0 15px #000000 inset;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) inset;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

#menu-wrapper {
    position: fixed;
    top: 5px;
    height: 45px;
    width: 100%;
}

#top {
    position: relative;
    top: 171px;
    left: -3px;
    width: 50px;
    color: #F9F9F9;
    font-size: 1.1em;
    cursor: pointer;
    transition: .3s ease all;
    border: solid 1px #777777;
    border-radius: 0 5px 5px 0;
    text-align: center;
    background: #737a28;
}

#top-right {
    position: relative;
    border-radius: 5px 0 0 5px;
    top: 117px;
    right: -3px;
    float: right;
    width: 50px;
    color: #F9F9F9;
    font-size: 1.1em;
    cursor: pointer;
    transition: .3s ease all;
    border: solid 1px #777777;
    text-align: center;
    background: #2c77ba;
}

.push {
    margin-bottom: 5px;
}

#menu-wrapper.min {
    position: fixed;
    /*height: 45px !important;
  line-height: 45px !important;*/
    top: 0;
    background: #555555;
    opacity: 0.95;
    /*font-size:1.0em;*/
    color: #252525;
    padding: 0;
    margin: 0;
}

    #menu-wrapper.min div#top {
        color: #fff;
        top: 0;
        left: 3px;
        background: none;
        border: none;
        font-size: 0.9em;
    }

    #menu-wrapper.min div#top-right {
        color: #fff;
        top: -41px;
        right: 3px;
        background: none;
        border: none;
        font-size: 0.9em;
    }

#top-right > div > span.menu-toggle.text-danger {
    background: white;
    font-size: 1.1em;
}

#top > div > span.menu-toggle.text-danger {
    background: white;
    font-size: 1.1em;
}

#top.show-nav {
    -webkit-transform: translateX(302px);
    -moz-transform: translateX(302px);
    -ms-transform: translateX(302px);
    -o-transform: translateX(302px);
    transform: translateX(302px);
    transition: .3s ease all;
    background: #fff;
}

#top-right.show-ogb-nav {
    -webkit-transform: translateX(-302px);
    -moz-transform: translateX(-302px);
    -ms-transform: translateX(-302px);
    -o-transform: translateX(-302px);
    transform: translateX(-302px);
    transition: .3s ease all;
    background: #fff;
}

#top.show-ogb-nav {
    -webkit-transform: translateX(-302px);
    -moz-transform: translateX(-302px);
    -ms-transform: translateX(-302px);
    -o-transform: translateX(-302px);
    transform: translateX(-302px);
    transition: .3s ease all;
}

#top-right.show-nav {
    -webkit-transform: translateX(-302px);
    -moz-transform: translateX(-302px);
    -ms-transform: translateX(-302px);
    -o-transform: translateX(-302px);
    transform: translateX(302px);
    transition: .3s ease all;
}

#site-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
   /* min-height: 5000px;*/
}

#site-canvas {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    min-height: 1500px;
}

#site-menu {
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -300px;
    background: #737a28;
    border: 1px solid #252525;
    padding: 15px;
}

#ogb-site-menu {
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -300px;
    background: #2c77ba;
    padding: 15px;
    text-decoration: none;
}

#site-wrapper.show-nav #site-canvas {
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px);
}

/*#gsa-toggle.show-nav {
     -webkit-transform: translateX(302px);
    -moz-transform: translateX(302px);
    -ms-transform: translateX(302px);
    -o-transform: translateX(302px);
    transform: translateX(302px);
}*/

/*#ogb-toggle.show-ogb-nav {
     -webkit-transform: translateX(-302px);
    -moz-transform: translateX(-302px);
    -ms-transform: translateX(-302px);
    -o-transform: translateX(-302px);
    transform: translateX(-302px);
}*/

#site-wrapper.show-ogb-nav #site-canvas {
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
}

.show-nav #site-canvas {
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    -moz-transform: translateZ(0) translateX(300px);
    -ms-transform: translateZ(0) translateX(300px);
    -o-transform: translateZ(0) translateX(300px);
    -webkit-transform: translateZ(0) translateX(300px);
    transform: translateZ(0) translateX(300px);
    -moz-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0);
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.show-ogb-nav #site-canvas {
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    -moz-transform: translateZ(0) translateX(-300px);
    -ms-transform: translateZ(0) translateX(-300px);
    -o-transform: translateZ(0) translateX(-300px);
    -webkit-transform: translateZ(0) translateX(-300px);
    transform: translateZ(0) translateX(-300px);
    -moz-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0);
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
}

#gsa-toggle {
    /*position: fixed;
    top: 178px;
    left: 0;*/
    /*display: block;*/
    /*background-repeat: no-repeat;
    background-position: center center;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-box-shadow: 0px 4px 3px #666;
    -webkit-box-shadow: 0px 4px 3px #666;
    box-shadow: 0px 4px 3px #666;*/
    cursor: pointer;
    /*z-index:9999;*/
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
}

/*#gsa-toggle {
    position: fixed;
    top: 180px;
    left: 0;
    display: block;
    width: 100px;
    height: 50px;
    background-color: #737a28;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-box-shadow: 0px 4px 3px #666;
    -webkit-box-shadow: 0px 4px 3px #666;
    box-shadow: 0px 4px 3px #666;
    cursor:pointer;
    z-index:9999;
    -webkit-transition:all 0.3s linear;
  -moz-transition:all 0.3s linear;
  transition:all 0.3s linear;
  -webkit-backface-visibility: hidden;
}
#gsa-toggle span {
        color:#fff;
    text-decoration:none;
}

#ogb-toggle span {
        color:#fff;
    text-decoration:none;
}
/*#gsa-toggle:hover {
    opacity:1;
    margin-left:-2px;
}*/

#ogb-toggle:hover {
    opacity: 1;
    margin-right: -2px;
}

#ogb-toggle {
    position: fixed;
    top: 180px;
    right: 0;
    display: block;
    /*margin-right: -83px;*/
    width: 100px;
    height: 50px;
    background-color: #2c77ba;
    background-repeat: no-repeat;
    background-position: center center;
    /*border: 1px solid #222222;*/
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-box-shadow: 0px 4px 3px #666;
    -webkit-box-shadow: 0px 4px 3px #666;
    box-shadow: 0px 4px 3px #666;
    /*opacity: .65;*/
    cursor: pointer;
    z-index: 9999;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-backface-visibility: hidden;
}

    #ogb-toggle i.fa.fa-arrow-circle-left {
        color: #fff;
    }

/*#gsa-toggle i.fa.fa-arrow-circle-right {
    color:#fff;
    float:right;
}*/

/*.open-gsa-toggle-nav {
    margin-left:-3px;
    opacity: 1.0;
    border-left:none;
}*/

.close-gsa-toggle-nav {
    margin-left: -83px;
    opacity: 0.60;
    border: 1px solid #222222;
}

.open-ogb-toggle-nav {
    margin-right: -3px;
    opacity: 1.0;
    border-right: none;
}

.close-ogb-toggle-nav {
    margin-right: -83px;
    opacity: 0.60;
    border: 1px solid #222222;
}

.open-ogb-toggle-span {
    float: left;
}

.close-ogb-toggle-span {
    float: right;
}

.menu-arrow-left {
    float: left;
    color: #fff;
}

.menu-arrow-right {
    float: right;
    color: #fff;
}

.toggle-opacity {
    opacity: 1;
}

.gsa-menu span, .ogb-menu span {
    display: block;
    font-size: 35px;
    margin: 20px 10px;
    color: #fff;
    font-family: Garamond;
    background: rgba(37, 37, 37, 0.32);
}

.gsa-menu span.white-background {
    background-color:#fff;
}


.gsa-menu .subspan, .ogb-menu .subspan {
    display: block;
    font-size: 18px;
    margin: 20px 10px;
    color: #fff;
    font-family: "Open Sans";
    background: rgba(37, 37, 37, 0.32);
}

.gsa-menu ul,
.ogb-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .gsa-menu ul li,
    .ogb-menu ul li {
        font-size: 14px;
        border-bottom: 1px solid #2c3e50;
        font-weight: 100;
    }

        .gsa-menu ul li a,
        .ogb-menu ul li a {
            display: block;
            padding: 10px;
            text-decoration: none;
            color: #fff;
        }

    .gsa-menu ul ul li,
    .ogb-menu ul ul li {
        background-color: #2c3e50;
    }

        .gsa-menu ul li a:hover,
        .gsa-menu ul ul li a,
        .ogb-menu ul li a:hover,
        .ogb-menu ul ul li a {
            padding: 10px 10px 10px 30px;
            color: #fff;
            background: #252525;
        }

            .gsa-menu ul ul li a:hover,
            .ogb-menu ul ul li a:hover {
                padding: 10px 10px 10px 60px;
            }

            .gsa-menu ul li a,
            .gsa-menu ul li a:hover,
            .gsa-menu ul ul li a,
            .gsa-menu ul ul li a:hover,
            .ogb-menu ul li a,
            .ogb-menu ul li a:hover,
            .ogb-menu ul ul li a,
            .ogb-menu ul ul li a:hover {
                -webkit-transition: padding 0.5s; /* Safari 3.1 to 6.0 */
                -moz-transition: padding 0.5s;
                -o-transition: padding 0.5s;
                transition: padding 0.5s;
            }

/*div.feature-box-container.row {
    padding-right: 0;
}*/
.inter-color, .inter-color a {
    color: #666666;
    font-size: 14px;
    padding: 2px;
}

    .inter-color:hover, .inter-color a:hover {
        color: #222222;
    }

.table-striped-green > tbody > tr:nth-child(odd) > td,
.table-striped-green > tbody > tr:nth-child(odd) > th {
    background-color: rgb(226,239,218);
}

.img-circle {
    border: 2px solid #52571e;
}

.img-circle:hover {
    border-radius: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.gsa-program {
    position: relative;
    overflow-y: hidden;
}

#divMasterDetailWrapper {
    width: 100%;
    height: 510px;
    border: 1px solid #737a28;
    padding: 3px;
}

#divDetailView > .row {
    margin-right: 0;
    margin-left: 0;
}

#divMasterView > .row {
    margin-right: 0;
    margin-left: 0;
}

#divMasterView {
    width: 300px;
    height: 500px;
    background-color: #F9F9F9;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow-y: auto;
    float: left;
}

#divDetailView {
    height: 500px;
    padding: 0;
    display: block;
    overflow-y: auto;
}

.rightimage:before {
    content: '';
    display: block;
    float: right;
    height: 200px;
}

div.row.border {
    border: 1px solid #AAAAAA;
}

div.row.border-no-top {
    border-top: none;
}

.slide-drawer-container {
    position: relative;
}

.slide-drawer.ng-hide-add {
    -moz-animation: 0.75s slideOutUp ease;
    -o-animation: 0.75s slideOutUp ease;
    -webkit-animation: 0.75s slideOutUp ease;
    animation: 0.75s slideOutUp ease;
}

.slide-drawer.ng-hide-remove {
    -moz-animation: slideInDown 0.75s;
    -o-animation: slideInDown 0.75s;
    -webkit-animation: slideInDown 0.75s;
    animation: slideInDown 0.75s;
}

.list-group-item.anim.ng-hide-add {
    -moz-transition: all 1s linear !important;
    -o-transition: all 1s linear !important;
    -webkit-transition: all 1s linear !important;
    transition: all 1s linear !important;
    animation: 0.5s lightSpeedOut ease;
}

/* when showing the picture */
.list-group-item.anim.ng-hide-remove {
    animation: 0.5s flipInX ease;
    -moz-transition: all 1s linear !important;
    -o-transition: all 1s linear !important;
    -webkit-transition: all 1s linear !important;
    transition: all 1s linear !important;
}

.hide-tab {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #333333;
    color: #fff;
    width: 32px;
    height: 32px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #333333;
    text-align: center;
    vertical-align: middle;
    font-weight: 100;
}

#realtime.leaflet-container {
    background: #F9F9F9;
    outline: 0;
}

.table-hover-gsa > tbody > tr:hover > td, .table-hover > tbody > tr.notfirst:hover > th {
    background-color: #a5ad50;
    color: #eeeeee;
    font-weight: 400;
}

    .table-hover-gsa > tbody > tr:hover > td > h6 > a, .table-hover > tbody > tr.notfirst:hover > th > h6 > a {
        background-color: #a5ad50;
        color: #eeeeee;
        font-weight: 400;
    }

.table.table-nopadding > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 0;
}

.table-hover-gsa > tbody > tr:hover > td > a, .table-hover > tbody > tr.notfirst:hover > th > a {
  
    color: #2c77ba;

}

.table-hover-gsa > a :hover {
    color: #fff;
}

.table-nopadding {
    padding: 0;
}

.float-image {
    float: left;
}

.youtube-container {
    position: relative;
    padding: 45px 15px 15px;
    margin: 0 -15px 15px;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
    -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
    box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
}

.fix-to-top {
    position: fixed;
    top: 0;
    height: 175px;
    z-index: 999;
    width: 100%;
    background: white;
    border-bottom: 2px solid #ddd;
}

    .fix-to-top img.gsa-link {
        height: 70px;
        width: 70px;
    }

    .fix-to-top h3 {
        font-size: 16px;
    }

    .fix-to-top h4 {
        font-size: 14px;
    }

/*leaflet ESRI styling for well records in groundwater wellrecords controller*/
#selectedFeatures {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
    background: white;
    padding: 1em;
}

.leaflet-bar.map-text a {
    color: #0000FF;
    display: inline;
}

.map-container {
    position: relative;
}

.fab-container {
    bottom: 0;
    position: fixed;
    margin: 1em;
    right: 0px;
}

a.fab-buttons {
    background-color: #737a28 !important;
    background-color: rgba(115,122,40,0.75) !important;
}

.fab-buttons i .i-container {
    position: relative;
}

.fab-buttons i {
    position: absolute;
    color: #fff;
    top: 19px;
    left: 22px;
}

    .fab-buttons i.fa.fa-home {
        position: absolute;
        color: #fff;
        top: 13px;
        left: 14px;
    }

.fab-buttons {
    box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    display: block;
    width: 56px;
    height: 56px;
    margin: 20px auto 0;
    position: relative;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

    .fab-buttons:active,
    .fab-buttons:focus,
    .fab-buttons:hover {
        box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
    }

    .fab-buttons:not(:last-child) {
        width: 40px;
        height: 40px;
        margin: 20px auto 0;
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }

.fab-container:hover .fab-buttons:not(:last-child) {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 15px auto 0;
}

/* Unessential styling for sliding up buttons at differnt speeds */

.fab-buttons:nth-last-child(1) {
    -webkit-transition-delay: 25ms;
    transition-delay: 25ms;
    /*background-image: url('http://cbwconline.com/IMG/Share.svg');*/
    /*background-size: contain;*/
}

.fab-buttons:not(:last-child):nth-last-child(3) {
    -webkit-transition-delay: 50ms;
    transition-delay: 20ms;
    background-image: url('../img/menu/GSA.png');
    background-size: contain;
}

.fab-buttons:not(:last-child):nth-last-child(2) {
    -webkit-transition-delay: 75ms;
    transition-delay: 40ms;
    background-image: url('../img/menu/OGB.png');
    background-size: contain;
}

/*.fab-buttons:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 100ms;
          transition-delay: 60ms;
  background-image: url('http://cbwconline.com/IMG/Google%20Plus.svg');
  background-size: contain;
}*/

/* Show tooltip content on hover */

[tooltip]:before {
    bottom: 25%;
    font-family: arial;
    font-weight: 600;
    border-radius: 2px;
    background: #585858;
    color: #fff;
    content: attr(tooltip);
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    padding: 5px 7px;
    margin-right: 12px;
    position: absolute;
    right: 100%;
    white-space: nowrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
}

#earthquake-map {
    height: 500px;
    width: 100%;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 14.5px;
    border-left: 5px solid #eeeeee;
}

.number img {
    float: left;
    background: transparent;
}

.logo-padding10 {
    padding-top: 10px;
}
/*This is the CSS for Logo images on the Geological Investigations pages*/
.logo-image120pxp {
    padding-top: 10px;
    height: auto;
    width: 120px
}

/*This is the CSS for the top twoimages on the Paleo DB page*/
.Paleodb-image {
    padding-left: 10px;
    padding-right: 10px;
    height: 240px;
    width: auto
}

/*This is the CSS for the bottom most image on the Paleo DB page*/
.Paleodb-imagebottom {
    padding-left: 10px;
    padding-right: 10px;
    height: 180px;
    width: auto
}

/*This is the CSS for Logo images on the Geological Investigations pages, but with less padding*/
.logo-image85pxlesspad {
    padding-top: 5px;
    padding-right: 5px;
    height: auto;
    width: 85px
}

/*This is the CSS for generic pictures on the Geological Investigations pages*/
.cepic-pic150pxp {
    padding-right: 5px;
    padding-left: 10px;
    height: auto;
    width: 150px
}

/*This is the CSS for generic pictures on the v*/
.cepic-pic185pxp {
    padding-top: 10px;
    padding-right: 5px;
    height: auto;
    width: 185px
}

/*This is to remove bullets from list*/
.list-nobullet {
    list-style-type: none;
}

/*Used for bullet pictures on PaleoImportance page*/
.list-bulletpic {
    padding-right: 5px;
    margin-right: 5px;
    height: auto;
    width: 45px
}

/*This is the CSS for generic pictures on the v*/
.cepic-pic300pxp {
    padding-top: 10px;
    padding-right: 10px;
    height: auto;
    width: 300px
}

/*This is the CSS for text on the funding labels for Hydro*/
.font-14px10pad {
    padding-top: 10px;
    font: 14px
}

/*This is all captions beneath modals*/
.font-figurecaption {
    font-style: italic;
    font-size: 11px;
    color: grey;
}

.modalcenter {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*This will be the modal class trying to center on the screen and not the page*/
.modalMulti {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%, -50%);
}

/*This will be the modal class trying to center on the screen and not the page*/
.modalMulti-S2 {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%, -50%);
}

.modalMulti-S3 {
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
}

.modalMulti-S4 {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
}

.modalMulti-S5 {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
}

.modalMulti-S6 {
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
}

.modalMulti-S7 {
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -50%);
}

.modalMulti-S8 {
    position: absolute;
    left: 50%;
    top: 85%;
    transform: translate(-50%, -50%);
}

.modalMulti-S9 {
    position: absolute;
    left: 50%;
    top: 95%;
    transform: translate(-50%, -50%);
}

.modalMulti-S10 {
    position: absolute;
    left: 50%;
    top: 73%;
    transform: translate(-50%, -50%);
}

.number h4 {
    position: relative;
    top: 18px;
    left: 10px;
}

.big-font-inter {
    font-family: Garamond;
    font-weight: 100;
    text-shadow: 2px -1px 0px #DDD;
    color: #666666;
}

a.disabled-link {
    color: black;
    cursor: default;
    text-decoration: none;
    
}

.sticky-div {
    position: sticky;
    top: 0;
    background-color: #f9f9f9;
    padding: 20px;
}

.float-right {
    float: right; 
    padding-top: 20px;
}

.font-10px {
    font-size: 10px;
}

.font-12px {
    font-size: 12px;
}

.font-16px {
    font-size: 16px;
}

.font-18px {
    font-size: 18px;
}

.font-20px {
    font-size: 20px;
}

.font-24px {
    font-size: 24px;
}

.font-32px {
    font-size: 32px;
}

.font-red {
    color: red;
}

.font-green {
    color: green;
}

.font-45px {
    font-size: 45px;
}

.font-Garamond {
    font-family: Garamond;
}


/*Fix menu button to be white and hover lighter*/
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #323436;
}
/*.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #777777;
}*/

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #BBBBBB;
}

.navbar-default .navbar-toggle {
    border-color: #dddddd;
}

h2 {
    font-weight: 100;
    text-align: center;
    margin-bottom: 20px;
}

h6 {
    /*font-weight: 100;*/
    /*text-align:center;*/
    text-indent: 5px;
}

h3 {
    font-weight: 100;
    text-align: center;
}

.gsa-color {
    color: #737a28;
}

    .gsa-color:hover {
        color: #52571e;
    }

.thumbnail > img, .thumbnail a > img {
    padding-top: 15px;
}

.hangingindent {
    padding-left: 22px;
    text-indent: -22px;
}

.sm-hangingindent {
    padding-left: 3px;
    text-indent: -3px;
}

.gsa-link {
    cursor: pointer;
    color: #737a28;
}

    .gsa-link.underlined {
        border-bottom: 1px solid #737a28;
    }

    .gsa-link.bolded {
        font-weight: bold;
    }

    .gsa-link:hover {
        cursor: pointer;
        color: #52571e;
    }

    .gsa-link:focus {
        cursor: pointer;
        color: #52571e;
        text-decoration: none;
    }

    .gsa-link:visited {
        cursor: pointer;
        color: #52571e;
    }

    .gsa-link a {
        cursor: pointer;
        color: #737a28;
    }

        .gsa-link a:hover {
            cursor: pointer;
            color: #52571e;
        }

        .gsa-link a:focus {
            cursor: pointer;
            color: #52571e;
            text-decoration: none;
        }

        .gsa-link a:visited {
            cursor: pointer;
            color: #52571e;
        }

@media (max-width: 1109px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        /*margin: 7.5px -15px;*/
        margin: 85.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
}

.section-marker {
    width: 100%;
    height: 50px;
    background: rgba(45,45,45,.02);
    border-bottom: 1px solid rgb(175,175,175);
    margin-bottom: 45px;
}

.section-container {
    width: 100%;
    height: auto;
    background: #fff;
}

.staff-dept {
    color: gray;
    cursor: pointer;
}

    .staff-dept:hover {
        color: #343433;
    }

.weight100 {
    font-weight: 100;
}

.stand-out {
    text-shadow: 0 1px 1.5px #fff;
}

.fancy-font {
    font-family: Garamond;
    color: white;
    text-shadow: -2px -2px 3px #000;
}

.font-color-white {
    color: white;
}

.font-color-ogb {
    color: #2c77ba;
}

.font-drop-shadow {
    -ms-text-shadow: 2px 2px 4px #000000;
    text-shadow: 2px 2px 4px #000000;
}

a:hover {
    text-decoration: none;
}

.mm-title-generic {
    font-family: "Open Sans";
    font-size: 24px;
    position: relative;
    overflow: hidden;
    color: #000000;
    border-bottom: 8px solid #343433;
    padding: 5px;
    /*display: inline-block;*/
}

.mm-title-gsa {
    font-family: "Open Sans";
    font-size: 24px;
    position: relative;
    overflow: hidden;
    color: #000000;
    border-bottom: 8px solid #737a28;
    padding: 5px;
    /*display: inline-block;*/
}

    .mm-title-gsa a {
        font-family: "Open Sans";
        font-size: 24px;
        position: relative;
        overflow: hidden;
        color: #737a28;
    }

.mm-filter {
    margin: 5px;
}

.mm-category-gsa {
    font-family: "Open Sans";
    font-size: 18px;
    color: #000000;
    border-bottom: 4px solid #737a28;
    /*display: inline-block;*/
    padding-top: 15px;
}

.mm-category-inter {
    font-family: "Open Sans";
    font-size: 18px;
    color: #363633;
    border-bottom: 2px solid #363633;
    /*display: inline-block;*/
    padding-top: 15px;
}

.mm-category-inter-thin {
    font-family: "Open Sans";
    font-size: 18px;
    color: #363633;
    border-bottom: 1px solid #363633;
    padding-top: 15px;
}

.mm-category-gsa a:link {
    text-decoration: none;
}

.mm-category-gsa a {
    color: #737a28;
}

    .mm-category-gsa a:hover {
        color: #37521d;
    }

.mm-category-staff-gsa {
    font-family: "Open Sans";
    font-size: 14px;
    color: #000000;
    border-bottom: 4px solid #737a28;
    /*display: inline-block;*/
    padding-top: 15px;
}

.mm-category-staff {
    font-family: "Open Sans";
    font-size: 14px;
    color: #363633;
    /*border-bottom:4px solid #363633;*/
    /*display: inline-block;*/
    padding-top: 15px;
    border-width: 0 0 4px 0;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#737a28), to(#2c77ba)) 100% 1;
    -webkit-border-image: -webkit-linear-gradient(top, #737a28, #2c77ba) 100% 1;
    -moz-border-image: -moz-linear-gradient(top, #737a28, #2c77ba) 100% 1;
    -o-border-image: -o-linear-gradient(top, #737a28, #2c77ba) 100% 1;
    border-image: linear-gradient(to top, #737a28, #2c77ba) 100% 1;
}

.mm-subheading-gsa {
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 3px;
}

.mm-subitem-gsa {
    font-size: 12px;
    padding-left: 3px;
}
/* Underline From Left */
.hvr-underline-from-left-gsa, .hvr-underline-from-left-inter {
    /*display: inline-block;*/
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px #252525;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

    .hvr-underline-from-left-gsa:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 100%;
        bottom: 0;
        background: #737a28;
        height: 4px;
        -webkit-transition-property: right;
        -moz-transition-property: right;
        -o-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-underline-from-left-inter:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 100%;
        bottom: 0;
        background: #737a28;
        height: 4px;
        -webkit-transition-property: right;
        -moz-transition-property: right;
        -o-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-underline-from-left-gsa:hover:before,
    .hvr-underline-from-left-gsa:focus:before,
    .hvr-underline-from-left-gsa:active:before,
    .hvr-underline-from-left-inter:hover:before,
    .hvr-underline-from-left-inter:focus:before,
    .hvr-underline-from-left-inter:active:before {
        right: 0;
    }

.mm-category-gsa:hover {
    font-family: "Open Sans";
    font-size: 18px;
    /*position:relative;*/
    /*overflow:hidden;*/
    color: #666666;
    border-bottom: 4px solid #737a28;
    /*display: inline-block;*/
    padding-top: 15px;
}

.mm-category-line-gsa {
    border-bottom: 1px solid #dedede;
    width: 85%;
}

/*.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}*/

.nav-bar {
    margin-bottom: 30px;
}

.navbar .navbar-collapse {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.navbar {
    min-height: 175px;
}

#GSAOGBNavWrapper {
    background-image: url(../img/backgrounds/bgGeologyMap.png);
}



.navbar-default {
    background: linear-gradient(135deg, rgba(115,122,40,1) 0%,rgba(115,122,40,0.91) 37%,rgba(115,122,40,0.89) 38%,rgba(112,128,0,0.77) 44%,rgba(35,35,35,0.69) 48%,rgba(44,123,189,0.77) 52%,rgba(44,98,162,0.87) 57%,rgba(44,98,162,0.91) 59%,rgba(44,98,162,1) 100%);
    background-size: 200% auto;
    background-position: 50% 0;
    transition: background-position 3.5s;
    border-bottom: 2px #333333 solid;
    opacity: 0.9;
}
.navbar-left-logo.interAgency {
    opacity: 1;
}
  

    .navbar-default.gsaPage {
        background-position: 0 0;
    }

    .navbar-default.ogbPage {
        background-position: 100% 0;
    }

    .navbar-default.interAgency {
        background-position: 50% 0;
    }

    .navbar-default .navbar-nav > li > a {
        color: #FFFFFF;
        font-weight: 100;
        font-size: 16px;
        display: inline;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-default .navbar-brand {
        color: #FFFFFF;
        font-weight: 100;
        font-size: 21px;
    }

        .navbar-default .navbar-brand:hover {
            color: #fff;
            font-size: 21px;
        }

.left-border {
    border-left: solid 1px #505050;
}

@media screen and (max-width: 320px) {
    .col-tiny-12 {
        float: none;
        width: 100%;
    }
}

@media (min-width:320px) {
    .state-animation-container {
        position: absolute;
        top: -25px;
        right: 670px;
        margin: 25px auto;
        visibility: hidden;
    }

    .big-header {
        font-size: 16px;
    }

    .feature-box-container {
        margin-top: 15px;
        padding: 5px;
    }

    .featured-box {
        min-height: 50px;
        width: 100%;
        background-color: rgba(0,0,0,0.02);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: relative;
        /*opacity: 0.8;*/
        border: solid 1px #000000;
        border: solid 1px rgba(0,0,0,0.1);
    }

        .featured-box .state-pic {
            position: absolute;
            bottom: -5px;
            right: -13px;
            height: 100px;
            width: 100px;
        }

    .mainbox-ogb {
        width: 100%;
        margin-left: 15px;
        font-size: 12px;
    }

    .mainbox-gsa {
        width: 100%;
        margin-left: 15px;
    }

        .mainbox-gsa a {
            color: #737a28;
        }

        .mainbox-gsa h5 {
            font-weight: 100;
            font-size: 12px;
        }

    .big-font-gsa {
        font-family: Garamond;
        font-size: 75px;
        font-weight: 100;
        -ms-text-shadow: 2px -1px 0px #DDD;
        text-shadow: 2px -1px 0px #DDD;
        color: #737a28;
    }

        .big-font-gsa img {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 100px;
            width: 100px;
        }

    .big-font-ogb {
        font-family: Garamond;
        font-size: 75px;
        font-weight: 100;
        -ms-text-shadow: 2px -1px 0px #DDD;
        text-shadow: 2px -1px 0px #DDD;
        color: #2c77ba;
        padding-right: 10px;
    }

    .big-font-inter {
        font-size: 45px;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        margin-right: 15px;
        padding: 9px 10px;
        margin-top: 3px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .navbar-left-logo {
        position: absolute;
        top: 10px;
        left: 10px;
        height: 75px;
        width: 75px;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

        .navbar-left-logo.gsaPage {
        position: absolute;
        top: 10px;
        left: 10px;
        height: 100px;
        width: 100px;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

    .navbar-right-logo {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 75px;
        width: 75px;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

        .navbar-left-logo.ogbPage {
        position: absolute;
        top: 1%;
        left: 10px;
        height: 25px;
        width: 25px;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
        opacity: .325;
    }

    .navbar-right-logo.ogbPage {
        position: absolute;
        top: 20%;
        right: 52%;
        height: 100px;
        width: 100px;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

        .navbar-right-logo.gsaPage {
            position: absolute;
            top: 145px;
            right: 5px;
            height: 25px;
            width: 25px;
            -moz-transition: 3s;
            -o-transition: 3s;
            -webkit-transition: 3s;
            transition: 3s;
            opacity: 0;
        }

    .logo-text {
        font-size: 14px;
        color: white;
        position: absolute;
    }

    .logo-text-right {
        font-size: 16px;
        top: 130px;
        right: 15px;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

    .logo-text-right-top {
        font-size: 18px;
        top: 100px;
        right: 15px;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

        .logo-text-right.ogbPage {
        font-size: 20px;
        top: 28%;
        right: 1%;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

    .logo-text-right-top.ogbPage {
        font-size: 22px;
        top: 17%;
        right: 1%;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

    .logo-text-right.gsaPage {
        top: 91%;
        right: 1%;
        font-size: 10px;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

    .logo-text-right-top.gsaPage {
        top: 85%;
        right: 1%;
        font-size: 8px;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
        font-size: 10px;
    }

    .logo-text-left-top {
        font-size: 21px;
        top: 57%;
        left: 1%;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

    .logo-text-left {
        top: 76%;
        left: 1%;
        font-size: 18px;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

        .logo-text-left-top.ogbPage {
        font-size: 12px;
        top: 2%;
        left: 1%;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

    .logo-text-left.ogbPage {
        top: 8%;
        left: 1%;
        font-size: 12px;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

    #top-right.show-ogb-nav {
        -webkit-transform: translateX(-302px);
        -moz-transform: translateX(-302px);
        -ms-transform: translateX(-302px);
        -o-transform: translateX(-302px);
        transform: translateX(-302px);
        transition: .3s ease all;
        background: #fff;
        top: -5px;
        right: -55px;
        border-radius: 0;
    }
}

@media (min-width:480px) {
    .state-animation-container {
        position: absolute;
        top: -25px;
        right: 670px;
        margin: 25px auto;
        visibility: hidden;
    }

    .big-header {
        font-size: 22px;
    }

    .feature-box-container {
        margin-top: 35px;
        padding: 5px;
    }

    .featured-box {
        /*border:solid 1px  #737a28;*/
        min-height: 285px;
        width: 100%;
        background-color: rgba(0,0,0,0.02);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: relative;
        /*opacity: 0.8;*/
        border: solid 1px #000000;
        border: solid 1px rgba(0,0,0,0.1);
    }

        .featured-box .state-pic {
            position: absolute;
            bottom: -35px;
            right: 25px;
            height: 100px;
            width: 100px;
        }

    .mainbox-ogb {
        width: 100%;
        /*background: #FFF;*/
        /*margin: 5px auto;*/
        margin-left: 15px;
        /*outline: 1px solid #9fb7cc;*/
        font-size: 12px;
    }

    .mainbox-gsa {
        width: 100%;
        margin-left: 15px;
    }

        .mainbox-gsa a {
            color: #737a28;
        }

        .mainbox-gsa h5 {
            font-weight: 100;
            font-size: 12px;
        }

    .big-font-gsa {
        font-family: Garamond;
        font-size: 75px;
        font-weight: 100;
        -ms-text-shadow: 2px -1px 0px #DDD;
        text-shadow: 2px -1px 0px #DDD;
        color: #737a28;
    }

        .big-font-gsa img {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 100px;
            width: 100px;
        }

    .big-font-ogb {
        font-family: Garamond;
        font-size: 75px;
        font-weight: 100;
        -ms-text-shadow: 2px -1px 0px #DDD;
        text-shadow: 2px -1px 0px #DDD;
        color: #2c77ba;
        padding-right: 10px;
    }

    .big-font-inter {
        font-size: 60px;
    }

    .navbar-left-logo {
        position: absolute;
        top: 85px;
        left: 10px;
        height: 100px;
        width: 100px;
        display: inline;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

            .navbar-right-logo.gsaPage {
            position: absolute;
            top: 145px;
            right: 5px;
            height: 25px;
            width: 25px;
            -moz-transition: 3s;
            -o-transition: 3s;
            -webkit-transition: 3s;
            transition: 3s;
                opacity: 0;
        }

        .navbar-left-logo.gsaPage {
        position: absolute;
        top: 15%;
        left: 1%;
        height: 125px;
        width: 125px;
        display: inline;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

        .navbar-left-logo.ogbPage {
        position: absolute;
        top: 68%;
        left: 1.5%;
        height: 50px;
        width: 50px;
        display: inline;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
            opacity: 0.125;
    }


    .navbar-right-logo {
        position: absolute;
        top: 85px;
        right: 10px;
        height: 100px;
        width: 100px;
        display: inline;
    }

        .navbar-right-logo.ogbPage {
            position: absolute;
            top: 13%;
            right: 40%;
            height: 125px;
            width: 125px;
            display: inline;
            -moz-transition: 3s;
            -o-transition: 3s;
            -webkit-transition: 3s;
            transition: 3s;
        }

    .logo-text {
        font-size: 32px;
        color: white;
    }

    .logo-text-right {
        font-size: 16px;
        position: absolute;
        top: 56px;
        right: 13px;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

    .logo-text-left {
        position: absolute;
        top: 56px;
        left: 67px;
        font-size: 16px;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

        .logo-text-left.gsaPage {
        position: absolute;
        top: 50%;
        left: 35%;
        font-size: 30px;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

        .logo-text-right.gsaPage {
        font-size: 12px;
        position: absolute;
        top: 90%;
        right: 1%;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }
        .logo-text-right.ogbPage {
        font-size: 18px;
        position: absolute;
        top: 70%;
        right: 12%;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

    .logo-text-left.ogbPage {
        position: absolute;
        top: 89%;
        left: 1%;
        font-size: 14px;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

    .logo-text-right-top {
        font-size: 22px;
        position: absolute;
        top: 22px;
        right: 10px;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

     .logo-text-right-top.gsaPage {
        font-size: 12px;
        position: absolute;
        top: 82%;
        right: 1%;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

    .logo-text-left-top {
        font-size: 22px;
        position: absolute;
        top: 22px;
        left: 16px;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }
        .logo-text-left-top.gsaPage {
        font-size: 32px;
        position: absolute;
        top: 20%;
        left: 29%;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

        .logo-text-right-top.ogbPage {
        font-size: 22px;
        position: absolute;
        top: 44%;
        right: 6%;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

    .logo-text-left-top.ogbPage {
        font-size: 14px;
        position: absolute;
        top: 77%;
        left: 1%;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }
}

@media (min-width:768px) {
    #top-right.show-ogb-nav {
        -webkit-transform: translateX(-302px);
        -moz-transform: translateX(-302px);
        -ms-transform: translateX(-302px);
        -o-transform: translateX(-302px);
        transform: translateX(-302px);
        transition: .3s ease all;
        background: #fff;
        border-radius: 5px 0 0 5px;
        top: 117px;
        right: -3px;
    }

    .state-animation-container {
        position: absolute;
        top: -25px;
        right: 39%;
        margin: 25px auto;
        visibility: hidden;
    }

        .state-animation-container.gsaPage {
            position: absolute;
            top: -25px;
            right: 670px;
            margin: 25px auto;
            visibility: hidden;
        }

    .big-header {
        font-size: 24px;
    }

    .company-name {
        font-size: 18px;
    }

    .mm-title-gsa {
        border-bottom: 3px solid #737a28;
        /* display: inline-block; */
    }

    .logo-text {
        font-size: 22px;
        color: white;
    }

    .logo-text-left-top {
        font-size: 32px;
        position: absolute;
        top: 64px;
        left: 120px;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

        .logo-text-left-top.ogbPage {
            font-size: 14px;
            position: absolute;
            top: 71%;
            left: 1%;
            -moz-transition: 3s;
            -o-transition: 3s;
            -webkit-transition: 3s;
            transition: 3s;
        }

        .logo-text-left-top.gsaPage {
            font-size: 32px;
            position: absolute;
            top: 57px;
            left: 55.4%;
            -moz-transition: 3s;
            -o-transition: 3s;
            -webkit-transition: 3s;
            transition: 3s;
        }

    .logo-text-left.gsaPage {
        position: absolute;
        top: 99px;
        left: 410px;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

    .logo-text-left {
        position: absolute;
        top: 99px;
        left: 125px;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

        .logo-text-left.ogbPage {
            position: absolute;
            top: 84%;
            left: 1%;
            -moz-transition: 3s;
            -o-transition: 3s;
            -webkit-transition: 3s;
            transition: 3s;
            font-size: 14px;
        }

    .logo-text-right {
        position: absolute;
        top: 99px;
        right: 128px;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

     .logo-text-right.ogbPage {
        position: absolute;
        top: 60%;
        right: 21%;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

        .logo-text-right.gsaPage {
            position: absolute;
            top: 87%;
            right: 4px;
            font-size: 14px;
            -moz-transition: 3s;
            -o-transition: 3s;
            -webkit-transition: 3s;
            transition: 3s;
        }

    .logo-text-right-top {
        font-size: 32px;
        position: absolute;
        top: 64px;
        right: 155px;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

    .logo-text-right-top.ogbPage {
        font-size: 32px;
        position: absolute;
        top: 33%;
        right: 15%;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

        .logo-text-right-top.gsaPage {
            font-size: 16px;
            position: absolute;
            top: 75%;
            right: 4px;
            -moz-transition: 3s;
            -o-transition: 3s;
            -webkit-transition: 3s;
            transition: 3s;
        }

    .navbar-left-logo {
        position: absolute;
        top: 55px;
        left: 10px;
        height: 100px;
        width: 100px;
        display: inline;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

        .navbar-left-logo.ogbPage {
        position: absolute;
        top: 65%;
        left: 10px;
        height: 50px;
        width: 50px;
        display: inline;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
            opacity: 0.125;
    }

        .navbar-left-logo.gsaPage {
            position: absolute;
            top: 25px;
            left: 25%;
            height: 125px;
            width: 125px;
            display: inline;
            -moz-transition: 3s;
            -o-transition: 3s;
            -webkit-transition: 3s;
            transition: 3s;
        }

    .navbar-right-logo {
        position: absolute;
        top: 55px;
        right: 10px;
        height: 100px;
        width: 100px;
        display: inline;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

        .navbar-right-logo.ogbPage {
        position: absolute;
        top: 17%;
        right: 58%;
        height: 125px;
        width: 125px;
        display: inline;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

        .navbar-right-logo.gsaPage {
            position: absolute;
            top: 68%;
            right: 3%;
            height: 50px;
            width: 50px;
            display: inline;
            -moz-transition: 3s;
            -o-transition: 3s;
            -webkit-transition: 3s;
            transition: 3s;
            opacity: 0.125;
        }

    /*.state-animation-container {
    position:absolute;
    top:-25px;
    right:536px;
    margin:25px auto;
    transition:3s;
    visibility:hidden;
}

.state-animation-container.gsaPage {
    position:absolute;
    top:-25px;
    right:536px;
    margin:25px auto;
}*/

    .feature-box-container {
        margin-top: 35px;
        padding: 5px;
    }

    .featured-box {
        /*border:solid 1px  #737a28;*/
        min-height: 285px;
        width: 100%;
        background-color: rgba(0,0,0,0.02);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: relative;
        /*opacity: 0.8;*/
        border: solid 1px #000000;
        border: solid 1px rgba(0,0,0,0.1);
    }

        .featured-box .state-pic {
            position: absolute;
            bottom: -35px;
            left: 0;
            height: 100px;
            width: 100px;
        }

    .mainbox-ogb {
        width: 100%;
        /*background: #FFF;*/
        /*margin: 5px auto;*/
        margin-left: 15px;
        /*outline: 1px solid #9fb7cc;*/
        font-size: 12px;
    }

    .mainbox-gsa {
        width: 100%;
        margin-left: 15px;
    }

        .mainbox-gsa a {
            color: #737a28;
        }

        .mainbox-gsa h5 {
            font-weight: 100;
            font-size: 12px;
        }

    .big-font-gsa {
        font-family: Garamond;
        font-size: 75px;
        font-weight: 100;
        -ms-text-shadow: 2px -1px 0px #DDD;
        text-shadow: 2px -1px 0px #DDD;
        color: #737a28;
    }

        .big-font-gsa img {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 100px;
            width: 100px;
        }

    .big-font-inter {
        font-size: 60px;
    }

    .big-font-ogb {
        font-family: Garamond;
        font-size: 75px;
        font-weight: 100;
        -ms-text-shadow: 2px -1px 0px #DDD;
        text-shadow: 2px -1px 0px #DDD;
        color: #2c77ba;
        padding-right: 10px;
    }

    .gsa-program .col-sm-3 {
        margin-bottom: 20px;
        text-align: center;
    }

    .gsa-program h2 {
        font-weight: normal;
    }

    .gsa-program .col-sm-3 p {
        margin-right: 10px;
        margin-left: 10px;
    }

    .gsa-division.col-sm-3 {
        margin-bottom: 20px;
        text-align: center;
    }
}

@media (min-width:992px) {
    #top-right.show-ogb-nav {
        -webkit-transform: translateX(-302px);
        -moz-transform: translateX(-302px);
        -ms-transform: translateX(-302px);
        -o-transform: translateX(-302px);
        transform: translateX(-302px);
        transition: .3s ease all;
        background: #fff;
        border-radius: 5px 0 0 5px;
        top: 117px;
        right: -3px;
    }

    .state-animation-container {
        position: absolute;
        top: -25px;
        left: 40%;
        margin: 25px auto;
        visibility: hidden;
    }

    .big-header {
        font-size: 28px;
    }

    .company-name {
        font-size: 20px;
    }

    .big-font-gsa {
        font-family: Garamond;
        font-size: 75px;
        font-weight: 100;
        -ms-text-shadow: 2px -1px 0px #DDD;
        text-shadow: 2px -1px 0px #DDD;
        color: #737a28;
    }

        .big-font-gsa img {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 100px;
            width: 100px;
        }

    .big-font-ogb {
        font-family: Garamond;
        font-size: 75px;
        font-weight: 100;
        -ms-text-shadow: 2px -1px 0px #DDD;
        text-shadow: 2px -1px 0px #DDD;
        color: #2c77ba;
        padding-right: 10px;
    }

    .big-font-inter {
        font-size: 40px;
    }

    .navbar-left-logo {
        position: absolute;
        top: 45px;
        left: 10px;
        height: 100px;
        width: 100px;
        display: block;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

    .navbar-left-logo.ogbPage {
    position: absolute;
    top: 68%;
    left: 1%;
    height: 50px;
    width: 50px;
    display: block;
    -moz-transition: 3s;
    -o-transition: 3s;
    -webkit-transition: 3s;
    transition: 3s;
        opacity: 0.325;
}

        .navbar-left-logo.gsaPage {
            position: absolute;
            top: 25px;
            left: 30%;
            height: 125px;
            width: 125px;
            display: inline;
            -moz-transition: 3s;
            -o-transition: 3s;
            -webkit-transition: 3s;
            transition: 3s;
        }

    .navbar-right-logo {
        position: absolute;
        top: 45px;
        right: 10px;
        height: 100px;
        width: 100px;
        display: block;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

        .navbar-right-logo.ogbPage {
        position: absolute;
        top: 7%;
        right: 56%;
        height: 150px;
        width: 150px;
        display: block;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }


    .logo-text {
        color: white;
    }

    .logo-text-left-top {
        font-size: 32px;
        position: absolute;
        top: 50px;
        left: 120px;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

        .logo-text-left-top.ogbPage {
        font-size: 18px;
        position: absolute;
        top: 66%;
        left: 1%;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

        .logo-text-left-top.gsaPage {
            font-size: 32px;
            position: absolute;
            top: 33%;
            left: 51%;
            -moz-transition: 3s;
            -o-transition: 3s;
            -webkit-transition: 3s;
            transition: 3s;
        }

    .logo-text-left {
        font-size: 18px;
        position: absolute;
        top: 92px;
        left: 180px;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }
        .logo-text-left.ogbPage {
        font-size: 18px;
        position: absolute;
        top: 81%;
        left: 1%;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }
        .logo-text-left.gsaPage {
            position: absolute;
            top: 99px;
            left: 51%;
            -moz-transition: 3s;
            -o-transition: 3s;
            -webkit-transition: 3s;
            transition: 3s;
        }

    .logo-text-right-top {
        font-size: 32px;
        position: absolute;
        top: 50px;
        right: 180px;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

   .logo-text-right-top.ogbPage {
        font-size: 45px;
        position: absolute;
        top: 25%;
        right: 15%;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

    .logo-text-right {
        position: absolute;
        top: 92px;
        right: 215px;
        font-size: 18px;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

   .logo-text-right.ogbPage {
        position: absolute;
        top: 58%;
        right: 28%;
        font-size: 22px;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

    .feature-box-container {
        margin-top: 5px;
        padding: 5px;
    }

    .featured-box {
        min-height: 470px;
        width: 100%;
        background-color: rgba(0,0,0,0.02);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: relative;
        border: solid 1px #000000;
        border: solid 1px rgba(0,0,0,0.1);
    }

    .mainbox-gsa,
    .mainbox-ogb,
    .mainbox-inter {
        width: 100%;
        margin-left: 15px;
    }

        .mainbox-gsa a {
            color: #737a28;
        }

        .mainbox-ogb a {
            color: #2c77ba;
        }

        .mainbox-gsa h5,
        .mainbox-ogb h5 .mainbox-inter {
            font-weight: 100;
            font-size: 12px;
        }

        .mainbox-gsa h6,
        .mainbox-ogb h6,
        .mainbox-inter h6 {
            text-indent: 10px;
            font-size: 14px;
            text-align: left;
            font-weight: 400;
        }

    .featured-box .state-pic {
        position: absolute;
        bottom: -35px;
        left: 0;
        height: 100px;
        width: 100px;
        /*opacity: 0.15;*/
    }

    .main-carousel {
        height: 305px;
        padding: 10px;
        border: 1px solid #252525;
    }

    .right.carousel-control,
    .left.carousel-control,
    .carousel-indicators {
        visibility: hidden;
    }

    .carousel-caption {
        background-color: rgba(100,100,100,0.4);
        -ms-text-shadow: 2px 2px 4px #000000;
        text-shadow: 2px 2px 4px #000000;
        padding: 0;
        margin: 0;
    }

    p.slide-caption {
        font-size: 8pt;
    }

    h2.italic {
        font-style: italic;
    }

    h5.italic {
        font-style: italic;
    }

    h4.italic {
        font-style: italic;
    }

    h3.italic {
        font-style: italic;
    }

    h5.normal {
        font-style: normal;
    }

    .section-container {
        position: relative;
        background: rgba(0,0,0,0.02);
        overflow: hidden;
    }

        .section-container h1 {
            padding: 50px;
            text-align: center;
            z-index: 2;
            position: relative;
            color: #fff;
        }

        .section-container img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: auto;
            z-index: 1;
            opacity: 0.6;
        }

    .gsa-program .col-sm-3 {
        margin-bottom: 20px;
        text-align: center;
    }

    .gsa-program h2 {
        font-weight: normal;
    }

    .gsa-program .col-sm-3 p {
        margin-right: 10px;
        margin-left: 10px;
    }

    .gsa-division.col-sm-3 {
        margin-bottom: 20px;
        text-align: center;
    }
}
/*Desktops*/
@media (min-width:993px) {
    .company-name {
        font-size: 20px;
    }

    .big-font-ogb {
        font-size: 46px;
    }

    .big-font-gsa {
        font-size: 46px;
    }

    .big-header {
        font-size: 32px;
    }
}

@media (min-width:1281px) {
    #top-right.show-ogb-nav {
        -webkit-transform: translateX(-302px);
        -moz-transform: translateX(-302px);
        -ms-transform: translateX(-302px);
        -o-transform: translateX(-302px);
        transform: translateX(-302px);
        transition: .3s ease all;
        background: #fff;
        border-radius: 5px 0 0 5px;
        top: 117px;
        right: -3px;
    }

    .state-animation-container.interAgency {
        visibility: hidden;
    }

    .state-animation-container {
        position: absolute;
        top: -25px;
        right: 50%;
        margin: 25px auto;
        visibility: hidden;
    }

        .state-animation-container.gsaPage {
            position: absolute;
            top: -25px;
            right: 670px;
            margin: 25px auto;
            visibility: hidden;
        }

        .state-animation-container.ogbPage {
            position: absolute;
            top: -25px;
            right: 670px;
            margin: 25px auto;
            visibility: hidden;
        }

    .navbar-left-logo {
        position: absolute;
        top: 12px;
        left: 10px;
        height: 150px;
        width: 150px;
        display: block;
        z-index: 1000;
        transition: all 3.0s;
    }

        .navbar-left-logo.gsaPage {
            position: absolute;
            top: 10px;
            left: 30%;
            height: 150px;
            width: 150px;
            display: block;
            z-index: 1000;
            transition: all 3.0s;
        }

        .navbar-left-logo.ogbPage {
            height: 90px;
            width: 90px;
            top: 80px;
            left: 10px;
            transition: all 3.0s;
            opacity: 0.125;
        }

    .navbar-right-logo {
        position: absolute;
        top: 12px;
        right: 10px;
        height: 150px;
        width: 150px;
        display: block;
        z-index: 1000;
        transition: all 3.0s;
    }

    .navbar-right-logo.ogbPage {
            position: absolute;
            top: 10px;
            right: 57%;
            height: 150px;
            width: 150px;
            display: block;
            z-index: 1000;
            transition: all 3.0s;
        }

    .navbar-right-logo.gsaPage {
            position: absolute;
            top: 45%;
            right: 0.5%;
            height: 90px;
            width: 90px;
            display: block;
            z-index: 1000;
            opacity: 0.15;
            transition: all 3.0s;
        }

    .logo-text-left-top {
        font-size: 32px;
        position: absolute;
        top: 50px;
        left: 170px;
    }

        .logo-text-left-top.ogbPage {
        font-size: 18px;
        position: absolute;
        top: 53%;
        left: 1%;
    }

    .logo-text-left {
        font-size: 18px;
        position: absolute;
        top: 92px;
        left: 250px;
    }

        .logo-text-left.ogbPage {
        font-size: 18px;
        position: absolute;
        top: 71%;
        left: 1%;
    }

    .logo-text-right-top.gsaPage {
    font-size: 16px;
    position: absolute;
    top: 100px;
    right: 4px;
    -moz-transition: 3s;
    -o-transition: 3s;
    -webkit-transition: 3s;
    transition: 3s;
}
    .logo-text-right.gsaPage {
    position: absolute;
    top: 120px;
    right: 4px;
    font-size: 14px;
    -moz-transition: 3s;
    -o-transition: 3s;
    -webkit-transition: 3s;
    transition: 3s;
}

    .logo-text-right-top.ogbPage {
        font-size: 50px;
        position: absolute;
        top: 23%;
        right: 22%;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }

    .logo-text-right.ogbPage {
        position: absolute;
        top: 60%;
        right: 38%;
        font-size: 18px;
        -moz-transition: 3s;
        -o-transition: 3s;
        -webkit-transition: 3s;
        transition: 3s;
    }
}

@media (min-width:1860px) {
    #top-right.show-ogb-nav {
        -webkit-transform: translateX(-302px);
        -moz-transform: translateX(-302px);
        -ms-transform: translateX(-302px);
        -o-transform: translateX(-302px);
        transform: translateX(-302px);
        transition: .3s ease all;
        background: #fff;
        border-radius: 5px 0 0 5px;
        top: 117px;
        right: -3px;
    }

    .big-header {
        font-size: 45px;
    }

    .company-name {
        font-size: 32px;
    }

    .navbar-nav > li > .dropdown-menu {
        margin-top: 32px;
    }

    .navbar-default .navbar-nav > li > a:hover {
        color: #cccccc;
    }

    .navbar-default .navbar-nav > li > a:focus {
        background-color: #aaaaaa;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        padding-top: 0;
        padding-bottom: 0;
    }

    .state-animation-container.interAgency {
        visibility: hidden;
    }

    .state-animation-container {
        position: absolute;
        top: -25px;
        left: 61%;
        margin: 25px auto;
        visibility: hidden;
    }


    .navbar-left-logo {
        position: absolute;
        top: 20px;
        left: 10px;
        height: 180px;
        width: 180px;
        display: block;
        z-index: 1000;
        -moz-transition: all 3.0s;
        -o-transition: all 3.0s;
        -webkit-transition: all 3.0s;
        transition: all 3.0s;
    }

        .navbar-left-logo.gsaPage {
            position: absolute;
            top: 10px;
            left: 365px;
            height: 180px;
            width: 180px;
            display: block;
            z-index: 1000;
            -moz-transition: all 3.0s;
            -o-transition: all 3.0s;
            -webkit-transition: all 3.0s;
            transition: all 3.0s;
        }

        .navbar-left-logo.ogbPage {
            height: 90px;
            width: 90px;
            top: 80px;
            left: 10px;
            -moz-transition: all 3.0s;
            -o-transition: all 3.0s;
            -webkit-transition: all 3.0s;
            transition: all 3.0s;
            opacity: 0.125;
        }

    .navbar-right-logo {
        position: absolute;
        top: 20px;
        right: 10px;
        height: 180px;
        width: 180px;
        display: block;
        z-index: 1000;
        -moz-transition: all 3.0s;
        -o-transition: all 3.0s;
        -webkit-transition: all 3.0s;
        transition: all 3.0s;
    }

        .navbar-right-logo.ogbPage {
            position: absolute;
            top: 10px;
            right: 61%;
            height: 180px;
            width: 180px;
            display: block;
            z-index: 1000;
            -moz-transition: all 3.0s;
            -o-transition: all 3.0s;
            -webkit-transition: all 3.0s;
            transition: all 3.0s;
        }

        .navbar-right-logo.gsaPage {
            position: absolute;
            top: 45%;
            right: 2.5%;
            height: 90px;
            width: 90px;
            display: block;
            z-index: 1000;
            opacity: 0.15;
            -moz-transition: all 3.0s;
            -o-transition: all 3.0s;
            -webkit-transition: all 3.0s;
            transition: all 3.0s;
        }

    .logo-text {
        color: white;
    }

    .logo-text-right-top {
        font-size: 48px;
        position: absolute;
        top: 35px;
        right: 300px;
        -moz-transition: all 3.0s;
        -o-transition: all 3.0s;
        -webkit-transition: all 3.0s;
        transition: all 3.0s;
    }

        .logo-text-right-top.ogbPage {
            font-size: 68px;
            position: absolute;
            top: 1px;
            right: 36%;
            -moz-transition: all 3.0s;
            -o-transition: all 3.0s;
            -webkit-transition: all 3.0s;
            transition: all 3.0s;
        }

        .logo-text-right-top.gsaPage {
            font-size: 20px;
            position: absolute;
            top: 101px;
            right: 12px;
            -moz-transition: all 3.0s;
            -o-transition: all 3.0s;
            -webkit-transition: all 3.0s;
            transition: all 3.0s;
        }

    .logo-text-right {
        position: absolute;
        top: 85px;
        right: 300px;
        font-size: 32px;
        -moz-transition: all 3.0s;
        -o-transition: all 3.0s;
        -webkit-transition: all 3.0s;
        transition: all 3.0s;
    }

        .logo-text-right.ogbPage {
            position: absolute;
            top: 85px;
            right: 850px;
            font-size: 32px;
            -moz-transition: all 3.0s;
            -o-transition: all 3.0s;
            -webkit-transition: all 3.0s;
            transition: all 3.0s;
        }

        .logo-text-right.gsaPage {
            position: absolute;
            top: 125px;
            right: 15px;
            font-size: 18px;
            -moz-transition: all 3.0s;
            -o-transition: all 3.0s;
            -webkit-transition: all 3.0s;
            transition: all 3.0s;
        }

    .logo-text-left-top {
        font-size: 48px;
        position: absolute;
        top: 35px;
        left: 300px;
        -moz-transition: all 2.0s;
        -o-transition: all 2.0s;
        -webkit-transition: all 2.0s;
        transition: all 2.0s;
    }

        .logo-text-left-top.gsaPage {
            font-size: 72px;
            position: absolute;
            top: 0;
            left: 42%;
            -moz-transition: all 2.0s;
            -o-transition: all 2.0s;
            -webkit-transition: all 2.0s;
            transition: all 2.0s;
        }

        .logo-text-left-top.ogbPage {
            font-size: 18px;
            position: absolute;
            top: 66%;
            left: 5px;
            -moz-transition: all 2.0s;
            -o-transition: all 2.0s;
            -webkit-transition: all 2.0s;
            transition: all 2.0s;
        }

    .logo-text-left {
        font-size: 32px;
        position: absolute;
        top: 85px;
        left: 300px;
        -moz-transition: all 2.0s;
        -o-transition: all 2.0s;
        -webkit-transition: all 2.0s;
        transition: all 2.0s;
    }

        .logo-text-left.ogbPage {
            font-size: 18px;
            position: absolute;
            top: 80%;
            left: 20px;
            -moz-transition: all 2.0s;
            -o-transition: all 2.0s;
            -webkit-transition: all 2.0s;
            transition: all 2.0s;
        }

        .logo-text-left.gsaPage {
            font-size: 50px;
            position: absolute;
            top: 85px;
            left: 43%;
            -moz-transition: all 2.0s;
            -o-transition: all 2.0s;
            -webkit-transition: all 2.0s;
            transition: all 2.0s;
        }

    .feature-box-container {
        margin-top: 5px;
        padding: 5px;
    }

    .featured-box {
        /*border:solid 1px  #737a28;*/
        min-height: 150px;
        width: 100%;
        background-color: rgba(0,0,0,0.02);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: relative;
        /*opacity: 0.8;*/
        border: solid 1px #000000;
        border: solid 1px rgba(0,0,0,0.1);
    }

    .mainbox-ogb {
        width: 100%;
        margin-left: 15px;
    }

    .mainbox-gsa {
        width: 100%;
        margin-left: 15px;
    }

    .mainbox-gsa a {
            color: #737a28;
    }
    .mainbox-gsa a:hover {
        color: #252525;
    }

    .mainbox-gsa h5 {
        font-weight: 100;
        font-size: 16px;
    }

    .mainbox-ogb a {
        color: #2c77ba;
    }
    .mainbox-ogb a:hover {
        color: #252525;
    }

    .mainbox-ogb h5 {
        font-weight: 100;
        font-size: 16px;
    }

    .mainbox-inter h5 {
        font-weight: 100;
        font-size: 16px;
    }

    .big-font-gsa {
        font-family: Garamond;
        font-size: 75px;
        font-weight: 100;
        -ms-text-shadow: 2px -1px 0px #DDD;
        text-shadow: 2px -1px 0px #DDD;
        color: #737a28;
    }

    .big-font-gsa img {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 100px;
            width: 100px;
    }

    .big-font-inter {
        font-size: 60px;
        margin-bottom: 22px;
    }

    .big-font-ogb {
        font-family: Garamond;
        font-size: 75px;
        font-weight: 100;
        -ms-text-shadow: 2px -1px 0px #DDD;
        text-shadow: 2px -1px 0px #DDD;
        color: #2c77ba;
        padding-right: 10px;
    }

    .featured-box .state-pic {
        position: relative;
        bottom: 0;
        left: 0;
        height: 100px;
        width: 100px;
    }

    .main-carousel {
        height: 305px;
        padding: 10px;
        border: 1px solid #252525;
    }

    .right.carousel-control,
    .left.carousel-control,
    .carousel-indicators {
        visibility: hidden;
    }

    .carousel-caption {
        background-color: rgba(100,100,100,0.4);
        -ms-text-shadow: 2px 2px 4px #000000;
        text-shadow: 2px 2px 4px #000000;
        padding: 0;
        margin: 0;
    }

    p.slide-caption {
        font-size: 8pt;
    }

    h5.italic {
        font-style: italic;
    }

    h5.normal {
        font-style: normal;
    }

    .boxeffect-gsa h6 {
        text-indent: 25px;
    }

    .section-container {
        position: relative;
        background: rgba(0,0,0,0.02);
        overflow: hidden;
    }

        .section-container h1 {
            padding: 50px;
            text-align: center;
            z-index: 2;
            position: relative;
            color: #fff;
        }

        .section-container img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: auto;
            z-index: 1;
            opacity: 0.6;
        }

    .gsa-program .col-lg-3 {
        margin-bottom: 20px;
        text-align: center;
    }

    .gsa-program h2 {
        font-weight: normal;
        margin-bottom: 20px;
    }

    .gsa-program .col-lg-3 p {
        margin-right: 10px;
        margin-left: 10px;
    }

    .gsa-division.col-lg-3 {
        margin-bottom: 20px;
        text-align: center;
    }

    /*.boxeffect-gsa
{
  	position:relative;
    box-shadow:0 0 15px rgba(34, 34, 34, 0.3) inset;
    padding-left: 3px;
    color:black;
    opacity: 1;
}
.boxeffect-gsa h1,h2,h4,h5,h6
{
     font-weight:100;
     padding: 3px;
}*/

    /*.boxeffect-gsa:before
{
	content:"";
    position:absolute;
    z-index:-1;
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    border-radius:100px / 10px;
}*/
}

@media (min-width:1920px) {
}

/*
    @media (min-width:320px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android)
@media (min-width:480px) { /* smartphones, Android phones, landscape iPhone
@media (min-width:600px) { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android)
@media (min-width:801px) { /* tablet, landscape iPad, lo-res laptops ands desktops
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops
@media (min-width:1281px) { /* hi-res laptops and desktops

*/

/*/* Custom, iPhone Retina */
/*@media only screen and (min-width : 320px) {
	}*/

/* Extra Small Devices, Phones */
/*@media only screen and (min-width : 480px) {
	}*/

/* Small Devices, Tablets */
/*@media only screen and (min-width : 768px) {
	}*/

/* Medium Devices, Desktops */
/*@media only screen and (min-width : 992px) {
	}*/

/* Large Devices, Wide Screens */
/*@media only screen and (min-width : 1200px) {
	}*/