/* firefish.Web.WebControls.ffStyleController.empty.css */
/*dependancy holder for sites that havn't been upgraded to use the browser reset file*/
/* firefish.Web.WebControls.Common.ffCommon.css */
a.uiButton {
    cursor: pointer; border: 1px solid transparent; padding: 2px; }
a.uiButton:hover {
    cursor: pointer; border: 1px solid #ddd; }	
    
a.lnkRemove {
    width: 16px; height: 16px; display: inline-block; background: url('/images/web-controls/Common/delete.gif') 2px 2px no-repeat; vertical-align: middle;}
a.lnkRemoveSmall {
    width: 11px; height: 11px; display: inline-block; background: url('/images/web-controls/Common/delete_small.gif') 0px 0px no-repeat; vertical-align: baseline;}
a.lnkRemove_Disabled {
    width: 16px; height: 16px; line-height: 16px; display: inline-block; background: url('/images/web-controls/Common/delete_disabled.gif') 2px 2px no-repeat; vertical-align: middle;}	
a.lnkEdit {
    padding-left: 19px; height: 16px; line-height: 16px; display: inline-block; background: url('/images/web-controls/Common/edit.gif') 2px 2px no-repeat; vertical-align: middle;}	
a.lnkEdit_Disabled {
    padding-left: 19px; height: 16px; line-height: 16px; display: inline-block; background: url('/images/web-controls/Common/edit_disabled.gif') 2px 2px no-repeat; vertical-align: middle;}	
a.lnkRestore {
    min-width: 16px; height: 16px; line-height: 16px; display: inline-block; background: url('/images/web-controls/Common/restore.gif') 2px 2px no-repeat; vertical-align: middle;}	
a.lnkRestore:hover 
{
    border: 1px solid transparent;
}

/*Entypo pictograms by Daniel Bruce — www.entypo.com - from fontello.com*/
@font-face {
    font-family: 'entyporegular';
    src: url('/_firefish/fonts/entypo/entypo.eot');
    src: url('/_firefish/fonts/entypo/entypo.eot#iefix') format('embedded-opentype'),
         url('/_firefish/fonts/entypo/entypo.woff') format('woff'),
         url('/_firefish/fonts/entypo/entypo.ttf') format('truetype'),
         url('/_firefish/fonts/entypo/entypo.svg#entyporegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*chrome fix*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'entypo';
    src: url('../font/entypo.svg?98899337#entypo') format('svg');
  }
}
.ffFontImage {
    font-family: entyporegular;
    font-size: 1.5rem;
    font-size:24px\9;
    line-height: 1;
    display: inline-block;
    color: #1e1e1e;
}

.ffFontImage.small {
    font-size: 13pt;
}

.ffFontImage.medium {
    font-size: 15pt;
}

.ffFontImage.grey {
    color: #CCC;
}
.ffFontImage.black {
    color: #000;
}
.ffFontImage.red {
    color: #E51837 !important;
}

.ffFontImage.registrationDocumentUploaded {
    font-size: 36px !important;
}

body#system a.fontImageNoUnderLine:hover,
a.fontImageNoUnderLine:hover {
    text-decoration: none;
}
a.fontImageNoUnderLine:hover > *:not(.ffFontImage) {
    text-decoration: underline;
}

.ffPrimaryColour {
    background-color: var(--ff-primary-colour) !important;
    color: var(--ff-primary-contrast-colour) !important;
}

.ffColourTableHeader {
    background-color: #f3f4f6 !important;
    color: #7E7E7F !important;
}

.ffSecondaryColour {
    color: var(--ff-secondary-colour) !important;
}


table.ui-datepicker-calendar td.ui-datepicker-today a {
    background-color: var(--ff-primary-colour) !important;
    color: var(--ff-primary-contrast-colour) !important;
    border: 1px solid var(--ff-primary-colour) !important;
}


div.ui-datepicker div.ui-datepicker-header {
    background-color: var(--ff-primary-colour) !important;
    color: var(--ff-primary-contrast-colour) !important;
}

.ui-datepicker-title select {
    padding: 0px !important;
}

.ui-datepicker-buttonpane {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: var(--ff-primary-colour) !important;
}

.ui-datepicker-buttonpane button {
    opacity: 1 !important;
    font-size: 1em;
    margin: 3px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.ui-datepicker-buttonpane .ui-datepicker-close {
    display: none;
}

.ui-datepicker {
    z-index: 12001 !important; 
}

.ui-datepicker .ui-state-default, 
.ui-datepicker.ui-widget-content .ui-state-default, 
.ui-datepicker .ui-widget-header .ui-state-default {
    font-weight: bold;
}

.max-width-95 {
    max-width: 95%;
}

input[type="checkbox"] {
    -webkit-filter: brightness(0.9);
}

    input[type="checkbox"]:checked {
        -webkit-filter: grayscale(100%) invert(100%) brightness(1.4);
    }



.ff-titlebar-visuallyHidden {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute;
    width: 1px !important;
}


.ff-titlebar-visuallyHidden {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute;
    width: 1px !important;
}


.ff-fieldset-borderVisuallyHidden {
    border: none;
    padding: 0;
    margin: 0;
}


.focus-visible-only:focus-visible {
    outline: 1px dotted #212121 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
}

/* firefish.Web.WebControls.ffTextBox.ffTextBox.css */
span.textAreaWithCount {
    display: block; }
span.textAreaWithCount .characterCount,
span.textAreaWithCount .characterCountRequired  {
    text-align: right; color: #666; font-size: 7pt;}
span.textAreaWithCount .characterCountRequired {
    margin-right: 15px;}

.hide
{
    display:none;
    margin-left: 3px;
}

.show
{
    display:inline-block;
    margin-left: 3px;
}

textarea.limitHeight {
    max-height: 400px;
}

.companyNewContactNameOrEmail {
    width: 250px;
}

/* firefish.Web.WebControls.ffGridView.ffGridView.css */
.resultsGrid
{
	border-collapse: separate;
	width: 100%;
}
body#system .resultsGrid
{
	font-size: 8pt;
    background-color:#fff;
}
.resultsHeader
{
	font-weight: bold;
	padding: 3px 0;
	text-align: left;
	background-color: #f3f4f6;
	color: #7E7E7F;
}
body#system .resultsHeader
{
	background-color: #f3f4f6;
	color: #7E7E7F;
}
.resultsHeader th
{
	padding: 3px;
    font-weight:700;
}
body#system .thickResultsHeader
{
	font-weight: bold;
	padding: 6px 6px;
	background-color: #f3f4f6;
	color: #7E7E7F;
}
.resultsHeader a
{
	text-decoration: none;
	padding: 0px;
}
body#system .resultsHeader a,
body#system .resultsHeader a:hover
{
	color: #7E7E7F;
    font-weight:700;
}
.resultsHeader a:hover
{
	text-decoration: underline;
}
.resultsRow span
{
	vertical-align: middle;
}

.resultsRow,
.resultsHighlightedRow 
{
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.resultsRow td.resultsRowCell,
.resultsHighlightedRow td.resultsRowCell
{
	border-top: 1px solid #e9ecf3;
	border-bottom: 1px solid #e9ecf3;
	margin: 0px;
	margin-bottom: 2px;
	padding: 3px;
	cursor: default;
	vertical-align: middle;
}
body#system td.resultsRowCell
{
	height: 30px;
}
.resultsRowCell[align="right"] {
	text-align: right;
}
.resultsRowCell[align="center"] {
	text-align: center;
}
.resultsRow.first td.resultsRowCell
{
	border-top: 1px dotted #fff;
}
.resultsRow.last td.resultsRowCell
{
	border-bottom: 1px dotted #fff;
}
body#system .resultsRow.selected
{
	background-color: var(--ff-highlight-colour);
	color: var(--ff-plain-text-colour);
}
.resultsHighlightedRow,
.resultsRow.highlighted
{
	background-color: var(--ff-highlight-colour);
	color: #000;
	cursor: pointer;
}
body#system .resultsHighlightedRow,
body#system .resultsRow.highlighted
{
	background-color: var(--ff-highlight-colour);
}
table.clickable .resultsHighlightedRow td.resultsRowCell,
table.clickable .resultsRow.highlighted td.resultsRowCell
{
	cursor: pointer;
}
.resultsRow.readOnly
{
	background-color: #eee;
}
.resultsEmptyData
{
	color: #000;
}
.resultItemText
{
	padding-right: 35px;
	background-color: #00f;
}
.resultsGroupHeader
{
	font-weight: bold;
}
body#system .resultsGroupHeader
{
	background-color: #f3f4f6;
	color: #7E7E7F;
	font-weight: bold;
}

span.ffKeywordRating { 
	width: 24px;
	height: 24px;
	display: block;
	background: url('/images/web-controls/ffGridView/KeywordRatingSprite.png') no-repeat;
	display: inline-block;
}
.ffKeywordRating.rating0 {
    background-position: 0 -168px;
	background-position-x: 0;
	background-position-y: -168px;
}
.ffKeywordRating.rating1 {
    background-position: 0 -144px;
	background-position-x: 0;
	background-position-y: -144px;
}
.ffKeywordRating.rating2 {
    background-position: 0 -120px;
	background-position-x: 0;
	background-position-y: -120px;
}
.ffKeywordRating.rating3 {
    background-position: 0 -96px;
	background-position-x: 0;
	background-position-y: -96px;
}
.ffKeywordRating.rating4 {
    background-position: 0 -72px;
	background-position-x: 0;
	background-position-y: -72px;
}
.ffKeywordRating.rating5 {
    background-position: 0 -48px;
	background-position-x: 0;
	background-position-y: -48px;
}
.ffKeywordRating.rating6 {
    background-position: 0 -24px;
	background-position-x: 0;
	background-position-y: -24px;
}
.ffKeywordRating.rating7 {
    background-position: 0 0;
	background-position-x: 0;
	background-position-y: 0;
}

.resultsRow td.resultsRowCell .documentMissing.ffFontImage
{
    cursor:default;
}

.resultsGrid .ffGridOpenInNewTabLink {
	display: inline-block;
	margin-bottom: 2px;
}

.resultsGrid--disabled .resultsHeader,
.resultsGrid--disabled .resultsRow {
	background-color: #e9ecf3 !important;
}

.resultsGrid--disabled .resultsRow,
.resultsGrid--disabled .resultsRow a {
	color: #94A1BF !important;
	text-decoration: none !important;
}

.resultsGrid--disabled .ffs-sprite {
	opacity: 0.5;
}

.contentNoWrap {
	white-space: nowrap;
}

/* firefish.Web.WebControls.ffHyperLink.ffHyperLink.css */
.ff-copyURL {
    position: relative;
}

.ff-copyURL a {
    float:none !important;
}

body#system a.ff-copyURL__icon {
    color: #000;
    font-weight: 700;
    text-decoration: none;
}

    body#system a.ff-copyURL__icon:hover {
        cursor: pointer;
        text-decoration: none;
    }

.ff-copyURL__notification {
    display: none;
    position: absolute;
    margin-top: 5px;
    right: 0;
    bottom:-45px;
    font-weight: 400;
    white-space: nowrap;
    padding: 10px;
    background-color: #E2EBE0;
    border-radius: 5px;
}

.ff-copyURL__notification--active {
    display: block;
}

/* firefish.Web.WebControls.ffPager.ffPager.css */
body#system .resultsHeader
{
	background-color: #f3f4f6;
	color: #7E7E7F;
	vertical-align: middle;
}
body#system .resultsHeader a,
body#system .resultsHeader a:hover
{
	color: #7E7E7F;    
}

.pager .pagerPageLinks a {
	padding: 2px;
}

body#system .pager .pagerPageLinks a
{
    padding:0;
}


@media (max-width: 767px) {
    .ffPager__previousText, 
	.ffPager__nextText {
		display:none;
	}
}
/* firefish.Web.WebControls.CMS.ffPoweredBy.css */
/*#region ffPoweredBy styles */

.ffPoweredBy .ffPoweredBy__link {
    font-family: Verdana, sans-serif;
    font-weight: 400;
    font-size: 11.5px;
    line-height: normal;
    letter-spacing: 0;
}

.ffPoweredBy .ffPoweredBy__link,
.ffPoweredBy .ffPoweredBy__text,
.ffPoweredBy .ffPoweredBy__logo {
    display: inline-block;
}


    .ffPoweredBy .ffPoweredBy__link
    .ffPoweredBy .ffPoweredBy__link:link,
    .ffPoweredBy .ffPoweredBy__link:hover,
    .ffPoweredBy .ffPoweredBy__link:visited,
    .ffPoweredBy .ffPoweredBy__link:active {
        text-decoration: none;
    }

/*#endregion */


/*#region Legacy Styles */

div.ff-powered-by a.ff-powered-by-logo,
div.ff-powered-by a.ff-powered-by-logo:link,
div.ff-powered-by a.ff-powered-by-logo:hover,
div.ff-powered-by a.ff-powered-by-logo:visited,
div.ff-powered-by a.ff-powered-by-logo:active {
    text-decoration: none;
    border-width:0;
}
.ff-powered-by-rec-lgn
{
    padding-left:1px;
    font-size:13px !important;
    visibility:visible !important;
}
.ff-powered-by-logo
{
    display:block;
}

.ffPoweredBy--system .ffPoweredBy__text {
    color: #000000;
}


.ffPoweredBy--system .ffPoweredBy__link .ffPoweredBy__logo svg {
    color: #E41A38;
}

/*#endregion */
/* /Content/Css/WebModalPanelResponsive.css */
/*Modal Panel*/
@media only screen and (max-width: 450px)
{
    .candidateAdvertApplicationArea .mdl-wrap .modalPanel
    {
        width:280px !important;
    }

    .candidateAdvertApplicationArea .mdl-wrap .modalPanel .UploadMain.UploadBody input[type="file"]
    {
        display:block;
        width:100%;
    }

    .ffLogin .advertLoginTable td
    {
        display:block;
    }
}
/* firefish.Web.WebControls.ffModalPanel.ffModalPanel.css */
body div.mdl-wrap {
    position:fixed;
    z-index:10001;
    display:none;
    -moz-border-radius:5px;
    border-radius:5px;
    padding:5px;
    z-index:10001;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.75);
    background:#fff;

}
div.modalPanel {
    background-color:#fff;
    -moz-border-radius:5px;
    border-radius:5px;
    filter:alpha(opacity=100);
    opacity:1;
    z-index:10002;
}
div.modalPanel.body {
    padding:5px;
}
div.modalBackground {
    background-color:#777;
    filter:alpha(opacity=70);
    opacity:0.7;
    position:fixed;
    z-index:10000;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
div.mdl-wrap div.modalPanel div.mdl-hdr {
    color: #fff;
    font-size: 16px !important;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    height: 25px !important;
    line-height: 25px !important;
    text-align: right;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;

    background-color: #f3f4f6;
    color: #7E7E7F;
}
div.mdl-wrap div.mdl-hdr * {
    vertical-align:baseline;
}
div.mdl-wrap div.modalPanel span.mdl-hdr-icn {
    left: 0;
    position: absolute;	
    margin: 0 !important;
    margin-right: 5px !important;
}
div.mdl-wrap div.mdl-body {
    padding:10px;
    overflow:hidden;
    color: black;
}
div.mdl-wrap div.modalPanel span.mdl-hdr-txt {
    vertical-align:baseline;
    position:absolute;
    left:25px;
    text-align:left;
    max-height:24px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    right:40px;
    z-index: 1;
    font-weight:700;
}
div.mdl-wrap div.modalPanel span.mdl-hdr-txt.mdl-hdr-no-icn {
    left:3px;
}
div.mdl-wrap div.modalPanel span.mdl-hdr-btn {
    width: 20px !important;
    height: 25px !important;
    line-height: 25px !important;
    font-size: 16px !important;
    display: inline-block !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-right: 3px !important;
    cursor: pointer;
    z-index: 2;
    font-weight:700;
}

div.mdl-wrap span.mdl-bdy-text {
    display:inline-block;
    padding:15px;
}

div.search-container div.tabBodyUI div.mdl-wrap {
    top: 0 !important;
}

/* firefish.Web.WebControls.ffSpriteImage.ffSpriteImage.css */
/*non-sprite images (ani gifs)*/
.ffs-sprite {
    background-image: url('/images/web-controls/ffSpriteImage/ffSpriteImage.png');
    display: inline-block;
}

.ffs-sprite + .ffSmallTextGrey {
    color: gray;
}
span.LoadingSmallImg {
    background-image: url('/images/web-controls/Common/loading_sm.gif');
    background-position: 0px 0px;
    width: 16px;
    height: 16px;
    vertical-align: top;
}
span.LoadingImg {
    background-image: url('/images/web-controls/Common/FirefishLoadingBigGrey.gif');
    background-position: 0px 0px;
    width: 32px;
    height: 32px;
    vertical-align: top;
}
span.LoadingAuxSmallImg {
    background-image: url('/images/web-controls/Common/loading_aux_sm.gif');
    background-position: 0px 0px;
    width: 16px;
    height: 11px;
    vertical-align: top;
}
span.Blank32Img
{
    background-image:none;
    width:32px;
    height:32px;
    vertical-align:top; 
}
/*first row*/
span.ReportSmallImg
{
    background-position:0px 0px;
    width:16px;
    height:16px;
    vertical-align:top;
}
span.SearchSmallImg
{
    background-position:-16px 0px;
    width:16px;
    height:16px;
    vertical-align:top;
}
span.SettingSmallImg
{
    background-position:-32px 0px;
    width:16px;
    height:16px;
}
span.TodoSmallImg
{
    background-position:-48px 0px;
    width:16px;
    height:16px;
    vertical-align:top;
}
span.SkypeSmallImg
{
    background-position:-64px 0px;
    width:16px;
    height:16px;
}
span.MessengerSmallImg
{
    background-position:-80px 0px;
    width:16px;
    height:16px;
    vertical-align:top;
}
span.GoogleSmallImg
{
    background-position:-96px 0px;
    width:16px;
    height:16px;
    vertical-align:top;
}
span.BlankSmallImg
{
    background-position:-112px 0px;
    width:16px;
    height:16px;
    vertical-align:top;
}
span.firefishSmallImg
{
    background-position:-128px 0px;
    width:16px;
    height:16px;
}
span.ConnectionSmallImg
{
    background-position:-144px -0px;
    width:16px;
    height:16px;
}
span.AddPlusSmallImg
{
    background-position:-160px -0px;
    width:16px;
    height:16px;
}
span.ActivatedCandidateImg
{
    background-position:-176px -0px;
    width:16px;
    height:16px;
}
span.ImageSmallImg
{
    background-position:-192px -0px;
    width:16px;
    height:16px;
}
span.RestoreSmallImg
{
    background-position:-208px -0px;
    width:16px;
    height:16px;
}
span.CandidatePhoneHomeSmallImg,
span.ContactDirectDialSmallImg,
span.PhoneSmallImg
{
    background-position:-224px -0px;
    width:16px;
    height:16px;
}
span.FolderSmallImg
{
    background-position:-240px -0px;
    width:16px;
    height:16px;
}
span.TVSmallGreyImg
{
    background-position: -256px -0px;
    width:16px;
    height:16px;
}
/*second row*/
span.DownArrowSmallImg
{
    background-position:0px -16px;
    width:15px;
    height:16px;
    vertical-align:top;
}
span.EditSmallImg
{
    background-position:-16px -16px;
    width:16px;
    height:16px;
    vertical-align:top;
}
span.JobSmallImg
{
    background-position:-32px -16px;
    width:16px;
    height:16px;
    vertical-align:top;
}
span.MarketingSmallImg
{
    background-position:-48px -16px;
    width:16px;
    height:16px;
    vertical-align:top;
}
span.MenuSmallImg
{
    background-position:-64px -16px;
    width:16px;
    height:16px;
    vertical-align:top;
}
span.PersonSmallImg
{
    background-position:-80px -16px;
    width:16px;
    height:16px;
    vertical-align:top;
}
span.InfoSmallImg
{
    background-position:-96px -16px;
    width:16px;
    height:16px;
    vertical-align:top;
}
span.SkypeSmallGreyImg
{
    background-position:-112px -16px;
    width:16px;
    height:16px;
}
span.GoogleMapSmallImg
{
    background-position:-128px -16px;
    width:16px;
    height:16px;
}
span.LogOutSmallImg,
span.PermissionSmallImg
{
    background-position:-144px -16px;
    width:16px;
    height:16px;
}
span.EditPencilSmallImg
{
    background-position:-160px -16px;
    width:16px;
    height:16px;
}
span.ActivatedContactImg
{
    background-position:-176px -16px;
    width:16px;
    height:16px;
}
span.NotesSmallImg
{
    background-position:-192px -16px;
    width:16px;
    height:16px;
}
span.AmberDashImg
{
    background-position:-208px -16px;
    width:16px;
    height:16px;
}
span.CandidatePhoneHomeSmallGreyImg,
span.ContactDirectDialSmallGreyImg,
span.PhoneSmallGreyImg
{
    background-position:-224px -16px;
    width:16px;
    height:16px;
}
span.FolderSmallDisabledImg
{
    background-position:-240px -16px;
    width:16px;
    height:16px;
}
span.TVSmallImg
{
    background-position: -256px -16px;
    width:16px;
    height:16px;
}
/*third row*/
span.FacebookSmallImg
{
    background-position:0px -32px;
    width:16px;
    height:16px;
}
span.WebsiteSmallImg
{
    background-position:-16px -32px;
    width:16px;
    height:16px;
}
span.AddItemSmallImg
{
    background-position:-32px -32px;
    width:16px;
    height:16px;
    vertical-align:top;
}
span.AdvertSmallImg
{
    background-position:-48px -32px;
    width:16px;
    height:16px;
    vertical-align:top;
}
span.CompanySmallImg,
span.ManageSmallImg
{
    background-position:-64px -32px;
    width:16px;
    height:16px;
    vertical-align:top;
}
span.DashboardSmallImg
{
    background-position:-80px -32px;
    width:16px;
    height:16px;
}
span.FacebookSmallGreyImg
{
    background-position:-96px -32px;
    width:16px;
    height:16px;
}
span.WebsiteSmallGreyImg
{
    background-position:-112px -32px;
    width:16px;
    height:16px;
}
span.ThumbsUpSmallImg
{
    background-position:-128px -32px;
    width:16px;
    height:16px;
}
span.SortAscendingImg
{
    background-position:-144px -32px;
    width:16px;
    height:16px;
}
span.MinusSmallImg
{
    background-position:-160px -32px;
    width:16px;
    height:16px;
}
span.ActivatedCandidateAndContactImg
{
    background-position:-176px -32px;
    width:16px;
    height:16px;
}
span.NotesSmallDisabledImg
{
    background-position:-192px -32px;
    width:16px;
    height:16px;
}
span.ContactWorkEmailSmallImg,
span.CandidatePersonalEmailSmallImg,
span.EnvelopeImg
{
    background-position:-208px -32px;
    width:16px;
    height:16px;
}
span.CandidatePhoneMobileSmallImg,
span.ContactWorkMobileSmallImg,
span.MobilePhoneSmallImg
{
    background-position:-224px -32px;
    width:16px;
    height:16px;
}
span.BinSmallImg
{
    background-position:-240px -32px;
    width:16px;
    height:16px;
}
/*fourth row*/
span.LinkedInSmallImg
{
    background-position:0px -48px;
    width:16px;
    height:16px;
}
span.TwitterSmallImg
{
    background-position:-16px -48px;
    width:16px;
    height:16px;
}
span.RedCrossImg
{
    background-position:-32px -48px;
    width:16px;
    height:16px;
    vertical-align:top;
}
span.GreenTickImg
{
    background-position:-48px -48px;
    width:16px;
    height:16px;
    vertical-align:top;
}
span.AmberTickImg
{
    background-position:-64px -48px;
    width:16px;
    height:16px;
    vertical-align:top;
}
span.RefreshSmallImg
{
    background-position:-80px -48px;
    width:16px;
    height:16px;
    vertical-align:top;
}
span.LinkedInSmallGreyImg
{
    background-position:-96px -48px;
    width:16px;
    height:16px;
}
span.TwitterSmallGreyImg
{
    background-position:-112px -48px;
    width:16px;
    height:16px;
}
span.OutlookSmallImg
{
    background-position:-128px -48px;
    width:16px;
    height:16px;
}
span.SortDescendingImg
{
    background-position:-144px -48px;
    width:16px;
    height:16px;
}
span.GrayTickImg
{
    background-position:-160px -48px;
    width:16px;
    height:16px;
    vertical-align:top;
}
span.StopBlueImg
{
    background-position:-176px -48px;
    width:16px;
    height:16px;
}
span.WarningSmallImg
{
    background-position:-192px -48px;
    width:16px;
    height:16px;
}
span.CandidatePersonalEmailSmallGreyImg,
span.ContactWorkEmailSmallGreyImg,
span.EnvelopeGreyImg
{
    background-position:-208px -48px;
    width:16px;
    height:16px;
}
span.CandidatePhoneMobileSmallGreyImg,
span.ContactWorkMobileSmallGreyImg,
span.MobilePhoneSmallGreyImg
{
    background-position:-224px -48px;
    width:16px;
    height:16px;
}
/*fifth row*/
span.DocumentImg
{
    background-position:0px -64px;
    width:23px;
    height:30px;
    vertical-align:top;
}
span.FormattedDocumentImg
{
    background-position:-23px -64px;
    width:23px;
    height:30px;
    vertical-align:top;
}
span.NoDocumentImg
{
    background-position:-46px -64px;
    width:23px;
    height:30px;
    vertical-align:top;
}
span.DocumentWarningImg
{
    background-position:-69px -64px;
    width:23px;
    height:30px;
    vertical-align:top;
}
span.DocumentUploadImg
{
    background-position:-92px -64px;
    width:23px;
    height:30px;
    vertical-align:top;
}
span.ImageImg
{
    background-position:-115px -64px;
    width:37px;
    height:30px;
    vertical-align:top;
}
span.ImageUploadImg
{
    background-position:-152px -64px;
    width:37px;
    height:30px;
    vertical-align:top;
}
/*sixth row*/
span.DocumentSmallImg
{
    background-position:0px -94px;
    width:12px;
    height:14px;
}
span.FormattedDocumentSmallImg
{
    background-position:-12px -94px;
    width:12px;
    height:14px;
}
span.NoDocumentSmallImg
{
    background-position:-24px -94px;
    width:12px;
    height:14px;
}
span.DeleteCrossImg
{
    background-position:-36px -94px;
    width:15px;
    height:14px;
    vertical-align:top;
}
span.DeleteCrossDisabledImg
{
    background-position:-51px -94px;
    width:15px;
    height:14px;
    vertical-align:top;
}
span.DocumentWarningSmallImg
{
    background-position:-66px -94px;
    width:12px;
    height:14px;
}
span.NoDocumentSmallGreyImg
{
    background-position:-78px -94px;
    width:12px;
    height:14px;
}
/*seventh row*/
span.LinkedInMediumImg
{
    background-position:-1px -108px;
    width:22px;
    height:22px;
    vertical-align:top;
}
span.TwitterMediumImg
{
    background-position:-24px -108px;
    width:22px;
    height:22px;
    vertical-align:top;
}
span.SkypeMediumImg
{
    background-position:-47px -108px;
    width:22px;
    height:22px;
    vertical-align:top;
}
span.WebsiteMediumImg
{
    background-position:-72px -108px;
    width:24px;
    height:24px;
    vertical-align:top;
}
span.FacebookMediumImg
{
    background-position:-96px -108px;
    width:22px;
    height:22px;
    vertical-align:top;
}
span.LinkedInMediumGreyImg
{
    background-position:-120px -108px;
    width:22px;
    height:22px;
    vertical-align:top;
}
span.TwitterMediumGreyImg
{
    background-position:-144px -108px;
    width:22px;
    height:22px;
    vertical-align:top;
}
span.SkypeMediumGreyImg
{
    background-position:-168px -108px;
    width:22px;
    height:22px;
    vertical-align:top;
}
span.WebsiteMediumGreyImg
{
    background-position:-192px -108px;
    width:24px;
    height:24px;
    vertical-align:top;
}
span.FacebookMediumGreyImg
{
    background-position:-217px -108px;
    width:22px;
    height:22px; 
    vertical-align:top; 
}
span.MapPinMediumImg
{
    background-position:-240px -108px;
    width:24px;
    height:24px; 
    vertical-align:top; 
}

/*eighth row*/
span.TVMediumImg
{
    background-position:0px -132px;
    width:24px;
    height:24px;
}

span.TVMediumGreyImg
{
    background-position:-24px -132px;
    width:24px;
    height:24px;
}

span.XingMediumImg
{
    background-position:-48px -132px;
    width:24px;
    height:24px;
}

span.XingMediumGreyImg
{
    background-position:-72px -132px;
    width:24px;
    height:24px;
}
span.NotesMediumImg
{
    background-position:-96px -132px;
    width:24px;
    height:24px;
}
span.NotesMediumDisabledImg
{
    background-position:-120px -132px;
    width:24px;
    height:24px;
}
span.JobLinkMediumImg
{
    background-position:-192px -132px;
    width:24px;
    height:24px;
}
span.GooglePlusMediumImg
{
    background-position:-243px -85px;
    width:22px;
    height:22px;
}
span.GooglePlusMediumGreyImg 
{
    background-position:-218px -133px;
    width:22px;
    height:22px;
}

/*ninth row*/
span.Info32Img
{
    background-position:0px -156px;
    width:32px;
    height:32px;
}
span.BinImg
{
    background-position:-32px -156px;
    width:24px;
    height:24px;
    vertical-align:top;
}
span.Warning32Img
{
    background-position:-56px -156px;
    width:32px;
    height:32px;
}
span.Error32Img
{
    background-position:-88px -156px;
    width:32px;
    height:32px;
}
span.CandidateLargeImg
{
    background-position:-120px -156px;
    width:24px;
    height:24px;
}
span.ContactLargeImg
{
    background-position:-144px -156px;
    width:24px;
    height:24px;
}
span.CandidateAndContactLargeImg
{
    background-position:-168px -156px;
    width:24px;
    height:24px;
}
/* remember to update the sprite.pdn as well! */
/* firefish.Web.WebControls.ffPageMessage.ffPageMessage.css */
div.bsUsrMsgContainer
{
    width:350px;
}
div.bsUsrMsgContainerWide
{
    width:500px;
}
div.pm-400-wide
{
    width:400px;
}
div.responsive-500 {
    max-width: 500px;
}

div.bsUsrMsg
{
    font-size: 1.1em;
    line-height: 1.5;
    text-align: left;
    clear:both;
    margin-bottom:10px;
}
div.bsUsrMsg span.statusIcon
{
    float: left;
    margin-bottom:10px;
    text-align:center;
    width:32px;
}
div.bsUsrMsg span.msg
{
    display: block;
    margin:5px 5px 10px 42px;
}

body#system div.bsUsrMsg span.msg label
{
    font-size: inherit;
}
/* ~/system/Adverts/controls/CandidateAdvertSearchResults.ascx.css */
.candidate-advert-results .resultsEmptyData,
.candidate-advert-results .resultsEmptyData td
{
    display: block;
    width: 100% !important;
}

.candidate-advert-results .resultsEmptyData p
{
    text-align: center;
    max-width: 100%;
}

.candidate-advert-results .attract:after
{
    content: "";
    display: block;
    clear: both;
    float: none;
}
/* /StaticContent/Css\AJAXControls.css */
/**************
 ** Tab Tabs **
 **************/
.tabPanelTab .ajax__tab_header {
	font-family: inherit;
	font-size: 11px;
	background: transparent url('@site_theme@/images/greyTabLine.gif') repeat-x bottom;
}
.tabPanelTab .ajax__tab_outer {	
	background: transparent url('@site_theme@/images/lightGreyTabR.gif') no-repeat right top;
	height: 21px;
	padding-right: 3px;
}
.tabPanelTab .ajax__tab_inner {
	padding-left: 3px;
	background: transparent url('@site_theme@/images/lightGreyTabL.gif') no-repeat left top;
}
.tabPanelTab .ajax__tab_tab {
	height: 13px;
	padding: 4px;
	background: transparent url('@site_theme@/images/lightGreyTabBack.gif') repeat-x top;
    color: var(--ff-secondary-colour);
}
.tabPanelTab .ajax__tab_hover .ajax__tab_outer {
}
.tabPanelTab .ajax__tab_hover .ajax__tab_inner {
}
.tabPanelTab .ajax__tab_hover .ajax__tab_tab {
	text-decoration: underline;
}
.tabPanelTab .ajax__tab_active .ajax__tab_outer {
	background: transparent url('@site_theme@/images/newGreyTabR.gif') no-repeat right top;
}
.tabPanelTab .ajax__tab_active .ajax__tab_inner {
	background: transparent url('@site_theme@/images/newGreyTabL.gif') no-repeat left top;
}
.tabPanelTab .ajax__tab_active .ajax__tab_tab {
	font-weight: bold;
	background: transparent url('@site_theme@/images/newGreyTabBack.gif') repeat-x top;
}
.tabPanelTab .ajax__tab_body {
	font-family: Arial, Verdana, Sans-Serif;
    font-size: 8pt;
    border: 1px solid #c0c1c3;
    border-top: 0;
    padding: 8px;
    background-color: #e6e7e8;
}
	
/*****************
 ** MASKED EDIT **
 *****************/
.maskedEditInvalid {
	background-color: #ffa7a7;
}
.maskedEditFocus {
	background-color: #fbfdc1;
}
.autoSuggestSelectControl {	
}
.autoSuggestSelectControl h2 {
	font-size: 1.1rem;
	margin: 0px;
	margin-bottom: 3px;
	padding: 0px;
}
.autoSuggestSelectControl p {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
.autoSuggestSelectControl .pnlSuggest {
}
.autoSuggestSelectControl .pnlSelectedItem {
}
.autoSuggestSelectControl .pnlNewItem {
    position:absolute;
	width: 300px;
	display:none;
	border: 1px solid #C5CDDE;
	background: var(--ff-highlight-colour);
	padding: 10px;

    -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.175);
}
.autoSuggestSelectControl .pnlNewItem td {
	font-size: 9pt;	
}
.updateProgressBackground 
{
	position:absolute; 
	top:0px; 
	bottom:0px; 
	left:0px; 
	right:0px; 
	overflow:hidden; 
	padding:0px; 
	margin:0; 
	background-color:#aaa;  
	filter:alpha(opacity=50); 
	opacity:0.5; 
	z-index:1000; 
	text-align: center;
	border: 1px solid #000;
}
.updateProgressSpinner {
	position:absolute; 
	bottom:10px; 
	right:10px;
	width:35px;
	height:35px; 
	overflow:hidden;
	margin:0; 
	background-color:#fff;
	background-image:url('/images/ajax-loader_bg.gif');
	background-repeat:no-repeat;
	background-position:center;
	z-index:1001; 
	border: 1px solid #000;
}
.updateProgressMessage {
  position:absolute;  
  right: 10px;
  bottom: 10px;
  padding:10px; 
  padding-right: 30px;
  z-index:1001; 
  background-color:#fff;
  border: 2px solid #333;	
}
.updateProgressMessage img {
	padding-right: 5px;
}
.percentRating {
	display: block;
}
.percentRating td {
	border: 0px;
}
.percentRating table.percentTable td {
    padding-bottom:0;
    vertical-align:middle;
}
.percentRating div.percentSelected {
	background: #666;
	height: 100%;
    min-width:1px;
}
.percentRating div.percentNotSelected {
	background: #fff;
	height: 4px;
	border: 1px solid #666;
    padding:1px;
    width:40px;
}
.percentValue {
    vertical-align: middle;
}
/**********************
 ** ActionDetailList **
 **********************/
.actionDetailList {
	font-size: 8pt;
	padding: 3px;
}
.actionDetail, 
.firstActionDetail, 
.lastActionDetail {
	border-bottom: 1px dotted #000;
	padding-top: 6px;
	padding-bottom: 3px;
	line-height: 1.2;
}
.firstActionDetail {
}
.lastActionDetail {
	border-bottom: 0px;
}
div.hoverLinkDetails {
	border: 2px solid #666;	padding: 0; margin:0 0 0 6px; width: 200px;}
div.hoverLinkDetails div.detailContent {
	padding: 3px; }
div.hoverLinkDetails div.detailContent h1 {
	margin:2px 0 5px 0; padding: 0; font-size: 11pt; font-weight: bold; color: #666;}	

/* /StaticContent/Css\General.css */
.errorText
{
    color: #f00;
}

.ffClearFix:before,
.ffClearFix:after 
{
    content: " "; 
    display: table;
}

.ffClearFix:after {
    clear: both;
}

.ffClearFix {
    *zoom: 1;
}
/* /StaticContent/Css\MiniApp.css */
#MiniApp {
	background: #fff; color: #333; position: relative; }
#MiniApp .titleBar {
	border-bottom: 1px solid #e9ecf3; color: #7E7E7F; padding: 3px; }
#MiniApp .menuBar {
	background: #eee; border-bottom: 1px dotted #7E7E7F; padding: 2px;
	height: 26px; }
#MiniApp .contentArea {
	padding: 5px 0 5px 0; min-height: 150px; }
#MiniApp .miniAppButtons {
	text-align: right; padding: 20px 0 5px 0; }
#MiniApp .statusBar {
	height: 24px; width: 100%; }
