@font-face {
    font-family: 'gotham_htflight';
    src: url('/content/skins/OJI/fonts/gotham/gothamhtf-light-webfont.eot');
    src: url('/content/skins/OJI/fonts/gotham/gothamhtf-light-webfont.eot?#iefix') format('embedded-opentype'), 
    url('/content/skins/OJI/fonts/gotham/gothamhtf-light-webfont.woff') format('woff'), 
    url('/content/skins/OJI/fonts/gotham/gothamhtf-light-webfont.ttf') format('truetype'), 
    url('/content/skins/OJI/fonts/gotham/gothamhtf-light-webfont.svg#gotham_htflight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_htfmedium';
    src: url('/content/skins/OJI/fonts/gotham/gothamhtf-medium-webfont.eot');
    src: url('/content/skins/OJI/fonts/gotham/gothamhtf-medium-webfont.eot?#iefix') format('embedded-opentype'), 
    url('/content/skins/OJI/fonts/gotham/gothamhtf-medium-webfont.woff') format('woff'), 
    url('/content/skins/OJI/fonts/gotham/gothamhtf-medium-webfont.ttf') format('truetype'), 
    url('/content/skins/OJI/fonts/gotham/gothamhtf-medium-webfont.svg#gotham_htfmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_htfbold';
    src: url('/content/skins/OJI/fonts/gotham/gothamhtf-bold-webfont.eot');
    src: url('/content/skins/OJI/fonts/gotham/gothamhtf-bold-webfont.eot?#iefix') format('embedded-opentype'), 
    url('/content/skins/OJI/fonts/gotham/gothamhtf-bold-webfont.woff') format('woff'), 
    url('/content/skins/OJI/fonts/gotham/gothamhtf-bold-webfont.ttf') format('truetype'), 
    url('/content/skins/OJI/fonts/gotham/gothamhtf-bold-webfont.svg#gotham_htfbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_htfbook';
    src: url('/content/skins/OJI/fonts/gotham/gothamhtf-book-webfont.eot');
    src: url('/content/skins/OJI/fonts/gotham/gothamhtf-book-webfont.eot?#iefix') format('embedded-opentype'), 
    url('/content/skins/OJI/fonts/gotham/gothamhtf-book-webfont.woff') format('woff'), 
    url('/content/skins/OJI/fonts/gotham/gothamhtf-book-webfont.ttf') format('truetype'), 
    url('/content/skins/OJI/fonts/gotham/gothamhtf-book-webfont.svg#gotham_htfbook') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Chrome, Safari, Opera */

@-webkit-keyframes moveleft {
    from {
        -ms-transform: translate(0, 0);
        /* IE 9 */
        -webkit-transform: translate(0, 0);
        /* Chrome, Safari, Opera */
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    to {
        -ms-transform: translate(-5px, 0);
        /* IE 9 */
        -webkit-transform: translate(-5px, 0);
        /* Chrome, Safari, Opera */
        -moz-transform: translate(-5px, 0);
        transform: translate(-5px, 0);
    }
}


/* Standard syntax */

@keyframes moveleft {
    from {
        -ms-transform: translate(0, 0);
        /* IE 9 */
        -webkit-transform: translate(0, 0);
        /* Chrome, Safari, Opera */
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    to {
        -ms-transform: translate(-5px, 0);
        /* IE 9 */
        -webkit-transform: translate(-5px, 0);
        /* Chrome, Safari, Opera */
        -moz-transform: translate(-5px, 0);
        transform: translate(-5px, 0);
    }
}

html,
body {
    font-family: 'gotham_htfbook', Arial, Sans-serif;
    color: #231815;
    font-size: 15px;
    line-height: 1.2;
}

h1,
h2 {
    font-family: 'gotham_htflight', Arial, Sans-serif;
}

h2 {
    color: #034EA2;
    margin: 0;
    font-size: 23px;
    font-weight: bold;
}

h3 {
    color: #034EA2;
    font-size: 22px;
    font-family: 'gotham_htfbold', Arial, Sans-serif;
    line-height: 1.3;
}

h4 {
    color: #034EA2;
    font-size: 22px;
    font-family: 'gotham_htflight', Arial, Sans-serif;
    line-height: 1.3;
}

h5 {
    color: #034EA2;
    font-size: 17px;
    font-family: 'gotham_htfbook', Arial, Sans-serif;
    line-height: 1.3;
    margin-bottom: 20px;
}

img {
    max-width: 100%;
}

a {
    color: #231815;
}

a:focus,
a:hover {
    color: #231815;
    text-decoration: none;
}

p {
    line-height: 1.5;
    margin-bottom: 26px;
}

ul {
    padding-left: 0;
    margin-bottom: 25px;
    list-style: outside none none;
}

ul li {
    margin-bottom: 10px;
}

#header {
    padding: 20px 0 0;
    position: relative;
}

#sub-heading .fadeIn {
    -webkit-animation-duration: 2s;
    /* Chrome, Safari, Opera */
    animation-duration: 2s;
}

#mainmenu {
    margin-top: 25px;
    display: inline-block;
}

#mainmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#mainmenu > ul > li {
    display: inline-block;
    margin-right: 20px;
    height: 65px;
    margin-bottom: 0;
}

#mainmenu .sub-nav ul li {
    margin-bottom: 8px;
}

#mainmenu .sub-nav ul li a {
    font-family: 'gotham_htfbook', Arial, Sans-serif;
    font-size: 15px;
    font-weight: 700;
}

