/******************************************     Reset      ********************************/
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}*/
html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, cite, code, 
del, dfn, em, img, ins, kbd, q, s, samp, 
small, strong, sub, sup, var, 
b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, 
thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, 
output, ruby, section, summary, time, mark, audio, video, input, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***********************************     Fonts     *******************************/
@font-face {
    font-family: 'Proxima Nova';
    src: url('/Content/Fonts/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?#iefix');
    src: url('/Content/Fonts/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?#iefix') format('eot'),url('/Content/Fonts/e56ecb6d-da41-4bd9-982d-2d295bec9ab0.woff') format('woff'),url('/Content/Fonts/2aff4f81-3e97-4a83-9e6c-45e33c024796.ttf') format('truetype'),url('/Content/Fonts/ab9cd062-380f-4b53-b1a7-c0bec7402235.svg#ab9cd062-380f-4b53-b1a7-c0bec7402235') format('svg');
}

@font-face {
    font-family: 'Proxima Nova Light';
    src: url('/Content/Fonts/93cc6d34-798e-42c8-87d2-fd6391801b63.eot?#iefix');
    src: url('/Content/Fonts/93cc6d34-798e-42c8-87d2-fd6391801b63.eot?#iefix') format('eot'),url('/Content/Fonts/2fa30669-9bbd-4ced-912f-db94a367ed6c.woff') format('woff'),url('/Content/Fonts/c12b3ebb-3771-483f-a84a-ac63d615c28e.ttf') format('truetype'),url('/Content/Fonts/2a961063-ea56-4a4b-8cea-bdae32edb0e2.svg#2a961063-ea56-4a4b-8cea-bdae32edb0e2') format('svg');
}

@font-face {
    font-family: 'Proxima Nova Semi';
    src: url('/Content/Fonts/87e4b4fc-cdf1-450a-8bed-dd818cba908d.eot?#iefix');
    src: url('/Content/Fonts/87e4b4fc-cdf1-450a-8bed-dd818cba908d.eot?#iefix') format('eot'),url('/Content/Fonts/70ae52ec-d89b-4c6a-9402-854ebe423c54.woff') format('woff'),url('/Content/Fonts/6a35571c-ea14-4dac-9ae1-0e7af0abeec8.ttf') format('truetype'),url('/Content/Fonts/ac2bdafc-d4a8-49d0-8a10-4e2f16bf7e3c.svg#ac2bdafc-d4a8-49d0-8a10-4e2f16bf7e3c') format('svg');
}

@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('/Content/Fonts/fbc6b03a-b3a1-427c-a884-053deca3a53c.eot?#iefix');
    src: url('/Content/Fonts/fbc6b03a-b3a1-427c-a884-053deca3a53c.eot?#iefix') format('eot'),url('/Content/Fonts/d999c07b-a049-4eb5-b8a6-4f36ae25e67e.woff') format('woff'),url('/Content/Fonts/4d4a75f5-d32a-4a09-8665-133afd39cc37.ttf') format('truetype'),url('/Content/Fonts/8152bc4e-d700-4c78-b6be-326893e6f53f.svg#8152bc4e-d700-4c78-b6be-326893e6f53f') format('svg');
}

