.erdc_bg{
    border-color:#6e8778;
}
.erdc_container1{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #d6e9c6;
    border: 1px solid #6e8778;
    border-radius: 4px;
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#e8e8e8),to(#f5f5f5));
    background-image: -webkit-linear-gradient(top,#e8e8e8,0%,#f5f5f5,100%);
    background-image: -moz-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
    background-image: linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8',endColorstr='#fff5f5f5',GradientType=0);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.05), 0 1px 0 rgba(255,255,255,0.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.05), 0 1px 0 rgba(255,255,255,0.1);
}

.erdc_container{
    border-color:#6e8778;
    border-radius: 4px;
    background-color: #FFF;
    text-align: center;
}
.erdc_header{
    color:#ffffff;
    border-color:#6e8778;
    border-radius: 4px;
    background-color: #6e8778;
    text-align: center;
    padding: 10px;
}


.list-inline a{color:white; text-decoration:none;font-size:.9em }
.list-inline a:hover {color:white; text-decoration:underline; }
.list-inline li:not(:first-child){border-left: 2px solid #999;line-height:12px;}
#content{background-color: #FFFFFF}

.btn-success {
    font-weight: bold;
    color: #fff;
    background-color: #6e8778;
    border-color: #6e8778;
    background-image: linear-gradient(to bottom,#6e8778 0,#6e8778 100%);
    background-repeat: repeat-x;
}


.social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.social {
    padding-top: 15px;
    -webkit-transform: scale(0.8);
    /* Browser Variations: */

    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

/*
    Multicoloured Hover Variations
*/

#social-fb:hover {
    color: #3B5998;
}
#social-tw:hover {
    color: #4099FF;
}
#social-gp:hover {
    color: #d34836;
}
#social-em:hover {
    color: #f39c12;
}