#MiniApp .statusBar .statusText {
	padding: 3px; text-align: right; }
#MiniApp h2 {
	color: #7E7E7F; font-size: 12pt; margin: 0px; margin-bottom: 5px; font-weight: bold; }
#MiniApp .backgroundLight {
	background: #fff; padding: 3px; }
#MiniApp .innerBorder {
	border: 2px solid #666; }
#MiniApp ul {
	list-style: none; margin: 0px; }
#MiniApp ul li {
	display: inline; padding: 3px; }
#MiniApp .miniAppMenuButton {
	display: block; float: left; padding: 3px; padding-left: 1px; margin-right: 4px; border: 1px solid #eee; }
#MiniApp .miniAppMenuButton:hover {
	border: 1px solid #7E7E7F; background: #f3f4f6; }
#MiniApp .miniAppMenuButton img {
	vertical-align: middle; }
#MiniApp .iconButtonDarker {
	display: block;	border: 1px solid #ccc;	background: #ccc; color: #666;text-decoration: none; padding: 3px; padding-right: 5px; margin-right: 5px; height: 20px; }
#MiniApp .iconButtonDarker:hover {
	border: 1px solid #666;	background: #ccc; color: #666; }
#MiniApp .iconButtonDarker img {
	padding-right: 3px; }
