﻿/* Copyright © 2013-2016 by Pennsylvania Interactive, LLC, a member of the NIC Inc. family of companies.
All rights reserved. This document may not be copied, distributed, transmitted,
displayed, published, reproduced, or disclosed in any way without prior express written permission.*/

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: transparent;
}
table thead, table tbody, table tfoot{
	background-color: transparent;
	border: none;
}
@media only screen and (min-width: 1024px){
	html, body {
			min-width: 1024px;
		}
}
a, a:link {
	color: #1f5599;
}
a:hover, a:focus{
	color: #89171a;
} 
a:visited {
	color: #808080;
}
thead, tbody, tfoot{
	background-color: transparent;
	border: none;
}
tbody th, tbody td {
    margin: 0px;
    padding: 0px !important;
}
/******************** Sharepoint User Ribbon ********************/
#s4-ribbonrow {
	text-transform: none !important;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	overflow-y:visible!important;
	/*visibility: hidden;*/
}
#s4-ribbonrow img, #s4-ribbonrow object, #s4-ribbonrow iframe, #s4-ribbonrow video, #s4-ribbonrow audio {
	width: auto !important;
}
#s4-ribbonrow li {
	border-bottom: none;
	
}
#s4-ribbonrow a {
	text-decoration: inherit;
	border: inherit;
	border-bottom: none;
	text-transform: none;
}
#s4-ribbonrow img, .ms-WPHeaderTd img{
	max-width: none;
}
.s4-ribbonrowhidetitle{
	height: auto !Important;
}

.ms-cui-menu {
	position:fixed!important;
	top:155px!important;
}
#s4-ribbonrow [type="text"]{
font-size: 8pt;
height: auto;
padding:0px;
}

/***************** SharePoint Markup Style Overwrites *****************/
.ms-rteStyle-Normal {
	font-size:1rem;
	background:none;
	color:#333;
}
.ms-rteElement-P {
	font-size:1rem;
	color:#000;
}
.ms-WPMenuDiv img, .ms-dlgFrameContainer img{
	max-width: none !Important;
	width: auto !Important;
}
.ms-dlgContent{
	border: 0px !important;
}
.ms-dlgTitleBtns img {
	width: auto !important;
	max-width: none !Important;
}
.ms-dlgFrameContainer {
	overflow: visible;
}
.ms-WPMenuDiv *{
	-moz-box-sizing: content-box;
}
.ms-dlgTitle, .ms-cui-tooltip, #s4-statusbarcontainer{
	font-size: .85rem;
}
.ms-dlgBorder {
    border: 0 solid #0072BC;
}
table tr.even, table tr.alt, table tr:nth-of-type(2n){
	background-color: transparent;
}
.ms-SPButton a{
	color: #000 !Important;
}
.ms-SPZoneLabel{
	background-color: #fff;
	text-align: left;
}
.ms-WPBody{
	font-size: .85rem;
}

