﻿[data-href] {
    cursor: pointer;
}

.left {
    text-align: left;
}

#ErrorMsg, #ErrorMsgEvent {
    font-size: smaller;
    background-color: #f0cece;
    padding: 10px;
    margin: 10px 0;
}

/***** RTE Buttons *****/
[class*="rtebtn"] {
    display: inline-block;
    margin: 0;
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
    padding: 15px 28px;
    font-weight: bold;
    border: none;
    text-align: center;
    text-decoration: none !important;
    overflow: visible;
    white-space: nowrap;
}

    [class*="rtebtn"] a,
    [class*="rtebtn"] a:visited {
        padding: 18px 25px;
        margin: -18px -25px;
        text-decoration: none !important;
    }

/* classes below rtebtn1, rtebtn2, etc. should not be touched as they are related with a .xml file If a change in class names is needed it should be confirmed with programmers */
.rtebtn1 {
    background: #ab0003;
    color: #ffffff !important;
}

    .rtebtn1:not(.not-link):hover,
    .rtebtn1:not(.not-link):focus {
        background: #780b0d;
        color: #ffffff !important;
    }

.rtebtn2 {
    background: #002855;
    color: #ffffff !important;
}

.btn.rtebtn2 {
    background: #002855;
    color: #ffffff !important;
}

.rtebtn2:not(.not-link):hover,
.rtebtn2:not(.not-link):focus {
    background: #001035;
    color: #ffffff !important;
}

.rtebtn3 {
    background: #fff;
    color: #ab0003 !important;
}

.btn.rtebtn3 {
    background: #fff;
    color: #ab0003 !important;
}

.rtebtn3:not(.not-link):hover,
.rtebtn3:not(.not-link):focus {
    background: #c0c0c0;
    color: #ab0003 !important;
}

.rtebtn4 {
    background: #fff;
    color: #002855 !important;
}

.btn.rtebtn4 {
    background: #fff;
    color: #002855 !important;
}

.rtebtn4:not(.not-link):hover,
.rtebtn4:not(.not-link):focus {
    background: #c0c0c0;
    color: #002855 !important;
}

.rtebtn5 {
    background: #fff;
    color: #282828 !important;
}

.btn.rtebtn5 {
    background: #fff;
    color: #282828 !important;
}

.rtebtn5:not(.not-link):hover,
.rtebtn5:not(.not-link):focus {
    background: #c0c0c0;
    color: #282828 !important;
}

.rtebtn6 {
    background: #d9a528;
    color: #fff !important;
}

.btn.rtebtn6 {
    background: #d9a528;
    color: #fff !important;
}

.rtebtn6:not(.not-link):hover,
.rtebtn6:not(.not-link):focus {
    background: #9f7b19;
    color: #fff !important;
}

.rtebtn7 {
    background: #fff;
    color: #d9a528 !important;
}

.btn.rtebtn7 {
    background: #fff;
    color: #d9a528 !important;
}

.rtebtn7:not(.not-link):hover,
.rtebtn7:not(.not-link):focus {
    background: #d9a528;
    color: #fff !important;
}

.rtebtn8 {
    background: #f2763b;
    color: #fff !important;
}

.btn.rtebtn8 {
    background: #f2763b;
    color: #fff !important;
}

.rtebtn8:not(.not-link):hover,
.rtebtn8:not(.not-link):focus {
    background: #b35729;
    color: #fff !important;
}

.rtebtn9 {
    background: #002855;
    color: #fff !important;
}

.btn.rtebtn9 {
    background: #002855;
    color: #fff !important;
}

.rtebtn9:not(.not-link):hover,
.rtebtn9:not(.not-link):focus {
    background: #001035;
    color: #fff !important;
}

.rtebtn10 {
    background: #fff;
    color: #f2763b !important;
}

.btn.rtebtn10 {
    background: #fff;
    color: #f2763b !important;
}

.rtebtn10:not(.not-link):hover,
.rtebtn10:not(.not-link):focus {
    background: #c0c0c0;
    color: #f2763b !important;
}

.rtebtn11 {
    background: #00529a;
    color: #fff !important;
}

.btn.rtebtn11 {
    background: #00529a;
    color: #fff !important;
}

.rtebtn11:not(.not-link):hover,
.rtebtn11:not(.not-link):focus {
    background: #003b74;
    color: #fff !important;
}

.rtebtn12 {
    background: #fff;
    color: #00529a !important;
}

.btn.rtebtn12 {
    background: #fff;
    color: #00529a !important;
}

.rtebtn12:not(.not-link):hover,
.rtebtn12:not(.not-link):focus {
    background: #c0c0c0;
    color: #00529a !important;
}

.rtebtn13 {
    background: #fff;
    color: #221e1f !important;
}

