﻿@import url('https://fonts.googleapis.com/css?family=Zilla+Slab:300,300i,400,400i,500,500i,600,600i,700,700i|Mukta+Vaani:200,300,400,500,600,700,800');

/* Element Normalization */
html {
	font-family: "Mukta Vaani", Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

html, body {
	margin: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* Global Elements Configuration */

body{
	font-size: 18px;
	font-family: "Mukta Vaani", Arial, Helvetica, sans-serif;
	color: #111;
}
body:before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 15em;
	top: 1.6em;
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0090ff+0,7db9e8+100&0.28+1,0+100 */
	background: -moz-linear-gradient(top, rgba(0,144,255,0.08) 0%, rgba(1,144,255,0.34) 1%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,144,255,0.08) 0%,rgba(1,144,255,0.34) 1%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,144,255,0.08) 0%,rgba(1,144,255,0.34) 1%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#470090ff', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
	z-index: -1;
}

/* Topbar Styling */
header{
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

header div.topbar{
	display: block;
	position: relative;
	width: 96%;
	margin: 0 auto;
	padding: 0.35em 2%;
	clear: both;
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d11c23+0,d9242b+100 */
	background: rgb(209,28,35); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(209,28,35) 0%, rgb(217,36,43) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(209,28,35) 0%,rgb(217,36,43) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(209,28,35) 0%,rgb(217,36,43) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d11c23', endColorstr='#d9242b',GradientType=0 ); /* IE6-9 */
}

header div.topbar > .container{
	display: block;
	position: relative;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

header div.topbar a{
	color: #fff;
	text-decoration: none;
}
header div.topbar a:hover{
	text-decoration: underline;
}
header div.topbar ul,
header div.topbar p{
	margin: 0;
	padding: 0;
	list-style: none;
}
header div.row{
	display: flex;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}
header div.row > *{
	flex-basis: auto;
}
header ul.info-buttons li{
	display: inline-block;
	position: relative;
	margin: 0 0.35em;
}

	/* Header > Primary Header Container */
	#OPI_primary_header{
		display: flex;
		position: relative;
		width: 96%;
		margin: 0 auto;
		padding: 0.5em 2%;
		clear: both;
		flex-flow: row nowrap;
		align-items: top;
		justify-content: space-between;
		transition: all 0.5s ease;
	}
	#OPI_primary_header:not(.compact){
		max-width: 1140px;
	}
	
	#OPI_primary_header > div{
		flex-basis: auto;
	}

	/* Header > Branding (Logo) Box */
	#OPI_branding{
		position: relative;
		flex: 0 0 148px;
	}
	#OPI_branding > a:first-of-type{
		display: block;
		position: relative;
		margin: 0 0 0.5em 0;
		padding: 0;
		clear: both;
		padding: 0;
		text-align: left;
	}
	
	#OPI_branding > a:first-of-type > img{
		max-width: 190px;
		height: auto;
	}
	
	#OPI_branding > p:first-of-type{
		display: block;
		position: absolute;
		width: 200%;
		margin: 0;
		padding: 0;
		top: 0.3em;
		right: -202%;
		font-size: 1.4em;
		font-variant: small-caps;
		font-weight: bold;
		font-style: italic;
		color: #898989;
		line-height: 1.15em;
	}
	
	/* Header > Links, Nav & Search Box */
	#OPI_header_go{
		width: 80%;
		flex: auto;
	}
	#OPI_header_go > *{
		display: block;
		position: relative;
		float: right;
		clear: both;
	}

	/* Header > Search Styling */
	#searchReveal{
		display: block;
		position: relative;
		width: 100%;
		margin: 0;
		padding: 0;
		clear: both;
	}
	
	#dnn_dnnSearch_ClassicSearch a.dnnSearchBoxClearText,
	#dnn_dnnSearch_ClassicSearch a#dnn_dnnSearch_cmdSearch{
		display: none;
	}
	
	#searchReveal div{
		display: block;
		position: relative;
		width: 100%;
	}
	
	#searchReveal .searchInputContainer{
		display: block;
		position: relative;
		width: 100%;
		padding: 0.35em 0;
		text-align: right;
	}
	#searchReveal .searchInputContainer input{
		display: inline-block;
		position: relative;
		width: 50%;
		min-width: 240px;
		max-width: 420px;
		padding: 0.35em 1em;
		border: solid 1px #c6c6c6;
		border-radius: 5px;
		font-size: 1.2em;
	}
	
	/* Header > Social Media Links Styling */
	#OPI_social_links{
		display: block;
		position: relative;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#OPI_social_links li{
		display: inline-block;
		position: relative;
		margin: 0 0.25em;
	}
	#OPI_social_links li a{
		display: block;
		position: relative;
		width: 32px;
		height: 32px;
		margin: 0;
		padding: 0;
		clear: both;
		background: #898989;
		border-radius: 16px;
		overflow: hidden;
		text-indent: -1000px;
		transition: background 0.5s ease;
	}
	#OPI_social_links li a:hover{
		background: #d11c23;
		transition: background 0.5s ease;
	}
	#OPI_social_links a:after{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: 100%;
		background-position: center center;
		background-repeat: no-repeat;
	}
	#OPI_social_links a.OPI_facebook:after{
		background-image: url('../img/Facebook.png');
	}
	#OPI_social_links a.OPI_twitter:after{
		background-image: url('../img/Twitter.png');
	}
	#OPI_social_links a.OPI_linkedin:after{
		background-image: url('../img/LinkedIn.png');
	}
	#OPI_social_links a.OPI_youtube:after{
		background-image: url('../img/YouTube.png');
	}

	/* Header > Page Title */
	section.section-page-header div{
		width: 100%;
	}
	section.section-page-header h1.page-title{
		display: block;
		position: relative;
		width: 94%;
		max-width: 1140px;
		margin: 0 auto;
		padding: 0.25em 3%;
		clear: both;
		font-family: "Mukta Vaani", Arial, san-serif;
		color: #033c70;
		font-size: 1.4em; 
		letter-spacing: -0.02em;
	}
	
	/* Breadcrumbs */
	#OPI_breadcrumbs{
		display: block;
		position: relative;
		width: 94%;
		max-width: 1110px;
		margin: 0 auto;
		padding: 0.35em 3%;
		clear: both;
		font-size: 0.8em;
		text-transform: uppercase;
	}
	
	/* Compacted Header on Scroll */
