﻿body {
    font-size:15px;
    line-height:24px;
}

.no-padding{
    padding:0px !important;
}

a{
    text-decoration:none;
}

a:hover{
    text-decoration:none;
}
.uppercase {
    text-transform: uppercase;
}

.logo-link-mobile {
    position: fixed;
    top: 50px;
}

.logo-link-1, .logo-link-mobile {
    -webkit-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    -ms-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
}

span.highlight {
    background-color: #fbf69b;
    padding: 3px;
}

#main-logo{
    position: relative;
}

.header-container{
    /*margin-top:30px;*/
    position: relative;
    z-index: 999;
}

.content-container{
    /*margin-top:70px;*/
}

.container-bg{
    /*background-color:#fff;*/
    overflow:hidden;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.column-title{
    color:#333;
    padding:15px 0px;
    font-size:15px;
    font-weight:bold;
    text-transform:uppercase;
    border-radius: 3px 3px 0 0;
}
.col-bg{
    border-radius: 3px;
}

.umb-grid .column{
    margin-bottom:20px;
}

.container-bg .column{
    padding-right:0px !important;
}

.container-bg .column:last-of-type {
    padding-right: 15px !important;
}

.content-wrapper {
    //background-color:#fff;
    padding: 20px;
    border-radius: 3px;
}

.menu{
 width:100%;
 background-color:#d0d0d0;
 /*margin-top:10px;*/
}

.has-more{
    background-color:rgba(255,255,255,.1);
    position: absolute;
    top:0px;
    right:0px;
}

.main-menu a {   
    
    display:inline-block;
    padding:0px;
    padding:15px;
    font-family:'Rubik', sans-serif;
    text-transform:uppercase;

}

.main-menu li.has-children ul{
   display:none;
   background-color:#fff;
   box-shadow: rgba(0,0,0,.2) 4px 4px 3px;
   min-width:200px;
}

.main-menu li.has-children ul a{
   color:#000;
}

.main-menu li.has-children ul a:hover{
   background-color:#e5e5e5;
}

.main-menu li.has-children:hover > ul{
   display:block;
   position:absolute;
   z-index:9999;
}

li.has-children.unlinked{
    position:relative;
}

.main-menu li.has-children.unlinked:hover > ul {
    display: block;
    position: absolute;
    z-index: 9999;
    right: 100%;
    top: 0px;
}

.main-menu li.has-more:hover > ul{
   display:block;
   position:absolute;
   z-index:9999;
   right:0px;
}

.main-menu ul li:hover{
    background-color:#fff;
}

.main-menu ul li:hover > a{
    color:#000;

    text-decoration:none;
}

.main-menu ul {
    list-style:none;
    margin:0px;
    padding:0px;
}

.main-menu ul a {
    display:block;
}

.main-menu > ul {
    display:block;
    width:100%;
    clear:both;
}

.main-menu   ul:first-child  li {
    /*display:inline-block;*/
}

.main-menu  > ul > li {
    /*display:inline-block;*/
}

.main-menu li.top-level {
    display: inline-block;
}

li.top-level.unlinked{
    display:block;
}

li.sub-level.unlinked-sub {
    display: block;
}

li.sub-level{
    display: inline-block;
}

.sub-menu ul{
    list-style-type:none;
    margin:0px;
    padding:0px;
    display: inline-block;
}

.sub-menu a{
    font-family:'Rubik', sans-serif;
    text-transform:uppercase;
    display:inline-block;
    padding:5px 10px;
    font-size:12px;
    text-decoration:none;
}

.sub-menu a:hover{
    
    text-decoration:none;
}
.sub-menu ul li:hover {
    background-color: #ddd;
    color: #002d62;
}

.sub-menu li.secondary-has-children ul a:hover {
    background-color: #e5e5e5;
    width: 100%;
}

.sub-menu ul li:hover {
    background-color: #fff;
}

.sub-menu ul li:hover > a {
    color: #002d62;
    text-decoration: none;
}

div.sub-menu{
    overflow: unset;
}

.sub-menu span, .menu span {
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    padding: 14px 10px;
    /*font-size: 12px;*/
}

.sub-menu li.secondary-has-children ul {
    display: none;
    background-color: #fff;
    box-shadow: rgba(0,0,0,.2) 4px 4px 3px;
    min-width: 200px;
}

.sub-menu li.secondary-has-children ul a {
    color: #000;
}

.sub-menu li.secondary-has-children ul a:hover {
    background-color: #e5e5e5;
}

.sub-menu li.secondary-has-children:hover > ul {
    display: block;
    position: absolute;
    z-index: 9999;
}

li.secondary-has-children.unlinked {
    position: relative;
}

.sub-menu li.secondary-has-children.unlinked:hover > ul {
    display: block;
    position: absolute;
    z-index: 9999;
    right: 100%;
    top: 0px;
}

.secondary-menu{
    float: right;
}



/*footer Styles*/
.footer-container{
    background-color:#333;
    color:#fff;
    font-size:12px;
    padding:20px;
    margin-top:20px;
}

.footer-logo{
    float: right;
}

.slogan {
    color: #a6a8ab;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Rubik';
}

.slogan .underline {
    border-bottom: solid 1px #a6a8ab;
    margin: 20px 0;
}

.small-text{
    text-transform: uppercase;
    font-family: 'Rubik';
    font-size: 12px;
}

.big-text {
    text-transform: uppercase;
    font-family: 'Rubik';
    font-size: 18px;
    font-weight: bold;
    color: #a6a8ab;
}

.small-text{
    color: #fff;
}

.right-border .small-text, .right-border .big-text{
    line-height: 1;
}

.copyright{
    font-size: 11px;
}

.social-media{
    margin-bottom: 15px;
}

.social-media a{
    color: #fff;
    font-size: 20px;
    margin: 0 25px;
}

.social-media a:focus{
    text-decoration: none;
}

.footer-menu{
    padding: 0;
}

.footer-menu a {
    font-family:'Rubik';
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    padding-right: 20px;
    margin-right: 20px;
    border-right: solid 1px #fff;
}

.footer-menu a:last-child{
    border-right: none!important;
}

.footer-menu a:first-child{
    padding: 0 20px 0 0;
}

/*latest News Sidebar*/
.latest-news{

}

.latest-news-item{
    margin-bottom:10px;
}

.latest-news-title{
    line-height:20px;
}
.latest-news-title a{
    color:#333;
    font-weight:bold;
    text-transform:uppercase;
}

.latest-news-date{
    font-size:12px;
    line-height:15px;
    color:#aeaeae;
}



/*News Styles*/
.news-item a{
    text-decoration:none;
}

.news-title{
    color:#000;
    text-transform:uppercase;
    font-weight:bold;
    font-size:24px;
    margin-bottom:5px;
    line-height:28px;
    font-family: 'Rubik';
}

.page-title{
    margin:20px 0px;
}

.news-author{
    line-height:16px;
}
.news-date{
    color:#808080;
    line-height:16px;
}

.news-item {
    margin-bottom: 20px;
    clear:both;
    display:table;
    width:100%;
}

.news-article-meta{
    margin-bottom:20px;
}

.news-media{
    margin-bottom:20px;
}

.article-recent-news{
    margin-bottom:50px;
}

.article-categories{
    margin-bottom:50px;
}

.article-search {
    margin-bottom: 50px;
}

.news-slider .owl-pagination{
    /*display:none;*/
}

.owl-nav {
    display: none;
}

.owl-carousel:hover .owl-nav {
    display: block;
}


.news-slider-caption{
    font-weight: bold;
    z-index: 99999;
    bottom: 0px;
    padding: 20px;
    font-size: 30px;
    width:100%;
    line-height:34px;
    overflow:hidden;
}

.news-slider-snippet{
font-size:16px;
font-weight:normal;
line-height:24px;
}

.news-slider-caption a{
   text-decoration:none;
}

.news-slider-read-more a{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.news-slider .video-link {
    text-align: center;
    position: absolute;
    z-index: 9999999;
    bottom: 50%;
    top: 35%;
    left: 50%;
    margin-left: -50px;
}

.news-slider .video-link a{
    font-size:100px;
}

.news-grid-title{
    margin-top:10px;
    line-height:20px;
    font-size:16px;
    color:#00284B;
    font-family: 'Rubik';
}
.news-grid-date, .newsDate {
    font-style: italic;
    font-size: smaller;
}
/*Articles Category Sidebar Styles*/
.news-categories {
    padding: 0;
}
.news-categories li{
    list-style: none;
    line-height: 18px;
    padding: 6px 0px;
    border-bottom: 1px solid rgba(0,0,0,.05);
}

.news-category-item a {
    text-transform: uppercase;
}
/*Partner Logo Styles*/
.partner-logo {
    width: 100px;
}

.partner-logo-wrapper{
    text-align: center;
}

.partner-logo-wrapper a{
    margin:0px 10px;
}

.partner-slider .owl-item{
    text-align: center;
}

/*Mobile Menu Styles*/
#mobile{
    background-color: #000;
}

.stacked-nav ul {
    list-style-type: none;
    text-align: center;
    padding-left: 0;
    font-weight: bold;
}

.stacked-nav ul li a {
    font-family: 'Rubik';
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

.mobile-nav-btn{
    float: right;
    padding-top: 15px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    background-color: rgba(255,255,255,0);

}

.mobile-nav-btn:hover{
    cursor: pointer;
}

.overlay { 
  height: 100%;
  width: 0;
  position: fixed; 
  z-index: 99999; 
  left: 0;
  top: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
  padding-left: 0;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    list-style: none;
}

.overlay a, .overlay span {
    padding: 10px 0;
    text-decoration: none;
    font-size: 24px;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-family: 'Rubik';
    text-transform: uppercase;
    font-weight: bold;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.overlay ul{
    list-style: none;
    padding: 0;
}

.menu-container {
    top: 0;
    width: 100%;
    z-index: 999;
}

.mobile-logo {
    max-height: 54px;
    padding: 5px 0;
}

li.top-level .has-children{
    position: relative !important;
}

 ul.main-menu li.top-level ul li.has-children ul {
    right: 100% !important;
    top: 0px !important;
}

.grid-img img {
    width: 100%;
    margin: 15px 0;
}

.panel-footer {
    float: left;
    width: 100%;
}

    .panel-footer .social-media {
        margin: 0;
    }

        .panel-footer .social-media a {
            color: #01418d;
        }

.panel-heading:not(.first-panel) a {
    float: left;
    width: 100%;
}

    .panel-heading:not(.first-panel) a i {
        float: right;
    }

.first-panel h4 {
    text-align: right;
}

.first-panel h4 a {
    padding: 15px;
    color: #ffffff;
}
.first-panel h4 a i{
    margin-top: 10px;
}
.first-panel{
    height: 54px;
}

.panel-group .group-name {
    width: 100%;
    float: left;
    padding: 10px 15px;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    background-color: #002d62;
    color: #ffffff;
}

.panel-group .top-level {
    padding: 0 !important;
}

.top-level ul {
    list-style: none;
    padding: 0 40px !important;
}

    .top-level ul li a {
        text-transform: uppercase;
        color: #01418d;
        width: 100%;
        display: inline-block;
        padding: 5px 0;
    }

    .top-level ul li:not(last-child) {
        border-bottom: solid 1px #ddd;
    }

.mobile-btn {
    padding: 10px 0;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    border-bottom: solid 1px #ddd;
    color: #01418d;
}
.panel-heading, .panel-default, .panel-default > .panel-heading {
    background-color: transparent !important;
    background-image: none !important;
}

.panel {
    background-color: transparent !important;
    border: none;
}

#mobile-menu {
   
    width: 100%;
    float: left;
    height: 100vh!important;
}


/*Side Menu Styles */
ul#side-menu{
    list-style: none!important;
    padding:0px;
    margin:0px;
}

/*Top Bar Styles*/
.site-name {
    font-family: 'Kanit', sans-serif;
    font-size: 34px;
    text-transform: uppercase;
    color: #fff;
    margin: auto;
    padding-top: 20px;
    font-weight:800;
    font-style:italic;
}

.site-name span{
    font-weight:200;
    font-style:italic;
}

/*social media grid styles*/
.post-overlay {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,.8);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.post-source{
    font-weight:bold;
}

.post-source a{
    color:
}

.post-date{
    font-size:12px;
    color:#c0c0c0;
}

.social-grid-item{
    width:25%;
    float:left;
}

.social-grid-image:hover .post-overlay {
  height: 100%;
}

.filter-button {
    background-color: #002d62;
    color: #ffffff;
}

.filter-button:hover {
    background-color: #ffffff;
    color: #01418d;
}

.is-checked {
    background-color: #faca0c;
    color: #01418d;
}

.filter-button-group {
    padding: 10px;
}

.filter-button {
    border-radius: 0;
    margin-left:5px;
}

.filter-button:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-left:0px;
}