.btn.rtebtn13 {
    background: #fff;
    color: #221e1f !important;
}

.rtebtn13:not(.not-link):hover,
.rtebtn13:not(.not-link):focus {
    background: #c0c0c0;
    color: #221e1f !important;
}

/* Warnings in Header */
.warnings-container {
    font-family: 'Kanit', sans-serif;
    background: #C8102E;
    color: #fff;
}

.warnings-box-stuck .warnings-container {
    display: none;
}

.header-bottom .warnings-container {
    display: none;
}

.warnings-box-stuck .header-bottom .warnings-container {
    display: block;
}

.warnings-container a {
    color: #fff;
}

.warnings-container .container, .warnings-container .col-md-12 {
    position: static;
}

.warning {
    position: relative;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

    .warning,
    .warning .hidden-content {
        display: none;
    }

        .warning.open,
        .warning .hidden-content.open {
            display: block;
        }

        .warning .container {
            margin: 0;
            max-width: none;
            padding: 0;
        }

        .warning .row {
            margin: 0;
        }

        .warning .col-md-12 {
            padding: 0;
        }

@media (max-width: 59.938em) {
    .warning {
        text-align: left;
    }
}

.warning-text {
    padding: 15px 30px;
    display: block;
    color: inherit;
    text-decoration: none;
    transition: all 0.25s linear;
}

a.warning-text:hover, a.warning-text:focus {
    color: #fff;
    text-decoration: underline;
}

.warning-text > p {
    margin-bottom: 0;
}

.warning-text {
    font-size: 16px;
}

@media (max-width: 59.938em) {
    .warning-text {
        padding: 10px 51px 10px 20px;
    }
}

.warning .warning-msg-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    border-radius: 50%;
    border: 0;
    background: transparent;
    -webkit-appearance: none;
    bottom: 0;
    width: 51px;
}

@media (max-width: 59.938em) {
    .warning .warning-msg-close {
        text-align: center;
    }
}

.active .warning-msg-close {
    display: block;
}

.button-circle {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    background: rgba(0,0,0,.3);
    border-radius: 50%;
    transition: all .3s ease-in-out;
    border: 0;
    margin: 0 auto;
    cursor: pointer;
}

    .button-circle:after, .button-circle:before {
        content: "";
        position: absolute;
        display: inline-block;
        width: 2px;
        height: 16px;
        background: #fff;
        top: 6px;
        left: 13px;
    }

    .button-circle:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .button-circle:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .button-circle:hover,
    .button-circle:focus {
        background: rgba(0,0,0,.6);
    }

/* Warnings themes  */
/* NDIA red */
.warnings-container .warning-theme-1 {
    background: #C8102E;
}
/* SOFIC gold */
.warnings-container .warning-theme-2 {
    background: #d59c23;
}
/* WID red */
.warnings-container .warning-theme-3 {
    background: #ab0003;
}
/* PSA blue */
.warnings-container .warning-theme-4 {
    background: #3b4e7f;
}
/* IITSEC Orange */
.warnings-container .warning-theme-5 {
    background: #f2763b;
}
/* NDM Blue */
.warnings-container .warning-theme-6 {
    background: #0071bb;
}


/* Main Logo prevent being close to Navigation */
@media only screen and (min-width: 1024px) {
    .header-bottom-left {
        padding-right: 20px;
    }
}


/* Title with subtitle in it (currently on Event Detail page ) */
.has-subtitle .subtitle {
    display: block;
    font-size: 32px;
    font-weight: 500;
    margin-top: 1rem;
}

/* results Items - Titles with subtitle in it ( currently Events results ) */
a.event-item-link {
    text-decoration: none;
}

.event-item-link .event-title {
    text-decoration: underline;
}

.event-item-link:hover .event-title,
.event-item-link:focus .event-title {
    text-decoration: none;
}

.has-subtitle-listing .subtitle {
    display: block;
    font-size: .8em;
}


/* Sponsors */
.sponsors-list {
    width: 100%;
}

    .sponsors-list > div {
        height: 230px;
        text-align: center;
        padding: 0 10px;
    }

        .sponsors-list > div img {
            max-height: 230px;
        }

        .sponsors-list > div a {
            display: table;
            height: 100%;
            width: 100%;
            text-align: center;
            table-layout: fixed;
        }

            .sponsors-list > div a span {
                display: table-cell;
                vertical-align: middle;
            }