#mainmenu ul li a:hover {
    text-decoration: none;
}

#mainmenu li>ul {
    display: none !important;
}


/* ========================================================================== 
top search 
========================================================================== */


.header-main {
    position: static;
}

.sub-nav {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #e3ecf5;
    padding: 45px 0;
    z-index: 9999;
    display: none;
    /*opacity: 0;*/
    /*-webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;*/
    top: 100%;
}

.col1-5 {
    width: 17.5%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
}

.top {
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    min-height: 110px;
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 3px #666;
}

.main-body {
    padding-top: 110px;
}

#logo {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

#logo img,
#mobile-logo img {
    position: absolute;
    left: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

#logo img.ojifs-logo,
#mobile-logo img.ojifs-logo {
    opacity: 0;
}


/* ========================================================================== 
HOME 
========================================================================== */


/*#home-banner{
	max-width: 1600px;
	margin: 0 auto;
}*/


/*.carousel{
	margin-bottom: 50px;
}*/

#main {
    margin-top: 50px;
}

#footer {
    background: url(/content/skins/OJI/img/footer-background.jpg) no-repeat;
    background-size: cover;
    height: 94px;
    color: #fff;
    padding-top: 40px;
    font-size: 13px;
}

#footer a {
    color: #fff;
}


/* ========================================================================== 
PRODUCT LANDING PAGE 
========================================================================== */

.morphext > .animated {
    display: inline-block;
}

.top-stripe-section {
    position: relative;
    max-height: 190px;
    overflow: hidden;
}

.top-stripe-section img {
    width: 100%;
}

.top-stripe-content {
    position: absolute;
    color: #fff;
    font-size: 31px;
    top: 50%;
    width: 100%;
    margin-top: -31px;
}

.top-stripe-content .main-heading {
    font-size: 52px;
    font-family: 'gotham_htfbold', Arial, Sans-serif;
    margin-top: 0;
}

.sub-heading {
    margin-top: 70px;
    font-family: 'gotham_htfbold', Arial, Sans-serif;
}

sub,
sup {
    font-size: 65%;
}




.top_banner {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.top_banner {
    min-height: 160px;
    padding-bottom: 3%;
}

.banner_content {
    width: 100%;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.top_banner .banner_content h1 {
    font-size: 42px;
    color: #fff;
    font-family: 'gotham_htfbold', Arial, Sans-serif;
    margin: 50px 0 0;
}

.mobile-content {
    display: none !important;
}




.applicationBt {
    display: inline-block;
    border-radius: 17px;
    border: 1px solid #034EA2;
    background: #034EA2;
    color: #fff;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    padding: 8px 20px;
    line-height: 18px;
}

.applicationBt:focus {
    outline: none;
}

.applicationBt::before,
.applicationBt::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.applicationBt::before {
    background: #fff;
}

.applicationBt::after {
    background: #fff;
}

.applicationBt:hover {
    color: #034EA2;
}

.applicationBt:hover::before,
.applicationBt:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.applicationBt:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
}






/* new clearfix */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}



