.column {
    float: left;
}

.column.one-quarter-column {
    width: 23%;
}

.column.one-fifth-column {
    width: 18%;
}

.column.one-sixth-column {
    width: 14.5%;
}

.column.three-quarter-column {
    width: 73.75%;
}

.column.two-third-column {
    width: 65.41%;
}

.column.one-third-column {
    width: 31.6%;
}

.column.one-half-column {
    width: 48.75%;
}

.column.two-fifth-column {
    width: 38.45%;
}

.column.three-fifth-column {
    width: 58.75%;
}

.column.four-fifth-column {
    width: 79.5%;
}

.column.margin-left-column {
    margin-left: 2.5%;
}

.column.margin-right-column {
    margin-right: 2.5%;
}

.column.prefer-full-column {}

.spacer {
    margin-top: 2em;
    clear: both;
}

.mobile-menu {
    display: none;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 15px;
    padding-left: 15px;
    color: #eee;
    text-indent: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 111px;
    text-align: left;
    height: 53px;
    background: #2c55a6;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    line-height: 1.5em;
    box-sizing: content-box;
}

.mobile-menu:before,
.mobile-menu:after {
    position: absolute;
    top: 22px;
    right: 22px;
    content: '';
    display: block;
    width: 26px;
    height: 5px;
    border-top: 4px solid #eee;
    border-bottom: 4px solid #eee;
    box-sizing: content-box;
}

.mobile-menu:after {
    top: 40px;
    right: 22px;
    border-top: 4px solid #eee;
    border-bottom: 0;
}

#mobile-sub-menu.mobile-menu {
    bottom: auto;
    top: 0;
    color: #2c55a6;
    z-index: 15;
    width: 94%;
    padding-left: 3.5%;
    padding-right: 2.5%;
    background-color: #ecf0f6;
    position: relative;
    padding-top: 5px;
    margin-top: 1em;
    margin-bottom: 2.25em;
    height: 44px;
    z-index: 1;
    box-sizing:content-box;
}

#mobile-sub-menu.mobile-menu:before,
#mobile-sub-menu.mobile-menu:after {
    border-color: #2c55a6;
    top: 12px;
    box-sizing:content-box;
}

#mobile-sub-menu.mobile-menu:after {
    top: 30px;
}

.mobile-menu.toggled {
    -moz-transition: background .3s;
    -o-transition: background .3s;
    -webkit-transition: background .3s;
    transition: background .3s;
}

.mobile-menu.toggled:before {
    border-top: none;
    -moz-transform: translate(0, 6px) rotate(-45deg);
    -ms-transform: translate(0, 6px) rotate(-45deg);
    -webkit-transform: translate(0, 6px) rotate(-45deg);
    transform: translate(0, 6px) rotate(-45deg);
}

.mobile-menu.toggled:after {
    top: 38px;
    -moz-transform: translate(0, -6px) rotate(45deg);
    -ms-transform: translate(0, -6px) rotate(45deg);
    -webkit-transform: translate(0, -6px) rotate(45deg);
    transform: translate(0, -6px) rotate(45deg);
}

#mobile-sub-menu.mobile-menu.toggled:after {
    top: 28px;
}