@media screen and (min-width:959px){
	#OPI_primary_header.compact{
		position: fixed;
		top: 0;
		padding: 0.5em 2% 0 2%;
		background: #fff;
		border-top: solid 3px #d52027;
		box-shadow: 0 5px 3px rgba(0,0,0,0.28);
		z-index: +1;
		transition: all 0.5s ease;
	}
	form.showControlBar #OPI_primary_header.compact{
		top: 3em;
	}
	#OPI_primary_header.compact #OPI_branding a:first-of-type{
		float: left;
		clear: left;
		max-width: 100px;
	}
	#OPI_primary_header.compact #OPI_branding a:first-of-type img{
		max-width: 100%;
		height: auto;
	}
	#OPI_primary_header.compact #OPI_branding p:first-of-type{
		font-size: 1em;
		padding: 1.3em 0 0 0;
	}
	#OPI_primary_header.compact #OPI_header_go{
		display: flex;
		padding-top: 0.5em;
		flex-flow: row nowrap;
		align-items: stretch;
		justify-content: flex-end;
	}
	#OPI_primary_header.compact #OPI_header_go > *{
		float: none;
		clear: none;
	}
	#OPI_primary_header.compact #OPI_header_go #OPI_social_links{
		order: 3;
		width: 10%;
	}
	#OPI_primary_header.compact #OPI_header_go #searchReveal{
		order: 2;
		width: 30%;
	}
	#OPI_primary_header.compact #OPI_header_go nav{
		order: 1;
		width: 60%;
	}
	#OPI_primary_header.compact #opiMenu > ul{
		align-items: stretch;
		justify-content: center;
	}
	#OPI_primary_header.compact #opiMenu > ul > li{
		max-width: 25%;
		font-size: 0.8em;
	}
	#OPI_primary_header.compact #opiMenu > ul > li > a{
		height: 100%;
	}
	#OPI_primary_header.compact #opiMenu > ul > li > a:before{
		display: block;
		margin: 0 auto;
		clear: both;
	}
	#OPI_primary_header.compact #searchReveal div{
		max-width: 99%;
	}
	#OPI_primary_header.compact #searchReveal .searchInputContainer{
		text-align: left;
	}
	#OPI_primary_header.compact #searchReveal .searchInputContainer input{
		width: 65%;
		min-width: 0;
		max-width: none;
	}
}
	
/* Nav Menu Styling */
	/* >> Find within the media queries near the bottom of this document */