@media (min-width: 480px) {
    .sponsors-list.featured-sponsors > div {
        float: left;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .sponsors-list.featured-sponsors > div {
        float: left;
        width: 25%;
    }
}


/* Hawksearch items addition */
.hawksearch .item > .content .title {
    font-size: 24px;
    margin: 5px 0;
    color: #333333;
}

    .hawksearch .item > .content .title a {
        color: #333333;
        text-decoration: none;
    }

        .hawksearch .item > .content .title a:hover,
        .hawksearch .item > .content .title a:focus {
            text-decoration: underline;
        }

.hawksearch .item > .content p.topic-container {
    margin-bottom: 1em;
}

.hawksearch .item > .content .topic {
    text-transform: uppercase;
}

.hawksearch .results-list .item .description {
    float: none;
    width: 100%;
}


/* Divisions Hawk search items */
.divisions-listing.horizontal-items > li {
    padding: 10px 0px;
}

.divisions-listing.horizontal-items img {
    margin: 0 auto 15px;
}

.divisions-listing.horizontal-items {
    text-align: center;
}

    .divisions-listing.horizontal-items .title {
        margin: 0;
        font-size: 18px;
        font-weight: 700;
    }

        .divisions-listing.horizontal-items .title a {
            color: #333333;
        }

@media (min-width : 640px) and (max-width : 1023px) {
    .divisions-listing.horizontal-items > li {
        padding: 10px 15px;
    }
}

@media (min-width : 1024px) {
    .divisions-listing.horizontal-items > li {
        padding: 10px 15px;
    }
}

/* Podcast Hawk search items */
.results-list .item.podcast-hawk-item {
    background: #f6f6f6;
    border: 0;
    padding: 0;
    margin-bottom: 30px;
}

.podcast-hawk-item .aside {
    min-height: 300px;
    width: 300px;
    max-width: 100%;
    background-position: 50% 0;
    background-size: cover;
}

.podcast-hawk-item .content {
    padding: 30px 10px;
}

    .podcast-hawk-item .content .podcast-controls .audio {
        width: 100%;
    }

@media (min-width : 640px) {
    .podcast-hawk-item {
        min-height: 375px;
    }

        .podcast-hawk-item .aside {
            width: 282px;
            padding: 0;
        }

        .podcast-hawk-item .content {
            padding: 40px 40px 100px;
            position: relative;
        }

            .podcast-hawk-item .content .podcast-controls {
                position: absolute;
                width: 100%;
                padding: 0 40px;
                bottom: 20px;
                left: 0px;
            }
}



/* NDM Articles Carousel - 2019 module */
.ndm-featured-item {
    padding: 0 20px;
}

    .ndm-featured-item a {
        color: #333333;
        font-size: 18px;
    }

        .ndm-featured-item a:hover,
        .ndm-featured-item a:focus {
            color: #333333;
        }

    .ndm-featured-item h3 {
        font-family: 'Kanit', sans-serif;
        color: #333333;
        font-weight: bold;
        margin-top: 0;
    }

    .ndm-featured-item .match-height-item {
        margin-bottom: 20px;
    }

@media (min-width:48em) {
    .ndm-featured-carousel-container {
        overflow: hidden;
    }

        .ndm-featured-carousel-container .slick-prev {
            left: -3px;
        }

        .ndm-featured-carousel-container .slick-next {
            right: -3px;
        }

        .ndm-featured-carousel-container > div.carousel {
            margin: 0 -2px;
        }

    .ndm-featured-item {
        border-right: 2px solid #d7d7d7;
        border-left: 2px solid #d7d7d7;
        padding: 0 30px;
    }
}

@media (min-width:48em) and (max-width: 75em) {
    .ndm-featured-carousel-container {
        padding-bottom: 45px;
    }
}

.ndm-featured-item-image {
    display: block;
    width: 425px;
    height: 240px;
    max-width: 100%;
    background-size: cover;
    background-position: 50%;
}

/* END of NDM Articles Carousel - 2019 module */

/* NDM Articles styles copy for NDIA BLOG Pages */
.article-topics {
    padding-left: 10px;
}

    .article-topics > span {
        margin: 0 0 10px 0;
        display: block;
    }

@media only screen and (min-width:480px) {
    .article-topics > span {
        margin: 0 15px 0 0;
        display: inline-block;
    }
}

.title-middle-bdr > span > span,
span.colored-label {
    position: relative;
    font-size: 15px;
    line-height: 23px;
    display: inline-block;
    padding: 3px 10px 4px 10px;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: bold;
}

    .title-middle-bdr > span > span:before,
    span.colored-label:before {
        content: "";
        position: absolute;
        top: 0;
        right: 100%;
        display: block;
    }

    .title-middle-bdr > span > span:after,
    span.colored-label:after {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        display: block;
    }

    .title-middle-bdr > span > span.theme-colors-06:before,
    span.colored-label.theme-colors-06:before {
        border-top: 15px solid transparent;
        border-bottom: 15px solid #e67420;
        border-left: 5px solid transparent;
        border-right: 5px solid #e67420;
    }

    .title-middle-bdr > span > span.theme-colors-06:after,
    span.colored-label.theme-colors-06:after {
        border-top: 15px solid #e67420;
        border-bottom: 15px solid transparent;
        border-left: 5px solid #e67420;
        border-right: 5px solid transparent;
    }

    .title-middle-bdr > span > span.theme-colors-05:before {
        border-top: 15px solid transparent;
        border-bottom: 15px solid #0071bb;
        border-left: 5px solid transparent;
        border-right: 5px solid #0071bb;
    }

    .title-middle-bdr > span > span.theme-colors-05:after {
        border-top: 15px solid #0071bb;
        border-bottom: 15px solid transparent;
        border-left: 5px solid #0071bb;
        border-right: 5px solid transparent;
    }

    .title-middle-bdr > span > span.theme-colors-09:before {
        border-top: 15px solid transparent;
        border-bottom: 15px solid #5c6784;
        border-left: 5px solid transparent;
        border-right: 5px solid #5c6784;
    }

    .title-middle-bdr > span > span.theme-colors-09:after {
        border-top: 15px solid #5c6784;
        border-bottom: 15px solid transparent;
        border-left: 5px solid #5c6784;
        border-right: 5px solid transparent;
    }

    .title-middle-bdr > span > span.theme-colors-07:before {
        border-top: 15px solid transparent;
        border-bottom: 15px solid #078f0e;
        border-left: 5px solid transparent;
        border-right: 5px solid #078f0e;
    }

    .title-middle-bdr > span > span.theme-colors-07:after {
        border-top: 15px solid #078f0e;
        border-bottom: 15px solid transparent;
        border-left: 5px solid #078f0e;
        border-right: 5px solid transparent;
    }

    .title-middle-bdr > span > span.theme-colors-08:before {
        border-top: 15px solid transparent;
        border-bottom: 15px solid #c77745;
        border-left: 5px solid transparent;
        border-right: 5px solid #c77745;
    }

    .title-middle-bdr > span > span.theme-colors-08:after {
        border-top: 15px solid #c77745;
        border-bottom: 15px solid transparent;
        border-left: 5px solid #c77745;
        border-right: 5px solid transparent;
    }

    .title-middle-bdr > span > span.theme-colors-10:before {
        border-top: 15px solid transparent;
        border-bottom: 15px solid #129490;
        border-left: 5px solid transparent;
        border-right: 5px solid #129490;
    }

    .title-middle-bdr > span > span.theme-colors-10:after {
        border-top: 15px solid #129490;
        border-bottom: 15px solid transparent;
        border-left: 5px solid #129490;
        border-right: 5px solid transparent;
    }

    .title-middle-bdr > span > span.theme-colors-11:before {
        border-top: 15px solid transparent;
        border-bottom: 15px solid #bbb6df;
        border-left: 5px solid transparent;
        border-right: 5px solid #bbb6df;
    }

    .title-middle-bdr > span > span.theme-colors-11:after {
        border-top: 15px solid #bbb6df;
        border-bottom: 15px solid transparent;
        border-left: 5px solid #bbb6df;
        border-right: 5px solid transparent;
    }

    .title-middle-bdr > span > span.theme-colors-12:before {
        border-top: 15px solid transparent;
        border-bottom: 15px solid #666163;
        border-left: 5px solid transparent;
        border-right: 5px solid #666163;
    }

    .title-middle-bdr > span > span.theme-colors-12:after {
        border-top: 15px solid #666163;
        border-bottom: 15px solid transparent;
        border-left: 5px solid #666163;
        border-right: 5px solid transparent;
    }

    .title-middle-bdr > span > span.theme-colors-13:before {
        border-top: 15px solid transparent;
        border-bottom: 15px solid #143d8d;
        border-left: 5px solid transparent;
        border-right: 5px solid #143d8d;
    }

    .title-middle-bdr > span > span.theme-colors-13:after {
        border-top: 15px solid #143d8d;
        border-bottom: 15px solid transparent;
        border-left: 5px solid #143d8d;
        border-right: 5px solid transparent;
    }

    .title-middle-bdr > span > span.theme-colors-14:before {
        border-top: 15px solid transparent;
        border-bottom: 15px solid #ff1d15;
        border-left: 5px solid transparent;
        border-right: 5px solid #ff1d15;
    }

    .title-middle-bdr > span > span.theme-colors-14:after {
        border-top: 15px solid #ff1d15;
        border-bottom: 15px solid transparent;
        border-left: 5px solid #ff1d15;
        border-right: 5px solid transparent;
    }

    .title-middle-bdr > span > span.theme-colors-15:before {
        border-top: 15px solid transparent;
        border-bottom: 15px solid #17b2a9;
        border-left: 5px solid transparent;
        border-right: 5px solid #17b2a9;
    }

    .title-middle-bdr > span > span.theme-colors-15:after {
        border-top: 15px solid #17b2a9;
        border-bottom: 15px solid transparent;
        border-left: 5px solid #17b2a9;
        border-right: 5px solid transparent;
    }

    .title-middle-bdr > span > span.theme-colors-20:before,
    span.colored-label.theme-colors-20:before {
        border-top: 15px solid transparent;
        border-bottom: 15px solid #000;
        border-left: 5px solid transparent;
        border-right: 5px solid #000;
    }

    .title-middle-bdr > span > span.theme-colors-20:after,
    span.colored-label.theme-colors-20:after {
        border-top: 15px solid #000;
        border-bottom: 15px solid transparent;
        border-left: 5px solid #000;
        border-right: 5px solid transparent;
    }

@media print {
    .next-article-flag,
    .newsletter-signup-hold,
    span.colored-label:before,
    span.colored-label:after {
        display: none;
    }
}

.title-with-bg {
    color: #fff;
    font-size: 26px;
    text-align: center;
    padding: 18px 10px;
    margin-bottom: 0;
}

.comment-item {
    padding: 15px 0;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 30px;
}

    .comment-item p {
        margin-bottom: 15px;
    }

    .comment-item .date {
        color: #626262;
    }

.comment-item-title {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

    .comment-item-title > div {
        display: table-cell;
        vertical-align: middle;
    }

        .comment-item-title > div:first-child {
            width: 50px;
        }

.comment-sign {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #0171bb;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.comments .formee {
    background: #e1e1e1;
    padding: 30px;
}

    .comments .formee input[type="text"] {
        font-size: 15px;
        padding: 12px 15px;
        width: 100%;
        margin-bottom: 10px;
    }

    .comments .formee textarea {
        font-size: 15px;
        padding: 12px 15px;
        width: 100%;
        margin-bottom: 10px;
    }
/* END of NDM Articles styles copy for NDIA BLOG Details */
/* Twitter Feeds */
.twitter-timeline {
    width: 1238px !important;
    max-width: 100% !important;
    padding: 0 10px !important;
    margin: 0 auto !important;
    display: block !important;
}

/* Search results - Articles */
@media (min-width: 640px) {
    .article-item .aside {
        width: 340px;
        padding-right: 40px;
    }

        .article-item .aside img {
            width: 300px;
        }
}

.article-media {
    position: relative;
}

    .article-media img {
        display: block;
    }

    .article-media span {
        position: absolute;
        top: 0;
        left: 0;
        background: #0071bb;
        font-size: 14px;
        font-weight: bold;
        padding: 6px 10px;
        line-height: 1em;
        color: #fff;
        font-family: 'Kanit', sans-serif;
    }

/* Filters above results */
.row-expand-10 {
    margin: 0 -10px;
}

.filter > div {
    padding: 10px;
}


/* Aritcle Details Top Info */
.article-top-info {
    display: table;
    margin-bottom: 30px;
}

    .article-top-info > div:first-child {
        margin-bottom: 15px;
    }

@media only screen and (min-width:480px) {
    .article-top-info > div {
        display: table-cell;
        vertical-align: middle;
        margin-bottom: 0;
    }

        .article-top-info > div:first-child {
            border-right: 1px solid #cccccc;
            padding-right: 30px;
            margin-bottom: 0;
        }

        .article-top-info > div:last-child {
            padding-left: 30px;
        }
}

.article-top-info .author {
    color: #616262;
}

.article-top-info .social-icons {
    color: #999999;
    padding-bottom: 0;
    margin-bottom: 0;
}

    .article-top-info .social-icons a {
        color: #900028;
    }

        .article-top-info .social-icons a[class*="icon-"]:hover, .article-top-info .social-icons a[class*="icon-"]:focus {
            color: #900028;
        }

/* END of NDM Articles styles copy for NDIA BLOG Pages */


/* ## Gallery Details - Photos Slideshow ## */
.photo-gallery-hold .photo-gallery-nav.slick-slider {
    margin-bottom: 20px;
}

.photo-gallery .slick-slide img {
    width: 100%;
}

@media only screen and (min-width:768px) {
    .photo-gallery .slick-dots {
        display: none !important;
    }
}

.photo-gallery-item {
    position: relative;
}

    .photo-gallery-item .photo-gallery-text {
        display: block;
        position: absolute;
        bottom: 35px;
        width: 100%;
        padding: 25px 20px;
        color: #fff;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.4);
    }

    .photo-gallery-item .photo-credit {
        margin: 0;
        height: 35px;
        padding-top: 5px;
        text-align: right;
        font-size: 12px;
        color: #767676;
    }

.photo-gallery-nav {
    padding: 0 30px;
}

    .photo-gallery-nav .slick-prev {
        left: 0 !important;
    }

    .photo-gallery-nav .slick-next {
        right: 0 !important;
    }

    .photo-gallery-nav .slick-slide img {
        margin: 0 auto;
        border: 3px solid transparent;
        opacity: .5;
    }

    .photo-gallery-nav .slick-slide.slick-current img {
        border: 3px solid #ea1515;
        opacity: 1;
    }

.photo-gallery-nav-item {
    width: 100%;
    max-width: 290px;
    height: auto;
    max-height: 195px;
    overflow: hidden;
}

    .photo-gallery-nav-item img {
        width: 100%;
        max-width: 290px;
        height: auto;
        max-height: 190px;
        object-fit: cover;
    }

.photo-gallery {
    padding: 0 30px;
}

    .photo-gallery .slick-prev {
        left: 0;
    }

    .photo-gallery .slick-next {
        right: 0;
    }

@media only screen and (max-width:767px) {
    .photo-gallery-hold {
        padding-bottom: 40px;
    }

    .photo-gallery-nav {
        display: none !important;
    }
}




/* NDM Articles Carousel - 2019 module */
.ndm-featured-item {
    padding: 0 20px;
}

    .ndm-featured-item a {
        color: #333333;
        font-size: 18px;
    }

        .ndm-featured-item a:hover,
        .ndm-featured-item a:focus {
            color: #333333;
        }

    .ndm-featured-item h3 {
        font-family: 'Kanit', sans-serif;
        color: #333333;
        font-weight: bold;
        margin-top: 0;
    }

    .ndm-featured-item .match-height-item {
        margin-bottom: 20px;
    }

@media (min-width:48em) {
    .ndm-featured-carousel-container {
        overflow: hidden;
    }

        .ndm-featured-carousel-container .slick-prev {
            left: -3px;
        }

        .ndm-featured-carousel-container .slick-next {
            right: -3px;
        }

        .ndm-featured-carousel-container > div.carousel {
            margin: 0 -2px;
        }

    .ndm-featured-item {
        border-right: 2px solid #d7d7d7;
        border-left: 2px solid #d7d7d7;
        padding: 0 30px;
    }
}

@media (min-width:48em) and (max-width: 75em) {
    .ndm-featured-carousel-container {
        padding-bottom: 45px;
    }
}

/* END of NDM Articles Carousel - 2019 module */
}

/* Common fix for Slick arrows */
.slick-prev, .slick-next {
    z-index: 1;
}

/* Sponsor logos in agenda table */
@media (min-width: 1024px) {
    .agenda-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        margin-bottom: 0;
    }

        .agenda-title.align-left,
        .agenda-title.align-center {
            display: block;
        }

        .agenda-title > div:first-child {
            margin-bottom: 0;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

        .agenda-title > div.sponsor {
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-left: 20px;
        }

            .agenda-title > div.sponsor img {
                max-width: 200px;
            }

        .agenda-title.align-center > div.sponsor {
            width: 60%;
            margin: 0 auto;
        }

        .agenda-title > div.sponsor img {
            max-width: 200px;
        }
}

}


