	.ox-logo{
		float:left;
		margin-right:6px;
	}

	.oxford_blue_logo{
		background-image:url("/wp-content/plugins/oii-basics/assets/images/Oxford_blue_logo.svg");
		width:60px;
		height:60px;
	}

	.oii_blue_logo{
		background-image:url("/wp-content/plugins/oii-basics/assets/images/OII_small_blue_logo.svg");
		width:60px;
		height:60px;
	}

	.oxford_reverse_logo{
		background-image:url("/wp-content/plugins/oii-basics/assets/images/Oxford_reverse_logo.svg");
		width:60px;
		height:60px;
	}

	.oii_reverse_logo{
		background-image:url("/wp-content/plugins/oii-basics/assets/images/OII_small_reverse_logo.svg");
		width:60px;
		height:60px;
	}
	
	.ox-logo-container{
		width:133px;
		height:70px;
		margin-top: 22px;
		margin-bottom: 11px;
		margin-right: 11px;
	}


	.float-right{
		float:right;
	}
	
	.oii_essentials_footer_text{

		margin:auto;
	}
	

@media (min-width: 768px) {

	.ox-logo{
		float:left;
		margin-right:11px;
	}	

	.oxford_blue_logo{
		background-image:url("/wp-content/plugins/oii-basics/assets/images/Oxford_blue_logo.svg");
		width:110px;
		height:110px;
	}

	.oii_blue_logo{
		background-image:url("/wp-content/plugins/oii-basics/assets/images/OII_large_blue_logo.svg");
		width:110px;
		height:110px;
	}

	.oxford_reverse_logo{
		background-image:url("/wp-content/plugins/oii-basics/assets/images/Oxford_reverse_logo.svg");
		width:110px;
		height:110px;
	}

	.oii_reverse_logo{
		background-image:url("/wp-content/plugins/oii-basics/assets/images/OII_large_reverse_logo.svg");
		width:110px;
		height:110px;
	}

	.ox-logo-container{
		width:245px;
		height:110px;
	}

	
	
}

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;

}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#0e2050;
    left: -50px;
    top: auto;
    width: auto;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    border-radius: 20px;
	border:2px white solid;
	padding:10px;
	font-family: 'Lato', sans-serif;
    padding-left: 15px;
    padding-right: 15px;
    text-align:center;
    font-size:1em;
    z-index:999;


}
          