.filter-button:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-left: 0px;
}

/*Menu Special Buttons Styles */


.special-btn a {
    color: #01418d;
    text-transform: uppercase;
}

.special-buttons {
    float: right;
    list-style: none;
    display: flex;
    margin:0px;
    padding:0px;

}

.special-btn {
    transform: skew(-20deg);
    padding: 0px 5px;
}

.special-btn a {
    display: inline-block;
    padding: 15px 10px;
    transform: skew(20deg);
}

.mobile-menu row{
    width: 100%;
}

/* Mega Menu Styles */

.dropdown-content .column h3, .dropdown-content .column a {
    border-bottom: solid 1px #ddd;
}

.dropdown-content .column h3 {
    color: #01418d;
    text-transform: uppercase;
    padding: 15px;
    margin: 0;
    font-weight: bold;
}

.dropdown-content .row {
    padding: 15px;
}

/* The dropdown container */
.dropdown {
    float: left;
    overflow: hidden;
    position: unset !important;
    flex-grow: 1;
}

    /* Dropdown button */
    .dropdown .dropbtn {
        border: none;
        outline: none;
        padding: 15px;
        margin: 0;
        font-family: 'Rubik', sans-serif;
        text-transform: uppercase;
        /*color: ;
        background-color: ;*/
    }

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Mega Menu header, if needed */
    .dropdown-content .header {
        background: red;
        padding: 16px;
        color: white;
    }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Create three equal columns that floats next to each other */
