html,body,div,span,object,iframe,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}
*,:before,:after{-webkit-box-sizing:inherit;box-sizing:inherit;outline:0}

* {margin:0; padding:0;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
outline:0;
-webkit-font-feature-settings: "kern" 1;
        font-feature-settings: "kern" 1;
-webkit-font-kerning: normal;
        font-kerning: normal;	
-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%
} 

:root{
  --secondcolor:#f1d801;
}


html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:10px;font-display:swap;font-family:'Arial', serif;outline:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-font-feature-settings:kern 1;font-feature-settings:kern 1;-webkit-font-kerning:normal;font-kerning:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}

em{font-style:italic}
a,
a:hover,
a:visited,
a:focus{text-decoration:none;color:#000}

@font-face {
  font-family: 'Heading Pro Treble Bold';
  src: url(../fonts/HeadingProTreble/bold/HeadingProTreble-Bold.eot);
  src: url(../fonts/HeadingProTreble/bold/HeadingProTreble-Bold.eot?#iefix) format("eot"),
       url(../fonts/HeadingProTreble/bold/HeadingProTreble-Bold.woff) format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Heading Pro Treble Extra Bold';
  src: url(../fonts/HeadingProTreble/extrabold/HeadingProTreble-ExtraBold.eot);
  src: url(../fonts/HeadingProTreble/extrabold/HeadingProTreble-ExtraBold.eot?#iefix) format("eot"),
       url(../fonts/HeadingProTreble/extrabold/HeadingProTreble-ExtraBold.woff) format("woff");
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Heading Pro Treble Regular';
  src: url(../fonts/HeadingProTreble/regular/HeadingProTreble-Regular.eot);
  src: url(../fonts/HeadingProTreble/regular/HeadingProTreble-Regular.eot?#iefix) format("eot"),
       url(../fonts/HeadingProTreble/regular/HeadingProTreble-Regular.woff) format("woff");
  font-style: normal;
  font-display: swap;
}


@font-face {
    font-family: 'PFDiesel';
    src:url('../fonts/pfdiesel/PFDieselSolid-Regular.woff') format('woff'),
        url('../fonts/pfdiesel/PFDieselSolid-Regular.woff2') format('woff2'),
        url('../fonts/pfdiesel/PFDieselSolid-Regular.eot'),
        url('../fonts/pfdiesel/PFDieselSolid-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.o-head {
    font-weight: normal;
}

.extra-bold{font-family: 'Heading Pro Treble Extra Bold'}
.bold {font-family: 'Heading Pro Treble Bold'}
.regular{ font-family: 'Heading Pro Treble Regular'}
.pfdiesel {font-family: 'PFDiesel';font-weight:normal;letter-spacing: .25px;}

img {height: auto;border:0;max-width: 100%}

.imagefit{
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 20%;
    object-position: center 20%;
    width: 100%;
    max-width: none;
    height: 100%
}
figure {margin: 0;line-height:0}


.white-c {color: #FFF}

/* .sx-large-font{font-size:50px;line-height: 1.05}
.xx-large-font{font-size:3.55rem;line-height: 1.05}
.x-large-font{font-size:29px;line-height: 1.05}
.large-font{font-size:23px;line-height: 1.03}
.medium-font{font-size:20px;line-height: 1.03}
.small-font{font-size:18px;line-height: 1.1}
.x-small-font{font-size:16px;line-height: 1.3} */

.text-ellipsis{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}

.thumb-holder {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}
.ratio-16-9 {
    padding-bottom: 59%;
}

.thumb-holder img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 20%;
    object-position: center 20%;
    width: 100%;
    height: 100%;
}

.blocked {
    display: block;
}

.defencenet {background-color:#FFFFFF;font-size:10px;font-family:'Open sans',sans-serif;letter-spacing:-0.10px;overflow-x:hidden}

.widegridrow {
    width: 100%;
    padding: 0 15px;
    max-width: 1630px;
    margin: 0 auto;
}
.maxgridrow {width:100%;padding:0 15px;max-width:1330px;margin:0 auto}
.max-800 {max-width: 800px;margin: 0 auto}

.abslink{position:absolute;left:0;width:100%;height:100%;top:0;font-size:0;background-color:rgba(255,255,255,0);z-index:1}

.prel{position:relative}
.flexgrid{display:flex}
.flexwrap{flex-wrap:wrap}
.break-container {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
}

.main-site{padding-top:0;background-color:#FFFF; margin:0 auto;z-index: 2}

.mb-30{margin-bottom:3rem}
.uppercase{text-transform:uppercase}

.o-meta {
    font-family: 'Heading Pro Treble Bold';
    font-size: 12px;
    display: block;
    margin: 8px 0;
    color: #828385;
}


/* HEADER */
header#Identity{margin-bottom:0;background-color:#000;z-index:999999;top:0;position: sticky;-webkit-position: sticky;}
.archive.desktop-device header#Identity{margin-bottom:5rem}
.main-header-menu{width:100%;padding-top:15px;padding-bottom:15px}
.main-nav {
    flex-grow: 1;
    margin-left: 220px;
    padding:0 15px;
}
.menu-ul{display:flex;align-items:center;margin-left:-10px;margin-right:-10px}
.menu-ul li{font-family:'Heading Pro Treble Extra Bold';list-style:none;display:block;white-space:nowrap;font-size:15px;font-weight:400;color:#FFF;padding:0 10px}
.main-header-menu .sub-menu{display:none}
.main-header-menu .menu-item a{color:#FFF;transition:all .3s ease}
.main-header-menu .menu-item{display:block}
.main-header-menu{display:flex;justify-content:space-between}
#pushmore span{background-color:#FFF;display:block;height:3px}
#pushmore{cursor:pointer;width:30px;display:block}
#pushmore span:nth-child(2){margin:4px 0}
.open-box.main-header-menu .sub-menu{display:block;vertical-align:top}
.open-box.main-header-menu .sub-menu{display:block;vertical-align:top;margin:20px 0 0}
.open-box.main-header-menu .menu-ul{align-items:flex-start}
.menu-ul li{width:calc(100% / 5);white-space:normal}
.main-header-menu .sub-menu li{margin-bottom:5px;line-height:1.3;width:100%;padding-bottom:5px;font-size:12px;padding-left:0;opacity:.8;transition:all .3s ease}
.main-header-menu .menu-item a:hover{color:var(--secondcolor)}
.main-header-menu .sub-menu li:hover{text-decoration:underline;opacity:1}
.menu-logo {
    background: var(--secondcolor);
    top: 0;
    float: left;
    position: absolute;
    width: 180px;
    display: flex;
    justify-content: center;
    padding: 12px;
}.menu-logo a, .menu-logo img {
    display: block;
    width: 100%;
}
#Latest {
    background-color:#222222;
    padding: 2rem 0;
}

#Latest .focus-col a {
    background-color: var(--secondcolor);
    height: 100%;
    padding: 10px;
}#Latest .focus-col {
    order: 5;
}#Latest .column:not(.focus-col) .o-head {
    color: #FFF;
}


/* FOOTER */
#site-footer{padding:3rem 0 0;background-color:#000;position:relative;z-index:1}
.footer-nav .menu-ul{align-items:flex-start;margin:0}
.footer-nav .menu-ul li{padding:0;font-size:13px}
.footer-nav .menu-ul .sub-menu li{width:90%;font-size:11px;opacity:.7;margin-bottom:10px}
.footer-nav .menu-ul .sub-menu{margin-top:12px}
.footer-nav .menu-ul li a{color:#FFF}
.footer-desc p{margin:10px 0;font-size:13px;line-height:1.2}
.footer-desc{color:#fff;font-size:12px;opacity:.8;border-top:1px solid rgba(255,255,255,0.2);padding-top:5px}
.copyright {color: rgba(255,255,255,0.8);font-size: 12px}
.footer-logo {
    width: 100%;
    display: block;
    background: var(--secondcolor);
    line-height: 0;
    padding: 10px;
}.footer-logo img {
    width: 100%;
}

.desktop-device .text-align-right {
    text-align: right;
}



.empty-space{height:30px;display:block;clear:both}


/* GENERAL TILES 
*/
.row-row-item{display:flex;flex-direction:row;border-bottom:1px solid #222;padding-bottom:12px;margin-bottom:12px}
.row-row-item:last-child{margin:0;border:0;padding:0}
.row-row-item .tile-image{width:100px;height:80px}
.row-row-item .row-title{width:calc(100% - 100px);padding-right:0;padding-left:10px}
.row-row-item .row-title .o-meta{margin:0 0 8px}

#close {display:none}
#page{max-width:100%}

@media all and ( max-width:1023px ) {
#page{max-width:100%;overflow-x:hidden}
header#Identity {
    position: fixed;
    left: 0;
    right: 0;
}
.main-header-menu{height:50px}
.menu-logo{width:120px;}
.main-nav{display:none}
#pushmore{position:absolute;right:15px}
  
/* .medium-font{font-size:17px}
.sx-large-font{font-size:26px}
.x-large-font {font-size: 24px} */
  
.main-header-menu.open-box .main-nav{display:block;background:#000;overflow-y: scroll;padding:2rem 0;position:fixed;left:0;bottom:0;margin:0;top:0;z-index:3}
.open-box.main-header-menu .menu-ul{display:flex;flex-wrap:wrap;padding: 0 2rem}
.open-box.main-header-menu .menu-ul li{width:100%}
.main-header-menu .sub-menu li {
    font-size: 1.5rem;
    opacity: 0.8;
}
.open-box.main-header-menu .sub-menu{margin-top:12px}
.open-box.main-header-menu .menu-ul li {border-bottom: 1px solid rgba(255,255,255,0.8);margin-bottom:20px;    padding-left: 0;}
.open-box.main-header-menu .menu-ul li .sub-menu li {border-bottom: 0;margin-bottom: 5px;line-height: 1.1;}
.defencenet.mobile-device.open-nav {
    overflow-y: hidden;
}
  
  
#site-footer{padding:1rem 0 0}
.footer-logo {max-width: 120px}  
#site-footer .menu-logo{position:relative;float:none;top:initial;max-width:130px;margin:0;padding:5px}
.footer-nav .menu-ul{display:flex;flex-wrap:wrap}
.footer-nav .menu-ul li{width:50%}
.mobile-device .open-box #close{position:fixed;display:block;z-index:99;filter:invert(1);width:42px;top:0;right:0;background-color:#999}
.mobile-device.defencenet {padding-top: 4rem}
  
.footer-nav .menu-ul li {
    width: 100%;
}.footer-nav .menu-ul .sub-menu {
    display: none;
}.footer-nav .menu-ul li {
    width: 100%;
    font-size: 16px;
    padding: 10px 0;
}  
  
}

.billboard-adunit{margin:3rem 0}


.home-banner.wrap-banner {
    margin: 2.2rem 0;
    padding: 2rem 0;
    min-height: 280px;
    background-color: #f1f1f1;
}.home-banner.wrap-banner:first-child {
    margin-top: 0;
}