/* /StaticContent/Css\System.css */
/* Main Layout */
body #mainContainer {
	width: 100%;
	text-align: left; }
body#content #footerInner {
	padding-left: 15px;
	padding-right: 10px;
	margin-right: 11px; }
body #footerInner table {
	width: 100%; }    
body #headerContent {
	overflow: hidden;
	display: inline-block;
	width: 100%; }
body #footerContent {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	height: 120px; }
body #footerContent td {
	padding: 3px; }
body#system #footerContent td {
	padding: 0;
	height: 0;/*firefox fix, don't understand why*/ }
body #footerContent #footerInner {
	border: 0; }
body #leftColumn {
	overflow: hidden;
	display: inline-block; }
/* Main Layout End - Taken from One and Two column layouts */

body#system .sectionTabs a.selectedItem
{
	text-decoration: underline;
}

body#system .readOnly {
	background-color: #e2e6ee; 
}

.sectionTabs
{
	padding: 10px 0;
	word-break:break-word;
}

/*************
 ** TARGETS **
 *************/

.TargetInput
{
	width: 94%;
}

.TargetInputLarge
{
	width: 105px;
}

.TargetMet
{
	background-color: #5BB900;
	color: #fff;
	display: block;
}

.TargetNotMet
{
	background-color: #E51837;
	color: #fff;
	display: block;
}

