/*
* jQuery Mobile 1.3.1
* Git HEAD hash: 74b4bec049fd93e4fe40205e6157de16eb64eb46 <> Date: Mon Apr 8 2013 19:41:28 UTC
* http://jquerymobile.com
*
* Copyright 2010, 2013 jQuery Foundation, Inc. and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
*/

/* collapsible heading font choice on line 276
	page bg on 443 
	active btn on 583
*/

/*---------------------------------------------------------------------------------------------------------*/


/* Swatches */
/* A
-----------------------------------------------------------------------------------------------------------*/


.ui-bar-a {
	border: 1px solid #b3b3b3 /*{a-bar-border}*/;
	background: #eeeeee /*{a-bar-background-color}*/;
	color: #3e3e3e /*{a-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{a-bar-shadow-x}*/ 1px /*{a-bar-shadow-y}*/ 0 /*{a-bar-shadow-radius}*/ #ffffff /*{a-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{a-bar-background-start}*/), to( #cccccc /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fff /*{a-bar-background-start}*/, #cccccc /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fff /*{a-bar-background-start}*/, #cccccc /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fff /*{a-bar-background-start}*/, #cccccc /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fff /*{a-bar-background-start}*/, #cccccc /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fff /*{a-bar-background-start}*/, #cccccc /*{a-bar-background-end}*/);
}
.ui-bar-a .ui-link-inherit {
	color: #3e3e3e /*{a-bar-color}*/;
}
.ui-bar-a a.ui-link {
	color: #7cc4e7 /*{a-bar-link-color}*/;
	font-weight: bold;
}
.ui-bar-a a.ui-link:visited {
    color: #2489ce /*{a-bar-link-visited}*/;
}
.ui-bar-a a.ui-link:hover {
	color: #2489ce /*{a-bar-link-hover}*/;
}
.ui-bar-a a.ui-link:active {
	color: #2489ce /*{a-bar-link-active}*/;
}
.ui-bar-a,
.ui-bar-a input,
.ui-bar-a select,
.ui-bar-a textarea,
.ui-bar-a button {
	font-family: chivo, sans-serif, Helvetica /*{global-font-family}*/;
	font-weight: 400;
	font-style: normal;
}
.ui-body-a,
.ui-overlay-a {
	border: 1px solid #aaaaaa /*{a-body-border}*/;
	color: #333333 /*{a-body-color}*/;
	text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #ffffff /*{a-body-shadow-color}*/;
	background: #f9f9f9 /*{a-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{a-body-background-start}*/), to( #eeeeee /*{a-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f9f9f9 /*{a-body-background-start}*/, #eeeeee /*{a-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f9f9f9 /*{a-body-background-start}*/, #eeeeee /*{a-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f9f9f9 /*{a-body-background-start}*/, #eeeeee /*{a-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f9f9f9 /*{a-body-background-start}*/, #eeeeee /*{a-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f9f9f9 /*{a-body-background-start}*/, #eeeeee /*{a-body-background-end}*/);
}
.ui-overlay-a {
	background-image: none;
	border-width: 0;
}
.ui-body-a,
.ui-body-a input,
.ui-body-a select,
.ui-body-a textarea,
.ui-body-a button {
	font-family: chivo, sans-serif, Helvetica /*{global-font-family}*/;
	font-weight: 400;
	font-style: normal;
}
.ui-body-a .ui-link-inherit {
	color: #333333 /*{a-body-color}*/;
}
.ui-body-a .ui-link {
	color: #2489ce /*{a-body-link-color}*/;
	font-weight: bold;
}
.ui-body-a .ui-link:visited {
    color: #2489ce /*{a-body-link-visited}*/;
}
.ui-body-a .ui-link:hover {
	color: #2489ce /*{a-body-link-hover}*/;
}
.ui-body-a .ui-link:active {
	color: #2489ce /*{a-body-link-active}*/;
}
.ui-btn-up-a {
	border: 1px solid #cccccc /*{a-bup-border}*/;
	background: #eeeeee /*{a-bup-background-color}*/;
	font-weight: bold;
	color: #2f3e46 /*{a-bup-color}*/;
	text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 0 /*{a-bup-shadow-radius}*/ #ffffff /*{a-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{a-bup-background-start}*/), to( #f1f1f1 /*{a-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{a-bup-background-start}*/, #f1f1f1 /*{a-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{a-bup-background-start}*/, #f1f1f1 /*{a-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{a-bup-background-start}*/, #f1f1f1 /*{a-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{a-bup-background-start}*/, #f1f1f1 /*{a-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{a-bup-background-start}*/, #f1f1f1 /*{a-bup-background-end}*/);
}
.ui-btn-up-a:visited,
.ui-btn-up-a a.ui-link-inherit {
	color: #2f3e46 /*{a-bup-color}*/;
}
.ui-btn-hover-a {
	border: 1px solid #bbbbbb /*{a-bhover-border}*/;
	background: #dfdfdf /*{a-bhover-background-color}*/;
	font-weight: bold;
	color: #2f3e46 /*{a-bhover-color}*/;
	text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 0 /*{a-bhover-shadow-radius}*/ #ffffff /*{a-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f6f6f6 /*{a-bhover-background-start}*/), to( #e0e0e0 /*{a-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f6f6f6 /*{a-bhover-background-start}*/, #e0e0e0 /*{a-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f6f6f6 /*{a-bhover-background-start}*/, #e0e0e0 /*{a-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f6f6f6 /*{a-bhover-background-start}*/, #e0e0e0 /*{a-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f6f6f6 /*{a-bhover-background-start}*/, #e0e0e0 /*{a-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f6f6f6 /*{a-bhover-background-start}*/, #e0e0e0 /*{a-bhover-background-end}*/);
}
.ui-btn-hover-a:visited,
.ui-btn-hover-a:hover,
.ui-btn-hover-a a.ui-link-inherit {
	color: #2f3e46 /*{a-bhover-color}*/;
}
.ui-btn-down-a {
	border: 1px solid #bbbbbb /*{a-bdown-border}*/;
	background: #d6d6d6 /*{a-bdown-background-color}*/;
	font-weight: bold;
	color: #2f3e46 /*{a-bdown-color}*/;
	text-shadow: 0 /*{a-bdown-shadow-x}*/ 1px /*{a-bdown-shadow-y}*/ 0 /*{a-bdown-shadow-radius}*/ #ffffff /*{a-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #d0d0d0 /*{a-bdown-background-start}*/), to( #dfdfdf /*{a-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #d0d0d0 /*{a-bdown-background-start}*/, #dfdfdf /*{a-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #d0d0d0 /*{a-bdown-background-start}*/, #dfdfdf /*{a-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #d0d0d0 /*{a-bdown-background-start}*/, #dfdfdf /*{a-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #d0d0d0 /*{a-bdown-background-start}*/, #dfdfdf /*{a-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #d0d0d0 /*{a-bdown-background-start}*/, #dfdfdf /*{a-bdown-background-end}*/);
}
.ui-btn-down-a:visited,
.ui-btn-down-a:hover,
.ui-btn-down-a a.ui-link-inherit {
	color: #2f3e46 /*{a-bdown-color}*/;
}
.ui-btn-up-a,
.ui-btn-hover-a,
.ui-btn-down-a {
	font-family: chivo, sans-serif, Helvetica /*{global-font-family}*/;
	text-decoration: none;
	font-weight: 400;
	font-style: normal;
}


