@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto+Condensed:400,700,300,300italic,400italic,700italic);

html { height: 100%; }
body {
    height: 100%;
    background-color: #111;
}

body.content-page {
    background-color: #fff;
}

p {
    font-size: 1.1em;
}


#page-image-header {
    min-height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
}

#page-main-content {
    padding-bottom: 30px;
}

#page-main-content h1,
#page-main-content h2,
#page-main-content h3,
#page-main-content h4,
#page-main-content h5,
#page-main-content h6
{
    color: #a3792c;
}

#page-main-content h1 {
    font-weight: bold;
}

#page-main-content h2 {
    clear: both;
}

#page-main-content .imageContainer img {
    max-width: 350px;
    margin-bottom: 20px;
}

#page-main-content .imageContainer.right {
    float: right;
}

@media (min-width: 768px) {
    #page-image-header {
        min-height: 400px;
        background-size: cover;
        background-position: bottom center;
    }
}

.navbar-nav {
    display: flex;
}

.navbar-subnav {
    min-height: 35px;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .navbar-subnav .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar-subnav .navbar-collapse {
        text-align: center;
    }
}

#page-subnav .navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
}

footer {
    padding: 20px 0;
    background-color: #eee;
}

footer h5 {
    font-weight: bold;
}

footer a {
    color: #000;
}

footer ul {
    padding-left: 0;
}

footer ul li {
    list-style-type: none;
    padding: 8px 0 2px;
    border-bottom: solid 1px #ccc;
}

#why-purdue p {
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    padding: 20px;
}

#why-purdue-box {
    position: relative;
}

#why-purdue-box h2, #why-purdue-box p {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    margin: 20px 15px;
    height: 180px;
    text-align: center;
    font-size: 2.4em;
    font-family: "Roboto Condensed", Arial, sans-serif;
}

#why-purdue-box h2 {
    background-color: #b1810b;
    color: #fff;
}

#why-purdue-box h2:after {
    content: "";
    position: absolute;
    border-left: 30px solid #b1810b;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 100;
}

#why-purdue-box p {
    background-color: #f8f8f8;
    color: #1f1f1f;
    padding-left: 30px;
    padding-right: 30px;
}

.bottom {
    padding: 30px;
    background-color: #cecece;
    color: #555;
    text-align: left;
    line-height: 1.1em;
    font-size: 0.8em;
}

.bottom a {
    color: #000;
}

.dp-brand {
    float: left;
    padding: 14px 15px;
    font-size: 18px;
    line-height: 22px;
    height: 70px;
}

.dp-brand img {
    display: block;
    vertical-align: middle;
    width: 195px;
}

.navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
}

@media (max-width: 1200px) {
    .dp-brand {
        height: 50px;
    }
    .dp-brand img {
        width: 150px;
    }
    .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 996px) {
    .dp-brand {
        height: 40px;
    }
    .dp-brand img {
        width: 120px;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 0.8em;
    }
}

.dp-top-nav {
    margin-bottom: 0;
}

.gsearch-box {
    padding: 5px;
    background-color: #222;
}

#cse-search-form {
    width: 250px;
}

#opener {
    margin-top: -71px;
    background-color: #000;
    background-image: url(https://engineering.purdue.edu/dpmanage/uploads/homepage/5888c67ddbdea4.66098422.jpg);
    background-repeat: no-repeat;
    background-position: center 14%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    height: auto;
    min-height: 100%; /* older browsers */
    min-height: calc(100% - 71px);
}

#opener:before {
    background-image: none !important;
}

#opener .featured {
    margin-top: 71px;
}

.callout-box {
    display: block;
    padding: 20px;
    background-color: rgba(0, 0, 0, .78);
    margin: 45px 0;
    font-family: "Roboto Condensed", Arial, sans-serif;
    height: auto;
}

.callout-box:link {
    text-decoration: none;
}

.callout-box a:hover * {
    text-decoration: underline;
}

.callout-box a {
    font-size: 30px;
    color: white;
}

.callout-box p {
    font-size: 1.9em !important;
    margin: 10px 0 0 0;
}

.callout-box h3 {
    color: #C28E0E !important;
    text-align: center;
    font-weight: bold;
    margin: 0 0 10px 0;
    font-size: 36px;
}

.callout-box .featured_button {
    color: white;
    padding: 10px 0;
    border: 2px solid rgb(194,142,14);
    margin: 30px auto 0 auto;
    width: 44%;
    display: block;
    text-align: center;
}

#opener .content {
    padding: 2px 0 12px 0;
}

#opener h1 {
    text-align: center;
    width: 100%;
    font-size: 3.8em;
}

#opener p {
    color: #fff;
    font-family: "Roboto Condensed", Arial, sans-serif;
    text-align: center;
    width: 100%;
    font-size: 2.8em;
}