/* Hawksearch items addition */
.item > .content .title {
    font-size: 24px;
    margin: 5px 0;
    color: #333333;
}

    .item > .content .title a {
        color: #333333;
        text-decoration: none;
    }

        .item > .content .title a:hover,
        .item > .content .title a:focus {
            text-decoration: underline;
        }

.item > .content p.topic-container {
    margin-bottom: 1em;
}

.item > .content .topic {
    text-transform: uppercase;
}

.hawksearch .results-list .item .description {
    float: none;
    width: 100%;
}


/* Divisions Hawk search items */
.divisions-listing.horizontal-items > li {
    padding: 10px 0px;
}

.divisions-listing.horizontal-items img {
    margin: 0 auto 15px;
}

.divisions-listing.horizontal-items {
    text-align: center;
}

    .divisions-listing.horizontal-items .title {
        margin: 0;
        font-size: 18px;
        font-weight: 700;
    }

        .divisions-listing.horizontal-items .title a {
            color: #333333;
        }

@media (min-width : 640px) and (max-width : 1023px) {
    .divisions-listing.horizontal-items > li {
        padding: 10px 15px;
    }
}

@media (min-width : 1024px) {
    .divisions-listing.horizontal-items > li {
        padding: 10px 15px;
    }
}

/* Podcast Hawk search items */
.results-list .item.podcast-hawk-item {
    background: #f6f6f6;
    border: 0;
    padding: 0;
    margin-bottom: 30px;
}