/* B
-----------------------------------------------------------------------------------------------------------*/
.ui-bar-b {
	border: 1px solid #00558e /*{b-bar-border}*/;
	background: #00558e /*{b-bar-background-color}*/;
	color: #ffffff /*{b-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 0 /*{b-bar-shadow-radius}*/ #444444 /*{b-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #005d9c /*{b-bar-background-start}*/), to( #004c7f /*{b-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #005d9c /*{b-bar-background-start}*/, #004c7f /*{b-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #005d9c /*{b-bar-background-start}*/, #004c7f /*{b-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #005d9c /*{b-bar-background-start}*/, #004c7f /*{b-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #005d9c /*{b-bar-background-start}*/, #004c7f /*{b-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #005d9c /*{b-bar-background-start}*/, #004c7f /*{b-bar-background-end}*/);
}
.ui-bar-b .ui-link-inherit {
	color: #ffffff /*{b-bar-color}*/;
}
.ui-bar-b a.ui-link {
	color: #7cc4e7 /*{b-bar-link-color}*/;
	font-weight: bold;
}
.ui-bar-b a.ui-link:visited {
    color: #2489ce /*{b-bar-link-visited}*/;
}
.ui-bar-b a.ui-link:hover {
	color: #2489ce /*{b-bar-link-hover}*/;
}
.ui-bar-b a.ui-link:active {
	color: #2489ce /*{b-bar-link-active}*/;
}
.ui-bar-b,
.ui-bar-b input,
.ui-bar-b select,
.ui-bar-b textarea,
.ui-bar-b button {
	font-family: chivo, sans-serif, Helvetica; /*{global-font-family}*/
	font-weight: 400;
	font-style: normal;
}
.ui-body-b,
.ui-overlay-b {
	border: 1px solid #aaaaaa /*{b-body-border}*/;
	color: #333333 /*{b-body-color}*/;
	text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #ffffff /*{b-body-shadow-color}*/;
	background: #f9f9f9 /*{b-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{b-body-background-start}*/), to( #eeeeee /*{b-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f9f9f9 /*{b-body-background-start}*/, #eeeeee /*{b-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f9f9f9 /*{b-body-background-start}*/, #eeeeee /*{b-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f9f9f9 /*{b-body-background-start}*/, #eeeeee /*{b-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f9f9f9 /*{b-body-background-start}*/, #eeeeee /*{b-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f9f9f9 /*{b-body-background-start}*/, #eeeeee /*{b-body-background-end}*/);
}
.ui-overlay-b {
	background-image: none;
	border-width: 0;
}
.ui-body-b,
.ui-body-b input,
.ui-body-b select,
.ui-body-b textarea,
.ui-body-b button {
	  /*font-family: Helvetica, Arial, sans-serif;*/ /*{global-font-family}*/
}
.ui-body-b .ui-link-inherit {
	color: #333333 /*{b-body-color}*/;
}
.ui-body-b .ui-link {
	color: #2489ce /*{b-body-link-color}*/;
	font-weight: bold;
}
.ui-body-b .ui-link:visited {
    color: #2489ce /*{b-body-link-visited}*/;
}
.ui-body-b .ui-link:hover {
	color: #2489ce /*{b-body-link-hover}*/;
}
.ui-body-b .ui-link:active {
	color: #2489ce /*{b-body-link-active}*/;
}
.ui-btn-up-b {								/*collapsible heading gradient*/
	border: 1px solid #cfcfcf /*{b-bup-border}*/;
	background: #cfcfcf /*{b-bup-background-color}*/;
	/*font-weight: bold;*/
	color: #336666 /*{b-bup-color}*/;
	text-shadow: 0 /*{b-bup-shadow-x}*/ 1px /*{b-bup-shadow-y}*/ 0 /*{b-bup-shadow-radius}*/ #eeeeee /*{b-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #F0F0F0 /*{b-bup-background-start}*/), to( #C9C9C9 /*{b-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #F0F0F0 /*{b-bup-background-start}*/, #C9C9C9 /*{b-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient( #F0F0F0 /*{b-bup-background-start}*/, #C9C9C9 /*{b-bup-background-end}*/); /* FF3.6 */
	background-image: -ms-linear-gradient( #F0F0F0 /*{b-bup-background-start}*/, #C9C9C9 /*{b-bup-background-end}*/); /* IE10 */
	background-image: -o-linear-gradient( #F0F0F0 /*{b-bup-background-start}*/, #C9C9C9 /*{b-bup-background-end}*/); /* Opera 11.10+ */
	background-image: linear-gradient( #F0F0F0 /*{b-bup-background-start}*/, #C9C9C9 /*{b-bup-background-end}*/);
}
.ui-btn-up-b:visited,
.ui-btn-up-b a.ui-link-inherit {
	color: #336666 /*{b-bup-color}*/;
}
.ui-btn-hover-b {
	font-family: chivo, sans-serif, Helvetica;
	border: 1px solid #eeeeee /*{b-bhover-border}*/;
	background: #eeeeee /*{b-bhover-background-color}*/;
	font-weight: 900;
	color: #000000 /*{b-bhover-color}*/;
	text-shadow: 0 /*{b-bhover-shadow-x}*/ 1px /*{b-bhover-shadow-y}*/ 0 /*{b-bhover-shadow-radius}*/ #eeeeee /*{b-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFFFF /*{b-bhover-background-start}*/), to( #d6d6d6 /*{b-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFFFFF /*{b-bhover-background-start}*/, #d6d6d6 /*{b-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient( #FFFFFF /*{b-bhover-background-start}*/, #d6d6d6 /*{b-bhover-background-end}*/); /* FF3.6 */
	background-image: -ms-linear-gradient( #FFFFFF /*{b-bhover-background-start}*/, #d6d6d6 /*{b-bhover-background-end}*/); /* IE10 */
	background-image: -o-linear-gradient( #FFFFFF /*{b-bhover-background-start}*/, #d6d6d6 /*{b-bhover-background-end}*/); /* Opera 11.10+ */
	background-image: linear-gradient( #FFFFFF /*{b-bhover-background-start}*/, #d6d6d6 /*{b-bhover-background-end}*/);
	font-style: normal;
}
.ui-btn-hover-b:visited,
.ui-btn-hover-b:hover,
.ui-btn-hover-b a.ui-link-inherit {
	color: #336666 /*{b-bhover-color}*/;
}
.ui-btn-down-b {
	font-family: chivo, sans-serif, Helvetica;
	border: 1px solid #eeeeee /*{b-bdown-border}*/;
	background: #eeeeee /*{b-bdown-background-color}*/;
	font-weight: 900;
	color: #000000 /*{b-bdown-color}*/;
	text-shadow: 0 /*{b-bdown-shadow-x}*/ 1px /*{b-bdown-shadow-y}*/ 0 /*{b-bdown-shadow-radius}*/ #eeeeee /*{b-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #d6d6d6 /*{b-bdown-background-start}*/), to( #FFFFFF /*{b-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #d6d6d6 /*{b-bdown-background-start}*/, #FFFFFF /*{b-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient( #d6d6d6 /*{b-bdown-background-start}*/, #FFFFFF /*{b-bdown-background-end}*/); /* FF3.6 */
	background-image: -ms-linear-gradient( #d6d6d6 /*{b-bdown-background-start}*/, #FFFFFF /*{b-bdown-background-end}*/); /* IE10 */
	background-image: -o-linear-gradient( #d6d6d6 /*{b-bdown-background-start}*/, #FFFFFF /*{b-bdown-background-end}*/); /* Opera 11.10+ */
	background-image: linear-gradient( #d6d6d6 /*{b-bdown-background-start}*/, #FFFFFF /*{b-bdown-background-end}*/);
	font-style: normal;
}
.ui-btn-down-b:visited,
.ui-btn-down-b:hover,
.ui-btn-down-b a.ui-link-inherit {
	color: #336666 /*{b-bdown-color}*/;
	font-family: chivo, sans-serif, Helvetica;
	font-weight: 900;
	font-style: normal;
}
.ui-btn-up-b,
.ui-btn-hover-b,
.ui-btn-down-b {			/* collapsible font style */
	/*font-family: Helvetica, Arial, sans-serif;*/ /*{global-font-family}*/
	font-family: chivo, sans-serif, Helvetica;
	text-decoration: none;
	font-weight: 900;
	font-style: normal;
	padding-left:10px;
}


/* C
-----------------------------------------------------------------------------------------------------------*/
.ui-bar-c {
	border: 1px solid #b3b3b3 /*{c-bar-border}*/;
	background: #eeeeee /*{c-bar-background-color}*/;
	color: #3e3e3e /*{c-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{c-bar-shadow-x}*/ 1px /*{c-bar-shadow-y}*/ 0 /*{c-bar-shadow-radius}*/ #ffffff /*{c-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f0f0f0 /*{c-bar-background-start}*/), to( #dddddd /*{c-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #dddddd /*{c-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #dddddd /*{c-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #dddddd /*{c-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #dddddd /*{c-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #dddddd /*{c-bar-background-end}*/);
}
.ui-bar-c .ui-link-inherit {
	color: #3e3e3e /*{c-bar-color}*/;
}
.ui-bar-c a.ui-link {
	color: #7cc4e7 /*{c-bar-link-color}*/;
	font-weight: bold;
}
.ui-bar-c a.ui-link:visited {
    color: #fff /*{c-bar-link-visited}*/;
}
.ui-bar-c a.ui-link:hover {
	color: #fff /*{c-bar-link-hover}*/;
}
.ui-bar-c a.ui-link:active {
	color: #fff /*{c-bar-link-active}*/;
}
.ui-bar-c,
.ui-bar-c input,
.ui-bar-c select,
.ui-bar-c textarea,
.ui-bar-c button {
	font-family: chivo, sans-serif, Helvetica /*{global-font-family}*/;
	font-weight: 400;
	font-style: normal;
}
.ui-body-c,
.ui-overlay-c {								/* page background */
	/*border: 1px solid #aaaaaa*/ /*{c-body-border}*/;
	padding-top:0px;
	color: #333333 /*{c-body-color}*/;
	text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #ffffff /*{c-body-shadow-color}*/;
	background: #f9f9f9 /*{c-body-background-color}*/;
	background-image:url("../src/css/images/blue-stripe-bg.png");
	
	
/*	background-image: -webkit-gradient(linear, left top, left bottom, from( #F0F0F0 ), to( #F0F0F0 )); 
*/
}
.ui-overlay-c {
	background-image: none;
	border-width: 0;
}
.ui-body-c,
.ui-body-c input,
.ui-body-c select,
.ui-body-c textarea,
.ui-body-c button {
	font-family: chivo, sans-serif, Helvetica /*{global-font-family}*/;
	font-weight: 400;
	font-style: normal;
}
.ui-body-c .ui-link-inherit {
	color: #333333 /*{c-body-color}*/;
}
.ui-body-c .ui-link {
	color: #fff /*{c-body-link-color}*/;
	font-weight: bold;
}
.ui-body-c .ui-link:visited {
    color: #fff /*{c-body-link-visited}*/;
}
.ui-body-c .ui-link:hover {
	color: #fff /*{c-body-link-hover}*/;
	font-size:16px;
}
.ui-body-c .ui-link:active {
	color: #fff /*{c-body-link-active}*/;
}
.ui-btn-up-c {
	border: 1px solid #666 /*{c-bup-border}*/;
	background: #666 /*{c-bup-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{c-bup-color}*/;
	text-shadow: 0 /*{c-bup-shadow-x}*/ 1px /*{c-bup-shadow-y}*/ 0 /*{c-bup-shadow-radius}*/ #444444 /*{c-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #7006NaN /*{c-bup-background-start}*/), to( #5b05NaN /*{c-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #7006NaN /*{c-bup-background-start}*/, #5b05NaN /*{c-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #7006NaN /*{c-bup-background-start}*/, #5b05NaN /*{c-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #7006NaN /*{c-bup-background-start}*/, #5b05NaN /*{c-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #7006NaN /*{c-bup-background-start}*/, #5b05NaN /*{c-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #7006NaN /*{c-bup-background-start}*/, #5b05NaN /*{c-bup-background-end}*/);
}
.ui-btn-up-c:visited,
.ui-btn-up-c a.ui-link-inherit {
	color: #ffffff /*{c-bup-color}*/;
}
.ui-btn-hover-c {
	border: 1px solid #787878 /*{c-bhover-border}*/;
	background: #787878 /*{c-bhover-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{c-bhover-color}*/;
	text-shadow: 0 /*{c-bhover-shadow-x}*/ 1px /*{c-bhover-shadow-y}*/ 0 /*{c-bhover-shadow-radius}*/ #444444 /*{c-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #848484 /*{c-bhover-background-start}*/), to( #6c6c6c /*{c-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #848484 /*{c-bhover-background-start}*/, #6c6c6c /*{c-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #848484 /*{c-bhover-background-start}*/, #6c6c6c /*{c-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #848484 /*{c-bhover-background-start}*/, #6c6c6c /*{c-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #848484 /*{c-bhover-background-start}*/, #6c6c6c /*{c-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #848484 /*{c-bhover-background-start}*/, #6c6c6c /*{c-bhover-background-end}*/);
}
.ui-btn-hover-c:visited,
.ui-btn-hover-c:hover,
.ui-btn-hover-c a.ui-link-inherit {
	color: #ffffff /*{c-bhover-color}*/;
}
.ui-btn-down-c {
	border: 1px solid #787878 /*{c-bdown-border}*/;
	background: #787878 /*{c-bdown-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{c-bdown-color}*/;
	text-shadow: 0 /*{c-bdown-shadow-x}*/ 1px /*{c-bdown-shadow-y}*/ 0 /*{c-bdown-shadow-radius}*/ #444444 /*{c-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #6c6c6c /*{c-bdown-background-start}*/), to( #848484 /*{c-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #6c6c6c /*{c-bdown-background-start}*/, #848484 /*{c-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #6c6c6c /*{c-bdown-background-start}*/, #848484 /*{c-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #6c6c6c /*{c-bdown-background-start}*/, #848484 /*{c-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #6c6c6c /*{c-bdown-background-start}*/, #848484 /*{c-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #6c6c6c /*{c-bdown-background-start}*/, #848484 /*{c-bdown-background-end}*/);
}
.ui-btn-down-c:visited,
.ui-btn-down-c:hover,
.ui-btn-down-c a.ui-link-inherit {
	color: #ffffff /*{c-bdown-color}*/;
}
.ui-btn-up-c,
.ui-btn-hover-c,
.ui-btn-down-c {
	font-family: chivo, sans-serif, Helvetica /*{global-font-family}*/;
	text-decoration: none;
	font-weight: 900;
	font-style: normal;
	word-wrap: break-word;
	white-space: pre-wrap;
}


/* Structure */
/* links within "buttons" 
-----------------------------------------------------------------------------------------------------------*/
a.ui-link-inherit {
	text-decoration: none !important;
}
/* Active class used as the "on" state across all themes
-----------------------------------------------------------------------------------------------------------*/
.ui-btn-active {
	border: 1px solid #cb1016 /*{global-active-border}*/;
	background: #cb1016 /*{global-active-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{global-active-color}*/;
	cursor: pointer;
	text-shadow: 0 /*{global-active-shadow-x}*/ 1px /*{global-active-shadow-y}*/ 0 /*{global-active-shadow-radius}*/ #444444 /*{global-active-shadow-color}*/;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #df1118 /*{global-active-background-start}*/), to( #b60e13 /*{global-active-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #df1118 /*{global-active-background-start}*/, #b60e13 /*{global-active-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #df1118 /*{global-active-background-start}*/, #b60e13 /*{global-active-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #df1118 /*{global-active-background-start}*/, #b60e13 /*{global-active-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #df1118 /*{global-active-background-start}*/, #b60e13 /*{global-active-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #df1118 /*{global-active-background-start}*/, #b60e13 /*{global-active-background-end}*/);
	font-family: chivo, sans-serif, Helvetica; /*{global-font-family}*/
}
.ui-btn-active:visited,
.ui-btn-active:hover,
.ui-btn-active a.ui-link-inherit {
	color: #ffffff /*{global-active-color}*/;
}
/* button inner top highlight
-----------------------------------------------------------------------------------------------------------*/
.ui-btn-inner {
	border-top: 1px solid 	#fff;
	border-color: 			rgba(255,255,255,.3);
}
/* corner rounding classes
-----------------------------------------------------------------------------------------------------------*/
.ui-corner-all {
	-webkit-border-radius: .6em /*{global-radii-blocks}*/;
	border-radius: .6em /*{global-radii-blocks}*/;
}
/* Form field separator
-----------------------------------------------------------------------------------------------------------*/
.ui-br {
	border-color: rgb(130,130,130);
	border-color: rgba(130,130,130,.3);
	border-style: solid;
}
/* Interaction cues
-----------------------------------------------------------------------------------------------------------*/
.ui-disabled {
	filter: Alpha(Opacity=30);
	opacity: .3;
	zoom: 1;
}
.ui-disabled,
.ui-disabled a {
	cursor: default !important;
	pointer-events: none;
}
/* Icons
-----------------------------------------------------------------------------------------------------------*/
.ui-icon,
.ui-icon-searchfield:after {
	background-color: #00558e /*{global-icon-color}*/;
	background-color: #cb1016 /*{global-icon-disc}*/;
	background-image: url(images/icons-18-white.png) /*{global-icon-set}*/;
	background-repeat: no-repeat;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}
/* Alt icon color
-----------------------------------------------------------------------------------------------------------*/
.ui-icon-alt .ui-icon,
.ui-icon-alt .ui-icon-searchfield:after {
	background-color: 						#fff;
	background-color: 						rgba(255,255,255,.3);
	background-image: url(images/icons-18-black.png);
	background-repeat: no-repeat;
}
/* No disc
-----------------------------------------------------------------------------------------------------------*/
.ui-icon-nodisc .ui-icon,
.ui-icon-nodisc .ui-icon-searchfield:after,
.ui-icon-nodisc .ui-icon-alt .ui-icon,
.ui-icon-nodisc .ui-icon-alt .ui-icon-searchfield:after {
	background-color: transparent;
}
/* Icon sprite
-----------------------------------------------------------------------------------------------------------*/
/* plus minus */
.ui-icon-plus {
	background-position: 	-1px -1px;
}
.ui-icon-minus {
	background-position: 	-37px -1px;
}
/* delete/close */
.ui-icon-delete {
	background-position: 	-73px -1px;
}
/* arrows */
.ui-icon-arrow-r {
	background-position: 	-108px -1px;
}
.ui-icon-arrow-l {
	background-position: 	-144px -1px;
}
.ui-icon-arrow-u {
	background-position: 	-180px -1px;
}
.ui-icon-arrow-d {
	background-position: 	-216px -1px;
}
/* misc */
.ui-icon-check {
	background-position: 	-252px -1px;
}
.ui-icon-gear {
	background-position: 	-288px -1px;
}
.ui-icon-refresh {
	background-position: 	-323px -1px;
}
.ui-icon-forward {
	background-position: 	-360px -1px;
}
.ui-icon-back {
	background-position: 	-396px -1px;
}
.ui-icon-grid {
	background-position: 	-432px -1px;
}
.ui-icon-star {
	background-position: 	-467px -1px;
}
.ui-icon-alert {
	background-position: 	-503px -1px;
}
.ui-icon-info {
	background-position: 	-539px -1px;
}
.ui-icon-home {
	background-position: 	-575px -1px;
}
/* search */
.ui-icon-search,
.ui-icon-searchfield:after {
	background-position: 	-611px -1px;
}
/* checkbox radio */
.ui-icon-checkbox-on {
	background-position: 	-647px -1px;
}
.ui-icon-checkbox-off {
	background-position: 	-683px -1px;
}
.ui-icon-radio-on {
	background-position: 	-718px -1px;
}
.ui-icon-radio-off {
	background-position: 	-754px -1px;
}
/* menu edit */
.ui-icon-bars {
	background-position: 	-788px -1px;
}
.ui-icon-edit {
	background-position: 	-824px -1px;
}
/* HD/"retina" sprite
-----------------------------------------------------------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
       only screen and (min--moz-device-pixel-ratio: 1.3),
       only screen and (min-resolution: 200dpi) {
	
	.ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r,
	.ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check,
	.ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back,
	.ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-bars, .ui-icon-edit,
	.ui-icon-search, .ui-icon-searchfield:after, 
	.ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on {
		background-image: url(images/icons-36-white.png);
		-moz-background-size: 864px 18px;
		-o-background-size: 864px 18px;
		-webkit-background-size: 864px 18px;
		background-size: 864px 18px;
	}
	.ui-icon-alt .ui-icon {
		background-image: url(images/icons-36-black.png);
	}
	.ui-icon-plus {
		background-position: 	0 50%;
	}
	.ui-icon-minus {
		background-position: 	-36px 50%;
	}
	.ui-icon-delete {
		background-position: 	-72px 50%;
	}
	.ui-icon-arrow-r {
		background-position: 	-108px 50%;
	}
	.ui-icon-arrow-l {
		background-position: 	-144px 50%;
	}
	.ui-icon-arrow-u {
		background-position: 	-179px 50%;
	}
	.ui-icon-arrow-d {
		background-position: 	-215px 50%;
	}
	.ui-icon-check {
		background-position: 	-252px 50%;
	}
	.ui-icon-gear {
		background-position: 	-287px 50%;
	}
	.ui-icon-refresh {
		background-position: 	-323px 50%;
	}
	.ui-icon-forward {
		background-position: 	-360px 50%;
	}
	.ui-icon-back {
		background-position: 	-395px 50%;
	}
	.ui-icon-grid {
		background-position: 	-431px 50%;
	}
	.ui-icon-star {
		background-position: 	-467px 50%;
	}
	.ui-icon-alert {
		background-position: 	-503px 50%;
	}
	.ui-icon-info {
		background-position: 	-538px 50%;
	}
	.ui-icon-home {
		background-position: 	-575px 50%;
	}
	.ui-icon-search,
	.ui-icon-searchfield:after {
		background-position: 	-611px 50%;
	}
	.ui-icon-checkbox-on {
		background-position: 	-647px 50%;
	}
	.ui-icon-checkbox-off {
		background-position: 	-683px 50%;
	}
	.ui-icon-radio-on {
		background-position: 	-718px 50%;
	}
	.ui-icon-radio-off {
		background-position: 	-754px 50%;
	}
	.ui-icon-bars {
		background-position: 	-788px 50%;
	
	}.ui-icon-edit {
		background-position: 	-824px 50%;
	}
}
/* checks,radios */
.ui-checkbox .ui-icon,
.ui-selectmenu-list .ui-icon {
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.ui-icon-checkbox-off,
.ui-icon-radio-off {
	background-color: transparent;	
}
.ui-checkbox-on .ui-icon,
.ui-radio-on .ui-icon {
	background-color: #cb1016 /*{global-active-background-color}*/; /* NOTE: this hex should match the active state color. It's repeated here for cascade */
}
/* loading icon */
.ui-icon-loading {
	background: url(images/ajax-loader.gif);
	background-size: 46px 46px;
}
/* Button corner class
-----------------------------------------------------------------------------------------------------------*/
.ui-btn-corner-all {
	-webkit-border-radius: 1em /*{global-radii-buttons}*/;
	border-radius: 1em /*{global-radii-buttons}*/;
}
/* radius clip workaround for cleaning up corner trapping */
.ui-corner-all,
.ui-btn-corner-all {
	-webkit-background-clip: padding;
	background-clip: padding-box;
}
/* Overlay / modal
-----------------------------------------------------------------------------------------------------------*/
.ui-overlay {
	background: #666;
	filter: Alpha(Opacity=50);
	opacity: .5;
	position: absolute;
	width: 100%;
	height: 100%;
}
.ui-overlay-shadow {
	-moz-box-shadow: 0 0 12px 			rgba(0,0,0,.6);
	-webkit-box-shadow: 0 0 12px 		rgba(0,0,0,.6);
	box-shadow: 0 0 12px 				rgba(0,0,0,.6);
}
.ui-shadow {
	-moz-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
	-webkit-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
	box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/
}
.ui-bar-a .ui-shadow,
.ui-bar-b .ui-shadow ,
.ui-bar-c .ui-shadow  {
	-moz-box-shadow: 0 1px 0 				rgba(255,255,255,.3);
	-webkit-box-shadow: 0 1px 0 			rgba(255,255,255,.3);
	box-shadow: 0 1px 0 					rgba(255,255,255,.3);
}
.ui-shadow-inset {
	-moz-box-shadow: inset 0 1px 4px 		rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 4px 	rgba(0,0,0,.2);
	box-shadow: inset 0 1px 4px 			rgba(0,0,0,.2);
}
.ui-icon-shadow {
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
	box-shadow: 0 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
}
/* Focus state - set here for specificity (note: these classes are added by JavaScript)
-----------------------------------------------------------------------------------------------------------*/
.ui-btn:focus, .ui-link-inherit:focus {
	outline: 0;
}
.ui-btn.ui-focus {
	z-index: 1;
}
.ui-focus,
.ui-btn:focus {
	-moz-box-shadow: inset 0 0 3px #cb1016 /*{global-active-background-color}*/, 0 0 9px #cb1016 /*{global-active-background-color}*/;
	-webkit-box-shadow: inset 0 0 3px #cb1016 /*{global-active-background-color}*/, 0 0 9px #cb1016 /*{global-active-background-color}*/;
	box-shadow: inset 0 0 3px #cb1016 /*{global-active-background-color}*/, 0 0 9px #cb1016 /*{global-active-background-color}*/;
}
.ui-input-text.ui-focus,
.ui-input-search.ui-focus {
	-moz-box-shadow: 0 0 12px #cb1016 /*{global-active-background-color}*/;
	-webkit-box-shadow: 0 0 12px #cb1016 /*{global-active-background-color}*/;
	box-shadow: 0 0 12px #cb1016 /*{global-active-background-color}*/;	
}
/* unset box shadow in browsers that don't do it right
-----------------------------------------------------------------------------------------------------------*/
.ui-mobile-nosupport-boxshadow * {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
/* ...and bring back focus */
.ui-mobile-nosupport-boxshadow .ui-focus,
.ui-mobile-nosupport-boxshadow .ui-btn:focus,
.ui-mobile-nosupport-boxshadow .ui-link-inherit:focus {
	outline-width: 1px;
	outline-style: auto;
}


/*Custom CSS by MK
-----------------------------------------------------------------------------------------------------------*/

@media (min-width:35em){

/* wrap on wide viewports once open */

.ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-display-push.ui-panel-content-fixed-toolbar-position-left,
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-display-reveal.ui-panel-content-fixed-toolbar-position-left,
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-wrap-display-push.ui-panel-content-wrap-position-left,
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-wrap-display-reveal.ui-panel-content-wrap-position-left {
    margin-right: 17em;
}
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-display-push.ui-panel-content-fixed-toolbar-position-right,
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-display-reveal.ui-panel-content-fixed-toolbar-position-right,
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-wrap-display-push.ui-panel-content-wrap-position-right,
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-wrap-display-reveal.ui-panel-content-wrap-position-right {
    margin-left: 17em;
}
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-display-push,
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-display-reveal {
    width: auto;
}

/* disable "dismiss" on wide viewports */
.ui-responsive-panel .ui-panel-dismiss-display-push {
    display: none;
}

}

.ui-content img {
	-webkit-border-radius: 1em; 
	border-radius: 1em;
	-moz-box-shadow:    0px 3px 10px 0px #404040;
  	-webkit-box-shadow: 0px 3px 10px 0px #404040;
  	box-shadow:         0px 3px 10px 0px #404040;
}

#banner img{
	-webkit-border-radius: 0; 
	border-radius: 0;
	-moz-box-shadow:    none;
  	-webkit-box-shadow: none;
  	box-shadow:         none;
	margin-bottom:-4px;
	padding:0;
}

.ui-panel {
	/*background:#666 !important;*/
	/*background-color: rgba(255, 0, 0, 0.5) !important;*/
/*	opacity: 0.5;
    filter: alpha(opacity = 0.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);*/
	background:url("../src/css/images/transp-bg-gray.png")!important;
	width: 225px;	/* menu width */
}

#menu .ui-panel-inner {
	padding-top: 0;
	margin-top: 0;
}

#menu .ui-listview {
	font-family: chivo, sans-serif, Helvetica;
	text-transform:uppercase;
}

.ui-panel .ui-btn-inner, .ui-li {
	font-size: 18px;
}

.ui-li .ui-btn-text a.ui-link-inherit {
	word-wrap: break-word; 
	white-space: pre-wrap;
}

.ui-header {
	-moz-box-shadow:    0px 3px 10px 0px #000;
  	-webkit-box-shadow: 0px 3px 10px 0px #000;
  	box-shadow:         0px 3px 10px 0px #000;
	
	-moz-box-shadow:    inset 0 -4px 20px 0 #bbb;
  	-webkit-box-shadow: inset 0 -4px 20px 0 #bbb;
  	box-shadow:         inset 0 -4px 20px 0 #bbb;
}

.ui-header .ui-title {
	font-family: passion-one;
	text-transform: uppercase;
	color:#cb1016;
	padding:0;
	margin:0;
	overflow:visible;
	margin:8px 0 4px;
	line-height:48px;
}

.ui-header h1.ui-title {
	font-size:44px;
}

.ui-header h2.ui-title{
	font-size:32px;
}

.ui-header h3.ui-title {
	font-size:24px;
}

.ui-header .ui-btn-left {
	-webkit-border-radius: .6em; 
	border-radius: .6em; 
	margin: 8px 2px 0;
}	



/*.ui-icon-appmenu {
	background:url("../images/appmenu-button.png") no-repeat rgba(0, 0, 0, 0.4) !important;
}

.ui-header .ui-btn, .ui-header .ui-icon, .ui-header .ui-btn-inner {
    width: 40px;
    height: 40px;
}*/

/*.ui-header .ui-btn-inner .ui-icon{
    margin: 0px;
    border-radius: 0;
}*/


.ui-collapsible-heading .ui-btn-inner { /*collabsible font size*/
	font-size: 20px;
	margin-left:10px;
}



.ui-content, .ui-collapsible-set {
	margin: 0;
	padding: 0;
	/*background-color: #999999;*/
	max-width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;

	-moz-box-shadow:    0px 2px 30px 3px #000;
  	-webkit-box-shadow: 0px 2px 30px 3px #000;
  	box-shadow:         0px 2px 30px 3px #000;
}

.headershadow {
	-moz-box-shadow:    0px 2px 30px 3px #000;
  	-webkit-box-shadow: 0px 2px 30px 3px #000;
  	box-shadow:         0px 2px 30px 3px #000;
}

#home .ui-content {
	-moz-box-shadow:    none;
  	-webkit-box-shadow: none;
  	box-shadow:         none;
	padding-bottom: 30px;
}

.ui-collapsible-content {
	margin: 0px;
}


/*.ui-footer .ui-title {
	font-size: 12px;
}*/

/*.ui-bar-a.ui-footer  {
	background: #cb1016 !important; 
	color: #FFF !important; 
	text-shadow: none !important;
	height: 40px;
}*/

.ui-navbar {
	background: #cb1016 !important; 
	color: #FFF !important; 
	text-shadow: none !important;
	height: 55px;
	padding:0;
	margin:0;
	text-decoration:none;
}

.ui-footer .ui-navbar .ui-btn-inner {
	font-size:18px;
}

#subheader {
	display: block;
	background-color: #136D9C;
	padding: 5px 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	-webkit-border-radius: 0.6em;
	border-radius: 0.6em;
}
#redBold {
	color: #FF0000;
}
#greenBold {
	color: #00CC00;
}
#blueBold {
	color: #143194;
}

.homediv {
	display:inline-block;
/*	background:url("../src/css/images/transp-bg-blue.png");
*/	position: relative;
	margin: 0;
	padding-bottom: 20px;
	height: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.homediv ul {padding:0; margin:0;}

.homediv .ui-link {
	color:#fff;
	text-decoration:none;
}

.homediv .ui-link:visited {
	color:#fff;
	text-decoration:none;
}

.center {
    text-align: center;
}

.column-split li{
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  height: 120px;
  position: relative;

  	color:#FFF;
	text-transform:uppercase;
	font-size: 13px;
	/*font-weight:bold;*/
	text-align:center;
	vertical-align:text-top;
    display: inline-block;
    float: left;
    list-style: none;
}

      @media only screen and (min-width: 90px) {
		  .column-split li{	width: 100%; }
	  }
      @media only screen and (min-width: 200px) {
		  .column-split li{	width: 50%; }
      }
      @media only screen and (min-width: 300px) {
		  .column-split li{	width: 33.3%; }
      }
      @media only screen and (min-width: 7500px) {
		  .column-split li{	width: 25%; }
      }
      @media only screen and (min-width: 700px) {
		  .column-split li{	width: 20%; }
      }

.column-split li p {
	padding: 0;
	margin: 0;
}

  .right-padding {
    padding: 0px;
	}



.logo {
	height: 120px;
	background:url(../src/css/images/HandsOnLogoPantoneC_PNG.png) no-repeat center;
	background-size: 260px auto;
	background-color: #8CD1FB;
	-moz-box-shadow:    0px 2px 15px 1px #000 inset;
	-webkit-box-shadow: 0px 2px 15px 1px #000 inset;
	box-shadow:         inset 0px 2px 15px 1px #07283A;
}

/*.logo img {
	width: 40%;
	margin: 10px auto;
	-webkit-border-radius: 0; 
	border-radius: 0;
	-moz-box-shadow:    0px 0px 0px 0px ;
  	-webkit-box-shadow: 0px 0px 0px 0px ;
  	box-shadow:         0px 0px 0px 0px ;
}*/

.column-split img {
	width: 110px;
	margin-bottom: -15px;
	margin-right: 8px;
	-webkit-border-radius: 0; 
	border-radius: 0;
	-moz-box-shadow:    0px 0px 0px 0px ;
  	-webkit-box-shadow: 0px 0px 0px 0px ;
  	box-shadow:         0px 0px 0px 0px ;
}



/*.homeicons {
	/*width: 200px;
	float:left;
	padding:10px;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	vertical-align:text-top;
}*/

.EDGE-47484641 {
	margin-left:auto;
	margin-right:auto;
		-webkit-border-radius: 1em; 
	border-radius: 1em;
		-moz-box-shadow:    3px 3px 12px 0px #000;
  	-webkit-box-shadow: 3px 3px 12px 0px #000;
  	box-shadow:         3px 3px 12px 0px #000;
}