@media (max-width: 768px) {
    #opener h1 {
        font-size: 2.8em;
    }

    #opener p {
        font-size: 1.6em;
    }
}

#challenges {
    position: relative;
    background: url('../images/cover-earth-lights.jpg') top center;
    background-size: auto;
    background-repeat: no-repeat;
}

#breadcrumbs {
    margin-top: 10px;
}

#breadcrumbs .breadcrumb {
    margin-bottom: -5px;
}

#breadcrumbs .breadcrumb li a {
    color: #515151;
}

.section-header {
    color: #fff;
    text-align: center;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 3em;
    padding: 10px;
    font-weight: bold;
    text-shadow: 2px 2px 6px #000;
}

.section-header-background {
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.7);
}

.upper {
    text-transform: uppercase;
}

.boxed-header {
    background-color: #d58512;
    padding: 10px;
}

.header-row {
    margin-bottom: 30px;
}

#pillars, #challenges, #social-feeds, #themes, #cross-cutting, #why-purdue-box, #focus-areas {
    padding: 30px 0;
}

.pillar-box {
    text-align: center;
    font-size: 1.6em;
}

.pillar .icon {
    font-size: 1.8em;
}

.pillar {
    color: #fff;
}

#challenges h2 + p {
    color: #fff;
    font-family: sans-serif;
    text-align: center;
    font-size: 1.6em;
    font-weight: normal;
    text-shadow: 2px 2px 6px #000;
}

.challenge {
    position: relative;
    transition: all .2s ease-in-out;
}

.challenge:hover {

}

.challenge a {
    outline: none;
}

.challenge a:hover {
    text-decoration: none;
    outline: none;
}

.challenge .circle {
    position: absolute;
    z-index: 100;
    margin: 0 auto;
    display: flex;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    align-items: center;
    text-align: center;
    justify-content: center;
    /* width and height can be anything, as long as they're equal */
}

.challenge .circle i {
    color: #111;
    font-size: 3em;
}

.challenge .fact {
    margin-top: -10px;
    overflow: hidden;
    width: 100%;
    border-top: 4px solid;
    border-bottom: 4px solid;
    background-color: #393939;
    background-size: 200% 200%;
    color: #fff;
    text-align: center;
}

.challenge .fact span {
    display: block;
    font-weight: bold;
    font-size: 22px;
}

.challenge .text {
    color: #fff;
    padding: 10px;
    height: 140px;
}

#challenge-global .fact h3 {
    margin-top: 5px;
    font-size: 24px;
    padding: 0 30px;
    color: #E9E45B;
    font-weight: bold;
}
#challenge-global .fact p {
    margin: 0 10px
}
#challenge-global .fact i {
    color: #E9E45B;
    font-size: 40px;
}
#challenge-global .circle-holder {
    border-color: #E9E45B;
}

.challenge.rossade-green .circle-holder {
    border-color: #849e2a;
    margin-left: 95px;
}
.challenge.bell-tower-brick .circle-holder {
    border-color: #c76c14;
    margin-right: 95px;
}
.challenge.fountain-run-teal .circle-holder {
    border-color: #2eaf9b;
    margin-right: 95px;
}
.challenge.yellow-walk .circle-holder {
    border-color: #ffd100;
    margin-left: 95px;
}
#challenge1 .circle {
    bottom: -40px;
    right: 100px;
}
#challenge2 .circle {
    bottom: -40px;
    left: 100px;
}
#challenge2 .circle img {
    width: 55%;
    height: 55%;
}
#challenge3 .circle {
    top: -40px;
    right: 100px;
}
#challenge4 .circle {
    top: -40px;
    left: 100px;
}

.popup-modal-dismiss {
    background-color: #ccc;
    padding: 10px;
    border-radius: 10px;
    color: #000;
    display: block;
    bottom: 20px;
    text-align: center;
    width: 100px;
    right: 20px;
    position: absolute;
}

.circle-holder {
    background: #393939;
    border: 2px solid #c76c14;
    height: 250px;
    width: 250px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all .2s ease-in-out;
}
.circle-holder:hover {
    transform: scale(1.1);
}
.circle-holder .fact {
    height: auto;
    border: none;
    margin-top: 0;
}
.circle-holder .fact h3 {
    font-size: 16px;
    margin-top: 0;
}
.circle-holder .fact p {
    padding: 0 16px;
}
.circle-holder .text {
    height: auto;
    background: none;
    text-align: center;
    padding: 10px;
}

