body {
  margin: 0;
  background: #F1F1F1!important;
  /* color: #524641; */
  color: #444444;
  font-family: Verdana, Arial, "Trebuchet MS", san-serif;
}

body:not(.desktop-only) {
  font-size: 16px;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
.Button.Is_Default:hover
a, a:visited {
  color: #0279B1;
  text-decoration: none;
}

a:hover {
  color: #0279B1;
  text-decoration: underline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}


.header-container .covLogo {
	width: 30%;
}

.header-container h2 {
	padding: 0;
	font-size: 1.73em;
}

.covLogo {
    background: url(../../images/CoV.png);
    background-size:contain;
    text-indent: -9999px;
    background-repeat:no-repeat;
    margin: 10px 20px;
    height: 50px;
}

body:not(.desktop-only) .global-wrapper {
    width: 100%;
    margin: 0;
}

.global-wrapper {
    width: 90%;
    margin: 0 5%;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}


.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.skip {
	visibility: hidden;
}


/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    background: #1f7fcc;
    height:72px;
    position:relative;
}

.main-container {
    
}
.global-main {
    display: block;
    background-color: #fff;
}


/* ===================
    ALL: Button Theme
   =================== */

.Button {
    background: #FFF;
    border: 1px solid #D0D0D0;
    color: #0279B1;
    border-radius: 4px;
    padding: 10px 20px;
    -webkit-appearance: none;
    cursor: pointer;
    margin-top: 20px;
}

body:not(.desktop-only) .Button {
    margin-right: 20px;
}

.Button:hover {
    background: #0279B1;
    color: #FFF;
/*
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
*/
}

.Button.Is_Default_Small {
    padding: 4px 10px;
    background: #999;
    border: 1px solid #888888;
    color: white;
}

.Button.Is_Default_Small:hover {
    background: #FFF;
    border: 1px solid #888888;
    color: #999;
}

.Button.Is_Default_Small_Active {
    padding: 4px 10px;
    border: 1px solid #555;
}

.Button.Is_Default {
    background: #0279B1;
    border: 1px solid #0279B1;
    color: #FFF;
}

.Button.Is_Default:hover {
    background: #FFF;
    border: 1px solid #B2B2B2;
    color: #0279B1;
}

.Button.Is_Secondary {
    background: #4B8516;
    border: 1px solid #4B8516;
    color: #FFFFFF;
}

.Button.Is_Secondary:hover {
    background: #FFF;
    border: 1px solid #B2B2B2;
    color: #4B8516;
}

@media (min-width: 769px) {
body:not(.desktop-only) .Button {
   min-width: 200px;
   max-width: 300px;	
}
} 

@media (max-width: 768px) {
body:not(.desktop-only) .Button {	
	width: 100%;
}
}
/* 
   start custom text field length 
*/

.nano-textfield {
	width: 40px;
	font-size: 1.1em;
	padding: 5px;
}

.tiny-textfield {
	width: 90px;
	font-size: 1.1em;
	padding: 5px;
}

.short-textfield {
	width: 180px;
	font-size: 1.1em;
	padding: 5px;
}

.medium-textfield {
	width: 270px;
	padding: 5px;
	font-size: 1.1em;
}

.long-textfield {
	width: 360px;
	font-size: 1.1em;
	padding: 5px;
}

textarea, select, input {
	box-shadow: none;
}

@media screen and (max-width: 380px) {
	.medium-textfield, .long-textfield {
		 width: 99%; 
	}
}

/* end custom text field length */

/* error handling */
span.error-text:before {
    font-family: FontAwesome;
    content: '\f06a';
    color: #d0021b;
    margin-right: .4em;
    font-size: 1.2em;
}

span.error-text {
    color: #d0021b !important;
	display: block;
	margin: 0.33em 0 0 1.5em;
	text-indent: -1.5em;
}

.errorPanel {
  border: 2px solid #d0021b;
  border-radius: 5px;
  padding: 1em;
  margin-bottom: 2em;
  max-width: 730px;
}

body:not(.desktop-only) .counter {
	font-size: 0.8em;
}

/* end error handling */

/* agreement-panel */

.agreement-panel {
    background: #fbf5e9 none repeat scroll 0 0;
    border: 2px solid #F5A623;
    border-radius: 5px;
    color: #000000;
    padding: 10px;
}

/* end agreement-panel */


