html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
/*ol, ul {
	list-style: none;
}*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Stylesheet: J-Reset-CSS Modified On 2014-01-23 11:12:19 */
body {
        /*font-family: Verdana, Ariel, sans-serif;*/
        font-family: Helvetica, Ariel, sans-serif;
        -webkit-font-smoothing: antialiased;
        font-size:15px;
line-height:1.3em;
        color: #666;
        background-color: #F6F6D9;
        margin:0px;
        padding:20px;
}

h1, h2, h3, h4 {
        font-weight:bold;
        color:#034d72;
        padding:5px;
        padding-left:0px;
        font-family: 'Exo 2', sans-serif;
        -webkit-font-smoothing: antialiased;
        line-height:1.15em;
}

h1 {
        font-size: 2em;
clear:both;
}

h2 {
        font-size: 1.7em;
}

h3 {
        font-size:1.4em;
        font-weight:normal;
}

h4 {
        font-size:1em;
}

a {
        color: #034d72;
/*        text-decoration:none;*/
        text-decoration:underline;

}

a:hover {
        text-decoration:underline;
}

hr {
        border:none;
        /*border-bottom:1px dotted #fc9732;*/ /*orange*/
        border-bottom:1px dotted #33455e; /*Purple*/
        /*margin:5px 10px;*/
        clear:both;
}

strong {
font-weight:bold;
}
em {
font-style:italic
}


/*  Base Layout */
#pagewrap {
        position:relative;
        /*min-width: 900px;*/
        width: 900px;
        margin: 0 auto;
        background-color: #ffffff;
    /*    box-shadow: 0 0 5px 5px #999999;*/
        -webkit-border-radius: 10px!important;
        -moz-border-radius: 10px!important;
        border-radius: 10px!important;
        overflow:hidden;
}

#header {
        height:100px;
        background-color: #fc9732;
        overflow:hidden;
}

#topmenu {
        position: relative;
        background-color: #fdb778;
        height:32px;
       /* overflow:hidden; */
} 

#quicklinks {
        clear:both;
        position: relative;
        top: 0px;
        width: 100%;
        background-color: #fc9732;
line-height:1.4em;
        height: 130px;
        overflow:hidden;
        margin-top:30px;

}

#quicklinks h4 {
        margin-left:10px;
}

#quicklinks a{
text-decoration:none;
}

#quicklinks a:hover {
text-decoration:underline;
}

#footer {
        position: relative;
        top: 0px;
        width: 100%;
        height: 34px;
    line-height: 1em;
        background-color: #034d72;
        overflow:hidden;
color:#FFF;
font-size:0.8em;

}

#content {
clear:both;
margin:0px;
min-height:372px;
}

#content p {
padding-bottom:5px;
padding-top:3px;
/*margin: 0 20px 0 20px;*/
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
padding-top:1em;
padding-bottom:0px;
}

/* End Base Layout */


/* Header Layout */

#header #DyalogLogo {
        position:absolute;
        top:26px;
        left: 26px;
}

#header h4 {
right:10px;
top:10px;
position:absolute;
color:#FFFFFF;
}

#header a {
color:#FFFFFF;
}

#header h3 {
        position: absolute;
        top:26px;
        left:322px;
        color:#666666;
        font-weight:normal;
}

#header h2 {
        position:absolute;
        top:49px;
        left: 375px;
        color:#FFF;
        font-size:1.5em;
}

#social {
        position:absolute;
        top:63px;
        right:5px;
        height:32px;
        width:300px;
        z-index:100;
        text-align:right;
        padding-right:5px;
}
#social ul {
        list-style-type:none;
        margin-left:0px!important;
        }
#social ul li {
        display: inline;
        padding-left:3px;
        padding-right:3px;

        }

#topmenu #search {
        position:absolute;
        top:4px;;
        right:17px;
        z-index:100;
}
/*end Header Layout */

/* Quick Links / Footer */
#quicklinks ul {
        list-style-type: none;
        float: left;
        padding-left:17px;
        padding-right:17px;
        height:80px;
        border-right:1px solid #fff;
}
#quicklinks ul.last {
        border:0px;
}
#quicklinks a {
        color:#FFF;
}

#footer a {
color:#FFF;
}
#fcopy {
float:left;
margin:10px;
}
#flinks {
float:right;
margin:10px;
}

.notebox{
/*background-color:#FFD;*/
border: 2px #fc9732 solid;
-webkit-border-radius:9px;
-moz-border-radius:9px;
border-radius:9px;
padding:6px!important;
margin:10px;

}

.stretchbox {
float:left;
padding:10px;
margin-top:10px;
margin-left:10px;
/*background-color:#FFD;*/
border: 2px #fc9732 solid;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}

/* Classes */
.fleft {
        float:left;
}
.fright {
        float:right;
}
.fclear {
        clear:both;
}
.mleft { margin-left: 0.3em; }

/*** Icons ***/
/*#content a[href $=".pdf"], .pdf :before
{
background: url(/uploads/images/Resources/icons/pdf.png) no-repeat;
background-position: center right;
display;inlune-block;
padding-right:28px;
padding-top:10px;
height:28px;
}*/


.hiddencontent ol, .hiddencontent ul {
list-style:disc;
list-style-image: url(/uploads/images/General/orange_dot.png);
}

#contactLink a {
text-decoration:none;
}
#contactLink a:hover {
text-decoration:underline;
}


/*** Tabs ***/


ul.tabNavigation {
  padding: 0 0 0 10px!important;
  width: 99%;
  height: 22px;
margin:0px!important;
}

