@charset "UTF-8";
/* CSS Document */

/*Resets*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
a, button {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
/*Begin body styles*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin: 0;
	padding: 0;
	text-align: center;
}
/*Background and Text Colors*/

.grey0 {
	background-color: #F8F8F8;
	color: #000;
}
.grey1 {
	background-color: #DCE3E4;
	color: #000;
}
.grey2 {
	background-color: #B0C3C8;
	color: #000;
}
.grey3 {
	background-color: #8DA6B1;
	color: #000;
}
.grey4 {
	background-color: #46575E;
	color: #EEF2F2;
}
.grey5 {
	background-color: #EEF2F2;
	color: #000;
}
.red1 {
	background-color: #F80000;
	color: #000;
}
.burgundy1 {
	background-color: #8B133B;
	color: #EEF2F2;
}
.orange1 {
	background-color: #FF7700;
	color: #000;
}

/*Alignments*/
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}

/*Content*/

#contentleft {
	float: left;
	width: 80%;
	padding-top: 20px;
	margin-right:10%;
	margin-left:10%;
	background: transparent;
}

p {
	padding: 0 0 30px 0;
	line-height: 1.2em;
}
.blockpara {
	text-align: left;
	line-height: 2em;
	padding: 0 10% 30px 10%;
}

.taskpara {
	text-align: left;
	line-height: 2em;
	padding: 0 0 20px 0;
}
.statictext {
	text-decoration: none;
	color: #000;
	padding: 0px 10% 40px;
	line-height: 1.2em;
	display: block;
}
a {
	color: #00007A;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus, button:focus {
	font-weight: bold;
	transition: font-weight 0.2s ease-in 0s, text-shadow 0.2s ease-in 0s;
}

