﻿body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #2e2e2e;
    background-color: #f2f2f2;
    /*background-image: url('/content/images/background-guide.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;*/
}

a:link, a:visited, a:hover, a:active {
    color: #0074b3;
}

.main {
    background-color: #ffffff;
    /*margin-top: 160px;*/
}

h2 {
    font-size: 18px;
    line-height: normal;
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    h2.largeHeadline {
        font-size: 28px;
    }

.headline h1, .headline h2, .headline h3 {
    font-family: 'Open Sans';
    font-size: 21px;
    text-transform: uppercase;
    border-bottom: solid 2px #0074b3;
    font-weight: normal;
}

.headline {
    border-bottom: dotted 1px #ccc;
}

    .headline h3 {
        font-size: 16px;
    }

/* Navigation */
nav {
    font-family: 'Open Sans';
    background: #0074b3;
    margin: 20px 0;
    border: solid 2px #0074b3;
    border-top: 0;
}

#logoNav {
    margin-top: -36px;
    padding-left: 10px;
}

.dropdown > a:after {
    content: "";
}

.billboard iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;

}

#job-frame {
    height: 500px;
    width: 100%;
}

header iframe {
    width: 728px;
    height: 90px;
}

.header .navbar-default .navbar-nav > .open > a, .header .navbar-default .navbar-nav > .open > a:hover, .header .navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
}

.header .dropdown-menu li a {
    color: #ffffff;
    background: #0074b3;
    text-transform: uppercase;
}

.header .dropdown-menu {
    border-bottom: solid 2px #003974;
}

    .header .dropdown-menu li > a {
        background: #0074b3 !important;
    }

        .header .dropdown-menu .active > a, .header .dropdown-menu li > a:hover {
            transition: background-color 0.8s ease;
            background: #003974 !important;
        }

/* Header */

header {
    margin-top: 20px;
}

.header {
    border: 0;
}

    .header .navbar-default .navbar-nav > li > a {
        color: #fff;
        padding: 20px 10px;
        font-size: 15px;
    }

        .header .navbar-default .navbar-nav > li > a:hover,
        .header .navbar-default .navbar-nav > .active > a {
            border-bottom: solid 2px #0074b3;
            transition: background-color 0.8s ease;
            background: #003974;
        }

        .header .navbar-default .navbar-nav > li > a:active,
        .header .navbar-default .navbar-nav > .active > a,
        .header .navbar-default .navbar-nav > li .active {
            border-bottom: solid 2px #0074b3;
            transition: background-color 0.8s ease;
            background: #003974;
            color: #ffffff;
        }

    .header .navbar .nav > li > .search {
        border-bottom: 0;
        background: #fff;
        width: 50px;
        padding: 23px 0 22px;
        color: #0074b3;
        border-radius: 0 !important;
    }

    .header .navbar .search-open {
        top: 60px;
    }

        .header .navbar .search-open input {
            border-radius: 5px 0 0 5px !important;
        }

    .header .navbar .nav > li > .search:hover {
        color: #fff;
        transition: background-color 0.5s ease;
        background: #003974;
        border: 0;
    }


/* Search button */
.btn-u {
    background: #0074b3;
    border-radius: 0 5px 5px 0 !important;
}

    .btn-u:hover, .btn-u:focus, .btn-u:active, .active.btn-u, .open .btn-u.dropdown-toggle {
        background: #003974;
    }

/* Navigation toggle */
.navbar-default .navbar-toggle {
    border: solid 1px #fff;
}

.navbar-toggle:hover {
    background: #003974 !important;
}

/* Social Media*/

.socialMedia {
    margin-top: 18px;
    margin-left: 10px;
    background: #ffffff;
    border-radius: 3px !important;
    padding: 0 2px;
    display: inline-block;
    width: 25px;
}

    .socialMedia:hover {
        transition: background-color 0.5s ease;
        background: #003974 !important;
    }

    .socialMedia a {
        border-bottom: 0 !important;
        text-decoration: none;
    }