.nav-column {
    float: left;
    width: 33.33%;
    padding: 10px;
    background-color: #ccc;
    height: 250px;
}

    /* Style links inside the columns */
    .nav-column a {
        float: none;
        color: black;
        padding: 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        /* Add a background color on hover */
        .nav-column a:hover {
            background-color: #ddd;
        }

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.menu, .mobile-menu {
    background-color: #002d62;
}

.menu a {
    color: #ffffff;
}

.dropdown > a{
    font-size:20px;
    font-weight:bold;
}


.dropdown-content .column h3 {
    color: #ffffff;
}

.dropbtn {
    color: #ffffff;
    background-color: #002d62;
}

.main-menu a:hover, .dropdown:hover .dropbtn {
    color: #ffffff;
    background-color: #f0f0f0;
}

.dropdown-content a {
    color: #ffffff;
    width: 100%;
}

.dropdown-content {
    background-color: #f0f0f0;
}


/* Social Icon styles*/
.top-social a{
    color: #fff;
    font-size: 22px;
    padding: 0 10px;
}
.top-social{
    padding-top: 20px;
    display: inline-block;
    float: right;
}
.top-bar-color{
    display: inline-block;
}
.pt0 {padding-top:0px !important;}
.pb0 {padding-bottom: 0px !important;}
.pr0 {padding-right: 0px !important;}
.pl0 {padding-left: 0px !important;}
@media screen and (max-width: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
  .container{
      padding:0px;
      overflow:hidden;
  }

  
}

/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    .news-title{
        font-size:28px;
        line-height:34px;
    }

    .special-buttons{
        padding-left: 0;
    }
    .special-btn a{
        padding: 15px 5px;
    }

    .social-grid-item{
    width:33.33%;
    }
}


