*,
body,
img {
    margin: 0;
    padding: 0
}

.head-border,
.wrapper {
    background-color: #fff6e6
}

.navbar ul li ul,
ol,
ul {
    list-style-type: none
}

.footer-education p,
.meadows-anchor p,
a,
div#marker_content {
    word-wrap: break-word
}

#menu,
.museum .phone,
.museum a,
.navbar ul li a,
.section-meadows-content h2,
h2 {
    font-weight: 700
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    color: #000;
    line-height: normal
}

.artland,
.museum .phone,
.museum a,
.museum p,
.navbar ul li a,
.section-welcome-pitt-content h1,
.section-welcome-pitt-content p,
h1,
h2,
p.fancy {
    font-family: Esteban, serif
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    outline: 0;
    color: #522933;
}

.spacer {
    clear: both;
    line-height: 0;
    font-size: 0
}

img {
    max-width: 100%;
    border: 0;
    height: auto
}

.navbar,
.navbar-wrapper {
    border-bottom: 3px solid #000
}

form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
ol,
p,
ul {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    position: relative
}

.searchResult {
    padding: 10px;
    margin: 10px 0;
    border: 2px solid black;
}

textarea {
    height: 250px
}

input[type=text],
input[type=email],
textarea {
    display: block;
    max-width: 500px;
    margin: 10px 0;
    padding: 10px;
    width: 100%;
    border: 2px solid #000
}

#marker_content input[type=text],
#marker_content textarea {
    width: 100%;
    max-width: 100%;
    border: 2px solid #000;
    padding: 10px;
    margin: 0;
    background: #fff6e7
}

#marker_content input[type=text]:focus,
#marker_content textarea:focus {
    outline: 0;
    border-color: #fce1c6
}

.half {
    width: calc(50% - 20px);
    vertical-align: top;
    display: inline-block;
    padding: 10px
}

form[name=contact] {
    max-width: 500px
}

input[type=submit] {
    display: inline-block;
    background: #ccae74;
    border: 2px solid #000;
    padding: 8px 10px;
    color: #4d3108;
    cursor: pointer;
    margin: 6em auto 0;
}

.formbody, .formbody form
{
    display: inline-block;
    width: 100%;
    max-width: 500px;
}

div#marker_content input[type=submit] {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 65px;
    background: #FFC107;
    border: none;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .7);
    animation: wiggle 10s linear infinite;
    animation-delay: 10s
}

.disclaimer
{
    font-size:14px;
    color: red;
}
@keyframes wiggle {

    0%,
    1.4% {
        transform: rotateZ(0)
    }

    3% {
        transform: rotateZ(-15deg)
    }

    4% {
        transform: rotateZ(10deg)
    }

    5% {
        transform: rotateZ(-10deg)
    }

    6% {
        transform: rotateZ(6deg)
    }

    7% {
        transform: rotateZ(-4deg)
    }

    100%,
    8% {
        transform: rotateZ(0)
    }
}

h1,
p {
    margin: 0 0 35px
}

.navbar,
.navbar ul {
    width: 100%;
    margin: 0 auto
}

.head,
.head-border,
.head-border img {
    width: 100%;
    display: block
}

.navbar-wrapper {
    display: inline-block;
    padding-bottom: 10px;
    vertical-align: top;
    width: 100%
}

.navbar {
    padding: 0
}

.navbar ul {
    text-align: left
}

.navbar ul li {
    display: inline-block;
    margin: 14px 10px;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
}

.navbar ul li input[type="search"] {
    display: inline-block;
    background: transparent;
    border: 2px solid black;
    padding: 10px;
    width: 10vw;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.navbar ul li input[type="search"]:focus, .navbar ul li input[type="search"]:active {
    outline: none;
    border: 2px solid red;
} 

.navbar ul li input[type="search"] + input[type="image"] {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 -22px 0;
}

.navbar ul li a {
    font-size: 20px;
    color: #222;
    padding-bottom: 15px;
}

.navbar ul li:first-child {
    margin: 0 380px 0 32px;
}

.navbar ul li a.active,
.navbar ul li a:hover,
.navbar ul li:hover a {
    color: red
}

.navbar ul li:hover ul {
    display: block
}

.navbar ul li ul {
    display: none;
    position: absolute;
    background: #fff6e6;
    left: 0;
    top: 42px;
    width: 200px;
    z-index: 999;
    border: 1px solid #000
}

.head-museum,
.navbar ul li ul ul,
span#close {
    top: 0;
    position: absolute
}