/* IE6 */

*:first-child+html .clearfix {
    zoom: 1;
}


/* IE7 */



.leftMenuVacancies:before{
	/*background-image: url(/content/skins/OJI/img/vacancies_ico_small.png);*/
	content: "\f234";
}

.leftMenuLogin:before{
    /*background-image: url(/content/skins/OJI/img/login_ico_small.png);*/
    content: "\f090";
}

.leftMenuLink:before{
	position: absolute;
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
    left: 0;
    top: 0px;
    color: #034EA2;
    line-height: 1;
}



.leftMenu{
	border-bottom: 1px solid #083991;
}

.leftMenuLink {
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 25px;
    position: relative;
}

#leftMenu li a{
	line-height: 2.1;
}

label{
	font-weight: normal;
	color: #034EA2;
	display: block;
	font-size: 13px;
}

#sidebarDropDownTable{
	background-color: #e6edf6;
	padding: 15px;
}

#sidebarDropDownTable h2{
	font-weight: bold;
    font-size: 20px;
    text-align: center;
}

#sidebarDropDownTable select, #sidebarDropDownTable input{
    width: 100%;
}


.sidebarSearchRow{
	padding-top: 15px;
}

#sidebarDropDownTable .search-button, .login-btn{
	display: block;
	text-align: center;
	padding: 8px 20px;
	font-family: 'gotham_htfbold', Arial, Sans-serif;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	background-color: #083991;	
	color: #fff;
	border: 1px solid #083991;
}

#sidebarDropDownTable .search-button:hover, .login-btn:hover{
	background-color: #fff;	
	color: #083991;	
}

#jobListResults {
    float: left;
    font-size: 1.3rem;
    font-weight: bold;
}

#socialMediaIcons {
    float: right;
}

.share_icon {
    float: left;
    padding: 3px;
}

#pagedJobs{
	margin-top: 15px;
}

.jobListOdd {
    background-color: #f9f9f9;
}

.jobList {
    float: left;
    padding: 30px;
    margin-bottom: 15px;
    width: 100%;
    min-height: 150px;
}

.listJobNo {
    display: none;
}

.jobListType {
    margin-bottom: 15px;
    margin-top: 5px;
    color: #999;
}

.watchlistLinkContainer {
    text-align: right;
}

.watchlistLink:before{
	font-family: FontAwesome;
	content:"\f055";
	font-size: 20px;
    position: absolute;
    left: 0;
    top: 0px;
    color: #034EA2;
}

.watchlistLink {
    margin-top: 4px;
    padding: 2px;
    padding-left: 28px;
    position: relative;
}

.jobListLabel {
    color: #000;
    font-weight: bold;
}

.jobListMoreInfoButton {
    float: left;
}

.jobListApplyButton {
    padding-right: 6px;
    float: left;
}

.dashboardLink {
    background-repeat: no-repeat;
    padding-left: 25px;
    position: relative;
}

.dashboardLink:before{
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 0;
	color: #034EA2;
    line-height: 1;
    font-size: 16px;
}

.dashboardLinkVacancies:before {
    /*background-image: url(/content/skins/OJI/img/vacancies_ico_small.png);*/
    content: "\f234";
}

.dashboardLinkAlerts:before {
    /*background-image: url(/content/skins/OJI/img/alerts_ico_small.png);*/
    content: "\f06a";
}

.dashboardLinkMessages:before {
    /*background-image: url(/content/skins/OJI/img/email.png);*/
    content: "\f0e0";
}

.dashboardLinkApplications:before {
    /*background-image: url(/content/skins/OJI/img/applications_ico_small.png);*/
    content: "\f15c";
}

