/***************
Basic
***************/
body {
    font-size: 15px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/***************
Header
***************/
.header {
    width: 100%;
    float: left;
}
.logo {
    display: none;
}
.logo-mobile {
    width: 180px;
    height: 70px;
    float: left;
    padding: 15px;
}
.logo-mobile img {
    height: 40px;
    width: 150px;
}
#navigation {
    display: none;
}
div#navigation-mobile {
    width: 100%;
}
button#dLabel {
    background-color: white;
    border: none;
    font-size: 20px;
    outline: none;
    float: right;
    margin: 18px 15px 18px 0px;
}
ul.dropdown-menu {
    width: 100%;
    position: inherit;
    border: none;
    box-shadow: none;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid rgb(238,238,238);
    border-radius: 0px;
    padding: 15px 0px;
    text-transform: uppercase;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 700;
    line-height: 1.42857143;
    color: rgb(140,140,140);
    white-space: nowrap;
    margin: 10px 15px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #333;
    text-decoration: none;
    background-color: white;
    background-image: none;
    border-left: 4px solid rgba(255,135,0,0.5);
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #333;
    text-decoration: none;
    background-color: white;
    outline: 0;
    background-image: none;
    border-left: 4px solid #ff8700;
}
.headerimage {
    width: 100%;
    height: 350px;
    float: left;
}
.ce-below .ce-outer {
    width: 100%;
}
.ce-below .ce-inner {
    width: 100%;
}
.ce-below .ce-column {
    width: 100%;
}
.ce-below figure.image {
    width: 100%;
}
.animate {
    margin: 0px;
}
.rs-table {
    font-size: 15px;
}
div.table-wrapper {
    border: 1px solid rgb(128,128,128);
    border-collapse: collapse;
}
tr {
    border-top: 1px solid rgb(128,128,128);
    border-collapse: collapse;
    border-bottom: 1px solid rgb(128,128,128);
}
td {
    padding: 8px;
}
.pinned {
    top: 0px;
     border-right: none;
     border-left: none;
}
/***************
Content
***************/
.content {
    width: 100%;
    float: left;
    padding: 0px 15px;
    font-size: 17px;
}
.content a {
    color: #ff8600;
}
.content a:hover, .content a:focus {
    color: #b35f00;
    text-decoration: none;
}
h2 {
    font-size: 26px;
}
.glyphicon-wrapper {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 24px;
}
.glyphicon-wrapper span.glyphicons {
    font-size: 30px;
    background-color: #333333;
    color: white;
    border-radius: 50%;
    padding: 12px;
}
img {
    width: 320px;
    height: auto;
    margin: auto;
}
.ce-above .ce-bodytext {
    overflow-x: scroll;
}
.ce-below img {
    width: 100%;
    height: auto;
}
/***************
Footer
***************/
.footer {
    width: 100%;
    float: left;
    border-top: 1px solid #3c3c3c;
    color: #ffffff;
    margin-top: 46px;
    padding: 23px 0 34.5px;
    background: #333333;
}
.footer-left {
    padding: 0px 15px;
}
.footer-middle {
    padding: 0px 15px;
}
.footer-right {
    padding: 0px 15px;
}
.footer a {
    color: white;
}
.footer a:hover {
    color: #ff8600;
    text-decoration: none;
}

@media (min-width: 768px){
    .col-xs-12.col-sm-4.col-md-4 img{
        width: 220px;
    }
    .col-xs-12.col-sm-6.col-md-6 img {
        width: 345px;
    }
    .footer-left {
        width: 33%;
        padding-right: 15px;
        display: inline-block;
    }
    .footer-middle {
        width: 33%;
        padding: 0px 15px;
        display: inline-block;
        vertical-align: top;
    }
    .footer-right {
        width: 32%;
        padding-left: 15px;
        display: inline-block;
        vertical-align: top;
    }
}

@media (min-width: 992px){
    #navigation-mobile {
        display: none;
    }
    .logo {
        width: 250px;
        height: 140px;
        display: block;
        padding: 41px 15px;
        float: left;
    }
    .logo img {
        width: 220px;
        height: 58px;
    }
    #navigation {
        display: inline-block;
    }
    #navigation {
        display: block;
        float: right;
        padding-right: 30px;
    }
    .nav-pills>li>a {
        border-radius: 0px;
        line-height: 140px;
        padding: 0px 15px;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 700;
        border-top: 4px solid white;
        color: #8c8c8c;
    }
    .nav>li>a:focus, .nav>li>a:hover {
        text-decoration: none;
        background-color: white;
        color: black;
        border-top: 4px solid rgba(255,135,0,0.5);
    }
    .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
        color: black;
        background-color: white;
        border-top: 4px solid #ff8600;
    }
    p.text-center {
        font-size: 19.5px;
    }
    .col-xs-12.col-sm-6.col-md-6 img {
        width: 100%;
    }
    .ce-above .ce-bodytext {
        overflow-x: hidden;
    }
    table.contenttable {
        width: 100%;
    }
    .col-xs-12.col-sm-4.col-md-4 img {
        width: 100%;
    }
}

@media (min-width: 1200px){
    .header-wrapper {
        width: 1070px;
        margin: auto;
    }
    .headerimage {
        height: 600px;
    }
    .content {
        width: 1070px;
        margin: auto;
        float: none;
        overflow: hidden;
    }
    .footer-wrapper {
        width: 1070px;
        margin: auto;
    }
}