.navbar ul li ul li {
    width: 200px;
    border: none;
    text-align: left;
    float: left;
    position: relative;
    border-top: 1px solid #000;
    padding: 5px 10px;
    margin: 0;
    font-size: 23px;
    line-height: 30px;
    border-left: 0
}

.navbar ul li ul li:first-child {
    border: none;
    margin: 0
}

.navbar ul li ul li a {
    float: left;
    width: 180px;
    background: 0 0;
    border-left: none;
    color: #000 !important;
    padding: 0
}

.head-museum,
.museum {
    background-color: #fff6e6
}

.navbar ul li ul li a:hover {
    color: red !important
}

.navbar ul li ul ul {
    left: 199px;
    display: none !important
}

.navbar ul li li:hover ul {
    display: block !important
}

.navbar ul li li ul.trd_lbl {
    display: none !important
}

.navbar ul li li li:hover ul.trd_lbl {
    display: block !important
}

#mobnavbar {
    display: none
}

.head-museum:after,
.head-museum:before {
    background-size: 35px 24px;
    display: inline-block;
    height: 23px;
    content: "";
    position: absolute
}

.head-museum {
    width: 327px;
    border: 4px solid #000;
    border-top: 0;
    left: 117px;
    z-index: 10
}

.head-museum:before {
    bottom: -7px;
    left: -38px;
    background-image: url(../images/before-1.png);
    width: 37px
}

.head-museum:after {
    background-image: url(../images/before-2.png);
    width: 35px;
    bottom: -8px;
    right: -37px
}

.museum {
    width: 302px;
    border: 4px solid #000;
    border-top: 0;
    margin: 0 auto 9px;
    text-align: center;
    line-height: 20px
}

.museum img {
    margin-top: 26px
}

.museum .phone {
    font-size: 26px;
    margin-top: 35px;
    margin-bottom: 14px;
    display: block
}

.museum a {
    color: #333;
    font-size: 19px;
    line-height: 10px
}

.museum a:hover {
    color: red
}

.museum p {
    margin: 6px 8px 10px;
    line-height: 26px;
    font-size: 21px
}

.museum p.small {
    font-size: 12px;
    line-height: 16px
}

.museum-anchor {
    margin: 1px 0
}

.museum-anchor li {
    display: inline-block;
    vertical-align: middle;
    width: 67px;
    margin: 0 8px
}

.museum-anchor li:first-child {
    width: 83px
}

.museum-anchor li:last-child {
    margin-top: 12px
}

.section-welcome-pitt {
    width: 100%;
    display: block
}

.section-welcome-pitt-content {
    width: 100%;
    max-width: 1500px;
    height: 100%;
    margin: 100px auto 0;
    padding: 0 50px;
    text-align: center
}

div#marker_content p,
p.fancy {
    margin: 0
}

.section-welcome-pitt-content.map {
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: calc(100vh - 163px);
}

div#map {
    height: 100%;
    width: 100%
}

div#marker_content {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
    right: 0;
    top: 0;
    width: 600px;
    max-width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
    opacity: 0;
    padding: 10px;
    font-size: 20px;
    pointer-events: none;
    box-shadow: 0 0 10px 0 #000
}

.section-middle-content,
.section-middle-image {
    display: block;
    width: 100%
}

div#marker_content.show {
    opacity: 1;
    pointer-events: initial
}

span#close {
    right: 17px;
    background: red;
    padding: 4px 10px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .7);
    z-index: 999
}

.section-welcome-pitt-content h1 {
    font-size: 40px;
    font-weight: 700
}

.section-welcome-pitt-content p {
    word-wrap: break-word;
    text-align: left;
    margin: 29px 0;
    font-size: 27px;
    line-height: 33px
}

.left {
    text-align: left
}

.right {
    text-align: right !important
}

.center {
    text-align: center !important
}