.socialMediaShare {
    z-index: 1000;
    margin: 15px 0;
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices, .stButton_gradient {
    height: 22px !important;
}

/* Image effects */
.view-tenth img {
    left: 0;
    margin-left: 0;
}

.view-tenth {
    margin-bottom: 0;
}

    .view-tenth a.info {
        background: #0074b3;
        border-radius: 5px !important;
        font-family: 'Open Sans';
    }

        .view-tenth a.info:hover {
            transition: background-color 0.5s ease;
            background: #003974;
        }

    .view-tenth p {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px;
        color: #2e2e2e;
        margin-bottom: -10px;
    }

/* Thumbnail article list */
article {
    overflow: hidden;
    clear: both;
}

.thumbnailArticle {
    overflow: hidden;
    margin: 15px 0 0 0;
    padding-bottom: 15px;
}


    .thumbnailArticle h2 {
        padding-top: 0;
        margin-top: 0;
    }

    .thumbnailArticle .img-thumbnail {
        margin-right: 15px;
    }

/* Title article list */
.titleArticle {
    overflow: hidden;
    margin: 15px 0 0 0;
}

    .titleArticle h2 {
        padding: 0;
        margin: 0;
        font-size: 16px;
    }


/* Advertisng */

.advert {
    margin: auto;
    margin-bottom: 30px;
    max-width: 300px;
}

    .advert img {
        margin: auto;
        display:block;
        max-width:100%;
        height:auto
    }

.advertBuffer {
    margin-top: 30px;
}

/* Most Read Tabs */
#myTab h2 {
    font-family: 'Open Sans';
    font-size: 18px;
    text-transform: uppercase;
}

#myTabContent {
    border: solid 1px #ddd;
}

    #myTabContent article {
        padding: 5px 15px;
    }

#mostRead .nav-tabs {
    border-bottom: 0;
}

#alsoRead {
    margin-bottom: 20px;
}

    #alsoRead article {
        min-height: 80px;
    }


/* Section styles */
.sectionBuffer {
    margin-bottom: 30px;
}

/* Article details */
.author {
    font-size: 12px;
    margin-bottom: 20px;
}

.summary {
    margin-bottom: 0;
}


#breadcrumb {
    margin-bottom: 10px;
}

.related {
    border: solid 1px #ccc;
    padding: 0 15px;
    margin-bottom: 30px;
}

    .related h2 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .related p {
        margin-top: 0;
        margin-bottom: 0;
    }

.articleImage {
    float: right;
    margin-left: 15px;
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
}

.articleDetails a.info {
    margin-top: 60px;
}

.imageCaption {
    font-size: 12px;
    color: #5a5a5a;
    font-style: italic;
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
    text-align: center;
    max-width: 252px !important;
}

#opinionIdentifier {
    color: #555;
    float: right;
    font-weight: bold;
}

/* Comments */

.comment {
    border-bottom: dashed 1px #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#displayComment .btn-u {
    color: #ffffff !important;
}

#displayComment {
    margin-bottom: 20px;
}

#commentPanel {
    float: right;
    margin-left: 20px;
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
}

#topComment {
    clear: both;
    max-width: 264px;
    float: right;
}

#leaveCommentBox {
    float: right;
    clear: both;
    text-align: center !important;
    font-size: 12px;
    border: solid 1px #ddd;
    display: block !important;
    max-width: 100% !important;
    width: 264px;
    padding: 10px;
    margin-bottom: 15px;
    background: #fefefe;
    margin-top: 5px;
}

#topComment .reg-page {
    padding: 15px;
}

.comment-count {
    display: block;
}

.comment-count-no-border {
    border-top: 0;
    float: none;
    display: inline;
}

    .comment-count-no-border:before {
        content: " - ";
    }

.comment-count div {
    float: right;
}

.comment-count-icon {
    margin-right: 2px;
}
/* Newsletter signup box */
#newsletter, #mag-subscription {
    background-color: #0574b5;
    padding: 15px;
    padding-bottom: 10px;
    border-radius: 10px !important;
    background-image: url('/content/images/icons/newseltter.png');
    background-position: 15px 15px;
    background-repeat: no-repeat;
}

#mag-subscription {
    background-image: url('/content/images/icons/magazine-icon.png');
}

    #newsletter p, #mag-subscription p {
        color: #fff;
        font-family: 'Open Sans';
        text-transform: uppercase;
        font-size: 18px;
        margin-left: 55px;
        margin-bottom: 20px;
    }

    #mag-subscription p {
        font-size: 17px;
    }

    #newsletter input, #mag-subscription input {
        border-radius: 5px !important;
        margin-top: 10px;
    }

    #newsletter .btn-u, #mag-subscription .btn-u {
        background: #003974;
        color: #fff;
        font-family: 'Open Sans';
        text-transform: uppercase;
    }