/* Home Banner Styling */
#OPI_home_banner{
	display: flex;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	clear: both;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}
#OPI_home_banner > div:first-of-type{
	position: relative;
	width: 83%;
	margin: 0;
	padding: 0.65em 2%;
	font-size: 1.3em;
	text-align: center;
	color: rgba(3,60,112,1);
	background: rgba(48,48,48,0.13);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.18);
	border-top: solid 2px rgba(193,39,45,0.48);
	border-bottom: solid 2px rgba(193,39,45,0.48);
}
#OPI_home_banner > a:first-of-type{
	position: relative;
	width: 9%;
	padding: 0.35em;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,e0e0e0+51,d8d8d8+54,eaeaea+100 */
	background: rgb(237,237,237); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(224,224,224,1) 51%, rgba(216,216,216,1) 54%, rgba(234,234,234,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(224,224,224,1) 51%,rgba(216,216,216,1) 54%,rgba(234,234,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(224,224,224,1) 51%,rgba(216,216,216,1) 54%,rgba(234,234,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	border: outset 2px #d4d4d4;
	border-radius: 8px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.18);
	transition: background 0.5s ease;
}
#OPI_home_banner > a:first-of-type > img{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	clear: both;
	border: 0;
	border-radius: 5px;
}
#OPI_home_banner > a:first-of-type:hover img{
	background: rgba(255,255,255,0.88);
	transition: background 0.5s ease;
}

/* Main Body Styling */
#OPI_main_content{
	display: block;
	position: relative;
	width: 94%;
	min-height: 960px;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0.5em 3%;
	clear: both;
}

#OPI_main_content div{
	font-size: 1em;
}

#OPI_main_content ul,
#OPI_main_content ol{
	margin-left: 2.1em;
}

#OPI_main_content ul > li,
#OPI_main_content ol > li{
	margin-bottom: 0.15em;
}

#OPI_main_content h1,
#OPI_main_content h2,
#OPI_main_content h3,
#OPI_main_content h4,
#OPI_main_content h5{
	margin-bottom: 0.1em;
	font-family: "Mukta Vaani", serif;
	font-weight: 500;
	letter-spacing: -0.01em;
}

#OPI_main_content h1{
	color: #d61533;
}
#OPI_main_content h2{
	color: #d61533;
}
#OPI_main_content h3{
	color: #033c70;
}
#OPI_main_content h4{
	color: #555;
}
#OPI_main_content h5{
	color: #033c70;
}

	/* Content Floats */
	#OPI_main_content *[style*="float:left"],
	#OPI_main_content *[style*="float: left"]{
		margin-right: 1.5em;
		margin-bottom: 1em;
	}

	#OPI_main_content *[style*="float:right"],
	#OPI_main_content *[style*="float: right"]{
		margin-left: 1.5em;
		margin-bottom: 1em;
	}

/* Footer Styling */
#OPI_footer{
	display: block;
	position: relative;
	width: 100%;
	margin: 1em auto 0 auto;
	padding: 0.5em;
	clear: both;
	color: #fff;
	background: #d2232a;
	text-align: center;
}
#OPI_footer a{
	color: #fff;
	text-decoration: none;
}
#OPI_footer a:hover{
	text-decoration: underline;
}
#OPI_footer div{
	width: 100%;
}
#OPI_footer ul{
	list-style: none;
}
#OPI_footer ul li{
	display: inline-block;
	position: relative;
}
#OPI_footer ul li:not(:last-of-type):after{
	content: "|";
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0 0.55em;
	color: #fff;
}

/* Horizontal Rule Section Dividers */

