@media only screen and (max-width: 999px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    header ul.secondary-menu {
        display: none;
    }

    .content .secondary-menu {
        display: block;
        margin-bottom: 0;
        padding: 0;
        text-align: center;
        clear: both;
    }

        .content .secondary-menu li {
            float: none;
            width: auto;
        }

            .content .secondary-menu li:last-child {
                border: 0 none;
            }

    .nav nav ul {
        margin: 0;
        width: 100%;
    }

    .nav nav > ul > li {
        box-sizing: border-box;
        width: 25%;
    }

        .nav nav > ul > li:last-child {
            border: 0 none;
        }

        .nav nav > ul > li > a {
            width: 100%;
        }

    .quick-links {
        display: none;
    }

    .main-slider {
        display: none;
    }

    footer .social-icons {
        left: 255px;
    }

    .ls-slide.expanded {
        box-sizing: border-box;
        display: block;
        float: left;
        padding: 15px;
        position: static;
        width: 50%;
    }

        .ls-slide.expanded > img {
            border-radius: 0 !important;
            display: block;
            height: auto !important;
            position: static;
            width: 100% !important;
            margin-top: 0 !important;
            margin-left: 0 !important;
            visibility: visible !important;
        }

    .ls-slide > * {
        position: static;
        width: 100% !important;
    }

    .ls-slide.expanded:nth-of-type(2n+3) {
        clear: both;
    }

    .ls-slide.expanded .ls-s1 p {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 10px;
        padding: 0;
    }

        .ls-slide.expanded .ls-s1 p strong, .ls-slide.expanded .ls-s1 p b {
            font-size: 14px;
            font-weight: bold;
        }

    .ls-slide.expanded br {
        display: none;
    }

    .ls-slide.expanded .ls-s1 {
        background: none repeat scroll 0 0 #eee;
        box-sizing: border-box;
        padding: 10px !important;
        position: static;
        margin-top: 0 !important;
        margin-left: 0 !important;
    }

    .theme .ls-slide.expanded, .theme .slider > div {
        display: none !important;
    }

    .ls-slide.expanded .ls-l {
        background: none repeat scroll 0 0 #eee;
        box-sizing: border-box;
        padding: 10px !important;
        position: static;
        margin-top: 0 !important;
        margin-left: 0 !important;
        visibility: visible !important;
    }

        .ls-slide.expanded .ls-l p {
            font-size: 16px;
            line-height: 20px;
            margin: 0 0 10px;
            padding: 0;
        }

            .ls-slide.expanded .ls-l p strong, .ls-slide.expanded .ls-l p b {
                font-size: 14px;
                font-weight: bold;
            }

    .ls-slide.expanded .ls-gpuhack {
        display: none;
    }

    .megamenu .mm_right {
        display: none;
    }

    .megamenu .mm_bottom {
        display: none;
    }

    .megamenu {
        height: auto;
        left: auto;
        padding-bottom: 14px;
        width: 25%;
    }

        .megamenu .mm_left {
            box-sizing: border-box;
            height: auto;
            width: 100%;
        }

    .mm_left > ul {
        height: auto;
    }

    .mm_left h3 + ul {
        display: none;
    }

    .content-col {
        width: 100%;
        float: none;
    }

    .promo-col, .breadcrumbs {
        display: none;
    }

    .theme ul.slide-tabs {
        float: none;
        padding: 0;
        width: 100%;
    }

        .theme ul.slide-tabs li {
            display: inline-block;
            width: 32%;
            margin: 0 1% 0 0;
            box-sizing: border-box;
            height: auto;
            min-height: 90px;
            float: left;
        }

    .theme div.slider {
        border: 0 none;
        background: transparent;
        border-radius: 0;
    }

    .theme ul.slide-tabs li:last-of-type {
        margin: 0 !important;
    }

    div.landing-buckets-short, div.landing-buckets {
        border: 0 none;
        border-radius: 0;
        background: transparent;
        padding: 20px 0 0 0;
        clear: both;
    }

        div.landing-buckets ul li.grad {
            display: none;
        }

        div.landing-buckets ul li.bucket {
            border-bottom: 1px solid #ddd;
            box-sizing: border-box;
            margin-bottom: 2%;
            margin-right: 2%;
            width: 48%;
        }

    .sidenav-col {
        display: none !important;
    }

    .col-2.with-left {
        width: 100%;
    }

        .col-2.with-left .content-col {
            width: 100%;
        }
}