iframe[align=middle] {
    text-align: center;
    display: block;
    margin: 0 auto
}

h1 {
    font-size: 50px
}

h2 {
    font-size: 30px
}

.f_left {
    float: left
}

.f_right {
    float: right
}

.left_content_img {
    margin: 0 80px 80px 0
}

.right_content_img {
    margin: 0 0 25px 25px
}

.center_content_img {
    margin: 0 0 25px
}

.section-middle-content,
.section-middle-content ul {
    font-size: 0
}

.middle-image-one p,
.middle-image-two p {
    z-index: 10;
    font-size: 40px;
    text-transform: uppercase;
    padding: 10px 14px;
    font-family: Esteban, serif;
    color: #000
}

.section-middle-content ul li:first-child {
    display: inline-block;
    width: 50%;
    text-align: left
}

.middle-image-one {
    width: 93%;
    text-align: left;
    display: inline-block;
    position: relative;
    border-left: none
}

.middle-image-one img {
    border: 4px solid #000;
    min-width: 100%
}

.middle-image-one p {
    position: absolute;
    right: 48px;
    bottom: 38px;
    background-color: #fff6e6;
    border: 4px solid #000
}

.middle-image-one:hover p {
    background-color: #f7c46c;
    -webkit-transition: all 1s;
    transition: all 1s
}

.section-middle-content ul li:last-child {
    display: inline-block;
    width: 49.8%;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.middle-image-two {
    width: 93%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-top: -145px;
    border-right: 0;
    margin-right: 0
}

.featured-article,
.footer-top-content,
.pagination {
    text-align: center
}

.middle-image-two img {
    border: 4px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.middle-image-two p {
    position: absolute;
    bottom: 39px;
    left: 56px;
    background-color: #fff6e6;
    border: 4px solid #000
}

#menu,
hr {
    position: relative
}

.section-meadows-content h2,
.section-meadows-content h2 span {
    font-family: Esteban, serif !important
}

.middle-image-two:hover p {
    background-color: #f7c46c;
    -webkit-transition: all 1s;
    transition: all 1s
}

.section-meadows {
    width: 100%;
    display: block;
    margin-top: 100px
}

.section-meadows-content {
    width: 1500px;
    margin: 0 auto;
    padding: 0 50px
}

.section-meadows-content h2 {
    font-size: 32px;
    margin-bottom: 30px;
    margin-top: 30px
}

.artland_img img {
    border: 10px solid #000;
    margin: 0 80px 80px 0;
    float: left
}

.featured-article li {
    width: calc(24% - 62px);
    display: inline-block;
    margin: 0 38px 38px;
    vertical-align: top;
    text-align: center
}

.featured-article li img {
    border: 3px solid #000;
    width: 223px;
    height: auto
}

.meadows-anchor {
    margin-top: 20px
}

.meadows-anchor p {
    color: #000;
    font-family: Esteban, serif;
    font-size: 35px;
    line-height: 37px;
    margin: 0
}

.featured-article li:hover p {
    text-decoration: underline;
    -webkit-transition: all 2s;
    transition: all 2s
}

.meadows-anchor span.date {
    font-size: 18px;
    text-decoration: none;
    color: #000
}

.meadows-anchor span.date:hover {
    text-decoration: none
}

.footer-top {
    width: 100%;
    display: block
}

.footer-top-content {
    width: 94%;
    margin: 170px auto 0;
    overflow: hidden
}

.footer-education {
    width: 800px;
    float: left;
    margin-bottom: 18px
}

.footer-education p {
    word-spacing: 2px;
    letter-spacing: 1px;
    font-size: 22px
}

.footer-social {
    width: 538px;
    float: right;
    margin-top: -11px
}

.footer-social li {
    vertical-align: middle;
    width: 62px;
    margin: 0 6px;
    display: inline-block
}

.footer-social li:nth-child(2) {
    width: 46px;
    margin-top: 1px
}

.footer-social li:nth-child(3) {
    width: 47px;
    margin-top: 11px
}

.footer-bottom {
    width: 100%;
    font-size: 0
}

.footer-bottom img {
    width: 100%
}

#menu:after,
#menu:before {
    content: '';
    width: 33px;
    position: absolute;
    left: 11px
}

#menu {
    display: none;
    height: 25px;
    padding: 10px;
    color: #000;
    cursor: pointer;
    margin-top: 13px;
    float: left
}