@media (max-width: 768px) {

    .challenge {
        margin-bottom: 20px;
    }

    .challenge:hover {
        transform: scale(1);
    }

    .challenge .fact h3 {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 5px;
    }

    .challenge .fact span {
        display: inline;
    }

    .challenge .text {
        height: 100%;
    }

    #challenges {
        background-size: cover;
    }
    #challenges .challenge .popup-modal .circle {
        left: 0;
        right: 0;
        z-index: 1000;
        width: 60px;
        height: 60px;
        font-size: 0.7em;
    }
    #challenges .challenge .circle-holder {
        margin: auto;
    }
    #challenge2 .circle img {
        width: 40%;
        height: 40%;
    }
}

.theme-box {
    overflow: hidden;
    height: 445px;
    position: relative;
    margin-bottom: 20px;
}

.area-box {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.area-box .inner {
    background-size: cover;
}

.area-box-health {
    height: 400px;
}

@media (max-width: 768px) {
    .area-box-health {
        height: 260px;
    }
}

.area-box-challenges,
.area-box-tech {
    height: 260px;
}

.inner {
    height: 100%;
    position: relative;
    background-size: cover;
}

.theme-box h3 {
    display: block;
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 20px;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 2.4em;
    font-family: "Roboto Condensed", Arial, sans-serif;
}

.area-box h3 {
    display: block;
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 20px;
    width: 100%;
    margin: 0;
    font-size: 1.8em;
    font-family: "Roboto Condensed", Arial, sans-serif;
}

.contact.row {
    margin-bottom: 20px;
}

.contact .info h2 {
    margin-top:0;
    padding-top:0;
}

.contact .image img {
    width:100%;
    max-width:160px;
}

.contact .info .titles {
    white-space: pre;
}

#social-feeds h2 {
    background-color: #222;
    text-align: center;
    color: #fff;
    line-height: 1em;
    padding: 40px 7px;
    margin: 0;
    min-height: 110px;
}

@media (max-width: 992px) {
    #social-feeds h2 {
        font-size: 24px;
    }
}

#social-feeds .lecture h2 {
    padding: 17px 7px;
}

#social-feeds h2 img {
    width: 90%;
    max-width: 328px;
}

.feed-container {
    margin-bottom: 20px;
}

.feed {
    position: relative;
    overflow: hidden;
    padding: 8px;
    background-color: #fff;
    height: 445px;
}

.feed-view-all {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    text-align: center;
    background: #e4e4e4;
    color: #1b1b1b;
    font-size: 1.2em;
}

.social-buttons a {
    font-size: 2em;
    padding-right: 5px;
}

.event-list-item {
    border-bottom: 1px solid #E4E4E4;
    padding: 14px;
    font-size: 0.9em;
}

a.popup-modal:focus {
    text-decoration:none;
}

.white-popup-block {
    background: #fff;
    padding: 20px 30px 70px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

@media (min-width: 768px) {
    .row.vertical-align {
        display: flex;
        align-items: center;
    }
    .main-pillar {
        font-size: 1.8em;
    }
    .word-breaker {
        display: inline;
    }
}

@media (max-width: 767px) {
    #why-purdue-box h2, #why-purdue-box p {
        font-size: 1.4em;
    }

    .main-pillar {
        font-size: 1.4em;
    }

    .word-breaker {
        display: block;
    }
}

.challenge.bell-tower-brick .circle {
    background: #c76c14;
}

.challenge.bell-tower-brick .fact {
    border-color: #c76c14;
}

.challenge.bell-tower-brick .fact span {
    color: #c76c14;
}

.challenge.bell-tower-brick .text {
    background: #6a3a0b;
}

.challenge.rossade-green .circle {
    background: #849e2a;
}

.challenge.rossade-green .fact {
    border-color: #849e2a;
}

.challenge.rossade-green .fact span {
    color: #849e2a;
}

.challenge.rossade-green .text {
    background: #414d15;
}

.challenge.fountain-run-teal .circle {
    background: #2eaf9b;
}

.challenge.fountain-run-teal .fact {
    border-color: #2eaf9b;
}

.challenge.fountain-run-teal .fact span {
    color: #2eaf9b;
}

.challenge.fountain-run-teal .text {
    background: #195e53;
}

.challenge.yellow-walk .circle {
    background: #ffd100;
}

.challenge.yellow-walk .fact {
    border-color: #ffd100;
}

.challenge.yellow-walk .fact span {
    color: #ffd100;
}

.challenge.yellow-walk .text {
    background: #997d00;
}



.bell-tower-brick-bg {
    background: #6a3a0b;
}

.campus-gold-bg {
    background: #513b05;
}

.ever-true-blue-bg {
    background: #5b6870;
}

.fountain-run-teal-bg {
    background: #195e53;
}

.rossade-green-bg {
    background: #414d15;
}

.slayter-sky-blue-bg {
    background: #457491;
}

.yellow-walk-bg {
    background: #997d00;
}