#OPI_main_content hr{
	display: block;
	position: relative;
	width: 96%;
	margin: 1.5em auto !important;
	height: 2px;
	padding: 0;
	clear: both;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dadada+0,dadada+100&0+0,1+5,1+95,0+100 */
	background: -moz-linear-gradient(left, rgba(218,218,218,0) 0%, rgba(218,218,218,1) 5%, rgba(218,218,218,1) 95%, rgba(218,218,218,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(218,218,218,0) 0%,rgba(218,218,218,1) 5%,rgba(218,218,218,1) 95%,rgba(218,218,218,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(218,218,218,0) 0%,rgba(218,218,218,1) 5%,rgba(218,218,218,1) 95%,rgba(218,218,218,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dadada', endColorstr='#00dadada',GradientType=1 ); /* IE6-9 */
}

/* News Container Styling */

ul.OPI_news{
	display: flex;
	position: relative;
	width: 100%;
	margin: 0 auto 0.5em auto !important;
	padding: 0;
	clear: both;
	flex-flow: row nowrap;
	align-items: stretch;
	justify-content: center;
	list-style: none;
}
.OPI_news li{
	display: block;
	position: relative;
	width: 31%;
	margin: 0 1%;
	padding: 0;
	min-height: 220px;
	flex-basis: auto;
	overflow: hidden;
}
.OPI_news li > img{
	display: block;
	position: absolute;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	top: 0;
	left: 0;
}
.OPI_news li > a{
	display: block;
	position: absolute;
	width: 96%;
	margin: 0 auto;
	padding: 0.5em 2%;
	bottom: 0.5em;
	left: 0;
	background: rgba(3,60,112,0.8);
	color: #fff;
	text-decoration: none;
	transition: background 0.5s ease;
}
.OPI_news li > a:hover{
	background: rgba(1,81,154,0.9);
	transition: background 0.5s ease;
}
.OPI_news li > a > strong{
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto 0.35em auto;
	padding: 0;
	clear: both;
	line-height: 1.1em;
}
.OPI_news li > a > em{
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	clear: both;
	font-size: 0.9em;
	font-style: normal;
	line-height: 1em;
}

/* Quicklinks Container Styling */
.OPI_QuickLinks_Boxes{
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto 0.5em auto;
	padding: 0;
	clear: both;
}
.OPI_QuickLinks_Boxes div > ul:nth-of-type(1){
	display: flex;
	position: relative;
	width: 100%;
	margin: 0 auto 0.5em auto !important;
	padding: 0 !important;
	clear: both;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: center;
	list-style: none;
}
.OPI_QuickLinks_Boxes div > ul:nth-of-type(1) > li{
	position: relative;
	flex-basis: auto;
	width: 24%;
	margin: 0 0.5% 1em 0.5%;
	padding: 0;
}
.OPI_QuickLinks_Boxes div > ul:nth-of-type(1) > li > h4{
	display: block;
	position: relative;
	width: 96%;
	min-height: 2.1em;
	margin: 0 auto 0.5em auto !important;
	padding: 0.5em 2%;
	clear: both;
	color: #fff !important;
	font-size: 1.2em;
	font-family: "Mukta Vaani", Arial, Helvetica, sans-serif !important;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.1em;
	border-radius: 8px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 80%);
}
.OPI_QuickLinks_Boxes div > ul:nth-of-type(1) > li > h4 > a{
	color: #fff !important;
	text-decoration: none;
}
.OPI_QuickLinks_Boxes div > ul:nth-of-type(1) > li > ul{
	display: block;
	position: relative;
	width: 88%;
	margin: 0 2% 0.5em 10% !important; 
	padding: 0 0 1em 0 !important;
	clear: both;
	font-size: 0.88em;
}
.OPI_QuickLinks_Boxes div > ul:nth-of-type(1) > li > ul > li{
	list-style-type: square;
	line-height: 1.25em;
	padding-bottom: 0.4em;
}

/* Default heading coloring, by order (nth-child rules say to start at position 1-4 and then go every 4th element) */
	.OPI_QuickLinks_Boxes div > ul:nth-of-type(1) > li:nth-child(4n+1) > h4{
		background-color: #d61533;
	}
	.OPI_QuickLinks_Boxes div > ul:nth-of-type(1) > li:nth-child(4n+2) > h4{
		background-color: #afc529;
	}
	.OPI_QuickLinks_Boxes div > ul:nth-of-type(1) > li:nth-child(4n+3) > h4{
		background-color: #5e98c3;
	}
	.OPI_QuickLinks_Boxes div > ul:nth-of-type(1) > li:nth-child(4n+4) > h4{
		background-color: #f6b414;
	}

/* Allow user to mandate heading background color using a classname */
	.OPI_QuickLinks_Boxes div > ul:nth-of-type(1) > li > h4.blue{
		background-color: #5e98c3 !important;
	}
	.OPI_QuickLinks_Boxes div > ul:nth-of-type(1) > li > h4.red{
		background-color: #d61533 !important;
	}
	.OPI_QuickLinks_Boxes div > ul:nth-of-type(1) > li > h4.yellow{
		background-color: #f6b414 !important;
	}
	.OPI_QuickLinks_Boxes div > ul:nth-of-type(1) > li > h4.green{
		background-color: #afc529 !important;
	}

/* Warn user if they add an extra list */		
	body.dnnEditState .OPI_QuickLinks_Boxes div > ul:nth-of-type(n+2){
		color: red !important;
	}
	body.dnnEditState .OPI_QuickLinks_Boxes div > ul:nth-of-type(n+2):before{
		content: "THIS LIST SHOULD NOT BE HERE. Please put additional QuickLinks lists as children of the main list.";
		display: block;
		position: relative;
		width: 94%;
		margin: 0.7em auto !important;
		padding: 0.5em 3%;
		text-align: center;
		color: #fff;
		clear: both;
		background: red;
	}
	/* Do not show extra main-level lists or warnings outside of DNN editing state */
	body:not(.dnnEditState) .OPI_QuickLinks_Boxes div > ul:nth-of-type(n+2){
		display: none !important;
	}

/* Facebook Wall Embed */
.OPI_facebook_wall_embed{
	display: block;
	position: relative;
	width: 220px;
	margin: 0 0 1em 2em;
	padding: 0;
	float: right;
	clear: right;
}
.OPI_facebook_wall_embed > h4{
	display: block;
	position: relative;
	width: 96%;
	margin: 0 auto 1em auto !important;
	padding: 0.5em 2%;
	clear: both;
	font-size: 1.1em !important;
	font-weight: 300;
	font-family: "Mukta Vaani", Arial, Helvetica, sans-serif !important;
	text-align: center;
	color: #fff !important;
	background: #d61533;
}

/* Desktop size and above */
@media screen and (min-width: 960px){
	
	/* Navigation Menu Styling */
	nav.navbar{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#opiMenu{
		display: block;
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		clear: both;
		z-index: +1;
	}
	#opiMenu > ul{
		display: flex;
		position: static;
		width: 100%;
		margin: 0;
		padding: 0;
		clear: both;
		flex-flow: row nowrap;
		justify-content: flex-end;
		align-items: center;
		list-style: none;
	}
	#opiMenu > ul a{
		text-decoration: none;
	}
	#opiMenu > ul > li{
		flex-basis: auto;
		margin: 0 0.5em;
	}
	#opiMenu > ul > li > a{
		display: inline-block;
		position: relative;
		font-family: "Mukta Vaani", sans-serif;
		color: #033c70;
		margin: 0;
		padding: 0.35em 0.7em;
		font-size: 1.45em;
		font-weight: 500;
		text-align: center;
		line-height: 1em;
		border: solid 1px transparent;
		background: transparent;
		transition: border 0.5s ease, background 0.5s ease;
	}
	#opiMenu > ul > li:hover > a{
		border: solid 1px #c6c6c6;
		border-bottom: solid 1px #e6e6e6;
		background: #e6e6e6;
		transition: border 0.5s ease, background 0.5s ease;
	}
	#opiMenu > ul > li > a:before{
		content: "";
		display: inline-block;
		position: relative;
		width: 26px;
		height: 26px;
		margin: 0 0.15em 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100%;
		vertical-align: bottom;
	}
	#opiMenu > ul > li:nth-child(3) > a:before{
		background-image: url('../img/opi-nav_administrators.png');
	}
	#opiMenu > ul > li:nth-child(1) > a:before{
		background-image: url('../img/opi-nav_families-students.png');
	}
	#opiMenu > ul > li:nth-child(2) > a:before{
		background-image: url('../img/opi-nav_educators.png');
	}
	#opiMenu > ul > li:nth-child(4) > a:before{
		background-image: url('../img/opi-nav_contact.png');
	}
	
	#opiMenu > ul > li > ul{
		display: flex;
		position: absolute;
		width: 96%;
		max-width: 960px;
		height: 0;
		max-height: 0;
		margin: 0;
		padding: 0;
		overflow: hidden;
		opacity: 0;
		background: rgba(230,230,230,1);
		border: solid 1px #c6c6c6;
		top: 99%;
		transition: opacity 0.5s ease, max-height 0.5s ease;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: stretch;
		list-style: none;
		box-shadow: 2px 3px 3px rgba(0,0,0,0.08);
		z-index: -1;
	}
	#opiMenu > ul > li:hover > ul{
		padding: 0.6em 2%;
		height: auto;
		max-height: 480px;
		opacity: 1;
		transition: opacity 0.5s ease, max-height 0.5s ease;
		z-index: +1;
	}
	
	/* Tertiary Menu Items */
	
	#opiMenu > ul > li > ul > li{
		flex: auto;
		padding: 0.35em 0.5em;
		margin-right: 0.5em;
		border-right: solid 1px rgba(0,0,0,0.18);
	}
	#opiMenu > ul > li > ul > li:last-of-type{
		border-right: 0;
	}
	#opiMenu > ul > li > ul > li > a{
		display: block;
		position: relative;
		max-width: 100%;
		padding: 0.35em 0.25em;
		line-height: 1em;
		font-size: 1em;
		font-weight: 700;
		margin-left: -0.35em;
		color: #ae171f;
		cursor: default !important;
		transition: color 0.5s ease, background 0.5s ease;
	}
	#opiMenu > ul > li > ul > li > ul a:hover{
		background: rgba(0,0,0,0.38);
		color: #fff;
		transition: color 0.5s ease, background 0.5s ease;
	}
	#opiMenu > ul > li > ul > li > ul{
		display: block;
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		clear: both;
		font-size: 0.95em;
		list-style: none;
	}
	#opiMenu > ul > li > ul > li > ul > li{
		display: block;
		position: relative;
		width: 100%;
	}
	#opiMenu > ul > li > ul > li > ul > li > a{
		display: block;
		position: relative;
		width: 96%;
		margin: 0;
		padding: 0.25em 0 0.25em 4%;
		color: #222;
	}
	
	/* Hover Position Overrides */
	#opiMenu > ul > li:nth-child(1) > ul{
		right: 0;
	}
	#opiMenu > ul > li:nth-child(2) > ul{
		right: 0;
	}
	#opiMenu > ul > li:nth-child(3) > ul{
		right: 0;
	}
	#opiMenu > ul > li:nth-child(4) > ul{
		right: 0;
	}
	
	/* Mobile Menu Toggle (Hidden for desktop) */
	#OPI_mainnav_label,
	#OPI_mainnav_toggle{
		display: none;
		visibility: hidden;
		opacity: 0;
		transition: opacity 0.6s ease;
	}
	#opiMenu label.subnav_button,
	#opiMenu input.subnav_toggle{
		display: none;
		visibility: hidden;
	}
}