/********************* TopNav-RadMenu ********************/
#ctl00_PlaceHolderTopNavBar_PlaceHolderHorizontalNav_RadMenu1{
	float: right;	
}
.top-bar ul {
    margin: 0;
    list-style: none; 
    
}
.contain-to-grid.navigation {
	background: #174e92 ;
    background: -moz-linear-gradient(top, #346aad 0, #174e92 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #346aad ), color-stop(100%, #174e92 ));
    background: -webkit-linear-gradient(top, #346aad 0, #174e92 100%);
    background: -o-linear-gradient(top, #346aad 0, #174e92 100%);
    background: -ms-linear-gradient(top, #346aad 0, #174e92 100%);
    height: 60px;
}
@media only screen and (min-width: 1200px){
		.header-container{
		margin: auto;
		width: 100%;
		}
}
nav.top-bar, .top-bar, .top-bar ul{
	padding: 0px;
	background: transparent;
	position: relative;
}
nav.top-bar ul{
		
}

nav.top-bar a {
	color: #ffffff;
}
nav.top-bar h1{
	margin-top: 8px;
	margin-left: 15px;
	height: 50px; 
  	width: 100px;
	float: left;
}
nav.top-bar h1 a {
	color: transparent;
}
.RadMenu { 
	height: 60px;
}
.RadMenu ul.rmHorizontal .rmItem {
	float: left;
	text-transform:uppercase;
	padding: 0;
	line-height: 60px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.RadMenu ul.rmHorizontal .rmItem .rmText{
	padding: 0px;
}
.RadMenu ul.rmHorizontal .rmItem a.rmLink:link, 
.RadMenu ul.rmHorizontal .rmItem a.rmLink:visited{
	display: block;
	padding: 0 20px;
}
a.rmLink:hover{
	text-decoration: underline !important;
}
.rmSlide{
	background: #cccccc;
}
.rmSlide .rmItem a:link, .rmSlide .rmItem a:visited{
	color: #444444;
}
.rmSlide .rmItem a:hover{
	background: #dddddd;
}
/**********************Extra Rad Styles*************************/
.RadSiteMap .rsmItem {
	position: relative;
	box-sizing:border-box;
	width: 31.33333%;
	margin: 0 .5em 1em .5em!important;
	float:left;
	clear:none!important;
    opacity: .9!important;
	 height: 8.5em;
	 padding: 0;
	 background: #1f788e;
	 /* Old browsers */
	 background: -moz-linear-gradient(top, #174279 0%, #0c2c56 100%);
	 /* FF3.6+ */
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #174279 ), color-stop(100%, #0c2c56 ));
	 /* Chrome,Safari4+ */
	 background: -webkit-linear-gradient(top, #174279 0%, #0c2c56 100%);
	 /* Chrome10+,Safari5.1+ */
	 background: -o-linear-gradient(top, #174279 0%, #0c2c56 100%);
	 /* Opera 11.10+ */
	 background: -ms-linear-gradient(top, #174279 0%, #0c2c56 100%);
	 /* IE10+ */
	 background: linear, to bottom, #174279  0%, #0c2c56 100%;
	 line-height:1.2;
  /* W3C */
  /* IE6-9 */
}
.RadSiteMap .rsmItem:hover {
	cursor:pointer;
	opacity: .7!important;
}
ul.rsmList {
	padding:0;
}
.RadSiteMap_Default .rsmOneLevel .rsmLink, .RadSiteMap_Default .rsmTwoLevels .rsmLink,  .RadSiteMap_Default .rsmTwoLevels .rsmLevel1 .rsmLink, .RadSiteMap_Default .rsmThreeLevels .rsmLevel1 .rsmLink, .RadSiteMap_Default .rsmManyLevels .rsmLevel2 .rsmLink {
	font-size: 16px !important;
	color: #fff!important;
	font-weight: 300!important;
	margin-bottom: .2em!important;
	position:absolute;
	bottom:0;
	margin-left:10px;
	text-transform:uppercase;
	border-bottom:0 none;
	text-decoration:none;

}
.RadSiteMap_Default .rsmTwoLevels .rsmLink, .RadSiteMap_Default .rsmThreeLevels .rsmLink, .RadSiteMap_Default .rsmManyLevels .rsmLevel1 .rsmLink {
	border-bottom:0 none!important;
}
.RadSiteMap_Default .rsmOneLevel .rsmLink:hover, .RadSiteMap_Default .rsmTwoLevels .rsmLevel1 .rsmLink:hover, .RadSiteMap_Default .rsmThreeLevels .rsmLevel1 .rsmLink:hover, .RadSiteMap_Default .rsmManyLevels .rsmLevel2 .rsmLink:hover {
	background:none!important

}
ul.rsmList ul.rsmList {
	display:none;
} 
@media(max-width:767px) {
.RadSiteMap .rsmItem {
	position: relative;
	box-sizing:border-box;
	width: 100%;
	margin: 0!important;
	float:none;
	clear:none!important;
    opacity: .9!important;
	 height: 4em;
	 padding: 0;
	 background: #1f788e;
	 /* Old browsers */
	 background: -moz-linear-gradient(top, #174279 0%, #0c2c56 100%);
	 /* FF3.6+ */
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #174279 ), color-stop(100%, #0c2c56 ));
	 /* Chrome,Safari4+ */
	 background: -webkit-linear-gradient(top, #174279 0%, #0c2c56 100%);
	 /* Chrome10+,Safari5.1+ */
	 background: -o-linear-gradient(top, #174279 0%, #0c2c56 100%);
	 /* Opera 11.10+ */
	 background: -ms-linear-gradient(top, #174279 0%, #0c2c56 100%);
	 /* IE10+ */
	 background: linear, to bottom, #174279  0%, #0c2c56 100%;
	 /* W3C */
	 /* IE6-9 */
	}
}
@media(max-width:767px) {
	#ctl00_PlaceHolderTopNavBar_PlaceHolderHorizontalNav_RadMenu1{
		float: none;	
	}
	.RadMenu { 
		width: 100%;
	}
	.RadMenu ul.rmHorizontal .rmItem {
		width: 100%;
		float:none;
		clear: both;
		border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	}
	.top-bar-section ul.rmHorizontal{
		background-color: #224b7e;
		width: 100%;
	}
	.rmSlide{
		margin-top: 60px;
	}
}
/******************* Mobile Menu *********************/
.mobile-menu{
	display: none;
}
@media (max-width:767px) {
	.RadMenu, .secondary-features{
		display: none;
	}
	nav.top-bar.expanded{
		display: block;
	}	
	ul.mobile-menu{
		display: block !important;
		width: 175px;
		float: right;
		margin: 5px 10px;
	}
	ul.mobile-menu li{
		display: block;
		float: right;
		height: 50px;
	}
	.mobile-menu a:link{
		font-size: 1.75rem;	
		}
	.mobile-menu a:hover{
		cursor: pointer;
		}
	.mobile-menu li span{
		font-size: .9rem;
		font-weight: bold;
		position: relative;
		left: -10px;
		top: -5px;
	}
	.mobile-menu li.search{
		border-right: 1px solid rgba(255, 255, 255, 0.25);
	}
}

/******************** Banner Area ********************/
.banner {
	position: relative;
	width: 100%;
}
.banner .row {
	height: 340px;
	position: relative;
	width: 100%;
}
@media (max-width:767px) {
	.banner .row {
		height: auto;
	}
}

/******************** Agency Logo *********************/
.agency-logo {
/* logo image path located in paths.css */
	position: absolute;
	bottom: 30px;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	padding: 15px;
}
.agency-logo h2 a {
	display: block;
	text-indent: -350%;
	white-space: nowrap;
	width: 400px;
	height: 100px;
	background-size:cover;
}
div.agency-logo .s4-wpTopTable{
	background-color: transparent;
}
div.names{
	text-transform: uppercase;
}
div.names, div.names a{
	color: #ffffff;
	font-size: .95rem;
}
@media (max-width:767px) {
	.agency-logo {
		position: relative;
		bottom: 0;
		background: transparent;
		padding: 15px;
	}
	.agency-logo h2 a {
		background-color: transparent;
		width: 300px;
		height: 75px;
	}
	div.names, div.names a{
		color: #346aad;
	}
}

/**************** Google Search ******************/
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
height:30px!important;
width:30px!important;
filter: none !important;
float: left;
background:url(https://www.google.com/uds/css/v2/search_box_icon.png) center #990000 no-repeat!important ;
}
.gsc-input {
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
box-shadow:none!important;
padding:10px 0!important;
}
.gsc-input-box {
height:30px!important;
}
div.gsc-selected-option-container, div.gsc-inline-block {
width:100px!important
}
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top  {

padding-left:0!important;
}
.gsc-webResult.gsc-result:hover, .gsc-imageResult:hover {
background:none!important;
}
.gs-result .gs-title, .gs-result .gs-title * {
text-decoration:none!important;
font-weight:bold!important;
}
.gs-result:hover .gs-title:hover, .gs-result:hover .gs-title:hover * {
text-decoration:underline!important;
}
.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl   {
font-style:italic!important;
color:#426A34!important;
}
.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
	font-size:1rem;
	color:#444;
}
.gsc-input::-ms-clear {
    display: none!important;
}

/**************** Search Results ******************/
.loading-block.loading-big img{
	width: auto !important;
	height: auto !important;
}
.result-list li, #result-tab-links li{
	list-style-type: none;
}
#result-tab-links{
   float: right;
    position: relative;
    right: -290px;
    top: -129px;
    width: 248px;
}
#result-tab-links li a{
	color: #333;
}
#result-tab-links li.active a{
	color: #89171a;
}
.result-list li a{
	color: #194B6B !important;
    display: inline-block !important;
    text-decoration: underline !important;
}
.result-list li {
	font-weight: bold;
}
.result-list li p{
	color: #555;
}
.siteUrl{
	color: #426A34;
}
.total-results{
	margin-bottom: 30px;
}

/**************** Other Search Styles ***********/
div.portal-search{
	width: 400px;
	height: 45px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 75px;
}
div.portal-search #searchBox{
	float: left;
	padding: 0 10px;
	width: 300px;
	height: 35px;
	border: none;
	margin:0;
}
a.search-button{
	background-color: #346aad;
	margin: 0;
	padding: 0 20px;
	float: left;
	width: 50px;
	height: 36px;	
}
@media (max-width:767px) {
	div.portal-search{
		display: none;
	}
	
}

/**************** Quick Links ******************/
ul.secondary-features{
	list-style: none;
	width: 200px;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0;
    /*line-height: 1rem;*/
}
#navShow .secondary-features{
/* Hides duplicate Quick Links display */
	display: none;
}
.secondary-features a {
	background:rgba(0, 0, 0, 0.5);
	margin: 0 0 .25em 0;
	padding: .2em .5em;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease-out;
	  -moz-transition: all 200ms ease-out;
	    -o-transition: all 200ms ease-out;
	       transition: all 200ms ease-out;
	display: block;
	width: 100%;
}
.secondary-features a:hover {
	background:rgba(0, 0, 0, 0.35);
}
.secondary-content {
	background: #E6E7E8;
	padding: 1em 0;
}
@media (max-width:767px) {
	ul.secondary-features{
		width: 100%;
		position: relative;
		margin: 0;
		margin: 0;
		float: none;
		clear: both;
	}
	.secondary-features a {
		background: #1f5599;
		margin: 0;
		padding: 10px 25px;
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	}
	.secondary-features a:hover {
		background: #224b7e;
	}
}

/******************** Social Media Bar ********************/
.mediawrap {
	margin: 0px;
}
.home-band .s4-wpTopTable, .home-band .s4-wpTopTable td{
	padding: 0px;
	margin: 0px;
	/*background:#f1f1f1;*/
}
.socialmediabar {
	text-align:center;
	display:block;
	width:100%;
}
.socialmediabar img {
	max-width:none!important;
	width:auto!important;
}
.socialmediabar .center {
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
}
.socialmediabar a:hover {
	text-decoration:underline!important;
}
.socialmediabar .center ul {
	margin:0 auto;
	padding:0; 
	list-style:none;
	position:relative;
    left:50%;}
.socialmediabar .center ul li {
	float:left;
	padding:13px 15px 12px 15px;
	border-right:1px solid #fff;
	border-left:1px solid #e1e1e1;
	margin-top:3px;
}
@media (max-width:767px) {
	.socialmediabar{
		float: none;
		clear: both;
	}
	.socialmediabar .center ul li {
		padding:10px 6px 10px 6px;
		border-right:0 none;
		border-left:0 none;
	}
	.center li a {
	   line-height: 0;
 	    font-size: 0;
  	   color: transparent;
	}
}
.socialmediabar .center ul li:first-child {
	border-left:0 none
}
.socialmediabar .center  ul li:last-child {
	border-right:0 none;
}
.socialmediabar li img {
	margin-top: 2px;
    float: left;
    margin-right: 10px;
}

/******************** Twitter Feed *********************/
#example2 .interact {
    display: none;
}
span[data-scribe="element:screen_name"] {
    display: none;
}
span[data-scribe="element:name"] {
    display: none;
}
#example2 img {
    width: auto;
    float: left;
    padding-right: 5px;
}
.Home #div1 .span1 {
	display:none;
}
.row.content.content-container{
	margin-bottom: 50px;
}
.content-container .span5 {
	display:none;
}
.content-container #div1 {
    margin-bottom: 30px;
    padding: 2em 1em;
    -webkit-box-shadow: 1px 1px 4px #111;
    -moz-box-shadow: 1px 1px 4px #111;
    background: #f5f5f5;
}
.tweet a span {
	display:block;
}
#shareHolder,#settingsHolder{
	z-index:1000;
}