@font-face {
    font-family: 'icomoon';
    src: url('/Content/Fonts/icomoon.eot?-6fpyd1');
    src: url('/Content/Fonts/icomoon.eot?#iefix-6fpyd1') format('embedded-opentype'),url('/Content/Fonts/icomoon.woff?-6fpyd1') format('woff'),url('/Content/Fonts/icomoon.ttf?-6fpyd1') format('truetype'),url('/Content/Fonts/icomoon.svg?-6fpyd1#icomoon') format('svg');
}
/***********************************     Tags     *******************************/
html { overflow-y: scroll; }/* This forces the vertical scrollbar to be present, so content does not jump with collapsibe panels */
body { 
  margin: 0;
  padding: 0;
  font-family: "Proxima Nova", arial, sans-serif;
  font-size: 1em;
  line-height: 1.45;
  background-color: #f1f0ee;
  color: #333;
}
h1 {
  font-weight: lighter;
  font-family: "Proxima Nova", arial, Sans-Serif;
  letter-spacing: -0.02em;
  line-height: 1.1;
  font-size:350%;
  padding:0;
  margin:0 0 20px 0;
}
h2 {
  /*font-size: 140%;
  font-family: "Proxima Nova Bold", arial, sans-serif;
  font-weight:normal;
  line-height: 1.1;
  padding:0;
  margin:10px 0 10px 0;  */
  margin: 0 0 0.4em 0;
  font: 1.8em/1.16 'Proxima Nova Light', Arial, Helvetica, sans-serif;
}
h3 {
  font-family: "Proxima Nova", arial, sans-serif;
  font-size: 140%;
  font-weight:bold;
/*  line-height: 1.1;
  margin-bottom:25px;*/
}
h3.myBookings {
  float:left;
  line-height:0.85em;
  margin-bottom:5px;
  padding-right:20px;  
}

.topContent h3, .topContentRed h3 {margin:0 -10px 20px 0!important;padding:0 0 5px 0;border-bottom:3px solid #fff;}
.topContent p, .topContentRed p {margin:0;}
.topContentRed p {text-align:center;}
p {
    margin:10px 0;
    padding:2px;
}
a:link, a:visited {
  color: #be0f34;
  text-decoration: none;
 /* border-bottom:1px dotted #be0f34; */
 
}
a:hover, a:active {
  color: #be0f34;
  text-decoration: none;
/*  border-bottom:1px solid #be0f34; */
}
ul {
  margin: 0;
  padding-left: 18px;
  list-style: square;
}
textarea {
    font-family: 'Proxima Nova',arial, sans-serif;
  /*  border:1px solid #bbb; */
}
table {width:100%}
table th {
    vertical-align:top;
    font-weight:normal;
    padding:5px 10px 10px 5px;    
}
table td {
    text-align:left;
    padding:3px 5px 3px 2px; 
    vertical-align:top;   
	
}
strong {
  font-family: 'Proxima Nova',arial, sans-serif;
  font-weight: bold;
}
em {
  font-family: 'Proxima Nova',arial, sans-serif;
  font-style: italic;
}

/***********************************     Layout     *******************************/
.headerContainer {
    background: #ba0c2f;
    position: relative;
    padding: 22px 0;
    z-index: 20;
}

.headerLogo {
    background: url(/images/logo.png) no-repeat left top;
    background-size: 100% 100%;
    height: 26px;
    width: 389px;
    text-indent: -9999px;
}
.globalHeader {
    position: relative;
    margin: 0 0 22px 0;
    z-index: 100;
}

    .globalHeader a,
    .drawer label,
    .drawer p {
        color: #fff;
    }
.drawer {
    background: #333132;
    height: 0;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.94);
    overflow: hidden;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

    .drawer.openDrawer {
        height: 88px;
    }

    .drawer .wrapper {
        position: relative;
        margin: 19px auto;
    }

    .drawer .loggedInUser p {
        margin: 0 0 0 25px;
        font-size: 1.7em;
        line-height: 50px;
    }

    .drawer .loggedInUser li {
        float: left;
        font-size: 1.7em;
        line-height: 50px;
    }

    .drawer .loggedInUser a {
        border-left: 1px solid #978c87;
        display: inline-block;
        margin: 0 0 0 21px;
        padding: 0 0 0 25px;
        line-height: 30px;
    }
	.siteContainer {
    background: #e8e6df;
    position: relative;
    left: 0;
    -moz-transition: left 1s ease;
    -o-transition: left 1s ease;
    -webkit-transition: left 1s ease;
    transition: left 1s ease;
    overflow: hidden;
}

    .siteContainer.sideNavVisible {
        box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.5);
        left: -76.5625%;
    }
	.wrapper {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1265px;
	
}
.headerContainer {
    background: #ba0c2f;
    position: relative;
    padding: 22px 0;
    z-index: 20;
	height:122px;
}

