﻿
html, body { height: 100%; }
body { 
    font-family: "SequelSansRegular";
    color: #001423;
    background-color: #fff;
}
header, footer, nav, section { display: block;}
a > h2, a:visited > h2 {color: #001423;}
a > h1, a:visited > h1 {color: #001423;}
h1 > a, h1 > a:visited {color: #001423;}
a.social-icons__link, a.social-icons__link:visited,.sticky-socials--accent .social-icons__link {color: #ffffff;background-color: #007dc6}

a, a:visited {color: #007dc6; font-family: 'SequelSansSubheadMedium';}
h1 { margin-top:0; font-size:24px; font-family: 'SequelSansBold';}
h2 { margin-top: 0;font-size: 22px; font-family: 'SequelSansSubheadMedium'; }
h3 { margin-top: 0;font-size: 20px; font-family: 'SequelSansRegular'; }


/* Styles for article bold writing-----------------------------------------------------------*/
.news b,
.news strong {
    font-weight: 700;
    font-family: "SequelSansBold";
}

.btn-primary,
.btn-primary a:visited,
.btn-primary a:focus{
    background-color: #ffd51e;
    border-color: #ffd51e;
    color: #001423 !important;
}
.btn-primary:hover {
    background-color: #FADF68;
    border-color: #FADF68;
    color: #001423 !important;
}
.btn-lg{border-radius: 20px;}
.button-rebrand-sp-lg{    
    font-size: 24px;
    border-radius: 20px;
    line-height: 40px;
    padding: 8px 0;
    margin-top: 15px;
    margin-bottom: 15px;
}
.button-rebrand-sp-xs{
    font-size: 16px;
    border-radius: 20px;
    line-height: 20px;
    padding: 10px;
    margin: 0 auto;
    width: 100%;
}
.button-rebrand-sp-xs-blue{
    font-size: 14px;
    border-radius: 20px;
    line-height: 20px;
    padding: 10px;
    margin: 0 auto;
    width: 100%;
    background-color: #0075bf;
    border-color: #0075bf;
    color: #ffffff !important;
}
a.button-rebrand-sp-xs ,
a.button-rebrand-sp-xs a:visited,
a.button-rebrand-sp-lg ,
a.button-rebrand-sp-lg a:visited {
    color: #ffffff;
}
.sortable thead {display:none; }
.fa-spin {display:none; }
.date { font-size:0.9em; color:gray;}
.no-padding { padding:0; }
.left-column { padding-left:0; margin-left:0; float:left;}
.right-column { margin-right:0; float:right;}

.sign-up p { font-size:12px; }
.sign-up a:visited { color: #ffffff; }
.sign-up > a.btn.btn-lg.btn-primary { color: #ffffff !important; }
.latestIssue { }
.latestIssue h2{ font-size: 1em; }
.latestIssue ul { padding-left: 16px; margin-top:10px; }

.leaderboard-bottom { }
#btnReadmore { margin-bottom:20px;}

/** CONTACT CARD ***************************************************************/
/*.contact-card {*/
/*    border: 1px solid aliceblue;*/
/*    border-radius: 10px;*/
/*    text-align: center;*/
/*    margin: 0 0 20px 0;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    height: 100%; !* Ensures the card takes up full height in its container *!*/
/*}*/

/*.contact-card__image {*/
/*    background-color: aliceblue;*/
/*    flex-shrink: 0; !* Prevents the image section from shrinking *!*/
/*}*/

/*.contact-card__image img {*/
/*    width: 100%;*/
/*    height: 350px; !* Ensures the image has a minimum height *!*/
/*    object-fit: cover; !* Maintains the aspect ratio while filling the space *!*/
/*}*/

/*.contact-card__text {*/
/*    flex-grow: 1; !* Allows the text section to grow and take the remaining space *!*/
/*    background-color: aliceblue;*/
/*    display: flex;*/
/*    justify-content: center; !* Center the text content horizontally *!*/
/*    align-items: center; !* Center the text content vertically *!*/
/*}*/

/*.contact-card__text p {*/
/*    display: block;*/
/*    width: 100%;*/
/*    padding: 10px 10px;*/
/*    margin: 0; !* Ensure no extra margin on paragraphs *!*/
/*}*/
/* Contact Card */
.contact-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    text-align: center;
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
}

.contact-card__image {
    width: 100%;
    padding-top: 100%;
    position: relative;
    background-color: #f0f8ff;
}

.contact-card__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

/* Initially hidden overlay */
.contact-card__text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: rgba(0, 20, 35, 0.8); /* Semi-transparent overlay */
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

/* Show overlay on hover */
.contact-card:hover .contact-card__text {
    opacity: 1;
    pointer-events: auto; /* Allows clicking links in the overlay */
}

.contact-card__text p {
    margin: 0;
    font-weight: bold;
}

.contact-card__text a {
    color: white;
    text-decoration: none;
}

.contact-card__text a:hover {
    color: #1c9bd8;
}

/* Bottom highlight line */
.contact-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #001423;
}


/** NAVIGATION-----------------------------------------------------------------*/
.navbar {
    background-color: #0075bf;
    border: 0;
    font-size: 1.3em;
    margin: 15px 15px;
    /* padding: 0 20px 0 0; */
    padding: 0;
    /* min-height: 55px; */
    color: #ffffff;
}

.navbar-nav {margin: 0 10px; display: inline-block; width: 100%;}
.header-navigation > li{
    text-align: center;
}
.header-navigation .header-navigation__subscribe {
    display: block;
}
.header-navigation .header-navigation__subscribe_left{
    display: none;
}
.header-navigation .header-navigation__subscribe_left a{
    width: 92%;
    margin: 0 15px;
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 10px;
    top: 5px;
    background-color: #ffd51e;
}
.header-navigation .header-navigation__subscribe_left a:hover{
    background-color: #FADF68;
}

.navbar-collapse {padding:0;}
.navbar-collapse.in {overflow-y: initial}
.navbar-default .navbar-nav > li {    font-size: 20px; padding: 15px;}
.navbar-default .navbar-nav > li > a {color:#ffffff; font-family: 'SequelSansBold';padding:0; text-transform: uppercase;font-size: 1.1em;padding-top: 3px;}
.navbar-default .navbar-nav > li > a:not(.dropdown-toggle):hover {color: #ffffff !important;background-color: transparent !important;}
.navbar-nav > li.active > a {}
.nav > li.active, .nav > li.active > a{color: #ffffff !important;background-color: transparent !important;text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 7px;}


.navbar-default .navbar-nav > li:focus,
.navbar-default .navbar-nav > li:hover,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover
{
    color: #ffffff !important;
    background-color: transparent !important;
	text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 7px;
}

.dropdown-menu > .active,
.dropdown-menu > .active > a{
    text-decoration: none;
    color: #001423 !important;
    background-color: #b8daef !important;;
}
.dropdown-menu>li{
    
}

.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #001423;
    background-color: #ffffff;
    white-space: nowrap;
    font-size: 1.2em;
    text-transform: uppercase;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #001423;
    background-color: #b8daef;
}

.navbar-nav > li:hover .dropdown-menu {
    margin: 20px 0 0 0;
    
}


.dropdown-menu {
    display: none;
    transition: all 0.3s ease-in-out;
    padding: 10px 0;
    top:auto;
    left: 15px;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: white;
        background-color: #0075bf;
        font-size: 1.5em;
        line-height: 40px;
    }
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
        color: white;
        background-color: #0075bf;
    }
}
/** SOCIALS**/

/*border radius*/
.sticky-socials {
    display: block;
    position: fixed;
    top: 50%;
    z-index: 20;
    opacity: 0;
    transition: all 0.3s;
}
.sticky-socials .social-icons {
    flex-flow: column;
    flex-direction: column;
}
.sticky-socials .social-icons__link {
    display: inline-block;
    width: 54px;
    padding: 10px;
    text-align: center;
    background-color: #98c11e;
    transition: all 0.3s;
}
.sticky-socials .social-icons__link:hover {
    width: 60px;
    color: #fff !important;
    transform: none;
}
.sticky-socials .social-icons__link--facebook:hover {
    background-color: #3b5998;
}
.sticky-socials .social-icons__link--twitter:hover {
    background-color: #000;
}
.sticky-socials .social-icons__link--linkedin:hover {
    background-color: #007bb6;
}
.sticky-socials .social-icons__link--youtube:hover {
    background-color: #FF0000;
}
.sticky-socials .social-icons__link--instagram:hover {
    background-color: #C32AA3;
}
.sticky-socials .social-icons__link--rss:hover {
    background-color: #ea6221;
}
.sticky-socials--floating-right {
    right: 0;
    transform: translate(100%, -50%);
}
.sticky-socials--floating-right .social-icons {
    text-align: right;
}
.sticky-socials--floating-right .social-icons__item {
    margin-right: 0;
}
.sticky-socials--floating-right .social-icons__item:first-of-type .social-icons__link {
    border-top-left-radius: 4px;
}
.sticky-socials--floating-right .social-icons__item:last-of-type .social-icons__link {
    border-bottom-left-radius: 4px;
}
.sticky-socials--floating-right .social-icons__link:hover {
    padding-right: 15px;
    border-radius: 4px 0 0 4px;
}
.sticky-socials--floating-left {
    left: 0;
    right: unset;
    transform: translate(-100%, -50%);
}
.sticky-socials--floating-left .social-icons {
    text-align: left;
}
.sticky-socials--floating-left .social-icons__item {
    margin: 0;
}
.sticky-socials--floating-left .social-icons__item:first-of-type .social-icons__link {
    border-top-right-radius: 4px;
}
.sticky-socials--floating-left .social-icons__item:last-of-type .social-icons__link {
    border-bottom-right-radius: 4px;
}
.sticky-socials--floating-left .social-icons__link:hover {
    padding-left: 15px;
    border-radius: 0 4px 4px 0;
}
.sticky-socials--visible {
    opacity: 1;
    transform: translate(0, -50%);
}

.sticky-socials--white .social-icons__link {
    background-color: #fff;
    color: #404b9a;
}

.sticky-socials--light .social-icons__link {
    background-color: #f5f5f5;
    color: #404b9a;
}

.sticky-socials--primary .social-icons__link {
    background-color: #98c11e;
}

.sticky-socials--accent .social-icons__link {
    background-color: #007dc6;
}

.sticky-socials--accent-2 .social-icons__link {
    background-color: #FF0000;
}

.sticky-socials--accent-3 .social-icons__link {
    background-color: #587792;
}

.sticky-socials--dark .social-icons__link {
    background-color: #404b9a;
}

.sticky-socials--secondary .social-icons__link {
    background-color: #404b9a;
}
/*#social-icons-side-bar{*/
/*    display: none;*/
/*}*/
.social-icons__container {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(-10px, -50%);
}
@media (min-width: 576px) {
    #social-icons-side-bar{
        display: flex;
    }
    .social-icons__container {
        transform: translate(0, -50%);
    }
}

.social-icons {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.social-icons__item {
    margin-right: 20px;
}
.social-icons__link {
    display: block;
    color: #fff;
    transition: all 0.3s;
}
.social-icons--white .social-icons__link {
    color: #fff;
}
.social-icons--light .social-icons__link {
    color: #f5f5f5;
}
.social-icons--primary .social-icons__link {
    color: #98c11e;
}
.social-icons--accent-2 .social-icons__link {
    color: #FF0000;
}
.social-icons--dark .social-icons__link {
    color: #404b9a;
}
.social-icons--secondary .social-icons__link {
    color: #404b9a;
}
.social-icons--accent .social-icons__link {
    color: #2D346B;
}
.social-icons--accent-3 .social-icons__link {
    color: #587792;
}
.social-icons__link:hover {
    transform: translateY(-3px);
}
.social-icons__link--facebook:hover {
    color: #3b5998;
}
.social-icons__link--twitter:hover {
    color: #000;
}
.social-icons__link--linkedin:hover {
    color: #007bb6;
}
.social-icons__link--youtube:hover {
    color: #FF0000;
}
.social-icons__link--instagram:hover {
    color: #C32AA3;
}
.social-icons__icon {
    font-size: 31px;
}
.social-icons--footer {
    position: static;
    transform: none;
    margin-top: 20px;
}

/** HEADER-----------------------------------------------------------------*/
.body-header { margin: 15px; }
.header-right-side { float:right;}
.header-right-side .social {position: relative; top: -8px; float:right; }
.header-right-side .social i {margin-right:6px; font-size:2.2em; }

/** JOBS -----------------------------------------------------------------*/
.jobs-widget  { background-color: #f3f3f3; height: 780px; margin-bottom: 10px; margin-top: 10px; padding: 10px;}
.jobs-widget iframe { width: 100%; border: 0; height: 605px; }

/**PANEL--------------------------------------------------------------------*/
.panel{ border-top: 5px solid #001423; margin: 20px 0; padding:10px; overflow: auto;background-color: aliceblue;}
.panel p{margin-bottom:20px; padding-bottom:10px; }

/* VALIDATION HELPERS-----------------------------------------------------------*/
.field-validation-error { color: #f00;display:block;}
.field-validation-valid {display: none;}
.input-validation-error {border: 1px solid #f00;background-color: #fee;}
.validation-summary-errors { font-weight: bold; color: #f00;}
.validation-summary-valid {  display: none;}
.input-group.required> label:after {content:"*"; color:red;}
.input-group.required> label.checkbox:after {content:""; color:none;}
.input-group-btn button
    background-color: #001423;
    border-color: #001423;
    color: #fff !important;
}
.input-group-btn:hover button{
    background-color: #003760;
    border-color: #003760;
    color: #fff !important;
}
/** TABLE-----------------------------------------------------------*/
table.sortable img { padding-left: 0; padding-right: 3px; }
.table { margin-top: 20px;  }
.table h2 { margin-top:0;}
.table p { margin:0;}
.table tr td{ padding:15px!important; }
table.table tbody tr td div.col-xs-2 { padding-left: 0; padding-right: 3px; }
div.dataTables_wrapper.form-inline.dt-bootstrap.no-footer div.wrapper { margin-right: -15px; margin-left: -15px; }

/** MODAL-----------------------------------------------------------*/
.modal-body> .row { margin:0; }
.modal-title {  margin-bottom:20px;}
.modal-header h4{ margin-bottom:0;}
.modal-wide { width:600px;}
.save { margin-top:15px;}
.modal-body img {float:right; }

/** SUBSCRIBER FOOTER SECTION-----------------------------------------------------------*/
.subscriber-section {
    background-color: #0075bf;
    color: white;
    padding: 20px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.subscriber-section .subscriber-logo {
}
.subscriber-section .subscriber-logo img {
    max-width: 250px;
    display: block;
    margin: auto;
}
.subscriber-section .subscriber-text {
    font-size: 16px;
    padding: 40px 20px 30px;
}
.subscriber-section .subscriber-button {
}
.subscriber-section .subscriber-btn-primary {
    display: inline-block;
    width: 100%;
    max-width: 260px;
    background-color: #001423;
    border-color: #001423;
    border-radius: 20px;
    line-height: 30px;
    font-size: 20px;
    color: white;
    text-decoration: none;
    padding: 10px 0;
}
.subscriber-section .subscriber-btn-primary:hover{
    background-color: #204d74;
    border-color: #204d74;
}

/** FOOTER -----------------------------------------------------------*/
footer{background-color:#001423; padding:20px;color:white;}
footer h3 { margin-top:0;}
footer a,footer a:visited { color:white;}
footer a:hover  { color:#b1d0eb; text-decoration:none;}

/** ARTICLE-----------------------------------------------------------*/
.editorial-list  {list-style-type:none; margin:0 0 5px 0; padding:0;}
.editorial-list li { display: inline-block; margin:0 10px 0 0; padding:0;}
.editorial-list li img { max-width:175px;max-height:175px;}
.editorial-list  h3 { font-size:1.2em; margin:5px; }
/*.editorial-list  div { display:none; }*/
.keywords { margin:15px 0 15px;}
.keywords a  { color:#fff;background-color:#0075bf }
.keywords a:hover  { color:#b8daef;background-color:#0075bf  }

#article-body img {   max-width: 100%;
    display: block;
    height: auto; }
#article-body not(.twitter-tweet) iframe {
width:100%; 
height:350px}
#article-body .twitter-tweet frame {
width:100%; 
}

.doc-list ul{ list-style-type:none; margin:10px 0 20px 10px; padding:0;}
.doc-list ul li { display: inline-block;  padding:0 6px 0 0; width:20%; margin: 10px 10px 0 0;}
.doc-list ul li img { max-width:100%; max-width:100px; }
.doc-list  ul li span { font-weight:bold; display:block;}

.top-news {margin-top:-15px}
.top-news>div.panel>article { clear: both; }
.top-news>div.panel>article>img { max-width:40%; float: left;  margin-top: 4px; margin-right: 16px; margin-bottom: 6px;}
.image-caption {margin-left: 20px; margin-bottom: 20px;float: right; border: 1px solid #E5E5E5;}
.image-caption p {padding-bottom: 10px;font-size:12px;color: #767676;  }

/** HOME PAGE ARTICLES *****************************************************/

.home-article-top {
    position: relative;
    width: 100%;
    margin: 15px 0;
    max-height: 380px; /* Set maximum height */
    overflow: hidden; /* Ensure no overflow beyond this height */
}

.home-article-top__image-container {
    width: 100%;
    height: 100%;
    overflow: hidden; /* Hide any overflow from the image */
}

.home-article-top__image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the container without overflow */
}

.home-article-top__text-container {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 20, 35, 1);
    color: white !important;
    padding: 20px;
    max-width: 50%;
    box-sizing: border-box;
    font-size: 0.9em;
}

.home-article-top__text-container h1 {
    margin: 0;
    padding: 0;
}

.home-article-top__text-container a {
    color: white !important;
    text-decoration: none;
}

.home-article-top__text-container a:hover {
    text-decoration: underline;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .home-article-top__text-container {
        max-width: 70%;
        font-size: 0.9em;
    }
}

@media (max-width: 540px) {
    .home-article-top__text-container {
        position: static;
        max-width: 100%;
        margin-top: 10px;
        font-size: 0.7em;
    }
}

/* HOME ARTICLE LIST ITEMS ******************/
.home-article-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}


.home-article-item__image_container {
    flex-shrink: 0;
    overflow: hidden;
    height: 140px;
    width: 100%;
}


.home-article-item__image_container img {
    width: 100%; 
    height: auto;
}

.home-article-item__text_container {
    flex-grow: 1;
    background-color: aliceblue;
    padding: 10px;
}


.home-article-item__text_container h2 {
    margin: 0 0 10px 0; 
    font-size: 1.5em;
}


.home-article-item__text_container .date {
    font-size: 0.9em;
    color: #777;
    margin-bottom: 10px;
}

.home-article-item__text_container p {
    margin: 0 0 10px 0; 
}
.home-article-item__text_container--abstract{
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    text-overflow: ellipsis;
    margin: 0 0 10px 0; 
}
@media (min-width: 768px) {
    .home-article-item {
        flex-direction: row;
    }

    .home-article-item__image_container {
        width: 260px;
        margin-right: 20px;
        margin-bottom: 0;
    }

    .home-article-item__text_container {
        width: auto;
        background-color: white;
        padding: 0;
    }
}
/* ARTICLE TYPE LIST ITEMS ******************/
.list-article-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}


.list-article-item__image_container {
    flex-shrink: 0;
    overflow: hidden;
    height: 140px;
    width: 100%;
}


.list-article-item__image_container img {
    width: 100%;
    height: auto;
}

.list-article-item__text_container {
    flex-grow: 1;
    background-color: aliceblue;
    padding: 10px;
    width:100%;
}

@media (min-width: 768px) {
    .list-article-item {
        flex-direction: row;
    }

    .list-article-item__image_container {
        width: 260px;
        margin-right: 20px;
        margin-bottom: 0;
    }

    .list-article-item__text_container {
        width: auto;
        background-color: white;
        padding: 0;
    }
}
.list-article-item__text_container h2 {
    margin: 0 0 10px 0;
    font-size: 1.5em;
}


.list-article-item__text_container .date {
    font-size: 0.9em;
    color: #777;
    margin-bottom: 10px;
}

.list-article-item__text_container p {
    margin: 0 0 10px 0;
}
.list-article-item__text_container--abstract{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 10px 0;
}
/** EDITORIAL BOARD ---------------------------------------------------*/
.editorial-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    text-align: center;
}
.editorial-image-container {
    display: block;
    width: 150px;
    height: 215px;
    overflow: hidden;
    position: relative;
}

.editorial-image-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
/** ADVERTS-----------------------------------------------------------*/
.leaderboard { margin:10px 0 0 0; height:100px;}
.leaderboard div{ width:auto; }
div[class*="ad-panel-"]  {position: relative; left: 50%;width: 260px;margin-left: -130px;margin-bottom: 15px;
}

.leaderboard-bottom,.listing-banner-mid {  margin-bottom:15px;}

/** HOVER EFFECT ON IMAGE -------------------------------------------------*/
.hover-effect-container {
    position: relative;
    display: inline-block;
}

.hover-effect-container img {
    width: 100%;
    display: block;
}

.hover-effect-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hover-effect-container::after {
    content: "Click to view";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    font-size: 1em;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hover-effect-container:hover::before,
.hover-effect-container:hover::after {
    opacity: 1;
}

/** DIRECTORY-----------------------------------------------------------*/
#products {display: inline-block; padding-left: 30px;float:right; margin-bottom:10px;}
.dataTables_filter input { margin-left:5px; }
.fa-certificate { color: #f89406; }
.featured { background-color:  #f89406; display: inline-block;padding: .2em .6em .3em;font-size: 75%;font-weight: bold;line-height: 1;color: #fff;text-align: center;
            white-space: nowrap; vertical-align: baseline;border-radius: .25em; margin-bottom:10px;}
.featured .fa-certificate { color:white; }
h1.organisation { margin-bottom: 20px; }
#map-row { margin-top:150px;}
#map {height: 450px;width:100%; margin:0 0 0 12px;}
#dir-description, #imgDir {margin-bottom:20px;margin-top:20px; }
#imgDir { margin-left:0}
#imgDir img {height:98px; padding-bottom:20px;}
p#org-desc { margin-top:15px; }
.products {margin-bottom:10px;}

/*  MOST POPULAR SECTION *****************************************/
.panel.most-popular {
}

.panel.most-popular h2 {
    color: #001423;
    font-size: 1.5em;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.panel.most-popular div {
    display: flex;
    align-items: center;
    margin: 10px;
    padding: 5px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.panel.most-popular span {
    font-size: 2.4em;
    color: #007dc6;
    font-weight: bold;
    margin-right: 10px;
    min-width: 25px;
}

.panel.most-popular a {
    color: #007dc6;
    text-decoration: none;
    font-size: 1.1em;
    font-family: Arial, sans-serif;
    transition: color 0.3s;
}

.panel.most-popular a:hover {
    color: #005a8d;
    text-decoration: underline;
}

.panel.most-popular div:hover {
    background-color: #eef6fc;
}

 /* TAGCLOUD----------------------------------------------------------*/
.TagCloud {text-align:center;font-weight: 300;}
.TagCloud a{padding:3px;}
/* Applies to each tag of the tag cloud **/
.TagCloud > span	{margin-right:3px;text-align:center;}
.TagCloud > span.TagWeight1{font-size:32px;}
.TagCloud > span.TagWeight2{font-size:24px;}
.TagCloud > span.TagWeight3{font-size:20px;}
.TagCloud > span.TagWeight4{font-size:16px;}
.TagCloud > span.TagWeight5	{font-size:12px;color:#efefee;}
  
 /* FORMS----------------------------------------------------------*/
.input-group { margin-bottom:20px; }
.input-group > input{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

button.save { margin-left:20px; }
.input-group .checkbox { font-weight:normal; margin-left:20px; font-size:12px; }
.input-group span { font-size:11px; }


 /** EVENTS-----------------------------------------------------------*/
.event { border-bottom: 1px solid #212b62; margin:10px 0 10px 0; padding:20px 0 27px 0;}
.event h2 {font-size:2em; }
.event img { float: right; max-width:150px; max-height:217px; }
.event .venue { font-weight:bold; font-size:1.2em; }
.event .location { font-weight:bold; font-size:1.0em; }
.event .copy {margin:5px 0  5px 0; }
.event time { padding-top: 2%; padding-bottom: 2%; padding-right: 4%; padding-left: 3%; width: 65px; background-color: #001423;  margin-top:5px; margin-right: 3%; margin-bottom: 2%; text-align: center; display: block; color: #ffffff; font-size: 0.8em; font-weight: 700; text-transform: uppercase; float: left;  }
.event time span { clear: both; display: block;font-size: 2em;line-height: 0.9em;}


 /** LATEST ISSUE-----------------------------------------------------------*/
#latest-issue img{ float:left; margin-right:30px;  }

/**ERROR -----------------------------------------------------------*/
#error { }
#error h1 { font-size:94px; color:red;}
#error img { border-bottom:1px solid #ddd;}
#error h2 { font-size:30px; color:#003366;}

/**FIXES FOR IE*/
.IE11 .table img {
   max-width:100px;
}


@media (min-width: 768px) {
    .navbar-nav { display: flex; }
    .navbar-default .navbar-nav > li {    font-size: 11px;}
    .header-navigation{
        display: flex;
        justify-content: flex-end;    
    }
    .header-navigation > li{
        text-align: right;
    }
    .header-navigation .header-navigation__subscribe {
        display: none;
    }
    .header-navigation .header-navigation__subscribe_left{
        display: block;
    }
    
    
}
@media (min-width: 768px) {
    .navbar-nav > li:hover .dropdown-menu {
        display: block;
        margin: 15px -15px;
    }
}
@media (min-width: 992px) {
.navbar-default .navbar-nav > li {    font-size: 14px;}
}

@media (min-width: 1199px) {
    .navbar-default .navbar-nav > li {    font-size: 20px;}

    .subscriber-section {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .subscriber-section .subscriber-logo,
    .subscriber-section .subscriber-text,
    .subscriber-section .subscriber-button {
        flex: 1;
        padding: 20px;
    }
    .subscriber-section .subscriber-logo img {
        max-width: 260px;
    }
    .subscriber-section .subscriber-btn-primary {
        width: 100%;
    }
}