﻿body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #1a1a1a;
    background-color: white;
}

#wrapper .container {
    background-color: white;
}

#wrapper header .container, #wrapper nav .container {
    background-color: transparent;
}

h1, h2, h3, h4, p, ol, ul, li {
    margin: 0;
    padding: 0;
}

#midland-hr h2 {
    font-size: 1.4em;
}

ul {
    padding-left: 15px;
}

ol {
    padding-left: 20px;
}

li {
    margin-bottom: 10px;
}

p {
    line-height: 1.5;
    margin-bottom: 10px;
}

h1, h2, h3, h4 {
    margin-bottom: 10px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}

blockquote {
    font-size: 14px;
}

hr {
    border-bottom: solid 1px #dddddd;
}

.main-articles {
    margin-bottom: 20px;
}

#coming-soon {
    font-size: 1.5em;
}

#midland-hr section {
    margin-bottom: 25px;
}

.red {
    color: red !important;
}

a:link, a:visited, a:hover, a :active {
    color: #b4181e;
}

/* Navigation */
#top-advertising {
    padding: 0 0 20px 0;
}

    #top-advertising img {
        display: block;
        max-width: 100%;
        height: auto;
        max-height: 90px;
    }

.navbar {
    margin-bottom: 0;
    font-size: 12px;
    height: 50px;
    font-size: 11px;
}

    .navbar li {
        margin-bottom: 0;
    }

    .navbar .fa {
        margin-right: 5px;
    }

.navbar-default {
    border: 0;
    border-radius: 0;
    background-color: #1a1a1a;
    border-bottom: solid 1px #808080;
    height: 51px;
    position: relative;
    z-index: 999;
}

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:visited {
        color: #ffffff !important;
        border-right: solid 1px #808080;
    }

.nav > li > a {
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #b4181e;
}

.nav > li > a:focus, .nav > li > a:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #b4181e;
    color: #ffffff;
}

.dropdown {
    font-size: 21px;
}

.dropdown-menu {
    width: 100%;
    background-color: #b4181e;
    border-radius: 0;
    margin-top: 0;
    border-top: solid 1px #ffffff;
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a {
        color: #ffffff;
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 18px;
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            background: #1a1a1a;
            color: #ffffff;
        }

nav .col-sm-4 {
    padding-left: 0;
    padding-right: 0;
}

nav .nav-pills li {
    border-right: solid 1px #ffffff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 24px;
}

    nav .nav-pills li.last-nav-item {
        border-right: 0 !important;
    }

    nav .nav-pills li .dropdown-menu li {
        border-right: 0;
        font-family: 'Open Sans', sans-serif;
    }

.navbar-form {
    padding: 0;
    overflow: hidden;
}

    .navbar-form input {
        background-color: #000000;
        border: 0;
        border-radius: 0;
        color: #ffffff;
    }

    .navbar-form .input-group-addon {
        background-color: #000000;
        border: 0;
        border-radius: 0;
        color: #ffffff;
    }

.navbar .navbar-collapse {
    background-color: #1a1a1a;
}

.navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ffffff;
    color: #b4181e !important;
    border: 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #b4181e;
    color: #ffffff;
}
/* /Navigation */
/* Header and Secondary Nav */
#content-sections {
    background: #b4181e;
}

    #content-sections [class*="col-"] {
        padding: 0;
        white-space: nowrap;
    }

header {
    background-color: #1a1a1a;
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

    header.white-header {
        background-color: #ffffff !important;
    }

#logo {
    float: left;
    margin-right: 15px;
}

#leaderboard {
    float: left;
}

#header-right-content {
    float: right;
}

#magazine-signup {
    background: #b4181e;
    padding: 10px;
    color: #ffffff;
    display: block;
    margin-top: -30px;
    width: 140px;
    float: right;
    margin-bottom: 20px;
}

.social-media-container {
    float: right;
    clear: both;
}

    .social-media-container .social-media {
        height: 40px;
        width: 40px;
        border-radius: 20px;
        padding: 6px 0;
        display: inline-block;
        margin-left: 3px;
    }

        .social-media-container .social-media a {
            height: 40px;
            width: 40px;
            padding: 20px;
            margin-left: -10px;
        }

            .social-media-container .social-media a:hover {
                text-decoration: none;
            }

.linkedin {
    background-color: #0077b5;
}