.headerLogo {
    background: url(/images/logo.png) no-repeat left top;
    background-size: 100% 100%;
    height: 26px;
    width: 389px;
    text-indent: -9999px;
}

.activeTopLink {
    background-color: #333132;
    border-radius: 0 0 5px 5px;
    display: block;
    margin: -22px -12px -15px -12px;
    padding: 22px 12px 20px 12px;
}

    .icon:before {
        display: inline-block;
        font-family: 'icomoon';
        line-height: 1;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.iconKey:before {
    content: '\e602';
    margin: 0 0 0 10px;
    font-size: 24px;
}

.iconKeyActive:before {
    color: #ed8b00;
}
.iconSearch:before {
    content: '\e601';
    float: right;
    margin: 0 0 0 10px;
    font-size: 24px;
}

.globalFooter {
    margin: 44px 0 22px 0;
    padding: 0 20px;
    align:center;
}

.footerLogo {
    height: 19px;
    width: 280px;
	
}

.crest {
    margin: 44px auto 33px auto;
	
}

.globalFooter .crest {
    height: 125px;
    width: 120px;
	
}

.globalFooter p {
    color: #6e6662;
    font-size: 1.0em;
    line-height: 22px;
	
	
}

.globalFooter a {
    color: #333132;
    text-decoration: none;
	
}

.globalFooter p a:hover {
    text-decoration: underline;
	
}

.globalFooter .connectLinks {
	font-size: 0.8em;
	
}


.connectLinks a {
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0 0 0 5px;
    color: #333132;
   
}

    .connectLinks a:hover {
        text-decoration: none;
    }

.backToTop {
    display: inline-block;
    font-size: 1.0em;
}

    .backToTop:hover span {
        text-decoration: underline;
    }

    .backToTop:before {
        display: block;
        margin: 0 0 11px 0;
        color: #aca2a0;
        font-size: 21px;
        text-align: center;
    }
	.iconFacebook:before {
    content: '\e61b';
}

.iconTwitter:before {
    content: '\e61c';
}

.iconYoutube:before {
    content: '\e611';
}

.iconGooglePlus:before {
    content: '\e61d';
}

.iconLinkedIn:before {
    content: '\e61f';
}

.iconPinterest:before {
    content: '\e620';
}

.iconInstagram:before {
    content: '\e61e';
}
.iconNavigateUp:before {
    content: '\e604';
}

.topLinks a {
    display: block;
    font-size: 0.95em;
    text-decoration: none;
}

    .topLinks a:hover {
        text-decoration: underline;
    }

.topLinks .iconKey:before {
    float: right;
}
.right {
    float: right;
}
.inlineList li {
    float: left;
    padding: 0 0 0 25px;
	list-style:none;
	
}

    .inlineList li:first-child {
        padding: 0;
    }
.mainNav {
    margin: 27px 0 0 0;
    font-size: 1.8em;
	
	
}

    .mainNav ul {
        margin: 0 0 0 25px;
		
    }


    .mainNav a,
    {
        display: block;
        text-decoration: none;
    }

        #mainNav a:hover,
    
    #mainNav .active a,
    {
        font-family: 'Proxima Nova Bold', Arial, Helvetica, sans-serif;
        text-decoration: underline;
    }

.level2Menu,
.overflowMenu {
    display: none;
}

.inlineList li {
    float: left;
    padding: 0 0 0 25px;
}

.inlineList li:first-child {
        padding: 0;
}
.left {
		padding-top:25px;
		list-style-type: none;
}
div#header {
  width:100%; /* 960 */
  margin:0 auto;
  padding:0;
  height:122px;
  background: #bd0e2b; /* url('/images/header.png') 0 0 no-repeat;   */
}
div#header a#logolink  {
    /*display:block;*/
    /*width:930px;
    height:100px;
    position:relative;
    left:0;
    top:0;
    text-decoration:none;   
    border:0 !important;*/
	background: url(/Images/logo.png) no-repeat left bottom;
    background-size: 100% 100%;
    height: 100px;
    width: 930px;
    
}
div#header p#topText {
    width: 250px;
    display:block;
    float: right;
    position:absolute;
    margin-left: 725px;
    margin-top: 0px;
    height: 20px;
    z-index: 10;
    font-size:90%;
    color: #fff !important;
}
p#topText a {color: #fff !important;}
p#topText a:hover {
    text-shadow: 0 0 3px white;
    text-decoration:underline;
    border:0 !important;
}
#navigation 
{
  font-family:"Proxima Nova", arial, sans-serif;
  width: 940px; /*950px;*/
  margin:0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right:10px;
  background-color: white;
  height: 30px;
  overflow: visible;
  font-size:0.9em;  
}
#navigation ul 
{    
  list-style: none;
  display: inline;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
}
#navigation ul li {
  float: left;
}
#navigation ul li.login {
  float: right !important;
  padding-bottom:8px;
  padding-right:50px;
  border-left: 1px solid #f1f0ee;
}
#navigation ul li span {
  float: left;
  padding: 5px 0 5px 6px;
}
#navigation ul li span span {
  float: none;
  font-weight:bold;
  padding: 5px 5px 5px 0;
}
#navigation ul li a:link, #navigation ul li a:visited {
  display: block;
  padding: 5px 5px 8px 6px;
  color: #4d4e53 !important;
  border:0 !important;
}
#navigation ul li a:hover, #navigation ul li a:active {
  display: block;
  padding: 5px 5px 5px 6px;
  color: #be0f34 !important;
  border-bottom:0;
  text-decoration:underline;
}
#navigation ul li a:hover {
  color: #be0f34;
}
#navigation ul li.section {
  border-right: 1px solid #f1f0ee;
  padding-right: 3px;
  margin-right: 3px;
}
#navigation ul li.section a {
  font-family: "Proxima Nova Bold", arial, sans-serif;
}
div#page {
     width:950px; /* 960 */
    margin:0 auto;
    padding:0;
}
div.main {
    width:920px; /* 930px */
    margin:0 10px 10px 0;
    padding:10px 15px;
    position: relative;
    float:left;
    overflow:hidden;
    background-color:#fff;
	
}
.topContentRed 
{
    margin:10px 5px;
    padding:10px;
    border:2px solid #be0f34;
    overflow:hidden;
}
.topContent
{
    margin:10px 5px;
    padding:10px;
    
    background-color:#f1f0ee;
/*    color:#000; border:2px solid #000;*/
    overflow:hidden;
}
div#footer {
  width:950px; /* 960 */
  margin:0 auto;
  padding:15px 0 0 25px;
  background: transparent;   
  clear:both;
  font-size:90%;
}
div#footer a {border:0 !important;}
#footer h2 {
  margin: 20px 10px 20px 8px;
}
#footer .lists {
  margin-left: 0;
  margin-bottom: 50px;
}
#footer .lists .list {
  float: left;
  width: 140px;
  margin: 0 10px 10px 10px;
}
#footer .lists .list h3 {
  margin: 0 0 5px 0;
  font-size:13px;
}
#footer .lists .list ul {
  margin: 5px 0 16px 0;
  padding-left: 15px;
  list-style: square;
  font-size: 90%;
}
#footer .lists .list ul li{color:#999;}
#footer .lists .list a {
  color: #4d4e53;
  border:0 !important;
}
#footer .lists .list a:hover {
  color: #ed1240;
  border:0 !important;
}
#footer .lists .last {
  width: 130px;
  margin-right: 0;
}
div#terms {
  width:950px; /* 960 */
  margin:0 auto;
  padding:0 0 10px 0px;
  background: transparent;   
  clear:both;
  font-size:90%;
  text-align: center; 
  display: block;
}
/***********************************     Classes     *******************************/