/* Narrow Screen Sticky Header Adjustments */
@media screen and (max-width: 1850px){
	#OPI_primary_header.compact #OPI_branding > p:first-of-type{
		top: -0.2em;
		padding: 0 !important;
		width: 300%;
		right: -302%;
	}
}

/* Mobile Sizes and Below */
@media screen and (max-width: 959px){
	
	/* Mobile Menu Toggle (Hidden for desktop) */
	#OPI_mainnav_label{
		display: block;
		position: relative;
		width: 48px;
		height: 48px;
		margin: 0 auto 0 1vw;
		padding: 0;
		clear: both;
		background: url(../img/mobile_menu_white.png) center center no-repeat;
		background-color: #898989;
		background-size: 90%;
		border-radius: 5px;
		opacity: 1;
		overflow: hidden;
		text-indent: -1000px;
		transition: background-color 0.5s ease;
	}
	#OPI_mainnav_toggle{
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	
	#searchReveal{
		width: 100%;
		margin-top: 2.8em !important;
		margin-bottom: 1.8em !important;
	}
	
	#searchReveal .searchInputContainer{
		width: 92%;
		margin: 0 !important;
	}
	
	#searchReveal .searchInputContainer input{
		display: block;
		width: 65%;
		min-width: 0;
	}
	#OPI_social_links{
		display: none;
	}
	
	nav.navbar{
		display: block;
		position: static !important;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	#OPI_branding > p:first-of-type{
		width: 100%;
		right: -107%;
		top: -0.2em;
	}
	
	#opiMenu{
		display: block;
		position: static;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		clear: both;
		z-index: +1;
	}
	#opiMenu input:not(:checked) ~ ul{
		height: 0;
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		z-index: -1;
		transition: max-height 0.6s ease, opacity 0.6s ease;
	}
	#opiMenu input:checked ~ #OPI_mainnav_label{
		background-color: #033c70;
		transition: background-color 0.5s ease;
	}
	#opiMenu input:checked ~ ul{
		height: auto;
		max-height: 680px;
		opacity: 1;
		z-index: +1;
		transition: max-height 0.6s ease, opacity 0.6s ease;
	}
	#opiMenu > ul{
		display: block;
		position: absolute;
		margin: 0;
		padding: 0;
		width: 100%;
		top: 100%;
		left: 0;
		list-style: none;
		background: rgba(3,60,112,0.93);
		border: 0;
		transition: max-height 0.6s ease, opacity 0.6s ease;
		z-index: +1;
	}
	#opiMenu ul{
		list-style: none;
	}
	#opiMenu > ul a{
		color: #fff;
		text-decoration: none;
	}
	#opiMenu > ul > li{
		display: block;
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		clear: both;
	}
	#opiMenu > ul > li > a{
		display: block;
		position: relative;
		width: 96%;
		margin: 0 auto;
		padding: 0.5em 2%;
		clear: both;
		text-align: center;
		font-size: 1.2em;
		font-weight: 500;
		background: rgba(255,255,255,0.38);
		cursor: default;
	}
	#opiMenu > ul > li > ul{
		display: block;
		position: relative;
		width: 96%;
		margin: 0 auto;
		padding: 0.35em 2%;
		clear: both;
	}
	#opiMenu > ul > li > ul > li{
		display: block;
		position: relative;
		width: 92%;
		margin: 0;
		padding: 0 0 0 8%;
	}
	#opiMenu > ul > li > ul > li > a{
		display: block;
		position: relative;
		width: 100%;
		margin: 0;
		padding: 0.5em 0;
		clear: both;
		font-weight: bold;
		color: #9ccfff;
	}
	#opiMenu > ul > li > ul > li > ul > li > a{
		display: block;
		padding: 0.35em 0;
	}
	
	/* Mobile Drop-Down Buttons */
	#opiMenu input.subnav_toggle{
		display: none;
		visibility: hidden;
	}
	#opiMenu > ul > li > label.subnav_button{
		display: block;
		position: absolute;
		width: 32px;
		height: 32px;
		top: 0.2em;
		right: 1em;
		background: #d8d8d8;
		border-radius: 4px;
	}
	#opiMenu > ul > li > ul > li > label.subnav_button{
		display: block;
		position: absolute;
		width: 26px;
		height: 26px;
		top: 0.2em;
		right: 1em;
		background: #d8d8d8;
		border-radius: 4px;
	}
	#opiMenu label.subnav_button:after{
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		text-align: center;
		margin: 0;
		padding: 0.45em 0 0 0;
		clear: both;
		color: #555;
		font-size: 1.2em;
	}
	#opiMenu > ul > li > ul > li > label.subnav_button:after{
		padding-top: 0.3em;
	}
	#opiMenu input:not(:checked) ~ label.subnav_button:after{
		content: "▼";
	}
	#opiMenu input:checked ~ label.subnav_button:after{
		content: "▲";
	}
	
	
	/* Mobile Adjustments for Content Styling */
	.OPI_QuickLinks_Boxes div > ul:nth-of-type(1) > li{
		position: relative;
		flex-basis: auto;
		width: 100%;
		margin: 0 0.5% 1em 0.5%;
		padding: 0;
		clear: both;
	}
	div.OPI_facebook_wall_embed{
		display: none;
		visibility: hidden;
	}
	
}

	/* Quicklinks Styling */
	ul.OPI_quicklinks{
		display: flex;
		position: relative;
		width: 100%;
		margin: 0 auto 0.5em auto !important;
		padding: 0;
		clear: both;
		list-style: none;
		flex-flow: row wrap;
		align-items: stretch;
		justify-content: center;
	}
	.OPI_quicklinks > li{
		display: block;
		position: relative;
		width: 24%;
		margin: 0 0.5% 1em 0.5%;
		padding: 0;
	}
	.OPI_quicklinks > li > h4{
		display: block;
		position: relative;
		width: 96%;
		min-height: 2.1em;
		margin: 0 auto 0.5em auto !important;
		padding: 0.5em 2%;
		clear: both;
		color: #fff;
		font-size: 1.2em;
		font-family: "Mukta Vaani", Arial, Helvetica, sans-serif !important;
		font-weight: 300;
		text-align: center;
		line-height: 1.1em;
	}
	.OPI_quicklinks > li > h4.bgRed{
		background: #d61533;
	}
	.OPI_quicklinks > li > h4.bgGreen{
		background: #afc529;
	}
	.OPI_quicklinks > li > h4.bgBlue{
		background: #5e98c3;
	}
	.OPI_quicklinks > li > h4.bgYellow{
		background: #f6b414;
	}
	.OPI_quicklinks > li > h4 > a{
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
	}
	.OPI_quicklinks > li > ul{
		font-size: 0.9em;
	}