.dashboardLinkDescription {
    padding-left: 25px;
    padding-top: 4px;
}

.dashboardBox{
	margin-bottom: 25px;
}

#registerTab, #loginFormContainer{
	margin-top: 5px;
}

#registerTab p, #loginFormContainer p{
    font-size: 14px;
}

#detailsMenuPrint{
	position: relative;
	padding-left: 28px;
}

#detailsMenuPrint:before{
	content: "\f02f";
	left: 0;
	top: 0;
	position: absolute;
	font-size: 20px;
	color: #034EA2;
	font-family: FontAwesome;
}

.grey-background{
	background-color: #e6edf6;
	padding: 15px;
}

.grey-background2{
    background-color: #f9f9f9;
    padding: 15px;
}

h2.bold{
	font-family: 'gotham_htfbold', Arial, Sans-serif;
}


/* ========================================================================== 
RESPONSIVE
========================================================================== */


/* Large desktop */

@media (min-width: 1200px) {}




/* Laptop */

@media (max-width: 1200px) {
    .top_banner .banner_content h1 {
        margin: 0;
    }
    .cta-buttons {
        margin-top: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #logo img.ojifs-logo {
        top: 23px;
    }
}


/* Landscape, desktop and down */

@media (min-width: 992px) {

    #mainmenu>ul>li>a {
        padding: 0 0 35px;
        position: relative;
        display: inline-block;
    }
    #mainmenu>ul>li>a::after {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
        background: #e3ecf5;
        content: '';
        opacity: 0;
        -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
        transition: height 0.3s, opacity 0.3s, transform 0.3s;
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    #mainmenu>ul>li:hover>a::after,
    #mainmenu>ul>li:focus>a::after {
        height: 10px;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
    }
    #mainmenu ul li a {
        font-size: 17px;
        color: #231815;
        font-family: 'gotham_htfmedium', Arial, Sans-serif;
    }
    .sub-nav h3,
    #mainmenu ul .sub-nav h3 a {
        color: #034EA2;
        font-size: 22px;
        font-family: 'gotham_htfbold', Arial, Sans-serif;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .sub-nav h3 {
        padding-bottom: 15px;
        border-bottom: 1px solid #034EA2
    }
    #mainmenu>ul>li>a>.fa {
        display: none;
    }
    .back_btn,
    .parent {
        display: none;
    }
}


/* Landscape, desktop and down */

