.domine {
	font-family: roboto, sans-serif;
}

.open-sans {
	font-family: roboto, sans-serif;
}

.bold {
	font-weight: bold;
}

body {
	font-family: roboto, sans-serif;
}

a,
a:hover {
	color: initial;
}

.container {
	position: relative;
	padding-top: 50px;
	margin-top: 30px;
}

.navbar-toggle,
.navbar-toggle:focus,
.navbar-toggle:active,
.navbar-toggle:hover {
	cursor: pointer;
	outline: none;
}

body p, body li {
	font-size: 15px;
	line-height: 24px;
	color: #464646;
}

.main-content img {
	max-width: 100%;
	max-height: 100%;
}

.image-row .col {
	width: auto;
	flex-grow: initial;
	flex-basis: initial;
	text-align: center;
}

.img-box {
	overflow: hidden;
	max-width: 100%;
}

.img-box a.magnific {
	max-width: 100%;
}

.nav {
	background: #191919;
	height: 60px;
	padding: 0;
	text-align: center;
}

.nav ul {
	text-align: center;
	display: block;
	margin: 0 auto;
	padding: 0;
}

.nav li {
	list-style-type: none;
	display: inline-block;
	color: #ffffff;
	margin: 0 12px;
	vertical-align: middle;
	position: relative;
	/*cursor: pointer;*/
	line-height: 60px;
}
.nav > ul > li > a,
.nav > ul > li > a:hover,
ul.nav > li > a,
ul.nav > li > a:hover {
	color: #fff;
}
.nav li.resources,
.nav li.resources li {
	cursor: pointer;
}

.nav li .dropdown {
	position: absolute;
	padding: 15px 0;
	top: 60px;
	left: -50%;
	background: rgba(255,255,255, 0.8);
	color: #000000;
	z-index: 9999;
	width: 200px;
	display: none;
}

.nav li:hover .dropdown {
	display: block;
}

.nav li .dropdown ul li {
	color: #000000;
	padding: 10px 20px;
	line-height: 20px;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	margin: 0;
	font-weight: bold;
}
.nav li .dropdown ul li a {
	color: #000000;
}

.nav li .dropdown ul li:hover {
	background: #c3e6e0;
}

.nav li .dropdown ul li:hover:after {
	content: '»';
}

.nav li .dropdown ul li .slideout {
	position: absolute;
	right: -350px;
	top: -15px;
	width: 350px;
	padding: 15px 0;
	background: rgba(255,255,255, 0.8);
	display: none;
}

.nav li .dropdown ul li .slideout li:hover:after {
	content: '';
}

.nav li .dropdown ul li:hover .slideout {
	display: block;
}

.nav li.logo {
	margin: 0 35px;
	position: relative;
	height: 60px;
	width: 100px;
}

.nav li.logo img {
	display: block;
	position: absolute;
	height: 120px;
	width: 120px;
	max-height: none;
	max-width: none;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}

.super-container {
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
}

.super-container:after {
	display: block;
	clear: both;
	content: '';
}

#sidenav {
	position: relative;
	margin: 30px 0 0 0;
}
#sidenav.fixed {
	position: fixed;
	top: 0;
	margin: 0;
	max-height: 100vh;
	overflow: scroll;
}

.side-nav {
	width: 300px;
	float: left;
	margin: 30px 0 0 0;
	padding: 0;
	background: #f9f9f9;
}

.side-nav .side-head {
	height: 40px;
	width: 300px;
	background-color: #1077a3;
	color: #ffffff;
	text-align: left;
	padding: 0px 20px;
}
.side-nav .side-head p {
	color: #ffffff;
	font-size: 26px;
	font-family: roboto, sans-serif;
	line-height: 40px;
	font-weight: bold;
}

.side-nav .side-content {
	padding: 25px;
}

.side-nav .side-content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.side-nav .side-content ul li {
	color: #1077a3;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	text-transform: uppercase;
}