@media(max-width:1023px) {
    .fixedwidth, .fixedWidth {
        max-width: 100%;
    }
    .top-page-nav li {
        display: block;
        width: 100%;
    }
    #header,
    #header_max {
        width: 100%;
        min-width: 0;
        margin: 0;
        height: auto;
    }
    #header .wrapper {
        width: 100%;
    }
    #header #top_search .input_box input.input_text {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #header #header-middle {
        /*background-color: transparent;*/
    }
    #header #nav_tabs a {
        font-size: 16px;
        width: 120px;
    }
    #header #top_search {
        float: none;
    }
    #header #header-middle #right-side {
        margin-right: 18px;
    }
    #page-banner #header-image-text {
        top: 10%;
        left: 5%;
        font-size: 42px !important;
        line-height: 50px;
        max-width: 50%;
    }
    #page-banner #header-image-text .smaller {
        font-size: 30px !important;
        line-height: 36px !important;
    }
    #breadcrumb,
    .breadcrumb {
        width: 100% !important;
    }
    body.index #fullbody,
    body.index #footer_max,
    body.index #header_menustrip,
    body.index #header_max,
    #bottomBox {
        min-width: 0px !important;
    }
    #footer_max {
        min-width: 0px !important;
    }
    .menu {
        background-color: #2c55a6;
        /*margin-left: -2.6%; width: 105.2%; */
        margin-left: 0;
        width: 100%;
        height: 41px;
    }
    .menu ul {
        width: 752px;
        margin: 0 auto;
    }
    .menu .arr {
        /*padding-left: 2px; font-size: 0.8em;*/
        display: none;
    }
    .menu a {
        font-size: 1em !important;
        padding: 20px 4px !important;
    }
    .menu ul ul a {
        padding: inherit !important;
    }
    .menu .home a {
        padding: 6px 5px 7px 5px !important;
    }
    .menu ul ul li.cBlock {
        display: none !important;
    }
    #menunav ul {
        width: 94.5%;
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
    #menunav li {
        margin: 0 0.5%;
    }
    #menunav ul li.col2 {
        margin-left: 17em;
    }
    #menunav ul li.col3 {
        margin-left: 34em;
    }
    /*.menu .home  {	display: none;	}*/
    body {
        min-width: 320px;
    }
    #container {
        width: 100%;
    }
    #fullbody {
        min-width: 0;
        width: 95%;
        padding-left: 2.5%;
        padding-right: 2.5%;
        box-sizing: content-box;
        /* background-color: transparent; */
    }
    #sbBreadCrumb {
        width: 100%;
    }
    a#b-pause {
        display: none;
    }

    #colLeft {
        margin-bottom: 0;
    }
    #content {
        margin-top: 0;
    }
    .cntPage {
        margin-top: 1em;
    }
    #settings-banner {
        width: 100%;
    }
    #content img,
    #page-banner img {
        max-width: 100% !important;
        height: auto !important;
    }
    #content td img,
    #content th img {
        max-width: inherit;
    }
    #content table.sbTable1,
    #content table.sbTable2 {
        table-layout: inherit;
        width: auto !important;
    }
    #content table.sbTable1 td,
    #content table.sbTable2 td,
    #content table.sbTable1 th,
    #content table.sbTable2 th {
        overflow: inherit;
    }
    #content .tableWrapper {
        width: 100%;
        overflow-y: auto;
        _overflow: auto;
        margin: 0 0 1em;
    }
    #content .outerTableWrapper {
        position: relative;
    }
    #content .tableWrapper::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 14px;
        height: 14px;
    }
    #content .tableWrapper::-webkit-scrollbar-thumb {
        border-radius: 15px;
        border: 3px solid #fff;
        background-color: rgba(0, 0, 0, .3);
    }
    #content .whiteBar {
        height: 100%;
        width: 32px;
        position: absolute;
        right: 0;
        background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
        background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
        background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
        background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
        background-image: linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
    }
    .column.force-full-column {
        width: 100%;
        margin-bottom: 1.5em;
    }
    .column.force-full-column.margin-left-column {
        margin-left: 0;
    }
    .column.force-full-column.margin-right-column {
        margin-right: 0;
    }
    /*#content form input,
	#content form select,
	#content form textarea { max-width: 98%; }*/
    #contentRight {
        width: 30%;
    }
    body.colRight #contentLeft,
    #contentLeft.colRight {
        width: 68%;
    }
    #news_right {
        width: 68%;
        margin-left: 2%;
    }
    #news_right.noNewsLeft {
        width: 100%;
        margin-left: 0;
    }
    #news_left,
    #news_other {
        width: 30%;
    }
    #news_left #news_image #news_main img {
        width: 100%;
        height: auto;
    }
    #news_left #news_image #news_images img {
        width: inherit;
        height: auto;
        margin-right: 3%;
        max-width: 80px;
    }
    .leftSideColumn,
    .mainColumn,
    .rightSideColumn,
    .twoThirdColumn,
    .oneThirdColumn,
    .leftHalfColumn,
    .rightHalfColumn {
        float: left;
        width: 100%;
        margin: 0;
    }
    #scrollable_image {
        width: 95% !important;
        margin: 15px 0% !important;
        border: none !important;
        padding: 2.5% !important;
        min-height: 0 !important;
    }
    #scrollable_image img {
        width: inherit !important;
    }
    .scrollable {
        height: auto !important;
        width: 100% !important;
        background: none !important;
    }
    .scrollable .items {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        left: 0 !important;
    }
    .scrollable img {
        width: 18% !important;
        margin: 2.4% !important;
        height: auto !important;
    }
    .items div {
        width: 100% !important;
    }
    a.browse {
        display: none !important;
    }
    #banner-ad {
        min-height: 0;
    }
    #banner-wrap #banner-menu-wrap #banner-menu-items a {
        font-size: 1.1em;
        padding: 6px 4px;
    }
    #banner-wrap.B1 a#b-next,
    #banner-wrap.B1 a#b-prev {
        top: 20%;
    }
    #footer {
        min-width: inherit;
        width: 90%;
        height: auto;
        border-top-width: 6px;
    }
    #footer #uoft,
    #footer #hws,
    #footer #wimm {
        float: none;
        margin: 0 auto;
        padding-bottom: 1.5em;
        padding-top: 1em;
        margin-right: auto !important;
    }
    #footer #uoft,
    #footer #hws {
        display: none;
    }
    #footer ul#bottom_links {
        float: none !important;
        clear: both !important;
        margin: 0 auto !important;
        margin-bottom: 2em !important;
    }
    #footer ul#bottom_links li {
        margin-bottom: 6px;
    }
    #footer #copyright {
        width: 90% !important;
        padding-left: 5% !important;
        padding-right: 5% !important;
        padding-top: 1em !important;
        padding-bottom: 1em !important;
        margin-left: 0 !important;
    }
    div.right,
    div.browse,
    div.left,
    div.disabled {
        display: none !important;
    }

    #contentRight {
        clear: left;
        width: 100% !important;
    }
    #contentRight .other .otherItem a br {
        display: none;
    }
    #contentRight.otherEvents {
        display: none;
    }
    #news_right {
        width: 100%;
        margin-left: 0;
    }
    #news_left {
        width: 50%;
        min-width: 240px;
    }
    #news_other {
        width: 100%;
        margin-right: 0;
    }
    #news_container.new #news_right {
        width: 100%;
        margin-right: 0;
    }
    #news_container.new #news_other {
        width: 100%;
        margin-right: 0;
    }
    #calendarContent .calendar {
        margin-left: 1%;
        margin-right: 1%;
    }
    #calendarContent .arrow:first-child {
        margin-right: 2%;
    }
    #calendarContent .arrow:not(first-child) {
        margin-left: 2%;
    }
    body.colRight #contentLeft,
    #contentLeft {
        width: 100% !important;
        margin: 0;
    }

    .styledTextBlock {
        min-height: 0;
    }

    .styledTextBlock .btn {
        width: 50%;
    }      
}