@media (max-width: 992px) {
    body{
        -webkit-transition: all .6s cubic-bezier(0.7,0.01,0.3,1);
        -moz-transition: all .6s cubic-bezier(0.7,0.01,0.3,1);
        -o-transition: all .6s cubic-bezier(0.7,0.01,0.3,1);
        -ms-transition: all .6s cubic-bezier(0.7,0.01,0.3,1);
        transition: all .6s cubic-bezier(0.7,0.01,0.3,1);
    }
    /*=== umcomment after menu is added ===*/
    /*=== responsive nav ===*/



    #mainmenu ul li a{
        font-size: 17px;
        color: #231815;
        font-family: 'gotham_htfbold',Arial,Sans-serif;
    }

    .sub-nav h3, #mainmenu ul .sub-nav h3 a{
        color: #034EA2;
        font-size: 15px;
        font-family: 'gotham_htfmedium', Arial, Sans-serif;
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
        font-weight: normal;
    }


    .sub-nav h3 .fa{
        position: absolute;
        right: 0;
    }

    .hamburger_btn {
        color: #034EA2;
        position: fixed;
        top: 20px;
        right: 0;
        margin-left: 20px;
        cursor: pointer;
        z-index: 1000;
        font-size: 13px;
        padding: 10px 15px 5px;
    }

    .hamburger_btn span {
        vertical-align: middle;
    }

    .hamburger_btn .bars {
        display: block;
        position: relative;
        width: 35px;
        height: 5px;
        background-color: #034EA2;
        -webkit-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        -ms-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s;
        margin: 10px 0 15px;
    }

    .hamburger_btn .bars::before,
    .hamburger_btn .bars::after {
        position: absolute;
        content: " ";
        width: 100%;
        height: 5px;
        background-color: #034EA2;
        -webkit-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        -ms-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s;
    }

    .hamburger_btn .bars::before {
        top: 10px;
    }

    .hamburger_btn .bars::after {
        bottom: 10px;
    }

    .open .hamburger_btn .bars {
        background-color: transparent;
    }

    .open .hamburger_btn .bars::before {
        top: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .open .hamburger_btn .bars::after {
        bottom: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #mainmenu {
        width: 250px;
        height: 100%;
        padding: 75px 20px 0;
        background-color: #e3ecf5;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
        position: fixed;
        top: -100%;
        right: 0;
        -webkit-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        -ms-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s;
        opacity: 0;
        z-index: 999;
        margin-top: 0;
    }

    .open #mainmenu {
        top: 0;
        opacity: 1;
    }

    #mainmenu:hover{
        overflow-y: auto;
    }

    .open #mainmenu{
        right: 0;
    }

    #mainmenu>ul>li{
        display: block;
        height: auto;
        margin-right: 0;
        position: relative;
    }
    
    .close-nav{
        display: block;
        color: #fff;
    }
    
    .close-nav .fa{
        font-size: 40px;
        cursor: pointer;    
    }

    .sub-nav{
        position: static;
        padding: 0;
    }

    #main-menu li{
        display: block;
        margin: 15px 0;
        max-width: none;
    }

    .sub-nav .container{
        width: 100%;
        padding: 0;
    }

    #mainmenu>ul>li>a>.fa{
        position: absolute;
        right: 0;
        top: 5px;
        z-index: 999;
        padding: 5px;
    }

    #mainmenu ul li a{
        color: #034EA2;
        padding: 8px 0;
        display: block;
    }



    .col1-5{
        width: 100%;
        margin-right: 0;
    }

    #mainmenu ul.sub_nav{
        position: fixed;
        width: 250px;
        top: 75px;
        right: -50%;
        visibility: hidden;
        background-color: #e3ecf5;
        z-index: 999;
        -webkit-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        -ms-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s;
        height: 100%;
        padding: 0 20px;
    }

    #mainmenu ul.sub_nav.active{
        right: 0;
        visibility: visible;
    }

    /*=== end of responsive nav ===*/
    #header {
        padding: 20px 0;
    }

    .sidebar {
        margin-bottom: 15px;
    }
}


/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 992px) {
    .top-stripe-section {
        height: 130px;
    }
    .top-stripe-section img {
        height: 130px;
    }
    .top-stripe-content {
        margin-top: -52px;
    }
    .top-stripe-content .main-heading {
        font-size: 44px;
    }
    .sub-heading {
        margin-top: 61px;
    }
}


/* Landscape phone to portrait tablet */

@media (max-width: 767px) {
    .sub-heading {
        display: none;
    }
    .top-stripe-section {
        background-color: #034EA2;
        padding: 20px 0;
    }
    .top-stripe-content {
        position: static;
        margin-top: 0;
    }
    .top-stripe-content .main-heading {
        font-size: 33px;
    }
    .top-stripe-section img {
        display: none;
    }
    .top_banner {
        min-height: 0;
        padding: 5% 0px;
    }
    .top_banner .banner_content h1 {
        font-size: 30px;
    }
    .top_banner {
        margin-bottom: 20px;
    }
    .desktop-content,
    #logo {
        display: none;
    }
    .mobile-content {
        display: block !important;
    }
    #mobile-logo img {
        left: 15px;
    }
    .watchlistLinkContainer {
        text-align: left;
        margin: 15px 0;
    }
}


/* Landscape phones and down */

@media (max-width: 600px) {}


/* Landscape phones and down */

@media (max-width: 480px) {
    .ojifs-logo {
        width: 70%;
        max-width: 320px;
    }
    .applicationBt {
        display: block;
        width: 150px;
        margin-bottom: 5px;
    }
}
