/* GOOGLE FONTS *************************************************************************************************/


@import url(//fonts.googleapis.com/css?family=Merriweather:300,300italic,400,400italic,700,700italic,900,900italic);

/* COMMON *********************************************************************************************************/


html {
	font-family: serif; /* 1 */
	-webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	font-size: 62.5%;
	font-display: auto;
}

*, *:before, *:after {
    box-sizing: inherit;
    padding: 0;
    margin: 0;
}

* {
	margin: 0;
	padding: 0;
	/*transition: .2s ease-in;*/
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}



body {
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-size: 14px; font-size: 1.4rem;
    color: #3a3a4f;
}

hr {
	display: block;
	border: 0;
    height: 0;
    border-top: 1px solid #979797;
    /*border-bottom: 1px solid #979797;*/
    margin-top: 4rem;
    margin-bottom: 4rem;
    clear: both;
}

h1 {
	color: #1a1a30;
	font-size: 40px; font-size: 4rem;
	line-height: 57px; line-height: 5.7rem;
	font-weight: 300;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px; margin-bottom: 3rem;
	margin-left: 0;
}

h2 {
	color: #1a1a30;
	font-size: 22px; font-size: 2.2rem;
	font-weight: 400;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

h3 {
	color: #1a1a30;
	font-size: 18px; font-size: 1.8rem;
	font-weight: 400;
	margin-top: 6rem;
	margin-bottom: 2rem;
}

h4 {
	color: #1a1a30;
	font-size: 16px; font-size: 1.6rem;
	font-weight: 700;
	margin-top: 6rem;
	margin-bottom: 1.4rem;
}

h5 {
	color: #1a1a30;
}

p {
	font-size: 14px; font-size: 1.4rem;
	line-height: 23px; line-height: 2.3rem;
	margin-bottom: 2rem;
}

p.intro {
	font-size: 16px; font-size: 1.6rem;
	line-height: 25px; line-height: 2.5rem;
}

a {
	color: inherit;
	text-decoration: underline;
}

a:hover {
	transition: .4s ease-in;
}

ul li {
	list-style-type: none;
}

img {
	border: none;
}

.page-wrap {
    background: white;
    max-width: 100%;
}

.left-sidebar {
    background-color: #1a1a30;
    position: fixed;
    overflow-y: scroll;
    left: 0;
    width: 360px;
    /*min-width: 340px;*/
    height: 100%;
    display: inline-block;
    color: #ffffff;
    transition: .1s ease-in;
}

.content-container {
    position: absolute;
    left: 360px;
    right: 0px;
    padding: 20px;
    display: inline-block;
    transition: .1s ease-in;
}

.content {
	width: 80%;
	max-width: 700px;
	margin-top: 60px; margin-top: 6rem;
	margin-right: 10%;
	margin-bottom: 0;
	margin-left: 10%;
	padding-bottom: 0;
	transition: .1s ease-in;
}

.content img {
	width: 100%;
	max-width: 700px;
}

.content img.square {
	width: 50%;
	max-width: 400px;
}

.content img.home {
	width: 40%;
	max-width: 240px;
	padding-left: 2rem;
}

.content img.img-right {
	width: 50%;
	max-width: 100px;
	display: inline-block;
}

.logo {
	display: block;
	width: 276px;
	margin-top: 80px;
	margin-bottom: 0;
	margin-left: 10%;
	padding-bottom: 36px;
	border-bottom: #3B3B4E 2px solid;
}

.logo span.icon {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	background-image: url(/images/online-orthotics.png);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	vertical-align: top;
	float: left;
}

.logo h1 {
	color: #bfbfbf;
	font-size: 19px; font-size: 1.9rem;
	margin: 0;
	line-height: 24px; line-height: 2.4rem;
}

.logo h2 {
	color: #ececec;
	font-weight: 300;
	font-style: italic;
	font-size: 17px; font-size: 1.7rem;
	margin: 0;
	line-height: 20px; line-height: 2rem;
}

.left-sidebar nav {
	font-weight: 300;
	display: block;
	width: 80%;
	margin-top: 40px;
	margin-left: 10%;
}

.left-sidebar nav ul {
	
}

.left-sidebar nav ul li {
	list-style-type: none;
}

.left-sidebar nav ul li a {
	display: block;
	color: #bfbfbf;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 2rem;
	border-bottom: #3B3B4E 1px solid;
	text-decoration: none;
}

.left-sidebar nav ul li a:hover {
	background-color: #3B3B4E;
	padding-left: 2rem;
	color: #ffffff;
}

.nav-open { 
	display: inline-block;
	height: 100%;
}

.mobile-only {
	display: none;
}

footer {
	width: 80%;
	max-width: 700px;
	margin-top: 0;
	margin-right: 10%;
	margin-bottom: 0;
	margin-left: 10%;
	padding-bottom: 4rem;
	transition: .1s ease-in;
}


footer img.accreditations {
	width: 100%;
	max-width: 520px;
}

footer p {
	margin-top: 20px;
}

footer a {
	font-size: 12px;
}

.content ul {
	margin-bottom: 5rem;
	vertical-align: top;
}

.content ul li {
	list-style-type: square;
	list-style-position: outside;
	margin-bottom: 1rem;
	margin-left: 2rem;
}

.content ul li a:hover {
	color: red;
}

.content p a:hover {
	color: red;
}


.content ul li ul {
	margin-bottom: 1.4rem;
	vertical-align: top;
}

.c1, .c2 {
	width: 44%;
	display: inline-block;
	margin-bottom: 0 !important;
	vertical-align: top;
}

.c1 {
	margin-right: 2rem;
}

.need {
	/*background-color: yellow;*/
	display: none;
}

.table-container {
	width: 100%;
	height: auto;
	overflow: scroll;
}

table {
  border-collapse: collapse;
  width: 100%;
  overflow: scroll;
}

th, td {
  padding: 0.85rem;
  text-align: left;
  border: 1px solid #ccc;
}
tbody tr:nth-child(odd) {
  background: #eee;
}

td a:hover {
	color: red;
}

td a:hover {
	color: red;
}

/* MEDIA *************************************************************************************************/
@media (max-width: 940px) {
	.content {
		width: 87%;
		margin-right: 8%;
		margin-left: 5%;
	}

	footer {
		width: 87%;
		margin-right: 8%;
		margin-left: 5%;
	}

	.nav-open { 
		display: inline-block;
		height: 70rem !important;
	}
}

@media (max-width: 900px) {

	.mobile-only {
		display: block;
	}

	.desktop-only {
		display: none;
	}

	.left-sidebar {
	    background-color: #1a1a30;
	    width: 100%;
	    height: 19.4rem;
	    /*height: auto;*/
	    overflow: hidden;
	    position: static;
	}

	div.navlink:hover > .left-sidebar {
		height: auto;
	}

	.content-container {
		width: 100%;
	    padding: 20px;
	    position: static;
	}

	.logo {
		width: 80%;
	}

	.nav-link {
		font-size: 1.4rem;
		display: inline-block;
		float: right;
		background-color: #3B3B4E;
		padding: 1rem 1rem;
		margin-top: .8rem;
		font-weight: 300;
		border: none;
	}

	.nav-link {
		color: #bfbfbf;
		text-decoration: none;
	}

	.nav-link:hover {
		color: #ffffff;
		cursor: pointer;
	}

	.nav-link i {
		margin-right: .5rem;
	}



	.left-sidebar nav {
		margin-top: 10px;
		padding-bottom: 6rem
	}

	.left-sidebar nav ul.main-menu li a {
		padding-left: 4.2rem;
	}
}

@media (max-width: 768px) {

}

@media (max-width: 640px) {
	.content img.home {
		width: 50%;
		max-width: 240px;
		padding-left: 1rem;
	}
}

@media (max-width: 480px) {

}

@media (max-width: 320px) {

}