.panel-info {
    border-color: #d6e9c6;
}
.panel-info>.panel-heading {
    color: #000000;
    background-color: #d0e9c6;
    border-color: #d6e9c6;
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#d0e9c6),to(#d0e9c6));
    background-image: -webkit-linear-gradient(top,#d0e9c6,0%,#d0e9c6,100%);
    background-image: -moz-linear-gradient(top,#d0e9c6 0,#d0e9c6 100%);
    background-image: linear-gradient(to bottom,#d0e9c6 0,#d0e9c6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0e9c6',endColorstr='#d0e9c6',GradientType=0);
}

.alert-info {
    color: #000000;
    background-color: #d0e9c6;
    border-color: #d6e9c6;
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#d0e9c6),to(#d0e9c6));
    background-image: -webkit-linear-gradient(top,#d0e9c6,0%,#d0e9c6,100%);
    background-image: -moz-linear-gradient(top,#d0e9c6 0,#d0e9c6 100%);
    background-image: linear-gradient(to bottom,#d0e9c6 0,#d0e9c6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0e9c6',endColorstr='#d0e9c6',GradientType=0);
}

.panel-success>.panel-heading {
    color: #000000;
    font-weight: bold;
    background-color: #6e8778;
    border-color: #d6e9c6;
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#6e8778),to(#6e8778));
    background-image: -webkit-linear-gradient(top,#6e8778,0%,#6e8778,100%);
    background-image: -moz-linear-gradient(top,#6e8778 0,#6e8778 100%);
    background-image: linear-gradient(to bottom,#6e8778 0,#6e8778 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e8778',endColorstr='#6e8778',GradientType=0);
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #6e8778;
    border-color: #6e8778;
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#6e8778),to(#6e8778));
    background-image: -webkit-linear-gradient(top,#6e8778,0%,#6e8778,100%);
    background-image: -moz-linear-gradient(top,#6e8778 0,#6e8778 100%);
    background-image: linear-gradient(to bottom,#6e8778 0,#6e8778 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e8778',endColorstr='#6e8778',GradientType=0);
}
.panel-primary {
    border-color: #d6e9c6;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #6e8778;
    border-color: #d6e9c6;
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#6e8778),to(#6e8778));
    background-image: -webkit-linear-gradient(top,#6e8778,0%,#6e8778,100%);
    background-image: -moz-linear-gradient(top,#6e8778 0,#6e8778 100%);
    background-image: linear-gradient(to bottom,#6e8778 0,#6e8778 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e8778',endColorstr='#6e8778',GradientType=0);
}
.panel-warning {
    border-color: #E88C93;
}
.panel-warning>.panel-heading {
    color: #000000;
    background-color: #E88C93;
    border-color: #E88C93;
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#E88C93),to(#E88C93));
    background-image: -webkit-linear-gradient(top,#E88C93,0%,#E88C93,100%);
    background-image: -moz-linear-gradient(top,#E88C93 0,#E88C93 100%);
    background-image: linear-gradient(to bottom,#E88C93 0,#E88C93 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E88C93',endColorstr='#E88C93',GradientType=0);
}
.alert-warning {
    color: #000000;
    background-color: #E88C93;
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#E88C93),to(#E88C93));
    background-image: -webkit-linear-gradient(top,#E88C93,0%,#E88C93,100%);
    background-image: -moz-linear-gradient(top,#E88C93 0,#E88C93 100%);
    background-image: linear-gradient(to bottom,#E88C93 0,#E88C93 100%);
    background-repeat: repeat-x;
    border-color: #E88C93;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E88C93',endColorstr='#E88C93',GradientType=0);
}


.navbar_erdc {
    position: relative;
    z-index: 1000;
    min-height: 50px;
}

.navbar-brand {
    padding: 0px;
}
.navbar-brand>img {
    height: 100%;
    padding: 15px;
    width: auto;
}





/* BEGIN .navbar-auto-collapse styles */
.navbar-autocollapse.collapsed {
    border-radius: 0px;
}
.navbar-autocollapse.collapsed .navbar-header,
.navbar-autocollapse.collapsed .navbar-nav>li{
    float: none;
}
.navbar-autocollapse.collapsed .navbar-collapse {
    border-top: 1px solid #e7e7e7;
}
.navbar-autocollapse.collapsed .navbar-collapse.collapse {
    display: none!important;
}
.navbar-autocollapse.collapsed .navbar-toggle,
.navbar-autocollapse.collapsed .navbar-collapse.collapse.in {
    display: block!important;
}
.navbar-autocollapse.collapsed .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
}
.navbar-autocollapse.collapsed .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-autocollapse.collapsed .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-autocollapse.collapsed.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
}
.navbar-autocollapse.collapsed .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
}
.navbar-autocollapse.collapsed .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-autocollapse.collapsed .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px;
}
.navbar-autocollapse.collapsed .container-fluid> .navbar-collapse,
.navbar-autocollapse.collapsed .container-fluid>.navbar-header,
.navbar-autocollapse.collapsed .container>.navbar-collapse,
.navbar-autocollapse.collapsed .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
.navbar-autocollapse.collapsed.navbar>.container .navbar-brand,
.navbar-autocollapse.collapsed.navbar>.container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar-autocollapse.collapsed  .navbar-btn {
    margin-left: 15px;
    margin-right: 15px;
}


.erdc-brand {
    padding: 0;margin-left:0;
}
.erdc-brand>img {
    height: 45px;
    width: auto;
}
.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-weight: 200;
    font-size:1em;
    line-height: 1.5;
    color: inherit;
    background-color: #eee;
    border:1px solid #6e8778;
}

.jumbotron_home{
    border-radius: 6px;
    padding-right: 20px;
    padding-left: 20px;
    padding: 22px;
    margin-bottom: 30px;
    font-weight: 200;
    font-size: 1em;
    line-height: 1.5;
    color: inherit;
    background-color: #eee;
    border: 1px solid #6e8778;
}

.hero{
    background: url(../../image/campus3.jpg) no-repeat 50%;
    padding: 4em 0 2em 0;
    margin-top: -2px;
    min-height: 400px;
    border-radius: 4px;
}

.linkjumbotron {
    padding: 30px;
    margin-bottom: 30px;
    line-height: 1.5;
    color: inherit;
    background-color: #eeeeee;
    border-radius: 4px;
    border:1px solid #6e8778;
}

.linkjumbotron .nav>li>a {
    position: relative;
    display: block;
    padding: 2px 2px;
}

.linkjumbotron .nav li a {
    color: #000000;
    text-decoration: none;
    text-transform: none;
    font-size:.9em;
}
.linkjumbotron .nav li a:hover {
    text-decoration: underline;
}

.linkjumbotron .nav li a:active {
    color: #000000;
}

.linkjumbotron .nav li a:visited {
    color: #000000;
}
.erdc_facets{
    text-align: center;
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
    font-weight: bold;
    color: #fff;
    background-color: #6e8778;
    border-color: #6e8778;
}


.list-group-item {
    position: relative;
    display: block;
    padding: 5px 5px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #6e8778;
}


.btn-primary {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#5e5e5e),to(#5e5e5e));
    background-image: -webkit-linear-gradient(top,#5e5e5e,0%,#5e5e5e,100%);
    background-image: -moz-linear-gradient(top,#5e5e5e 0,#5e5e5e 100%);
    background-image: linear-gradient(to bottom,#5e5e5e 0,#5e5e5e 100%);
    background-repeat: repeat-x;
    border-color: #5e5e5e;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e',endColorstr='#5e5e5e',GradientType=0);
}
.gray{color: #5e5e5e;}

.btn-info {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#5e5e5e),to(#5e5e5e));
    background-image: -webkit-linear-gradient(top,#5e5e5e,0%,#5e5e5e,100%);
    background-image: -moz-linear-gradient(top,#5e5e5e 0,#5e5e5e 100%);
    background-image: linear-gradient(to bottom,#5e5e5e 0,#5e5e5e 100%);
    background-repeat: repeat-x;
    border-color: #5e5e5e;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e',endColorstr='#5e5e5e',GradientType=0);
}

.ccollections{padding-left:100px;}


.plus-minus {
    float:left;
}
.css-label {
    cursor: pointer;
}
.css-checkbox {
    display: none;margin-left:5px;
}
.fa {
    color: white;
    line-height: 16px;
    border-radius: 4px;
}
.fa-plus {
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    background-color: #3AC5C9;
}
.fa-minus {
    padding-top: 1px;
    padding-right: 2px;
    padding-left: 2px;
    background-color: #E85764;
    display: none;
}
.css-checkbox:checked +.css-label .fa-minus {
    display: inline;
}
.css-checkbox:checked + .css-label .fa-plus {
    display: none;
}


#CC .mypanel-collapse{
    padding-left:25px;
}
#CC .mypanel-group{
    padding-left:25px;
}
#CC .panel {
    margin-bottom: 10px;
}
#CC .panel-heading {
    padding: 10px 5px;
}
#CC img {
    padding-top: 6px;
}
#CC ul { list-style-type: none; }
#CC label{
    background-color: transparent;
    border-radius: 5px;
    padding: 3px 3px 3px 25px;
    color: #428bca;
}
#CC li {
    margin: 5px;
    padding: 5px;
    border: 1px solid #ABC;
    border-radius: 5px;
}
#CC input[type=checkbox] { display: none; }
#CC input[type=checkbox] ~ ul {
    max-height: 0;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    white-space:nowrap;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;

}
#CC input[type=checkbox]:checked ~ ul {
    max-height: 100%;
    max-width: 100%;
    opacity: 1;
}
#CC input[type=checkbox] + label:before{
    transform-origin:25% 50%;
    border: 8px solid transparent;
    border-left-color: #428bca;
    margin-left: -20px;
    width: 0;
    height: 0;
    display: inline-block;
    text-align: center;
    content: '';
    color: #AAAFAB;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease;
    position: absolute;
    margin-top: 1px;
}
#CC input[type=checkbox]:checked + label:before {
    transform: rotate(90deg);
}


.edrc_ft_12{
    font-size:.7em;
    color:#FFF;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-color: #6e8778;
    border: 1px solid #6e8778;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#e8e8e8),to(#f5f5f5));
    background-image: -webkit-linear-gradient(top,#e8e8e8,0%,#f5f5f5,100%);
    background-image: -moz-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
    background-image: linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8',endColorstr='#fff5f5f5',GradientType=0);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.05), 0 1px 0 rgba(255,255,255,0.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.05), 0 1px 0 rgba(255,255,255,0.1);
}
.facetName {
    font-weight: bold;
    text-align: center;
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
    color: #fff;
    background-color: #6e8778;
    border-color: #6e8778;
    width:100%;
}

.erdc_fb{
    background-image: url(../../image/f_logo_RGB-White_25.png);
    padding: 25px;
    min-height: 25px;
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    border:1px solid red;
    display: block;
}
.erdc_tw{
    background-image: url(../../image/Twitter_Social_Icon_Circle_White_25.png);
    background-repeat: no-repeat;
    padding: 25px;
    min-height: 25px;
    height: 25px;
    width: 25px;
    border:1px solid red;
    display: block;
}
.erdc_em{
    background-image: url(../../image/email-25.png);
    background-repeat: no-repeat;
    padding: 25px;
    min-height: 25px;
    height: 25px;
    width: 25px;
    border:1px solid red;
    display: block;
}




.linkjumbotron h5{
    font-size:1em; font-weight: bold;text-decoration: underline;
}


body, html {
    font-family: 'Open Sans', sans-serif;
    font-size:100%;
}

body {
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
#container{
    height: 100%;
    background-color: white;
}
.erdc_full{
    width: 100%;
}

p, span, li{font-size: .8em;}

.list-group-item-heading{
    font-size:.8em;
}

div > span > a{
    font-size:.9em;
}
#navbar1 > ul > li> a{font-size:1.1em;}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    font-size:1.1em;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bolder;
    line-height: 1.1;
}
.h6{color:#999}
h1,
.h1 {
    font-size: 1.2em;
}

h2,
.h2 {
    font-size: 1em;
}

h3,
.h3 {
    font-size: .9em     ;
}

h4,
.h4 {
    font-size: .8em;
}

h5,
.h5 {
    font-size: .7em;
}

h6,
.h6 {
    font-size: .6em;
}

hr {
    margin-top: 5px;
    margin-bottom:8px;
    border: 0;
    border-top: 1px solid #eee;
}

.usace-site-logo img {
    height: 50px!important;
    width: auto;
}
.erdc_brd_logo{
    height: 25px!important;
    width: auto;
}

.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #8a8a8a;
    color: #000000;
}
.table-striped>tbody>tr:nth-child(odd)>td {
    background-color: #cccccc;
    color: #000000;
}
.table-striped>tbody>tr:nth-child(even)>td {
    background-color: #eceff1;
    color: #000000;
}


@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr { border: 1px solid #ccc; }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align:left;
    }

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    #no-more-tables td:before { content: attr(data-title); }
}



.usace-site-logo{
    z-index:2;position: absolute;height:40px;
}

#copyright{font-size: .7em;}

.noborder li:not(:first-child){border-left: 0 solid red;line-height:12px;}

.reg {
    font-size: .5em;
    color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 65px;
    color: white;
    top: 40px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.reg_text {
    font-size: .7em;
    position: absolute;
    top: 50px;
    left: 15px;
}

/*footer*/
body > footer > div > div:nth-child(2) > div.col-xs-8 > ul:nth-child(1){margin-bottom: 0;}
body > footer > div > div:nth-child(2) > div.col-xs-8 > ul.list-inline.noborder.text-right{margin-bottom: 0;}
.fa {
    color: white;
    line-height: 10px;
    border-radius: 4px;
}



/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media only screen and (min-width: 1281px) {

}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media only screen and (min-width: 1025px) and (max-width: 1280px) {


}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    /*pull up footer in to view*/
    .navbar-fixed-bottom {
        bottom: 77px;
    }
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /*pull up footer in to view*/
    .navbar-fixed-bottom {
        bottom: 77px;
    }
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media only screen and (min-width: 481px) and (max-width: 767px) {



}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media only screen and (min-width: 320px) and (max-width: 480px) {



}



/*Portrait iPad mini 1, iPad 1 and iPad 2*/
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1)
and (orientation: portrait){

}
/*Landscape iPad mini 1, iPad 1 and iPad 2*/
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1)
and (orientation: landscape){

}

/*Portrait iPad mini 2, iPad mini 3, iPad mini 4, iPad 3, iPad 4, iPad Air and iPad Air 2*/
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait){
    #content {
        padding-bottom: 43px;
    }
    .navbar-fixed-bottom {
        bottom: 0;
        margin-bottom: 0;
    }
}
/*Landscape iPad mini 2, iPad mini 3, iPad mini 4, iPad 3, iPad 4, iPad Air and iPad Air 2*/
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape){
    .navbar-fixed-bottom {
        bottom: 0;
        margin-bottom: 0;
    }
}

/*Portrait iPad Pro*/
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait){
    #content {
        padding-bottom: 350px;
    }
    .navbar-fixed-bottom {
        bottom: 0px;
        margin-bottom: 243px;
    }
}
/*Landscape iPad Pro*/
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape){
    #content {
        padding-bottom: 28px;
    }
    .navbar-fixed-bottom {
        bottom: 77px;
        margin-bottom: 0;
    }
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 1.1em;
    list-style: none;
    background-color: #333;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: nowrap;
    font-size: 1.1em;
}



footer{
    font-size:1em;
    color:#FFF;
    bottom:0 !important;
}
#content{
    width: 100%;
}
@-moz-document url-prefix() { 
  #content {
     margin-bottom: 85px;
  }
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