#menu:before {
    height: 2px;
    background-color: #bfbfbf;
    top: 1px
}

#menu:after {
    border-top: 2px solid #bfbfbf;
    border-bottom: 2px solid #bfbfbf;
    height: 6px
}

.banner {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    display: inline-block;
    vertical-align: top
}

.flexslider .slides img {
    width: 100%;
    display: block;
    border-bottom: 3px solid #000
}

.banner .flex-control-paging,
.banner .flex-direction-nav {
    display: none
}

.ss-gallery-item {
    margin: 25px !important;
    border: 10px solid #000 !important;
    background: #000
}

.ss-gallery-item img {
    object-fit: contain !important
}

.pagination {
    margin: 30px 0;
    width: 100%
}

.pagination li {
    list-style: none;
    width: auto;
    display: initial;
    margin: initial;
    vertical-align: initial;
    text-align: initial
}

.pagination li a {
    padding: 5px;
    border: 1px solid #173860;
    margin: 2px;
    color: #000
}

.pagination li a:hover {
    background: #fff;
    text-decoration: none
}

.pagination li a.active_link {
    background: #0d9a48;
    color: #fff
}

hr {
    display: block;
    border: none;
    height: 15px;
    width: 100%;
    background: #fff6e7;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    box-sizing: border-box;
    margin: 25px 0
}

@media screen and (min-width:1518px) {
    .navbar {
        display: block !important
    }
}

@media only screen and (min-width:1189px) and (max-width:1518px) {
    .navbar {
        display: block !important
    }

    .navbar ul li a {
        font-size: 13px;
    }
.navbar ul li {
    margin: 14px 4px;
}
    .navbar ul li ul li {
        font-size: 18px
    }

    .section-welcome-pitt-content {
        margin-top: 170px;
        width: 100%;
        padding: 0 30px
    }

    .section-meadows-content {
        width: 100%
    }

    .featured-article li {
        width: 237px
    }

    .footer-education {
        float: none;
        width: 100%;
        margin-bottom: 20px
    }

    .footer-social {
        text-align: center;
        width: 100%
    }
}

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

    .middle-image-one p,
    .middle-image-two p {
        left: 50%;
        top: 80%;
        transform: translate(-50%, -50%);
        width: 100%;
        margin: 0;
        min-height: 50px;
        line-height: 26px;
        text-align: center;
        font-size: 35px;
    }
    .navbar ul li input[type="search"] {
        width: 60%;
    }
}