.facebook {
    background-color: #3a5795;
}

.twitter {
    background-color: #55acee;
}
/* Header and Secondary Nav */
/* Main Content */
#wrapper {
    margin: 0px 0;
}

.row-padding {
    padding-top: 20px;
}

.breadcrumb {
    background-color: #ffffff;
    padding: 0;
    margin-bottom: 10px;
    font-size: 12px;
}

    .breadcrumb a {
        color: #b4181e;
    }

.btn-danger {
    background-color: #b4181e;
    color: #ffffff;
    text-transform: uppercase;
    border: 0;
}

    .btn-danger a, a.btn-danger {
        color: #ffffff;
    }

.float-right {
    float: right;
}
/* Jobs */
.job-panel {
    min-height: 20px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

    .job-panel hr {
        border-bottom: solid 1px #ffffff;
    }

    .job-panel h3 {
        margin-top: 10px;
        font-size: 21px;
    }
/* / Jobs*/

/* Articles */
.author {
    font-size: 12px;
}

article .fa {
    color: #b4181e;
    margin-right: 5px;
}

.article-sharing {
    margin-top: 10px;
}

.article-save, .article-share {
    margin-right: 20px;
    font-size: 12px;
}

.article-comment-count {
    margin-top: 30px;
}

.article-date {
    text-transform: uppercase;
}

.article-summary {
    font-weight: bold;
}

.article-list-image {
    margin-top: 20px;
}

#article-details {
    margin-bottom: 30px;
    overflow: hidden;
}

#sponsored-tag {
    margin-bottom: 30px;
}

#contact-form-spacer {
    margin-top: 40px;
}

#contact-form-to {
    margin-top: 10px;
}

#contacts img {
    margin: auto;
}

.category {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

    .category:after {
        content: " |";
        font-weight: normal;
    }

    .category a:link, .download a:link, .category a:visited, .download a:visited, .category a:hover, .download a:hover, .category a:active, .download a:active .article-sharing a:link, .article-sharing a:visited, .article-sharing a:hover, .article-sharing a :active {
        color: #b4181e;
    }

#captcha-code {
    margin-top: 16px;
    min-height: 50px;
}

#UserCaptcha {
    width: 275px;
}

/* Continuious Scroll */
.sponsored-tab {
    background: #b4181e;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px;
    position: relative;
    top: 9px;
}

.sponsored article {
    margin-top: 30px;
}

.article-wrapper {
    border-bottom: solid 1px #ddd;
    padding-bottom: 30px;
    margin-top: 10px;
}

.article-insert-wrapper {
    border-bottom: solid 1px #ddd;
    padding-bottom: 30px;
    padding-top: 30px;
}

.article-wrapper.sponsored {
    border-top: solid 1px #b4181e;
    border-bottom: solid 1px #b4181e;
    padding-top: 0;
    margin-top: -1px;
    margin-top: 20px;
}

.article-wrapper h2 {
    margin-top: 15px;
}

.responsive-advert img {
    margin: auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.advertisement-center {
    text-align: center;
}

#more-content-placeholder {
    border-top: 5px solid #b4181e;
}

.show-more-btn {
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 55px solid #b4181e;
    margin: auto;
    z-index: 10;
}

.show-more-link {
    margin: auto;
    margin-top: -60px;
    color: #ffffff;
    text-transform: uppercase;
    width: 100px;
    height: 65px;
    z-index: 100;
    font-size: 15px;
}

    .show-more-link:hover {
        text-decoration: underline;
        color: #ffffff;
    }

.back-to-top-border {
    border-top: 5px solid #b4181e;
    margin-top: 80px;
}

.back-to-top-btn {
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-bottom: 55px solid #b4181e;
    margin: auto;
    z-index: 10;
    margin-top: -60px;
}

.back-to-top-link {
    margin: auto;
    margin-top: -20px;
    color: #ffffff;
    text-transform: uppercase;
    width: 95px;
    z-index: 100;
    font-size: 15px;
}

    .back-to-top-link:hover {
        text-decoration: underline;
        color: #ffffff;
    }
/* Lead Article */
.lead-image {
    border: solid 10px #b4181e;
    z-index: 1;
}