/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .news-title{
        font-size:24px;
        line-height:28px;
    }
    .mobile-hide {
        display: none !important;
    }
    .special-buttons {
        /*float: right;*/
        margin-right:20px;
    }

    .special-btn a {
        padding: 15px 10px;
        font-size:24px;
    }
    .site-name {
        text-align: center;
        padding: 20px 0 0 0 !important;
        /*font-size:20px;*/
    }
    .site-name-col{
        text-align: center;
    }

    .panel-title{
        font-size:20px;
    }
    .social-grid-item{
    width:50%;
    }

    .news-slider-caption{
        height:auto;
    }

    .owl-carousel:hover .owl-nav {
        display: none;
    }

    .article-search {
        margin-bottom: 0px !important;
    }


    .article-recent-news {
        border-top: 1px solid #dcdcdc;
        margin-top: 50px;
        padding-top: 25px;
    }


}

/*// Small devices (landscape phones, less than 768px))*/
@media (max-width: 767.98px) {
    .news-title{
        font-size:20px;
        line-height:24px;
    }
    .social-grid-item{
    width:100%;
    }


    
    .mpt0 {
        padding-top: 0px !important;
    }
    .mpb0 {padding-bottom: 0px !important;}
    .mpr0 {padding-right: 0px !important;}
    .mpl0 {padding-left: 0px !important;}
}