/* opiButton styling */
	
	/*  default - red button  */
	.opiButton{ 
	  display: inline-flex;      
      background: #d61533 !important;
      color: white !important;
	  margin: 1.5em;
      padding: 0.5em 0.7em;
	  width:auto;
	  min-height: 2.1em;
      max-width: 80%;
      font-family: "Mukta Vaani", Arial, Helvetica, sans-serif !important;
      font-weight: bold;
      border-radius: 8px;
      cursor: pointer;
      border: none;  
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);   
      transition-duration: 0.5s;
      line-height: 1.1em;
	  align-items: center;
      justify-content: center;
	  text-align: center;
      text-decoration: none;   
	  text-transform: uppercase;
	  overflow-wrap: break-word;
   }

	 .opiButton:hover {
	  background-color: #FFFFFF !important;
	  color: #d61533 !important;
	  border: 2px solid #d61533 !important;
	}


	/* Mobile Sizes and Below */
	@media screen and (max-width: 959px){
		.opiButton{ 
			font-size: 0.9em;
			overflow-wrap: anywhere;
		}
	}

	/*  blue button  */
	.opiButton.blue{
		background: #033d71 !important;
	}
	.opiButton.blue:hover{
		background-color: #FFFFFF !important;
		color: #033d71 !important;
		border: 2px solid #033d71 !important;
	}

	/*  gray button  */
	.opiButton.gray{
		background: #666 !important;
	}
	.opiButton.gray:hover{
		background-color: #FFFFFF !important;
		color: #666 !important;
		border: 2px solid #666 !important;
	}
