@charset "UTF-8";

/* l 
@charset "UTF-8"
*/

/* CSS CONTENTS */
/*
RESET
WRAPPER & HEADER
NAVIGATION
TITLES & BODY-TEXT
TABLES
FORMS
ROWS & COLUMNS
*/

/* Eric Meyer's Reset CSS v2.0 */

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: 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.2;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

p {
	line-height: 1.4em;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: -10px;
}

ol, ul, ul li, a, nav {
	line-height: 1.4em;
	padding-top: 6px;
}

ul {
	list-style: disc;
	list-style-position: inside;
	padding: 5 0 0 20	
}

ol {
	list-style: disc;
	list-style-position: inside;	
}

ol li {
	margin-bottom: 0.5em;
}

h1 {
	font-weight: bold;
	font-size: 1.4em;
}

a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}

a {
	text-decoration: none;	
}

a:link {
	color: #005b1c;
	text-decoration: underline;	
}

a:visited {
	color: #005b1c;
	text-decoration: underline;	
}

a:active {
	color: #005b1c;
	text-decoration: underline;	
}

a:hover {
	color: #258442;
	text-decoration: underline;	
}


a.button {color: white; text-decoration: none;}
a.footer {color: white; text-decoration: none;}
a.footer:link {color: white;}
a.footer:visited {color: white;}
a.footer:hover {color: white;}
a.footer:hover {text-decoration: underline;}
a.footer:active {color: white;}


#header {
	height: 56px;
	display: block;
	/*background-image: url("/-/duckid/images/bg_topbar.png");
	background-repeat: repeat-x; */
	background: #007030;
	/*margin: 0px auto 0px auto; */
	/* padding: 0px 0px 0px 4%; */
	/* font-size: 0; */
	/* padding: 0px auto 0px auto; */
}

#header #logo {
	float: left; 
}

#header #logo img {
	padding-top: 8px; 
	padding-bottom: 0px; 
	padding-left: 15px; 
	height: 40px;
    /* border-style: none;
    border-width: 0px; 
	padding-top: 5px; 
	padding-left: 40px; */
	
    /* position:absolute; */
    /* clip:rect(0px,216px,32px,0px); */
}

#servicetitle {
	color: #FFF;
	padding-top: 16px; 
	padding-left: 300px; 
	font-size: 1.8em;	
}

#environment {
	/* display: inline; */
	float: right; 
	padding-top: 22px;
	padding-right: 200px;
	color: rgb(255, 242, 120);
	font-weight: bold;
	font-size: 1.2em;
}

#headerbreak {
	width: 100%;
	height: 40px;
	background: #4D5859;
}

#container {
	margin: 0px auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: white;
	text-align: center;
}

.bar {
	margin: 10px auto 10px auto;
	width: 100%;
	height: 4px;
	background-color: #007030;
	clear: left;
}


table, th, td {

       border: 0px solid;
       border-collapse: collapse;
       text-align: left;
       vertical-align: top;
}



#duologo {
	float: left;
}

#duologo img {
	height: 90px;
	padding: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
}

#highlight {
        background-color: #e5eedc;
	margin: 0px auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
        text-align: left;
}

.sectiongroup {
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 20px;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
}

.sectiongroup .highlight {
	background: #e5eedc;
	padding-left: 50px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}


.sectiongroup .indent {
	padding-left: 200px;
}

.sectiongroup .ducklogo {
	float: left;
}

.sectiongroup .ducklogo img {
	padding: 0px;
	padding-left: 0px;
	height: 200px;
}

.sectiongroup .main {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sectiongroup .title {
	color: #000000;
	font-size: 1.7em;
	font-weight: bold;
	margin-left: -20px;
}

.sectiongroup .title a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;

}

.sectiongroup .title2 {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 0px;
}

.sectiongroup .title2 a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}


.sectiongroup ul {
	list-style: disc;
	list-style-position: outside;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 0px;
	margin-left: 25px;
}

.sectiongroup ul li {
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
}