@media(max-width:767px) {

    #newsSearchBar {
        margin-top: 1.5em;
        text-align: left;
        clear: both;
        padding-top: 1.5em;
    }
    

    .overlay {
        max-width: 480px;
        width: 480px;
    }

    #mobile-main-menu {
        display: block;
    }
    #mobile-sub-menu {
        display: block;
    }

    .horizontalNav #colLeft #sub-menu .active ul { 
        display: block; 
    }
    .horizontalNav #colLeft #sub-menu .active ul a { 
        padding: 0.5em 1em; 
    }

    #header_menustrip,
    #header,
    #header_max {
        width: 100%;
        height: 68px;
    }
    #header_max {
        min-width: inherit;
        position: relative;
        top: 0;
        height: auto;
        z-index: 999;
        -webkit-box-shadow: 0 2px 4px 1px #999;
        box-shadow: 0 2px 4px 1px #999;
    }
    #header #logo {
        width: 168px;
        top: 10px;
    }
    #header #logo img {
        width: 100%;
    }
    #header #logo-desktop {
        display: none;
    }
    #header #logo-mobile {
        display: block;
    }
    input.gsc-search-button {
        display: none !important;
    }
    #header #top_search .input_box input.input_text,
    .gsc-input input {
        float: none;
    }
    #header #header-middle {
        border-bottom: 1px solid white;
    }
    #header #header-middle #right-side {
        margin-right: 0;
        padding: 2em 0 1.5em 0;
    }
    #header #menu-group {
        display: none;
    }
    #header #header-links {
        float: none;
    }
    #header #utility_links {
        float: none;
        margin: 0 auto;
        width: auto;
        padding: 0;
        height: 32px;
        width: 306px;
    }
    #header #utility_links a,
    #header #utility_links a:link,
    #header #utility_links a:visited,
    #header #utility_links a:active,
    #header #utility_links a:focus {
        color: #fff;
    }
    #header #social_buttons i {
        color: #fff;
        padding-right: 0.25em;
    }
    #header ul#utility_links li {
        border-right: 1px solid #4a6eb6;
    }
    #header #menu-group.toggled {
        display: block;
    }
    #header #social_buttons {
        float: none !important;
        margin: 0.25em auto 0.75em auto !important;
        width: 262px !important;
    }
    #header #social_buttons a i {
        color: #fff;
    }
    #header #top_search {
        float: none;
        margin: 0 auto;
    }
    #header #menu-group {
        position: absolute;
        top: 68px;
        right: 0;
        background-color: #2c55a6;
        width: 100%;
        height: auto;
        padding: 1% 0 5% 0;
    }
    #header #header-utility {
        background-color: transparent;
    }
    #header #nav_tabs {
        width: 100%;
        height: auto;
        padding: 0 0 0.75em 0;
        margin: 0 0 2em 0
    }
    #header #nav_tabs a {
        width: 100%;
        height: auto;
        line-height: 1em;
        padding: 0.5em 0;
        margin: 0;
        background-color: transparent;
        border-bottom: none;
        color: white !important;
    }
   
    #header #nav_tabs a.active {
        color: #2c55a6 !important;
    }
    #header #nav_tabs a:hover,
    #header #nav_tabs a:focus {
        background-color: white !important;
        color: #2c55a6 !important;
    }
    #header #header-middle #right-side {
        width: 100%;
        text-align: center;
        color: white;
        background-color: #2c55a6;
    }
    #header #header-middle #right-side a {
        color: white;
    }
    #page-banner #header-image-text {
        top: 10%;
        left: 5%;
        font-size: 36px !important;
        line-height: 42px;
        max-width: 90%;
    }
    #page-banner #header-image-text .smaller {
        font-size: 26px !important;
        line-height: 30px !important;
    }
    .menu {
        background-color: transparent;
        height: auto;
        padding-top: 0.75em;
    }
    .menu ul {
        width: 100%;
    }
    .menu a {
        width: 100%;
        text-align: center;
        padding: 1em 0 !important;
    }
    .menu ul ul a {
        width: 100%;
        text-align: center;
    }
    .menu ul ul {
        border: 0 !important;
        background: none;
        background-color: #e5e9f3 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .menu ul ul li.cBlock {
        display: none !important;
    }
    .menu ul ul a:hover,
    .menu ul ul a:focus,
    .menu ul ul a:active {
        text-decoration: underline !important;
    }
    #menunav ul {
        display: none;
        position: relative;
        margin: 0 !important;
        min-height: 0 !important;
    }
    #menunav li {
        display: block;
        float: none;
    }
    #menunav ul li {
        max-width: none;
        display: block;
    }
    #menunav li.home {
        display: none;
    }
    #menunav ul li.col2,
    #menunav ul li.col3 {
        margin-left: 0 !important;
        margin-top: 0 !important;
    }
    #menunav a:hover+ul {
        display: block !important;
    }
    #menunav a.touchstart+ul {
        display: block !important;
    }
    #menunav a.touchend+ul {
        display: none !important;
    }
    #menunav ul:hover {
        display: block !important;
    }
    #news_right .overlayTriggers.full-media-release {
        display: none;
    }
    #news_container.new #news_right {
        width: 70%;
        margin-left: 0;
        margin-right: 0;
    }
    #news_container.new #news_other {
        width: 25%;
    }
    #news_container.new #news_left {
        width: 100%;
    }

    #news_container.new #news_addthis {
        float: left;
        width: auto;
    }

    #news_container.new #news_addthis #mainsocialicons a {
        float: left;
        margin-right: 0.5em;
    }

    .news_date {
        float: left !important;
    }
    .news-title {
        clear: left;
    }
    #banner-wrap #banner-menu-wrap {
        width: 98%;
        padding: 0 1% 0.5em 1%;
    }
    #banner-wrap #banner-outer-wrap {
        clear: both;
        width: 100%;
    }
    #banner-wrap.B1 .cycle-overlay {
        position: relative;
        max-width: 100%;
        width: 100%;
        right: 0;
        top: 0;
        background-color: #e5e9f3;
        background: none;
    }
    #banner-wrap.B1 #banner-menu-wrap {
        position: relative;
    }
    .headerBar {
        margin-top: 0.75em !important;
    }
    #colLeft {
        display: none;
        z-index: 16;
        width: 93%;
        margin-top: 0;
        background-color: #ecf0f6;
        padding: 0 3.5%;
        margin-bottom: 2.25em;
    }
    #colLeft.toggled {
        display: block;
    }
    #colLeft #sub-menu {
        border-top: 2px solid #fff;
        padding-top: 0.5em;
    }
    #colLeft #sub-menu li a {
        border-bottom: none;
    }
    #colLeft #sub-menu li.active li a {
        border-bottom: none;
    }
    #colLeft #sub-menu li.dotted a {
        border-bottom: none;
    }
    #colLeft #sub-menu li.first a {
        border-top: none;
    }
    #colLeft #sub-menu li.active a {}
    #colLeft #sub-menu li.active li a {}
    #colLeft .padding {
        padding: 0;
        margin-right: 0;
    }
    #colLeft #sub-menu span.arr {
        display: none;
    }
    #colLeft #sub-menu ul li a {
        border-left-color: transparent;
    }
    #fullbody {}
    .content-page-image {
        width: 45%;
    }
    #content {
        margin-left: 0;
    }
    #content h1:first-child {
        margin-top: 0.5em;
    }
    div.headerBar h1 {
        margin-top: 0 !important;
    }
    #contentRight {
        width: 100%;
    }
    /*#content img { max-width: 45%; height: auto; }*/
    #sbBreadCrumb {
        width: 100%;
    }
    .cntbrdcrm {
        margin-right: 0;
    }
    #contentRight ul#legend li a {
        width: auto;
    }
    #calendarContent .calendar {
        width: auto;
    }
    #calendarContent .monthListing {
        margin-right: 0;
    }
    .spacer {
        margin-top: 0;
    }
    .column.one-quarter-column {
        width: 100% !important;
        margin-bottom: 1.5em;
    }
    .column.one-fifth-column {
        width: 100%;
        margin-bottom: 1.5e;
    }
    .column.two-fifth-column {
        width: 100%;
        margin-bottom: 1.5e;
    }
    .column.one-sixth-column {
        width: 100%;
        margin-bottom: 1.5e;
    }
    .column.three-quarter-column {
        width: 100%;
        margin-bottom: 1.5e;
    }
    .column.two-third-column {
        width: 100%;
        margin-bottom: 1.5e;
    }
    .column.one-third-column {
        width: 100%;
        margin-bottom: 1.5e;
    }
    .column.one-half-column {
        width: 48.75%;
    }
    .column.prefer-full-column,
    .column.force-full-column {
        width: 100% !important;
        margin-bottom: 2em;
    }
    .column.one-half-column.margin-left-column,
    .column.three-quarter-column.margin-left-column,
    .column.one-quarter-column.margin-left-column,
    .column.prefer-full-column.margin-left-column,
    .column.force-full-column.margin-left-column,
    .column.one-fifth-column.margin-left-column {
        margin-left: 0;
    }
    .column.one-sixth-column.margin-right-column,
    .column.three-quarter-column.margin-right-column,
    .column.one-quarter-column.margin-right-column,
    .column.prefer-full-column.margin-right-column,
    .column.force-full-column.margin-right-column,
    .column.one-fifth-column.margin-right-column,
    .column.one-sixth-column.margin-right-column {
        margin-right: 0;
    }
    .team_member.with-image {
        margin-left: 33%;
    }
    .team-member-image {
        float: left;
        width: 30.5%;
        margin-right: 2.5%;
    }
    div.wrap .bscVideo,
    div.wrap .bscVideoAlt {
        float: none;
    }
    #footer #uoft,
    #footer #hws {
        display: none;
    }
    #footer #wimm {
        float: none;
        display: block;
        text-align: center;
        width: auto;
        margin: 1em 0;
        padding: 0;
    }
    #footer #wimm img {
        padding-bottom: 1em;
    }
    #footer img {
        display: block;
        margin: 0 auto;
    }
    #footer ul#bottom_links {
        margin-bottom: 12px;
    }
    #footer #copyright {
        padding-top: 0;
    }
    #contentRight {
        clear: left;
        width: 100% !important;
    }
    #contentRight .other .otherItem a br {
        display: none;
    }
    #contentRight.otherEvents {
        display: none;
    }
    #news_right {
        width: 100%;
        margin-left: 0;
    }
    #news_left {
        width: 50%;
        min-width: 240px;
    }
    #news_other {
        width: 100%;
        margin-right: 0;
    }
    #news_container.new #news_right {
        width: 100%;
        margin-right: 0;
    }
    #news_container.new #news_other {
        width: 100%;
        margin-right: 0;
    }
    #calendarContent .calendar {
        margin-left: 1%;
        margin-right: 1%;
    }
    #calendarContent .arrow:first-child {
        margin-right: 2%;
    }
    #calendarContent .arrow:not(first-child) {
        margin-left: 2%;
    }
    #footer_max {
        height: 520px;
    }

    #header #donate-now-link-hospital {
        background-color: transparent;
        color: #fff !important;
        padding: 0;
        border-radius: 0;
        border: none;
    }
    
    #header #donate-now-link-hospital:hover, #header #donate-now-link-hospital:active {
        background-color: #fff;
        color: #222222  !important;
        background-color: #eee;
    }

}