.FinancialTargetsArea .TargetInput
{
	width: 94%;
}

/*********************
 ** DASHBOARD AREAS **
 *********************/

.systemDashboardSocialArea
{
	margin-top: 10px;
}

.systemDashboardSearchArea td
{
	vertical-align: middle;
}

.systemDashboardSearchArea
{
    margin-bottom:10px;
}

.systemDashboardDiaryArea {
	float: right;
}

.systemDashboardToDoArea ul
{
	padding: 0px;
	margin: 0px;
	padding-left: 18px;
}

.systemDashboardToDoArea li
{
	padding: 0px;
	margin: 0px;
}

/***********
 ** MISC. **
 ***********/

.pageTitleArea
{
	background: #fff; 
	border: 1px solid #ccc; 
	padding: 3px; 
	margin-left: 8px;
	margin-right: 8px;
	font-size: 8pt;
}

.pageTitleLabelText
{
	font-size: 1.6rem;
    line-height:2;
	color: var(--ff-primary-colour);
    font-weight:bold;
	display: flex;
	align-items: center;
	gap: 5px;
}

.pageTitleText
{
	color: #666;
	font-size: 10pt;
}

.pageTitleRatingArea
{
	display: inline;
	padding-left: 10px;
	text-align: right;
	padding-right: 5px;
	vertical-align: middle;
}

.pageTitleRightArea
{
	color: #666;
	text-align: right;
    min-width:125px;
}
.searchResultButton
{
	min-width: 120px;
}

.pageInputArea
{
	border: 1px solid var(--ff-primary-colour); 
	margin: 0px;
	margin-top: 15px;
	padding: 3px;
	padding-right: 7px;
}

.actionButton
{
	width: 255px;
	height: auto;
	margin: auto auto 3px auto;
}

.actionButton ff-new-tag {
	position: absolute;
	bottom: 14%;
	right: 19%;
	pointer-events: none;
}

.actionButton input
{
    width: 100%;
    height: auto;
    padding: 15px 0 !important;
    margin-bottom: 3px;
}


.highlightedText
{
    color: var(--ff-secondary-colour);
    font-weight:600;
}

.ffElevioPanel {
	color: #fff;
	position: fixed;
	top: 52%;
	right: -76px;
	background-color: #dc1e37;
	font-size: 13px;
	padding: 0 15px;
	cursor: pointer;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .25);
	overflow-y: hidden;
	max-height: 0;
	-webkit-transition-property: all;
	-webkit-transition-duration: .5s;
	-webkit-transition-timing-function: cubic-bezier(.55,0,.1,1);
	-moz-transition-property: all;
	-moz-transition-duration: .5s;
	-moz-transition-timing-function: cubic-bezier(.55,0,.1,1);
	-ms-transition-property: all;
	-ms-transition-duration: .5s;
	-ms-transition-timing-function: cubic-bezier(.55,0,.1,1);
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(.55,0,.1,1);
	z-index: 30;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}
.ffElevioPanel.unhidden 
{
    max-height: 100px;
    padding: 10px 15px;
}

/********************
 ** DROP DOWN MENU **
 ********************/
.searchDropDownContainer {
	display: block; text-align: right; margin-bottom: 3px; height: 30px;}
.dropDownMenu {
	width: 55px; float:right;}
.dropDownMenu.ffs-pop-out
{
	padding: 0;
	width: auto;
}
.dropDownMenu .menu {
	background: #fff; border: 1px solid #99979c; border-left: 10px solid #99979c; padding: 5px; width: 95%; }
.dropDownMenu.ffs-pop-out .menu
{
	border-width: 0;
}

.dropDownMenu img {
	padding-right: 3px;	padding-left: 3px; }
.dropDownMenu a
{
	text-decoration: none;
	display: block;
	padding: 3px;
	padding-left: 0;
	border: 1px solid Transparent;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.dropDownMenu a .underlineHover
{
	vertical-align:text-top;
	margin-left:5px;
}
.dropDownMenu a .ffs-sprite
{
	margin-left:2px;
}
.dropDownMenu hr
{
	border: none;
	border-top: 1px solid gray;
}
body#system .dropDownMenu a:hover
{
	text-decoration: none;
}
.dropDownMenu a:hover,
.dropDownMenuTriggered,
.dropDownMenu .dropDownMenuTriggered {
	background-color: #c4c5ca; border: 1px solid #99979c; }
.iconButton {
	display: block;	border: 1px solid #fff;	background: #fff; text-decoration: none; padding: 3px;	margin-right: 5px; height: 20px; }
.iconButton:hover {
	border: 1px solid #666;	background: #ccc; color: #666; }
.iconButton img {
	padding-right: 3px; }

/****************
 ** INTERVIEWS **
 ****************/
.interviewSetupContainer {
	padding: 0px;
	margin: 0px; }
.interviewSetupHeader {
	padding-top: 5px;
	font-size: 1.1rem;
	padding-bottom: 18px; }
.interviewSetupList {
	width: 50%;
	background-color: White;
	float: left; }
.interviewSetupDetailsContainer {
	display: inline;
	background-color: #fff; }
.interviewSetupDetails {
	width: 50%;padding: 5px;}
td.interviewSetupCol1 {
	width: 40%; }
td.interviewSetupCol2 {
	width: 60%; }
td.interviewCustomFields {
	padding: 0px;
}
td.interviewCustomFieldsLabel {
	width: 40%;
}
.interviewCustomFieldsLabel span {
	padding: 0% 0% 0% 25%;
}
.interviewCustomFieldCell {
	padding: 0px 0px 3px 0px;
}

/***************************
 ** COMPANY SCREEN LAYOUT **
 ***************************/
.companyPageInputArea
{
	margin: 0px;
	padding: 3px;
	padding-right: 7px;
}

.companyPageInputArea .left
{
	float: left;
	width: 400px;
}

.companyPageInputArea .right
{
	float: right;
	width: 350px;
}

/**************************
 ** Grid Row Text Styles **
 **************************/
.gridRowTitle
{
	font-size: 11pt;
	color: #000;
}

/*************************
 ** Action History Item **
 *************************/
.actionHistoryItem
{
	background: #fff;
}

.actionHistoryItem .alternateHistoryItem
{
	background: #eee;
}

.actionHistoryItem .extraInformationArea
{
	text-align: left;
	width: 550px;
	border: 2px solid #333;
	background: #efa;
	color: #333;
	padding: 5px;
	padding-left: 0px;
}

.actionHistoryItem .extraInformationArea .extraInfoNotes
{
	border: 1px solid #333;
	background: #fff;
	padding: 3px;
	color: #666;
	height: 150px;
	overflow: auto;
}

table.standardSizeTable > tbody > tr >td
{
	height:24px;
}

.noActions
{
	color: #666;
}
.inputButton, .inputButtonBig, .inputButtonBigger
{
	font-size: 9pt;
	width: 110px;
}

.inputButtonBig
{
	width: 130px;
}

.inputButtonBigger
{
	width: 150px;
}
ul.defaultTree, ul.defaultTree ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.defaultTree
{
	padding: 0px;
	padding-bottom: 20px;
}

ul.defaultTree ul
{
	margin-left: 18px;
}

ul.defaultTree li
{
	
}

ul.defaultTree li img
{
	vertical-align: middle;
	padding-right: 5px;
	border: 0px;
}

ul.defaultTree li a
{
	color: #666;
	text-decoration: none;	
	padding: 1px;
	padding-bottom: 2px;
	display: block;
}

ul.defaultTree li a:hover
{
	text-decoration: underline;
}

ul.defaultTree a.selectedNode
{
	background-color: #dedede;
	color: #000;
	font-weight: bold;
}

.contentEditArea
{
	background: #fff;
	color: #555;
	border: 1px solid #666;
	padding: 3px;
	margin: 0px;
}

.contentEditArea h2
{
	color: #666;
	padding: 0px;
	margin: 0px;
	font-size: 12pt;
	border-bottom: 1px dotted #666;
	padding-bottom: 3px;
	margin-bottom: 5px;
	margin-right: 3px; 
}

.contentEditSecondaryArea
{
	background: #ededed;
}

.contentEditAreaButtons
{
	text-align: right;
	padding-top: 5px;
	border-top: 1px dotted #666;
	padding-right: 3px;
}

.contentEditAreaButtons input
{
	font-size: 8pt;
	height: 22px;
}

td.contentEditAreaEditor {
	padding: 0 0 0 3px;
}
td.contentEditAreaEditor div.ui-tabs {
	padding: 0;
}
td.contentEditAreaEditor div.ui-tabs-panel {
	min-height: 400px;
}

.updateProgressBackground
{
	position:fixed; 
	top:0px; 
	bottom:0px; 
	left:0px; 
	right:0px; 
	overflow:hidden; 
	padding:0px; 
	margin:0; 
	background-color:#aaa;  
	filter:alpha(opacity=50); 
	opacity:0.5; 
	z-index:1000; 
	text-align: center;
	border: 1px solid #000;
}

.updateProgressSpinner 
{
	position:absolute; 
	bottom:10px; 
	right:10px;
	width:35px;
	height:35px; 
	overflow:hidden;
	margin:0; 
	background-color:#fff;
	background-image:url('/images/ajax-loader_bg.gif');
	background-repeat:no-repeat;
	background-position:center;
	z-index:1001; 
	border: 1px solid #000;
}

.updateProgressMessage
{
  position:fixed;  
  right: 10px;
  bottom: 10px;
  padding:10px; 
  padding-right: 30px;
  z-index:1001; 
  background-color:#fff;
  border: 2px solid #333;	
}

.updateProgressMessage img
{
	padding-right: 5px;
}
.companyContacts a
{
	padding: 0px;
}
.document
{
	cursor: auto;
}
.noDocument
{
	cursor: default;
}
/*input[disabled],
select[disabled],
textarea[disabled],*/
.disabled
{
	background-color: #D9D9D9;
}

body#system #headerInner
{
	padding: 0;
	margin: 0;
}

/*******************************
 ** NEW STUFF ADDED BY ANDREW **
 *******************************/
div.offerDetails div.offerSection{
	border-top: 1px dotted var(--ff-primary-colour); clear: both;}
div.offerDetails div.offerButtonContainer{
	text-align: right;}
div.offerDetails div.placementButtonContainer{
	text-align: right;}
	
div.offerDetails table.offerCandidateDetails{
	text-align: left;}
div.offerDetails table.offerCandidateDetails th{
	font-weight: bold; text-align: left; padding: 8px 0 5px 0;}
div.offerDetails td.offerTableDetail{
	width: 105px;
}
table tr.parameterHeaderRow {
	background: #f3f4f6; color: #7E7E7FF; font-weight: bold; 
}
div.jobFields
{
	padding: 5px;
}

div.jobFields div.leftCol td.label
{
	width: 110px;
	vertical-align: middle;
}
div.ffHorizontalDivide 
{
	border-top: 1px dotted #666; 
	padding-top: 10px;
	margin-top: 10px;
}
div.costsAndSales 
{
	clear: both; 
    float:none;
}
div.costsAndSales td
{
	vertical-align: middle;
}
div.costsAndSales td.label
{
	width: 110px;
}
div.costsAndSales h2
{
	padding: 0;
	margin: 10px 0 5px 0;
	font-size: 9pt; 
}
div.jobAdverts h2 {
	padding: 0;
	margin: 10px 0 5px 0;
	font-size: 9pt; 
}
div#CompanyCandidatePreferences table.dropdowns select
{
	width: 160px;
}
div#workingPreferences div.workingPreferencesAvailability {
	min-height: 225px; }

div.ffs-pop-out TD
{
	vertical-align: middle;
	padding-bottom: 0;
}

#emplyerNewJob TD
{
	vertical-align:middle;
}

#emplyerNewJob TD.label
{
	width: 300px;
}

#emplyerNewJob select
{
	width: 300px;
}

#emplyerNewJob .textbox
{
	width: 295px;
}

#emplyerNewJob .date.textbox
{
	width: 295px;
	margin-right: 5px;
}

#emplyerNewJob .salLabel + span + .textbox,
#emplyerNewJob .salLabel + .textbox 
{
	width: 265px;
}

#emplyerNewJob .salLabel
{
	width: 30px;
	display: inline-block;
}

#emplyerNewJob .upload
{
	width: 300px;
}

#emplyerNewJob .inputButton
{
	width: 110px;
}

#emplyerNewJob .weeks.textbox
{
	width: 30px;
}
body#system h1
{
	margin-bottom: 15px;
}
label.attributeEditor_attributeName
{
	line-height: 1.3em;
	font-weight: bold;
}
.employerPortalSettingRow
{
    clear: left;
    margin-left: 20px;
}
span.attributeEditor_attributeName_groupHeader
{
    line-height: 1.3em;
	font-weight: bold;
    text-decoration: underline;
}
.employerPortalSettingRow span.attributeEditor_attributeName_groupHeader
{
    margin-left: -20px;
}

table.ensureTitleHeight,
div.ensureTitleHeight
{
	min-height: 55px
}

div.ensureContentHeight
{
	min-height: 330px
}
.smallIconContainer a {
	margin-right: 2px;}

span.DeletedDropDownLabel {
	color: #666; display:inline-block;}
	
img.profileImageSmall
{
	max-height: 36px;
	max-width: 36px;
}
	
img.profileImageMedium
{
	max-height: 50px;
	max-width: 50px;
}
	
img.profileImage
{
	max-height: 70px;
	max-width: 70px;
}

.quickLinksTitleLabelText
{
    font-size: 1.6rem;
    line-height: 2;
    font-weight: bold;
    display:inline-block;
}
.quickLinksTitleLabelText input
{
    vertical-align:middle;
}
/*candidate portal*/
.profilePageText {
	margin: 14px 15px;
}

body#system input[disabled="disabled"].textbox
{    
    background-color: #e9ecf3;
    border: 1px solid #e9ecf3;
    color: #C5CDDE;
}
/* 
	Having this makes it look like the button just pressed can't do anything when using single click buttons.
	So you'd need to have a disabled-inprogress="true" attribute
body#system input[disabled]
{
	cursor: not-allowed;
}*/

/* Firefish Colours */
.ffGreen
{
	color:#5BB900;
}
.ffOrange
{
	color:#EE811A;
}
.ffBlue
{
	color:#38A7DC;
}
.ffYellow
{
	color:#E1D205;
}
.ffRed
{
	color:#E51837;
}
.ffDarkGrey { 
    color: #7f8082;
}
.ffLightGrey {
    color: #ababab;
}

.ffBlack {
    color: #000;
}

.ffLinkTextColor {

    color: var(--ff-link-text-colour);
}

.ffSecondaryImage {
    padding-top: 10px;
}



/* /StaticContent/Css\SystemStyling.css */
/* 
* Setup System Variables *
*/
body#system {
    /* 
     * Main System Defaults *
     */
    --font-family: 'Poppins', Helvetica, sans-serif !important;;
    --main-system-background-colour: #e9ecf3; /*#e9ecf3; #fff; #333;*/
    --main-system-box-shadow: 0 2px 8px #7f7e7e;
    --font-size: 1rem;
    --font-size-small: 0.85rem;
    --font-size-large: 1.2rem;

    /* 
     * Branding Colours *
    */
    --ff-primary-colour: #07213d;
    --ff-primary-contrast-colour: #8ec044;
    --ff-secondary-colour: #8ec044;
    --ff-link-text-colour: #07213d;
    --ff-highlight-colour: #E0E5EB;
    --ff-highlight-dark-colour: #BDCBDB;
    --ff-selected-colour: #BDCBDB;
    --ff-plain-text-colour: #000;
    /* 
     * TODO: Ideally Want to remove the colours below as they are barely used for anything and there are too many colour variables!*
     */
    --ff-lighter-main-system-colour: #83909E;
    --ff-darker-main-system-colour: #03101E;
    --ff-lighter-secondary-system-colour: #C6DFA1;
}

/* from styling.css */
body#system {
    font-family: var(--font-family);
    color: var(--ff-plain-text-colour);
    background: var(--main-system-background-colour);
}

body#system a
{
	color: var(--ff-link-text-colour);
	text-decoration: none;
}

body#system a:hover
{
	color: var(--ff-link-text-colour);
	text-decoration: underline;
}

body#system a.noUnderline:hover
{
	color: var(--ff-link-text-colour);
	text-decoration: none;
}

body#system span.underlineHover:hover 
{
	text-decoration: underline;
}

/*when a browser doesn’t understand a selector, it invalidates the entire line of selectors (except IE7).*/
body#system .watermark
{  
	color: #666;
}
body#system ::-webkit-input-placeholder
{  
	color: #666;
}
body#system :-moz-placeholder
{  
	color: #666;
}
body#system :-ms-input-placeholder
{  
	color: #666;
}

/* Default Input Field Styles */

body#system textarea {
	font-family: var(--font-family); 
}

body#system input:focus, 
body#system button:focus, 
body#system a:focus, 
body#system .focusable:focus
{
	outline: none;
}

body#system h1,
body#system h2,
body#system h3,
body#system h4,
.HeaderText
{
	color: #333;
	font-weight: bold;
}

body#system h3
{
	font-size: 12pt;
	margin-bottom: 15px;
}

body#system #mainContainer
{
	padding: 0px;
}

body#system #header .headerTop
{
    position: fixed;
    top: 0;
    z-index: 10;
	background-color: var(--ff-primary-colour);    
}

body#system #header .headerTop .UserInfo
{
	color: var(--ff-primary-contrast-colour);
	text-align: right;
	line-height: 32px;
	font-weight: bold;
}

body#system .navigationContainerContent #profileMenu 
{
	width: auto;
}
body#system #profileMenu ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
body#system #profileMenu ul li a 
{
	color: var(--ff-primary-contrast-colour); 
	text-decoration: none; 
	font-weight: bold; 
	padding-left: 3px; 
}

/*from search.css*/
/* Grid View Pager */
body#system .pager {
	border: 1px solid #f3f4f6; 
    background-color:#fff;
}
body#system .pager .pages {
	background-color: #f3f4f6; color: #7E7E7F; padding: 3px; width:100px; }
body#system .pagerPageLinks {
	vertical-align: middle; }
body#system .pager .records {
	background: #f3f4f6; color: #7E7E7F; padding: 3px; text-align: right; width:100px; }
body#system .pager .recordsWithLogo {
	background: #f3f4f6; color: #7E7E7F; padding: 3px; text-align: center; width:130px; vertical-align: middle; }	
body#system .pager .pagerLogo {
	background: #f3f4f6 url('/images/footer_right.png') no-repeat bottom right; color: #7E7E7F; padding: 3px; text-align: right; width:130px; height:28px; vertical-align: bottom; padding-right: 30px;}		
body#system .pager a {
	text-decoration: none; color: var(--ff-link-text-colour); }