/* VSTS Change # 8717 - ADP - 08/18/2016 */
/**************** Alert Bar *********************/
.secondary-band {
		clear: both;
		background: #fff;
		padding: 1em 0 1em 0;

}
.secondary-band li {
	list-style: none;
	display: block;
	padding-top: 2.5em;
}
.secondary-band li:last-child {
	border-bottom: none;
}
.secondary-band li a {
	display: block;
	cursor: pointer;
	padding: .25em 0;
}
.secondary-band li a:hover {
	background: rgba(255, 255, 255, 0.1);
}
.alert {
	opacity: .9;
	line-height: 1.2em;
	letter-spacing: 0.075em;
	margin: 1em 0 1em 0;
	background: #C32026;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
	  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
	   -ms-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
	    -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
	       box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
	padding: 16px;
	position: relative;
	text-decoration: underline;
    color: #ffffff;
    font-size: 1rem;
}
.alert-box {
	border-style: solid;
	border-width: 1px;
	display: block;
	font-weight: bold;
	margin-bottom: 1.25em;
	position: relative;
	padding: 0.6875em 1.3125em 0.75em 0.6875em;
	font-size: 0.875rem;
	background-color: #89171a;
	border-color: #5d1012;
	color: white;
}
.alert-box a.close {
	font-size: .95rem;
	padding: 10px;
	line-height: 0;
	position: absolute;
	top: 0.4375em;
	right: 0.3125em;
	color: #333333;
	opacity: 0.3;
}
.alert a:link,.alert a:visited {
	text-transform: capitalize;
	display: table;
	cursor: pointer;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.alert a:hover {
	opacity: 1; 
}
.alert-box .close:hover, .alert-box .close:focus {
	opacity: 0.5;
}
.alert-box.radius {
	-webkit-border-radius: 0;
	border-radius: 0;
}
.alert-box.round {
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
}
.alert-box.success {
	background-color: #5da423;
	border-color: #457a1a;
	color: white;
}
.alert-box.alert {
	background-color: #c60f13;
	border-color: #970b0e;
	color: white;
}
.alert-box.secondary {
	background-color: #194b6b;
	border-color: #0f2e42;
	color: white;
}
.alertHide {
	display: none;
}
.alertPadding {
	padding: .5em 1.4em !important;
}
a.moredetails {
	text-transform: capitalize;
	display: inline-block;
	opacity: .5;
	padding-left: 5px;
}
.alert.normal {	background: #194b6b; }
.alert.elevated { background: #DD660E; }
.alert-box.alert {
	border:0 none;
}
.content-group .alertPadding .alert-box a {
	text-decoration:none;
	color:#f09e9e!important
}
.content-group .alertPadding .alert-box a:hover {
	text-decoration:underline;
	color:#fff!important;
}

/********************************************* MAIN CONTENT **********************************/
h1, h2, h3, h4,
.ms-rteElement-h1, .ms-rteElement-H1, .ms-rteElement-H1B,
.ms-rteElement-h2, .ms-rteElement-H2, .ms-rteElement-H2B,
.ms-rteElement-h3, .ms-rteElement-H3, .ms-rteElement-H3B,
.ms-rteElement-h4, .ms-rteElement-H4, .ms-rteElement-H4B{
	text-transform: uppercase;
}
h1, .ms-rteElement-h1, .ms-rteElement-H1, .ms-rteElement-H1B{
	font-size: 1.75rem;
}
h2, .ms-rteElement-h2, .ms-rteElement-H2, .ms-rteElement-H2B{
	font-size: 1.5rem;
}
h3, .ms-rteElement-h3, .ms-rteElement-H3, .ms-rteElement-H3B{
	font-size: 1.4rem;
	color: #174e92;
}
h4, .ms-rteElement-h4, .ms-rteElement-H4, .ms-rteElement-H4B{
	font-size: 1.25rem;
}
#wrap {
	margin: 0;
	padding: 0;
	background: #ffffff;
}
#wrap img {
	width: 100%;
}
#wrap img,
#wrap object,
#wrap embed{
	max-width: 100%;
	height: auto; 
}
#wrap.Home .banner {
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) inset, 0 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) inset, 0 5px 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) inset, 0 5px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) inset, 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2) inset, 0 5px 5px rgba(0, 0, 0, 0.2);
}

#wrap img, #wrap object, 
#wrap iframe, #wrap video, 
#wrap audio {
    max-width: 100%;
}

body #aspnetForm {
	height: auto;
}
.primary-content {
	padding: 0 0 3em 0;
	background: none;
	z-index: 100;
}
.content-group {
	margin-bottom: 2em;
	clear: both;
 	}
.content-group:before, .content-group:after {
	content: " ";
	display: table;
}
.content-group:after {
	clear: both;
}
.row.padded{
	padding-bottom: 25px;
}
div.info.row{
	margin-bottom: 50px;
	margin-top:25px;
}
/****************** Columns, Panels *******************/
.panel {
	background:none;
	border: 0 none;
}
.sidebar ul.list-results li {
	list-style: none;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid #eee;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 1em 0;
}
.sidebar ul.list-results li:last-child {
	border-bottom: none;
}
.sidebar ul.list-results li a {
	display: block;
	cursor: pointer;
	padding: .25em 0;
}
.sidebar ul.list-results li a:hover {
	background: rgba(255, 255, 255, 0.1);
}
.sidebar ul.list-results li a {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.2) !important;
	display: inline;
	color: #194b6b;
}
.sidebar ul.list-results li a :hover {
	color: #194b6b;
}
.sidebar ul.list-results li:last-child {
	border-bottom: none;
}
.contact-list li {
	text-align: left;
}
.panel {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(201,201,201,1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(201,201,201,1);
	box-shadow: 0px 0px 7px 0px rgba(201,201,201,1);
	color: #496586;
	background:#f5f5f5!important;
	border:6px solid #fff;
}
.sidebar {
	background-color:#f5f5f5;
	border: 6px solid #ffffff;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(201,201,201,1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(201,201,201,1);
	box-shadow: 0px 0px 7px 0px rgba(201,201,201,1);
	padding:1em 2em;
}
.sidebar a {
	color: #333;
}
.sidebar a:hover {
	color: #003366;
}
.sidebar ul {
	margin-left:0;
	padding-left:0;
}
.sidebar ul li {
	list-style: none;
	list-style-type: none;
}
.sidebar img {
	max-width: 100%;
	width: 100%;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	 -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0)!important;
	  -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0)!important;
	  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0)!important;
	    box-shadow: 0 0 0 rgba(0, 0, 0, 0)!important;
}

/********** Side-Nav and Sub Nav **********/
.side-nav  ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: block;
    padding: 0.5em 0;
}
ul.side-nav li a :last-child {
	border-bottom: none;
}
ul.side-nav li.active a {
	font-weight: bold;
	color: #89171a;
}
.side-nav a {
    color: #89171A;
    line-height: inherit;
    text-decoration: none;
}
.side-nav li.selected {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03) !Important;
}
.side-nav li.selected a{
	font-weight: bold;
}
dl.sub-nav {
	border-bottom: 1px solid #eee;
}
dl.sub-nav dt {
	display: block;
}
dl.sub-nav dd a {
	padding: .5em;
	-webkit-border-radius: 1em;
	  -moz-border-radius: 1em;
	   -ms-border-radius: 1em;
	    -o-border-radius: 1em;
	       border-radius: 1em;
}
dl.sub-nav dd a:hover {
	background: rgba(0, 0, 0, 0.05);
	color: #333;
}
dl.sub-nav dd.active a:hover {
	background: #89171a;
	color: #fff;
}

@media only screen and (min-width: 48em) {
	dl.sub-nav {
		font-size: 1rem;
	}
	dl.sub-nav dt {
		display: inline-block;
	}
}

/*VSTS Change # 8717 - ADP - 08/18/2016*/
/****************** Home Page *******************/
div.info.row div.more-info.feature{
	-webkit-box-shadow: 0px 0px 7px 0px rgba(201,201,201,1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(201,201,201,1);
	box-shadow: 0px 0px 7px 0px rgba(201,201,201,1);
	color: #496586;
  background:url('../img/backgrounds/sub_bg.png') bottom right #f5f5f5 no-repeat!important;
	border:6px solid #fff;
}
div.more-info.feature:first-child{
	padding: 25px;
}
div.info.row div.more-info.feature li{
	list-style-type: none;
	border-bottom: thin silver solid;
	padding: 5px 0;
}
.info.row h3{
    padding-top: 5px;
}
.feature [class^="icon-"]:before, .feature [class*=" icon-"]:before {
    font-size: 30px;
    color: #1e3b66;
    background: rgba(255,255,255,0.9);
    border: 1px solid #ccc;
    -webkit-border-radius: 50%;
    padding: 0.3em .2em .3em .2em;
    width: 1.7em;
    height: 1.7em;
    margin-top: -60px;
    position: relative;
    top: -5px;
}
.icon-bookmark:before {
    content: '🔖';
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "pa-font";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}
.button-panel {
    height: 220px;
    margin-bottom: 17px;
}
.button-panel i.large-icon {
    font-size: 6rem;
    bottom: 35px;
    }

/**************** Breadcrumbs *******************/
#ctl00_PlaceHolderMain_SiteMapPath1{
	float: left;
	clear: both;
	width: 100%;
	margin: 15px 5px;
}

/************** Tiled Layout Styles ************/    
span#ctl00_PlaceHolderMain_SiteMapPath1{
	display: block;
	margin-bottom: 3%;
}
#ctl00_PlaceHolderMain_SiteMapPath1 img{
	display: none;
}
#ctl00_PlaceHolderMain_SiteMapPath1 a{
	color: #89171a!important;
	text-decoration:none!important;
}

/************** Custom Document Libraries **************/
table#onetidDoclibViewTbl0 td img[src*="new"]{
	display: none;
}
table#onetidDoclibViewTbl0 td img[src*="blank"]{
	display: none;
}
table#onetidDoclibViewTbl0 th img[src*="blank"]{
	display: none;
}
table#onetidDoclibViewTbl0 th, table#onetidDoclibViewTbl0 th td {
	background-color: #cccccc;
	color: #000000;
}
table#onetidDoclibViewTbl0 th a{
	color: #000000;
}
table#onetidDoclibViewTbl0 th a img{
	height: 10px;
	width: 10px;
}
table#onetidDoclibViewTbl0 th img{
	height: 10px;
	width: 10px;
}
table#onetidDoclibViewTbl0 tr.ms-itmhover{
	background-color: #ffffff;
}
table#onetidDoclibViewTbl0 tr.ms-alternating.ms-itmhover
 {
	background-color: #f1f1f1;
}
table.ms-bottompaging td img[src*="blank"]{
	display: none;
}
iframe#FilterIframe1{
	border: none;
}