/* ==============
    MOBILE: Header
   ============== */


    .header-container {
        height:72px;
        position:relative;
    }
    .header-container .global-header-title {
    	color: white;
    	margin-left: 160px;
        float: left;
        font-size: 1.5em;
        position:absolute;
        bottom:15px;
    }
    
    body:not(.desktop-only) .header-container .global-header-title {
	bottom:8px;
    }
    
    

/* ==============
    MOBILE: Main
   ============== */

.global-main {
    padding: 0;
}

.global-main article {
    margin: 0 20px 20px 20px;
    /* line-height: 1.5em; */
    line-height: 1.4em;
}

.global-main article .applicationTitle {
    /* color: #0081c6; */
     font-size: 1.5em; 
    /*font-size: 2.07em;*/
    font-weight: normal;
    /* color: #0076C2; */
    margin: .75em 0;
    
/*    font-weight: 600;*/
}

.global-main nav a, .global-main nav a:link, .global-main nav a:visited {
    color: #0081c6;
}

.global-main nav ul {
	list-style-type: none;
	font-size: 0.9em;
	
	columns: 2;
	-webkit-columns: 2;
  	-moz-columns: 2;
  	
  	width: 70%;
}

.global-main nav ul li {
	padding-bottom: 1em;
}

.global-main nav h2 {
	padding:15px 30px 15px 60px;        
}


.global-main article h1 {
    font-size: 2em;
    line-height: 3em;
}

.global-main article h1.applicationTitle {
    line-height: 1em;
}

.footer-container {
    border-top: solid 1px #d3d3d3;
    font-size: 0.85em;
    color: #858585;
}

.footer-container a, .footer-container a:link, .footer-container a:visited {
    color: #0081c6!important;
}

body:not(.desktop-only) .global-footer-links .divider {
	display: none;
}

body:not(.desktop-only) .global-footer-links a  {
	display: block;
	margin-bottom: 5px;
}

/* ==============
    Desktop: Not Responsive
   ============== */

.desktop-only nav {
	float: none;
	min-width: 140px;
}

.desktop-only article {
	float: none;
	min-width: 760px;
	/*padding:2%;*/
	padding: 25px 1% 0 0;
}

.desktop-only .global-main {
    min-width: 980px;
}

.desktop-only .header-container {
    min-width: 1024px;
}

.desktop-only .header-container .global-header-title {
    	margin-left: 200px;
	font-size: 2em;
}

@media only screen and (max-width: 768px) {
	.desktop-only .footer-container {
	    min-width: 1024px;
	    /*background-color: #fff;*/
	}

	.desktop-only .global-footer {
	    margin: 0 50px;
	}
	
	.desktop-only .global-main {
	    min-width: 980px;
	    margin: 0 50px;
	}
}

.desktop-only .global-footer {
    min-width: 980px;
}


.full-width nav {
	width: 0%;
	display: none;
}
    

footer { 
    background-color:#fff;
    padding: 15px 0;

    display: -webkit-box!important;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box!important;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox!important;      /* TWEENER - IE 10 */
    display: -webkit-flex!important;     /* NEW - Chrome */
    display: flex!important;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
     
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; 
}
footer div { margin: auto 3%;}
footer div { margin: auto 20px;}