/*from advert.css*/

body#system .attract 
{
	border-bottom-color: 1px dotted var(--ff-primary-colour); 
}

body#system .attract .title a
{
	color: var(--ff-primary-colour); 
}

body#system .advertPreviewSelect
{
	border: 1px solid #7E7E7F; padding: 3px; margin-bottom: 15px;
}
body#system .advertPreviewSelect
{
	color: #7E7E7F; background: #f3f4f6;
}
body#system .attract .title .main
{
	font-weight: bold; color: var(--ff-secondary-colour); font-size: 11pt; margin-bottom:2px;
}

body#system table.advertResponseHeader 
{
	margin-bottom: 5px;	
	font-weight: bold; 
	z-index: 1; 
}

body#system table.advertResponseHeader td 
{
	color: #7E7E7F; 
	background: #f3f4f6; 
}

/* layout.css */

body#system #headerContent, 
body#system #leftColumn
{
	overflow: hidden;
	display: inline-block;
}

body#system #headerContent
{
    overflow:visible;
}

body#system #mainContentColumn
{
	padding: 3.5rem 1rem 1rem 4rem;
}

@media only screen and (max-width: 767px) {
    body#system #mainContentColumn {
        padding: 3.5rem 1rem 1rem;
    }
}

body#system #bodyContainer
{
	margin: 0px; 
	padding: 0px; 
	width: 100%; 
}

body#system.candidate .resultsGrid .attract,
body#system.employer .resultsGrid .attract
{
    border-top:none;
}

body#system #bodyContainerInner 
{
	margin: 0px;
}
body#system #footerContent
{
	height: auto;
	width: 1000px;
    display: block;
}
body#system #footerContent #footerInner
{
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
}
body#system .actionDetailMore.ffs-pop-out td
{
	padding-bottom: 3px;
}

body#system .warningMessage
{
    color:#FF8962;
}
/*
#dLeftHalf.leftColumn {
    width: 3.5rem;
}*/

/********************
 ** System Buttons **
 ********************/

input.systemButton {
	width: 130px;  
    
    margin-right:1px\9;
    margin-left:1px\9;   
}

input.systemButtonExtraSmall {
	width: 70px; }	
input.systemButtonSmall {
	width: 80px; }	
input.systemButtonBig {
	width: 170px; }	
input.systemButtonBigger {
	width: 160px; }
input.systemButtonMedium {
	width: 150px; }
input.systemButtonBiggest {
    width: 210px;
}
input.systemButtonXXXL {
    width: 220px;
}
/*************************
 ** System Input Fields **
 *************************/
body#system input.ffTextBox,
body#system select.ffDropDownList,
body#system input.ffButton {
	font-size: 8pt; }

body#system .clearBoth
{
	clear: both;
	height: auto;
}
body#system .tc-btn
{
    background-color: #fff;
    padding-bottom: 10px;
}

/* new replacement for clearBoththat doesn't need empty div */
/* For modern browsers */
body#system .ffs-group:before,
body#system .ffs-group:after {
  content:"";
  display:table;
}
body#system .ffs-group:after {
clear:both;
}
/* For IE 6/7 (triggers hasLayout) */
body#system .ffs-group {
  *zoom:1;
}
/* efficient image replacement */
.ffs-hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
   
body#system .alignRight
{
	text-align: right;
}
body#system .alignCenter
{
	text-align: center;
}

body#system .float-right {
	float:right;
}
body#system .float-left {
	float:left;
}

body#system .ffHighlight:hover {
    background-color:var(--ff-highlight-colour);
    border: 2px solid var(--ff-highlight-dark-colour);
    border-radius: 5px;
}

body#system .link-btn
{
	border:1px solid Gray;
	padding:3px;
	background-color:#dadada;
	text-decoration:none;
	text-align:center;
	border-radius:3px;
	vertical-align: middle;
    display: inline-block;
}
body#system a.link-btn {
	width: 90px;
}
body#system .link-btn:hover,
body#system .link-btn:active
{
	text-decoration:none;
	background-color:var(--ff-highlight-colour);
}
body#system div.side-box
{
	background-color:#F6F6F6;
	border-radius: 6px;
	padding:5px;
}
body#system a[disabled]
{
    color: Gray !important;
    background-color: Transparent;
    cursor: auto;
}
body#system .successText
{
    color: #008000;
}
body#system .errorTextBold
{
    color: #f00;
    font-weight: bold;
    padding-bottom: 10px;
}
.number-of-records
{
    height: 19px;
}
body#system .paged-list-controls > *
{
    vertical-align:middle;
}
body#system .paged-list-filter
{
    margin-bottom: 5px;
}
body#system .paged-list-filter .ffs-name-filter
{
    margin-right: 10px;
    float:left;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.ffTabContainer.ffTabContainerWhite .ui-tabs .ui-tabs-panel,
.systemTabPanel .Body
{
    background:#fff;
}

.systemTabPanel .Body
{
    border:none;
}

.systemTabPanel .Header
{
    display: inline-block;
    position: relative;
    height: 30px;
    padding-top: 10px;
    background: #fff;
    line-height: 14px;    
}

.systemTabPanel .HeaderR,
.systemTabPanel .HeaderL
{
    background:none;
}

body#system .ffSystemMenu
{
    height:106px;
}

body#system .ffSystemMenu .menu
{
    height:auto;
    line-height:20px;
    border-radius:0;
    padding:15px 10px 15px 10px;
}

body#system .ffSystemMenu .menuContent,
body#system .ffSystemMenu .menuContentInner
{
    height:106px;
}

body#system .ffSystemMenu .menuContent
{
    border-radius:0;
}

.taskList
{
    border-radius:0;
}

.NewTaskList .Header
{
    border-radius:0 !important;
}

.taskList
{
    background:#fff;
}

.NewTaskList .Header
{
    display:none;
}

body#system #bodyContent
{
    background-image:none;
    background-color:transparent;
}

.systemTabPanel .Header
{
    width:100%;
}

.taskList
{
    padding:0;
    width:100%;
}

.taskList ul li
{
    border-bottom: 1px solid #e9ecf3;
    padding: 15px 16px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.taskList ul li:hover
{
    background:var(--ff-highlight-colour);
}

.taskList ul li span
{
    display:flex;
    align-items:center;
}

.taskList ul li span a span
{
    display:inline-block;
}

.taskList ul li span .ffFontImage
{
    font-size:20px;
}

.taskList .selectedTask
{
    position: relative;
}

.taskList .selected {
    float: right;
    position: absolute;
    right: 0px;
    top: 15px;
    background: 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 12px double transparent;
    border-bottom: 12px double transparent;
    border-left: 0;
    border-right: 11px solid #e9ecf3;
}

.NewTaskList .taskLink .ffFontImage {
    color:#AAB5BC;
}

body#system input.systemButton,
body#system input.systemButtonExtraSmall,
body#system input.systemButtonSmall,
body#system input.systemButtonBig,
body#system input.systemButtonBigger,
body#system input.systemButtonBiggest,
body#system input.ff-btn,
body#system input.btnAddQuestion,
body#system input[type=submit],
body#system input[type=button]
{
    border: 1px solid var(--ff-secondary-colour);
    background-color: #fff;
    color:var(--ff-secondary-colour);
    cursor:pointer;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding:6px 10px;
    margin-right:3px;
    border-radius:21px;
    line-height:normal;
}

body#system input.btn-main-colour
{
    background-color:var(--ff-secondary-colour);
    color:#fff;
}

body#system input.systemButton:hover,
body#system input.systemButtonSmall:hover,
body#system input.systemButtonBig:hover,
body#system input.systemButtonBigger:hover,
body#system input.systemButtonBiggest:hover,
body#system input.ff-btn:hover,
body#system input.btnAddQuestion:hover,
body#system input[type=submit]:hover,
body#system input[type=button]:hover
{
    background-color:var(--ff-secondary-colour);
    color:#fff;
}

body#system input.btn-main-colour:hover
{
    background-color:#fff;
    color:var(--ff-secondary-colour);
}

body#system input.systemButton:focus,
body#system input.systemButtonSmall:focus,
body#system input.systemButtonBig:focus,
body#system input.systemButtonBigger:focus,
body#system input.systemButtonBiggest:focus,
body#system input.ff-btn:focus,
body#system input.btnAddQuestion:focus,
body#system input[type=submit]:focus,
body#system input[type=button]:focus
{
    outline:none !important;
}

div.ffSimplePanel_Skinny
{
    background-image: none; 
    border: none; 
    border-radius: 0; 
    padding: 10px 15px;
    background-color: #fff;
}

.contentEditArea
{
    border:none;
}

.ffTabContainer .ui-tabs .ui-tabs-panel
{
    background: none;
}

body#system #footerContent
{
    width:100%;
}

#FireFishFooter .footerClientText,
#FireFishFooter .footerFireFishText
{
    display:inline-block;
}

#FireFishFooter .footerFireFishText
{
    float:right;
}

body#system input.textbox[aria-required="false"],
body#system input.textbox[aria-required="true"],
body#system input.textbox,
body#system input[type=text],
body#system input[type=search],
body#system input[type=password],
body#system select[aria-required="false"],
body#system select[aria-required="true"],
body#system select,
body#system textarea,
body#system input[type=number],
body#system input[type=email] {
    border: 1px solid #C5CDDE;
    padding: 6px 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: var(--font-family);
    height: auto;
    line-height: normal;
}

input[type="search" i]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

body#system input.textbox[aria-required="false"]:focus,
body#system input.textbox:focus,
body#system input[type=text]:focus,
body#system select[aria-required="false"]:focus,
body#system select:focus,
body#system textarea:focus
body#system input[type=number]:focus {
    outline: none;
}

