/* color */
.ow_primary{
    color: #001080!important;
}
.ow_supernova{
   color: #ffcb05!important;  
}
.ow_tiaMaria{
   color: #c35310!important;  
}
.ow_crimson{
   color: #d7122d!important;  
}
.ow_cornflowerBlue{
   color: #019cdc!important;  
}
.ow_twilightBlue{
   color: #f1fbff!important;  
}
.ow_alabaster{
   color: #f8f8f8!important;  
}
.ow_gallery{
   color: #252525!important;  
}
.ow_dustyGrey{
   color: #999999!important;  
}
.ow_lightGrey{
   color: #efefef!important;  
}
.ow_white{
   color: #ffffff!important;
}
.ow_silver{
   color: #cccccc!important;
}
.ow_black{
    color: #000!important;
}
.ow_Grey{
   color: #f2f2f2!important;
}



/* Background color */

.ow_bg-primary{
   background-color: #001080!important;
}
.ow_bg-supernova{
   background-color: #ffcb05!important;  
}
.ow_bg-tiaMaria{
   background-color: #c35310!important;  
}
.ow_bg-crimson{
   background-color: #d7122d!important;  
}
.ow_bg-cornflowerBlue{
   background-color: #019cdc!important;  
}
.ow_bg-twilightBlue{
   background-color: #f1fbff!important;  
}
.ow_bg-alabaster{
   background-color: #f8f8f8!important;  
}
.ow_bg-gallery{
   background-color: #252525!important;  
}
.ow_bg-dustyGrey{
   background-color: #999999!important;  
}
.ow_bg-lightGrey{
   background-color: #efefef!important;
}
.ow_bg-white{
   background-color: #fff!important;
}
.ow_bg-Grey{
   background-color: #f2f2f2!important;
}



.border-0{
   border: none!important;
}
.radius-0{
   border-radius: 0!important;
}



/*  Bullet points*/
.list-none{
    list-style: none!important;
    padding-left: 0!important;
}

/* Link decoration and underline */
.border-bottom-0{
    text-decoration: none;
    border-bottom:0!important;
}
a.border-bottom--primary{
   color: #001080!important;
   border-bottom-color: #001080!important;
}
/* Button */
.ow-primary{
    position: relative!important;
    background-color: #001080!important;
    color: #fff!important;
    border-color: transparent!important;
}
.ow-primary:hover{
    background-color: #007db3!important;
    color: #fff!important;
    border-color: transparent!important;
}
.ow-wht-btn{
   position: relative!important;
   background-color: #fff!important;
   color: #001080!important;
   border-color: transparent!important;
}
.ow-wht-btn:hover{
   background-color: #007db3!important;
   color: #fff!important;
   border-color: transparent!important;
}

/* Outline Button */
.border-0{
    border:0!important;
}
.outline-primary{
    position: relative!important;
    background-color: transparent!important;
    color: #001080!important;
/*
    bottom: 0!important;
    margin-top: 0!important;
*/
    border: 2px solid #001080!important;
    border-bottom-color: #001080!important;
}
a.outline-primary:hover{
    border-bottom-color: none!important;
/*        border-bottom: 0!important;*/
}
a.outline-primary:active, a.outline-primary:hover{
    color: #001080;
}

a.outline-white:active, a.outline-white:hover{
    border: 2px solid #fff!important;
    color: #fff;
}
.outline-white{
    position: relative!important;
    background-color: transparent!important;
    color: #fff!important;
    border: 2px solid #fff!important;
}
a.outline-white:hover{
border-bottom-color: #fff!important;
}
a.Video-btn{
        color: #fff!important;
    }


.video-primary{
    position: relative!important;
    background-color: none!important;
    color: #001080;
    bottom: 0!important;
    margin-top: 0!important;
    border: 2px solid #001080;
    border-bottom-color: #001080!important;
}


.video-outline{
    color: #001080!important;
    border: 2px solid #001080!important;
    background-color: transparent!important;
    position: relative!important;
}
.video-outline_white{
   color: #ffffff!important;
   border: 2px solid #001080!important;
   background-color: transparent!important;
   position: relative!important;
}

a.shopbtn{
        position: relative!important;
        margin-top: 40px!important;
        bottom: 0!important;
    }
a.shopbtn2{
    margin-top: 0!important;
    bottom: 0!important;
    position: relative!important;
}
.table--cell{
    display: table-cell!important;
}
.text-height-xs{
   display: grid;
   grid-auto-rows: 60px;
 }

h2.ow-default{
    color: #001080!important;
    font-size: 26px!important;
    line-height: 34px!important;
}
/* video */
.fa-play-circle{
    margin-right: 5px; 
    color: #001080; 
    margin-top: 0;
}



.space-60{
   margin-bottom: 60px!important;
}
.space-80{
   margin-bottom: 80px!important;
}
.space-100{
   margin-bottom: 100px!important;
}







/*  Brand refresh */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
   font-family: Demi,officeworks,sans-serif!important;
    font-weight: 500!important;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative; 
color: #001080!important;
}
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
  .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    border-bottom: 0;
    display: block; 
    color: #001080!important;
  }
  h1 svg, h2 svg, h3 svg, h4 svg, h5 svg, h6 svg,
  .h1 svg, .h2 svg, .h3 svg, .h4 svg, .h5 svg, .h6 svg {
    vertical-align: middle;
    color: #001080!important;
  }
  h1 svg + span, h2 svg + span, h3 svg + span, h4 svg + span, h5 svg + span, h6 svg + span,
  .h1 svg + span, .h2 svg + span, .h3 svg + span, .h4 svg + span, .h5 svg + span, .h6 svg + span {
    margin-left: 5px;
    color: #001080!important;
  }

h4, h5, h6,
.h4, .h5, .h6 {
  font-family: Demi,officeworks,sans-serif!important;
  color: #001080!important;
}

h5, h6,
.h5, .h6 {
  margin-bottom: 10px; 
  color: #001080!important;
}
.btn-primary{
   background-color: #001080!important;
   border-color: #001080!important;
}

/* .item-page .btn:not(.btn-info), .item-page .btn:not(.btn-primary), .item-page .btn:not(.btn-default), .item-page .btn:not(.btn-sucess), .item-page .btn:not(.ow-add-to-cart), .item-page .btn:not(.btn-success.ow-add-to-cart), .item-page .btn:not(.disabled), .item-page .btn:not(.btn-success.ow-add-to-cart.disabled), .item-page .bfQuickMode button{
   border: 0 solid transparent!important;
} */
a {
   text-decoration: none!important;
/*   border-bottom: none !important;*/
}
/* End brand refresh */