/************** Table of Contents (Site Map) ***************/
@media (max-width: 767px) {
	.toc-layout-main ul{
		float: left !important;
		width: 100% !important;
		padding: 0px;
		margin-left: -10px;
	}
	.toc-layout-main ul li div{
		padding: 0px !important;
		margin-left: -15px !important;
	}
	.toc-layout-main ul li{
		white-space: nowrap;
	}
	div.gsc-selected-option-container, div.gsc-inline-block {
	width:auto!important
	}
	span.rmText{
	display: block;
	white-space: nowrap;
	}
}

/************* Enterprise Calendar ********************/
.calendar {
	margin-top:8px!important;
	position:relative!important;
}
.calendar ul {
	list-style:none!important;
}
.calendar li {
	list-style:none!important;
}
#calendarDisplay {
	padding:1em 0!important;
}
.spinner {
	position:absolute!important;
	top:25%!important;
	left:50%!important;
	z-index:9999!important;
	width:40px!important;
	height:40px!important;
}
.calendarNav {
	margin:0!important;
}
.calendarNav ul {
	margin:0!important;
	padding:0!important;
}
.calendarNav li {
	margin:0!important;
	padding:.75em 1.5em!important;
	display:inline!important;
	list-style:none!important;
	font-weight: bold!important;
}
.calendarNav .active {
	border:1px solid #ddd!important;
	box-sizing:border-box!important;
	background:#eee!important;
	border-top-left-radius: 5px!important;
	border-top-right-radius: 5px!important;
}
@media (max-width:767px) {
	.calendarNav {
		padding-left:0!important
	}
	.calendarNav li {
		width:100%!important;
		display:block!important;	
		border-bottom:1px solid #ccc!important;
		border-left:1px solid #ccc!important;
		border-right:1px solid #ccc!important;
	}
	#calendarDisplay {
		padding-top:0!important;
	}
	.ui-widget-content, .ui-widget-header {
		background: none!important;
	}
	.ui-state-active {
		background:#fff;
	}
	.ui-state-default  {
		background:#eee;
		}	
	.ui-widget-header {
		border:1px solid #ddd!important
	}	
}

/* Fix for contact form width on mobile [bp] */
#wrap img, #wrap object, #wrap iframe, #wrap video, #wrap audio {max-width: 100%!important;}
.RadMenu ul.rmHorizontal .rmItem a.rmLink:link, .RadMenu ul.rmHorizontal .rmItem a.rmLink:visited {
    padding:0px 20px!important;
}
/* Fix for contact form width on mobile [bp] */
#wrap img, #wrap object, #wrap iframe, #wrap video, #wrap audio {max-width: 100%!important;}
.RadMenu ul.rmHorizontal .rmItem a.rmLink:link, .RadMenu ul.rmHorizontal .rmItem a.rmLink:visited {
	padding:0px 20px!important;
}
/* Fix for global padding */
div.info.row, div.content-container.row, .row.content.content-container, .row.content.info, .content-container {
	padding:1.3em!important;
	margin-top:0!important;
	margin-bottom:0!important;	
			
}
.secondary-band {
	padding:0 0 1px 0!important;
}
.primary-content {
	margin-bottom:0!important; /* remove this property from agency.css line 866 */
}