/* end opiButton styling */


/* Zoom on hover */
.zoom {
  display: inline-block;  
  padding: 30px;
  transition: transform .2s; /* Animation */
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.15); 
}
	
	/* DNN Search Box Styling Overrides */
	.dnnSearchBoxPanel { max-width: none !important; }
	.dnnSearchBoxPanel .dnnSearchBox{ max-width: 80%; }
	.dnnSearchResultAdvancedTip{
	margin-right: 12px !important;
	font-size: 0.8em;
	font-weight: bold;
	}
	

/* OPI Vertical Menu */
.opi-vertical-menu {
  width: 95%;
  box-shadow: 0px 0px 16px rgba(0,0,0,0.2);
}

.opi-vertical-menu a {
  background-color: #eee;
  color: black;
  display: block;
  padding: 1.1em;
  text-decoration: none;
}

.opi-vertical-menu a:hover {
  background-color: #ccc;
}

.opi-vertical-menu a.active {
  background-color: #d61533;
  color: white;
  font-weight: bold;
}

/*  OPI Horizontal Menu */
.opi-horizontal-menu {
  width: 100%;
  background-color: #fff;
  overflow: auto;
  margin: 0 auto 0.5em auto !important;
}

.opi-horizontal-menu a {
  float: left;
  margin: 10px;
  padding: 14px 16px;
  color: #00386f;
  text-decoration: none;
  width:auto;
  max-width:90%;
  min-width:150px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  border-bottom: 5px solid #00386f;
  border-radius: 3px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  overflow-wrap: anywhere;
}