footer .global-footer-copyright { 
    -webkit-box-ordinal-group: 2;   /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 2;      /* OLD - Firefox 19- */
    -ms-flex-order: 2;              /* TWEENER - IE 10 */
    -webkit-order: 2;               /* NEW - Chrome */
    order: 2;                       /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

footer .global-footer-copyright p {
   color: #858585!important;
}

footer .global-footer-copyright h3.covLogo {
    height:72px;
}



/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .global-header-title {
    padding-top: 20px;
}

.ie9 .global-main nav {
        width:5%;
}

.ie9 .desktop-only article {
        min-width: 740px;
        width: 70%;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


    a { text-decoration:none;}
    a:hover { text-decoration:underline; }


@media only screen and (min-width: 450px) {    

   .header-container .global-header-title {
   	margin-left: 190px;
	font-size: 1.5em;
    }
    
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .global-main {
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;     /* NEW - Chrome */
        display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    }
    

   .header-container .global-header-title {
   	margin-left: 200px;
	font-size: 2em;
    }

/* ============
    WIDE: Main
   ============ */
   
    .global-main article {
        float: right;
        width: 80%;
        /*padding:2%;*/
        padding: 25px 1% 0 0;
    }

    .global-main nav {
        width:15%;
        float:left;
        padding: 20px 2% 2% 2%;
    }
    
    .global-main nav ul {
	padding-left: 1%;
	
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;

	width: 100%;
    }


/* ==============
    Desktop: Full width Page
   ============== */

    .full-width article {
	width: 95%;
    }

/* ============
    WIDE: Footer
   ============ */ 
    
    footer { 
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -moz-box-direction: reverse;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content:space-between; 
    }
    
    footer div {  }
    
    footer .global-footer-copyright { 
        -webkit-box-ordinal-group: 0;   /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-ordinal-group: 0;      /* OLD - Firefox 19- */
        -ms-flex-order: 0;              /* TWEENER - IE 10 */
        -webkit-order: 0;               /* NEW - Chrome */
        order: 0;                       /* NEW, Spec - Opera 12.1, Firefox 20+ */    
    }
    
body:not(.desktop-only) .global-footer-links .divider {
	display: inline;
	padding: 0 5px;
}

body:not(.desktop-only) .global-footer-links a {
	display: inline;
}
    
}

@media only screen and (min-width: 979px) {    
	
    body:not(.desktop-only) {
        font-size: 17px;
    }
    
    body:not(.desktop-only) .global-wrapper {
        width: 980px;
        margin: 0 auto;
    }

    
}

@media only screen and (min-width: 1140px) {

/* ===============
    
   =============== */
    
    .global-wrapper {
        width: 980px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }

   
}

/* ==========================================================================
   progress bar classes
   ========================================================================== */

.desktop-only ul.progress-bar {
	margin: 0;
}

ul.progress-bar {
	display: block;
	padding: 0px 2% 0 0px;
	font-size: 0.8em;
	padding-top: 0;
	list-style-type: none;
	line-height: 1em;
}

ul.progress-bar li {
    background: #C2C2C2;   
    position: relative;
    display: inline-block;
    padding: 10px;
    height: 15px;
}

ul.progress-bar li.active {
    background: #73b749;
    display: inline-block;
    color: #ffffff;
}

ul.progress-bar li.completed {
    background: #538435;
    color: white;
    z-index: 50;
}

ul.progress-bar li.completed a, ul.progress-bar li.active a {
    color: white;
}

ul.progress-bar li a {
    color: inherit;
    padding-left: 20px;
}

ul.progress-bar li:first-child a {
    padding-left: 10px;
}

ul.progress-bar li:last-child a {
    padding-right: 10px;
}

ul.progress-bar li.inactive a {
	cursor: text;
	text-decoration: inherit;
}

/* after: right arrow on wizard step */
ul.progress-bar li:after {
    content: " "; 
    display: block; 
    width: 0; 
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 18px solid #C2C2C2;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 2; 
}

ul.progress-bar li:last-of-type:after {
    border: none;
}

/* before: left "inverted" arrow on wizard step */
ul.progress-bar li:before {
    content: " "; 
    display: block; 
    width: 0; 
    height: 0;
    border-top: 18px solid transparent;       
    border-bottom: 17px solid transparent;
    border-left: 18px solid white;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1; 
}

ul.progress-bar li:first-of-type:before {
    border: none;
}

ul.progress-bar li.completed:after {
    border-left-color: #538435;
}

ul.progress-bar li.completed:before {
    border-top-color: #73b749;
    border-bottom-color: #73b749;
}

ul.progress-bar li.active:after {
    border-left-color: #73b749;
}




@media screen and (max-width: 764px) {

    ul.progress-bar {
        padding-left: 0px;
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        width: 100%;
    }

    ul.progress-bar li.inactive .progress-step-desc, ul.progress-bar li.completed .progress-step-desc {
	    display:none;
	    padding: 0;
	    margin: 0;
    }

}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    nav {
    	display: none;
    }
    
    .global-header-title {
    	margin: 7% 2% 2% 2%!important;
    	position: relative!important;
    	bottom: 0;
    	width: 100%
    }
    
    .global-header-title:before {
    	content: " City of Vancouver - ";
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
    
    aside, .header-container a {
	    display: none;
    }

    article .progress-bar {
        display: none;
    }

    .global-footer-copyright a {
	width: 100%!important;
    }

    .global-footer-copyright a i {
	display: none;
    }

    .global-footer-copyright a:after {
	content: " (" attr(href) ")";
    }

}

body:not(.desktop-only) input {
    font-size: inherit;
}

/* ============
    Focus
   ============ */
body:not(.desktop-only) input[type=radio]:focus+span::before,
body:not(.desktop-only) input[type=radio]:focus+label::before {
   border-radius: 50%;
   border: #0279B1 2px solid;
}

body:not(.desktop-only) input[type=submit]:focus,
body:not(.desktop-only) input[type=button]:focus,
body:not(.desktop-only) input[type=text]:focus,
body:not(.desktop-only) input[type=password]:focus,
body:not(.desktop-only) input[type=url]:focus,
body:not(.desktop-only) input[type=email]:focus,
body:not(.desktop-only) input[type=search]:focus,
body:not(.desktop-only) input[type=tel]:focus,
body:not(.desktop-only) input[type=number]:focus,
body:not(.desktop-only) textarea:focus,
body:not(.desktop-only) select:focus {
  outline: 2px solid #0971b2  !important; 
  outline-offset: 0  !important;
}



/* ============
    Checkbox
   ============ */
body:not(.desktop-only) input[type="checkbox"]  {
    opacity: 0;
    position: absolute;
}

body:not(.desktop-only) input[type="checkbox"]:focus + label::before {
    outline: 2px solid #0971b2 !important;
    outline-offset: 0 !important;
}


body:not(.desktop-only) input[type="checkbox"] + label::before {
    cursor: pointer;
    padding: 4px;
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #D9D9D5;
    background-color: #fff;
	box-sizing: border-box;
	margin: 0 0 0 -40px;
	position: absolute;
}

body:not(.desktop-only) input[type="checkbox"]:checked + label::before {
	content: "\f00c";
	color: #0279B1;
	font-family: fontAwesome;
	display: block;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	padding: 2px 6px 6px 2px ;
	width: 25px;
	height: 25px;
	cursor: pointer;
	box-sizing: border-box;
	background-color: #fff;
	position: absolute;
	line-height: 20px;
}


body:not(.desktop-only) .agreement-panel label {
	display: block;
	margin: 10px 10px 0 50px;
}

body:not(.desktop-only) .agreement-panel ul {
	margin-left: 30px;
}


body:not(.desktop-only) .checkBoxList  label {
	display: block;
	margin: 10px 10px -16px 40px;	
}

body:not(.desktop-only) .checkBoxList  label + label 
{
	margin-top: -5px;
}

/* ============
    Radio
   ============ */
body:not(.desktop-only) input[type="radio"]:checked,
body:not(.desktop-only) input[type="radio"]:not(:checked) {
    position: absolute;
    opacity: 0;
}

body:not(.desktop-only) [type="radio"]:checked + span,
body:not(.desktop-only) [type="radio"]:not(:checked) + span,
body:not(.desktop-only) [type="radio"]:checked + label,
body:not(.desktop-only) [type="radio"]:not(:checked) + label {
    margin-left: 0px !important;
    position: relative;
    cursor: pointer;
    line-height: 1.4em;
    display: inline-block;
    color: #444;
}

body:not(.desktop-only) input[type="radio"] + span::before,
body:not(.desktop-only) input[type="radio"] + label::before {
	content : '' !important;
}

body:not(.desktop-only) input[type="radio"]:checked + span::before,
body:not(.desktop-only) input[type="radio"]:checked + label::before {
	content : ''  !important;	
    background-color: #0279B1;	
} 

body:not(.desktop-only) input[type="radio"] + span::before,
body:not(.desktop-only) input[type="radio"] + label::before {
    background-clip: content-box;
    border: 2px solid #D9D9D5;
    border-radius: 50%;
    content: "" !important;
    display: inline-block;
    height: 15px;
    margin: 0 18px 0 0;
    padding: 3px;
    vertical-align: middle;
    min-width: 15px;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
} 

body:not(.desktop-only) input[type="radio"] + label {
	display: flex;
	margin: 0.025em 0 0.5em 0;	
}

body:not(.desktop-only) input[type="radio"] {
	flex: 0 0 auto;
	margin-right: 10px;
}

body:not(.desktop-only) input[type="radio"] + label .radioLabelIndent {
	flex: 1 1 auto;	
}

body:not(.desktop-only) span.radioLongLabel input[type="radio"] + label {
	display: flex; 
	margin-bottom: -0.8em;
}

body:not(.desktop-only) span.radioLong input[type="radio"] Label {
	flex: 0 0 auto;
	margin-right: 10px;
}

/* =============================
    Error 
   ============================= */
body:not(.desktop-only) article  div.errorPanel {
  font-size: 1.73rem;
  line-height: 1.4em;
  padding: 1rem;
} 

body:not(.desktop-only) article  div.errorPanel ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: .5em 0 .5em .5em;
}

body:not(.desktop-only) article  div.errorPanel ul li {
  color: #d0021b;
  font-size: 1.1rem !important;
/*  margin: 0.5em 0 0.5em 0;*/
  margin: 0;
  font-weight: 400;
}

body:not(.desktop-only) span.error-text {
	text-indent: 0;
	margin-left: 0;
}

body:not(.desktop-only) span.error-text span {
    display: flex !important;
	margin-left: 6px;
	margin-top: 0px;
	padding: 0.33em 0 0 0;	
}

body:not(.desktop-only) .formError span.error-text span,
body:not(.desktop-only) .labelTest span.error-text span {
	margin-left: 30px;
	margin-top: -27px;	
    margin-bottom: 3px;
}

@media only screen and (min-width: 978px) {  
body:not(.desktop-only) .formError span.error-text span,
body:not(.desktop-only) .labelTest span.error-text span {
	margin-top: -30px;
}
}

body:not(.desktop-only) .formError {
/*	margin-top: 0.25em;
	margin-bottom: 0.3em;	*/
}

body:not(.desktop-only) .formcaption {
	margin-bottom: 5px;
}

body:not(.desktop-only) .forminput {
	margin-top: 0px;
}
/*

body:not(.desktop-only) .formError .labelTest {
	margin-top: 0.33em;
	margin-bottom: -0.5em;	
}

body:not(.desktop-only) div.formError div.labelTest + div.labelTest {
	line-height: 2.3em;
    margin-top: -0.5em;
}

body:not(.desktop-only) div.formError div:first-child.labelTest {
	line-height: 2.7em;
	margin: -0.75em 0;
}*/

body:not(.desktop-only) .agreement-panel span.error-text span {
	margin-top: -30px;
	margin-left: 30px;
}

/* =============================
    VT - Dispute a bylaw notice
   ============================= */
body:not(.desktop-only) .dates .issueTime {
	padding-left: 20px;	
}
@media screen and (max-width: 500px)  {
	body:not(.desktop-only) .dates .issueTime {
		display: block;
		padding-left: 148px;
		padding-top: 10px;
	}
	body:not(.desktop-only) .dates .issueDate {
		display: block;
		padding-left: 0px;
		padding-top: 10px;
	}
}


body:not(.desktop-only) .agreement-panel input[type="checkbox"] + label::before {
	margin: 0 0 0 -40px !important;
}

body:not(.desktop-only) input[type="radio"]:disabled + label::before, body:not(.desktop-only) input[type="radio"]:disabled + label {
	display: none !important;
/*	visibility: hidden;
	background: red;*/
}


/* =============================
    General
   ============================= */
body:not(.desktop-only) input[type=text],
body:not(.desktop-only) input[type=password],
body:not(.desktop-only) input[type=url],
body:not(.desktop-only) input[type=email],
body:not(.desktop-only) input[type=search],
body:not(.desktop-only) input[type=tel],
body:not(.desktop-only) input[type=number],
body:not(.desktop-only) textarea,
body:not(.desktop-only) select {
  border: 2px solid #d9d9d5;    
}
   
body:not(.desktop-only) textarea {
  font-family: Verdana, Arial, "Trebuchet MS", san-serif;	
}
body:not(.desktop-only) h2 {
	line-height: 1.4em;
}

body:not(.desktop-only) .applicationTitle {
	line-height: normal;	
}

body:not(.desktop-only) div.errorPanel[style] {
	color: #444 !important;
}

@media screen and (max-width: 764px) {
body:not(.desktop-only) .BlockAdjudicationFormLeftCol {
		text-align: left;
}
body:not(.desktop-only) .BlockAdjudicationFormRightCol {
	padding-left: 0;
}
}

body:not(.desktop-only) .short-textfield, 
body:not(.desktop-only) .medium-textfield,
body:not(.desktop-only) .long-textfield {
	margin-top: -6px;
}

body:not(.desktop-only) .forminput .dates .short-textfield {
/*	margin-top: 10px;*/
}


body:not(.desktop-only) .forminput .nano-textfield {
	margin-top: 0px;
}

body:not(.desktop-only) .forminput .short-textfield,
body:not(.desktop-only) .forminput .medium-textfield,
body:not(.desktop-only) .forminput .long-textfield {
	margin-top: 0px;
}

/*body:not(.desktop-only) .forminput .dates {
	margin-top: -10px;
}*/
body:not(.desktop-only) .global-footer {
	font-size: 0.85em;
}