body#system input[type=text][disabled="disabled"],
body#system input[disabled="disabled"].textbox,
body#system input[type=text].aspNetDisabled,
body#system select.aspNetDisabled,
body#system textarea[disabled=disabled],
body#system input[type=text][disabled],
body#system input[type=number][disabled],
body#system select[disabled="disabled"]
{
    background-color: #e9ecf3;
    border: 1px solid #e9ecf3;
    color: #94A1BF;
}

body#system input[type="button"]:disabled,
body#system input[type="submit"][disabled="disabled"],
body#system input[type="submit"]:disabled,
body#system input[type="submit"]:disabled,
body#system input[type="button"]:disabled,
body#system input[disabled],
body#system input[type=submit].aspNetDisabled,
body#system input[type=button].aspNetDisabled,
body#system input[type=button][title^="Select"],
body#system input[type=submit][title^="Select"]
{
    background-color: transparent;
    border: 1px solid #B0B4B8;
    color: #B0B4B8;
    cursor:auto;
}

.flex-stretch
{
    display:flex;
    align-items:stretch;
}

.actionDetailList img.profileImageMedium
{
    border-radius:50%;
    max-width:100%;
}

.systemDashboardFinanceArea .systemTabPanel,
.systemDashboardToDoArea .systemTabPanel
{
    margin-left:10px;
}

.systemDashboardQuickLinks .systemTabPanel,
.systemDashboardDiaryArea .systemTabPanel
{
    margin-right:0;
    margin-left:10px;
}

.ui-tabs
{
    padding:0 !important;
}

.systemDashboardArea.systemDashboardDiaryArea
{
    float:right;
}

body#system .systemDashboardFinanceArea input[type=text][disabled="disabled"]
{
    width:100%;
    max-width:100% !important;
}

@media (max-width: 767px) {
     .systemDashboardKPIArea table:nth-of-type(1)
     {
         width:100%;
         float:none;
     }

    .systemDashboardKPIArea table:nth-of-type(2) tr,
    .systemDashboardKPIArea table:nth-of-type(2) tr td {
        display: block;
        width: 100%;
    }
}

textarea.g-recaptcha-response
{
    display:none!important;
}

.mdl-body table.actionTable > tbody > tr > td textarea {
    max-width: 100%;
}


table.interview-workflow tbody > tr > td textarea, table.cv-sent-workflow tbody > tr > td textarea,
table.offerlist-placement-row-template tbody > tr > td textarea {
    resize: vertical;
}

.tooltip {
    display: inline;
    position: relative;
}

    .tooltip:hover:after {
        background-color: #fff;
        border: solid 1px gray;
        bottom: -40px;
        color: #000;
        content: attr(aria-label);
        left: 20%;
        padding: 5px 5px;
        position: absolute;
        z-index: 98;
        width: auto;
        white-space: nowrap;
        font-family: "Open Sans", sans-serif;
        font-size: 0.94rem;
        font-weight: normal;
    }