.podcast-hawk-item .aside {
    min-height: 300px;
    width: 300px;
    max-width: 100%;
    background-position: 50% 0;
    background-size: cover;
}

.podcast-hawk-item .content {
    padding: 30px 10px;
}

    .podcast-hawk-item .content .podcast-controls .audio {
        width: 100%;
    }

@media (min-width : 640px) {
    .podcast-hawk-item {
        min-height: 375px;
    }

        .podcast-hawk-item .aside {
            width: 282px;
            padding: 0;
        }

        .podcast-hawk-item .content {
            padding: 40px 40px 100px;
            position: relative;
        }

            .podcast-hawk-item .content .podcast-controls {
                position: absolute;
                width: 100%;
                padding: 0 40px;
                bottom: 20px;
                left: 0px;
            }
}

/* Sitecore Forms */
.custom-form-styling label {
    margin-bottom: 5px;
    display: block;
    font-size: 17px;
    font-weight: bold;
    font-family: 'Kanit', sans-serif;
}

.custom-form-styling select,
.custom-form-styling textarea,
.custom-form-styling input[type="text"] {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #cccccc;
}

.custom-form-styling input[type="date"] {
    margin-bottom: 15px;
    border: 1px solid #cccccc;
}

.custom-form-styling input[type="file"] {
    display: block;
    margin-bottom: 15px;
}

