@charset "utf-8";


/* CSS Document */

.overXhidden {
    overflow-x: hidden;
    background-color: #FFF;
}

body {
    background-color: #333333;
}

p a {
    color: #337ab7;
    text-decoration: underline;
}

li a {
    color: #337ab7;
    text-decoration: underline;
}

td a {
    color: #337ab7;
    text-decoration: underline;
}

.text-decoration-none {
    text-decoration: none;
}

.carousel {
    height: 250px;
    margin-bottom: 30px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 0;
}

}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: -10;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
}

.carousel .item {
    height: 250px;
    background-color: #777;
}

.carousel-inner .item {
    width: 100%;
    height: 250px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ad0 {
    background: url(/images/CarouselPodcast_250.jpg);
    max-width: 100%;
    height: auto;
}

.ad1 {
    background: url(/images/CarouselColumbus01_250.jpg);
    max-width: 100%;
    height: auto;
}

.ad2 {
    background: url(/images/CarouselGavelBG01_250.jpg);
    max-width: 100%;
    height: auto;
}

.ad3 {
    background: url(/images/CarouselTablet01_250.jpg);
    max-width: 100%;
    height: auto;
}

.ad4 {
    background: url(/images/CarouselColumbus01_250.jpg);
    max-width: 100%;
    height: auto;
}

.ad5 {
    background: url(/images/CarouselLaptop02_250.jpg);
    max-width: 100%;
    height: auto;
}

.ad6 {
    background: url(/images/AdvOpBanner.jpg) no-repeat center top fixed;
    max-width: 100%;
    height: auto;
}

.calloutgrey {
    text-align: center;
    background-color: #555555;
    color: #FFFFFF;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.container {
    padding-bottom: 15px;
}

/*#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}*/

#Affix.affix {
    /*position: fixed;*/
    top: 0;
    width: 100%;
    z-index: 100;
}

#search-box {
    width: 400px;
    height: 33px;
    margin: 0 auto;
    background-color: #FFF;
    padding: 3px;
    border: 2px solid #000;
    border-radius: 4px;
}

#gsc-i-id1 {
    color: #000;
}

button.gsc-search-button {
    padding: 10px !important;
    background-color: #000 !important;
    border-radius: 3px !important;
}

header {
    background-color: #eee;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    overflow: hidden;
}

.header_height {
    width: 100%;
}

footer {
    background-color: #333333;
    padding-top: 25px;
    border-top: 1px #333333 solid;
}

.footerBottom {
    background-color: #FFFFFF;
    color: #ADADAD;
    padding-top: 10px;
}

.top5 {
    background-color: #fff;
}

.top5 img {
    padding: 4px;
}

.top5:hover {
    opacity: 0.85;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}



/*caret start and end*/

.panel-heading.accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    /* essential for enabling glyphicon */
    content: "\e114";
    /* adjust as needed, taken from bootstrap.css */
    float: right;
    position: relative;
    bottom: 23px;
    font-size: 12pt;
    /* adjust as needed */
    color: grey;
    /* adjust as needed */
}

.panel-heading.accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";
    /* adjust as needed, taken from bootstrap.css */
}

h1,
.h1 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.white {
    border-top: 1px solid #fff;
}

tr.line td {
    border-bottom: 1px solid #A8A8A8;
    border-top: 1px solid #A8A8A8;
}

.pad10pxtop {
    padding-top: 10px;
}

.pad20pxtop {
    padding-top: 20px;
}

.pad30pxtop {
    padding-top: 30px;
}

.pad40pxtop {
    padding-top: 40px;
}

.pad50pxtop {
    padding-top: 50px;
}

.pad60pxtop {
    padding-top: 60px;
}

.pad70pxtop {
    padding-top: 70px;
}

.pad80pxtop {
    padding-top: 80px;
}

.pad90pxtop {
    padding-top: 90px;
}

.pad100pxtop {
    padding-top: 100px;
}

.pad10pxBottom {
    padding-bottom: 10px;
}

.pad20pxBottom {
    padding-bottom: 20px;
}

.pad30pxBottom {
    padding-bottom: 30px;
}

.pad40pxBottom {
    padding-bottom: 40px;
}

.pad50pxBottom {
    padding-bottom: 50px;
}

.pad10pxbottom {
    padding-bottom: 10px;
}

.pad20pxbottom {
    padding-bottom: 20px;
}

.pad30pxbottom {
    padding-bottom: 30px;
}

.pad40pxbottom {
    padding-bottom: 40px;
}

.pad50pxbottom {
    padding-bottom: 50px;
}

.pad10pxLeftRight {
    padding-left: 10px;
    padding-right: 10px;
}

.pad25pxLeftRight {
    padding-left: 25px;
    padding-right: 25px;
}

.pad50pxLeftRight {
    padding-left: 50px;
    padding-right: 50px;
}

@media (max-width: 1199px) {
    #NavLogo {
        display: none;
    }

    #MobileNavLogo {
        display: block;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1200px) {
    #NavLogo {
        display: block;
    }

    #MobileNavLogo {
        display: none;
    }
}