/* /StaticContent/Css\WebModalPanelResponsive.css */
/*Modal Panel*/
@media only screen and (max-width: 450px)
{
    .candidateAdvertApplicationArea .mdl-wrap .modalPanel
    {
        width:280px !important;
    }

    .candidateAdvertApplicationArea .mdl-wrap .modalPanel .UploadMain.UploadBody input[type="file"]
    {
        display:block;
        width:100%;
    }

    .ffLogin .advertLoginTable td
    {
        display:block;
    }
}
/* /Content/VisionPersonnel/assets/css/font-awesome.min.css?ver=5.7.2 */
/*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1,-1);
    transform: scale(1,-1)
}

.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1,-1);
    transform: scale(-1,-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-haykal:before {
    content: "\f666"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-train:before {
    content: "\f238"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-water:before {
    content: "\f773"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    src: url(./webfonts/fa-brands-400.eot);
    src: url(./webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(./webfonts/fa-brands-400.woff2) format("woff2"),url(./webfonts/fa-brands-400.woff) format("woff"),url(./webfonts/fa-brands-400.ttf) format("truetype"),url(./webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: 'Font Awesome 5 Brands'
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    src: url(./webfonts/fa-regular-400.eot);
    src: url(./webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(./webfonts/fa-regular-400.woff2) format("woff2"),url(./webfonts/fa-regular-400.woff) format("woff"),url(./webfonts/fa-regular-400.ttf) format("truetype"),url(./webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url(./webfonts/fa-solid-900.eot);
    src: url(./webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(./webfonts/fa-solid-900.woff2) format("woff2"),url(./webfonts/fa-solid-900.woff) format("woff"),url(./webfonts/fa-solid-900.ttf) format("truetype"),url(./webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}
    /*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

    .fa.fa-glass:before {
        content: "\f000"
    }

    .fa.fa-meetup {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-star-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-star-o:before {
            content: "\f005"
        }

    .fa.fa-remove:before {
        content: "\f00d"
    }

    .fa.fa-close:before {
        content: "\f00d"
    }

    .fa.fa-gear:before {
        content: "\f013"
    }

    .fa.fa-trash-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-trash-o:before {
            content: "\f2ed"
        }

    .fa.fa-file-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-file-o:before {
            content: "\f15b"
        }

    .fa.fa-clock-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-clock-o:before {
            content: "\f017"
        }

    .fa.fa-arrow-circle-o-down {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-arrow-circle-o-down:before {
            content: "\f358"
        }

    .fa.fa-arrow-circle-o-up {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-arrow-circle-o-up:before {
            content: "\f35b"
        }

    .fa.fa-play-circle-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-play-circle-o:before {
            content: "\f144"
        }

    .fa.fa-repeat:before {
        content: "\f01e"
    }

    .fa.fa-rotate-right:before {
        content: "\f01e"
    }

    .fa.fa-refresh:before {
        content: "\f021"
    }

    .fa.fa-list-alt {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

    .fa.fa-dedent:before {
        content: "\f03b"
    }

    .fa.fa-video-camera:before {
        content: "\f03d"
    }

    .fa.fa-picture-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-picture-o:before {
            content: "\f03e"
        }

    .fa.fa-photo {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-photo:before {
            content: "\f03e"
        }

    .fa.fa-image {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-image:before {
            content: "\f03e"
        }

    .fa.fa-pencil:before {
        content: "\f303"
    }

    .fa.fa-map-marker:before {
        content: "\f3c5"
    }

    .fa.fa-pencil-square-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-pencil-square-o:before {
            content: "\f044"
        }

    .fa.fa-share-square-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-share-square-o:before {
            content: "\f14d"
        }

    .fa.fa-check-square-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-check-square-o:before {
            content: "\f14a"
        }

    .fa.fa-arrows:before {
        content: "\f0b2"
    }

    .fa.fa-times-circle-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-times-circle-o:before {
            content: "\f057"
        }

    .fa.fa-check-circle-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-check-circle-o:before {
            content: "\f058"
        }

    .fa.fa-mail-forward:before {
        content: "\f064"
    }

    .fa.fa-eye {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

    .fa.fa-eye-slash {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

    .fa.fa-warning:before {
        content: "\f071"
    }

    .fa.fa-calendar:before {
        content: "\f073"
    }

    .fa.fa-arrows-v:before {
        content: "\f338"
    }

    .fa.fa-arrows-h:before {
        content: "\f337"
    }

    .fa.fa-bar-chart {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-bar-chart:before {
            content: "\f080"
        }

    .fa.fa-bar-chart-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-bar-chart-o:before {
            content: "\f080"
        }

    .fa.fa-twitter-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-facebook-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-gears:before {
        content: "\f085"
    }

    .fa.fa-thumbs-o-up {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-thumbs-o-up:before {
            content: "\f164"
        }

    .fa.fa-thumbs-o-down {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-thumbs-o-down:before {
            content: "\f165"
        }

    .fa.fa-heart-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-heart-o:before {
            content: "\f004"
        }

    .fa.fa-sign-out:before {
        content: "\f2f5"
    }

    .fa.fa-linkedin-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

        .fa.fa-linkedin-square:before {
            content: "\f08c"
        }

    .fa.fa-thumb-tack:before {
        content: "\f08d"
    }

    .fa.fa-external-link:before {
        content: "\f35d"
    }

    .fa.fa-sign-in:before {
        content: "\f2f6"
    }

    .fa.fa-github-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-lemon-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-lemon-o:before {
            content: "\f094"
        }

    .fa.fa-square-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-square-o:before {
            content: "\f0c8"
        }

    .fa.fa-bookmark-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-bookmark-o:before {
            content: "\f02e"
        }

    .fa.fa-twitter {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-facebook {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

        .fa.fa-facebook:before {
            content: "\f39e"
        }

    .fa.fa-facebook-f {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

        .fa.fa-facebook-f:before {
            content: "\f39e"
        }

    .fa.fa-github {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-credit-card {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

    .fa.fa-feed:before {
        content: "\f09e"
    }

    .fa.fa-hdd-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-hdd-o:before {
            content: "\f0a0"
        }

    .fa.fa-hand-o-right {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-hand-o-right:before {
            content: "\f0a4"
        }

    .fa.fa-hand-o-left {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-hand-o-left:before {
            content: "\f0a5"
        }

    .fa.fa-hand-o-up {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-hand-o-up:before {
            content: "\f0a6"
        }

    .fa.fa-hand-o-down {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-hand-o-down:before {
            content: "\f0a7"
        }

    .fa.fa-arrows-alt:before {
        content: "\f31e"
    }

    .fa.fa-group:before {
        content: "\f0c0"
    }

    .fa.fa-chain:before {
        content: "\f0c1"
    }

    .fa.fa-scissors:before {
        content: "\f0c4"
    }

    .fa.fa-files-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-files-o:before {
            content: "\f0c5"
        }

    .fa.fa-floppy-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-floppy-o:before {
            content: "\f0c7"
        }

    .fa.fa-navicon:before {
        content: "\f0c9"
    }

    .fa.fa-reorder:before {
        content: "\f0c9"
    }

    .fa.fa-pinterest {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-pinterest-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-google-plus-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-google-plus {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

        .fa.fa-google-plus:before {
            content: "\f0d5"
        }

    .fa.fa-money {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-money:before {
            content: "\f3d1"
        }

    .fa.fa-unsorted:before {
        content: "\f0dc"
    }

    .fa.fa-sort-desc:before {
        content: "\f0dd"
    }

    .fa.fa-sort-asc:before {
        content: "\f0de"
    }

    .fa.fa-linkedin {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

        .fa.fa-linkedin:before {
            content: "\f0e1"
        }

    .fa.fa-rotate-left:before {
        content: "\f0e2"
    }

    .fa.fa-legal:before {
        content: "\f0e3"
    }

    .fa.fa-tachometer:before {
        content: "\f3fd"
    }

    .fa.fa-dashboard:before {
        content: "\f3fd"
    }

    .fa.fa-comment-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-comment-o:before {
            content: "\f075"
        }

    .fa.fa-comments-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-comments-o:before {
            content: "\f086"
        }

    .fa.fa-flash:before {
        content: "\f0e7"
    }

    .fa.fa-clipboard {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

    .fa.fa-paste {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-paste:before {
            content: "\f328"
        }

    .fa.fa-lightbulb-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-lightbulb-o:before {
            content: "\f0eb"
        }

    .fa.fa-exchange:before {
        content: "\f362"
    }

    .fa.fa-cloud-download:before {
        content: "\f381"
    }

    .fa.fa-cloud-upload:before {
        content: "\f382"
    }

    .fa.fa-bell-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-bell-o:before {
            content: "\f0f3"
        }

    .fa.fa-cutlery:before {
        content: "\f2e7"
    }

    .fa.fa-file-text-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-file-text-o:before {
            content: "\f15c"
        }

    .fa.fa-building-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-building-o:before {
            content: "\f1ad"
        }

    .fa.fa-hospital-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-hospital-o:before {
            content: "\f0f8"
        }

    .fa.fa-tablet:before {
        content: "\f3fa"
    }

    .fa.fa-mobile:before {
        content: "\f3cd"
    }

    .fa.fa-mobile-phone:before {
        content: "\f3cd"
    }

    .fa.fa-circle-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-circle-o:before {
            content: "\f111"
        }

    .fa.fa-mail-reply:before {
        content: "\f3e5"
    }

    .fa.fa-github-alt {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-folder-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-folder-o:before {
            content: "\f07b"
        }

    .fa.fa-folder-open-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-folder-open-o:before {
            content: "\f07c"
        }

    .fa.fa-smile-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-smile-o:before {
            content: "\f118"
        }

    .fa.fa-frown-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-frown-o:before {
            content: "\f119"
        }

    .fa.fa-meh-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-meh-o:before {
            content: "\f11a"
        }

    .fa.fa-keyboard-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-keyboard-o:before {
            content: "\f11c"
        }

    .fa.fa-flag-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-flag-o:before {
            content: "\f024"
        }

    .fa.fa-mail-reply-all:before {
        content: "\f122"
    }

    .fa.fa-star-half-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-star-half-o:before {
            content: "\f089"
        }

    .fa.fa-star-half-empty {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-star-half-empty:before {
            content: "\f089"
        }

    .fa.fa-star-half-full {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-star-half-full:before {
            content: "\f089"
        }

    .fa.fa-code-fork:before {
        content: "\f126"
    }

    .fa.fa-chain-broken:before {
        content: "\f127"
    }

    .fa.fa-shield:before {
        content: "\f3ed"
    }

    .fa.fa-calendar-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-calendar-o:before {
            content: "\f133"
        }

    .fa.fa-maxcdn {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-html5 {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-css3 {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-ticket:before {
        content: "\f3ff"
    }

    .fa.fa-minus-square-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-minus-square-o:before {
            content: "\f146"
        }

    .fa.fa-level-up:before {
        content: "\f3bf"
    }

    .fa.fa-level-down:before {
        content: "\f3be"
    }

    .fa.fa-pencil-square:before {
        content: "\f14b"
    }

    .fa.fa-external-link-square:before {
        content: "\f360"
    }

    .fa.fa-compass {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

    .fa.fa-caret-square-o-down {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-caret-square-o-down:before {
            content: "\f150"
        }

    .fa.fa-toggle-down {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-toggle-down:before {
            content: "\f150"
        }

    .fa.fa-caret-square-o-up {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-caret-square-o-up:before {
            content: "\f151"
        }

    .fa.fa-toggle-up {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-toggle-up:before {
            content: "\f151"
        }

    .fa.fa-caret-square-o-right {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-caret-square-o-right:before {
            content: "\f152"
        }

    .fa.fa-toggle-right {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-toggle-right:before {
            content: "\f152"
        }

    .fa.fa-eur:before {
        content: "\f153"
    }

    .fa.fa-euro:before {
        content: "\f153"
    }

    .fa.fa-gbp:before {
        content: "\f154"
    }

    .fa.fa-usd:before {
        content: "\f155"
    }

    .fa.fa-dollar:before {
        content: "\f155"
    }

    .fa.fa-inr:before {
        content: "\f156"
    }

    .fa.fa-rupee:before {
        content: "\f156"
    }

    .fa.fa-jpy:before {
        content: "\f157"
    }

    .fa.fa-cny:before {
        content: "\f157"
    }

    .fa.fa-rmb:before {
        content: "\f157"
    }

    .fa.fa-yen:before {
        content: "\f157"
    }

    .fa.fa-rub:before {
        content: "\f158"
    }

    .fa.fa-ruble:before {
        content: "\f158"
    }

    .fa.fa-rouble:before {
        content: "\f158"
    }

    .fa.fa-krw:before {
        content: "\f159"
    }

    .fa.fa-won:before {
        content: "\f159"
    }

    .fa.fa-btc {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-bitcoin {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

        .fa.fa-bitcoin:before {
            content: "\f15a"
        }

    .fa.fa-file-text:before {
        content: "\f15c"
    }

    .fa.fa-sort-alpha-asc:before {
        content: "\f15d"
    }

    .fa.fa-sort-alpha-desc:before {
        content: "\f15e"
    }

    .fa.fa-sort-amount-asc:before {
        content: "\f160"
    }

    .fa.fa-sort-amount-desc:before {
        content: "\f161"
    }

    .fa.fa-sort-numeric-asc:before {
        content: "\f162"
    }

    .fa.fa-sort-numeric-desc:before {
        content: "\f163"
    }

    .fa.fa-youtube-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-youtube {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-xing {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-xing-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-youtube-play {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

        .fa.fa-youtube-play:before {
            content: "\f167"
        }

    .fa.fa-dropbox {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-stack-overflow {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-instagram {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-flickr {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-adn {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-bitbucket {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-bitbucket-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

        .fa.fa-bitbucket-square:before {
            content: "\f171"
        }

    .fa.fa-tumblr {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-tumblr-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-long-arrow-down:before {
        content: "\f309"
    }

    .fa.fa-long-arrow-up:before {
        content: "\f30c"
    }

    .fa.fa-long-arrow-left:before {
        content: "\f30a"
    }

    .fa.fa-long-arrow-right:before {
        content: "\f30b"
    }

    .fa.fa-apple {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-windows {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-android {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-linux {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-dribbble {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-skype {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-foursquare {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-trello {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-gratipay {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-gittip {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

        .fa.fa-gittip:before {
            content: "\f184"
        }

    .fa.fa-sun-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-sun-o:before {
            content: "\f185"
        }

    .fa.fa-moon-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-moon-o:before {
            content: "\f186"
        }

    .fa.fa-vk {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-weibo {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-renren {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-pagelines {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-stack-exchange {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-arrow-circle-o-right {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-arrow-circle-o-right:before {
            content: "\f35a"
        }

    .fa.fa-arrow-circle-o-left {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-arrow-circle-o-left:before {
            content: "\f359"
        }

    .fa.fa-caret-square-o-left {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-caret-square-o-left:before {
            content: "\f191"
        }

    .fa.fa-toggle-left {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-toggle-left:before {
            content: "\f191"
        }

    .fa.fa-dot-circle-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-dot-circle-o:before {
            content: "\f192"
        }

    .fa.fa-vimeo-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-try:before {
        content: "\f195"
    }

    .fa.fa-turkish-lira:before {
        content: "\f195"
    }

    .fa.fa-plus-square-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-plus-square-o:before {
            content: "\f0fe"
        }

    .fa.fa-slack {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-wordpress {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-openid {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-institution:before {
        content: "\f19c"
    }

    .fa.fa-bank:before {
        content: "\f19c"
    }

    .fa.fa-mortar-board:before {
        content: "\f19d"
    }

    .fa.fa-yahoo {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-google {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-reddit {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-reddit-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-stumbleupon-circle {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-stumbleupon {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-delicious {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-digg {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-pied-piper-pp {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-pied-piper-alt {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-drupal {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-joomla {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-spoon:before {
        content: "\f2e5"
    }

    .fa.fa-behance {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-behance-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-steam {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-steam-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-automobile:before {
        content: "\f1b9"
    }

    .fa.fa-cab:before {
        content: "\f1ba"
    }

    .fa.fa-envelope-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-envelope-o:before {
            content: "\f0e0"
        }

    .fa.fa-deviantart {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-soundcloud {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-file-pdf-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-file-pdf-o:before {
            content: "\f1c1"
        }

    .fa.fa-file-word-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-file-word-o:before {
            content: "\f1c2"
        }

    .fa.fa-file-excel-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-file-excel-o:before {
            content: "\f1c3"
        }

    .fa.fa-file-powerpoint-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-file-powerpoint-o:before {
            content: "\f1c4"
        }

    .fa.fa-file-image-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-file-image-o:before {
            content: "\f1c5"
        }

    .fa.fa-file-photo-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-file-photo-o:before {
            content: "\f1c5"
        }

    .fa.fa-file-picture-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-file-picture-o:before {
            content: "\f1c5"
        }

    .fa.fa-file-archive-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-file-archive-o:before {
            content: "\f1c6"
        }

    .fa.fa-file-zip-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-file-zip-o:before {
            content: "\f1c6"
        }

    .fa.fa-file-audio-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-file-audio-o:before {
            content: "\f1c7"
        }

    .fa.fa-file-sound-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-file-sound-o:before {
            content: "\f1c7"
        }

    .fa.fa-file-video-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-file-video-o:before {
            content: "\f1c8"
        }

    .fa.fa-file-movie-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-file-movie-o:before {
            content: "\f1c8"
        }

    .fa.fa-file-code-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-file-code-o:before {
            content: "\f1c9"
        }

    .fa.fa-vine {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-codepen {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-jsfiddle {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-life-ring {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

    .fa.fa-life-bouy {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-life-bouy:before {
            content: "\f1cd"
        }

    .fa.fa-life-buoy {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-life-buoy:before {
            content: "\f1cd"
        }

    .fa.fa-life-saver {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-life-saver:before {
            content: "\f1cd"
        }

    .fa.fa-support {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-support:before {
            content: "\f1cd"
        }

    .fa.fa-circle-o-notch:before {
        content: "\f1ce"
    }

    .fa.fa-rebel {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-ra {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

        .fa.fa-ra:before {
            content: "\f1d0"
        }

    .fa.fa-resistance {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

        .fa.fa-resistance:before {
            content: "\f1d0"
        }

    .fa.fa-empire {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-ge {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

        .fa.fa-ge:before {
            content: "\f1d1"
        }

    .fa.fa-git-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-git {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-hacker-news {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-y-combinator-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

        .fa.fa-y-combinator-square:before {
            content: "\f1d4"
        }

    .fa.fa-yc-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

        .fa.fa-yc-square:before {
            content: "\f1d4"
        }

    .fa.fa-tencent-weibo {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-qq {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-weixin {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-wechat {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

        .fa.fa-wechat:before {
            content: "\f1d7"
        }

    .fa.fa-send:before {
        content: "\f1d8"
    }

    .fa.fa-paper-plane-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-paper-plane-o:before {
            content: "\f1d8"
        }

    .fa.fa-send-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-send-o:before {
            content: "\f1d8"
        }

    .fa.fa-circle-thin {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-circle-thin:before {
            content: "\f111"
        }

    .fa.fa-header:before {
        content: "\f1dc"
    }

    .fa.fa-sliders:before {
        content: "\f1de"
    }

    .fa.fa-futbol-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-futbol-o:before {
            content: "\f1e3"
        }

    .fa.fa-soccer-ball-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-soccer-ball-o:before {
            content: "\f1e3"
        }

    .fa.fa-slideshare {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-twitch {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-yelp {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-newspaper-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-newspaper-o:before {
            content: "\f1ea"
        }

    .fa.fa-paypal {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-google-wallet {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-cc-visa {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-cc-mastercard {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-cc-discover {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-cc-amex {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-cc-paypal {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-cc-stripe {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-bell-slash-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-bell-slash-o:before {
            content: "\f1f6"
        }

    .fa.fa-trash:before {
        content: "\f2ed"
    }

    .fa.fa-copyright {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

    .fa.fa-eyedropper:before {
        content: "\f1fb"
    }

    .fa.fa-area-chart:before {
        content: "\f1fe"
    }

    .fa.fa-pie-chart:before {
        content: "\f200"
    }

    .fa.fa-line-chart:before {
        content: "\f201"
    }

    .fa.fa-lastfm {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-lastfm-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-ioxhost {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-angellist {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-cc {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-cc:before {
            content: "\f20a"
        }

    .fa.fa-ils:before {
        content: "\f20b"
    }

    .fa.fa-shekel:before {
        content: "\f20b"
    }

    .fa.fa-sheqel:before {
        content: "\f20b"
    }

    .fa.fa-meanpath {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

        .fa.fa-meanpath:before {
            content: "\f2b4"
        }

    .fa.fa-buysellads {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-connectdevelop {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-dashcube {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-forumbee {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-leanpub {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-sellsy {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-shirtsinbulk {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-simplybuilt {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-skyatlas {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-diamond {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-diamond:before {
            content: "\f3a5"
        }

    .fa.fa-intersex:before {
        content: "\f224"
    }

    .fa.fa-facebook-official {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

        .fa.fa-facebook-official:before {
            content: "\f09a"
        }

    .fa.fa-pinterest-p {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-whatsapp {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-hotel:before {
        content: "\f236"
    }

    .fa.fa-viacoin {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-medium {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-y-combinator {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-yc {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

        .fa.fa-yc:before {
            content: "\f23b"
        }

    .fa.fa-optin-monster {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-opencart {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-expeditedssl {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-battery-4:before {
        content: "\f240"
    }

    .fa.fa-battery:before {
        content: "\f240"
    }

    .fa.fa-battery-3:before {
        content: "\f241"
    }

    .fa.fa-battery-2:before {
        content: "\f242"
    }

    .fa.fa-battery-1:before {
        content: "\f243"
    }

    .fa.fa-battery-0:before {
        content: "\f244"
    }

    .fa.fa-object-group {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

    .fa.fa-object-ungroup {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

    .fa.fa-sticky-note-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-sticky-note-o:before {
            content: "\f249"
        }

    .fa.fa-cc-jcb {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-cc-diners-club {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-clone {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

    .fa.fa-hourglass-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-hourglass-o:before {
            content: "\f254"
        }

    .fa.fa-hourglass-1:before {
        content: "\f251"
    }

    .fa.fa-hourglass-2:before {
        content: "\f252"
    }

    .fa.fa-hourglass-3:before {
        content: "\f253"
    }

    .fa.fa-hand-rock-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-hand-rock-o:before {
            content: "\f255"
        }

    .fa.fa-hand-grab-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-hand-grab-o:before {
            content: "\f255"
        }

    .fa.fa-hand-paper-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-hand-paper-o:before {
            content: "\f256"
        }

    .fa.fa-hand-stop-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-hand-stop-o:before {
            content: "\f256"
        }

    .fa.fa-hand-scissors-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-hand-scissors-o:before {
            content: "\f257"
        }

    .fa.fa-hand-lizard-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-hand-lizard-o:before {
            content: "\f258"
        }

    .fa.fa-hand-spock-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-hand-spock-o:before {
            content: "\f259"
        }

    .fa.fa-hand-pointer-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-hand-pointer-o:before {
            content: "\f25a"
        }

    .fa.fa-hand-peace-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-hand-peace-o:before {
            content: "\f25b"
        }

    .fa.fa-registered {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

    .fa.fa-creative-commons {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-gg {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-gg-circle {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-tripadvisor {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-odnoklassniki {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-odnoklassniki-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-get-pocket {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-wikipedia-w {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-safari {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-chrome {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-firefox {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-opera {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-internet-explorer {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-television:before {
        content: "\f26c"
    }

    .fa.fa-contao {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-500px {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-amazon {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-calendar-plus-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-calendar-plus-o:before {
            content: "\f271"
        }

    .fa.fa-calendar-minus-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-calendar-minus-o:before {
            content: "\f272"
        }

    .fa.fa-calendar-times-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-calendar-times-o:before {
            content: "\f273"
        }

    .fa.fa-calendar-check-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-calendar-check-o:before {
            content: "\f274"
        }

    .fa.fa-map-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-map-o:before {
            content: "\f279"
        }

    .fa.fa-commenting:before {
        content: "\f4ad"
    }

    .fa.fa-commenting-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-commenting-o:before {
            content: "\f4ad"
        }

    .fa.fa-houzz {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-vimeo {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

        .fa.fa-vimeo:before {
            content: "\f27d"
        }

    .fa.fa-black-tie {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-fonticons {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-reddit-alien {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-edge {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-credit-card-alt:before {
        content: "\f09d"
    }

    .fa.fa-codiepie {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-modx {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-fort-awesome {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-usb {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-product-hunt {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-mixcloud {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-scribd {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-pause-circle-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-pause-circle-o:before {
            content: "\f28b"
        }

    .fa.fa-stop-circle-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-stop-circle-o:before {
            content: "\f28d"
        }

    .fa.fa-bluetooth {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-bluetooth-b {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-gitlab {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-wpbeginner {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-wpforms {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-envira {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-wheelchair-alt {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

        .fa.fa-wheelchair-alt:before {
            content: "\f368"
        }

    .fa.fa-question-circle-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-question-circle-o:before {
            content: "\f059"
        }

    .fa.fa-volume-control-phone:before {
        content: "\f2a0"
    }

    .fa.fa-asl-interpreting:before {
        content: "\f2a3"
    }

    .fa.fa-deafness:before {
        content: "\f2a4"
    }

    .fa.fa-hard-of-hearing:before {
        content: "\f2a4"
    }

    .fa.fa-glide {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-glide-g {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-signing:before {
        content: "\f2a7"
    }

    .fa.fa-viadeo {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-viadeo-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-snapchat {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-snapchat-ghost {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-snapchat-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-pied-piper {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-first-order {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-yoast {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-themeisle {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-google-plus-official {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

        .fa.fa-google-plus-official:before {
            content: "\f2b3"
        }

    .fa.fa-google-plus-circle {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

        .fa.fa-google-plus-circle:before {
            content: "\f2b3"
        }

    .fa.fa-font-awesome {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-fa {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

        .fa.fa-fa:before {
            content: "\f2b4"
        }

    .fa.fa-handshake-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-handshake-o:before {
            content: "\f2b5"
        }

    .fa.fa-envelope-open-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-envelope-open-o:before {
            content: "\f2b6"
        }

    .fa.fa-linode {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-address-book-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-address-book-o:before {
            content: "\f2b9"
        }

    .fa.fa-vcard:before {
        content: "\f2bb"
    }

    .fa.fa-address-card-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-address-card-o:before {
            content: "\f2bb"
        }

    .fa.fa-vcard-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-vcard-o:before {
            content: "\f2bb"
        }

    .fa.fa-user-circle-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-user-circle-o:before {
            content: "\f2bd"
        }

    .fa.fa-user-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-user-o:before {
            content: "\f007"
        }

    .fa.fa-id-badge {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

    .fa.fa-drivers-license:before {
        content: "\f2c2"
    }

    .fa.fa-id-card-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-id-card-o:before {
            content: "\f2c2"
        }

    .fa.fa-drivers-license-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-drivers-license-o:before {
            content: "\f2c2"
        }

    .fa.fa-quora {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-free-code-camp {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-telegram {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-thermometer-4:before {
        content: "\f2c7"
    }

    .fa.fa-thermometer:before {
        content: "\f2c7"
    }

    .fa.fa-thermometer-3:before {
        content: "\f2c8"
    }

    .fa.fa-thermometer-2:before {
        content: "\f2c9"
    }

    .fa.fa-thermometer-1:before {
        content: "\f2ca"
    }

    .fa.fa-thermometer-0:before {
        content: "\f2cb"
    }

    .fa.fa-bathtub:before {
        content: "\f2cd"
    }

    .fa.fa-s15:before {
        content: "\f2cd"
    }

    .fa.fa-window-maximize {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

    .fa.fa-window-restore {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

    .fa.fa-times-rectangle:before {
        content: "\f410"
    }

    .fa.fa-window-close-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-window-close-o:before {
            content: "\f410"
        }

    .fa.fa-times-rectangle-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-times-rectangle-o:before {
            content: "\f410"
        }

    .fa.fa-bandcamp {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-grav {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-etsy {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-imdb {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-ravelry {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-eercast {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

        .fa.fa-eercast:before {
            content: "\f2da"
        }

    .fa.fa-snowflake-o {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400
    }

        .fa.fa-snowflake-o:before {
            content: "\f2dc"
        }

    .fa.fa-superpowers {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-wpexplorer {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-spotify {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

/* /Content/VisionPersonnel/assets/css/ie.min.css?ver=5.7.2 */
.nav-holder .fusion-navbar-nav .fusion-dropdown-menu ul, .nav-holder .fusion-navbar-nav > li > div, .nav-holder .fusion-navbar-nav > li > ul, .top-menu li > .sub-menu, .top-menu li > div {
    display: none
}