@media only screen and (max-width: 999px) {
    body, .nav {
        -ms-transition: right 0.3s linear 0s;
        -webkit-transition: right 0.3s linear 0s;
        transition: right 0.3s linear 0s;
    }

        body.menu-open {
            right: 250px;
        }

            body.menu-open .nav {
                right: 0;
                -moz-box-shadow: inset 0 0 10px #ddd;
                -webkit-box-shadow: inset 0 0 10px #ddd;
                box-shadow: inset 0 0 10px #ddd;
            }

                body.menu-open .nav.content-menu {
                    -moz-box-shadow: inset 0 0 10px transparent;
                    -webkit-box-shadow: inset 0 0 10px transparent;
                    box-shadow: inset 0 0 10px transparent;
                }

    header .wrapper {
        height: auto;
        padding-bottom: 20px;
    }

    .search {
        box-sizing: border-box;
        float: none;
        text-align: center;
        width: 100%;
        display: none;
    }

        .search > span {
            left: 0;
        }

    .seach input.submit {
        float: right;
    }

    .search input[type="text"] {
        width: 195px;
        padding: 8px 10px;
    }

    .submit {
        margin-left: 5px !important;
    }

    .search > span {
        font-size: 14px;
    }

    .award {
        display: none;
    }

    .togglebutton {
        display: block;
        border: 1px solid #b1b1b1;
        border-radius: 5px;
        padding: 5px;
        position: absolute;
        right: 35px;
        top: 35px;
        background-color: #fafafa;
        background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
        background-repeat: repeat-x;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    }

        .togglebutton:first-of-type {
            right: 100px;
        }

    [class*="icono-"] {
        color: #888 !important;
    }

    .nav {
        bottom: 0;
        height: 100% !important;
        position: fixed;
        overflow: auto;
        right: -250px;
        top: 0;
        width: 250px;
        background: #f8f8f8;
    }

        .nav nav > ul > li {
            border-bottom: 1px solid #b1b1b1;
            float: left;
            padding: 0;
            position: static;
            width: 100%;
        }

            .nav nav > ul > li > a {
                border: 0 none;
            }

            .nav nav > ul > li:last-child {
                border-bottom: 1px solid #b1b1b1;
            }

        .nav .wrapper {
            padding: 0;
        }

    .megamenu {
        box-shadow: 0 0 0 transparent;
        left: 0;
        padding: 0;
        position: relative;
        top: 0;
        width: 100%;
        border-top: 1px solid #b1b1b1;
    }

    div.megamenu ul li {
        width: 100%;
        padding: 0;
    }

    .megamenu .mm_left {
        padding: 10px 15px;
    }

    .nav nav > ul {
        border-top: 1px solid #b1b1b1;
        top: 50px;
        background: #fff;
    }

    .megamenu .mm_left {
        padding: 0;
    }

    .mm_left li h3 {
        padding: 10px 15px !important;
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
    }

    .mm_left li a {
        display: block;
        padding: 10px 15px !important;
    }

    .mm_left li h3 > a {
        padding: 0 !important;
    }

    .mm_left li span.arrow-toggler-container {
        height: 25px;
        padding: 5px;
        position: absolute;
        right: 5px;
        text-align: center;
        top: 5px;
        width: 25px;
        z-index: 50;
    }

    .mm_left li span.arrow-toggler {
        border-bottom: 1px solid #009fda;
        border-left: 1px solid #009fda;
        height: 8px;
        left: 14px;
        margin: 0;
        position: absolute;
        -ms-transform: rotate(315deg);
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
        -ms-transition: all 0.3s linear 0s;
        -webkit-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
        width: 8px;
    }

    .arrow-toggler-container.open .arrow-toggler {
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        top: 8px;
    }

    .menu-close {
        display: block;
        position: absolute;
        top: 0;
        right: 5px;
        border: 1px solid #ddd;
        box-shadow: 0 0 10px #ddd;
        border-top: 0 none;
        border-radius: 0 0 5px 5px;
        background: #fff;
    }

    .nav.content-menu {
        background: none repeat scroll 0 0 #fff;
        border: 0 none;
        box-sizing: border-box;
        height: auto !important;
        padding: 20px !important;
        position: static;
        width: 100%;
    }

        .nav.content-menu .menu-close {
            display: none;
        }

        .nav.content-menu nav > ul {
            position: static;
            top: 0;
        }

    .mm_left li {
    }

    .nav.content-menu div.megamenu ul li {
        display: block;
    }

    .nav.content-menu div.megamenu ul {
        -moz-columns: 1 auto;
        -webkit-columns: 1 auto;
        columns: 1 auto;
    }
}

@media only screen and (max-width: 768px) {
    a.r-tabs-anchor {
        padding: 15px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .brand-footer {
        height: auto;
        margin-bottom: 40px;
        margin-left: 40px;
    }
}

@media only screen and (max-width: 600px) {
    .ls-slide.expanded {
        width: 100%;
    }
}

@media only screen and (max-width: 539px) {
    .brand-footer {
        display: none;
    }

    footer .social-icons {
        bottom: auto;
        left: 15px;
        margin: 0;
        top: 0;
    }

    footer .wrapper {
        padding-top: 50px;
    }

    .content-col .image-wrapper, .content-col .image-wrapper-right {
        display: none;
    }

    .course h1 {
        background-color: #eee;
        padding: 10px;
        font-size: 32px;
        line-height: 1.2;
        font-weight: bold;
        margin: 0;
    }

    .course h2 {
        font-size: 16px;
        font-weight: bold;
        padding: 10px;
        margin-bottom: 20px;
        border-bottom: 1px solid #009fda;
        background-color: #eee;
        margin-top: 0;
    }

    .theme ul.slide-tabs li {
        margin: 5px 0 !important;
        width: 100%;
        min-height: 0;
    }

        .theme ul.slide-tabs li:last-of-type {
            margin: 5px 0 !important;
        }

    div.landing-buckets ul li.bucket {
        width: 100%;
        margin-right: 0;
        height: auto;
    }

    div.event-filter select {
        width: 32% !important;
    }

    div.event-filter input.news-search {
        width: calc(100% - 50px);
    }
}

@media only screen and (max-width: 489px) {
    .footer-column {
        float: none;
        margin-bottom: 20px;
        margin-left: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 410px) {
    .logo {
        width: 170px;
    }

        .logo img {
            max-width: 100%;
        }

    .search input[type="text"] {
        width: 190px;
    }

    .togglebutton {
        right: 15px;
        top: 32px;
    }

        .togglebutton:first-of-type {
            right: 70px;
        }

    .search-page-count span {
        display: none;
    }

    div.event-filter select {
        width: 100% !important;
        float: none;
    }
}

/*min width special fixes*/

@media only screen and (min-width: 1000px) {
    /*	.nav nav > ul > li:hover > div.megamenu {
	  display: block;
	}*/
}