.navpage .photobox a:hover, .pagenav a:hover, h2 a:hover, .navpage .iconbox a:hover {
	text-decoration: none;
}
.navpage .photobox:hover, .pagenav a:hover {
	opacity: .8;
	background-color: #F8F8F8;
}
.navpage .iconbox:hover {
	opacity: .8;
	background-color: #DCE3E4;
}
.navpage .placeholder:hover {
	opacity: 1;
	background-color: transparent;
}
.expandheader button {
	position: absolute;
	top: 0;
	/*	bottom: 0;
*/	left: 0;
	right: 0;
	padding: 10px 20px;
}
.expandheader h2 {
	padding: 0;
}
h2 a, h2 button {
	color: inherit;
	padding: 30px 40px;
}
.navpage h2 a:hover {
	background-color: #B0C3C8;
}
.newspage a:active {
	background-color: inherit;
}
.newspage .expandheader {
	margin: 0 0 1px;
}
.newspage .expandsect {
	margin: -1px 0 1px;
}
.newspage button:hover {
	background-color: #8DA6B1;
	cursor:pointer;
}
.newspage .expandsect .col2 p, .news .col2 p {
	overflow-x: hidden;
	padding: 0 0 30px 0;
}
h2 button.grey4:hover {
	background-color: #2b363a;
	cursor:pointer;
}
h2 button.grey3:hover {
	background-color: #B0C3C8;
	cursor:pointer;
}
.iconbox a {
	width: 100%;
	display: block;
}
.icon {
	margin: 0 0 30px 0;
	width: 18%;
}
.photo {
	width: 100%;
}
.headshot {
	width:18%;
	height:auto;
	margin: 0 0 30px 0;
	border:solid 1px #46575E;
}
.screenshot {
	width:100%;
	max-width:1024px;
}
#opcphoto {
	background: url(../images/oracle.jpg) no-repeat scroll;
	background-size:cover;
	min-height:400px;
}
#ocicphoto {
	background: url(../images/people_at_monitor.jpg) no-repeat scroll;
	background-size:cover;
	min-height:400px;
}
.pagenav .icon {
	margin: 0 0 30px 0;
	width: 32%;
	max-width: 104px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.boxfull .icon {
	margin: 0 0 20px 0;
	width: 9%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.iconbox .icon {
	padding: 40px 0 0;
}
.togglebutton {
	display: block;
	width: 40px;
	border: 0;
	margin: 0 auto;
	padding: 20px 10px 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.toggletext {
	display: block;
	text-transform: none;
	font-size: .7em;
	padding: 10px 0;
	font-weight: normal;
	letter-spacing: 1px;
}
.spacetop {
	padding-top: 10px;
}
.newsdate {
	display: block;
}
.photolink {
	display: inline-block;
	padding: 40px 20px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.iconlink {
	display: inline-block;
	padding: 0px 20px 40px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.icontext {
	color: #000000;
	line-height: 1.4em;
	display: inline-block;
	padding: 0px 20px 40px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.featurelist {
	text-align: left;
	line-height: 2em;
	padding: 0 10% 30px 10%;
	list-style: square inside;
}
.tasklist {
	text-align: left;
	line-height: 2em;
	padding: 0 0 0 20px;
	list-style: disc inside;
	background: 2b363a;
}
.featureitem, .taskitem {
	padding: .5em 0 .5em 1em;
	text-indent: -1em;
}
.sitemap ul {
	list-style-type: none;
	padding: 0em 0 .5em 0em;
}
.sitemap ul ul {
	list-style-type: none;
	padding: 0em 0 0em 1.5em;
}
.fieldvalue {
	font-style:italic;
}
/*Headings*/

h1 {
	font-size: 45px;
	font-weight: lighter;
	padding: 0 0 59px 0;
}
h2 {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 0 30px 0;
}
h3 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 0 30px 0;
}
h4 {
	font-size: 16px;
	font-weight: 600;
	padding: 0 0 30px;
}
.news h2 {
	text-align: left;
}
.withtitlebox h3 {
	text-transform: none;
}
/*header*/

/* Skip to Main Content link*/
a.SkipNav {
	border: 2px solid #000;
	left: 6px;
	padding: 6px;
	position: absolute;
	top: -100px;
	transition: background 1s linear 0s;
	z-index: 100;
	font-weight: bold;
	width: 210px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a.SkipNav:focus {
	left: 6px;
	outline: 0 none;
	position: absolute;
	top: 6px;
	transition: background 0.5s linear 0s;
}
#logo {
	z-index: 99;
	background-color: #F8F8F8;
	position: fixed;
	margin-top: 0px;
	float: left;
	width: 100%;
	height: 71px;
	text-align: center
}
#logo.active {
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
}
/*Menu*/
.hamburger-menu::before {
	content: url(../images/bars.svg);
	display: block;
	width: 34px;
	height: 34px;
}
.menu-close-button::before {
	content: url(../images/close.svg);
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 0 0 7px;
}
#menu-trigger {
	width: 34px;
	height: 34px;
	cursor: pointer;
	padding: 1px;
	border: 0;
	position: fixed;
	text-decoration: none;
	top: 15px;
	right: 20px;
	z-index: 299;
	-webkit-transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
#menucontainer {
	height: 100%;
	width: 33%;
	overflow: auto;
	position: fixed;
	font-size: 18px;
	top: 0;
	right: 0;
	z-index: 199;
	display: none;
	border-left: 1px solid #F8F8F8;
}
.menu {
	list-style-type: none;
	text-align: left;
	padding: 34px 0 0;
}
.menu > li > a {
	color: #dce3e4;
	text-decoration: none;
	font-weight: normal;
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 15px 20px;
}
.menu .activeitem {
	padding: 15px 20px;
	font-weight: bold;
}
.menu > li > a:hover {
	background-color: #2b363a;
}
#menu-trigger:checked ~ #menucontainer {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.showhide {
	padding: 0px;
	border: 0;
	font-size: 1.04em;
	font-weight: bold;
	font-size: 1.04em;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;/*	background: none;
*/
}
.showhide:focus {
	border: dotted 2px #F8F8F8;
}
.PTTRANSPARENT { /*to prevent jumping for sighted users using voiceover on ipad*/
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
.menu-close-button:focus {
	outline: dotted 1px #F8F8F8;
}
/*Divs*/

#maincontent {
	padding: 0;
}
.expandheader {
	position: relative;
	min-height: 110px;
}
.expandsect {
	transition: height 2s;
	-moz-transition: height 2s;
	-webkit-transition: height 2s;
	-o-transition: height 2s;
}
.boxfull {
	height: auto;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 60px 40px 40px;
}
.boxfull.titlebox {
	padding: 30px 20px 0px;
}

.expandsect .col2 .listindent {
	padding-left: 10px;
}
.sitemap .flex-item {
	text-align: left;
}
.flex-item.introbox {
	text-align: left;
}

/*Page intro*/
#headertext {
	padding: 124px 15% 55px 15%;
}
#headertext p {
	font-size: 22px;
	font-weight: lighter;
	color: #707070;
	text-align: center;
	line-height: 1.5em;
}
/*Product Page Nav*/