.opi-horizontal-menu a:hover {
  background-color: #ddd;
  color: black;
}

.opi-horizontal-menu a.active {
  background-color: #00386f;
  color: white;
}

@media screen and (max-width: 500px) {
  .opi-horizontal-menu a {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
  }
}
	
	/* DNN Search Box Styling Overrides */
	.dnnSearchBoxPanel { max-width: none !important; }
	.dnnSearchBoxPanel .dnnSearchBox{ max-width: 80%; }
	.dnnSearchResultAdvancedTip{
	margin-right: 12px !important;
	font-size: 0.8em;
	font-weight: bold;
	}


/* OPI Side Nav*/
.opi-side-nav{
    width: 95%;
    line-height: 1.4em;
    font-weight: 500;
    margin: auto;
  }
  
  .opi-side-nav ul {
     padding-bottom: 0.5em;
     font-size: 1.1rem;
  }
  
  .opi-side-nav ul li {
    margin: 0.8em 0;
    list-style-type: '\2771\0020\0020';
    color: #d61533;
  }
  
  
  .opi-side-nav a{
      color: #033d71;
      text-decoration: none;                  
  }
  
  .opi-side-nav a:not(.nohover):hover {
     background-color: #e6e6e6; 
  }
  
  .opi-side-nav img{
     border-radius: 15px; 
     box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
     margin: 1em;
     width: 90%;
     max-width: 300px;
     height: 200px;
     object-fit: cover;
  }