.side-nav .side-content ul ul {
	padding: 0 0 20px 15px;
}

.side-nav .side-content ul li ul li {
	color: #464646;
	font-weight: normal;
	margin: 0;
	font-size: 12px;
}

table.blue {
	width: 100%;
	margin-bottom: 10px;
}
table.blue,
table.blue th,
table.blue td {
	border: 1px solid #888;
	color: #888;
	font-size: 16px;
	font-family: roboto, sans-serif;
	line-height: 1.75em;
}
table.blue th,
table.blue td {
	text-align: center;
}
table.blue th {
	color: #fff;
	background-color: #215e80;
}
table.blue th:nth-child(1) {
	background-color: #fff;
	border-top-color: #fff;
	border-left-color: #fff;
}
table.blue td:nth-child(1) {
	color: #1077a3;
	font-weight: 600;
	background-color: #c3e6e0;
	text-align: left;
	padding-left: 20px;
}
p.gr-ital {
	font-size: 13px;
	font-family: roboto, sans-serif;
	font-style: italic;
	color: #ddd;
}

.main-content {
	width: calc(100% - 300px);
	max-width: 100%;
	float: right;
	margin: 0;
	padding: 0 0 0 30px;
}

.hero {
	/*background: url('<?php echo get_stylesheet_directory_uri(); ?>/images/university-demo-images/hero-bg.png');
			background-position: bottom center;*/
	/* min-height: 500px;
	text-align: center;
	margin-bottom: 30px;
	color: #ffffff;
	position: relative;
	box-sizing: border-box; */
}

.hero h1 {
	/* font-size: 50px; */
}

.hero p {
	/* font-size: 22px;
	line-height: 40px; */
}

.green-btn {
	background: #c3e6e0;
	color: #000000;
	font-size: 34px;
	padding: 6px 24px;
	border-radius: 0;
	font-weight: bold;
}

.floating-nav {
	height: 300px;
	width: 300px;
	background: #000000;
	position: absolute;
	top: 560px;
	left: 160px;
}

.section-header-block {
	position: absolute;
	top: 0;
	left: -30px;
	min-width: 200px;
	padding: 0 20px;
	height: 40px;
	background: #000000;
	text-align: center;
}

.section-header-block h3.section-header {
	color: #ffffff;
	line-height: 40px;
	font-size: 18px;
	font-family: roboto, sans-serif;
}

.ref-box {
	width: 930px;
	max-width: 100%;
	margin: 30px auto;
	background-color: #f3faf9;
	padding: 30px;
}

.ref-box .ref-title {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	text-align: left;
	color: #1077a3;
	font-family: roboto, sans-serif;
}

.ref-box .ref-desc {
	color: #464646;
	font-family: roboto, sans-serif;
	line-height: 2em;
}

.image-row {
	width: 930px;
	max-width: 100%;
	margin: 0 auto;
	justify-content: center;
}

.image-row .img-helper {
	color: #cccccc;
	font-style: italic;
}

.image-row .img-desc {
	padding-top: 10px;
	color: #1077a3;
}

.image-row .img-desc span {
	color: #1077a3;
	font-weight: bold;
}

h2.case-title {
	margin-top: 40px;
	font-family: roboto, sans-serif;
}

h2.case-title span {
	color: #1077a3;
}

.products-container {
	width: 930px;
	max-width: 100% !important;
	margin: 0 auto;
}