/* Download App */

#downloadApp .btn-u {
    border-radius: 5px !important;
    font-family: 'Open Sans';
    font-family: 'Open Sans';
    text-transform: uppercase;
    margin-top: 15px;
}

#downloadApp .fullButton {
    font-size: 18px;
    width: 100%;
}

.margin-right-15 {
    margin-right: 15px;
}

/* Magazine */
.magazine {
    margin-bottom: 30px;
    text-align: center;
    display: block;
}

    .magazine img {
        margin-bottom: 5px;
        border: solid 1px #ddd;
    }

.magazineText {
    text-align: center;
    display: block;
    font-size: 12px;
}
/* /Magazine */



/* Jobs */
iframe {
    border: 0;
    display: block;
}

/*aside iframe{ height: 600px;} - this is causing a large white gap under the Adtech MPU*/
/* Login */
.reg-page .btn-u {
    border-radius: 5px !important;
    font-size: 14px;
}

.reg-page .form-control {
    width: 100%;
}

.reg-page .form-group {
    font-size: 12px;
}

.reg-page h2, .reg-page h4, .reg-page .btn-u {
    font-family: 'Open Sans';
    font-size: 21px;
    text-transform: uppercase;
}

.reg-page h4 {
    font-size: 16px;
}


.reg-page, .reg-page label {
    font-weight: normal;
    font-size: 12px;
    color: #555555;
}

/* Footer */
footer {
    background: #0574b5;
    margin-top: 60px;
    padding: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

    footer p {
        color: #ffffff;
    }

    footer .headline h2 {
        border-bottom: solid 2px #003975;
        color: #ffffff;
        font-family: 'Open Sans';
        text-transform: uppercase;
        font-size: 21px;
        font-weight: normal;
        margin-top: 20px;
    }

    footer .btn-u {
        background: #003975;
        text-transform: uppercase;
    }

    footer input {
        border-radius: 5px 0 0 5px !important;
    }

    footer .socialMedia {
        margin: 0;
        padding: 5px;
        width: 30px;
        margin-right: 5px;
    }

    footer a:link, footer a:visited, footer a:hover, footer a:active {
        color: #fff;
        text-decoration: underline;
    }

    footer h2 {
        font-size: 14px;
    }

    footer .thumbnailArticle {
        border-bottom: dotted 1px #fff;
    }


/* Copyright */
#copyright {
    background: #003975;
    padding: 15px;
    color: #0574b5;
    font-size: 12px;
}

    #copyright a:link, #copyright a:visited, #copyright a:hover, #copyright a:active {
        color: #ffffff;
    }

    #copyright a:hover {
        text-decoration: underline;
    }

/* Poll */

#poll {
    padding: 15px;
    background: #eee;
    border: solid 1px #ddd;
    border-radius: 5px !important;
    overflow: hidden;
    color: #555;
}

    #poll div {
        width: 100%;
    }


.VoteBtn {
    color: #fff !important;
    background-color: #0574B5;
    padding: 5px 10px;
    border-radius: 5px !important;
    float: right;
    margin-top: 20px;
}

#uiMainContentPlaceHolder_uiPolls_uiPollQuestion {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: normal;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Filter */
.filter {
    margin-bottom: 30px;
}

.filterItem {
    font-family: 'Open Sans';
    font-size: 18px;
    border: solid 1px #ccc;
    border-bottom: 0;
    font-weight: normal;
    padding: 10px;
}

    .filterItem:last-child {
        border-bottom: solid 1px #ccc;
    }

    .filterItem img {
        margin-top: -5px;
        margin-right: -5px;
        height: 39px;
        width: 125px;
        float: right;
        border: 0;
    }

.filterItemSelected {
    background: #0574B5;
}

    .filterItemSelected a {
        color: #ffffff;
    }
    .filterItemChild {
    padding-left: 20px;
}

    .filterItemChild:before {
        color: #0574B5;
        content:"• "
    }

