html {
    font-family: Arial, sans-serif;
}

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #646668;
    background-color: #ffffff;
    position: relative;
    right: 0;
}

p {
    margin: 0 0 10px;
}

.lead {
    color: #009FDA;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}

p.post-date {
    position: relative;
    top: -10px;
}

a {
    color: #0088cc;
    text-decoration: none;
}

    a:hover {
        color: #005580;
        text-decoration: underline;
    }

li {
    line-height: 20px;
}

ul.arrow-bullets {
    list-style-image: url("../images/bullet.png");
    margin-left: 0;
    padding: 0;
    list-style-position: inside;
}

.arrow-bullets > li p {
    margin: 0;
}

.clear {
    clear: both;
}

h1, h2, h3, h4, h5 {
    color: #009FDA;
    font-weight: normal;
}

h1 {
    font-size: 26px;
    line-height: 28px;
    margin: 0 0 10px 0;
}

    h1.big {
        font-size: 36px;
        line-height: 38px;
        margin: 0 0 15px 0;
    }

    h1 span.grey {
        color: #b1b1b1;
    }

h2 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 10px 0;
}

h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px 0;
}

div.landing-buckets-short ul h3,
div.landing-buckets ul h3,
ul.slide-tabs h3,
ul.promo-side h3 {
    margin: 0 0 7px 0;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
}

h4 {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px 0;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 3px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 9px;
    padding: 4px 6px;
}

.wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.togglebutton {
    display: none;
}

header .wrapper {
    background: url("../images/fadelogo.png") no-repeat scroll 300px -10px rgba(0, 0, 0, 0);
    height: 120px;
}

.logo {
    display: inline-block;
    height: 58px;
    margin: 35px 0 0;
    width: 238px;
}

header ul.secondary-menu {
    float: right;
    list-style-type: none;
    margin: 40px 0 0;
    padding: 0;
}

.content .secondary-menu {
    display: none;
}

ul.secondary-menu li {
    float: left;
    border-right: 1px solid #eaeaea;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    vertical-align: middle;
}

header ul li a, header ul li a:hover {
    color: #7a7a7a;
}

i.padlock {
    background: url("../images/sprite.png") no-repeat scroll -191px -111px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 18px;
    width: 12px;
    margin-left: 4px;
    vertical-align: text-bottom;
}