@font-face {
  font-family: 'pa-font';
  src: url('../font/pa-font.eot?12122749');
  src: url('../font/pa-font.eot?12122749#iefix') format('embedded-opentype'),
       url('../font/pa-font.woff?12122749') format('woff'),
	   url('../font/pa-font.woff2?12122749') format('woff2'),
       url('../font/pa-font.ttf?12122749') format('truetype'),
       url('../font/pa-font.svg?12122749#pa-font') format('svg');
 
  font-weight: normal;
  font-style: normal;
}
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "pa-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;   
  line-height: 1em;
  margin-left: .2em;
}
.icon-glass:before { content: '\e800'; } /* '' */
.icon-music:before { content: '\e801'; } /* '' */
.icon-search:before { content: '\e802'; } /* '' */
.icon-mail:before { content: '\e803'; } /* '' */
.icon-heart:before { content: '\e804'; } /* '' */
.icon-heart-empty:before { content: '\e805'; } /* '' */
.icon-star:before { content: '\e806'; } /* '' */
.icon-star-empty:before { content: '\e807'; } /* '' */
.icon-star-half:before { content: '\e808'; } /* '' */
.icon-user:before { content: '\e809'; } /* '' */
.icon-users:before { content: '\e80a'; } /* '' */
.icon-minus:before { content: '\e80b'; } /* '' */
.icon-plus-circled:before { content: '\e80c'; } /* '' */
.icon-plus:before { content: '\e80d'; } /* '' */
.icon-cancel-circled2:before { content: '\e80e'; } /* '' */
.icon-cancel-circled:before { content: '\e80f'; } /* '' */
.icon-cancel:before { content: '\e810'; } /* '' */
.icon-ok-circled2:before { content: '\e811'; } /* '' */
.icon-ok-circled:before { content: '\e812'; } /* '' */
.icon-ok:before { content: '\e813'; } /* '' */
.icon-th-list:before { content: '\e814'; } /* '' */
.icon-th:before { content: '\e815'; } /* '' */
.icon-th-large:before { content: '\e816'; } /* '' */
.icon-camera-alt:before { content: '\e817'; } /* '' */
.icon-camera:before { content: '\e818'; } /* '' */
.icon-picture:before { content: '\e819'; } /* '' */
.icon-videocam:before { content: '\e81a'; } /* '' */
.icon-video:before { content: '\e81b'; } /* '' */
.icon-minus-circled:before { content: '\e81c'; } /* '' */
.icon-help-circled:before { content: '\e81d'; } /* '' */
.icon-info-circled:before { content: '\e81e'; } /* '' */
.icon-home:before { content: '\e81f'; } /* '' */
.icon-link:before { content: '\e820'; } /* '' */
.icon-attach:before { content: '\e821'; } /* '' */
.icon-lock:before { content: '\e822'; } /* '' */
.icon-lock-open:before { content: '\e823'; } /* '' */
.icon-pin:before { content: '\e824'; } /* '' */
.icon-eye:before { content: '\e825'; } /* '' */
.icon-eye-off:before { content: '\e826'; } /* '' */
.icon-tag:before { content: '\e827'; } /* '' */
.icon-forward:before { content: '\e828'; } /* '' */
.icon-upload:before { content: '\e829'; } /* '' */
.icon-download:before { content: '\e82a'; } /* '' */
.icon-thumbs-down:before { content: '\e82b'; } /* '' */
.icon-thumbs-up:before { content: '\e82c'; } /* '' */
.icon-flag:before { content: '\e82d'; } /* '' */
.icon-bookmark:before { content: '\e82e'; } /* '' */
.icon-tags:before { content: '\e82f'; } /* '' */
.icon-export:before { content: '\e830'; } /* '' */
.icon-pencil:before { content: '\e831'; } /* '' */
.icon-edit:before { content: '\e832'; } /* '' */
.icon-print:before { content: '\e833'; } /* '' */
.icon-retweet:before { content: '\e834'; } /* '' */
.icon-comment:before { content: '\e835'; } /* '' */
.icon-chat:before { content: '\e836'; } /* '' */
.icon-bell:before { content: '\e837'; } /* '' */
.icon-doc:before { content: '\e838'; } /* '' */
.icon-trash-empty:before { content: '\e839'; } /* '' */
.icon-location:before { content: '\e83a'; } /* '' */
.icon-attention-circled:before { content: '\e83b'; } /* '' */
.icon-attention:before { content: '\e83c'; } /* '' */
.icon-folder:before { content: '\e83d'; } /* '' */
.icon-folder-open:before { content: '\e83e'; } /* '' */
.icon-phone:before { content: '\e83f'; } /* '' */
.icon-cog:before { content: '\e840'; } /* '' */
.icon-cog-alt:before { content: '\e841'; } /* '' */
.icon-wrench:before { content: '\e842'; } /* '' */
.icon-basket:before { content: '\e843'; } /* '' */
.icon-calendar:before { content: '\e844'; } /* '' */
.icon-login:before { content: '\e845'; } /* '' */
.icon-logout:before { content: '\e846'; } /* '' */
.icon-volume-off:before { content: '\e847'; } /* '' */
.icon-volume-down:before { content: '\e848'; } /* '' */
.icon-volume-up:before { content: '\e849'; } /* '' */
.icon-headphones:before { content: '\e84a'; } /* '' */
.icon-clock:before { content: '\e84b'; } /* '' */
.icon-block:before { content: '\e84c'; } /* '' */
.icon-resize-full:before { content: '\e84d'; } /* '' */
.icon-resize-small:before { content: '\e84e'; } /* '' */
.icon-resize-vertical:before { content: '\e84f'; } /* '' */
.icon-resize-horizontal:before { content: '\e850'; } /* '' */
.icon-zoom-in:before { content: '\e851'; } /* '' */
.icon-zoom-out:before { content: '\e852'; } /* '' */
.icon-down-circled2:before { content: '\e853'; } /* '' */
.icon-up-circled2:before { content: '\e854'; } /* '' */
.icon-down-dir:before { content: '\e855'; } /* '' */
.icon-up-dir:before { content: '\e856'; } /* '' */
.icon-left-dir:before { content: '\e857'; } /* '' */
.icon-right-dir:before { content: '\e858'; } /* '' */
.icon-down-open:before { content: '\e859'; } /* '' */
.icon-left-open:before { content: '\e85a'; } /* '' */
.icon-right-open:before { content: '\e85b'; } /* '' */
.icon-up-open:before { content: '\e85c'; } /* '' */
.icon-down-big:before { content: '\e85d'; } /* '' */
.icon-left-big:before { content: '\e85e'; } /* '' */
.icon-right-big:before { content: '\e85f'; } /* '' */
.icon-up-big:before { content: '\e860'; } /* '' */
.icon-right-hand:before { content: '\e861'; } /* '' */
.icon-left-hand:before { content: '\e862'; } /* '' */
.icon-up-hand:before { content: '\e863'; } /* '' */
.icon-down-hand:before { content: '\e864'; } /* '' */
.icon-cw:before { content: '\e865'; } /* '' */
.icon-ccw:before { content: '\e866'; } /* '' */
.icon-arrows-cw:before { content: '\e867'; } /* '' */
.icon-shuffle:before { content: '\e868'; } /* '' */
.icon-play:before { content: '\e869'; } /* '' */
.icon-play-circled2:before { content: '\e86a'; } /* '' */
.icon-stop:before { content: '\e86b'; } /* '' */
.icon-pause:before { content: '\e86c'; } /* '' */
.icon-to-end:before { content: '\e86d'; } /* '' */
.icon-to-end-alt:before { content: '\e86e'; } /* '' */
.icon-to-start:before { content: '\e86f'; } /* '' */
.icon-to-start-alt:before { content: '\e870'; } /* '' */
.icon-fast-fw:before { content: '\e871'; } /* '' */
.icon-fast-bw:before { content: '\e872'; } /* '' */
.icon-eject:before { content: '\e873'; } /* '' */
.icon-target:before { content: '\e874'; } /* '' */
.icon-signal:before { content: '\e875'; } /* '' */
.icon-award:before { content: '\e876'; } /* '' */
.icon-inbox:before { content: '\e877'; } /* '' */
.icon-globe:before { content: '\e878'; } /* '' */
.icon-cloud:before { content: '\e879'; } /* '' */
.icon-flash:before { content: '\e87a'; } /* '' */
.icon-umbrella:before { content: '\e87b'; } /* '' */
.icon-flight:before { content: '\e87c'; } /* '' */
.icon-leaf:before { content: '\e87d'; } /* '' */
.icon-font:before { content: '\e87e'; } /* '' */
.icon-bold:before { content: '\e87f'; } /* '' */
.icon-italic:before { content: '\e880'; } /* '' */
.icon-text-height:before { content: '\e881'; } /* '' */
.icon-text-width:before { content: '\e882'; } /* '' */
.icon-align-left:before { content: '\e883'; } /* '' */
.icon-align-center:before { content: '\e884'; } /* '' */
.icon-align-right:before { content: '\e885'; } /* '' */
.icon-align-justify:before { content: '\e886'; } /* '' */
.icon-list:before { content: '\e887'; } /* '' */
.icon-indent-left:before { content: '\e888'; } /* '' */
.icon-indent-right:before { content: '\e889'; } /* '' */
.icon-scissors:before { content: '\e88a'; } /* '' */
.icon-briefcase:before { content: '\e88b'; } /* '' */
.icon-off:before { content: '\e88c'; } /* '' */
.icon-road:before { content: '\e88d'; } /* '' */
.icon-list-alt:before { content: '\e88e'; } /* '' */
.icon-qrcode:before { content: '\e88f'; } /* '' */
.icon-barcode:before { content: '\e890'; } /* '' */
.icon-book:before { content: '\e891'; } /* '' */
.icon-adjust:before { content: '\e892'; } /* '' */
.icon-tint:before { content: '\e893'; } /* '' */
.icon-check:before { content: '\e894'; } /* '' */
.icon-asterisk:before { content: '\e895'; } /* '' */
.icon-gift:before { content: '\e896'; } /* '' */
.icon-fire:before { content: '\e897'; } /* '' */
.icon-magnet:before { content: '\e898'; } /* '' */
.icon-chart-bar:before { content: '\e899'; } /* '' */
.icon-credit-card:before { content: '\e89a'; } /* '' */
.icon-floppy:before { content: '\e89b'; } /* '' */
.icon-megaphone:before { content: '\e89c'; } /* '' */
.icon-key:before { content: '\e89d'; } /* '' */
.icon-truck:before { content: '\e89e'; } /* '' */
.icon-hammer:before { content: '\e89f'; } /* '' */
.icon-lemon:before { content: '\e8a0'; } /* '' */
.icon-move:before { content: '\f047'; } /* 'G' */
.icon-link-ext:before { content: '\f08e'; } /* '' */
.icon-check-empty:before { content: '\f096'; } /* '' */
.icon-bookmark-empty:before { content: '\f097'; } /* '' */
.icon-phone-squared:before { content: '\f098'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-github-circled:before { content: '\f09b'; } /* '' */
.icon-rss:before { content: '\f09e'; } /* '' */
.icon-hdd:before { content: '\f0a0'; } /* ' ' */
.icon-certificate:before { content: '\f0a3'; } /* '£' */
.icon-left-circled:before { content: '\f0a8'; } /* '¨' */
.icon-right-circled:before { content: '\f0a9'; } /* '©' */
.icon-up-circled:before { content: '\f0aa'; } /* 'ª' */
.icon-down-circled:before { content: '\f0ab'; } /* '«' */
.icon-tasks:before { content: '\f0ae'; } /* '®' */
.icon-filter:before { content: '\f0b0'; } /* '°' */
.icon-resize-full-alt:before { content: '\f0b2'; } /* '²' */
.icon-beaker:before { content: '\f0c3'; } /* 'Ã' */
.icon-docs:before { content: '\f0c5'; } /* 'Å' */
.icon-blank:before { content: '\f0c8'; } /* 'È' */
.icon-menu:before { content: '\f0c9'; } /* 'É' */
.icon-list-bullet:before { content: '\f0ca'; } /* 'Ê' */
.icon-list-numbered:before { content: '\f0cb'; } /* 'Ë' */
.icon-strike:before { content: '\f0cc'; } /* 'Ì' */
.icon-underline:before { content: '\f0cd'; } /* 'Í' */
.icon-table:before { content: '\f0ce'; } /* 'Î' */
.icon-magic:before { content: '\f0d0'; } /* 'Ð' */
.icon-pinterest-circled:before { content: '\f0d2'; } /* 'Ò' */
.icon-pinterest-squared:before { content: '\f0d3'; } /* 'Ó' */
.icon-gplus-squared:before { content: '\f0d4'; } /* 'Ô' */
.icon-gplus:before { content: '\f0d5'; } /* 'Õ' */
.icon-money:before { content: '\f0d6'; } /* 'Ö' */
.icon-columns:before { content: '\f0db'; } /* 'Û' */
.icon-sort:before { content: '\f0dc'; } /* 'Ü' */
.icon-sort-down:before { content: '\f0dd'; } /* 'Ý' */
.icon-sort-up:before { content: '\f0de'; } /* 'Þ' */
.icon-mail-alt:before { content: '\f0e0'; } /* 'à' */
.icon-linkedin:before { content: '\f0e1'; } /* 'á' */
.icon-gauge:before { content: '\f0e4'; } /* 'ä' */
.icon-comment-empty:before { content: '\f0e5'; } /* 'å' */
.icon-chat-empty:before { content: '\f0e6'; } /* 'æ' */
.icon-sitemap:before { content: '\f0e8'; } /* 'è' */
.icon-paste:before { content: '\f0ea'; } /* 'ê' */
.icon-lightbulb:before { content: '\f0eb'; } /* 'ë' */
.icon-exchange:before { content: '\f0ec'; } /* 'ì' */
.icon-download-cloud:before { content: '\f0ed'; } /* 'í' */
.icon-upload-cloud:before { content: '\f0ee'; } /* 'î' */
.icon-user-md:before { content: '\f0f0'; } /* 'ð' */
.icon-stethoscope:before { content: '\f0f1'; } /* 'ñ' */
.icon-suitcase:before { content: '\f0f2'; } /* 'ò' */
.icon-bell-alt:before { content: '\f0f3'; } /* 'ó' */
.icon-coffee:before { content: '\f0f4'; } /* 'ô' */
.icon-food:before { content: '\f0f5'; } /* 'õ' */
.icon-doc-text:before { content: '\f0f6'; } /* 'ö' */
.icon-building:before { content: '\f0f7'; } /* '÷' */
.icon-hospital:before { content: '\f0f8'; } /* 'ø' */
.icon-ambulance:before { content: '\f0f9'; } /* 'ù' */
.icon-medkit:before { content: '\f0fa'; } /* 'ú' */
.icon-fighter-jet:before { content: '\f0fb'; } /* 'û' */
.icon-beer:before { content: '\f0fc'; } /* 'ü' */
.icon-h-sigh:before { content: '\f0fd'; } /* 'ý' */
.icon-plus-squared:before { content: '\f0fe'; } /* 'þ' */
.icon-angle-double-left:before { content: '\f100'; } /* '' */
.icon-angle-double-right:before { content: '\f101'; } /* '' */
.icon-angle-double-up:before { content: '\f102'; } /* '' */
.icon-angle-double-down:before { content: '\f103'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.icon-desktop:before { content: '\f108'; } /* '' */
.icon-laptop:before { content: '\f109'; } /* '' */
.icon-tablet:before { content: '\f10a'; } /* '' */
.icon-mobile:before { content: '\f10b'; } /* '' */
.icon-circle-empty:before { content: '\f10c'; } /* '' */
.icon-quote-left:before { content: '\f10d'; } /* '' */
.icon-quote-right:before { content: '\f10e'; } /* '' */
.icon-spinner:before { content: '\f110'; } /* '' */
.icon-circle:before { content: '\f111'; } /* '' */
.icon-reply:before { content: '\f112'; } /* '' */
.icon-github:before { content: '\f113'; } /* '' */
.icon-folder-empty:before { content: '\f114'; } /* '' */
.icon-folder-open-empty:before { content: '\f115'; } /* '' */
.icon-smile:before { content: '\f118'; } /* '' */
.icon-frown:before { content: '\f119'; } /* '' */
.icon-meh:before { content: '\f11a'; } /* '' */
.icon-gamepad:before { content: '\f11b'; } /* '' */
.icon-keyboard:before { content: '\f11c'; } /* '' */
.icon-flag-empty:before { content: '\f11d'; } /* '' */
.icon-flag-checkered:before { content: '\f11e'; } /* '' */
.icon-terminal:before { content: '\f120'; } /* '' */
.icon-code:before { content: '\f121'; } /* '' */
.icon-reply-all:before { content: '\f122'; } /* '' */
.icon-star-half-alt:before { content: '\f123'; } /* '' */
.icon-direction:before { content: '\f124'; } /* '' */
.icon-crop:before { content: '\f125'; } /* '' */
.icon-fork:before { content: '\f126'; } /* '' */
.icon-unlink:before { content: '\f127'; } /* '' */
.icon-help:before { content: '\f128'; } /* '' */
.icon-info:before { content: '\f129'; } /* '' */
.icon-attention-alt:before { content: '\f12a'; } /* '' */
.icon-superscript:before { content: '\f12b'; } /* '' */
.icon-subscript:before { content: '\f12c'; } /* '' */
.icon-eraser:before { content: '\f12d'; } /* '' */
.icon-puzzle:before { content: '\f12e'; } /* '' */
.icon-mic:before { content: '\f130'; } /* '' */
.icon-mute:before { content: '\f131'; } /* '' */
.icon-shield:before { content: '\f132'; } /* '' */
.icon-calendar-empty:before { content: '\f133'; } /* '' */
.icon-extinguisher:before { content: '\f134'; } /* '' */
.icon-rocket:before { content: '\f135'; } /* '' */
.icon-maxcdn:before { content: '\f136'; } /* '' */
.icon-angle-circled-left:before { content: '\f137'; } /* '' */
.icon-angle-circled-right:before { content: '\f138'; } /* '' */
.icon-angle-circled-up:before { content: '\f139'; } /* '' */
.icon-angle-circled-down:before { content: '\f13a'; } /* '' */
.icon-html5:before { content: '\f13b'; } /* '' */
.icon-css3:before { content: '\f13c'; } /* '' */
.icon-anchor:before { content: '\f13d'; } /* '' */
.icon-lock-open-alt:before { content: '\f13e'; } /* '' */
.icon-bullseye:before { content: '\f140'; } /* '' */
.icon-ellipsis:before { content: '\f141'; } /* '' */
.icon-ellipsis-vert:before { content: '\f142'; } /* '' */
.icon-rss-squared:before { content: '\f143'; } /* '' */
.icon-play-circled:before { content: '\f144'; } /* '' */
.icon-ticket:before { content: '\f145'; } /* '' */
.icon-minus-squared:before { content: '\f146'; } /* '' */
.icon-minus-squared-alt:before { content: '\f147'; } /* '' */
.icon-level-up:before { content: '\f148'; } /* '' */
.icon-level-down:before { content: '\f149'; } /* '' */
.icon-ok-squared:before { content: '\f14a'; } /* '' */
.icon-pencil-squared:before { content: '\f14b'; } /* '' */
.icon-link-ext-alt:before { content: '\f14c'; } /* '' */
.icon-export-alt:before { content: '\f14d'; } /* '' */
.icon-compass:before { content: '\f14e'; } /* '' */
.icon-expand:before { content: '\f150'; } /* '' */
.icon-collapse:before { content: '\f151'; } /* '' */
.icon-expand-right:before { content: '\f152'; } /* '' */
.icon-euro:before { content: '\f153'; } /* '' */
.icon-pound:before { content: '\f154'; } /* '' */
.icon-dollar:before { content: '\f155'; } /* '' */
.icon-rupee:before { content: '\f156'; } /* '' */
.icon-yen:before { content: '\f157'; } /* '' */
.icon-rouble:before { content: '\f158'; } /* '' */
.icon-won:before { content: '\f159'; } /* '' */
.icon-bitcoin:before { content: '\f15a'; } /* '' */
.icon-doc-inv:before { content: '\f15b'; } /* '' */
.icon-doc-text-inv:before { content: '\f15c'; } /* '' */
.icon-sort-name-up:before { content: '\f15d'; } /* '' */
.icon-sort-name-down:before { content: '\f15e'; } /* '' */
.icon-sort-alt-up:before { content: '\f160'; } /* '' */
.icon-sort-alt-down:before { content: '\f161'; } /* '' */
.icon-sort-number-up:before { content: '\f162'; } /* '' */
.icon-sort-number-down:before { content: '\f163'; } /* '' */
.icon-thumbs-up-alt:before { content: '\f164'; } /* '' */
.icon-thumbs-down-alt:before { content: '\f165'; } /* '' */
.icon-youtube-squared:before { content: '\f166'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-xing:before { content: '\f168'; } /* '' */
.icon-xing-squared:before { content: '\f169'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-dropbox:before { content: '\f16b'; } /* '' */
.icon-stackoverflow:before { content: '\f16c'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-flickr:before { content: '\f16e'; } /* '' */
.icon-adn:before { content: '\f170'; } /* '' */
.icon-bitbucket:before { content: '\f171'; } /* '' */
.icon-bitbucket-squared:before { content: '\f172'; } /* '' */
.icon-tumblr:before { content: '\f173'; } /* '' */
.icon-tumblr-squared:before { content: '\f174'; } /* '' */
.icon-down:before { content: '\f175'; } /* '' */
.icon-up:before { content: '\f176'; } /* '' */
.icon-left:before { content: '\f177'; } /* '' */
.icon-right:before { content: '\f178'; } /* '' */
.icon-apple:before { content: '\f179'; } /* '' */
.icon-windows:before { content: '\f17a'; } /* '' */
.icon-android:before { content: '\f17b'; } /* '' */
.icon-linux:before { content: '\f17c'; } /* '' */
.icon-dribbble:before { content: '\f17d'; } /* '' */
.icon-skype:before { content: '\f17e'; } /* '' */
.icon-foursquare:before { content: '\f180'; } /* '' */
.icon-trello:before { content: '\f181'; } /* '' */
.icon-female:before { content: '\f182'; } /* '' */
.icon-male:before { content: '\f183'; } /* '' */
.icon-gittip:before { content: '\f184'; } /* '' */
.icon-sun:before { content: '\f185'; } /* '' */
.icon-moon:before { content: '\f186'; } /* '' */
.icon-box:before { content: '\f187'; } /* '' */
.icon-bug:before { content: '\f188'; } /* '' */
.icon-vkontakte:before { content: '\f189'; } /* '' */
.icon-weibo:before { content: '\f18a'; } /* '' */
.icon-renren:before { content: '\f18b'; } /* '' */
.icon-pagelines:before { content: '\f18c'; } /* '' */
.icon-stackexchange:before { content: '\f18d'; } /* '' */
.icon-right-circled2:before { content: '\f18e'; } /* '' */
.icon-left-circled2:before { content: '\f190'; } /* '' */
.icon-collapse-left:before { content: '\f191'; } /* '' */
.icon-dot-circled:before { content: '\f192'; } /* '' */
.icon-wheelchair:before { content: '\f193'; } /* '' */
.icon-vimeo-squared:before { content: '\f194'; } /* '' */
.icon-try:before { content: '\f195'; } /* '' */
.icon-plus-squared-alt:before { content: '\f196'; } /* '' */
.icon-space-shuttle:before { content: '\f197'; } /* '' */
.icon-slack:before { content: '\f198'; } /* '' */
.icon-mail-squared:before { content: '\f199'; } /* '' */
.icon-wordpress:before { content: '\f19a'; } /* '' */
.icon-openid:before { content: '\f19b'; } /* '' */
.icon-bank:before { content: '\f19c'; } /* '' */
.icon-graduation-cap:before { content: '\f19d'; } /* '' */
.icon-yahoo:before { content: '\f19e'; } /* '' */
.icon-google:before { content: '\f1a0'; } /* '' */
.icon-reddit:before { content: '\f1a1'; } /* '' */
.icon-reddit-squared:before { content: '\f1a2'; } /* '' */
.icon-stumbleupon-circled:before { content: '\f1a3'; } /* '' */
.icon-stumbleupon:before { content: '\f1a4'; } /* '' */
.icon-delicious:before { content: '\f1a5'; } /* '' */
.icon-digg:before { content: '\f1a6'; } /* '' */
.icon-pied-piper-squared:before { content: '\f1a7'; } /* '' */
.icon-pied-piper-alt:before { content: '\f1a8'; } /* '' */
.icon-drupal:before { content: '\f1a9'; } /* '' */
.icon-joomla:before { content: '\f1aa'; } /* '' */
.icon-language:before { content: '\f1ab'; } /* '' */
.icon-fax:before { content: '\f1ac'; } /* '' */
.icon-building-filled:before { content: '\f1ad'; } /* '' */
.icon-child:before { content: '\f1ae'; } /* '' */
.icon-paw:before { content: '\f1b0'; } /* '' */
.icon-spoon:before { content: '\f1b1'; } /* '' */
.icon-cube:before { content: '\f1b2'; } /* '' */
.icon-cubes:before { content: '\f1b3'; } /* '' */
.icon-behance:before { content: '\f1b4'; } /* '' */
.icon-behance-squared:before { content: '\f1b5'; } /* '' */
.icon-steam:before { content: '\f1b6'; } /* '' */
.icon-steam-squared:before { content: '\f1b7'; } /* '' */
.icon-recycle:before { content: '\f1b8'; } /* '' */
.icon-cab:before { content: '\f1b9'; } /* '' */
.icon-taxi:before { content: '\f1ba'; } /* '' */
.icon-tree:before { content: '\f1bb'; } /* '' */
.icon-spotify:before { content: '\f1bc'; } /* '' */
.icon-deviantart:before { content: '\f1bd'; } /* '' */
.icon-soundcloud:before { content: '\f1be'; } /* '' */
.icon-database:before { content: '\f1c0'; } /* '' */
.icon-file-pdf:before { content: '\f1c1'; } /* '' */
.icon-file-word:before { content: '\f1c2'; } /* '' */
.icon-file-excel:before { content: '\f1c3'; } /* '' */
.icon-file-powerpoint:before { content: '\f1c4'; } /* '' */
.icon-file-image:before { content: '\f1c5'; } /* '' */
.icon-file-archive:before { content: '\f1c6'; } /* '' */
.icon-file-audio:before { content: '\f1c7'; } /* '' */
.icon-file-video:before { content: '\f1c8'; } /* '' */
.icon-file-code:before { content: '\f1c9'; } /* '' */
.icon-vine:before { content: '\f1ca'; } /* '' */
.icon-codeopen:before { content: '\f1cb'; } /* '' */
.icon-jsfiddle:before { content: '\f1cc'; } /* '' */
.icon-lifebuoy:before { content: '\f1cd'; } /* '' */
.icon-circle-notch:before { content: '\f1ce'; } /* '' */
.icon-rebel:before { content: '\f1d0'; } /* '' */
.icon-empire:before { content: '\f1d1'; } /* '' */
.icon-git-squared:before { content: '\f1d2'; } /* '' */
.icon-git:before { content: '\f1d3'; } /* '' */
.icon-hacker-news:before { content: '\f1d4'; } /* '' */
.icon-tencent-weibo:before { content: '\f1d5'; } /* '' */
.icon-qq:before { content: '\f1d6'; } /* '' */
.icon-wechat:before { content: '\f1d7'; } /* '' */
.icon-paper-plane:before { content: '\f1d8'; } /* '' */
.icon-paper-plane-empty:before { content: '\f1d9'; } /* '' */
.icon-history:before { content: '\f1da'; } /* '' */
.icon-circle-thin:before { content: '\f1db'; } /* '' */
.icon-header:before { content: '\f1dc'; } /* '' */
.icon-paragraph:before { content: '\f1dd'; } /* '' */
.icon-sliders:before { content: '\f1de'; } /* '' */
.icon-share:before { content: '\f1e0'; } /* '' */
.icon-share-squared:before { content: '\f1e1'; } /* '' */
.icon-bomb:before { content: '\f1e2'; } /* '' */
.icon-soccer-ball:before { content: '\f1e3'; } /* '' */
.icon-tty:before { content: '\f1e4'; } /* '' */
.icon-binoculars:before { content: '\f1e5'; } /* '' */
.icon-plug:before { content: '\f1e6'; } /* '' */
.icon-slideshare:before { content: '\f1e7'; } /* '' */
.icon-twitch:before { content: '\f1e8'; } /* '' */
.icon-yelp:before { content: '\f1e9'; } /* '' */
.icon-newspaper:before { content: '\f1ea'; } /* '' */
.icon-wifi:before { content: '\f1eb'; } /* '' */
.icon-calc:before { content: '\f1ec'; } /* '' */
.icon-paypal:before { content: '\f1ed'; } /* '' */
.icon-gwallet:before { content: '\f1ee'; } /* '' */
.icon-cc-visa:before { content: '\f1f0'; } /* '' */
.icon-cc-mastercard:before { content: '\f1f1'; } /* '' */
.icon-cc-discover:before { content: '\f1f2'; } /* '' */
.icon-cc-amex:before { content: '\f1f3'; } /* '' */
.icon-cc-paypal:before { content: '\f1f4'; } /* '' */
.icon-cc-stripe:before { content: '\f1f5'; } /* '' */
.icon-bell-off:before { content: '\f1f6'; } /* '' */
.icon-bell-off-empty:before { content: '\f1f7'; } /* '' */
.icon-trash:before { content: '\f1f8'; } /* '' */
.icon-copyright:before { content: '\f1f9'; } /* '' */
.icon-at:before { content: '\f1fa'; } /* '' */
.icon-eyedropper:before { content: '\f1fb'; } /* '' */
.icon-brush:before { content: '\f1fc'; } /* '' */
.icon-birthday:before { content: '\f1fd'; } /* '' */
.icon-chart-area:before { content: '\f1fe'; } /* '' */
.icon-chart-pie:before { content: '\f200'; } /* '' */
.icon-chart-line:before { content: '\f201'; } /* '' */
.icon-lastfm:before { content: '\f202'; } /* '' */
.icon-lastfm-squared:before { content: '\f203'; } /* '' */
.icon-toggle-off:before { content: '\f204'; } /* '' */
.icon-toggle-on:before { content: '\f205'; } /* '' */
.icon-bicycle:before { content: '\f206'; } /* '' */
.icon-bus:before { content: '\f207'; } /* '' */
.icon-ioxhost:before { content: '\f208'; } /* '' */
.icon-angellist:before { content: '\f209'; } /* '' */
.icon-cc:before { content: '\f20a'; } /* '' */
.icon-shekel:before { content: '\f20b'; } /* '' */
.icon-meanpath:before { content: '\f20c'; } /* '' */
.icon-buysellads:before { content: '\f20d'; } /* '' */
.icon-connectdevelop:before { content: '\f20e'; } /* '' */
.icon-dashcube:before { content: '\f210'; } /* '' */
.icon-forumbee:before { content: '\f211'; } /* '' */
.icon-leanpub:before { content: '\f212'; } /* '' */
.icon-sellsy:before { content: '\f213'; } /* '' */
.icon-shirtsinbulk:before { content: '\f214'; } /* '' */
.icon-simplybuilt:before { content: '\f215'; } /* '' */
.icon-skyatlas:before { content: '\f216'; } /* '' */
.icon-cart-plus:before { content: '\f217'; } /* '' */
.icon-cart-arrow-down:before { content: '\f218'; } /* '' */
.icon-diamond:before { content: '\f219'; } /* '' */
.icon-ship:before { content: '\f21a'; } /* '' */
.icon-user-secret:before { content: '\f21b'; } /* '' */
.icon-motorcycle:before { content: '\f21c'; } /* '' */
.icon-street-view:before { content: '\f21d'; } /* '' */
.icon-heartbeat:before { content: '\f21e'; } /* '' */
.icon-venus:before { content: '\f221'; } /* '' */
.icon-mars:before { content: '\f222'; } /* '' */
.icon-mercury:before { content: '\f223'; } /* '' */
.icon-transgender:before { content: '\f224'; } /* '' */
.icon-transgender-alt:before { content: '\f225'; } /* '' */
.icon-venus-double:before { content: '\f226'; } /* '' */
.icon-mars-double:before { content: '\f227'; } /* '' */
.icon-venus-mars:before { content: '\f228'; } /* '' */
.icon-mars-stroke:before { content: '\f229'; } /* '' */
.icon-mars-stroke-v:before { content: '\f22a'; } /* '' */
.icon-mars-stroke-h:before { content: '\f22b'; } /* '' */
.icon-neuter:before { content: '\f22c'; } /* '' */
.icon-genderless:before { content: '\f22d'; } /* '' */
.icon-facebook-official:before { content: '\f230'; } /* '' */
.icon-pinterest:before { content: '\f231'; } /* '' */
.icon-whatsapp:before { content: '\f232'; } /* '' */
.icon-server:before { content: '\f233'; } /* '' */
.icon-user-plus:before { content: '\f234'; } /* '' */
.icon-user-times:before { content: '\f235'; } /* '' */
.icon-bed:before { content: '\f236'; } /* '' */
.icon-viacoin:before { content: '\f237'; } /* '' */
.icon-train:before { content: '\f238'; } /* '' */
.icon-subway:before { content: '\f239'; } /* '' */
.icon-medium:before { content: '\f23a'; } /* '' */
.icon-y-combinator:before { content: '\f23b'; } /* '' */
.icon-optin-monster:before { content: '\f23c'; } /* '' */
.icon-opencart:before { content: '\f23d'; } /* '' */
.icon-expeditedssl:before { content: '\f23e'; } /* '' */
.icon-battery-4:before { content: '\f240'; } /* '' */
.icon-battery-3:before { content: '\f241'; } /* '' */
.icon-battery-2:before { content: '\f242'; } /* '' */
.icon-battery-1:before { content: '\f243'; } /* '' */
.icon-battery-0:before { content: '\f244'; } /* '' */
.icon-mouse-pointer:before { content: '\f245'; } /* '' */
.icon-i-cursor:before { content: '\f246'; } /* '' */
.icon-object-group:before { content: '\f247'; } /* '' */
.icon-object-ungroup:before { content: '\f248'; } /* '' */
.icon-sticky-note:before { content: '\f249'; } /* '' */
.icon-sticky-note-o:before { content: '\f24a'; } /* '' */
.icon-cc-jcb:before { content: '\f24b'; } /* '' */
.icon-cc-diners-club:before { content: '\f24c'; } /* '' */
.icon-clone:before { content: '\f24d'; } /* '' */
.icon-balance-scale:before { content: '\f24e'; } /* '' */
.icon-hourglass-o:before { content: '\f250'; } /* '' */
.icon-hourglass-1:before { content: '\f251'; } /* '' */
.icon-hourglass-2:before { content: '\f252'; } /* '' */
.icon-hourglass-3:before { content: '\f253'; } /* '' */
.icon-hourglass:before { content: '\f254'; } /* '' */
.icon-hand-grab-o:before { content: '\f255'; } /* '' */
.icon-hand-paper-o:before { content: '\f256'; } /* '' */
.icon-hand-scissors-o:before { content: '\f257'; } /* '' */
.icon-hand-lizard-o:before { content: '\f258'; } /* '' */
.icon-hand-spock-o:before { content: '\f259'; } /* '' */
.icon-hand-pointer-o:before { content: '\f25a'; } /* '' */
.icon-hand-peace-o:before { content: '\f25b'; } /* '' */
.icon-trademark:before { content: '\f25c'; } /* '' */
.icon-registered:before { content: '\f25d'; } /* '' */
.icon-creative-commons:before { content: '\f25e'; } /* '' */
.icon-gg:before { content: '\f260'; } /* '' */
.icon-gg-circle:before { content: '\f261'; } /* '' */
.icon-tripadvisor:before { content: '\f262'; } /* '' */
.icon-odnoklassniki:before { content: '\f263'; } /* '' */
.icon-odnoklassniki-square:before { content: '\f264'; } /* '' */
.icon-get-pocket:before { content: '\f265'; } /* '' */
.icon-wikipedia-w:before { content: '\f266'; } /* '' */
.icon-safari:before { content: '\f267'; } /* '' */
.icon-chrome:before { content: '\f268'; } /* '' */
.icon-firefox:before { content: '\f269'; } /* '' */
.icon-opera:before { content: '\f26a'; } /* '' */
.icon-internet-explorer:before { content: '\f26b'; } /* '' */
.icon-television:before { content: '\f26c'; } /* '' */
.icon-contao:before { content: '\f26d'; } /* '' */
.icon-500px:before { content: '\f26e'; } /* '' */
.icon-amazon:before { content: '\f270'; } /* '' */
.icon-calendar-plus-o:before { content: '\f271'; } /* '' */
.icon-calendar-minus-o:before { content: '\f272'; } /* '' */
.icon-calendar-times-o:before { content: '\f273'; } /* '' */
.icon-calendar-check-o:before { content: '\f274'; } /* '' */
.icon-industry:before { content: '\f275'; } /* '' */
.icon-map-pin:before { content: '\f276'; } /* '' */
.icon-map-signs:before { content: '\f277'; } /* '' */
.icon-map-o:before { content: '\f278'; } /* '' */
.icon-map:before { content: '\f279'; } /* '' */
.icon-commenting:before { content: '\f27a'; } /* '' */
.icon-commenting-o:before { content: '\f27b'; } /* '' */
.icon-houzz:before { content: '\f27c'; } /* '' */
.icon-vimeo:before { content: '\f27d'; } /* '' */
.icon-black-tie:before { content: '\f27e'; } /* '' */
.icon-fonticons:before { content: '\f280'; } /* '' */
.icon-reddit-alien:before { content: '\f281'; } /* '' */
.icon-edge:before { content: '\f282'; } /* '' */
.icon-credit-card-alt:before { content: '\f283'; } /* '' */
.icon-codiepie:before { content: '\f284'; } /* '' */
.icon-modx:before { content: '\f285'; } /* '' */
.icon-fort-awesome:before { content: '\f286'; } /* '' */
.icon-usb:before { content: '\f287'; } /* '' */
.icon-product-hunt:before { content: '\f288'; } /* '' */
.icon-mixcloud:before { content: '\f289'; } /* '' */
.icon-scribd:before { content: '\f28a'; } /* '' */
.icon-pause-circle:before { content: '\f28b'; } /* '' */
.icon-pause-circle-o:before { content: '\f28c'; } /* '' */
.icon-stop-circle:before { content: '\f28d'; } /* '' */
.icon-stop-circle-o:before { content: '\f28e'; } /* '' */
.icon-shopping-bag:before { content: '\f290'; } /* '' */
.icon-shopping-basket:before { content: '\f291'; } /* '' */
.icon-hashtag:before { content: '\f292'; } /* '' */
.icon-bluetooth:before { content: '\f293'; } /* '' */
.icon-bluetooth-b:before { content: '\f294'; } /* '' */
.icon-percent:before { content: '\f295'; } /* '' */
.icon-gitlab:before { content: '\f296'; } /* '' */
.icon-wpbeginner:before { content: '\f297'; } /* '' */
.icon-wpforms:before { content: '\f298'; } /* '' */
.icon-envira:before { content: '\f299'; } /* '' */
.icon-universal-access:before { content: '\f29a'; } /* '' */
.icon-wheelchair-alt:before { content: '\f29b'; } /* '' */
.icon-question-circle-o:before { content: '\f29c'; } /* '' */
.icon-blind:before { content: '\f29d'; } /* '' */
.icon-audio-description:before { content: '\f29e'; } /* '' */
.icon-volume-control-phone:before { content: '\f2a0'; } /* '' */
.icon-braille:before { content: '\f2a1'; } /* '' */
.icon-assistive-listening-systems:before { content: '\f2a2'; } /* '' */
.icon-american-sign-language-interpreting:before { content: '\f2a3'; } /* '' */
.icon-asl-interpreting:before { content: '\f2a4'; } /* '' */
.icon-glide:before { content: '\f2a5'; } /* '' */
.icon-glide-g:before { content: '\f2a6'; } /* '' */
.icon-sign-language:before { content: '\f2a7'; } /* '' */
.icon-low-vision:before { content: '\f2a8'; } /* '' */
.icon-viadeo:before { content: '\f2a9'; } /* '' */
.icon-viadeo-square:before { content: '\f2aa'; } /* '' */
.icon-snapchat:before { content: '\f2ab'; } /* '' */
.icon-snapchat-ghost:before { content: '\f2ac'; } /* '' */
.icon-snapchat-square:before { content: '\f2ad'; } /* '' */
.icon-pied-piper:before { content: '\f2ae'; } /* '' */
.icon-first-order:before { content: '\f2b0'; } /* '' */
.icon-yoast:before { content: '\f2b1'; } /* '' */
.icon-themeisle:before { content: '\f2b2'; } /* '' */
.icon-google-plus-circle:before { content: '\f2b3'; } /* '' */
.icon-font-awesome:before { content: '\f2b4'; } /* '' */
.icon-github-squared:before { content: '\f300'; } /* '' */
.icon-twitter-squared:before { content: '\f304'; } /* '' */
.icon-facebook-squared:before { content: '\f308'; } /* '' */
.icon-linkedin-squared:before { content: '\f30c'; } /* '' */