ul.tabNavigation li {
  height: 22px;
  float: left;
  margin: 0 0 0 10px;
  list-style-type: none;
}

ul.tabNavigation li a {
  height: 9px;
  padding: 3px 5px 9px 5px;
  text-decoration: none;
  color: #333;
  display: block;
  border: 1px #fc9732 solid;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
background-color:#ddd;
}

ul.tabNavigation li a.selected {
  border-top: 1px #fc9732 solid;
  border-left: 1px #fc9732 solid;
  border-right: 1px #fc9732 solid;
  border-bottom: #F6F6D9 solid 1px;
  outline: none;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
background:none;
}

#tab-1,
#tab-2,
#tab-3 {
  padding: 10px;
margin-top:2px;
/*  border: #ccc solid 1px;*/
border: 1px #fc9732 solid;
/*background-color:#F6F6D9;*/
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


#terminologylist {
list-style:none;
}
#terminologylist li {
display:inline;
}
.nextitem:before {
content: ' | ';
}

.flag {
border: 1px solid #ccc;
}

/* Google Search */
#___gcse_0 {
width:230px;
float:left;
}
.gsc-control-searchbox-only {
padding:0px!important;
padding-top:1px!important;
background:transparent!important;
border:none!important;
height:30px;
}
input.gsc-input {
font-size:14px!important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
margin-top:1px!important;
}
.gsc-input-box {
margin-top:1px!important;
}


.cse form.gsc-search-box, form.gsc-search-box {
padding:1px 0 0 0!important;
}

.gsc-clear-button {
display:none;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page, .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
color:#034d72!important;
}
.cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page, .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
text-shadow:none!important;
}
/* Stylesheet: J-Global-CSS Modified On 2024-01-09 15:50:30 */
#menu {
	padding:0;
	margin:0;
	list-style:none;
	height:32px;
	position:relative;
	z-index:50;
        float:left;
font-size:0.9em;
font-weight:bold;

	}
#menu li {
	float:left;
	margin-left:5px;
        background:#fdb778;
	}
#menu li a {
	display:block;
	float:left;
	height:32px;
	line-height:32px;
	text-decoration:none;
    padding:0 15px 0 15px;
        color:#034d72;
	}
#menu li ul {
/*font-size:11px;*/
font-weight:normal;
}
#menu li ul li {
height:24px;
}
/* Style the list OR link hover. Depends on which browser is used */
#menu li a:hover {
	z-index:200;
	position:relative;
        background-color:#feddc3;
	}
#menu li:hover {
	position:relative;
	z-index:200;
	}
#menu :hover ul {
	left: -2px;
	top:32px;
	width:250px;
	text-align: left;
	}
/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul,
#menu :hover ul ul ul,
#menu :hover ul :hover ul ul,
#menu ul :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
	}
/*#menu :hover ul :hover ul {
	left:185px;
	top:0px;
	white-space:nowrap;
	z-index:200;
	height:auto;
	}*/
#menu :hover ul li {
	margin: 0;
	border-top: 1px solid #ffffff;
	/*border-bottom: 1px solid #ffffff;*/
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	}
#menu :hover ul li:last-child{
	border-bottom: 1px solid #ffffff;
}
#menu :hover ul li a{
	width: 250px;
	padding: 0;
	text-indent: 10px;
	height: 24px;
	line-height: 24px;
	}
#menu :hover ul :hover ul li a{
        width: 150px;
}

/* Stylesheet: J-TopMenu Modified On 2014-06-26 08:03:59 */
#banner {}


#banner #homeImage {
float: left;
width:583px;
height:261px;
}

#shortcuts {
overflow:hidden;
padding-left:0px;
padding-bottom:0px;
margin-bottom:5px;
margin-top:0px;
border-bottom:1px solid #ccc;
}

#content {
margin-right:0px;
margin-left:10px;
} /*??*/

#leftcol {
width:650px;
float:left;
}
#rightcol {
width:250px;
float:right;
font-size:0.8em;
line-height:1.6em;
}

#rightcol h4 {
padding:2px;
}

#rightcol h3 {
padding:5px;
padding-left:0px;
font-weight:normal;
/*text-align:center*/
}

.bannerLink {
clear:both;
display:inline-block;
width:32%;
text-align:center;
cursor:pointer;
}

.bannerLink img{
margin-left: auto;
margin-right: auto;
width:69px;
}

.bannerLink:hover {
background-color:#d8c3dd;
}

#twitterfeed {
overflow-x: hidden;
overflow-y: scroll;
height: 395px;
}

#twitter {
text-align: center;
height:362px;
}
#twitter ul {
border-top:1px solid #ccc;
list-style: none;
text-align:left;
}
#twitter ul li {
border-bottom:1px solid #ccc;
padding:5px;
padding-left:10px;
padding-right:10px;
}

.flexContainer {
display: flex;
flex-direction: column;
height: 100%;
justify-content: space-evenly;
}

#VideoBlock {
font-size: 13px;
padding-left: 7px;
padding-right: 7px;
margin-bottom: 14px;
padding-bottom: 14px;
border-bottom: 1px solid #ccc;
height:498px;
}
#VideoBlock h3 {
text-align: center;
margin: 0 auto;
}
#VideoBlock h4 {
width:100px;
padding:0px;
padding-bottom:0.3em;
}
#VideoBlock span {
line-height:1.2em;
}

.presenterSpan { margin-right: 1em; width: 11em; display:block; }

#content ul {
margin-left:25px;
}

.promobuttons {
margin-left:-8px;
}
.promobutton {
margin-left:4px;
}

/* Stylesheet: Home2 Modified On 2024-01-09 16:04:11 */