/*.bell-tower-brick-bg {
    background: #c76c14;
}

.campus-gold-bg {
    background: #b1810b;
}

.ever-true-blue-bg {
    background: #5b6870;
}

.fountain-run-teal-bg {
    background: #2eaf9b;
}

.rossade-green-bg {
    background: #849e2a;
}

.slayter-sky-blue-bg {
    background: #7ca6c0;
}

.yellow-walk-bg {
    color: #ffd100;
}*/

.sidenav {
    margin-top: 20px;
    overflow: hidden;
    font-family: 'archivoNarrow', "Helvetica Neue", Helvetica, Arial, sans-serif
}

.sidenav > ul {
    padding: 0;
    list-style-type: none
}

.sidenav > ul a {
    display: block;
    padding: 12px 0;
    white-space: normal !important
}

.sidenav > ul a:link {
    color: #555;
    font-weight: 400;
    text-decoration: none
}

.sidenav > ul a:visited {
    color: #555;
    font-weight: 400;
    text-decoration: none
}

.sidenav > ul a:hover {
    color: #000;
    font-weight: 400;
    text-decoration: underline
}

.sidenav > ul a:active {
    color: #000;
    font-weight: 400;
    text-decoration: underline
}

.sidenav > ul li {
    overflow: hidden;
    border-bottom: solid 1px #ccc;
    padding: 0
}

.sidenav > ul > li {
    padding-left: 1px
}

.sidenav > ul li.dropdown-submenu > a {
    position: relative;
    padding-right: 15px;
    font-family: 'archivoNarrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold
}

.sidenav > ul li.dropdown-submenu > a > .caret {
    position: absolute;
    top: 50%;
    right: 5px;
    float: right
}

.sidenav > ul li.dropdown-submenu ul.dropdown-menu {
    position: relative;
    width: 100%;
    margin-top: -10px;
    padding: 0 0 10px 20px;
    border: none;
    box-shadow: none;
    list-style-type: none;
    font-size: 1em
}

.sidenav > ul li.dropdown-submenu ul.dropdown-menu li {
    display: block;
    width: 100%;
    border: none;
    padding: 0
}

.sidenav > ul li.dropdown-submenu ul.dropdown-menu li a {
    display: block;
    padding: 5px
}

.sidenav > ul li.dropdown-submenu ul.dropdown-menu li a:link {
    background: none
}

.sidenav > ul li.dropdown-submenu ul.dropdown-menu li a:visited {
    background: none
}

.sidenav > ul li.dropdown-submenu ul.dropdown-menu li a:hover {
    background: none
}

.sidenav > ul li.dropdown-submenu ul.dropdown-menu li a:active {
    background: none
}

.sidenav > ul > li:first-child {
    background-color: #444;
    color: #fff;
    border-left: none;
    padding: 10px;
    text-align: center
}

.sidenav > ul > li:first-child a {
    padding: 0;
    text-transform: uppercase
}

.sidenav > ul > li:first-child a:link {
    background-color: #444;
    color: #fff;
    border-left: none
}

.sidenav > ul > li:first-child a:visited {
    background-color: #444;
    color: #fff;
    border-left: none
}

.sidenav > ul > li:first-child a:hover {
    background-color: #444;
    color: #fff;
    border-left: none
}

.sidenav > ul > li:first-child a:active {
    background-color: #444;
    color: #fff;
    border-left: none
}

@media (max-width: 767px) {
    .sidenav {
        padding-top: 15px
    }
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.arrow {
    position: fixed;
    bottom: 3px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
    background-size: contain;
    opacity: 0.5;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.callout-box:hover {
    text-decoration: none;
}

@media(min-width: 1200px) {
    .callout-box {
        
    }

    .callout-box a {
        font-size: 17px;
    }

    .callout-box h3 {
        font-size: 24px;
    }
}

.navbar-inverse .navbar-nav>li>a {
    color: #b4b4b4;
}

@media(max-width: 600px) {
    .tiny {
        width: 100%;
        clear: both !important;
        margin-top: 5px;
    }
}

/* 2020 branding */

.dp-brand,
.dp-brand img {
    height: 40px;
    width: auto !important;
}

#bs-navbar p {
    display: flex;
    align-items: center;
    float: left;
    margin-top: 5px;
    margin-left: 3rem;
    margin-bottom: 0;
    height: 55px;
}

#bs-navbar p a {
    color: #fff;
    font-size: 22px;
}

.navbar-nav {
    clear: left;
}

.navbar-nav li a {
    padding-top: 13px;
    padding-right: 20px;
    padding-bottom: 13px;
    padding-left: 25px;
}

#search {
    float: right;
}

@media (max-width: 991px) {
    .navbar-nav li a {
        font-size: 14px;
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 767px) {
    .dp-brand,
    .dp-brand img {
        height: 30px !important;
    }

    #bs-navbar p {
        margin-left: 0 !important;
    }
}

/* end */