.custom-form-styling select {
    border: 1px solid #cccccc;
    padding: 9px 15px;
    color: #777777;
    font-size: 15px;
    height: auto !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.custom-form-styling input[type="text"],
.custom-form-styling input[type="password"],
.custom-form-styling input[type="date"] {
    font-family: 'Martel', serif;
    font-size: 15px;
    padding: 9px 15px;
    color: #777777;
    height: auto !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.custom-form-styling input[type="submit"] {
    font-family: 'Kanit', sans-serif;
    border-radius: 0 !important;
    font-size: 18px !important;
    padding: 15px 28px !important;
    font-weight: bold !important;
    color: #fff !important;
    background: #002855 !important;
    border: 0 !important;
}

    .custom-form-styling input[type="submit"]:hover,
    .custom-form-styling input[type="submit"]:focus {
        opacity: .9;
    }

.custom-form-styling label[required="required"]:before {
    color: #d00;
    content: "*";
    font-weight: bolder;
}

.custom-form-styling input[type="checkbox"],
.custom-form-styling input[type="radio"] {
    margin-right: 10px;
}

.custom-form-styling .required-field-label:before {
    margin-right: 3px;
}


/* Main Navigation */
.cm-js-active .cm-menu {
    max-height: 500em !important;
    opacity: 1 !important;
}

.cm-menu .opened > ul {
    max-height: 500em !important;
    opacity: 1 !important;
}

@media only screen and (max-width:767px) {
    .cm-menu .content iframe {
        max-width: 100%;
    }
}

@media only screen and (max-width:639px) {
    .cm-menu .content iframe {
        width: 350px !important;
        height: 196px !important;
    }
}

@media only screen and (max-width:479px) {
    .cm-menu .content iframe {
        width: 225px !important;
        height: 124px !important;
    }
}

/* Header */
@media only screen and (min-width:1200px) {
    .header-top {
        padding: 10px 0;
    }
}

/* Agenda Carousel Sticky */
.agenda-carousel-navigation-sticky.sticky {
    position: fixed;
    top: 111px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
    border-bottom: 1px solid #e3e3e3;
}

.cm-js-menu-active .agenda-carousel-navigation-sticky.sticky {
    display: none;
}
/* Agenda Navigation fix */
.top-nav-carousel-navigation-item {
    text-align: center;
}

/* Staff Teams Listing */
.staff-listing-teams .title {
    margin: 30px -30px;
    background: #f3f4f4;
    padding: 15px;
}

    .staff-listing-teams .title:first-child {
        margin-top: 0;
    }

.staff-listing-teams.vertical-banner .content > div {
    border-bottom: 0;
    padding: 0;
}

.staff-listing-teams.vertical-banner .vb-top-title {
    margin-bottom: 0px;
}


/* Speakers list - 2019 module*/
.speakers-list-container {
    margin: 1em 0;
}

ul.speakers-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    ul.speakers-list.align-left {
        justify-content: flex-start;
    }

    ul.speakers-list.align-right {
        justify-content: flex-end;
    }

.speakers-list li {
    display: block;
    width: 100%;
}

@media (min-width:40em) {
    ul.speakers-list {
        margin: 0 -20px;
    }

    .speakers-list li {
        width: 50%;
        padding: 0 20px 20px;
    }
}

@media (min-width:64em) {
    .speakers-list li {
        width: 33.33%;
    }
}

@media (min-width:64em) {
    .asside-item .speakers-list li {
        width: 50%;
    }
}

@media (min-width:64em) and (max-width:79.99em) {
    .asside-item .speakers-list li {
        width: 100%;
    }
}

.speaker-item {
    width: 240px;
    max-width: 100%;
    font-family: 'Kanit', sans-serif;
    text-align: left;
}

    .speaker-item a {
        color: #1a2457;
        text-decoration: underline;
    }

        .speaker-item a:hover,
        .speaker-item a:focus {
            text-decoration: none;
        }

    .speaker-item img {
        display: block;
        margin-bottom: 10px;
    }

.speaker-organization {
    color: #821b1e;
    border-bottom: 1px solid #002949;
    font-weight: bold;
    padding-bottom: 6px;
    line-height: 1.3em;
}

.speaker-name {
    color: #333333;
    font-family: 'Kanit', sans-serif;
    font-size: 19px;
    font-weight: bold;
    margin: 16px 0 0;
}

.speaker-details {
    color: #606060;
    font-size: 16px;
}
/* END of Speakers list - 2019 module*/


/* Search filter fix found on Staff Listing NDIA page */

@media only screen and (min-width:640px) {
    .search {
        margin-bottom: 15px;
    }
}

/* Add display none to videos in Main navigation when the dropdown is closed */
@media (min-width: 1200px) {
    .cm-menu [data-type="mega"]:not(.opened) iframe {
        display: none;
    }
}

}


/* Content Ad Area */
.siteBody .advertisment-wrpr {
    padding: 0;
}

    .siteBody .advertisment-wrpr iframe {
        margin: 30px 0;
    }

    .siteBody .advertisment-wrpr br {
        display: none;
    }

.siteBody .ad div a {
    margin: 0;
}

/* Add display none to videos in Main navigation when the dropdown is closed */
@media (min-width: 1200px) {
    .cm-menu [data-type="mega"]:not(.opened) iframe {
        display: none;
    }
}

/* Tumbnails*/
.thumbnails {
    text-align: center;
}

    .thumbnails .thumbnails-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin: 0 30px 20px;
        justify-content: center;
        width: 900px;
        max-width: 100%;
        margin: 0 auto;
    }

    .thumbnails .item-title {
        padding: 0 15px;
        margin-bottom: 20px;
    }