/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .news-title{
        font-size:18px;
        line-height:22px;
    }

  

    .social-grid-item{
    width:100%;
    }
}


/*//override*/

.umb-grid textarea.textstring{
    overflow:scroll !important;
}

/* Information Top Bar styles*/

.info-bar {
    background-color: #01418d;
    position: fixed;
    top: 0;
    z-index: 9999999999;
    left: 0;
    width: 100%;
    text-align: center;
}

.info-bar a{
    color: #ddd;
    font-weight: bold;
}

/* Macro Button styles*/
.macroBtn {
    
    padding: 15px 25px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
    margin: 15px;
}



/* Horizontal Seperator Macro Styles*/
.content-seperator {
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #000;
    margin: 15px 0;
}

/*--Ng Cloak--*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.full-width .col-md-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/*Events Slider Macro Styles*/
.events-title {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 28px;
    font-family: 'Rubik';
}

.eventsDate {
    font-size: 18px;
    font-style: italic;
}

.event-info div>strong{
    font-size: 14px;
}

.event-item {
    float: left;
}
.eventsSlider .owl-nav{
    display: block!important;
}

.event-info{
    margin-top: 15px;
}

.owl-item a img{
    width: 100%!important;
}

.news-grid-item {
    margin-bottom: 20px;
}

/*full-width*/
.full-width .col-md-12{
    margin-bottom:0!important;
}

.inner-div{
    margin-right: 10px;
}

.owl-carousel .owl-nav button {
    font-size: 26px !important;
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,.5)!important;
    color: #fff!important;
    opacity: 0;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0px;
    top: 35%;
    margin-top: -18px;
    padding-left: 8px;
}

.owl-carousel .owl-nav .owl-next {
    right: 0px;
    top: 35%;
    margin-top: -18px;
    padding-left: 12px;
}

.owl-carousel:hover .owl-nav button{
    opacity: 1;
}

@media screen and (max-width: 767px){
    .owl-carousel .owl-nav button{
        opacity: 1!important;
    }
    .owl-nav{
        display: block!important;
    }
    .no-padding-mobile {
        padding: 0px !important;
    }
}

/*@media screen and (max-width: 300px) {
    .special-buttons .special-btn:first-child {
        display: none !important;
    }
}
@media screen and (max-width: 245px) {
    .special-buttons .special-btn:nth-child(2) {
        display: none !important;
    }
}
@media screen and (max-width: 190px) {
    .special-buttons .special-btn:last-child{
        display: none !important;
    }
}*/