@media only screen and (min-width:750px) and (max-width:1188px) {

    .footer-social,
    .navbar ul {
        text-align: center
    }

    .artland_img img {
        float: none;
        margin: 10px
    }

    .head-museum {
        position: inherit;
        margin: 0 auto;
        width: 94%
    }

    .museum {
        width: 94%
    }

    .museum-anchor li:first-child {
        width: 63px
    }

    .museum-anchor li {
        width: 53px
    }

    .navbar,
    .section-meadows-content {
        width: 94%
    }

    .head-museum::after,
    .head-museum::before {
        display: none
    }

    .navbar ul li {
        margin: 10px 9px
    }

    .navbar ul li a {
        font-size: 15px
    }

    .navbar ul li:first-child {
        margin: 0
    }

    .section-welcome-pitt-content {
        width: 94%;
        padding: 0 10px;
        margin-top: 30px
    }

    .section-welcome-pitt-content h1 {
        font-size: 30px
    }

    .section-meadows {
        margin-top: 30px
    }

    .section-meadows-content h2 {
        margin: 20px 0
    }

    .featured-article li {
        margin: 0 4px;
        width: 23%;
        min-width: 200px
    }

    .meadows-anchor p {
        font-size: 20px;
        line-height: normal
    }

    .footer-top-content {
        margin-top: 40px
    }

    .footer-education {
        float: none;
        width: 100%;
        margin-bottom: 20px
    }

    .footer-social {
        width: 100%
    }

    .footer-social li {
        width: 44px
    }
}

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

    .head-museum::after,
    .head-museum::before,
    .navbar {
        display: none
    }

    .navbar ul,
    .navbar ul li {
        list-style-type: none;
        width: 100%
    }

    .head-museum {
        position: inherit;
        margin: 0 auto;
        width: 94%
    }

    .museum {
        width: 94%
    }

    .museum-anchor li:first-child {
        width: 63px
    }

    .museum-anchor li {
        width: 53px
    }

    .navbar {
        width: 300px;
        padding: 0;
        text-align: left;
        margin: 0;
        position: absolute;
        z-index: 200;
        border: none;
        background: rgba(210, 35, 42, 1)
    }

    #mobnavbar {
        display: block;
        height: auto;
        padding: 4px;
        font-weight: 700;
        color: #000
    }

    .navbar ul li a,
    .navbar ul li ul li a,
    .navbar ul li ul li:hover a {
        color: #fff !important
    }

    .container {
        width: 300px;
        margin: 0 auto;
        overflow: hidden
    }

    .navbar-wrapper {
        border: none;
        padding: 10px 0
    }

    .btn-navbar {
        background: red;
        border: 1px solid red
    }

    .btn-navbar .icon-bar {
        display: block;
        width: 18px;
        height: 2px;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
        box-shadow: 0 1px 0 rgba(0, 0, 0, .25)
    }

    .btn-navbar .icon-bar+.icon-bar {
        margin-top: 3px
    }

    .navbar ul {
        overflow: hidden;
        border: none
    }

    .navbar ul li {
        margin: 0 auto;
        padding: 5px 12px;
        font-size: 17px;
        float: left;
        border-top: 1px solid #fff;
        background: 0 0
    }

    .navbar ul li:first-child {
        margin: 0
    }

    .navbar ul li ul {
        border: none
    }

    .navbar ul li ul li,
    .navbar ul li ul li:first-child {
        border-top: 1px solid #fff
    }

    .navbar ul li a {
        text-align: left;
        width: 100%;
        float: left;
        padding: 0;
        line-height: 23px;
        background: 0 0 !important;
        display: block
    }

    .navbar ul li li a {
        width: 280px !important
    }

    .navbar ul li a:hover,
    .navbar ul li:hover a {
        color: #fff
    }

    .navbar ul li:hover {
        background: 0 0;
        color: #fff
    }

    .btn-navbar {
        display: block;
        margin: 0 auto;
        height: 34px;
        width: 46px;
        float: none;
        cursor: pointer;
        border-radius: 5px
    }

    .navbar ul li ul,
    .navbar ul li ul li ul {
        position: inherit;
        top: 0;
        margin: 10px 0 0;
        background: 0 0
    }

    .navbar ul li ul {
        display: block;
        float: left;
        width: 100%
    }

    .navbar ul li ul li {
        font-size: 14px;
        border-left: 0;
        width: 100%;
        float: left;
        padding: 5px 0
    }

    .navbar ul li ul li ul {
        display: block !important;
        left: 0;
        float: left;
        width: 100%
    }

    .navbar ul li ul li ul li {
        width: 100%;
        float: left;
        padding: 5px 0
    }

    .section-welcome-pitt-content {
        width: 94%;
        padding: 0 10px;
        margin-top: 30px
    }

    .middle-image-one,
    .middle-image-two {
        width: 100%;
        margin: 10px 0
    }

    .section-welcome-pitt-content h1 {
        font-size: 30px
    }

    .section-middle-content ul li:first-child,
    .section-middle-content ul li:last-child {
        width: 100%
    }

    .section-meadows {
        margin-top: 30px
    }

    .section-meadows-content {
        width: 94%
    }

    .section-meadows-content h2 {
        margin: 20px 0
    }

    .featured-article li {
        margin: 0 auto 20px;
        width: 100%
    }

    .footer-top-content {
        margin-top: 40px
    }

    .footer-education {
        float: none;
        width: 100%;
        margin-bottom: 20px
    }

    .footer-social {
        text-align: center;
        width: 100%
    }

    .footer-social li {
        width: 44px
    }
}