.nav-holder .fusion-navbar-nav li:hover > .sub-menu, .nav-holder .fusion-navbar-nav li:hover > div, .top-menu .cart:hover .cart-contents, .top-menu li:hover > .sub-menu, .top-menu li:hover > div {
    display: block
}

.animated, .fusion-animated {
    visibility: visible
}

.search input {
    padding-left: 5px
}

#header .tagline {
    margin-top: 3px !important
}

.has-sidebar .summary.entry-summary {
    width: 318px
}

.has-sidebar .woocommerce-tabs .panel {
    width: 394px
}

.woocommerce .social-share li.email {
    border-right: 0
}

.star-rating {
    width: 5.2em !important
}

.avada-select-parent .select-arrow, .gravity-select-parent .select-arrow, .select-arrow, .wpcf7-select-parent .select-arrow {
    background: #fff
}

.search input, .searchform input {
    padding-left: 10px
}

.fusion-body .fusion-header-shadow:after, .fusion-body.side-header #side-header.header-shadow:after, .fusion-body.side-header #side-header.header-shadow:before {
    display: none
}

.fusion-button.button-pill, .fusion-button.button-pill:hover {
    filter: none
}

.fusion-imageframe, .imageframe-align-center {
    font-size: 0;
    line-height: normal
}

.layout-boxed-mode .fusion-footer-parallax {
    left: auto;
    right: auto
}

.fusion-header-v4 .fusion-header > .fusion-row .fusion-logo {
    display: table;
    width: 100%
}

.fusion-header-v4 .fusion-header > .fusion-row .fusion-header-content-3-wrapper, .fusion-header-v4 .fusion-header > .fusion-row .fusion-logo-link {
    display: table-cell;
    vertical: align: middle
}

.fusion-header-v4 .fusion-header > .fusion-row .fusion-secondary-menu-search {
    float: right
}

.fusion-header-v4.fusion-logo-right .fusion-header > .fusion-row .fusion-logo {
    direction: rtl
}

.rtl .fusion-header-v4.fusion-logo-left .fusion-header > .fusion-row .fusion-logo {
    direction: ltr
}

.fusion-header-v4.fusion-logo-right .fusion-header > .fusion-row .fusion-secondary-menu-search {
    float: none;
    direction: ltr
}

.rtl .fusion-header-v4 .fusion-header > .fusion-row .fusion-secondary-menu-search {
    direction: rtl
}

.fusion-header-v6 .fusion-header-v6-content {
    display: table;
    table-layout: fixed;
    width: 100%
}

    .fusion-header-v6 .fusion-header-v6-content .fusion-logo {
        float: none
    }

    .fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons {
        display: table-cell;
        text-align: right;
        vertical-align: middle
    }

        .fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons .fusion-flyout-search-toggle {
            vertical-align: middle
        }

.fusion-header-v6 .fusion-flyout-menu-icons .fusion-flyout-menu-toggle {
    display: inline-block;
    height: 36px;
    width: 36px;
    vertical-align: middle
}

.fusion-header-v6 .fusion-flyout-menu-icons .fusion-toggle-icon-line {
    display: block;
    margin: 5px 0 8px 0
}

.fusion-flyout-active.fusion-header-v6 .fusion-flyout-menu-bg {
    z-index: -1
}

.fusion-header-v7 .fusion-middle-logo-ul {
    text-align: center
}

    .fusion-header-v7 .fusion-middle-logo-ul li {
        display: inline-block
    }

.fusion-header-v7 .fusion-middle-logo-menu-logo a img {
    vertical-align: middle
}

.fusion-page-title-wrapper {
    display: table
}

.fusion-page-title-captions, .fusion-page-title-secondary {
    display: table-cell;
    vertical-align: middle
}

.fusion-countdown {
    display: table;
    width: 100%
}

    .fusion-countdown .fusion-countdown-counter-wrapper, .fusion-countdown .fusion-countdown-heading-wrapper, .fusion-countdown .fusion-countdown-link-wrapper {
        display: table-cell;
        vertical-align: middle
    }

.tribe-events-countdown-widget .tribe-countdown-timer .tribe-countdown-number {
    display: inline-block;
    margin-right: 0
}

.woocommerce .checkout_coupon {
    display: block !important
}

.fusion-title {
    display: table
}

    .comment-respond .fusion-title .comment-reply-title, .fusion-title h1, .fusion-title h2, .fusion-title h3, .fusion-title h4, .fusion-title h5, .fusion-title h6 {
        float: left;
        display: table-cell;
        white-space: pre
    }

    .fusion-title.fusion-title-center {
        display: table
    }

        .fusion-title.fusion-title-center .title-sep-container-left, .fusion-title.fusion-title-center .title-sep-container-right {
            width: 50%
        }

        .fusion-title.fusion-title-center .title-heading-center {
            display: table-cell;
            display: block
        }

        .fusion-title.fusion-title-center.fusion-sep-none .title-heading-center, .fusion-title.fusion-title-center.sep-underline .title-heading-center {
            display: block;
            float: none
        }

        .fusion-title.fusion-sep-none .title-heading-left, .fusion-title.fusion-sep-none .title-heading-right, .fusion-title.fusion-title-center.fusion-sep-none, .fusion-title.fusion-title-center.fusion-sep-none .title-heading-center {
            display: block;
            float: none
        }

    .fusion-title .title-sep-container {
        display: table-cell;
        vertical-align: middle;
        width: 100%
    }

    .fusion-title.sep-underline .title-heading-right {
        float: right
    }

.fusion-border-below-title h1, .fusion-border-below-title h2, .fusion-border-below-title h3, .fusion-border-below-title h4, .fusion-border-below-title h5, .fusion-border-below-title h6 {
    white-space: normal
}

#main .post-content .fusion-border-below-title h1, #main .post-content .fusion-border-below-title h2, #main .post-content .fusion-border-below-title h3, #main .post-content .fusion-border-below-title h4, #main .post-content .fusion-border-below-title h5, #main .post-content .fusion-border-below-title h6 {
    float: none
}

.products .product-list-view .product-details-container .clearfix {
    display: inline-block
}

@media only screen and (max-width:800px) {
    .woocommerce .checkout_coupon .promo-code-heading {
        display: block;
        float: none;
        text-align: center
    }

    .woocommerce .checkout_coupon .coupon-contents {
        display: block;
        float: none
    }

    .woocommerce .checkout_coupon .coupon-input {
        display: block;
        float: none;
        text-align: center;
        margin: 0 auto !important
    }

    .woocommerce .checkout_coupon .coupon-button {
        display: block;
        float: none;
        text-align: center;
        margin: 0 auto !important
    }
}

/* /StaticContent/Css/Fixes\AJAXControls.css */
.ajax__tab_xp .ajax__tab_header,
.ajax__tab_xp .ajax__tab_body {
	font-family: Arial,Verdana,Sans-Serif; font-size: 8pt;}
