﻿@charset "UTF-8";

@media print {
    a[href]:after {
        content: none !important;
    }
}

/* CSS Document */
ul.nav.navbar-nav li a {
    border-bottom: solid 4px transparent !important;
}
/* Colour changes */
.navbar-default {
    background: #00A2E0;
}

.occupations-entry a.btn {
    background: rgba(236,197,0,1);
    color: rgba(255,255,255,0.5);
}

.bursaries-entry a.btn {
    background: rgba(236,197,0,1);
    color: rgba(255,255,255,0.5);
}

/*.bursaries-entry a.btn {
    background:rgba(236,197,0,1);
    color: rgba(255,255,255,0.5);
}*/

blockquote {
    border-color: rgba(236,197,0,1);
}


body {
    background: white;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    /*display: run-in; /*This is for IE*/*/

    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    min-height: 100vh;
}

h1, h2 {
    font-weight: 600;
    margin: 0;
    padding: 0 0 14px 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.space-top {
    margin-top: 30px;
}

.spacer {
    padding-bottom: 15px;
}

.space-bottom {
    margin-bottom: 10px;
}

.medium-text {
    font-size: 17px;
}


.inline-icons {
    display: inline !important;
}

.row.no-pad {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-pad [class*='col-'] {
        padding-right: 0;
        padding-left: 0;
    }

.nomargin {
    margin: 0;
}

.margin15 {
    margin: 15px;
}

.margin-vert {
    margin: 30px 0;
}

.margin-horz {
    margin: 0 30px;
}

.subscript {
    font-size: 12px;
    color: #999;
    margin: 15px 0;
}

table {
    background: white;
    /*min-width: 740px;*/
}

table, td {
    border: 1px solid #ddd;
    padding: 5px 10px;
}

    table.noborder {
        margin: 0;
        width: 100%;
        min-width: inherit;
    }

        table.noborder, table.noborder td {
            border: 0;
        }

            table.noborder td {
                border-bottom: 1px solid #ddd;
                padding: 15px 5px;
            }

                table.noborder td:first-child {
                    border-right: 1px solid #ddd;
                }

.blueback {
    background: rgba(22,120,205,0.1);
    font-weight: 600;
}

blockquote {
    background: #f5f5f5;
    margin-bottom: 30px;
}

.well {
    box-shadow: none;
    border: 0;
    border-radius: 0;
}

.breadcrumb {
    padding: 30px;
}


.common-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;

    -webkit-box-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
}

.page-body {
    background: white;
}

.above-the-fold {
    background-image: url(../img/headerim.jpg);
    background-size: cover;
    background-position: center;
    margin-top: -30px;
    padding-top: 30px;
    padding-bottom: 50px;
}

.below-fold {
    padding-top: 30px;
}

.login-item {
    max-width: 1200px;
    margin: auto;
}

.login-options {
    padding: 5px 25px 5px 25px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #fff;
    font-size: 16px;
}

    .login-options .dropdown-menu {
        left: -25px !important;
    }

    .login-options i {
        padding-right: 5px;
    }

    .login-options a {
        color: #565656;
    }

        .login-options a:hover {
            color: #565656;
            text-decoration: none;
        }

.brand-bar {
    max-width: 1200px;
    padding: 30px;
    background: #ffffff url(../img/flag.png) no-repeat right;
    margin: 15px auto 0 auto;
}

.logo img {
    max-width: 256px;
    max-height: 56px;
}

.navbar-default {
    max-width: 1200px;
    margin: 0 auto;
    border: none;
    border-radius: 0;
}

ul.nav.navbar-nav li a {
    padding: 0 30px;
    color: rgba(255,255,255,0.8);
    line-height: 72px;
}

    ul.nav.navbar-nav li.active a, ul.nav.navbar-nav li a:hover, ul.nav.navbar-nav li a:active, ul.nav.navbar-nav li a:visited {
        border-bottom: solid 4px #040404;
        color: white;
    }

        ul.nav.navbar-nav li.active a, ul.nav.navbar-nav li.active a:hover {
            background: none;
            cursor: default;
            color: white;
        }

.navbar-collapse {
    padding: 0;
}

a.login-btn {
    background-color: rgba(4,4,4,0.85);
    color: white;
    line-height: 76px;
    padding: 0 30px;
    display: inline-block;
    text-decoration: none;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle.collapsed {
    border: 0;
    background-color: transparent !important;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: white;
    }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0;
}

.navbar-collapse.in ul.nav {
    margin: 0;
}

    .navbar-collapse.in ul.nav.navbar-nav li a {
        padding: 10px;
        line-height: normal;
    }

.navbar-collapse.in a.login-btn.pull-right {
    float: none !important;
    background: rgba(4,4,4,0.25);
    display: block;
    padding: 10px;
    line-height: normal;
}

.navbar-collapse.in ul.nav.navbar-nav li.active a, .navbar-collapse.in ul.nav.navbar-nav li a:hover {
    border: 0;
    background: rgba(255,255,255,0.15);
}

.intro-msg {
    color: white;
    height: 374px;
    margin-left: 50px;
    padding-top: 125px;
}

    .intro-msg h1 {
        font-size: 42px;
        line-height: 60px;
    }

    .intro-msg h2 {
        font-size: 19px;
        line-height: 25px;
    }


.questionnaire-entry {
    background: rgba(4,4,4,0.85);
    color: white;
    height: auto;
    padding: 0 0 0 30px;
    margin-top: 88px;
}

    .questionnaire-entry .text-destail {
        padding-bottom: 30px;
    }

    .questionnaire-entry h1 {
        font-size: 32px;
        font-weight: 400;
        border-bottom: 1px solid #666;
        padding: 46px 0 10px 0;
        margin-bottom: 10px;
    }

    .questionnaire-entry p {
        padding-right: 15px;
    }

    .questionnaire-entry a.btn {
        background: rgba(255,255,255,0.5);
        color: rgba(255,255,255,0.5);
        border-radius: 0;
    }


.occupations-entry {
    background: rgba(4,4,4,0.9);
    color: rgba(255,255,255,0.5);
    padding: 0 5px 0px 20px;
}

    .occupations-entry h1 {
        font-size: 32px;
        font-weight: 400;
        border-bottom: 1px solid #575C69;
        padding: 46px 0 10px 0;
        margin-bottom: 10px;
    }

    .occupations-entry a.btn {
        border-radius: 0;
        /*margin-top: 13px;*/
    }

    .occupations-entry p {
        padding-right: 15px;
    }


/*bursaries*/

.bursaries-entry {
    background: rgba(4,4,4,0.9);
    color: rgba(255,255,255,0.5);
    padding: 0 5px 0px 20px;
}

    .bursaries-entry h1 {
        font-size: 32px;
        font-weight: 400;
        border-bottom: 1px solid #575C69;
        padding: 46px 0 10px 0;
        margin-bottom: 10px;
    }

    .bursaries-entry a.btn {
        border-radius: 0;
        /*margin-top: 13px;*/
    }

    .bursaries-entry p {
        padding-right: 15px;
    }













/*.bursaries-entry {
    background: rgba(4,4,4,0.9);
    color: rgba(255,255,255,0.5);
    min-height: 431px;
    padding: 0 0 0 50px;
}

    .bursaries-entry h1 {
        font-size: 32px;
        font-weight: 400;
        border-bottom: 1px solid #575C69;
        padding: 46px 0 10px 0;
        margin-bottom: 10px;
    }

    .bursaries-entry a.btn {
        background: rgba(255,255,255,0.3);
        color: rgba(255,255,255,0.5);
        border-radius: 0;
        margin-top: 30px;
    }

    .bursaries-entry p {
        padding-right: 15px;
    }*/

.institutions-entry {
    background: rgba(4,4,4,0.9);
    color: rgba(255,255,255,0.5);
    padding: 0 5px 1px 20px;
}

    .institutions-entry h1 {
        font-size: 28px;
        font-weight: 400;
        border-bottom: 1px solid #575C69;
        padding: 46px 0 14px 0;
        margin-bottom: 10px;
    }

    .institutions-entry a.btn {
        background: rgba(255,255,255,0.3);
        color: rgba(255,255,255,0.5);
        border-radius: 0;
        /*margin-top: 12px;*/
    }

    .institutions-entry p {
        padding-right: 15px;
    }


.programmes-entry {
    background: rgba(4,4,4,0.9);
    color: rgba(255,255,255,0.5);
    padding: 0 15px 1px 20px;
}

    .programmes-entry h1 {
        font-size: 28px;
        font-weight: 400;
        border-bottom: 1px solid #575C69;
        padding: 46px 0 14px 0;
        margin-bottom: 10px;
    }

    .programmes-entry a.btn {
        background: rgba(255,255,255,0.3);
        color: rgba(255,255,255,0.5);
        border-radius: 0;
        /*margin-top: 12px;*/
    }

    .programmes-entry p {
        padding-right: 15px;
    }


.featured-article {
    color: #111;
    height: 288px;
    margin: 130px 0 0 0;
}

    .featured-article h1 {
        font-size: 50px;
        font-weight: 400;
        max-width: 600px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        padding: 0 30px 25px 0;
        margin-bottom: 25px;
    }

    .featured-article p {
        padding-right: 30px;
    }

    .featured-article .datestamp {
        margin: 30px 0 0 50px;
        padding-right: 15px;
        font-size: 12px;
    }

.featured-article-img {
    margin: 80px 0;
    background: rgb(0,0,0);
}

    .featured-article-img img {
        width: 100%;
        opacity: 0.8;
    }

.featured-article a {
    color: rgba(0,0,0,0.8);
}

    .featured-article a:hover {
        color: rgba(0,0,0,0.6);
        text-decoration: none;
    }

.home .article {
    background: rgb(0, 0, 0);
}

    .home .article img {
        width: 100%;
        position: relative;
        opacity: 0.8;
    }

.home .article-copy {
    display: inline-block;
    z-index: 99;
    background: rgba(255,255,255,0.85);
    color: #666;
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    min-height: 200px;
}

.home .article h2 {
    font-weight: 400;
    font-size: 12px;
    color: #999;
    border-bottom: 1px solid #ddd;
    padding: 40px 15px 15px 0;
    margin: 0 0 25px 15px;
    letter-spacing: .2em;
}

.home .article p {
    font-size: 12px;
    margin: 0 15px 25px 15px;
}

.home .article .datestamp {
    color: #999;
}


footer {
    background: #2d2d2d;
    padding: 50px 0;
    color: white;
}

    footer ul, footer li {
        margin: 0;
        padding: 0;
    }

    footer li {
        list-style: none;
        line-height: 36px;
        font-size: 13px;
    }

        footer li a, footer li a:visited {
            color: white;
            line-height: 36px;
            font-size: 13px;
        }

            footer li a:hover, footer li a:active {
                color: rgba(255,255,255,0.6);
                text-decoration: none;
            }

.footer-logo {
    width: 150px;
}

.copyleft {
    color: rgba(255,255,255,0.30);
    margin-top: 30px;
    font-size: 11px;
}

.article-block {
    padding: 30px;
    max-width: 800px;
    margin: 30px auto;
}

.body-block {
    padding: 50px 50px 50px 50px;
}

    .body-block a {
        text-decoration: none;
    }

        .body-block a:hover {
            color: inherit;
            text-decoration: none !important;
        }

    .body-block.reduced-padding {
        padding-top: 25px !important;
    }

.netgen-table {
    width: 100%;
    border: none;
    min-width: 0px !important;
}



    .netgen-table td {
        padding: 5px;
        border: none;
    }

    .netgen-table .img-circle {
        border: 1px solid #cccccc;
    }

.line-seperator {
    height: 1px;
    background-color: #e9e9e9;
    width: 100%;
    margin-top: 15px;
}

.subheader {
    font-weight: bold;
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 25px;
    color: #4f4f4f;
}

.subheader-country {
    font-weight: bold;
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 0px;
    color: #4f4f4f;
}

.article-block p {
    line-height: 1.8em;
    margin-bottom: 30px;
}

.article-block h3 {
    margin-bottom: 30px;
}

.header-with-detail {
    clear: both;
}

    .header-with-detail h1 {
        float: left;
    }

    .header-with-detail i {
        float: left;
        font-size: 45px;
        color: #757575;
        padding-right: 20px;
    }

    .header-with-detail .dropdown-toggle:hover {
        cursor: pointer;
    }

.google-map {
    height: 250px;
    width: 100%;
}

.featured-box {
    border: solid 1px #e2e2e2;
    margin-top: 30px;
}

    .featured-box .badge {
        margin-top: -18px;
        background-color: #e7e7e7;
        color: #434343;
        font-size: 14px;
        padding: 5px 20px 5px 20px;
    }

    .featured-box table {
        width: 100%;
        height: 90%;
        min-width: 0px;
        border: none;
    }

        .featured-box table td {
            vertical-align: middle;
            border: none;
            text-align;
            background: none;
        }

            .featured-box table td img {
                /*width:324px;
                height:130px;*/
                width: 280px;
                height: 120px;
            }

@media (max-width: 768px) {
    .featured-box table td img {
        width: 100%;
    }
}

.material-table {
    margin-top: 4px;
    width: 100%;
    min-width: 0px;
    border: none !important;
}

    .material-table td {
        width: 100%;
        font-size: 16px;
        padding: 15px 0px 15px 0px;
        border: none !important;
        border-bottom: 1px solid #b5b5b5 !important;
        color: #484848 !important;
    }

        .material-table td a {
            color: #484848 !important;
        }

        .material-table td:hover {
            cursor: pointer;
        }

        .material-table td .badge {
            background-color: #e7e7e7;
            color: #434343;
            font-size: 13px;
            padding: 5px 20px 5px 20px;
        }


/*Material styled forms*/
.material-form-group {
    width: 100%;
    margin-bottom: 25px;
}

    .material-form-group .material-form-line {
        width: 100%;
        position: relative;
        border-bottom: 1px solid #ddd;
    }

.material-form-line .material-form-control, .material-form-line .multiselect.dropdown-toggle.btn.btn-default {
    width: 100%;
    border: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 5px;
    text-align: left !important;
    padding: 3px;
    background-color: transparent !important;
    border-bottom: solid 1px #337ab7;
}

    .material-form-line .multiselect.dropdown-toggle.btn.btn-default b {
        text-align: right;
        float: right;
        margin-top: 8px;
    }

.material-form-line {
    margin-bottom: 20px;
}

    .material-form-line .btn-group {
        display: block;
    }

.gray-block {
    padding: 20px 15px 2px 15px;
    background-color: #f8f8f8;
}

.material-form-group .material-form-line.focused:after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.material-form-line.focused {
    border-bottom: 1px solid #337ab7;
}

.material-form-control {
    outline: none;
}

.detail-link {
    color: #337ab7;
    font-weight: bold;
    font-size: 16px;
    margin-top: 30px;
}

.detail-header {
    margin-top: 30px;
    font-weight: bold;
    font-size: 16px;
    color: #4f4f4f;
}

@media only screen and (max-width: 1024px) {
    .institutions-entry h1, .programmes-entry h1 {
        font-size: 22px;
        padding-top: 53px;
    }
}

@media only screen and (max-width: 990px) {
    .intro-msg {
        margin-left: 15px;
    }

    .institutions-entry, .programmes-entry {
        padding-left: 30px;
    }

    .occupations-entry {
        padding-left: 30px;
    }

    .bursaries-entry {
        padding-left: 30px;
    }
}


@media only screen and (max-width: 891px) {
    ul.nav.navbar-nav li a {
        padding: 0 20px;
    }

    .login-btn {
        padding: 0 20px;
    }

    .intro-msg h1 {
        font-size: 34px;
        line-height: 40px;
    }

    .intro-msg h2 {
        font-size: 16px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .intro-msg {
        padding-top: 30px;
        margin-left: 15px;
        height: 100px;
    }

        .intro-msg h1 {
            font-size: 36px;
            line-height: 40px;
        }

        .intro-msg h2 {
            font-size: 14px;
            line-height: 20px;
        }

    .questionnaire-entry {
        margin-top: 30px;
    }

    .featured-article-copy, .featured-article .datestamp, .footer-logo, .footer-nav, .footer-contact, footer .col-xs-offset-1 {
        margin-left: 30px;
    }

    .footer-nav, .footer-contact {
        margin: 30px 0 0 30px;
    }

    .footer-logo {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 460px) {
    .intro-msg {
        padding-top: 60px;
    }

        .intro-msg h1 {
            font-size: 28px;
            line-height: 34px;
        }

        .intro-msg h2 {
            font-size: 13px;
            line-height: 18px;
        }

    .questionnaire-entry h1 {
        font-size: 26px;
    }
}


/* occupations browse by field */
.TitleBar {
    width: 100%;
    min-height: 40px;
    background-color: #eeeeee;
    border-bottom: solid 1px #dddddd;
    margin-bottom: 25px;
}

.TitleBarText {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 10px;
}

.expandBtn {
    float: right;
    background: #ddd;
    color: #333;
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    cursor: pointer;
    border-left: 1px solid #fff;
}

    .expandBtn:hover {
        background: #ccc;
    }

/* paging */
ul.Pager {
    margin: 50px 0 60px 0;
    list-style-type: none;
    text-align: left;
    padding: 0 0;
}

    ul.Pager li {
        display: inline;
    }

        ul.Pager li.active {
            display: inline;
            width: 28px;
            margin: 4px 4px;
            padding: 5px 8px;
            background-color: #337ab7;
            color: #fff;
            border-radius: 3px;
        }

        ul.Pager li.previous a, ul.Pager li.previous, ul.Pager li.next a, ul.Pager li.next {
            display: inline;
            margin: 4px 8px;
            padding: 5px 8px;
            background-color: #fff;
            color: #337ab7;
            border-radius: 3px;
            text-decoration: none;
        }

            ul.Pager li.previous a, ul.Pager li.previous {
                margin: 4px 8px;
                padding: 5px 8px;
                padding-left: 0;
                margin-left: 0;
            }

        ul.Pager li a {
            display: inline;
            width: 34px;
            margin: 4px 4px;
            padding: 5px 8px;
            background-color: #fff;
            color: #337ab7;
            border-radius: 3px;
            text-decoration: none;
        }

            ul.Pager li a:hover {
                background-color: #337ab7;
                color: #fff;
            }

/*  alphabetic paging */
.pItem {
    background-color: #EBF2FF;
    border: 1px solid #CCDEFF;
    color: #000000;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
    margin: 0 3px 0;
    padding: 2px 5px;
    text-decoration: none;
}

/* content results */
.list-item {
    padding: 10px 0;
}

.ResultsRow {
    border-bottom: 1px solid #ededed;
    line-height: 45px;
    padding: 10px 10px 10px 10px;
}

    .ResultsRow:nth-child(odd) {
        background: #f9f9f9;
    }

.BursaryItem, .ListItem {
    padding: 25px 0;
    border-bottom: solid 1px #eee;
}

.ListItem {
    padding: 13px 0;
    border-bottom: solid 1px #eee;
}

    .ListItem.NoResults {
        padding: 40px 0 250px 0;
        border-bottom: none;
    }

.ListLink {
    margin-bottom: 4px;
}

/* Bursaries */
#BrowseStudyFields {
    padding: 0px 15px;
    text-align: right;
}

.GlyphG {
    color: #999;
}

.RowG {
    font-family: 'Open Sans', sans-serif;
}

.RowDescription {
    margin: 15px 0;
    color: #000;
}

h4.BursaryHeading {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

@media (max-width:800px) {
    #BrowseStudyFields {
        padding: 0px 15px;
        margin-bottom: 20px;
        text-align: left;
    }
}

/* questionnaire */
h1.Questionnaire {
    font-size: 24px;
    margin-bottom: 20px;
}

h1.lpp-all {
    font-size: 21px;
    margin-bottom: 25px;
    margin-top: 5px;
    padding: 0;
}

.lpp-btn-all {
    text-align: right;
}

@media only screen and (max-width: 1000px) {
    h1.lpp-all {
        font-size: 21px;
        margin-bottom: 15px;
        padding-bottom: 0;
        margin-top: 5px;
    }

    .lpp-btn-all {
        clear: both;
        text-align: left;
        margin-bottom: 15px;
    }
}

ul.Sub {
    list-style: none;
    margin: 0 0;
    padding: 0 0;
}

/* validation */
.error, label.error {
    color: red;
    font-weight: normal;
    padding-top: 4px;
}

/* navbar fixes */
.navbar-right {
    margin-right: 0;
}

/* signup ddn fixes to fix border bottom issue on these buttons */
form#LoginForm p a.btn.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    form#LoginForm p a.btn.btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
        border-bottom: solid 1px #adadad;
    }

/* buttons */
.btn-action {
    color: #fff;
    background-color: #1678CD;
    border-color: #76b0e2;
}

    .btn-action:hover {
        color: #fff;
        background-color: #444A59;
        border-color: #91959d;
    }

/*disclaimer*/
.disclaimer {
    max-width: 1000px;
    color: rgba(255,255,255,0.30);
    margin-top: 10px;
    font-size: 10px;
}

/*article*/
img.FeaturedImage {
    max-width: 100%;
    margin: 40px 0;
}

#mapDiv {
    width: 100%;
    height: 300px;
    margin-bottom: 12px;
}