h4.subhead {
	color: #1077a3;
	font-size: 18px;
	font-family: roboto, sans-serif;
	font-weight: bold;
	margin: 10px 0;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.row-eq-height>[class*='col-'] {
	display: flex;
	flex-direction: column;
}

.prod-box {
	padding: 20px;
	border: 1px solid #ccc;
	margin: 10px 0;
}

.video-row {
	width: 930px;
	max-width: 100%;
	margin: 15px auto;
}

.video {
	background: #eaeaea;
	padding: 25px;
	box-sizing: border-box;
	margin: 0;
}

.video video {
	max-width: 100%;
}

.video-desc {
	background: #c3e6e0;
	margin: 0;
	text-align: center;
	padding: 20px 10px;
	justify-content: center;
  align-items: center;
}

.video-desc img {
	width: 50px;
	display: block;
	margin: 0 auto;
}

.video-desc p {
	font-size: 16px;
	line-height: 26px;
	color: #1077a3;
	margin: 10px 0;
}

.video-desc hr {
	background-color: #ffffff;
	height: 1px;
	width: 100%;
	margin: 10px 0;
}

.video-desc p.author {
	color: #ffffff;
	font-style: italic;
}

footer {
	padding: 20px 15px;
	background-color: #ececec;
	z-index: 99;
	position: relative;
}

.footer-container {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

.footer-container .row>div {
	padding-left: 0;
}

.footer-container .soc a:hover {
	text-decoration: none;
}

footer ul {
	padding: 0;
}

footer ul li {
	list-style-type: none;
	font-weight: bold;
	margin-bottom: 10px;
}

footer ul li ul {
	padding-left: 15px;
}

footer ul li ul li {
	font-weight: 300;
	margin: 10px 0 0 0;
}

footer label {
	font-weight: bold;
}

footer input[type=text] {
	border: 1px solid #666666;
	width: 100%;
	margin-bottom: 5px;
	height: 40px;
	padding: 10px;
	line-height: 20px;
}

footer input[type=submit] {
	float: right;
	color: #000000;
	background: #c3e6e0;
	padding: 4px 12px;
	font-weight: bold;
	border: 0;
}

.yellow {
	color: #faa61a;
}

.purple {
	color: #f26a22;
}


@media (min-width: 768px) {
	.nav li:nth-child(1) {
		margin-left: 0;
	}
	.nav li:nth-child(7) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 800px) {
	.ref-box .ref-title {
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.nav {
		height: auto;
	}
	.nav.navbar-nav li {
		display: block;
	}
	.navbar-toggle {
		background: none;
		border: none;
	}
	.icon-bar {
		background: #ffffff;
		width: 30px;
		height: 2px;
		margin: 5px 0;
		display: block;
	}
	body .hero {
		padding: 0 15px 20px;
		min-height: 100px;
	}
	body .hero h1 {
		font-size: 28px;
		margin-top: 15px;
	}
	.nav .navbar-nav {
		margin-bottom: 40px;
	}
	.nav .navbar-nav li {
		line-height: 40px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1000px;
	}
}

@media (min-width: 701px) {
	.side-nav .side-content {
		display: block !important;
	}
}

@media (max-width: 700px) {
	.side-nav {
		width: 100%;
		z-index: 99999;
	}
	.side-nav:before {
		content: '+';
		font-size: 34px;
		line-height: 40px;
		color: #ffffff;
		position: absolute;
		right: 15px;
	}
	.side-nav .side-head {
		width: 100%;
	}
	.side-nav .side-content {
		display: none;
	}
	p.img-helper, .video-desc img, .video-desc hr {
		display: none;
	}
	h2.case-title {
		font-size: 26px;
	}

	.main-content {
		padding: 0;
		width: 100%;
	}
	.prod-desc img {
		position: absolute;
		top: 0;
		right: 0;
	}
	.section-header-block {
		left: 0;
	}

	.video-row,
	.video-row.row-eq-height {
		/*display: inline-block;
		margin-right: -3px;*/
	}
	.video {
		background: #c3e6e0;
		padding: 20px 10px 0 10px;
	}
	.video video {
		padding-bottom: 18px;
	}
	.video-desc p, .video-desc p.author {
		color: #505050;
		text-align: left;
		margin: 0;
	}
	.video-desc p.author {
		font-size: 12px;
		line-height: 18px;
		margin-top: 5px;
	}
}
.img-box {
	overflow: hidden;
}

.img-box img {
	width: auto;
	max-height: 170px;
}

ul {
	list-style: disc;
	padding-left: 18px;
}