.nav {
    margin: 0;
    color: #777777;
    overflow: visible;
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    height: 70px !important;
    padding: 0 !important;
    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);
}

    .nav nav ul {
        display: block;
        float: left;
        left: 0;
        margin: 0 10px 0 0;
        padding: 0;
        position: relative;
        list-style: outside none none;
    }

    .nav nav > ul > li {
        float: left;
        padding: 10px 0;
    }

        .nav nav > ul > li > a {
            color: #777777;
            float: none;
            padding: 10px 15px;
            text-decoration: none;
            text-shadow: 0 1px 0 #ffffff;
        }

        .nav nav > ul > li > a {
            border-right: 1px solid #b1b1b1;
            color: #009fda !important;
            font-family: "MuseoSans-500",Arial;
            font-size: 20px;
            height: 50px;
            line-height: 50px;
            margin: 0;
            padding: 0 !important;
            text-align: center;
            vertical-align: middle;
            width: 155px;
            display: block;
            position: relative;
            text-indent: -30px;
        }

        .nav nav > ul > li:hover > a {
            color: #fff !important;
            text-shadow: none !important;
        }

            .nav nav > ul > li:hover > a span span {
                border-color: #fff;
            }

        .nav nav > ul > li.on, .nav nav > ul > li:hover {
            background: linear-gradient(to bottom, #34b5e6 0%, #018cc1 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        }

.megamenu {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.3), -5px 0 5px rgba(0, 0, 0, 0.3);
    display: none;
    height: 370px;
    left: 0;
    position: absolute;
    top: 70px;
    width: 1000px;
    z-index: 9999;
}

    .megamenu .mm_left {
        background: #f1f1f1;
        background-image: linear-gradient(bottom, #FFFFFF 15%, #F1F1F1 90%);
        background-image: -o-linear-gradient(bottom, #FFFFFF 15%, #F1F1F1 90%);
        background-image: -moz-linear-gradient(bottom, #FFFFFF 15%, #F1F1F1 90%);
        background-image: -webkit-linear-gradient(bottom, #FFFFFF 15%, #F1F1F1 90%);
        background-image: -ms-linear-gradient(bottom, #FFFFFF 15%, #F1F1F1 90%);
        background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.15, #FFFFFF), color-stop(0.9, #F1F1F1) );
        float: left;
        height: 300px;
        padding: 10px 20px 0;
        width: 600px;
    }

.mm_left > ul {
    height: 300px;
}

.megamenu .mm_left .mm_left_c1 {
    float: left;
    width: 180px;
}

.megamenu .mm_left .mm_left_c2 {
    float: left;
    margin: 0 20px;
    width: 180px;
}

.megamenu .mm_left .mm_left_c3 {
    float: left;
    width: 180px;
}

.megamenu .mm_right {
    background: #e1e1e1;
    background-image: linear-gradient(bottom, #EBEBEB 15%, #E1E1E1 90%);
    background-image: -o-linear-gradient(bottom, #EBEBEB 15%, #E1E1E1 90%);
    background-image: -moz-linear-gradient(bottom, #EBEBEB 15%, #E1E1E1 90%);
    background-image: -webkit-linear-gradient(bottom, #EBEBEB 15%, #E1E1E1 90%);
    background-image: -ms-linear-gradient(bottom, #EBEBEB 15%, #E1E1E1 90%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.15, #EBEBEB), color-stop(0.9, #E1E1E1) );
    float: right;
    height: 310px;
    position: relative;
    width: 360px;
}

    .megamenu .mm_right .mm_right_c1 {
        float: left;
        padding: 10px 20px 0;
        width: 130px;
    }

    .megamenu .mm_right .mm_right_c2 {
        float: left;
        padding: 10px 20px 0 0;
        width: 170px;
    }

.megamenu .mm_bottom {
    background: #34B4E6;
    background-image: linear-gradient(bottom, #018BC1 15%, #34B4E6 90%);
    background-image: -o-linear-gradient(bottom, #018BC1 15%, #34B4E6 90%);
    background-image: -moz-linear-gradient(bottom, #018BC1 15%, #34B4E6 90%);
    background-image: -webkit-linear-gradient(bottom, #018BC1 15%, #34B4E6 90%);
    background-image: -ms-linear-gradient(bottom, #018BC1 15%, #34B4E6 90%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.15, #018BC1), color-stop(0.9, #34B4E6) );
    clear: both;
    height: 60px;
    width: 1000px;
}

div.megamenu ul {
    font-size: 12px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: none;
    -webkit-columns: 3 180px;
    -moz-columns: 3 180px;
    columns: 3 180px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-transform: translate3d(0,0,0);
}

    div.megamenu ul li {
        border-bottom: 1px dotted #009fda;
        line-height: 14px;
        padding: 2px;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        display: inline-block;
        width: 100%;
    }

.mm_left > ul > li {
    border-bottom: 0 none !important;
}

div.megamenu ul li ul li, .mm_right ul li {
    display: block !important;
}

div.megamenu ul li a {
    color: #787878;
}

div.megamenu .mm_bottom ul {
    padding: 10px;
}

    div.megamenu .mm_bottom ul li {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: -moz-use-text-color #ffffff -moz-use-text-color -moz-use-text-color;
        border-image: none;
        border-style: none solid none none;
        border-width: medium 1px medium medium;
        margin: 0 15px 0 0;
        padding: 0 15px 0 0;
        width: 300px;
    }

        div.megamenu .mm_bottom ul li.last {
            border-right: medium none;
            margin: 0;
            padding: 0;
        }

        div.megamenu .mm_bottom ul li a {
            color: #ffffff;
            display: block;
            position: relative;
        }

            div.megamenu .mm_bottom ul li a span {
                display: block;
                font-size: 16px;
                font-weight: bold;
                margin: 0 0 8px;
            }

.megamenu h3 {
    font-size: 14px;
    line-height: 14px;
    margin: 10px 0 6px;
    padding: 0;
    width: 100%;
}

    .megamenu h3 a {
        color: #009fda !important;
    }

div.megamenu .arrow-state {
    float: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.mm_right_c1 .social-icons {
    /*bottom: 20px;*/
    bottom: 50px;
    left: 170px;
    position: absolute;
}

.menu-close {
    display: none;
}

a.submenu-link.link-disabled {
    cursor: default;
    text-decoration: none;
}

.nav nav > ul > li > a span.arrow-toggler-container {
    padding: 5px;
    position: absolute;
    right: 0;
    top: 3px;
    z-index: 50;
    text-align: center;
    width: 35px;
    height: 35px;
}

.nav nav > ul > li > a span.arrow-toggler {
    border-bottom: 1px solid #009fda;
    border-left: 1px solid #009fda;
    height: 8px;
    margin: 11px;
    -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;
    position: absolute;
    left: 10px;
}

.search {
    float: right;
    margin: 16px 0 0;
}

    .search span {
        color: #009fda;
        font-size: 20px;
        left: -20px;
        position: relative;
    }

    .search input, .search select, .search .radio, .search .checkbox {
        margin-top: 5px;
    }

        .search input[type="text"] {
            width: 205px;
        }

        .search input.submit {
            background: url("../images/sprite.png") repeat scroll -175px -111px rgba(0, 0, 0, 0);
            border: medium none;
            height: 16px;
            margin: 2px 0 0 10px;
            text-indent: -9999px;
            width: 15px;
            padding: 0 !important;
        }

footer {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background: none repeat scroll 0 0 #f8f8f8;
    border-color: #b1b1b1 !important;
    border-image: none !important;
    border-style: solid none !important;
    border-width: 1px medium !important;
    margin: 20px 0 0;
    padding: 15px 0;
}

.footer-column {
    width: 220px;
    float: left;
    margin-left: 20px;
    min-height: 1px;
    margin-bottom: 10px;
}

    .footer-column:first-child {
        margin-left: 0;
    }

footer h3 {
    border-bottom: 1px solid #b1b1b1;
    font-size: 13px;
    line-height: 10px;
    margin: 0 0 10px;
    padding: 0 0 10px;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    footer ul li {
        font-size: 12px;
    }

        footer ul li a, footer ul li a:hover {
            color: #7a7a7a;
        }

footer div.award {
    float: right;
    height: 120px;
    margin: 20px 0 0;
    width: 79px;
}

footer .social-icons {
    margin: 20px 0 0;
    bottom: 0;
    left: 240px;
    position: absolute;
}

.footer-sub {
    margin: 14px 0;
    font-size: 12px;
    clear: both;
}

.brand-footer {
    background: url("../images/sprite.png") repeat scroll -1px -1px rgba(0, 0, 0, 0);
    display: inline-block;
    float: right;
    height: 58px !important;
    margin: 0;
    text-indent: -9999px;
    width: 238px !important;
}

.sidenav-col {
    float: left;
    margin: 20px 20px 0 0;
    width: calc(20% - 20px);
}

    .sidenav-col .fixed {
        background-color: #f9f9f9;
        padding: 5px;
        width: 100%;
    }

ul.side-nav {
    list-style-type: none;
    margin: -7px 0 0;
    padding: 0;
}

    ul.side-nav > li {
        border-bottom: 1px solid #cceef7;
        padding: 7px 0;
    }

        ul.side-nav > li > a {
            color: #009fda;
            font-family: "MuseoSans-500",Arial;
            font-size: 18px;
        }

li:last-child a {
    border-bottom: none;
}

ul.side-nav > li > ul {
    list-style-type: none;
    margin: 7px 0 0;
    padding: 0;
}

    ul.side-nav > li > ul > li a {
        border-bottom: 1px solid #cceef7;
        color: #787878;
        display: block;
        padding: 3px 0;
    }

    ul.side-nav > li > ul > li > ul {
        list-style-type: disc;
        padding-left: 25px;
    }

        ul.side-nav > li > ul > li > ul > li > a {
            font-size: 12px;
        }

    ul.side-nav > li > ul > li a {
        color: #787878;
        display: block;
        padding: 3px 0;
    }

    ul.side-nav > li > ul > li:last-child a {
        border-bottom: none;
    }

ul.side-nav li.active {
    border-bottom: 2px solid #009fda;
}

    ul.side-nav li.active a {
        border-bottom: medium none !important;
    }

    ul.side-nav li.active > a {
        color: #009fda;
        font-weight: bold;
    }

ul.side-nav > li > ul > li > ul > li > ul > li > a {
    font-size: 11px;
    border-bottom: 1px solid #cceef7;
}

ul.side-nav > li > ul > li > ul > li > ul {
    color: #009fda;
    list-style-type: disc;
    margin-left: 0;
    padding-left: 25px;
}

    ul.side-nav > li > ul > li > ul > li > ul > li > ul > li > a {
        font-size: 10px;
    }

    ul.side-nav > li > ul > li > ul > li > ul > li > ul {
        list-style-type: disc;
    }

.col-2 {
    clear: both;
    padding-top: 20px;
}

    .col-2.with-left {
        float: left;
        width: 80%;
        clear: none;
    }

.content-col {
    float: left;
    width: 800px;
}

.col-2.full-width .content-col {
    width: 100%;
}

.col-2.with-left .content-col {
    width: 77.5%;
}

.theme .content-col {
    width: 100%;
}

.promo-col {
    float: right;
    width: 20%;
}

.image-wrapper img {
    height: auto;
    width: 100%;
}

.intro-copy .image-wrapper {
    float: left;
    margin-right: 15px;
    width: 238px;
}

div.image-wrapper-right {
    float: right;
    font-size: 11px;
    margin: 0 0 0 20px;
    width: 238px;
}

.image-wrapper.full-width {
    width: 100%;
}

.content-accordion {
    border-bottom: 1px solid #aae3f2;
    clear: both;
    margin-bottom: 20px;
}

    .content-accordion h2 {
        border-top: 1px solid #aae3f2;
        margin: 0;
        padding: 12px 0;
        position: relative;
        cursor: pointer;
        outline: 0;
    }

        .content-accordion h2:focus {
            outline: 0;
        }

        .content-accordion h2:after, .related-list h2:after {
            content: '';
            border-bottom: 1px solid #009fda;
            border-left: 1px solid #009fda;
            height: 8px;
            right: 5px;
            margin: 11px;
            position: absolute;
            -ms-transform: rotate(225deg);
            -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
            -ms-transition: all 0.3s linear 0s;
            -webkit-transition: all 0.3s linear 0s;
            transition: all 0.3s linear 0s;
            width: 8px;
            top: 7px;
        }

        .content-accordion h2.ui-accordion-header-active:after {
            -ms-transform: rotate(315deg);
            -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
        }

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #009FDA;
    border-bottom: 1px solid #ffffff;
    clear: both;
}
/* RELATED LIST */

ul.related-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.related-list > li, .course-finder-widget {
        display: block;
        border: 1px solid #b1b1b1;
        padding: 8px;
        margin: 0 0 10px 0;
        background: #EEEEEE;
        background-image: linear-gradient(bottom, #DCDCDC 5%, #FFFFFF 95%);
        background-image: -o-linear-gradient(bottom, #DCDCDC 5%, #FFFFFF 95%);
        background-image: -moz-linear-gradient(bottom, #DCDCDC 5%, #FFFFFF 95%);
        background-image: -webkit-linear-gradient(bottom, #DCDCDC 5%, #FFFFFF 95%);
        background-image: -ms-linear-gradient(bottom, #DCDCDC 5%, #FFFFFF 95%);
        background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.05, #DCDCDC), color-stop(0.95, #FFFFFF) );
    }

    ul.related-list a.arrow-state {
        margin-right: -2px;
    }

    ul.related-list h2 {
        position: relative;
    }

.related-list h2::after {
    right: -10px;
    top: -3px;
}

.search-bar {
    padding-top: 5px;
}

    .search-bar span.search-title {
        color: #009fda;
        float: left;
        font-family: "MuseoSans-500",Arial;
        font-size: 20px;
        padding-right: 10px;
        position: relative;
        top: 5px;
    }

#search_main input[type="text"] {
    margin-bottom: 0;
}

.search-bar input.search-text {
    width: calc(100% - 125px);
}

.search-bar input.submit {
    background: transparent url("../images/sprite.png") repeat scroll -175px -111px;
    border: medium none;
    height: 16px;
    margin: 0 0 0 8px;
    text-indent: -9999px;
    width: 15px;
}

.r-tabs-panel {
    border: 1px solid #aaa;
    box-sizing: border-box;
    clear: both;
}

.r-tabs-anchor {
    box-sizing: border-box;
    display: block;
    padding: 5px;
    height: 100%;
}

.r-tabs .r-tabs-tab {
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    float: left;
    height: 45px;
    text-align: center;
    width: 25%;
    border: 1px solid #aaa;
    border-bottom: 0 none;
    overflow: hidden;
}

.r-tabs-nav {
    width: 100%;
}

.r-tabs-accordion-title {
    border: 1px solid #aaa;
}

.r-tabs-state-active .r-tabs-anchor {
    background-color: #018BC1;
    background-image: linear-gradient(bottom, #018BC1 15%, #34B4E6 90%);
    background-image: -o-linear-gradient(bottom, #018BC1 15%, #34B4E6 90%);
    background-image: -moz-linear-gradient(bottom, #018BC1 15%, #34B4E6 90%);
    background-image: -webkit-linear-gradient(bottom, #018BC1 15%, #34B4E6 90%);
    background-image: -ms-linear-gradient(bottom, #018BC1 15%, #34B4E6 90%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.15, rgb(1,139,193)), color-stop(0.9, rgb(52,180,230)) );
    color: #fff;
}

.r-tabs-panel {
    border: 1px solid #aaa;
}

.buttons-cta {
    text-align: center;
}

.btn-block {
    box-sizing: border-box;
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

/* BUTTONS */

.buttons-cta {
    text-align: center;
}

.btn-primary {
    font-family: 'MuseoSans-500', Arial;
    color: #ffffff;
    font-weight: normal;
    border-radius: 0 5px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #009FDA;
    background-color: #038ec3;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#32b3e5), to(#038ec3));
    background-image: -webkit-linear-gradient(top, #32b3e5, #038ec3);
    background-image: -o-linear-gradient(top, #32b3e5, #038ec3);
    background-image: linear-gradient(to bottom, #32b3e5, #038ec3);
    background-image: -moz-linear-gradient(top, #32b3e5, #038ec3);
    background-repeat: repeat-x;
    border-color: #038ec3 #038ec3 #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    padding: 8px 0;
}

.btn-half {
    width: 290px;
    margin: 0 20px 0 0;
}

.btn-campaign-half {
    width: 486px;
    margin: 0 20px 0 0;
}

.btn-third {
    width: 180px;
    margin: 0 22px 0 0;
}

.btn-campaign-third {
    width: 315px;
    margin: 0 20px 0 0;
}

.btn-last {
    margin-right: 0;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #ffffff;
    background-color: #038ec3;
    *background-color: #038ec3;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #32b3e5 \9;
}

/* BREADCRUMB LINKS */

ul.breadcrumbs {
    margin: 15px 0;
    padding: 0;
    list-style-type: none;
}

    ul.breadcrumbs li {
        float: left;
    }

        ul.breadcrumbs li a {
            display: block;
            height: 28px;
            line-height: 28px;
            vertical-align: middle;
            color: #747679;
        }

        ul.breadcrumbs li.sep {
            background: url(../images/sprite.png) -163px -111px no-repeat;
            width: 11px;
            height: 28px;
            margin: 0 10px;
        }

        ul.breadcrumbs li.sep-last {
            background: url(../images/sprite.png) -147px -111px no-repeat;
            width: 15px;
            height: 28px;
        }

        ul.breadcrumbs li.last {
            background: #009FDA;
            border-radius: 0 5px 5px 0;
            padding: 0 10px;
        }

            ul.breadcrumbs li.last a {
                color: #ffffff;
            }

/* PROMO boxes */

.promo-link-box {
    display: block;
    border: 1px solid #aeaeae;
    border-radius: 0 5px 0 5px;
    border-left: 4px solid #009FDA;
    margin: 0 0 10px 0;
    background: #EEEEEE;
    background-image: linear-gradient(bottom, #DCDCDC 5%, #FFFFFF 95%);
    background-image: -o-linear-gradient(bottom, #DCDCDC 5%, #FFFFFF 95%);
    background-image: -moz-linear-gradient(bottom, #DCDCDC 5%, #FFFFFF 95%);
    background-image: -webkit-linear-gradient(bottom, #DCDCDC 5%, #FFFFFF 95%);
    background-image: -ms-linear-gradient(bottom, #DCDCDC 5%, #FFFFFF 95%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.05, #DCDCDC), color-stop(0.95, #FFFFFF) );
}

    .promo-link-box:hover {
        border-left: 4px solid #888888;
        background: #DDDDDD;
        background-image: linear-gradient(bottom, #BBBBBB 5%, #FFFFFF 95%);
        background-image: -o-linear-gradient(bottom, #BBBBBB 5%, #FFFFFF 95%);
        background-image: -moz-linear-gradient(bottom, #BBBBBB 5%, #FFFFFF 95%);
        background-image: -webkit-linear-gradient(bottom, #BBBBBB 5%, #FFFFFF 95%);
        background-image: -ms-linear-gradient(bottom, #BBBBBB 5%, #FFFFFF 95%);
        background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.05, #BBBBBB), color-stop(0.95, #FFFFFF) );
    }

    .promo-link-box h3 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 7px;
        padding: 5px;
        color: #009fda;
    }

    .promo-link-box p {
        padding: 5px;
    }

    .promo-link-box a {
        color: #747679;
        display: block;
    }

    .promo-link-box img {
        width: 100%;
        height: auto;
    }

small {
    font-size: 85%;
}

div.paginate {
    clear: both;
}

div.paginate {
    background: #eeeeee -moz-linear-gradient(center bottom, #dcdcdc 5%, #ffffff 95%) repeat scroll 0 0;
    border: 2px solid #c8c8c8;
    border-radius: 0 5px;
    margin: 20px 0;
    padding: 10px 5px 5px;
}

div.pagination {
    height: auto;
    margin: 0;
}

.pagination-centered {
    text-align: center;
}

.pagination ul {
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
}

div.paginate ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

div.pagination ul {
    box-shadow: none !important;
}

div.paginate ul li {
    display: inline-block;
    float: left;
    margin: 0 3px;
}

div.pagination ul li {
    line-height: 12px !important;
}

div.paginate ul li a {
    background: #009fda none repeat scroll 0 0;
    color: #ffffff;
    padding: 4px;
}

    div.paginate ul li a.on, div.paginate ul li a:hover {
        background: #ffffff none repeat scroll 0 0;
        color: #009fda;
    }

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    border-left-width: 1px;
    border-radius: 3px 0 0 3px;
}

div.paginate ul li a {
    min-width: 16px;
}

.course-list-item > p,
.search-list-item > p,
.news-list-item > p {
    margin: 0;
}

.course-list-item p.course-info,
.search-list-item p.item-info,
.news-list-item p.item-info {
    margin: 10px 0;
}

.more-link {
    background: #009fda;
    color: #fff;
    padding: 3px 5px;
}

.search-results span.search-title {
    color: #009fda;
    font-size: 20px;
    padding-right: 10px;
}

.search-page-count {
    color: #009fda;
    float: right;
}

.search-results {
    clear: both;
    margin-top: 20px;
}

#page_count {
    width: 70px;
}

/* SLIDER */

div.slider {
    border: 1px solid #888888;
    border-radius: 20px 20px 0 0;
    background: #bbbbbb;
    overflow: hidden;
}

ul.slides {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 822px;
    height: 300px;
    overflow: hidden;
}

    ul.slides li {
        width: 822px;
        height: 300px;
    }

        ul.slides li img {
            border-radius: 20px 0 0 0;
        }
/* PROMO BUCKETS */

ul.slide-tabs,
ul.promo-side {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.slide-tabs li,
    ul.promo-side li {
        display: block;
        border: 1px solid #aeaeae;
        border-radius: 0 5px 0 5px;
        border-left: 4px solid #009FDA;
        width: 165px;
        margin: 0 0 10px 0;
        background: #EEEEEE;
        background-image: linear-gradient(bottom, #DCDCDC 5%, #FFFFFF 95%);
        background-image: -o-linear-gradient(bottom, #DCDCDC 5%, #FFFFFF 95%);
        background-image: -moz-linear-gradient(bottom, #DCDCDC 5%, #FFFFFF 95%);
        background-image: -webkit-linear-gradient(bottom, #DCDCDC 5%, #FFFFFF 95%);
        background-image: -ms-linear-gradient(bottom, #DCDCDC 5%, #FFFFFF 95%);
        background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.05, #DCDCDC), color-stop(0.95, #FFFFFF) );
    }

        ul.slide-tabs li.on,
        ul.promo-side li.on {
            border-left: 4px solid #888888;
            background: #DDDDDD;
            background-image: linear-gradient(bottom, #BBBBBB 5%, #FFFFFF 95%);
            background-image: -o-linear-gradient(bottom, #BBBBBB 5%, #FFFFFF 95%);
            background-image: -moz-linear-gradient(bottom, #BBBBBB 5%, #FFFFFF 95%);
            background-image: -webkit-linear-gradient(bottom, #BBBBBB 5%, #FFFFFF 95%);
            background-image: -ms-linear-gradient(bottom, #BBBBBB 5%, #FFFFFF 95%);
            background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.05, #BBBBBB), color-stop(0.95, #FFFFFF) );
        }

            ul.slide-tabs li.on * {
                /*color: #ffffff !important;*/
            }

    ul.slide-tabs li {
        height: 90px;
    }

        ul.slide-tabs li div.copy,
        ul.promo-side li div.copy {
            padding: 6px;
        }

ul.slide-tabs {
    padding: 6px;
}

ul.slide-tabs {
    float: right;
}

    ul.slide-tabs li {
        margin: 0 0 5px 0;
    }

        ul.slide-tabs li p {
            font-size: 11px;
            line-height: 13px;
            margin: 0;
        }

/* LANDING BUCKETS */

div.landing-buckets-short,
div.landing-buckets {
    border: 1px solid #888888;
    border-radius: 0 10px;
    margin: 20px 0;
    padding: 10px;
    background: #F5F5F5;
    background-image: linear-gradient(bottom, #DCDCDC 5%, #FFFFFF 95%);
    background-image: -o-linear-gradient(bottom, #DCDCDC 5%, #FFFFFF 95%);
    background-image: -moz-linear-gradient(bottom, #DCDCDC 5%, #FFFFFF 95%);
    background-image: -webkit-linear-gradient(bottom, #DCDCDC 5%, #FFFFFF 95%);
    background-image: -ms-linear-gradient(bottom, #DCDCDC 5%, #FFFFFF 95%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.05, #DCDCDC), color-stop(0.95, #FFFFFF) );
}

    div.landing-buckets ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        div.landing-buckets ul li.bucket {
            width: 220px;
            height: 180px;
            float: left;
            margin: 0;
            padding: 0;
            position: relative;
        }

        div.landing-buckets ul li.grad {
            width: 2px;
            height: 180px;
            float: left;
            margin: 0 15px;
            background: #B4B4B4;
            background-image: linear-gradient(bottom, #DCDCDC 0%, #B4B4B4 50%, #EEEEEE 100%);
            background-image: -o-linear-gradient(bottom, #DCDCDC 0%, #B4B4B4 50%, #EEEEEE 100%);
            background-image: -moz-linear-gradient(bottom, #DCDCDC 0%, #B4B4B4 50%, #EEEEEE 100%);
            background-image: -webkit-linear-gradient(bottom, #DCDCDC 0%, #B4B4B4 50%, #EEEEEE 100%);
            background-image: -ms-linear-gradient(bottom, #DCDCDC 0%, #B4B4B4 50%, #EEEEEE 100%);
            background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #DCDCDC), color-stop(0.5, #B4B4B4), color-stop(1, #EEEEEE) );
        }

        div.landing-buckets ul li img {
            width: 100px;
            float: left;
            margin: 0 10px 0 0;
        }

    div.landing-buckets-short ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        div.landing-buckets-short ul li.bucket {
            width: 220px;
            height: 80px;
            float: left;
            margin: 0;
            padding: 0;
            position: relative;
            font-size: 12px;
        }

        div.landing-buckets-short ul li.grad {
            width: 2px;
            height: 80px;
            float: left;
            margin: 0 15px;
            background: #B4B4B4;
            background-image: linear-gradient(bottom, #DCDCDC 0%, #B4B4B4 50%, #EEEEEE 100%);
            background-image: -o-linear-gradient(bottom, #DCDCDC 0%, #B4B4B4 50%, #EEEEEE 100%);
            background-image: -moz-linear-gradient(bottom, #DCDCDC 0%, #B4B4B4 50%, #EEEEEE 100%);
            background-image: -webkit-linear-gradient(bottom, #DCDCDC 0%, #B4B4B4 50%, #EEEEEE 100%);
            background-image: -ms-linear-gradient(bottom, #DCDCDC 0%, #B4B4B4 50%, #EEEEEE 100%);
            background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #DCDCDC), color-stop(0.5, #B4B4B4), color-stop(1, #EEEEEE) );
        }

    div.landing-buckets .more-link, .search-results .more-link, .related-content-results .more-link {
        float: right;
        margin-bottom: 5px;
    }

.news-list-item img {
    float: left;
    margin: 0 10px 0 0;
}

/*forms*/

label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

    button, input[type="button"], input[type="reset"], input[type="submit"] {
        cursor: pointer;
    }

    textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        background-color: #ffffff;
        border: 1px solid #cccccc;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    }

    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        border-radius: 3px;
        color: #555555;
        display: inline-block;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 9px;
        padding: 4px 6px;
    }

button, select {
    text-transform: none;
}

select, input[type="file"] {
    height: 30px;
    line-height: 30px;
}

select {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    width: 220px;
}

div.event-filter select {
    margin: 0 0 15px;
    width: 160px !important;
}

#search_main input[type="text"] {
    margin-bottom: 0;
}

div.event-filter input.news-search {
    width: 395px;
    float: none;
    margin-top: 0;
}

div.event-filter input.submit {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") repeat scroll -175px -111px;
    border: medium none;
    height: 16px;
    margin: -8px 0 0 10px;
    text-indent: -9999px;
    width: 15px;
}

form.event-filter input.submit {
    margin: 0 0 0 10px;
}

.future-dates li {
    background: #ccc none repeat scroll 0 0;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    width: 200px;
}

.future-dates > ul {
    padding: 0;
    text-align: center;
}

.future-dates a {
    background: #e1e1e1 none repeat scroll 0 0;
    display: block;
    line-height: 35px;
}

.social-icons a {
    margin-right: 3px;
}

.arrow-bullets p {
    display: inline-block;
}

.pagination ul > li > a.aspNetDisabled, .pagination ul > li > a.aspNetDisabled:hover {
    background: #ccc none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}

ul.cascade {
    margin-left: 0;
    padding: 0;
}

.cascade li {
    list-style: outside none none;
}

#tabs-widget {
    margin-bottom: 20px;
}

.r-tabs .content-accordion h2:first-child {
    border-top: medium none;
}

.profile-header {
    border-bottom: 1px solid #009fda;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
}

.profile-img {
    float: left;
    margin: 0 20px 0 0;
    width: 110px;
}

.profile-info .social-icons {
    margin: 10px 0;
}

.profile-info .social-in {
    background-position: -147px -89px !important;
}

.profile-info .social-tw {
    background-position: -200px -89px !important;
}

.profile-info .social-bl {
    background-position: -174px -89px !important;
}

.profile-info .social-icon {
    background: rgba(0, 0, 0, 0) url("/images/sprite.png") repeat scroll 0 0;
    display: block;
    float: left;
    height: 21px;
    margin: 0 4px 0 0;
    text-indent: -9999px;
    width: 26px;
}

a.post-more-inline {
    /*background: #009fda none repeat scroll 0 0;
    color: #ffffff;*/
    float: right;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    padding: 1px 1px 1px 2px;
    vertical-align: middle;
}

.related-content-results {
    float: left;
    margin: 20px 0;
}

    .related-content-results .post-lists {
        list-style: outside none none;
        margin-left: 0;
        padding-left: 0;
    }

    .related-content-results.content-accordion {
        float: none;
    }

.related-academics {
    border-bottom: 1px solid #009fda;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

ul.toggle {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

    ul.toggle li table td {
        border: 1px solid black;
        padding: 10px 5px;
        vertical-align: top;
    }

    ul.toggle li::after {
        border-bottom: 1px solid #009fda;
        border-left: 1px solid #009fda;
        content: "";
        height: 8px;
        margin: 11px;
        position: absolute;
        right: 5px;
        top: 7px;
        transform: rotate(225deg);
        transition: all 0.3s linear 0s;
        width: 8px;
    }

.fees-col {
    float: left;
    margin-right: 20px;
}

ul.toggle li table {
    margin: 10px 0;
}

table.table {
    border: 1px solid black;
    margin: 10px 0;
}

.table {
    margin-bottom: 20px;
    width: 100%;
}

no-toggle {
    float: left;
    margin: 0 4px 0 0 !important;
}

i.arrow-state, i.arrow-state-no-toggle {
    margin: 0 0 0 5px !important;
    position: relative;
    top: 3px;
}

.arrow-state {
    background: rgba(0, 0, 0, 0) url("/images/sprite.png") repeat scroll 0 0;
    display: inline-block;
    float: right;
    height: 13px;
    margin: 0 0 4px 4px;
    width: 12px;
}

.arrow-right {
    background-position: -206px -60px;
}

.arrow-down {
    background-position: -219px -60px;
}

.arrow-right-w {
    background-position: -232px -60px;
}

.static-arrow-right {
    background-position: -206px -60px;
}

ul.toggle > li > .toggler > i.arrow-state, ul.toggle > li > i.arrow-state-no-toggle {
    float: left;
    margin: 0 4px 0 0 !important;
}

span.bold.color1 {
    font-weight: bold;
    color: #009fda;
}

.dept-top-image {
    height: 340px;
    position: relative;
    width: 810px;
    z-index: -1;
}

    .dept-top-image img {
        position: absolute;
    }

.dept-top-image-copy ul {
    margin: 0 0 10px 25px;
    padding: 0;
}

.dept-top-image-copy {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    margin: 15px 25px 0 15px;
    padding: 10px 10px 0;
    position: absolute;
    width: auto;
}
/*.dept-top-image-copy {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    margin: 15px 25px 0 15px;
    padding: 10px 0 0 10px;
    position: absolute;
    width: 250px;
}*/
.copy.copy-section; {
    border-top: 1px solid #009fda;
    margin-top: 20px;
    padding-top: 20px;
}

.summary-row-label {
    font-weight: bold;
}

.buttons-container {
    border-bottom: 1px solid #009fda;
    border-top: 1px solid #009fda;
    margin: 20px 0;
    padding: 20px 0;
}

    .buttons-container .buttons-cta:first-child {
        margin-right: 20px;
    }

    .buttons-container .buttons-cta {
        display: inline-block;
        width: 290px;
    }

.dept-top-col {
    margin: 0 0 20px;
}

.acc-copy .arrow-bullets {
    margin-top: 0;
}

ul.r-tabs-nav li.tab-small {
    width: 15%;
}

.search-list-item {
    margin-top: 20px;
    clear: both;
    padding-top: 20px;
    border-top: 1px solid #009fda;
    position: relative;
}

    .search-list-item p.sub-copy, .news-list-item p.sub-copy, .list-item-result p.sub-copy {
        font-size: 11px;
    }

    .search-list-item div.short_course {
        position: absolute;
        top: 0;
        right: 0;
        width: 57px;
        height: 59px;
        color: #ffffff;
        background: url(/images/sprite.png) -81px -89px;
        text-align: right;
        padding: 6px 8px 0 0;
        font-size: 10px;
        line-height: 10px;
    }

.page-count {
    width: 70px;
}

.intro-copy {
    /*float: left;*/
    margin-bottom: 20px;
    border-bottom: 1px solid #009fda;
    float: left;
    padding-bottom: 10px;
    width: 100%;
}

    .intro-copy.news {
        padding-bottom: 10px;
    }

    .intro-copy .image-caption {
        font-size: 0.8em;
        display: none;
    }

    .intro-copy.news .image-caption {
        display: inline-block;
    }

.list-item-result, .linkbox-content {
    border-top: 1px solid #009fda;
    float: left;
    margin-top: 20px;
    padding-top: 20px;
    width: 100%;
}

    .list-item-result.academic > span {
        font-weight: bold;
        color: #009fda;
    }

.acc-copy .list-item-result:last-child {
    border-bottom: none;
}

.promo-col .fixed {
    width: 170px;
}

/*div.copy iframe {
    float: right;
    margin: 0 0 20px 20px;
}*/

.academics-list {
    float: left;
    font-size: 11px;
    margin: 20px 0;
    padding-top: 20px;
    border-top: 1px solid #009fda;
}

    .academics-list.testimonials {
        width: 100%;
    }

    .academics-list .academic {
        float: left;
        background: #e9e9e9 none repeat scroll 0 0;
        margin-bottom: 10px;
        width: 100%;
    }

        .academics-list .academic .panel {
            width: 35%;
            float: left;
            border-right: 1px solid #009fda;
            padding-left: 5px;
        }

            .academics-list .academic .panel span {
                font-weight: bold;
                color: #009fda;
            }

            .academics-list .academic .panel.right {
                width: 59%;
                border-right: none;
            }

.related-items-list .list-item-result:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 10px;
}

.empty-container {
    border: 1px dashed #ccc;
    padding: 10px;
}

.footer-links {
    clear: right;
    float: right;
    margin-left: 10px;
    max-width: 260px;
}

    .footer-links img {
        height: auto;
        margin-right: 10px;
        margin-top: 10px;
        max-width: 120px;
    }

.copy.fragment {
    border-top: 1px solid #009fda;
    margin-top: 20px;
    padding-top: 20px;
}

.sitemap_level_1 {
    margin-left: 10px;
}

/*.sitemap_level_2 {
    margin-left: 25px;
}

.sitemap_level_3 {
    margin-left: 40px;
}

.sitemap_level_4 {
    margin-left: 55px;
}

.sitemap_level_5 {
    margin-left: 70px;
}*/

div.testimonial {
    width: 200px;
    margin: 0 0 20px 20px;
    background: #eaeaea;
    border-radius: 0 5px;
    float: right;
    color: #009FDA;
    font-size: 11px;
    padding: 8px;
}

    div.testimonial div.author {
        text-align: right;
    }

.toggle > li {
    margin-bottom: 5px;
}

.academic-detail {
    margin-left: 14px;
}

.event-links {
    margin-bottom: 20px;
}

    .event-links > a {
        display: inline-block;
        width: 200px;
    }

        .event-links > a > img {
            height: auto;
            margin: 20px;
            width: 116px;
        }

.event-media {
    border-top: 1px solid #009fda;
    margin-top: 20px;
    padding-top: 20px;
}

.layerslider-container {
    margin: 20px 0;
}

div.post-date {
    display: inline-flex;
}

.video-img {
    float: left;
    margin-right: 10px;
}

.fee-marker {
    float: left;
    margin-right: 5px;
}

.fee-conditions {
    float: left;
    margin: 10px 0;
}

.supervisors-list {
    margin-bottom: 20px;
}

#layerslider-container-landing {
    width: 815px;
    height: 300px;
    position: relative;
    border-radius: 20px 0 0 0 !important;
}

#layerslider-container-campaign-landing {
    width: 996px;
    height: 300px;
    position: relative;
    border-radius: 20px 0 0 0 !important;
}

.publications-link {
    float: right;
}

.datepickers {
    float: left;
    margin-bottom: 5px;
}

.ui-datepicker-trigger {
    height: auto;
    left: -33px;
    margin-left: 5px;
    margin-top: 0;
    position: relative;
    top: 6px;
    width: 24px;
}

.date-picker {
    float: left;
    margin-right: -24px;
}

    .date-picker label {
        display: block;
        width: 75px;
    }

.phd-supervisor {
    /*border-bottom: 1px solid #009fda;
    border-top: 1px solid #009fda;*/
    margin-bottom: 20px;
    margin-top: 20px;
    /*padding-bottom: 20px;
    padding-top: 20px;*/
}



.symp-gallery-div {
    float:left !important;
    display:inline-block;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    width: 23%;
}


.survey-container {
    background-color: #646668;
    display: none;
    overflow: hidden;
    padding: 10px;
}

.survey-detail {
    max-width: 600px;
}
.survey-detail {
    margin: 0 auto;
    max-width: 90%;
    z-index: 1;
}

.survey-container h3 {
    font-size: 2.30769em;
}
.survey-container h3 {
    color: #fff;
    font-size: 1.61539em;
    font-weight: 600;
    padding: 0.3em 0;
    text-align: center;
}

.survey-container p {
    font-size: 1.38461em;
}
.survey-container p {
    color: #fff;
    font-size: 1.07692em;
    margin: 0;
    text-align: center;
}

.survey-container span.button a.survey-accept {
    background-color: #009fda;
    border: 1px solid #009fda;
    border-radius: 4px;
}
.survey-container span.button a {
    color: #fff;
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 6px 12px;
    text-decoration: none;
}
.survey-container a {
    color: #fff;
}


.survey-container p.privacy {
    float: right;
    margin-top: -15px;
    padding-right: 15px;
}
.survey-container p.privacy {
    font-size: 1em;
    margin-top: -5px;
}


.survey-detail p {
    margin-bottom: 15px;
}

.survey-detail p + p {
    margin-bottom: 0;
}