@media only screen and (max-width:479px) {
    .half {
        width: 100%;
        display: block
    }

    .head-museum::after,
    .head-museum::before,
    .navbar {
        display: none
    }

    h1 {
        font-size: 35px
    }

    body {
        font-size: 20px
    }

    .head-museum {
        position: inherit;
        margin: 0 auto;
        width: 94%
    }

    .museum {
        width: 94%
    }

    .museum-anchor li:first-child {
        width: 63px
    }

    .museum-anchor li {
        width: 53px
    }

    .navbar {
        width: 300px;
        padding: 0;
        text-align: left;
        margin: 0;
        position: absolute;
        z-index: 200;
        border: none;
        background: rgba(210, 35, 42, 1)
    }

    #mobnavbar {
        display: block;
        height: auto;
        padding: 4px;
        font-weight: 700;
        color: #000
    }

    .navbar ul li a,
    .navbar ul li ul li a,
    .navbar ul li ul li:hover a {
        color: #fff !important
    }

    .container {
        width: 300px;
        margin: 0 auto;
        overflow: hidden
    }

    .navbar-wrapper {
        border: none;
        padding: 10px 0
    }

    .btn-navbar {
        background: red;
        border: 1px solid red
    }

    .btn-navbar .icon-bar {
        display: block;
        width: 18px;
        height: 2px;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
        box-shadow: 0 1px 0 rgba(0, 0, 0, .25)
    }

    .btn-navbar .icon-bar+.icon-bar {
        margin-top: 3px
    }

    .navbar ul {
        width: 100%;
        overflow: hidden;
        border: none
    }

    .navbar ul li {
        width: 100%;
        margin: 0 auto;
        padding: 5px 12px;
        list-style-type: none;
        font-size: 17px;
        float: left;
        border-top: 1px solid #fff;
        background: 0 0
    }

    .navbar ul li:first-child {
        margin: 0
    }

    .navbar ul li ul {
        border: none
    }

    .navbar ul li ul li,
    .navbar ul li ul li:first-child {
        border-top: 1px solid #fff
    }

    .navbar ul li a {
        text-align: left;
        width: 100%;
        float: left;
        padding: 0;
        line-height: 23px;
        background: 0 0 !important;
        display: block
    }

    .navbar ul li li a {
        width: 280px !important
    }

    .navbar ul li a:hover,
    .navbar ul li:hover a {
        color: #fff
    }

    .navbar ul li:hover {
        background: 0 0;
        color: #fff
    }

    .btn-navbar {
        display: block;
        margin: 0 auto;
        height: 34px;
        width: 46px;
        float: none;
        cursor: pointer;
        border-radius: 5px
    }

    .navbar ul li ul {
        display: block;
        position: inherit;
        float: left;
        width: 100%;
        top: 0;
        margin: 10px 0 0 5px;
        background: 0 0
    }

    .navbar ul li ul li {
        font-size: 14px;
        border-left: 0;
        width: 100%;
        float: left;
        padding: 5px 0
    }

    .navbar ul li ul li ul {
        display: block !important;
        left: 0;
        position: inherit;
        float: left;
        width: 100%;
        top: 0;
        margin: 10px 0 0;
        background: 0 0
    }

    .navbar ul li ul li ul li {
        width: 100%;
        float: left;
        padding: 5px 0
    }

    .section-welcome-pitt-content {
        width: 94%;
        padding: 0 10px;
        margin-top: 30px
    }

    .middle-image-one,
    .middle-image-two {
        margin: 10px 0;
        width: 100%
    }

    .section-welcome-pitt-content h1 {
        font-size: 30px
    }

    .section-middle-content ul li:first-child,
    .section-middle-content ul li:last-child {
        width: 100%
    }

    .section-meadows {
        margin-top: 30px
    }

    .section-meadows-content {
        width: 100%;
        padding: 0 10px
    }

    .section-meadows-content h2 {
        margin: 20px 0
    }

    .featured-article li {
        margin: 0 auto 20px;
        width: 100%
    }

    .footer-top-content {
        margin-top: 40px
    }

    .footer-education {
        float: none;
        width: 100%;
        margin-bottom: 20px
    }

    .footer-social {
        text-align: center;
        width: 100%
    }

    .footer-social li {
        width: 44px
    }
}