/* Webfont: VijaySoftware-Regular */@font-face {
    font-family: 'VijaySoftware-Regular';
    src: url('/public/css/fonts/VijaySoftware-Regular.eot'); /* IE9 Compat Modes */
    src: url('/public/css/fonts/VijaySoftware-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/public/css/fonts/VijaySoftware-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('/public/css/fonts/VijaySoftware-Regular.woff') format('woff'), /* Modern Browsers */
         url('/public/css/fonts/VijaySoftware-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/public/css/fonts/VijaySoftware-Regular.svg#VijaySoftware-Regular') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: VijaySoftware-Light */@font-face {
    font-family: 'VijaySoftware-Light';
    src: url('/public/css/fonts/VijaySoftware-Light.eot'); /* IE9 Compat Modes */
    src: url('/public/css/fonts/VijaySoftware-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/public/css/fonts/VijaySoftware-Light.woff2') format('woff2'), /* Modern Browsers */
         url('/public/css/fonts/VijaySoftware-Light.woff') format('woff'), /* Modern Browsers */
         url('/public/css/fonts/VijaySoftware-Light.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/public/css/fonts/VijaySoftware-Light.svg#VijaySoftware-Light') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


/* Webfont: VijaySoftware-Bold */@font-face {
    font-family: 'VijaySoftware-Bold';
    src: url('VijaySoftware-Bold.eot'); /* IE9 Compat Modes */
    src: url('/public/css/fonts/VijaySoftware-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/public/css/fonts/VijaySoftware-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('/public/css/fonts/VijaySoftware-Bold.woff') format('woff'), /* Modern Browsers */
         url('/public/css/fonts/VijaySoftware-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/public/css/fonts/VijaySoftware-Bold.svg#VijaySoftware-Bold') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'bulkfox';
    src: url('/public/css/fonts/bulkfox.eot');
    src: url('/public/css/fonts/bulkfox.eot?#iefix') format('embedded-opentype'),
         url('/public/css/fonts/bulkfox.woff') format('woff'),
         url('/public/css/fonts/bulkfox.ttf') format('truetype'),
         url('/public/css/fonts/bulkfox.svg#bulkfox') format('svg');
    font-weight: normal;
    font-style: normal;
}


.page-logo {
    padding: 0px 1.6rem;
}
.logo_con {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    height: 28px;
}
span.page-logo-text {
    font-family: 'VijaySoftware-Regular' !important;
    color: #231F20;
    font-size: 1.5rem;
    margin-left: .5rem;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: left;
    font-weight: bold;
}
span.page-logo-sep {
    font-family: 'VijaySoftware-Regular';
    color: #0067A7;
    font-size: 1.45rem;
    position: relative;
    top: -2px;
}
span.page-logo-grey {
    font-family: 'VijaySoftware-Light';
    color: #939598;
    font-size: 1.42rem;
}
/* Bulkfox Icon */
[class*='icon-']:before{
    display: inline-block;
    font-family: 'bulkfox';
    font-style: normal;
    font-weight: normal;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 11px;
    font-size: 20px;
    color: #2595ea;
}
.icon-bulkfox_icon:before{content:'\0041';}