.sectiongroup .note {
	color: #303030;
	font-size: .8em;
	font-style: italic;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: 0px;
}

.sectiongroup .note a {
	color: #007030;
}


.bold {
	font-weight: bold;
}

#columnleft {
	float: left;
	width: 50%;
}

#columnright {
	float: right;
	width: 50%;
}


.sectiongroup .title a:hover {
	color: #3c9854; 
	text-decoration: underline;
}


.button {
    background-color: #007030;
    border: none;
    color: #ffffff;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 45px;
    margin-bottom: 25px;
    margin-right: 25px;
    transition-duration: 0.0s;
    cursor: pointer;
	border-radius: 15px; 
	font-size: 1.5em;
  }

  .button:hover {
    background-color: #258442;
    color: white;
  }


  .button1 {
    background-color: white; 
    /* border: 2px solid #4CAF50; */
  }
  
  .button1:hover {
    background-color: #4CAF50;
    color: white;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  }

  .button1:hover .title {
    color: white;
  }

  .button1:hover .description {
    color: white;
  }

  .button1:hover a {
    color: white;
  }

  #footer {
	color: #ffffff;
	background: #007030;
	text-align: center;
	font-size: .7em;
	position: fixed;
	padding-top: 3px;
	padding-bottom: 3px;
	bottom: 0;
	left: 0;	
	width: 100%;

}  



@media screen and (min-width: 1200px) {

}

@media screen and (max-width: 1250px) {
	#environment {
		padding-right: 50px;
		padding-top: 24px;
		font-size: 1em;	
	}
}

@media screen and (max-width: 1024px) {
	#environment {
		padding-right: 50px;
		font-size: 1em;	
	}

	#container {
		width: 100%;
	}
}


@media screen and (max-width:950px) {	
	#servicetitle {
	    padding-top: 22px;
		font-size: 1.4em;	
	}
}



@media screen and (max-width: 840px) {	
	#environment {
		float: none;
		padding-top: 12px;
		padding-left: 300px;
		font-size: .8em;
	}

	#servicetitle {
	    padding-top: 6px;
		font-size: 1.2em;	
	}

	#container {
		width: 100%;
	}
}

@media screen and (max-width: 740px) {	
	#environment {
		float: none;
		padding-top: 12px;
		padding-left: 260px;
		font-size: .8em;
	}

	#servicetitle {
	    padding-top: 6px;
		font-size: 1.1em;
		padding-left: 260px;	
	}

	#container {
		width: 100%;
	}

	#columnleft {
		float: none;
		width: 100%;
	}

	#columnright {
		float: none;
		width: 100%;
	}

}


@media screen and (max-width: 768px) {	
	#nav-menu, #body {
		width: 96%;
		margin: 0;
	}
	
	#nav-menu nav {
		margin: 1% 1% 4% 1%;
	}		
	
	#nav-menu ul li {	
		display: inline;
		margin: 0 2% 0 0;
		padding: 4px 0 4px 0;
	}
	
	#nav-menu ul li a {padding: 1%;}
	#nav-menu ul li:first-child {margin-left: -1%;}
	
	#body {
		margin-top: 2%;
		font-size: 1em;
	}
	
	.tdsection {
		text-align: left;
		margin: 0;
		padding-left: 0;
	}
	
	.error {
	margin-top: 8px;
	}
}


@media screen and (max-width: 600px) {	
  #body {
	font-size: .6em;
	}
	
	#body .title {
	font-size: .9em;
	}
	
	#body .helpTitle {
	font-size: .9em;
	}
	
	#titlebar #help {
	font-size: .6em;
	}
	
	#techdesk_help_box {
        float: right;
	}
}


@media screen and (max-width: 480px) {	
	#titlebar h1 {
		margin: 9px 0 0 0;
		font-size: 1em
	}

	.sectiongroup .highlight {
		padding-left: 20px;
	}
	.button {
		margin-left: 15px;
	}

	.sectiongroup .ducklogo img {
		height: 150px;
	}

	.sectiongroup .indent {
		padding-left: 135px;
	}
}