@media only screen and (max-width: 767px) {
    .thumbnails .item-image {
        width: 100%;
    }
}

/* Membership Types */
.m-table > div:nth-child(even) {
    background: #ededed;
}
.price-value.no-carrot {
	padding: 5px 10px;
}
.price-value.no-carrot:after {
    display: none;
}
.price-value.no-carrot:hover, 
.price-value.no-carrot:focus {
    opacity: 1;
}

.membership-type-fees-item {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto 20px auto;
}

    .membership-type-fees-item.box-size-400 {
        width: 400px;
    }

    .membership-type-fees-item.box-size-500 {
        width: 500px;
    }

    .membership-type-fees-item.box-size-600 {
        width: 600px;
    }

    .membership-type-fees-item.box-size-700 {
        width: 700px;
    }

    .membership-type-fees-item.box-size-800 {
        width: 800px;
    }

    .membership-type-fees-item.box-size-900 {
        width: 900px;
    }

    .membership-type-fees-item .view-more-hold .btn {
        min-width: 190px;
    }

    .membership-type-fees-item.button-size-25 .view-more-hold .btn {
        width: 25%;
    }

    .membership-type-fees-item.button-size-50 .view-more-hold .btn {
        width: 50%;
    }

    .membership-type-fees-item.button-size-75 .view-more-hold .btn {
        width: 75%;
    }

@media (max-width: 767px) {
	.m-table-container {
		overflow: auto;	
	}
	.membership-type-fees-item .m-table-col {
		width: 110px;
	}
	.membership-type-fees-item .m-table .m-table-head {
		font-size: 14px;
		font-weight: normal;
		padding: 30px 5px;
	}
}

.membership-type-fees-item .price-value {
    text-align: center;
}

.membership-fees-item .disclaimer-center .price-info,
.membership-fees-item .disclaimer-right .price-info {
    padding-left: 0;
}

    .membership-fees-item .disclaimer-center .price-info span.popup-trigger,
    .membership-fees-item .disclaimer-right .price-info span.popup-trigger {
        position: static;
        margin-right: 10px;
    }

    .membership-fees-item .disclaimer-center .price-info .popup p,
    .membership-fees-item .disclaimer-right .price-info .popup p {
        margin: 0;
    }

.membership-fees-item .disclaimer-center .popup {
    display: flex;
    align-items: center;
    justify-content: center;
}

.membership-fees-item .disclaimer-right .popup {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

