@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body {
	font: 1em/150% Arial, Helvetica, sans-serif;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0;
	padding: 0;
	background-color:#004B68;
}
.page {
    background-image: url("../images/background.jpg");
    margin: 5vh auto;
    min-height: 80vh;
    padding: 5vh 0;
    position: relative;
    width: 95%;
}
@media only screen and (max-width: 1015px) {
.page {
    margin: 0;
    min-height: 100vh;
    padding-bottom: 0;
    width: 100%;
}
}
@media only screen and (max-width: 860px) {
.header-img{
	border:none!important;	
}
}
.clear {
	clear: both;
}
p {
	margin-top: 10px;
	margin-bottom: 15px;
	color: #000;
}
a:link, a:visited {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: underline;
	color: blue;
}
a:active {
	color: blue;
}
/************************************************************************************
STRUCTURE
************************************************************************************/
.pagewrap {
	padding: 1px;
	margin: 10px auto;
	width: 1200px;
}
.contentdiv {
	background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.sidebardiv {
	background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.strathdrill-logo {
	width: auto;
}
.header {
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 0px;
	text-align:center;
}
.content {
	width: 60%;
	float: left;
}
.contentdiv {
	margin-left: 16px;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-right: 8px;
}
.contenttext {
	margin: 15px;
	color: #003368;
}
.sidebar {
	width: 40%;
	float: right;
}
.sidebardiv {
	margin-left: 8px;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-right: 16px;
	padding: 2px;
}
.sidebartext {
	margin: 15px;
	text-align: center;
	color: #143268;
}
.footer {
	margin: auto 10px;
	font-size: 75%;
}
.copyrightleft {
	float: left;
	width: 50%
}
.copyrightright {
	float: right;
	width: 50%;
	text-align: right;
}
.mapdiv{
	background-color:#E9E5DC;
}
/************************************************************************************
HEADING STYLES h1,h2,h3,h4, PICTURE STYLES!
*************************************************************************************/
h1 {
	text-align: center;
	color: #143268;
	font-size: 400%;
	line-height: 105%;
	color: rgba(253,248,40,1);
}
h2 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}
h3 {
	text-align: center;
	font-size: 100%;
}
h4 {
	text-align: center;
}
.hidden-large {
	display: inherit !important;
}
.visible-large {
	display: none !important;
}
.hidden-desktop {
	display: inherit !important;
}
.visible-desktop {
	display: none !important;
}
.hidden-tablet {
	display: inherit !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-phone {
	display: inherit !important;
}
.visible-phone {
	display: none !important;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
@media only screen and (max-width: 1900px) {
.page {
	background-size:1920px;
}
}
@media only screen and (min-width: 1200px) {
.hidden-large {
	display: none !important;
}
.visible-large {
	display: inherit !important;
}
.hidden-desktop {
	display: inherit !important;
}
.visible-desktop {
	display: none !important;
}
.hidden-tablet {
	display: inherit !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-phone {
	display: inherit !important;
}
.visible-phone {
	display: none !important;
}
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
.hidden-large {
	display: inherit !important;
}
.visible-large {
	display: none !important;
}
.hidden-desktop {
	display: none !important;
}
.visible-desktop {
	display: inherit !important;
}
.hidden-tablet {
	display: inherit !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-phone {
	display: inherit !important;
}
.visible-phone {
	display: none !important;
}
.pagewrap {
	width: 960px;
}
}

@media (min-width: 768px) and (max-width: 959px) {
.hidden-large {
	display: inherit !important;
}
.visible-large {
	display: none !important;
}
.hidden-desktop {
	display: inherit !important;
}
.visible-desktop {
	display: none !important;
}
.hidden-tablet {
	display: none !important;
}
.visible-tablet {
	display: inherit !important;
}
.hidden-phone {
	display: inherit !important;
}
.visible-phone {
	display: none !important;
}
.pagewrap {
	width: 94%;
}
}

@media (max-width: 767px) {
.hidden-large {
	display: inherit !important;
}
.visible-large {
	display: none !important;
}
.hidden-desktop {
	display: inherit !important;
}
.visible-desktop {
	display: none !important;
}
.hidden-tablet {
	display: inherit !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-phone {
	display: none !important;
}
.visible-phone {
	display: inherit !important;
}
.pagewrap {
	width: 94%;
}
.content {
	width: auto;
	float: none;
}
.sidebar {
	width: auto;
	float: none;
}
.contentdiv {
	margin: 16px;
}
.sidebardiv {
	margin: 16px;
	padding: 2px;
}
.header {
	height: auto;
}
}