table.striped tr td, table.striped tr th {border-bottom:1px solid #f0f1f3;}
table.striped tr:hover td, table.striped tr:hover th {background: #fafafa;}
table.striped tr:hover th {background: #fff !important;}
.pager {
    display:block;
    margin-top:25px;
    border-top:1px solid #4d4e53;
}
.pager a[disabled] {text-decoration:none !important;border-bottom:0px;}
span.failureNotification {vertical-align:top;}
.failureNotification {
    color: #bd0e2b !important;
    padding-bottom:10px !important;
    clear:both;
}
.invisible {color:#fff !important;}
.clear{clear:both;}
.none{clear:none;}
.left{float:left !important;}
.right{float:right}
.block{display:block;}
.red{color: #bd0e2b !important;font-size:100%;    position: relative;
    bottom: 0.2em;font-size:130%;line-height:1em;
}
.inline {
    display:inline;
    padding-left:7px;
    clear:none;
}
.inlineRight {
    display:inline;
    clear:none;
    padding-right:7px;
}
.collapsePanel{margin:0 !important;padding:0 !important;}
.textEntry, option, select, select option
 { 
  font-family: 'Proxima Nova',arial, sans-serif;
}
.textEntry, .passwordEntry, option, select, select option
 { 
  margin: 0;
  padding: 2px;
  font-size: 1em;

/*  color: #000 !important;border:1px solid #000; */
  
}
option, select, select option
 { 
  width:355px;
}
.textEntry, .passwordEntry {display:block;width:350px;}

.right10 {margin-right:10px;}
.right20 {margin-right:20px;}

.half2
{
    width:440px;
    padding:0 0 0 45px;
    margin:10px 0 0 0;
    float:left;
 /* */  border-left:1px solid #ccc; 
}
.half1
{
    width:420px;
    padding:0 20px 0 0;
    margin:10px 0 0 0;
    float:left;
}
.full
{
    padding:0 20px;
    margin:10px 0 0 0;
}
.half50
{
    width:50%;
    padding:0;
    margin:0;
    float:left;
}
/*
.half40
{
    width:50%;
    padding:0;
    margin:0;
    float:left;
}
*/
.bigButton
{
    height:40px;
    width:200px;
    font-weight:bold;
}

.normal{font-weight:normal !important;}
.second {padding-left:148px;}
.full .second{margin-left:248px;}
.half2 p label, .half1 p label {
  /*  clear:both;
    width:150px;
    display:block;
    float:left;
    font-weight:bold; */
    font-style:italic;
}
.full p label {
    clear:both;
    width:250px;
    display:block;
    float:left;
    font-weight:bold;
}
.full p.second label {
    clear:none;
    display:inline;
    float:none;
    font-weight:normal;
}
.left50{margin-left:50px}
.eg
{
    padding-left:550px !important;

}
.demographic
{
 /*   background-color:#e4e4e4; */
}
.bold{font-weight:bold;}
/* new table */
table.eight{width:860px;padding:0;margin:0;}
table.eight td.first{width:170px;margin:0;padding:15px 10px 5px 0;font-style:italic;}
table.eight td.second{width:340px;margin:0;padding:15px 10px 5px 0;}
table.eight td.third{width:330px;margin:0;padding:15px 0 5px 10px;}
.strong{font-weight:bold;}
.black{color:#4d4e53}

.dataProtection 
{
    border-top:1px solid #ccc;
    margin-top:25px;
    padding:7px 0;
    font-size:90%
}

/*  REGISTRATION  */

.regLeft 
{
    margin:0;
    padding:20px 0;
    width:250px;
    float:left;

font-style:italic;
}
.regRight
{
    margin:0;
    padding:20px 0;
    width:620px;
    float:right;
    border-bottom:1px solid #ccc;
}

.regRightTopBorder
{
    margin:0;
    padding:20px 0;
    width:620px;
    float:right;
    border-top:1px solid #ccc;
}

.regRightNoBorder
{
    margin:0;
    padding:20px 0;
    width:620px;
    float:right;
    border-bottom:0;
}
.regRight table, .regRightNoBorder table, .regRightTopBorder table
{
    vertical-align:top;
    
}

.bottomMed
{margin-bottom:30px;}

/*  FEEDBACK  */
.success 
{
    display:block;
    width:98%;
    margin:0 0 10px 0;
    padding:10px 5px;
    background-color:#CEF6CE;
    border:1px solid #088A08;
    color:#000;
}
.default 
{
    display:block;
    width:98%;
    margin:0;
    padding:0;
    height:0;
    background-color:#FFF;
    border:0;
    color:#000;
}
.failure
{
    display:block;
    width:98%;
    margin:0 0 10px 0;
    padding:10px 5px;
    background-color:#F5A9A9;
    border:1px solid #FE2E2E;
    color: #000 !important;
}
.topLabel 
{
    font-weight:bold;
    font-style:italic;    
}
.successNotification
{color:Green;}
.entry
{
    float:left;   
    margin-right:10px;  
}





/*DSERVE specific*/
.Axiell {
    display:none;
}

.OverviewKey, .OverviewHeaderDate, .FieldLabel, .UnderviewKey {
    width:180px;
}


.OverviewTable tr, .RecordView tr, .UnderviewTable tr, .BrowseTable tr, .TreeViewData  {
    border-bottom-color:#f0f1f3;
    border-bottom-style:solid;
    border-bottom-width:1px;

}

.OverviewTable th {
	background-color:#6f263d;
	text-align:center;
	padding:11px;
	
}

.OverviewTable th a {
	color:#fff;
	
}

.OverviewTable td {
	text-align:center;
	background-color:#e0dcdb;
	padding:11px;
}

.OverviewTable tr:hover {
    background-color:#f0f1f3;
}

.OverviewTable {
    margin-bottom: 20px;
	border-collapse: separate;
    border-spacing: 2px 2px;
	
}

.UnderviewTable {
    margin-top:10px;
    margin-bottom:20px;

}

.UnderviewEntry p, .BrowseField p {
    margin:0px;
}

.BrowseChildKey a {
    display: block;
    margin-top: 10px;
}

.BrowseParentKey a {
    display: block;
    margin-top: 10px;
}

.FieldLabel {
    padding-top:3px;
}

.SearchFormInput {
    width:500px;
    font-size:1.1em;
}

.FormButton, .InputFormButton {

    width:100px;
    height:37px;

}

.Navbar {
background-color:#e0dcdb;
text-outline:2px;
border: 1px solid #c2bfbe ;

}

.TreeViewFieldLabel {
    padding-top:13px;
    width:100px;
}

.TreeViewMarker {
    padding-top:17px;
}

.treenode0, .treeicon0, .treenode1, .treeicon1, .treenode2, .treeicon2, .treenode3, .treeicon3 {
    padding-top:16px;
}


.globalFooter {
    margin: 44px 0 22px 0;
    padding: 0 20px;
    text-align: center;
	display:block;
}
.fullClear {
    float: left;
    clear: both;
    width: 100%;
	font-size:1.15em;
}

.backToTop {
    display: inline-block;
    font-size: 0.8em;
}

    .backToTop:hover span {
        text-decoration: underline;
    }

    .backToTop:before {
        display: block;
        margin: 0 0 11px 0;
        color: #aca2a0;
        font-size: 21px;
        text-align: center;
    }
.icon {
    position: relative;
}

.iconNavigateUp:before {
    content: '\e604';
}