.flex-item.pagenav {
	min-height: 202px;
	position: relative;
}
.pagenav p {
	padding: 0;
}
.pagenav a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px 20px 20px;
}
/*Flexboxes*/

.flex-container {
	width: 100%;
}
.homenavpage .flex-container2, .homenavpage .flex-container3 {
	width: auto;
}
.flex-container2 {
	width: 50%;
}
.flex-container.homenavpage {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.flex-container, .flex-container2, .flex-container3 {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-direction: row;
	-webkit-box-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flexbox-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-box-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flexbox-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-around;
	-ms-flex-pack: justify;
	-moz-box-pack: justify;
	justify-content: space-around;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.flex-item {
	height: auto;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-flex: 1;/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1;/* OLD - Firefox 19- */
	-webkit-flex: 1;/* Chrome */
	-ms-flex: 1 0 auto;/* IE 10 */
	flex: 1;
	padding: 60px 40px 40px;
}
.grow2 {
	-webkit-box-flex: 2;/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 2;/* OLD - Firefox 19- */
	-webkit-flex: 2;/* Chrome */
	-ms-flex: 2 0 auto;/* IE 10 */
	flex: 2;
}
.prodpage .flex-item {
	text-align: left;
}
.flex-item.photobox, .flex-item.iconbox {
	padding: 0;
}
.flex-item.news {
	padding: 60px 40px 40px;
}
.flex-item.sidebar {
	border-left: solid 1px #DCE3E4;
}
.flexcontent {
	padding: 60px 40px 40px;
}
.nopadding {
	padding: 0;
}
/*Multi-column layout*/


.col2 {
	-webkit-columns: 200px auto;
	-moz-columns: 200px auto;
	columns: 200px auto;
	-webkit-column-gap: 10em;
	-moz-column-gap: 10em;
	column-gap: 10em;
	text-align: left;
}
.col2 h3:nth-child(1) {
	padding-top: 0;
}
.col2 h3 {
	padding-top: 30px;
}
.expandsect .col2 p {
	padding: 0 0 10px 0;
}
.keeptogether {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	padding: 0 0 20px;
}
.keeptogetherpara {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
/*Videos*/

/* Smartphone Portrait and Landscape */
@media screen and (max-device-width : 992px){  
  #mobileHide {
    visibility: hidden;
	clear: both;
	float: left;
	margin: 10px auto 5px 20px;
	width: 28%;
	display: none;
  }
}

.vidwrap1 {
	width: 65%;
	text-align: center;
	margin: 0 auto 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.vdodiv {
	position: relative;
	width: 100%;
	height: 0px;
	padding-bottom: 56.25%;
	margin: 0px auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.video {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
/*Infographic*/
.infographicbox {
	padding:20px 0;
}
#pcainfo {
	width: 800px;
	height: 2988px;
}

#sainfo {
	width: 800px;
	height: 4191px;
}

.infoimage {
	min-width: 500px;
	max-width: 956px;
	width: 100%;
	height: auto;
	border:solid 1px #DCE3E4;  
}
.infographicbox p:first-child {
	padding-top:0px;
}

.infosect, .infosectsummary {
	margin: 40px 40px 0;
	text-align:left;
}
.infosect .showhide, .infosectsummary .showhide {
	width: auto;
}
.infosect .togglebutton, .infosectsummary .togglebutton {
	display: inline;
}

.infosect .toggletext, .infosectsummary .toggletext {
	display: inline;
}

.infosect.expandheader, .infosectsummary.expandheader {
	min-height:60px;
	padding:0;
}

.infosect.expandheader button, .infosectsummary.expandheader button {
    padding: 10px 20px;
}

.expandsect.infotext {
	text-align:left;
	padding: 0px 40px 40px;
}
.infotext .blockpara, .infographicbox .blockpara {
	padding: 10px 0;
}
.infotext .featurelist, .infographicbox .featurelist {
	padding: 0 20px 0px 20px;
}
.featureitem p:first-child {
	display:inline;
}
.featureitem p {
	text-indent:0;
}
.infotext h2, .infotext h3 {
	text-transform:none;
	text-align:left;
	padding:20px 0;
}
.infotext h4 {
	padding:20px 0;
	text-align:left;
}
.infointro {
	padding:30px 30%;
}

/*Footer*/
footer {
	padding: 50px 15% 0 15%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
footer p {
	padding: 0 0 10px 0;
}
footer a {
	text-decoration: none;
	color: #DCE3E4;
}
footer .flex-container {
	width: 80%;
	margin: 0px auto;
}
footer .flex-item {
	text-align: left;
}
.footerrow {
	border-top: 1px solid #5b737c;
	font-size: 12px;
	padding: 20px 0;
	text-align: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.separator::before {
	content: "|";
	padding: 0 .75em;
}
.footerrow img {
	margin-right: 15px;
}
/*--back-to-top---*/
a.back-to-top {
	display: none;
	width: 50px;
	height: 50px;
	position: fixed;
	z-index: 999;
	right: 10px;
	bottom: 10px;
	border: solid #B0C3C8 2px;
	/*	background: #FFF url("../images/up-arrow.png") no-repeat center 43%;
*/	background: #FFF no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
}
a.back-to-top::before {
	content: url(../images/up-arrow.png);
	display: inline-block;
	margin: 4px 0 0 0;
}

@media only screen and (min-width:1367px) {
.flex-item.pagenav {
	min-height: 242px;
}
}

@media only screen and (max-width:1080px) {
footer .flex-container {
	width: 100%;
}
}

@media only screen and (min-width:769px) {
.news .col2 {
	-webkit-columns: 1;
	-moz-columns: 1;
	columns: 1;
}
}
@media only screen and (max-width:768px) {
#menucontainer {
	width: 50%;
}
.flex-item.pagenav {
	border-bottom: 1px solid #F8F8F8;
}
.flex-container {
	display: block;
}
.flex-container2 {
	width: 100%;
}
.flex-item.sidebar {
	border-left: none;
}
.prodpage .photobox.flex-item:nth-child(2) {
	padding: 0;
}
.prodpage .flex-item:nth-child(2) {
	padding: 0 40px 40px;
}
footer .flex-item {
	text-align: center;
}
.footerrow {
	text-align: center;
}
.col2 {
	-webkit-column-gap: 5em;
	-moz-column-gap: 5em;
	column-gap: 5em;
}
.boxfull.multicol {
	padding: 30px 20px 40px;
}
.expandsect .flex-item {
	text-align: center;
}
.boxfull .icon {
	width: 15%;
}
.news h2 {
	text-align: center;
}
.pagenav .icon {
	max-width: 92px;
}
.flex-item.introbox {
	text-align: center;
}
.infointro {
	padding:30px 20%;
}
}
 @media only screen and (max-width:565px) {
.news .col2 {
 -webkit-columns: 1;
 -moz-columns: 1;
 columns: 1;
 text-align:center;
}
.expandheader {
 min-height:150px;
}
.newspage .expandheader {
 min-height:110px;
}
}
 @media only screen and (max-width:480px) {
#headertext {
 padding: 104px 15% 35px 15%;
}
#headertext p {
 font-size: 16px;
 line-height: 1.2em;
}
#logo img {
 width: 143px;
 height: 49px
}
#logo {
 height: 49px
}
#menucontainer {
 width: 75%;
}
 #menu-trigger {
 top: 8px;
 right: 14px;
}
h1 {
 font-size: 35px;
 padding: 0 0 39px 0;
}
h2 {
 font-size: 18px;
}
h3 {
 font-size: 16px;
}
h4 {
 font-size: 14px;
}
.boxfull {
 padding: 60px 20px 40px;
}
.vidwrap1 {
 width: 90%;
}
.flexcontent .col2 {
 text-align: left;
}
.col2 {
 text-align: center;
}
footer .flex-item {
 padding: 10px;
}
.expandheader.boxfull {
 padding: 20px 40px 100px;
}
.boxfull .icon {
 width: 18%;
}
#opcphoto {
min-height:250px;
}
}

.tooltip{
    position: absolute;
}

#id_p_tooltip{
    background: rgba(0,0,0,.8);
    opacity: 95;
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    padding: 5px 15px;
    position: absolute;
    z-index: 99;
 width: 220px;
}