.lead-article, .lead-article-secondary {
    background: #b4181e;
    background: rgba(180, 24, 30, 0.8);
    padding: 10px 20px 20px 20px;
    color: #ffffff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 15px;
    z-index: 10;
    width: auto;
    line-height: normal;
}

    .lead-article h2, .lead-article-secondary h2 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .lead-article-secondary h2 {
        font-size: 21px;
    }

    .lead-article p, .lead-article-secondary p {
        margin-bottom: 0;
    }

    .lead-article a:link, .lead-article a:visited, .lead-article a:hover, .lead-article a :active,
    .lead-article-secondary a:link, .lead-article-secondary a:visited, .lead-article-secondary a:hover, .lead-article-secondary a :active {
        color: #ffffff;
    }

.lead-image-secondary {
    z-index: 1;
}

.lead-article-secondary {
    padding: 10px;
}

.lead-mpu {
    text-align: center;
}

.mpu {
    text-align: center;
    margin-bottom: 20px;
}

    .mpu img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: auto;
    }
/* Article Details */

#article-image {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

#article-image-caption {
    font-style: italic;
    text-align: center;
    margin-bottom: 10px;
}

#random-article-comment, .displayed-comment {
    margin-bottom: 10px;
    border: solid 1px #dddddd;
    padding: 10px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #f4f4f4;
}

    #random-article-comment hr, .displayed-comment hr {
        margin: 10px 0;
    }

.displayed-comment {
    clear: both;
}

.comment-button {
    margin: 10px 0;
    color: #ffffff !important;
}

a:hover.comment-button {
    text-decoration: underline !important;
    color: #ffffff !important;
}

/* Most read articles */
#most-read .heading, .heading, #also-read .heading {
    text-transform: uppercase;
    font-size: 24px;
    color: #1a1a1a;
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
    margin-bottom: 20px;
    display: block;
    margin-top: -7px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}

#most-read article, #also-read article, #most-influential-categories section {
    overflow: hidden;
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#most-read h2, #also-read h2 {
    font-size: 24px;
}

#also-read article:last-child {
    border-bottom: 0;
}

#most-influential-categories section:first-child {
    border-top: solid 1px #dddddd;
    padding-top: 20px;
}

.well {
    overflow: hidden;
}

.contact-panel {
    border-radius: 0 0 5px 5px;
    border-top: solid 2px #b4181e;
    max-width: 360px;
    margin: auto;
    margin-bottom: 20px;
}

    .contact-panel .job-title {
        color: #b4181e;
    }

    .contact-panel .contact-email {
        background: #b4181e;
        height: 80px;
        width: 80px;
        border-radius: 40px;
        margin: auto;
        margin-top: -60px;
    }

        .contact-panel .contact-email .fa {
            color: #ffffff;
            position: relative;
            top: 20%;
            left: 2%;
            padding: 30px;
        }

        .contact-panel .contact-email:hover {
            transition: background-color 0.5s ease;
            background: #1a1a1a;
        }

.bullet-seperated-list ul {
    padding-left: 0 !important;
}

.bullet-seperated-list li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

    .bullet-seperated-list li:before {
        content: "• ";
    }

    .bullet-seperated-list li:first-child {
        list-style-type: none;
    }

.well.registration-form {
    border-radius: 0 0 5px 5px;
    border-top: solid 3px #b4181e;
}

    .well.registration-form label {
        display: inline;
        line-height: 1.5;
    }

.min-height-container {
    min-height: 440px;
}
/* /Main Content */

/* Testimonials */
#myCarousel .lead-article-secondary {
    margin: 0;
}
/* /Testimonials */

/* Accordian */
#accordion .panel-default > .panel-heading {
    background: #b4181e;
    font-family: "Open Sans Condensed", sans-serif;
}

#accordion .panel-title > a {
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
}
/* /Accordian */

/* Responsive Video */
.video {
    min-height: 320px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.video-webinar {
    height: auto;
    width: 100%;
    background-color: #ffffff;
    max-width: 800px;
}

.videoContainer {
    width: 100%;
    height: auto;
    position: relative;
    max-width: 800px;
}


/* HRLS */
.disclaimer {
    font-size: 9px;
    border-top: solid 1px #dddddd;
    padding-top: 30px;
    margin-top: 60px;
}

.number {
    font-size: 30px;
    float: left;
    color: #b4181e;
    margin: 0 15px 10px 0;
}

/* Footer and Copyright */
footer {
    background: #1a1a1a;
    padding: 30px 0 15px 0;
    color: #808080;
    font-size: 12px;
    margin-top: 30px;
}

    footer a:link, footer a:visited, footer a :active {
        color: #808080;
    }

    footer a:hover {
        color: #ffffff;
        text-decoration: none;
    }

    footer li {
        list-style-type: none;
        display: inline-block;
        border-right: solid 1px #808080;
        padding-right: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }

        footer li:last-child {
            border-right: 0;
            padding-right: 0;
            margin-right: 0;
        }

    footer#footer-alt {
        margin-top: 0 !important;
    }

