/*
* Reset and base styles based on Dave Gamache's Skeleton CSS
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	#Container div, #Container span, #Container applet, #Container object, #Container iframe, #Container h1, #Container h2, #Container h3, #Container h4, #Container h5, #Container h6, #Container p, #Container blockquote, #Container pre, #Container a, #Container abbr, #Container acronym, #Container address, #Container big, #Container cite, #Container code, #Container del, #Container dfn, #Container em, #Container img, #Container ins, #Container kbd, #Container q, #Container s, #Container samp, #Container small, #Container strike, #Container strong, #Container sub, #Container sup, #Container tt, #Container var, #Container b, #Container u, #Container i, #Container center, #Container dl, #Container dt, #Container dd, #Container ol, #Container ul, #Container li, #Container fieldset, #Container form, #Container label, #Container legend, #Container table, #Container caption, #Container tbody, #Container tfoot, #Container thead, #Container tr, #Container th, #Container td, #Container article, #Container aside, #Container canvas, #Container details, #Container embed, #Container figure, #Container figcaption, #Container footer, #Container header, #Container hgroup, #Container menu, #Container nav, #Container output, #Container ruby, #Container section, #Container summary, #Container time, #Container mark, #Container audio, #Container video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	#Container article, #Container aside, #Container details, #Container figcaption, #Container figure, #Container footer, #Container header, #Container hgroup, #Container menu, #Container nav, #Container section {
		display: block; }
	#Container body {
		line-height: 1; }
	#Container ol, #Container ul {
		list-style: none; }
	#Container blockquote, q {
		quotes: none; }
	#Container blockquote:before, #Container blockquote:after,
	#Container q:before, #Container q:after {
		content: '';
		content: none; }
	#Container table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */

	#PrintResult, 
	#Container {
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }

    	#Container{
		color: #444;
		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
 }


/* #Typography
================================================== */
	#Container h1, #Container h2, #Container h3, #Container h4, #Container h5, #Container h6 {
		color: #181818;
		font-family: 'frugerregular', serif !important;
		font-weight: normal;
	}

	#Container h1 a, #Container h2 a, #Container h3 a, #Container h4 a, #Container h5 a, #Container h6 a { font-weight: inherit; }
	
	#Container h1 { font-size: 28px; line-height: 50px; margin-bottom: 14px;}	
	
	#Container h2 { font-size: 28px; line-height: 40px; margin-bottom: 10px; }
	
	#Container h3 { font-size: 19px; line-height: 34px; margin-bottom: 4px; }
	
	#Container h4 { font-size: 21px; line-height: 30px; margin-bottom: 0px; }
	
	#Container h5 { font-size: 16px; line-height: 24px; }
	
	#Container h6 { font-size: 14px; line-height: 21px; }
	
	#Container .subheader { color: #777; }

	#Container p { margin: 0 0 20px 0; }
	#Container p img { margin: 0; }
	#Container p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	#Container em { font-style: italic; }
	#Container strong { font-weight: bold; color: #333; }
	#Container small { font-size: 80%; }

/*	Blockquotes  */
	#Container blockquote, #Container blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	#Container blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	#Container blockquote cite { display: block; font-size: 12px; color: #555; }
	#Container blockquote cite:before { content: "\2014 \0020"; }
	#Container blockquote cite a, #Container blockquote cite a:visited, #Container blockquote cite a:visited { color: #555; }

	#Container hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	#Container a, #Container a:visited { color: #333; text-decoration: underline; outline: 0; }
	#Container a:hover, #Container a:focus { color: #000; }
	#Container p a,#Container p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	#PrintResult ul,
	#Container ul, #Container ol { margin-bottom: 20px; }
	
	#PrintResult ul,
	#Container ul { list-style: none outside; }
	
	#Container ol { list-style: decimal; }
	
	#Container ol, #Container ul.square, #Container ul.circle, #Container ul.disc { margin-left: 30px; }
	#Container ul.square { list-style: square outside; }
	#Container ul.circle { list-style: circle outside; }
	#Container ul.disc { list-style: disc outside; }
	
	#Container ul ul, #Container ul ol,
	#Container ol ol, #Container ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	#Container ul ul li, #Container ul ol li,
	#Container ol ol li, #Container ol ul li { margin-bottom: 6px; }
	
	#PrintResult li,
	#Container li { line-height: 18px; margin-bottom: 12px; }
	
	#Container ul.large li { line-height: 21px; }
	#Container li p { line-height: 21px; }

/* #Images
================================================== */

	#Container img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	#Container .button,
	#Container button,
	#Container input[type="submit"],
	#Container input[type="reset"],
	#Container input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	#Container .button:hover,
	#Container button:hover,
	#Container input[type="submit"]:hover,
	#Container input[type="reset"]:hover,
	#Container input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	#Container .button:active,
	#Container button:active,
	#Container input[type="submit"]:active,
	#Container input[type="reset"]:active,
	#Container input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	#Container .button.full-width,
	#Container button.full-width,
	#Container input[type="submit"].full-width,
	#Container input[type="reset"].full-width,
	#Container input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	#Container button::-moz-focus-inner,
	#Container input::-moz-focus-inner {
    	border: 0;
    	padding: 0;
	}


/* #Forms
================================================== */

	#Container form {
		margin-bottom: 20px; }
	#Container fieldset {
		margin-bottom: 20px; }
	#Container input[type="text"],
	#Container input[type="password"],
	#Container input[type="email"],
	#Container textarea,
	#Container select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	#Container select {
		padding: 0; }
	#Container input[type="text"]:focus,
	#Container input[type="password"]:focus,
	#Container input[type="email"]:focus,
	#Container textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	#Container textarea {
		min-height: 60px; }
	#Container label,
	#Container legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	#Container select {
		width: 220px; }
	#Container input[type="checkbox"] {
		display: inline; }
	#Container label span,
	#Container legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Clearing
================================================== */

    /* Use clearfix class on parent to clear nested columns, or wrap each row of columns in a <div class="row"> */
    #Container .clearfix:before,
    #Container .clearfix:after,
    #Container .row:before,
    #Container .row:after {
      content: '.';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    #Container .row:after,
    #Container .clearfix:after {
      clear: both; }
    #Container .row,
    #Container .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    #Container .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
    /*Removes margin set by the sharepoint template*/
.dis-sublanding-top {
    margin:0 !important;
}