.list-item.occupation {
    padding: 13px 0;
    border-bottom: solid 1px #eee;
}

    .list-item.occupation.clear-border {
        border-bottom: 0 !important;
    }

.nav > li > a {
    font-size: 13px;
}


.green-block {
    text-align: center;
    background-color: #1b9f0c;
    color: #fff;
    padding: 25px 0px 25px 0px;
}


.padding-30 {
    padding-left: 30px;
}


.remove-padding {
}

    .remove-padding.padding-right {
        padding-right: 0 !important;
    }

    .remove-padding.padding-left {
        padding-left: 0 !important;
    }

hr {
    margin-top: 15px !important;
}

.padUp {
    margin-bottom: -8px !important;
}

.padDown {
    margin-top: 14px !important;
}

.inline {
    display: inline !important;
}


/*Mobile View*/
/*logo img*/
/*Mobile View*/
.display-logo{
         display:block;
     }

.remove-logo{
         display:none;
     }

@media only screen and (max-width:767px) {
    .logo img{
        max-width:244px !important;
    }

    .parentDiv {
        display: table;
    }

    /*.parentDiv div{width: 100%;float: none}*/
    .firstDiv
    {
        display:table-footer-group; 
  float:none;
     
  
    }
    .secondDiv
    {
        display: table-header-group;
      float:left;
    } 

     /*mobile view logo*/
     .display-logo{
         display:none;
     }
     .remove-logo{
         display:block;
     }
}



/*Occupation Screen*/

.occupation-banner{
    height:110px;
}

.video-top{
    padding-top:90px !important;
}

.article-spacer-top{
    margin-top:35px !important;
    margin-bottom:35px !important;
}

.banner-spacer-top{
    margin-top:35px !important;
    margin-bottom:35px !important;
}

.occupation-article{
    font-size:16px;
    color:#337ab7;
}

.area-1{
    padding:0 !important;
}

.occupation-article-div{
    margin-top:15px !important;
}

.occupation-banner-div{
    margin-bottom:15px !important;
}

.spacer-bottom{
    margin-bottom:15px !important;
}

.spacer-top {
    margin-top: 30px !important;
}

.mobileVisibleOnly {
    display: none;
}

@media only screen and (max-device-width: 640px) {
    .mobileVisibleOnly {
        display: block;
    }
}

.popover-title {
    font-size: 18px !important;
}

.popover-content li {
    margin-bottom: 5px;
}

.popover-content a {
    font-size: 16px;
}