#copyright {
    background: #b4181e;
    color: #ffffff;
    padding: 20px 0 20px 0;
}

    #copyright .mag img {
        float: left;
        margin-right: 10px;
    }

#copyright-info {
    line-height: 43px !important;
    float: left;
}

#copyright a:link, #copyright a:visited, #copyright a :active, #copyright a:hover {
    color: #ffffff;
}

#container-alt {
    padding-left: 0;
    padding-right: 0;
}
/* /Footer and Copyright */


/* Styles for validation helpers */
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}
/* /Styles for validation helpers */


.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by10 {
    padding-bottom: 57%;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
/* Media Queries */

@media (max-width:768px) {
    #most-read .heading {
        margin-top: 20px;
    }

    .lead-article-container {
        margin-bottom: 20px;
    }

    .lead-article-secondary-image {
        display: inline-block;
        width: 100% \9;
        max-width: 100%;
        height: auto;
    }

    #article-image, #article-image-caption {
        min-width: 100%;
        height: auto;
        display: inline-block;
        float: none;
        margin-left: 0;
    }

    nav .nav-pills li {
        border-right: 0;
    }

    #hrmi-panels img {
        margin: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    #most-read h2 {
        font-size: 16px;
    }

    #most-influential-categories h2 {
        font-size: 16px;
    }

    #most-influential-categories section {
        padding-bottom: 13px;
    }

    #most-read article {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    #article-image, #article-image-caption {
        max-width: 300px;
    }

    .col-sm-5ths {
        width: 20%;
        float: left;
    }

    #logo .img-responsive {
        max-width: none !important;
    }

    #leaderboard img {
        max-width: 75%;
        height: 75%;
        float: left !important;
    }

    #header-right-content {
        margin-top: -90px;
    }

    #content-sections .nav > li > a {
        font-size: 22px !important;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    #most-read h2 {
        font-size: 21px;
    }

    #most-read article {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-left: -20px;
    }

    #article-image, #article-image-caption {
        max-width: 310px;
    }

    .navbar-form {
        width: 135px;
    }

    .col-sm-5ths {
        width: 20%;
        float: left;
    }

    #logo .img-responsive {
        max-width: none !important;
    }

    #leaderboard img {
        width: 90%;
        height: 90%;
    }

    #header-right-content {
        margin-top: -90px;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-left: -15px;
    }
}

@media (min-width: 1200px) {
    #article-image {
        max-width: 400px;
    }

    .navbar-form {
        width: 330px;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-left: -15px;
    }

    .col-sm-5ths {
        width: 20%;
        float: left;
    }

    #logo .img-responsive {
        max-width: none !important;
    }

    #leaderboard img {
        margin-left: 30px;
    }

    .contact-panel .email {
        font-size: 0.9em;
    }
}
/* /Media Queries */
/* Device size break */
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .navbar-default .navbar-nav > li > a {
        border-right: 0 !important;
    }

    .navbar-default .navbar-nav > li:first-child > a {
        padding-left: 15px;
    }
}
/* /Device size break  */

@media (max-width:610px) {
    .article-list-image {
        width: 100%;
    }
}

@media (max-width:560px) {
    #copyright-info {
        font-size: 10px;
    }
}

@media (max-width:992px) {
    .lead-image-secondary img {
        text-align: center;
        margin: auto;
    }
}

@media (max-width:553px) {
    footer ul {
        text-align: right;
    }

    footer li:last-child {
        border-right: solid 1px gray;
        padding-right: 10px;
        margin-right: 10px;
    }
}

/*responsive video frame*/
.video-content {
    width: 100%;
    margin: 0px auto;
}

.embed-container {
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

    .embed-container iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

#background-ad, #background-ad img {
    position: absolute;
    top: 365px;
}

.rectangle {
    height: 30px;
    background-color: white;
    background: white;
    width: 100%;
}