.anchorBoxBorder,
.fdsAnchorBoxBorder {

    border-radius: 5px;
    border: 1px solid;
    border-color: #cccccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

.fdsAnchorBoxBorder {
    background-color: #f0f0f0;
}

.anchorBoxBorder:hover,
.anchorBoxBorder:focus,
.anchorBoxBorder.focus,
.anchorBoxBorder:active,
.anchorBoxBorder.active,
.fdsAnchorBoxBorder:hover,
.fdsAnchorBoxBorder:focus,
.fdsAnchorBoxBorder.focus,
.fdsAnchorBoxBorder:active,
.open > .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #cccccc;
    border-color: #ededed;
    border-radius: 5px;
}

.iframe-rwd {
    position: relative;
    padding-bottom: 30%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.iframe-rwd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.btn-marginb {
    margin-bottom: 15px;
}

.btn-margint5 {
    margin-top: 5px;
}

.edu-btn {
    background-color: #ADADAD;
}

.tab-content > .active {
    display: block;
    visibility: visible;
    padding: 10px;
}

.top7 {
    margin-top: 7px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top17 {
    margin-top: 17px;
}

.top20 {
    margin-top: 20px;
}

.top30 {
    margin-top: 30px;
}

.tab {
    margin-left: 40px;
}

.connav {
    padding: 0;
    background-color: #000;
}

#headerNav {
    background-color: #222222;
}

.sitemaphead {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;

}

.sitemap {
    font-size: 14px;
    margin-left: 10px;
}

.sitemaptab {
    font-size: 14px;
    margin-left: 20px;
}

.size18 {
    font-size: 18px;
}

.fdstabs {
    font-size: 18px;
}

.fdstabs img {
    margin-top: -6px;
    padding-right: 12px;
}

@media (min-width: 1200px) {
    .rightBorder {
        padding-right: 20px;
        border-right: 1px solid #ddd;
    }

    .tabRightBorder {
        padding: 0;
        margin-left: 15px;
        width: 260px;
        min-height: 280px;
        border-right: 1px solid #ddd;
    }

    .tabLeftBorder {
        min-height: 280px;
        border-left: 1px solid #ddd;
    }
}

.tab-pane {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tab-content > .pill-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.pill-pane {
    background-color: #eeeeee;
}

.table td,
.table th {
    min-width: 90px;
}

.formsNav-tabs {
    border-bottom: 1px solid #dddddd;
}

.formsNav-tabs > li {
    float: left;
    margin-bottom: -1px;
    background-color: #eeeeee;
}

.formsNav-tabs > li > a {
    line-height: 1.42857143;
    border: 1px solid #dddddd;
    color: #a8a8a8;
    font-weight: bold;
}

.formsNav-tabs > li > a:hover {
    text-decoration: underline;
}

.formsNav-tabs > li.active > a,
.formsNav-tabs > li.active > a:hover,
.formsNav-tabs > li.active > a:focus {
    color: #a94442;
    font-weight: bold;
    background-color: #ffffff;
    border-bottom-color: transparent;
    cursor: default;
    text-decoration: none;
}

.formsNav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.formsNav-tabs.nav-justified > li {
    float: none;
}

.formsNav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

.formsNav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .formsNav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .formsNav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.formsNav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.formsNav-tabs.nav-justified > .active > a,
.formsNav-tabs.nav-justified > .active > a:hover,
.formsNav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
}

.jumbotron {
    width: 100%;
    text-align: center;
    color: #fff padding: 10px;
    margin-bottom: 35px;
    color: inherit;
    background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
    color: #fff;
}

.jumbotron h2,
.jumbotron .h2 {
    color: #fff;
}

.jumbotron h3,
.jumbotron .h3 {
    color: #fff;
}

.jumbotron h4,
.jumbotron .h4 {
    color: #fff;
}

.jumbotron h5,
.jumbotron .h5 {
    color: #fff;
}

.jumbotron p {
    font-size: 16px;
    color: #fff
}

@media (min-width: 768px) {
    .formsNav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .formsNav-tabs.nav-justified > .active > a,
    .formsNav-tabs.nav-justified > .active > a:hover,
    .formsNav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.gsc-webResult.gsc-result:hover {
    border-left: none !important;
    border-bottom: 1px solid #fff !important;
}

.gcsc-branding {
    /*, .gsc-above-wrapper-area {*/
    display: none !important;
}

.navbar {
    margin-bottom: 0;
}

input[type=text] {
    font-size: 16px;
    /*Setting to 16px or greater prevents iPhones from automatically zooming in on input*/
}

::-webkit-input-placeholder {
    font-size: 14px;
}

::-moz-placeholder {
    font-size: 14px;
}

:-ms-input-placeholder {
    font-size: 14px;
}

::placeholder {
    font-size: 14px;
}

h4.modal-title {
    font-size: 14px;
}

@media (min-width:490px) {
    h4.modal-title {
        font-size: 21px;
    }
}

.modal-header .close {
    margin-top: 0;
    font-size: 36px;
}