#category div.filterItem {
    height: 50px;
}

#mobileFilter {
    display: none;
    margin-top: 20px;
}

.filterButton {
    border-radius: 0 !important;
    margin-bottom: 5px;
    float: right;
    position: absolute;
    top: 0;
    right: 15px;
    background: #0074b3 !important;
}

    .filterButton i {
        color: #ffffff;
    }
/* Jobs */

.jobFeed {
    height: 160px;
}
/* Misc */
.divide {
    border-bottom: dotted 1px #ccc;
}

.fa {
    color: #0574b5;
}

.header .navbar .search-open .searchButton {
    background: #003975;
    border-radius: 0 5px 5px 0 !important;
    float: right;
    margin-left: -34px;
    margin-top: -34px;
}

    .header .navbar .search-open .searchButton:hover {
        transition: background-color 0.5s ease;
        background: #0574b5;
    }

.altEmail {
    display: none;
    visibility: hidden;
}

.btn-u a {
    color: #ffffff;
}

.viewAll {
    font-family: 'Open Sans';
    font-size: 21px;
    text-transform: uppercase;
    float: right;
    margin-top: -65px;
}

.margin-top-60 {
    margin-top: 60px;
}

hr {
    margin: 30px 0 10px 0;
}

.reg-page hr {
    margin: 30px 0;
}

.paddingBottom {
    padding-bottom: 20px;
}

.img-responsive {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
}

#newsTitles article h2 {
    font-size: 16px;
}

.categoryImage {
    margin-bottom: 10px;
}

.zoomer:hover .overlay-zoom .zoom-icon {
    margin-left: -4px;
}

.leaderboard {
    z-index: 10000;
}

    .leaderboard img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

.closeNewsletter {
    float: right;
    margin-top: -5px;
    display: block;
}

    .closeNewsletter i {
        color: #ffffff;
    }

.red {
    color: red;
    font-size: 14px;
}

.indent {
    padding-left: 30px;
}
/*Media Queries*/


@media (min-width: 992px) {
    .header .navbar-nav {
        float: none;
    }

    .header .navbar .nav > li > .search {
        float: right;
    }

    .header .navbar .nav > li:last-child {
        float: right;
    }

    .leaderboard {
        float: right;
    }

    .jobFeed {
        height: 180px;
    }

    .header .navbar-default .navbar-nav > li > a {
        padding: 10px;
    }
}

@media (max-width: 1170px) {
    .jobFeed {
        height: 200px;
    }
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .header .navbar-default .navbar-nav > li > a {
        padding: 20px 5px;
    }

    .jobFeed {
        height: 205px;
    }
}

@media (min-width: 1200px) {
    .header .navbar-default .navbar-nav > li > a {
        padding: 20px 10px;
    }
}

@media (max-width: 992px) {
    .header .navbar-default .navbar-nav > li > a {
        padding: 10px 10px;
    }

        .header .navbar-default .navbar-nav > li > a:hover,
        .header .navbar-default .navbar-nav > .active > a {
            color: #ffffff;
            border-bottom: solid 1px #fff;
        }

    .header .navbar .nav > li > .search {
        width: auto;
        padding: 12px 0 13px;
    }

    .header .navbar .search-open {
        top: 5px;
    }

        .header .navbar .search-open input {
            border-radius: 5px !important;
        }

    .btn-u {
        background: #003974;
    }

    .socialMedia {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .socialMediaDivide {
        border-bottom: solid 1px #fff;
        margin-bottom: 5px;
    }

    .header .navbar .search-open .searchButton {
        background: #003975;
    }

        .header .navbar .search-open .searchButton:hover {
            background: #003975;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #ffffff;
        }

    .jobFeed {
        height: 245px;
    }

    header, nav {
        margin: 0;
        padding: 0;
    }

    nav {
        margin-bottom: 20px;
    }

    .navbar-toggle {
        margin-right: 10px !important;
    }
}

@media (max-width: 767px) {
    .jobFeed {
        height: auto;
    }
}

@media (max-width: 480px) {
    #breadcrumb {
        margin-right: 45px;
    }

    #category div.filterItem {
        height: auto;
    }
    #magazine-list .col-xs-6 {
        width: 100%;
    }
}

/*Adtech*/

.main.container {
    position: relative;
}

