a:link {color: #0083bd; text-decoration: none; }
a:visited {color: #0083bd; text-decoration: none; }
a:hover {color: #FF0000; text-decoration: underline; }
a:active {color: #DD0000; text-decoration: none; }				
		
a.Cadmium:link {color: #00a4ed; text-decoration: none; }
a.Cadmium:visited {color: #00a4ed; text-decoration: none; }
a.Cadmium:hover {color: #FF0000; text-decoration: underline; }
a.Cadmium:active {color: #DD0000; text-decoration: none; }				
		
a.ColumnHeading:link {color: #444444; text-decoration: none; }
a.ColumnHeading:visited {color: #444444; text-decoration: none; }
a.ColumnHeading:hover {color: #DD0000; text-decoration: underline; }
a.ColumnHeading:active {color: #444444; text-decoration: none; }					
		
a.White:link {color: #FFFFFF; text-decoration: none; }
a.White:visited {color: #FFFFFF; text-decoration: none; }
a.White:hover {color: #FFFFFF; text-decoration: underline; }
a.White:active {color: #FFFFFF; text-decoration: none; }			
		
a.Grey:link {color: #ABABAB; text-decoration: none; }
a.Grey:visited {color: #ABABAB; text-decoration: none; }
a.Grey:hover {color: #00a4ed; text-decoration: none; }
a.Grey:active {color: #ABABAB; text-decoration: none; }		

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 120px;
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:auto;
}

h1{font-weight: normal; font-family: 'OpenSansSemiBold', Arial, Helvetica, sans-serif;}
h2{font-weight: normal; font-family: 'OpenSansSemiBold', Arial, Helvetica, sans-serif;}
h3{font-weight: normal; font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;}
b{font-weight: normal; font-family: 'OpenSansSemiBold', Arial, Helvetica, sans-serif;}
strong{font-weight: normal; font-family: 'OpenSansSemiBold', Arial, Helvetica, sans-serif;}



.link-rollover {text-decoration: none;color:black !important;text-decoration:none;}
.link-rollover:hover {text-decoration: underline;}
a{outline: none;}
input{outline: none;}
button::-moz-focus-inner { border: 0; }
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner
    {   
        border : 0px;
    } 
/*for IE8 */
    input[type="submit"]:focus, input[type="button"]:focus
    {     
        outline : none; 
    }

a:active, a:focus {outline: none;}
button:focus {outline: none;}
button{outline: none;}
img {border: none;}
.button-r{
 -moz-border-radius:50px;
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
 -webkit-border-radius:50px;
-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
background:url("/images/super-button-overlay.png") repeat-x scroll 0 0 #EEEEEE;
border-color:rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35);
border-style:solid;
border-width:1px;
color:#444444;
cursor:pointer;
display:inline-block;
font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
font-size: 16px;
line-height:1;
padding:5px 13px;
position:relative;
text-decoration:none;
text-shadow:0 1px 1px rgba(255, 255, 255, 0.5);
}
.button-r:hover{background:url("/images/super-button-overlay.png") repeat-x scroll 0 0 #D9D9D9;
text-shadow:0 1px 1px rgba(255, 255, 255, 0.5);}
.button-r:focus{top:1px;}

.blue-border{cursor:pointer;background: transparent url(/cfp2/images/blue-button.png) no-repeat scroll 0 0; width: 168px; border: none;height: 39px;margin-top: 2px;padding-top: 2px; text-shadow: 0 1px 0 #fff;color: #222;}
.blue-border:hover{background: transparent url(/cfp2/images/blue-button.png) no-repeat scroll 0 -86px; width: 168px; border: none;height: 39px;}	

.green-border,
.green-border:link {
	background: #FEFEFE;
	background: -moz-linear-gradient(top, #FEFEFE 0%, #DCDCDC 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FEFEFE), color-stop(100%,#DCDCDC));
	background: -webkit-linear-gradient(top, #FEFEFE 0%,#DCDCDC 100%);
	background: -o-linear-gradient(top, #FEFEFE 0%,#DCDCDC 100%);
	background: -ms-linear-gradient(top, #FEFEFE 0%,#DCDCDC 100%);
	background: linear-gradient(top, #FEFEFE 0%,#DCDCDC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFEFE', endColorstr='#DCDCDC',GradientType=0 );
	-webkit-box-shadow: 0px 0px 2px 2px #74B747;
	box-shadow: 0 0 2px 2px #74B747;
	text-shadow: 0 1px 0 #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border:1px solid #BBB;
	display:inline-block;
	text-align:center;
	padding-top: 5px;
	font-size:12px;
	cursor:pointer;
	width: 170px; 
	height: 25px;
	color: #222;
}

.green-border:hover,
.green-border:active {
	-webkit-box-shadow: 0px 0px 4px 3px #74B747;
	box-shadow: 0 0 4px 3px #74B747;
	text-decoration:none;
}	

.wrapper { 
 margin: 0 auto;
 width: 960px;
 clear:both;
}


#topbar {
 color: #ffffff;
 margin: 0 0px 0px 0px;
 background: #333333;
 height: 30px;
 line-height: 6px;
 position:relative;
 z-index:500;
 
}

body.marginfix #topbar{margin:0px;}


#utilitypanel {float: left;font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;font-size: 12px;padding:0; line-height:30px;margin:0;}
#utilitypanel li {display: inline;padding: 0 5px 0 5px; }
#utilitypanel li a {text-decoration: none; outline: none;}
/* #utilitypanel li a:hover {color:#F0DB78 } */

#supportpanel {float: right;font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;font-size: 12px;;padding:0; line-height:30px;margin:0;}
#supportpanel li {display: inline;padding: 3px 10px 2px 10px;}
#supportpanel li a {text-decoration: none;height: 30px; outline: none;}

.wordCount{float:right;color:#999; font-size:12px; text-align: right; margin-right: 28px;}
.wordCount small{font-size:10px;}
.error{color:red;}

.Style00 {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 10px;
}
		
.Style00b {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.style01nowrap {font-size: 10px;white-space: nowrap;}

body,td,th {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
}

.Style03 {
	font-size: 11px;
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	color: #444444;
}
.Style03b {
	font-size: 10px;
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	color: #444444;
	line-height: 20px;
}

.Style03bold {
	font-size: 10px;
	font-weight: bold;	
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
}
	
.Style01 {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 11px;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
}
	
.Style01b {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 11px;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	line-height: 16px;
}
	
.Style01c {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 11px;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	line-height: 14px;
	color: #444444;
}
	
.Style02 {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	line-height: 14px;
}
	
.Style02b {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	line-height: 20px;
}
	
.Style02c {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	line-height: 16px;
	color: #444444;
}


.style2 {
	font-size: 12px;
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	color: #000000;
}

.style4 {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
}

.style4Bold {
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
}

.style4b {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #444444;
}

.style4c {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.style4d {
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #444444;
}

.style5 {font-size: 14px}

.style1 {
	font-size: 14px;
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
	color: #000000;
}

.style6 {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.style10 {
	font-size: 18px;
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
	color: #000000;
}

.style09 {
	font-size: 18px;
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	color: #000000;
}

.Style20 {
	font-size: 10px;
	margin: 5px;	
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
}

.Style20Red {
	font-size: 10px;
	margin: 5px;	
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	color: #FF0000;	
}

.Style21 {
	font-size: 11px;
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
}
.Style30 {	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 11px;
	left: 9px;
	top: 9px;
	right: 9px;
	bottom: 9px;
	margin: 9px;
}
.Style30Bold {	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
	font-size: 11px;
	left: 9px;
	top: 9px;
	right: 9px;
	bottom: 9px;
	margin: 9px;
}

.StyleTable1 {	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1E57A6;
	background-color: #f2f2f2;
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
	padding: 2px;
}
	
.StyleTable1:hover    {
	color: #DD0000;
	background-color: #FFFFFF;
    }
 
.StyleTable1:focus    {
	color: #DD0000;
	background-color: #FFFFFF;
    }	

.StyleTable1b {	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E57A6;
	background-color: #f2f2f2;
}

.StyleTable2 {
	font-family: Verana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;	border: #FFFFFF;
	background-image: url(/conferenceportal/images/tables/blank.gif);
}

.StyleTable3 {	font-family: Verana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1E57A6;
	background-color: #FFFFFF;
}




.StyleTable4 {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E57A6;
	background-color: #f2f2f2;
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
	padding: 4px;
}

	
.StyleTable4:hover    {
	color: #1E57A6;
	background-color: #FFFFFF;
    }
 
.StyleTable4:focus    {
	color: #1E57A6;
	background-color: #FFFFFF;
    }
    
.StyleTable4Blue {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	background-color: #f2f2f2;
    border-width: 1px;
    border-style: solid;
    border-color: #70D6FC;
	padding: 4px;
}

	
.StyleTable4Blue:hover    {
	color: #444;
	background-color: #FFFFFF;
    }
 
.StyleTable4Blue:focus    {
	color: #444;
	background-color: #FFFFFF;
    }	
    


.StyleTable5 {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 20px;
	font-style: italic;
	color: #1E57A6;
	background-color: #FFFFFF;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
	
.StyleTable5:hover    {
	color: #1E57A6;
    }
 
.StyleTable5:focus    {
	color: #1E57A6;
    }	

.StyleTable6 {	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1E57A6;
	background-color: #f2f2f2;
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
	padding: 2px;
	width:35px;
}
	
.StyleTable6:hover    {
	color: #DD0000;
	background-color: #FFFFFF;
    }
 
.StyleTable6:focus    {
	color: #DD0000;
	background-color: #FFFFFF;
    }	

A:hover { color: #E90000; }



.TextRegular {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 11px;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	margin: 10px;
}


.TextRegularColor {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	color: #007e06;	
	font-size: 11px;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	margin: 10px;
}

.TextRegularBold {
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
	font-size: 11px;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	margin: 10px;
}

.TextRegularBold2 {
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.TextRegularColorBold {
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
	color: #007e06;	
	font-size: 11px;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	margin: 10px;
}


.TextSmall {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 9px;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	margin: 10px;
}

.InputBox1 {
	background-color: #EFEFEF;
	color:#1E57A6;
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.InputBox2 {
	background-color: #EFEFEF;
	color:#1E57A6;
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 9px;
}



.Title1{
	font-size: 14px;
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
	color: #000000;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	margin: 10px;
}


.Title2 {
	font-size: 18px;
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
	color: #444444;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
}

.Title3 {
	font-size: 28px;
	line-height: 30px;
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
}



.Title3Bold {
	font-size: 28px;
	line-height: 30px;
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
}


.Title4 {
	font-size: 18px;
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
	color: #000000;
}


#CFPbullets li {padding: 6px 0px 0 0px; }

.DescriptionText {
	line-height: 18px;
	color: #777777;
	text-decoration:none;
}

a.DescriptionTextLink:link {color: #777777; text-decoration: none; }
a.DescriptionTextLink:visited {color: #777777; text-decoration: none; }
a.DescriptionTextLink:hover {color: #777777; text-decoration: none; }
a.DescriptionTextLink:active {color: #777777; text-decoration: none; }		






.ButtonLogin {
	background-image: url(/images/Buttons/login1.gif);
	width:100px;
	height:25px;
	border: none;
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;	
	background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
	background-attachment: initial;
	background-position-x: 100%;
	background-position-y: 0%;
	background-origin: initial;
	background-clip: initial;
	background-color: transparent;
	cursor: pointer;
	outline: none;
	opacity:0.8;
}
.ButtonLogin:hover {opacity:1;}


.ButtonStoreGreen {
	background-image: url(/store/images/Button-148.gif);
	width:148px;
	height:36px;
	line-height: 36px;
	border: none;
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 36px;
	color: #ffffff;	
	text-shadow: #333333 0.1em 0.1em 0.2em;
	background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
	background-attachment: initial;
	background-position-x: 100%;
	background-position-y: 0%;
	background-origin: initial;
	background-clip: initial;
	background-color: transparent;
	cursor: pointer;
	outline: none;
	opacity:0.9;
}
.ButtonStoreGray {
	background-image: url(/images/Button-gray.gif);
	width:148px;
	height:36px;
	line-height: 36px;
	border: none;
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 36px;
	color: #ffffff;	
	text-shadow: #333333 0.1em 0.1em 0.2em;
	background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
	background-attachment: initial;
	background-position-x: 100%;
	background-position-y: 0%;
	background-origin: initial;
	background-clip: initial;
	background-color: transparent;
	cursor: pointer;
	outline: none;
	opacity:0.9;
	outline: none;
}


.ButtonStoreGreen:hover {opacity:1;}
.ButtonStoreGreen input{outline: none; vertical-align: middle;
}



.InputStandard {
	color:#444444;
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	border:1px solid #CCCCCC;
	height:14px;
	padding:4px;
	vertical-align:middle;
	line-height:1.7em;
	font-size:11px;
}


.InputStandardUnused {
	color:#aaaaaa;
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	border:1px solid #CCCCCC;
	height:14px;
	padding:4px;
	vertical-align:middle;
	line-height:1.7em;
	font-size:11px;
}


.InputStandardPassedover {
	color:#aaaaaa;
	background-color:#f9fbc5;
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	border:1px solid #CCCCCC;
	height:14px;
	padding:4px;
	vertical-align:middle;
	line-height:1.7em;
	font-size:11px;
}

.InputStandardActive{
	color:#015da2;
	background-color:#ffffff;
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	border:1px solid #CCCCCC;
	height:14px;
	padding:4px;
	vertical-align:middle;
	line-height:1.7em;
	font-size:11px;
}

.InputStandardUnusedDropdown{
	color:#aaaaaa;
	background-color:#ffffff;
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	border:1px solid #CCCCCC;
	height:18px;
	padding:0px;
	vertical-align:middle;
	line-height:1.7em;
	font-size:11px;
}

.InputStandardActiveDropdown{
	color:#015da2;
	background-color:#ffffff;
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	border:1px solid #CCCCCC;
	height:18px;
	padding:0px;
	vertical-align:middle;
	line-height:1.7em;
	font-size:11px;
}

.InputStandardDropdown{
	color:#444444;
	background-color:#ffffff;
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	border:1px solid #CCCCCC;
	height:18px;
	padding:0px;
	vertical-align:middle;
	line-height:1.7em;
	font-size:11px;
}

.InputStandardPassedoverDropdown{
	color:#aaaaaa;
	background-color:#f9fbc5;
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	border:1px solid #CCCCCC;
	height:18px;
	padding:0px;
	vertical-align:middle;
	line-height:1.7em;
	font-size:11px;
}


#msgalert {position: fixed;padding: 25px; background: black; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;top:40%; left: 40%;display: none;z-index: 1000; color: white;text-align: center;}
#msgalert span {font-size: 25px;}
#msgalert .msginner {font-size: 14px;line-height: 20px;}






@font-face {
    font-family: 'OpenSansLight';
    src: url('includes/fonts/OpenSans-Light-webfont.eot');
    src: url('includes/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('includes/fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('includes/fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'OpenSansRegular';
    src: url('includes/fonts/OpenSans-Regular-webfont.eot');
    src: url('includes/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('includes/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('includes/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'OpenSansSemibold';
    src: url('includes/fonts/OpenSans-Semibold-webfont.eot');
    src: url('includes/fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('includes/fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('includes/fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'OpenSansBold';
    src: url('includes/fonts/OpenSans-Bold-webfont.eot');
    src: url('includes/fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('includes/fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('includes/fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'OpenSansExtrabold';
    src: url('includes/fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('includes/fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('includes/fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('includes/fonts/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}





/* Icons */



@font-face {
	font-family: 'faces';
	src:url('includes/fonts/faces.eot');
	src:url('includes/fonts/faces.eot?#iefix') format('embedded-opentype'),
		url('includes/fonts/faces.woff') format('woff'),
		url('includes/fonts/faces.ttf') format('truetype'),
		url('includes/fonts/faces.svg#faces') format('svg');
	font-weight: normal;
	font-style: normal;
}




@font-face {
	font-family: 'icomoon';
	src:url('/harvester2/includes/fonts/icomoon.eot');
	src:url('/harvester2/includes/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('/harvester2/includes/fonts/icomoon.svg#icomoon') format('svg'),
		url('/harvester2/includes/fonts/icomoon.woff') format('woff'),
		url('/harvester2/includes/fonts/icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}





@font-face {
	font-family: 'entypo';
	src:url('includes/fonts/entypo.eot');
	src:url('includes/fonts/entypo.eot?#iefix') format('embedded-opentype'),
		url('includes/fonts/entypo.svg#entypo') format('svg'),
		url('includes/fonts/entypo.woff') format('woff'),
		url('includes/fonts/entypo.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'entypo';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'entypo';
	font-style: normal;
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
.icon-phone:before {
	content: "\e000";
}
.icon-mobile:before {
	content: "\e001";
}
.icon-mouse:before {
	content: "\e002";
}
.icon-directions:before {
	content: "\e003";
}
.icon-mail:before {
	content: "\e004";
}
.icon-paperplane:before {
	content: "\e005";
}
.icon-pencil:before {
	content: "\e006";
}
.icon-paperclip:before {
	content: "\e007";
}
.icon-reply:before {
	content: "\e008";
}
.icon-user:before {
	content: "\e009";
}
.icon-star:before {
	content: "\e00a";
}
.icon-heart:before {
	content: "\e00b";
}
.icon-forward:before {
	content: "\e00c";
}
.icon-reply-all:before {
	content: "\e00d";
}
.icon-feather:before {
	content: "\e00e";
}
.icon-users:before {
	content: "\e00f";
}
.icon-user-add:before {
	content: "\e010";
}
.icon-export:before {
	content: "\e011";
}
.icon-location:before {
	content: "\e012";
}
.icon-map:before {
	content: "\e013";
}
.icon-vcard:before {
	content: "\e014";
}
.icon-share:before {
	content: "\e015";
}
.icon-heart-2:before {
	content: "\e016";
}
.icon-star-2:before {
	content: "\e017";
}
.icon-thumbs-up:before {
	content: "\e018";
}
.icon-thumbs-down:before {
	content: "\e019";
}
.icon-chat:before {
	content: "\e01a";
}
.icon-comment:before {
	content: "\e01b";
}
.icon-quote:before {
	content: "\e01c";
}
.icon-house:before {
	content: "\e01d";
}
.icon-popup:before {
	content: "\e01e";
}
.icon-printer:before {
	content: "\e01f";
}
.icon-link:before {
	content: "\e020";
}
.icon-search:before {
	content: "\e021";
}
.icon-cog:before {
	content: "\e022";
}
.icon-tools:before {
	content: "\e023";
}
.icon-trophy:before {
	content: "\e024";
}
.icon-tag:before {
	content: "\e025";
}
.icon-compass:before {
	content: "\e026";
}
.icon-location-2:before {
	content: "\e027";
}
.icon-target:before {
	content: "\e028";
}
.icon-flashlight:before {
	content: "\e02a";
}
.icon-camera:before {
	content: "\e029";
}
.icon-megaphone:before {
	content: "\e02b";
}
.icon-new:before {
	content: "\e02c";
}
.icon-graduation:before {
	content: "\e02d";
}
.icon-book:before {
	content: "\e02e";
}
.icon-air:before {
	content: "\e02f";
}
.icon-briefcase:before {
	content: "\e030";
}
.icon-cd:before {
	content: "\e031";
}
.icon-calendar:before {
	content: "\e032";
}
.icon-microphone:before {
	content: "\e033";
}
.icon-clock:before {
	content: "\e034";
}
.icon-eye:before {
	content: "\e035";
}
.icon-lifebuoy:before {
	content: "\e036";
}
.icon-hourglass:before {
	content: "\e037";
}
.icon-newspaper:before {
	content: "\e038";
}
.icon-gauge:before {
	content: "\e039";
}
.icon-key:before {
	content: "\e03a";
}
.icon-drive:before {
	content: "\e03b";
}
.icon-brush:before {
	content: "\e03c";
}
.icon-cone:before {
	content: "\e03d";
}
.icon-earth:before {
	content: "\e03e";
}
.icon-browser:before {
	content: "\e03f";
}
.icon-code:before {
	content: "\e040";
}
.icon-infinity:before {
	content: "\e041";
}
.icon-untitled:before {
	content: "\e042";
}
.icon-light-bulb:before {
	content: "\e043";
}
.icon-credit-card:before {
	content: "\e044";
}
.icon-database:before {
	content: "\e045";
}
.icon-clipboard:before {
	content: "\e046";
}
.icon-box:before {
	content: "\e047";
}
.icon-cart:before {
	content: "\e048";
}
.icon-thermometer:before {
	content: "\e049";
}
.icon-plus:before {
	content: "\e04a";
}
.icon-minus:before {
	content: "\e04b";
}
.icon-cross:before {
	content: "\e04c";
}
.icon-plus-2:before {
	content: "\e04d";
}
.icon-minus-2:before {
	content: "\e04e";
}
.icon-cross-2:before {
	content: "\e04f";
}
.icon-checkmark:before {
	content: "\e050";
}
.icon-login:before {
	content: "\e051";
}
.icon-logout:before {
	content: "\e052";
}
.icon-lock-open:before {
	content: "\e053";
}
.icon-lock:before {
	content: "\e054";
}
.icon-graph:before {
	content: "\e055";
}
.icon-bars:before {
	content: "\e056";
}
.icon-pie:before {
	content: "\e057";
}
.icon-cross-3:before {
	content: "\e058";
}
.icon-minus-3:before {
	content: "\e059";
}
.icon-plus-3:before {
	content: "\e05a";
}
.icon-erase:before {
	content: "\e05b";
}
.icon-blocked:before {
	content: "\e05c";
}
.icon-info:before {
	content: "\e05d";
}
.icon-info-2:before {
	content: "\e05e";
}
.icon-question:before {
	content: "\e05f";
}
.icon-help:before {
	content: "\e060";
}
.icon-warning:before {
	content: "\e061";
}
.icon-ccw:before {
	content: "\e062";
}
.icon-cycle:before {
	content: "\e063";
}
.icon-shuffle:before {
	content: "\e064";
}
.icon-arrow:before {
	content: "\e065";
}
.icon-arrow-2:before {
	content: "\e066";
}
.icon-retweet:before {
	content: "\e067";
}
.icon-loop:before {
	content: "\e068";
}
.icon-history:before {
	content: "\e069";
}
.icon-back:before {
	content: "\e06a";
}
.icon-switch:before {
	content: "\e06b";
}
.icon-list:before {
	content: "\e06c";
}
.icon-add-to-list:before {
	content: "\e06d";
}
.icon-list-2:before {
	content: "\e06e";
}
.icon-text:before {
	content: "\e06f";
}
.icon-text-2:before {
	content: "\e070";
}
.icon-document:before {
	content: "\e071";
}
.icon-upload:before {
	content: "\e072";
}
.icon-cloud:before {
	content: "\e073";
}
.icon-disk:before {
	content: "\e074";
}
.icon-download:before {
	content: "\e075";
}
.icon-upload-2:before {
	content: "\e076";
}
.icon-archive:before {
	content: "\e077";
}
.icon-folder:before {
	content: "\e078";
}
.icon-video:before {
	content: "\e079";
}
.icon-music:before {
	content: "\e07a";
}
.icon-docs:before {
	content: "\e07b";
}
.icon-landscape:before {
	content: "\e07c";
}
.icon-pictures:before {
	content: "\e07d";
}
.icon-keyboard:before {
	content: "\e07e";
}
.icon-publish:before {
	content: "\e07f";
}
.icon-signal:before {
	content: "\e080";
}
.icon-rss:before {
	content: "\e081";
}
.icon-bookmark:before {
	content: "\e082";
}
.icon-bookmarks:before {
	content: "\e083";
}
.icon-book-2:before {
	content: "\e084";
}
.icon-play:before {
	content: "\e085";
}
.icon-record:before {
	content: "\e086";
}
.icon-pause:before {
	content: "\e087";
}
.icon-stop:before {
	content: "\e088";
}
.icon-next:before {
	content: "\e089";
}
.icon-previous:before {
	content: "\e08a";
}
.icon-first:before {
	content: "\e08b";
}
.icon-last:before {
	content: "\e08c";
}
.icon-resize-enlarge:before {
	content: "\e08d";
}
.icon-resize-shrink:before {
	content: "\e08e";
}
.icon-volume:before {
	content: "\e08f";
}
.icon-arrow-up:before {
	content: "\e090";
}
.icon-arrow-down:before {
	content: "\e091";
}
.icon-arrow-left:before {
	content: "\e092";
}
.icon-arrow-right:before {
	content: "\e093";
}
.icon-arrow-up--upload:before {
	content: "\e094";
}
.icon-arrow-down-2:before {
	content: "\e095";
}
.icon-arrow-left-2:before {
	content: "\e096";
}
.icon-flow-parallel:before {
	content: "\e097";
}
.icon-flow-line:before {
	content: "\e098";
}
.icon-flow-tree:before {
	content: "\e099";
}
.icon-flow-branch:before {
	content: "\e09a";
}
.icon-flow-cascade:before {
	content: "\e09b";
}
.icon-mute:before {
	content: "\e09c";
}
.icon-sound:before {
	content: "\e09d";
}
.icon-arrow-right-2:before {
	content: "\e09e";
}
.icon-arrow-left-3:before {
	content: "\e09f";
}
.icon-arrow-down-3:before {
	content: "\e0a0";
}
.icon-arrow-up-2:before {
	content: "\e0a1";
}
.icon-arrow-right-3:before {
	content: "\e0a2";
}
.icon-arrow-left-4:before {
	content: "\e0a3";
}
.icon-arrow-down-4:before {
	content: "\e0a4";
}
.icon-arrow-up-3:before {
	content: "\e0a5";
}
.icon-arrow-right-4:before {
	content: "\e0a6";
}
.icon-arrow-left-5:before {
	content: "\e0a7";
}
.icon-arrow-down-5:before {
	content: "\e0a8";
}
.icon-arrow-up-4:before {
	content: "\e0a9";
}
.icon-arrow-right-5:before {
	content: "\e0aa";
}
.icon-arrow-left-6:before {
	content: "\e0ab";
}
.icon-dots:before {
	content: "\e0ac";
}
.icon-ellipsis:before {
	content: "\e0ad";
}
.icon-menu:before {
	content: "\e0ae";
}
.icon-arrow-right-6:before {
	content: "\e0af";
}
.icon-arrow-up-5:before {
	content: "\e0b0";
}
.icon-arrow-down-6:before {
	content: "\e0b1";
}
.icon-arrow-left-7:before {
	content: "\e0b2";
}
.icon-untitled-2:before {
	content: "\e0b3";
}
.icon-arrow-up-6:before {
	content: "\e0b4";
}
.icon-arrow-down-7:before {
	content: "\e0b5";
}
.icon-arrow-left-8:before {
	content: "\e0b6";
}
.icon-arrow-right-7:before {
	content: "\e0b7";
}
.icon-arrow-up-7:before {
	content: "\e0b8";
}
.icon-arrow-down-8:before {
	content: "\e0b9";
}
.icon-dot:before {
	content: "\e0ba";
}
.icon-cc:before {
	content: "\e0bb";
}
.icon-cc-by:before {
	content: "\e0bc";
}
.icon-cc-nc:before {
	content: "\e0bd";
}
.icon-cc-nc-eu:before {
	content: "\e0be";
}
.icon-cc-nc-jp:before {
	content: "\e0bf";
}
.icon-cc-sa:before {
	content: "\e0c0";
}
.icon-cc-nd:before {
	content: "\e0c1";
}
.icon-cc-pd:before {
	content: "\e0c2";
}
.icon-cc-zero:before {
	content: "\e0c3";
}
.icon-cc-share:before {
	content: "\e0c4";
}
.icon-cc-share-2:before {
	content: "\e0c5";
}
.icon-daniel-bruce:before {
	content: "\e0c6";
}
.icon-twitter:before {
	content: "\e0c7";
}
.icon-vimeo:before {
	content: "\e0c8";
}
.icon-facebook:before {
	content: "\e0c9";
}
.icon-googleplus:before {
	content: "\e0ca";
}
.icon-linkedin:before {
	content: "\e0cb";
}
.icon-dropbox:before {
	content: "\e0cc";
}
.icon-layout:before {
	content: "\e0cd";
}
.icon-cw:before {
	content: "\e0ce";
}
.icon-trash:before {
	content: "\e0cf";
}
.icon-install:before {
	content: "\e0d0";
}
.icon-flickr:before {
	content: "\e0d1";
}
.icon-rocket:before {
	content: "\e0d2";
}
.icon-voicemail:before {
	content: "\e0d3";
}
.icon-airplane:before {
	content: "\e0d4";
}
.icon-thunder:before {
	content: "\e0d5";
}
.icon-bolt:before {
	content: "\e0d6";
}
.icon-leaf:before {
	content: "\e0d7";
}
.icon-music-2:before {
	content: "\e0d8";
}
.icon-music-3:before {
	content: "\e0d9";
}
.icon-droplet:before {
	content: "\e0da";
}
.icon-flag:before {
	content: "\e0db";
}
.icon-bell:before {
	content: "\e0dc";
}
.icon-drawer:before {
	content: "\e0dd";
}
.icon-palette:before {
	content: "\e0de";
}







.aaTitle {
	font-size: 20px;
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
	color: #000000;
}


.aaInstructions {
	font-family:'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
	line-height:20px;
}


.aaBlockTitle {
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #444444;
	line-height:20px;
}


.aaBlockText {
	font-family:'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
	line-height:20px;
}


.SemiBold {
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
}


.Bold {
	font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
}


.aaBlockTextSmall {
	font-family:'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height:20px;
}


.aaBlockSubText {
	font-family:'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height:18px;
}


.aaWarningText {
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DD0000;
	line-height:20px;
}


.AwesomeBackArrow {
	position:relative; 
	top:4px; 
	font-size:20px;
	margin-right:4px
}

li {margin-top:7px;}



@font-face {
	font-family: 'icomoon';
	src:url('includes/fonts/icomoon.eot');
	src:url('includes/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('includes/fonts/icomoon.svg#icomoon') format('svg'),
		url('includes/fonts/icomoon.woff') format('woff'),
		url('includes/fonts/icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'icomoon';
	font-style: normal;
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-mic:before {
	content: "\e000";
}
.icon-camera:before {
	content: "\e0e0";
}
.icon-play:before {
	content: "\e0e1";
}
.icon-support:before {
	content: "\e0e2";
}
.icon-database:before {
	content: "\e0e3";
}
.icon-comments:before {
	content: "\e0e4";
}
.icon-comments-2:before {
	content: "\e0e5";
}
.icon-user:before {
	content: "\e0e6";
}
.icon-zoom-in:before {
	content: "\e0e7";
}
.icon-zoom-out:before {
	content: "\e0e8";
}
.icon-equalizer:before {
	content: "\e0e9";
}
.icon-puzzle:before {
	content: "\e0ea";
}
.icon-cube:before {
	content: "\e0eb";
}
.icon-grid-view:before {
	content: "\e0ec";
}
.icon-thumbs-up:before {
	content: "\e0ed";
}
.icon-thumbs-down:before {
	content: "\e0ee";
}
.icon-heart:before {
	content: "\e0ef";
}
.icon-heart-2:before {
	content: "\e0f0";
}
.icon-arrow-up-left:before {
	content: "\e0f1";
}
.icon-arrow-up:before {
	content: "\e0f2";
}
.icon-arrow-up-right:before {
	content: "\e0f3";
}
.icon-arrow-right:before {
	content: "\e0f4";
}
.icon-arrow-down-right:before {
	content: "\e0f5";
}
.icon-arrow-down:before {
	content: "\e0f6";
}
.icon-arrow-down-left:before {
	content: "\e0f7";
}
.icon-arrow-left:before {
	content: "\e0f8";
}
.icon-paragraph-left:before {
	content: "\e0f9";
}
.icon-paragraph-justify:before {
	content: "\e0fa";
}
.icon-paragraph-right:before {
	content: "\e0fb";
}
.icon-paragraph-center:before {
	content: "\e0fc";
}
.icon-code:before {
	content: "\e0fd";
}
.icon-embed:before {
	content: "\e0fe";
}
.icon-layers:before {
	content: "\e0ff";
}
.icon-check-alt:before {
	content: "\e100";
}
.icon-x-altx-alt:before {
	content: "\e101";
}
.icon-plus-alt:before {
	content: "\e102";
}
.icon-minus-alt:before {
	content: "\e103";
}
.icon-fullscreen-exit:before {
	content: "\e104";
}
.icon-fullscreen:before {
	content: "\e105";
}
.icon-happy:before {
	content: "\e106";
}
.icon-neutral:before {
	content: "\e107";
}
.icon-help:before {
	content: "\e108";
}
.icon-file-word:before {
	content: "\e109";
}
.icon-file-excel:before {
	content: "\e10a";
}
.icon-file-pdf:before {
	content: "\e10b";
}
.icon-file-powerpoint:before {
	content: "\e10c";
}
.icon-file-zip:before {
	content: "\e10d";
}
.icon-file-xml:before {
	content: "\e10e";
}
.icon-file-css:before {
	content: "\e10f";
}
.icon-info:before {
	content: "\e110";
}
.icon-phone:before {
	content: "\e001";
}
.icon-mobile:before {
	content: "\e002";
}
.icon-mouse:before {
	content: "\e003";
}
.icon-directions:before {
	content: "\e004";
}
.icon-mail:before {
	content: "\e005";
}
.icon-paperplane:before {
	content: "\e006";
}
.icon-pencil:before {
	content: "\e007";
}
.icon-feather:before {
	content: "\e008";
}
.icon-paperclip:before {
	content: "\e009";
}
.icon-drawer:before {
	content: "\e00a";
}
.icon-reply:before {
	content: "\e00b";
}
.icon-reply-all:before {
	content: "\e00c";
}
.icon-forward:before {
	content: "\e00d";
}
.icon-user-2:before {
	content: "\e00e";
}
.icon-users:before {
	content: "\e00f";
}
.icon-user-add:before {
	content: "\e010";
}
.icon-vcard:before {
	content: "\e011";
}
.icon-export:before {
	content: "\e012";
}
.icon-location:before {
	content: "\e013";
}
.icon-map:before {
	content: "\e014";
}
.icon-compass:before {
	content: "\e015";
}
.icon-location-2:before {
	content: "\e016";
}
.icon-target:before {
	content: "\e017";
}
.icon-share:before {
	content: "\e018";
}
.icon-sharable:before {
	content: "\e019";
}
.icon-heart-3:before {
	content: "\e01a";
}
.icon-heart-4:before {
	content: "\e01b";
}
.icon-star:before {
	content: "\e01c";
}
.icon-star-2:before {
	content: "\e01d";
}
.icon-thumbs-up-2:before {
	content: "\e01e";
}
.icon-thumbs-down-2:before {
	content: "\e01f";
}
.icon-chat:before {
	content: "\e020";
}
.icon-comment:before {
	content: "\e021";
}
.icon-quote:before {
	content: "\e022";
}
.icon-house:before {
	content: "\e023";
}
.icon-popup:before {
	content: "\e024";
}
.icon-search:before {
	content: "\e025";
}
.icon-flashlight:before {
	content: "\e026";
}
.icon-printer:before {
	content: "\e027";
}
.icon-bell:before {
	content: "\e028";
}
.icon-link:before {
	content: "\e029";
}
.icon-flag:before {
	content: "\e02a";
}
.icon-cog:before {
	content: "\e02b";
}
.icon-tools:before {
	content: "\e02c";
}
.icon-trophy:before {
	content: "\e02d";
}
.icon-tag:before {
	content: "\e02e";
}
.icon-camera-2:before {
	content: "\e02f";
}
.icon-megaphone:before {
	content: "\e030";
}
.icon-moon:before {
	content: "\e031";
}
.icon-palette:before {
	content: "\e032";
}
.icon-leaf:before {
	content: "\e033";
}
.icon-music:before {
	content: "\e034";
}
.icon-music-2:before {
	content: "\e035";
}
.icon-new:before {
	content: "\e036";
}
.icon-graduation:before {
	content: "\e037";
}
.icon-book:before {
	content: "\e038";
}
.icon-newspaper:before {
	content: "\e039";
}
.icon-bag:before {
	content: "\e03a";
}
.icon-airplane:before {
	content: "\e03b";
}
.icon-lifebuoy:before {
	content: "\e03c";
}
.icon-eye:before {
	content: "\e03d";
}
.icon-clock:before {
	content: "\e03e";
}
.icon-microphone:before {
	content: "\e03f";
}
.icon-calendar:before {
	content: "\e040";
}
.icon-bolt:before {
	content: "\e041";
}
.icon-thunder:before {
	content: "\e042";
}
.icon-droplet:before {
	content: "\e043";
}
.icon-cd:before {
	content: "\e044";
}
.icon-briefcase:before {
	content: "\e045";
}
.icon-air:before {
	content: "\e046";
}
.icon-hourglass:before {
	content: "\e047";
}
.icon-gauge:before {
	content: "\e048";
}
.icon-language:before {
	content: "\e049";
}
.icon-network:before {
	content: "\e04a";
}
.icon-key:before {
	content: "\e04b";
}
.icon-battery:before {
	content: "\e04c";
}
.icon-bucket:before {
	content: "\e04d";
}
.icon-magnet:before {
	content: "\e04e";
}
.icon-drive:before {
	content: "\e04f";
}
.icon-cup:before {
	content: "\e050";
}
.icon-rocket:before {
	content: "\e051";
}
.icon-brush:before {
	content: "\e052";
}
.icon-suitcase:before {
	content: "\e053";
}
.icon-cone:before {
	content: "\e054";
}
.icon-earth:before {
	content: "\e055";
}
.icon-keyboard:before {
	content: "\e056";
}
.icon-browser:before {
	content: "\e057";
}
.icon-publish:before {
	content: "\e058";
}
.icon-progress-3:before {
	content: "\e059";
}
.icon-progress-2:before {
	content: "\e05a";
}
.icon-brogress-1:before {
	content: "\e05b";
}
.icon-progress-0:before {
	content: "\e05c";
}
.icon-sun:before {
	content: "\e05d";
}
.icon-sun-2:before {
	content: "\e05e";
}
.icon-adjust:before {
	content: "\e05f";
}
.icon-code-2:before {
	content: "\e060";
}
.icon-screen:before {
	content: "\e061";
}
.icon-infinity:before {
	content: "\e062";
}
.icon-light-bulb:before {
	content: "\e063";
}
.icon-credit-card:before {
	content: "\e064";
}
.icon-database-2:before {
	content: "\e065";
}
.icon-voicemail:before {
	content: "\e066";
}
.icon-clipboard:before {
	content: "\e067";
}
.icon-cart:before {
	content: "\e068";
}
.icon-box:before {
	content: "\e069";
}
.icon-ticket:before {
	content: "\e06a";
}
.icon-rss:before {
	content: "\e06b";
}
.icon-signal:before {
	content: "\e06c";
}
.icon-thermometer:before {
	content: "\e06d";
}
.icon-droplets:before {
	content: "\e06e";
}
.icon-untitled:before {
	content: "\e06f";
}
.icon-statistics:before {
	content: "\e070";
}
.icon-pie:before {
	content: "\e071";
}
.icon-bars:before {
	content: "\e072";
}
.icon-graph:before {
	content: "\e073";
}
.icon-lock:before {
	content: "\e074";
}
.icon-lock-open:before {
	content: "\e075";
}
.icon-logout:before {
	content: "\e076";
}
.icon-login:before {
	content: "\e077";
}
.icon-checkmark:before {
	content: "\e078";
}
.icon-cross:before {
	content: "\e079";
}
.icon-minus:before {
	content: "\e07a";
}
.icon-plus:before {
	content: "\e07b";
}
.icon-cross-2:before {
	content: "\e07c";
}
.icon-minus-2:before {
	content: "\e07d";
}
.icon-plus-2:before {
	content: "\e07e";
}
.icon-cross-3:before {
	content: "\e07f";
}
.icon-minus-3:before {
	content: "\e080";
}
.icon-plus-3:before {
	content: "\e081";
}
.icon-erase:before {
	content: "\e082";
}
.icon-blocked:before {
	content: "\e083";
}
.icon-info-2:before {
	content: "\e084";
}
.icon-info-3:before {
	content: "\e085";
}
.icon-question:before {
	content: "\e086";
}
.icon-help-2:before {
	content: "\e087";
}
.icon-warning:before {
	content: "\e088";
}
.icon-cycle:before {
	content: "\e089";
}
.icon-cw:before {
	content: "\e08a";
}
.icon-ccw:before {
	content: "\e08b";
}
.icon-shuffle:before {
	content: "\e08c";
}
.icon-arrow:before {
	content: "\e08d";
}
.icon-arrow-2:before {
	content: "\e08e";
}
.icon-retweet:before {
	content: "\e08f";
}
.icon-loop:before {
	content: "\e090";
}
.icon-history:before {
	content: "\e091";
}
.icon-back:before {
	content: "\e092";
}
.icon-switch:before {
	content: "\e093";
}
.icon-list:before {
	content: "\e094";
}
.icon-add-to-list:before {
	content: "\e095";
}
.icon-layout:before {
	content: "\e096";
}
.icon-list-2:before {
	content: "\e097";
}
.icon-text:before {
	content: "\e098";
}
.icon-text-2:before {
	content: "\e099";
}
.icon-document:before {
	content: "\e09a";
}
.icon-docs:before {
	content: "\e09b";
}
.icon-landscape:before {
	content: "\e09c";
}
.icon-pictures:before {
	content: "\e09d";
}
.icon-video:before {
	content: "\e09e";
}
.icon-music-3:before {
	content: "\e09f";
}
.icon-folder:before {
	content: "\e0a0";
}
.icon-archive:before {
	content: "\e0a1";
}
.icon-trash:before {
	content: "\e0a2";
}
.icon-upload:before {
	content: "\e0a3";
}
.icon-download:before {
	content: "\e0a4";
}
.icon-disk:before {
	content: "\e0a5";
}
.icon-install:before {
	content: "\e0a6";
}
.icon-cloud:before {
	content: "\e0a7";
}
.icon-upload-2:before {
	content: "\e0a8";
}
.icon-bookmark:before {
	content: "\e0a9";
}
.icon-bookmarks:before {
	content: "\e0aa";
}
.icon-book-2:before {
	content: "\e0ab";
}
.icon-play-2:before {
	content: "\e0ac";
}
.icon-pause:before {
	content: "\e0ad";
}
.icon-record:before {
	content: "\e0ae";
}
.icon-stop:before {
	content: "\e0af";
}
.icon-next:before {
	content: "\e0b0";
}
.icon-previous:before {
	content: "\e0b1";
}
.icon-first:before {
	content: "\e0b2";
}
.icon-last:before {
	content: "\e0b3";
}
.icon-resize-enlarge:before {
	content: "\e0b4";
}
.icon-resize-shrink:before {
	content: "\e0b5";
}
.icon-volume:before {
	content: "\e0b6";
}
.icon-sound:before {
	content: "\e0b7";
}
.icon-mute:before {
	content: "\e0b8";
}
.icon-flow-cascade:before {
	content: "\e0b9";
}
.icon-flow-branch:before {
	content: "\e0ba";
}
.icon-flow-tree:before {
	content: "\e0bb";
}
.icon-flow-line:before {
	content: "\e0bc";
}
.icon-flow-parallel:before {
	content: "\e0bd";
}
.icon-arrow-left-2:before {
	content: "\e0be";
}
.icon-arrow-down-2:before {
	content: "\e0bf";
}
.icon-arrow-up--upload:before {
	content: "\e0c0";
}
.icon-arrow-right-2:before {
	content: "\e0c1";
}
.icon-arrow-left-3:before {
	content: "\e0c2";
}
.icon-arrow-down-3:before {
	content: "\e0c3";
}
.icon-arrow-up-2:before {
	content: "\e0c4";
}
.icon-arrow-right-3:before {
	content: "\e0c5";
}
.icon-arrow-left-4:before {
	content: "\e0c6";
}
.icon-arrow-down-4:before {
	content: "\e0c7";
}
.icon-arrow-up-3:before {
	content: "\e0c8";
}
.icon-arrow-right-4:before {
	content: "\e0c9";
}
.icon-arrow-left-5:before {
	content: "\e0ca";
}
.icon-arrow-down-5:before {
	content: "\e0cb";
}
.icon-arrow-up-4:before {
	content: "\e0cc";
}
.icon-arrow-right-5:before {
	content: "\e0cd";
}
.icon-arrow-left-6:before {
	content: "\e0ce";
}
.icon-arrow-down-6:before {
	content: "\e0cf";
}
.icon-arrow-up-5:before {
	content: "\e0d0";
}
.icon-arrow-right-6:before {
	content: "\e0d1";
}
.icon-arrow-left-7:before {
	content: "\e0d2";
}
.icon-arrow-down-7:before {
	content: "\e0d3";
}
.icon-arrow-up-6:before {
	content: "\e0d4";
}
.icon-arrow-right-7:before {
	content: "\e0d5";
}
.icon-arrow-left-8:before {
	content: "\e0d6";
}
.icon-arrow-down-8:before {
	content: "\e0d7";
}
.icon-arrow-up-7:before {
	content: "\e0d8";
}
.icon-untitled-2:before {
	content: "\e0d9";
}
.icon-arrow-left-9:before {
	content: "\e0da";
}
.icon-arrow-down-9:before {
	content: "\e0db";
}
.icon-arrow-up-8:before {
	content: "\e0dc";
}
.icon-arrow-right-8:before {
	content: "\e0dd";
}
.icon-menu:before {
	content: "\e0de";
}
.icon-ellipsis:before {
	content: "\e0df";
}
.icon-dots:before {
	content: "\e111";
}
.icon-dot:before {
	content: "\e112";
}
.icon-cc:before {
	content: "\e113";
}
.icon-cc-by:before {
	content: "\e114";
}
.icon-cc-nc:before {
	content: "\e115";
}
.icon-cc-nc-eu:before {
	content: "\e116";
}
.icon-cc-nc-jp:before {
	content: "\e117";
}
.icon-cc-sa:before {
	content: "\e118";
}
.icon-cc-nd:before {
	content: "\e119";
}
.icon-cc-pd:before {
	content: "\e11a";
}
.icon-cc-zero:before {
	content: "\e11b";
}
.icon-cc-share:before {
	content: "\e11c";
}
.icon-daniel-bruce:before {
	content: "\e11f";
}
.icon-flickr:before {
	content: "\e122";
}
.icon-flickr-2:before {
	content: "\e123";
}
.icon-vimeo:before {
	content: "\e124";
}
.icon-vimeo-2:before {
	content: "\e125";
}
.icon-twitter:before {
	content: "\e126";
}
.icon-twitter-2:before {
	content: "\e127";
}
.icon-facebook:before {
	content: "\e128";
}
.icon-facebook-2:before {
	content: "\e129";
}
.icon-facebook-3:before {
	content: "\e12a";
}
.icon-googleplus:before {
	content: "\e12b";
}
.icon-googleplus-2:before {
	content: "\e12c";
}
.icon-linkedin:before {
	content: "\e132";
}
.icon-dropbox:before {
	content: "\e13f";
}
.icon-smashing:before {
	content: "\e14d";
}
.icon-cc-share-2:before {
	content: "\e11d";
}
.icon-tag-2:before {
	content: "\e11e";
}
.icon-checkmark-2:before {
	content: "\e120";
}
.icon-cancel:before {
	content: "\e121";
}
.icon-notice:before {
	content: "\e12d";
}
.icon-grid:before {
	content: "\e12e";
}
.icon-grid-2:before {
	content: "\e12f";
}
.icon-list-3:before {
	content: "\e130";
}
.icon-list-4:before {
	content: "\e131";
}
.icon-profile:before {
	content: "\e133";
}
.icon-profile-2:before {
	content: "\e134";
}
.icon-profile-3:before {
	content: "\e135";
}
.icon-info-4:before {
	content: "\e136";
}
.icon-ticket-2:before {
	content: "\e137";
}
.icon-book-3:before {
	content: "\e138";
}
.icon-checkmark-3:before {
	content: "\e139";
}
.icon-close:before {
	content: "\e13a";
}
.icon-checkmark-4:before {
	content: "\e13b";
}
.icon-cancel-2:before {
	content: "\e13c";
}
.icon-comment-2:before {
	content: "\e13d";
}