@media(max-width:479px) {
    body.colRight #contentLeft,
    #contentLeft.colRight {
        width: 100% !important;
        margin: 0;
    }
    #footer ul#bottom_links {
        width: auto;
    }
    #banner-wrap.B1 a#b-next,
    #banner-wrap.B1 a#b-prev {
        top: 10%;
    }
    .column.one-quarter-column {
        width: 100%;
        margin-bottom: 2em;
    }
    .column.one-fifth-column {
        width: 100%;
        margin-bottom: 2em;
    }
    .column.three-quarter-column {
        width: 100%;
        margin-bottom: 2em;
    }
    .column.two-third-column {
        width: 100%;
        margin-bottom: 2em;
    }
    .column.one-third-column {
        width: 100%;
        margin-bottom: 2em;
    }
    .column.one-half-column {
        width: 100%;
        margin-bottom: 2em;
    }
    .column.two-fifth-column {
        width: 100%;
        margin-bottom: 2em;
    }
    .column.three-fifth-column {
        width: 100%;
        margin-bottom: 2em;
    }
    .column.margin-left-column {
        margin-left: 0 !important;
    }
    .column.margin-right-column {
        margin-right: 0 !important;
    }
    #calendarContent .monthListing .main .loc {
        display: none !important;
    }
    #calendarContent .monthListing .main .time {
        width: 30%;
    }
    #calendarContent .monthListing .main .title {
        width: 55%;
    }
    #calendarContent .monthListing .main .register {
        display: none;
    }
    #contact-form div.row2 div.col:first-child {
        width: 100%;
        margin-right: 0;
    }
    #contact-form div.row2 div.col:nth-child(2) {
        width: 100%;
    }
    #contact-form div.row2 div.erroralt,
    #contact-form div.row2 div input:nth-child(1),
    #contact-form div.submit {
        margin-left: 0;
    }
    #contact-form div.row2 div.captcha {
        margin-left: -5%;
    }
    #footer #footer-middle {
        display: none;
    }
    #footer #footer-left,
    #footer #footer-right {
        width: 50%;
        padding-left: 0;
        padding-right: 0;
    }
}