/*
 * HTML5 ? Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 0.9em; line-height: 1.231; }

body, button, input, select, textarea { font-family: Arial, Helvetica, sans-serif; color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

x::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
x::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #1f70a7; cursor: pointer; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clearfix { clear: both; }

/* #END BOILERPLATE STYLES
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* #COLOR SCHEME
	Author: Sean Heaney
	Last Modified: August 19, 2013;
	===========================================================================

	Orange Elements (h1): #c60;
	Blue Elements (Flat color link buttons): #39a9f9;
	Blue Elements -2 (hover): #189bf8;
	Blue Elements -4 (active): #078ae7;
	Dark Blue (footer, page_border): #325871;
	Light Blue background (blockquote, event): #e9f1f6;
	Light Blue -1: dde9f1;
	Light Blue border (-3): c5dae7;
	Base Level shadow {
		-moz-box-shadow: 0px 0px 2px 0px #aaaaaa;
		-webkit-box-shadow: 0px 0px 2px 0px #aaaaaa;
		box-shadow: 0px 0px 2px 0px #aaaaaa;
	}
	Floating shadow {
		-moz-box-shadow: 1px 1px 2px 0px #aaaaaa;
		-webkit-box-shadow: 1px 1px 2px 0px #aaaaaa;
		box-shadow: 1px 1px 2px 0px #aaaaaa;
	}

*/
/* #END COLOR SCHEME
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* #DEFAULT HTML TAG STYLES
   Author: Sean Heaney
   Last Modified: August 19, 2013;
   =========================================================================== */
img
{
	max-width: 100%;
}

html
{
	width: 100%;
	overflow-x: hidden;
}

body
{
    background: #325871; /*  blue for IE 7-9 */
    width: 100%;
    overflow: hidden;
}

header, #main_content, footer {
	min-width:320px;
	border: 0px;
	margin: 0px;
	clear: none;
}

header {
	background: #325871; /* url(/images/design/uc-irvine8.jpg) no-repeat 40% 60%;*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 70%;
	background-image:url(/images/design/schools/ucirvine.jpg); /*default*/
	position:relative;
	z-index:10;
	display: block;
	/*border-bottom: 4px solid #ccc;*/
}
header.loma-linda
{
	background-image:url(/images/design/schools/lomalinda.jpg);
	background-position: 50% 30%;
}
header.loma-linda #header_cite:before
{
	content: 'Loma Linda University - School of Medicine';
}
header.irvine
{
	background-image:url(/images/design/schools/ucirvine.jpg);
	background-position: 50% 70%;
}
header.irvine #header_cite:before
{
	content: 'University of California, Irvine - School of Medicine';
}
header.usc
{
	background-image:url(/images/design/schools/usc.jpg);
	background-position: 50% 95%;
}
header.usc #header_cite:before
{
	content: 'University of Southern California - Keck School of Medicine';
}
header.stanford
{
	background-image:url(/images/design/schools/stanford.jpg);
	background-position: 50% 75%;
}
header.stanford #header_cite:before
{
	content: 'Stanford University - School of Medicine';
}
header.ucsd
{
	background-image:url(/images/design/schools/ucsd.jpg);
	background-position: 50% 80%;
}
header.ucsd #header_cite:before
{
	content: 'University of San Diego - School of Medicine';
}
header.ucsf
{
	background-image:url(/images/design/schools/ucsf.jpg);
	background-position: 50% 55%;
}
header.ucsf #header_cite:before
{
	content: 'University of California, San Francisco - School of Medicine';
}
header.ucla
{
	background-image:url(/images/design/schools/ucla.jpg);
	background-position: 50% 50%;
}
header.ucla #header_cite:before
{
	content: 'University of California, Los Angeles - School of Medicine';
}
header.riverside
{
	background-image:url(/images/design/schools/ucriverside.jpg);
	background-position: 50% 65%;
}
header.riverside #header_cite:before
{
	content: 'University of California, Riverside - School of Medicine';
}

ul
{
	list-style: none;
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
}
ul li
{
	background: transparent url(../images/design/list_item_triangle.png) no-repeat 0px 2px;
	padding: 0px 0 16px 18px;
	margin-left: 30px;
}
li.list-item-link
{
	background: transparent url(../images/design/list_item_triangle.png) no-repeat 0px 2px !important;
}
li.list-item-anchor
{
	background: transparent url(../images/design/list_item_triangle_down.png) no-repeat 0px 2px !important;
}
ul.disc>li
{
	background: transparent url(../images/design/list_item_disc.png) no-repeat 0px 2px;
	padding: 0px 0 16px 20px;
}
ol > li
{
	padding: 0px 0 16px 18px;
	margin-left: 30px;
	background: none;
}
ul.nested > li:last-child, ol.nested > li:last-child
{
	padding-bottom: 0px;
}
select.blue-drop-down
{
  background-color: #39a9f9;
  border: none;
  padding: 10px 15px 10px 15px;
  outline: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size: 1.2em;
  color: white;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
  cursor: pointer;
}

/* #END DEFAULT HTML TAG STYLES
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* #DEFAULT PRESENTATIONAL STYLES
   Author: Sean Heaney
   Last Modified: August 19, 2013;
   =========================================================================== */
ol.lower-alpha
{
	list-style-type: lower-alpha;
}
a.indent
{
	margin-left: 15px;
}
li.indent
{
	margin-left: 50px;
}
li.indent-level-2
{
	margin-left: 70px;
}
p.indent
{
	margin-left: 20px;
}
.underline
{
	text-decoration:underline;
}
.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.float-right
{
	float:right;
}
.float-left
{
	float:left;
}
.align-center
{
	text-align: center;
}
/* #END DEFAULT PRESENTATIONAL STYLES
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* #MASTHEAD
   Author: Sean Heaney
   Last Modified: August 19, 2013;
   =========================================================================== */

/* #END MASTHEAD
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* #NAVIGATION
   Author: Sean Heaney
   Last Modified: August 19, 2013;
   =========================================================================== */

/* #END NAVIGATION
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* #SECONDARY NAVIGATION
   Author: Sean Heaney
   Last Modified: August 19, 2013;
   =========================================================================== */

/* #END SECONDARY NAVIGATION
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* #MAIN CONTENT
   Author: Sean Heaney
   Last Modified: August 19, 2013;
   =========================================================================== */

/* #END MAIN CONTENT
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* #PAGE ELEMENTS
   Author: Sean Heaney
   Last Modified: August 19, 2013;
   =========================================================================== */

/* #END PAGE ELEMENTS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.home header {
	min-height:0;
	/* background-position:50% 10%; */
}
.head_mbc_logo /* replacing .head_poppies */
{
    display: none;
}
.logo_and_banner {
	position:relative;
	height:74px;
	padding:5px 0 0 0;
}
.header_school_cite
{
	display: none;
}
.head_cagov_logo
{
    display:none; /* hide ca.gov logo for mobile */
}
h1#head_organization_banner { /* center header organization for mobile */

	width:71px;
	position:relative;
	top:4px;
	margin:0 auto;
	padding:0;
	border:0;
}
h1#head_organization_banner a { /* switch header organization image for mobile */
	width: 71px;
	height: 46px;
	text-indent: -9999px;
	display: block;
	background-image: url('../images/design/header_organization_mobile.png');
}
.logo_and_banner img {
	width:100%;
}
.phone_hdr {
	background-color: rgba(0, 0, 0, 0.5);
	height:69px;
	margin-bottom:0px;
}

#weather_container {
	color:#fff;
	font-size:0.9em;
	text-align:right;
	position:relative;
	right:16px;
	/* line-height:1em; */
	padding:2px 0 4px 0; /* no weather */
	display: none; /* hide for mobile */
}
#weather_container .weather_icon {
	position:relative;
	vertical-align:text-bottom;
	top:32px;
	width:70px; /* 48 or 70 */
}
#weather_container a {
	color:#fff;
	text-decoration:none;
}
.weather_temp_city {
	font-weight:bold;
	text-shadow: 0.1em 0.1em 0.2em black;
}
.weather_set_location {
	text-shadow: 0.1em 0.1em 0.2em black;
}
.oldie .weather_temp_city .doesntwork {
	zoom: 1;
	background-color: #cccccc;
	-ms-filter: "progid:DXImageTransform.Microsoft.Chroma(Color=#cccccc) progid:DXImageTransform.Microsoft.DropShadow(Color=#99cc99, OffX=3, OffY=3)";
	filter: progid:DXImageTransform.Microsoft.Chroma(Color=#cccccc)
	        progid:DXImageTransform.Microsoft.DropShadow(OffX=3, OffY=3, Color=#99cc99);
}

#loc_container {
	display:none;
	border:2px solid #888;
	padding:2%;
	background:#f8e0a9;
	position:relative;
	float:right;
	margin:0 4%;

	-moz-border-radius: .5em;
	border-radius: .5em;

	border:4px solid #494439;
	z-index:100;
	-moz-box-shadow: 3px 3px 5px black;
	-webkit-box-shadow: 3px 3px 5px black;
	box-shadow: 3px 3px 5px black;
}
#loc_container h1 {
	margin:0 0 .5em 0;
}
#loc_container h2 {
	margin:0 0 .5em 0;
}
.loc_close {
	position:absolute;
	top:.6em;
	right:.6em;
}
.loc_setlocationbutton {
	vertical-align:middle;
}
.loc_clickable {
	cursor:pointer;
	text-decoration:underline;
}
#loc_cont_geo_result {
	min-height:27px;
}
.loc_addspace {
	margin:0 0 1em 0;
}

#head_search {
	position:relative;
	background-color: #494439; /* for ie8 */
	background-color: rgba(0, 0, 0, 0.5);

	padding: 10px 75px 10px 25px;
	display: none;

}

#head_search.phone_show_search
{
	display: block;
}
.home #head_search {
	padding:12px 0% 12px 4%;
}
.ie7 #head_search {
	background-color: #494439;
}
.textfield_container {
	margin-right:54px;
}
.home .textfield_container {
	margin-right:120px;
}
#search_local_textfield {

	width:100%;
	padding:2px;
	margin-right: 30px;
	background-color: rgba(255, 255, 255, 0.8);
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:0;
	font-size: 1.1em;
	height:35px;
}
.home #search_local_textfield {
	padding:16px;
	border:2px solid transparent;
}
.home #search_local_textfield:hover {
	border:2px solid #cc6600;
}
#search_button
{
    background: transparent url('../images/design/search.png') no-repeat top left;
    width: 30px;
    height: 30px;
    border: 0;
    margin: 0;
    position: absolute;
    right: 25px;
    top: 10px;
    opacity: .8;
    margin: 5px 0px 5px 0px;
}
#search_button:hover
{

	opacity: 1;
}
#search_local_textfield:focus + #search_button
{
	opacity: 1;
}
#search_button:active
{

	opacity: .8;
}
.submit_container {
	position:absolute;
	top:-3px;
	right:4px;
	background:transparent url(../images/template2012/header_search_submitbutton.png) no-repeat 0 0;
	background-size:cover;
	width:40px; /* was 26 */
	height:40px;
}
.ie7 .submit_container, .ie8 .submit_container {
	background:transparent url(../images/template2012/header_search_submitbutton.png) no-repeat -11px -11px;
}
.submit_container:hover {
	background-position:0 100%;
}
.ie7 .submit_container:hover, .ie8 .submit_container:hover {
	background-position:-11px -71px;
}
.ie7 .home .submit_container, .ie8 .home .submit_container {
	background-position:0 0;
}
.ie7 .home .submit_container:hover, .ie8 .home .submit_container:hover {
	background-position:0 -60px;
}
.home .submit_container {
	top:8px;
	right:8px;
	width:60px;
	height:60px;
}
.submit_container input {
	width:40px; /* was 26 */
	height:40px;
}
.home .submit_container input {
	width:60px;
	height:60px;
}


#navigation {
	width:100%;
	z-index:20;
	/* box-shadow: 0px 5px 10px #44799C; */

}
#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#navigation li {
	background-color: #494439;  /* for non-rgba browsers */
	background-color: rgba(0, 0, 0, 0.5);
	padding:0;
	margin-bottom:2px;
	background-image: none;
	margin-left: 0px;
}
.ie7 #navigation li, .ie8 #navigation li { /* ie7/8 don't support transparency */
	background-color: transparent;
	background: url(../images/design/oldie_header_nav.png);
}

#navigation li li {
	width:auto;
	margin-bottom:0;
}

#navigation a.nav_level1_link {
	text-decoration:none;
	display: block;
	position:relative;
	padding:14px 0;
	color: #fff;
	font-size: 1.21em;
	font-weight:bold;
	white-space:nowrap; /* fix IE8 comp mode issue where nav text wraps */
	text-align:center;
}

.highlighted_nav_item a.nav_level1_link {
	text-shadow: 0 0 0.2em #ce770e;
}
.highlighted_nav_item a.nav_level1_link #nav_home_container {
	background-position:0 -40px;
}
#navigation #nav_list.unhighlight_nav_item a.nav_level1_link {
	text-shadow:none;
}
header #navigation #nav_list li:hover a.nav_level1_link {
	text-shadow: 0 0 0.2em #ce770e;
}
header #navigation #nav_list li:hover a.nav_level1_link #nav_home_container {
	background-position:0 -40px;
}
.oldie .highlighted_nav_item a.nav_level1_link, .oldie #navigation #nav_list li:hover a.nav_level1_link {
	filter: progid:DXImageTransform.Microsoft.Chroma(Color=#888888)
	progid:DXImageTransform.Microsoft.Glow(Strength=3, Color=#8b4e07);
	position: relative;
	top: -3px;
	left: -3px;
	width:96%; /* last item needs width correction */
	margin:0 auto;
}
.ie7 .highlighted_nav_item a.nav_level1_link, .ie7 #navigation #nav_list li:hover a.nav_level1_link {
	left:-1px;
	padding-bottom:7px;
}

#nav_home_container {
	position:absolute;
	top:2px;
	left:50%;
	margin-left:-20px;
	height:40px;
	width:40px;
	background: transparent url(../images/template2012/nav_home.png) no-repeat 0 0;
}
#nav_home_container + img {
	width:40px;
	height:1px;
}
.oldie .highlighted_nav_item a.nav_level1_link #nav_home_container, .oldie #navigation #nav_list li:hover a.nav_level1_link #nav_home_container {
	top:5px;
	margin-left:-17px;
}

/*
Navigation - Mega Drop-Down
*/

/* Nav panel */

.nav_panel {
	display:none;
	position:absolute;
	width:90%;
	min-height:199px;
	left:0px;
	background:transparent url(../images/template2012/megadropdown_ribbon.png) no-repeat 70.3125% 100%;
	background: url(../images/template2012/nav_shadow.png) repeat-x 0 0, url(../images/template2012/megadropdown_ribbon.png) no-repeat 70.3125% 100%;
	padding:16px 5% 51px 5%;
	overflow:visible;
}
.nav_panel a {
	color:#000;
}
.nav_panel a:hover {
	color:#3d3d3d;
}

.nav_panel ul {
	width:50%;
	float:left;
}
#navigation .nav_panel li {
	float:none;
	background-color:transparent;
	padding:0 10px 20px 0px;
}

.no-js #navigation li:hover .nav_panel, .ie7 #navigation li:hover .nav_panel {
	display:block;
	opacity:1;
	z-index:2;
}
#navigation li .nav_panel {
	opacity:0.01;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.oldie #navigation li .nav_panel {
	opacity:1; /* IE 9 and older does not support opacity transition */
}
#navigation #nav_list li .mo_opacity {
	opacity:1;
	z-index:2;
}
#navigation #nav_list li .mo_display {
	display:block;
}

.nav_p_heading {
	color:#003366;
	font-size:14px;
	font-weight:bold;
	background-color:#e1d7c3; /* Needed when images are turned off */
}
.nav_p_description {
	font-size:11px;
	padding-top:4px;
	color: #555;
	background-color:#e1d7c3; /* Needed when images are turned off */
}
.nav_p_h3
{
	font-family: 'Arial Narrow', 'Helvetica Narrow', Arial, Helvetica, sans-serif;
	font-stretch: condensed;
	font-weight:bold;
	color:#6e5c37;
	font-size:1.6em;
	text-shadow: 0px 2px 3px #f2eee5;
}
#navigation ul.nav_p_list
{
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    float: left;
    width: 33%;
}
#navigation ul.nav_p_list li
{
	background: transparent url(../images/design/list_item_triangle.png) no-repeat 0px 2px;
	padding: 0px 0 5px 18px;
	margin-left: 30px;
}
#navigation ul.nav_p_list a
{
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
#navigation ul.nav_p_list a:hover
{
	color: #229FF8;
}
.nav_d_arrow_container {
	display:none;
	background:transparent url(../images/template2012/nav_down_arrow.png) no-repeat;
	width:44px;
	height:16px;
	position:absolute;
	top:0px;
	margin-left:-22px;
}


/* phone nav update */

#phone_nav {
	background-color: #494439; /* for non-rgba browsers */
	padding:0;
	margin-bottom:2px;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
	min-height:47px;
}
.rgba #phone_nav {
	background-color: rgba(0, 0, 0, 0.5);
}
.ie7 #phone_nav {
	display:none;
}
#phone_nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#phone_nav li {
	padding: 0;
	margin: 0;
	float: left;
	width:50%;
	position:relative;
}
.ie7 #phone_nav li {
	width:49.9%;
}
#phone_nav a {
	display: block;
	padding:13px 0;
	color: #fff;
	font-size: 1.21em;
	font-weight:bold;
	white-space:nowrap; /* fix IE8 comp mode issue where nav text wraps */
	text-align:center;
	text-decoration:none;
}
#phone_nav a span {
	position:absolute;
	top:2px;
	left:50%;
	margin-left:-20px;
	height:40px;
	width:40px;
}
#phone_nav:hover span {
	text-shadow: 0 0 0.2em #ce770e;
}
.phone_home {
	background: transparent url(../images/template2012/nav_home.png) no-repeat 0 0;
}
.phone_menu {
	background: transparent url(../images/template2012/nav_menu.png) no-repeat 0 0;
}
#phone_nav li:hover span {
	background-position:0 -40px;
}

#navigation {
	height:0px;
	overflow:hidden;
	position:relative;

	-webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
     -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
	/* -moz-transition: height 1s; /* Firefox 4 */
	/* -webkit-transition: height 1s; */ /* Safari and Chrome */
	/* -o-transition: height 1s; /* Opera */
	/* -ms-transition: height 1s; /* IE 10 */
	/* transition: height 1s; */
}
.ie7 #navigation {
	height:auto;
	overflow:visible;
}

#nav_list {
	position:absolute;
	width:100%;
	bottom:0;
}
.ie7 #nav_list {
	position:static;
}
.footer_awards, .footer_awards_right {
	display:none;
}

/* more phone nav changes */

.phone_hd_left {
	position:relative;
	float:left;
	z-index:10;
}
.phone_hd_left li
{
	float: left;
}

.phone_hd_right {
	float: right;
	position:relative;
	z-index:10;
}
.phone_hd_right li {

	float: left;
}
.phone_hd_right a {

	text-indent: -9999px;
	text-decoration: none;
	display: block;
	height: 34px;
	width: 34px;
}

.phone_hd_left img, .phone_hd_right img {
	padding:16px 6px 8px 6px;
	cursor:pointer;
}
.phone_hd_left a {
	float:left;
}
#mobile_gallery_button {
	display:block;
	width:41px;
	height:33px;
	background:transparent url(/images/mobile/mobileappgallery_home_gallery.png) no-repeat 0 0;
	margin:16px 6px 8px 6px;
}
#mobile_gallery_button:hover {
	/* background:transparent url(/images/mobile/mobileappgallery_home_gallery.png) no-repeat 0 -50px; */
}

#head_search.phone_show_search {
	display:block;
}
#weather_container {
	/* background-color: rgba(0, 0, 0, 0.5);
	display:none; */
}
.hide_from_phones {
	display:none;
}

/* end phone nav update */


#main_content {
	/*background:#fff url(../images/template2012/nav_shadow.png) repeat-x;*/
	background:#fff;
    border-bottom: 1px solid #d8dde1;
	-moz-box-shadow:    inset 0px 4px 3px 0px #aaaaaa;
    -webkit-box-shadow: inset 0px 4px 3px 0px #aaaaaa;
    box-shadow: inset 0px 4px 3px 0px #aaaaaa;

}
.box_shadow_off
{
	-moz-box-shadow:    none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.ie7 #main_content {
	background:#fff;
}
.content_left_column {
	min-height:100px;
	/*background: transparent url(../images/template2012/nav_shadow.png) repeat-x;*/
	margin:0;
	padding: 0px 0px 20px 0px;
	padding-left: 3.554502369668246445497630331754%;
	padding-right: 3.554502369668246445497630331754%;
}
.content_right_column {
	background: transparent url(../images/design/right_background.png) repeat-y;
	min-height:150px;
	padding-bottom:20px;
	padding-left: 3.554502369668246445497630331754%;
	padding-right: 3.554502369668246445497630331754%;
	border-top: 5px solid #ded5c1;
}
.content_right_column h5
{
	font-family: 'Arial Narrow', 'Helvetica Narrow', Arial, Helvetica, sans-serif;
	font-stretch: normal;
	font-weight:normal;
	font-size:20px;
	color: #494439;
	border-bottom: 5px #d0cbc2 solid;
	margin: 10px 0px 10px 0px;
	transition: all 750ms ease-out;
}
.add_padding {
	padding: 0 5%;
}
.content_left_column .add_padding {
	padding:0 5% 0 1%;
}
footer {

    background: #325871 url(../images/design/footer_background.png) 50% 0% no-repeat;
	color:#f4eddb;
	text-align:center;
	padding-top:40px;
	line-height:2.5;
	/*-webkit-box-shadow: inset 0px 2px 10px #111;
	border-top: 4px solid #444444;*/
}
.footer-image-left
{
	float: left;
	width: 20.537124802527646129541864139021%;
}
.footer-image-left img
{
	width: 69.230769230769230769230769230769%;
	padding-left: 15.384615384615384615384615384615%;
    padding-right: 15.384615384615384615384615384615%;
}
#google_translate_element {
	line-height:normal;
}
footer a, footer a:hover, footer a:visited {
	padding:0 1%;
	color:#fff;
}
footer div {
	/*padding-bottom:0.8em;*/
}
.footer_links
{
	 padding-bottom:0.8em;
}
#background_decorative {
	display:none;
}

/* ***** Content ***** */

h1 { /*Large and orange - First main content heading of page */
	font-family: 'Arial Narrow', 'Helvetica Narrow', Arial, Helvetica, sans-serif;
	font-stretch: condensed;
	font-weight:normal;
	color:#c60;
	font-size:2em;
	/*
	margin-left:-40px;
	padding-left:40px;
	*/
}
h1 img
{
	margin: 0px 10px 10px 0px;
}
h2 { /*Large and dark grey - main content subsection */
	font-family: 'Arial Narrow', 'Helvetica Narrow', Arial, Helvetica, sans-serif;
	font-stretch: condensed;
	font-weight:normal;
	color:#666;
	font-size:1.8em;
}
.add-top-margin
{
	margin-top: 20px;
}
h2.add_top_margin
{
	margin-top: 50px;
}
h2 img
{
	margin-right: 10px;
}
h3 { /*Color closer to black - bold */
	font-family: 'Arial Narrow', 'Helvetica Narrow', Arial, Helvetica, sans-serif;
	font-stretch: condensed;
	font-weight:bold;
	color:#333;
	font-size:1.4em;
	/*border-bottom:2px solid #bcbcbc;*/
}
h4 { /*Dotted underline - bold */
	font-family: 'Arial Narrow', 'Helvetica Narrow', Arial, Helvetica, sans-serif;
	font-stretch: condensed;
	font-weight:bold;
	color:#333;
	font-size:1.4em;
	border-bottom:2px dotted #cccccc;
}

h6 { /*Bold title - no margins/padding */
	font-family: 'Arial Narrow', 'Helvetica Narrow', Arial, Helvetica, sans-serif;
	font-stretch: condensed;
	font-weight:bold;
	color:#333;
	font-size:1.2em;
	padding: 0;
	margin: 0;
}
.no-border
{
	border: none;
}
.no-bottom-margin
{
	margin-bottom: 0;
}
.no-top-margin
{
	margin-top: 0;
}
.greyed-out
{
	color: #999;
}
.orange
{
	color:#c60;
}
.byline
{
	font-style: italic;
	color: #888888;
	font-weight: normal;
}
span.subtitle
{
	font-style: normal;
	font-weight: normal;
	font-size: 1rem;
	font-size: 0.6em\9; /* IE8 and below */
	color:#222;
	position:relative;
	top: -0.5rem;
}
h1 span.byline
{
	font-size: 0.6em;
}
h3 span.byline
{
	font-size: 0.8em;
}

.intro
{
	font-size: 1.2em;
}
.tab-header
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #aaaaaa;
	background-color: #F1EDE4;
	padding: 15px 3% 15px 3%;
	margin-top: 40px;
	margin-bottom: 40px;
	-moz-box-shadow:    0px 0px 2px 0px #aaaaaa;
  	-webkit-box-shadow: 0px 0px 2px 0px #aaaaaa;
  	box-shadow:         0px 0px 2px 0px #aaaaaa;
}
.tab-header h1
{
	margin-top: 0;
}

.add_icon_blue_arrow_right {
	background:transparent url(../images/template2012/icon_blue_arrow_right.png) no-repeat top left;
	margin-left:-40px;
	padding-left:40px;
}
.add_icon_blue_star {
	background:transparent url(../images/template2012/icon_blue_star.png) no-repeat top left;
	margin-left:-40px;
	padding-left:40px;
}

.add_icon_brown_road, .add_icon_brown_arrow_right, .add_icon_brown_arrow_up, .add_icon_brown_i, .add_icon_brown_links, .add_icon_brown_rss, .add_icon_black_asterisk {
	background-repeat:no-repeat;
	background-position:8px 50%;
	padding-left:38px;
	padding-right:38px;
}

.add_icon_brown_road {
	background-image:url(../images/template2012/icon_brown_road.png);
}
.add_icon_brown_arrow_right {
	background-image:url(../images/template2012/icon_brown_arrow_right.png);
}
.add_icon_brown_arrow_up {
	background-image:url(../images/template2012/icon_brown_arrow_up.png);
}
.add_icon_brown_i {
	background-image:url(../images/template2012/icon_brown_i.png);
}
.add_icon_brown_links {
	background-image:url(../images/template2012/icon_brown_links.png);
}
.add_icon_brown_rss {
	background-image:url(../images/template2012/icon_brown_rss.png);
}
.add_icon_black_asterisk {
	background-image:url(../images/template2012/icon_black_asterisk.png);
}

/* brown border, header has brown bg */
.container_style_1 {
	border:1px solid #494439;
	background:#fff;
}
.container_style_1 h5 {
	margin:0 0 .8em 0;
}

/* gray border, header has light gray bg */
.container_style_2 {
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:2px solid #ccc;
}
.container_style_2 h4 {
	background-color:#eee;
	border-bottom:2px solid #ccc;
	text-align:center;
	padding:.2em 0;
	margin-top:0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}

/* gray border, header has yellow bg and gray bottom border */
.container_style_3 {
	border:1px solid #cccccc;
	background-color:#fff;
}
.container_style_3 h5 {
	color:#000;
	background-color:#ffe189;
	border-bottom:1px solid #999999;
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
}

/* gray bg */
.container_style_4 {
	background:#e0e0e0;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.container_style_4 h4 {
	text-align:center;
	padding:4px 0;
}

/* gray border, white padding, header has brown bg, content has gray bg, triangle */
.container_style_5 {
	border:1px solid #cccccc;
	padding:4px;
	background-color:#fff;
}
.container_style_5 h5 {
	margin:0;
}
.container_style_5 .style_5_content {
	background-color:#dedede;
	padding:1px;
	margin-top:4px;
	position:relative;
}
.container_style_5 .style_5_triangle {
	width:29px;
	height:19px;
	background:transparent url(../images/template2012/container_style_5_triangle.png) no-repeat;
	position:absolute;
	top:-4px;
	right:15%;
}
.ie7 .style_5_content {
	min-width:1px; /* fix for IE7 layout bug */
}

.add_orange_line  h5 {
	border-bottom: 4px solid #fbad23;
}

.half_width_column {
	width: 40%;
	float: left;
	padding:0 5% 0 5%;
}
.half_width_column li {
	padding-bottom: 1em;
}

.container_style_1 li a, .container_style_3 li a, .container_style_5 li a {
	display:block;
}


#skip_to_content a, #skip_to_content a:hover, #skip_to_content a:visited {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
#skip_to_content a:active, #skip_to_content a:focus {
	top:0px;
	width:auto;
	height:auto;
	color:#00f;
	background:#fff;
	padding:1px 2px;
}


.xyz #main div.testclass {
	background:#0f0;
}

.test_for_ie span {
	background-color:#f00;
}

.ie7 .test_for_ie .test_ie7 {
	background-color:#0f0;
}
.ie8 .test_for_ie .test_ie8 {
	background-color:#0f0;
}
.ie9 .test_for_ie .test_ie9 {
	background-color:#0f0;
}
.ie10 .test_for_ie .test_ie10 {
}
.test_width {
	margin-bottom:1em;
}
.test_width span {
	background:#f00;
}

ul.council-member-list
{
	margin-top:20px;
	margin-bottom: 20px;
}

ul.council-member-list li
{
	background: none;
	padding: 30px;
	margin: 0;
}

ul.council-member-list img
{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	display: block;
	width: 100px;
}
.council-member-list-bio
{
	display:block;
	width: auto;
}
ul.alternate-bgcolor li:nth-child(odd)
{
	background-color: #e9f1f6;
}
ul.alternate-bgcolor li:nth-child(even)
{
	background-color: #fff;
}
div.alternate-bgcolor div:nth-child(odd)
{
	background-color: #e9f1f6;
}
div.alternate-bgcolor div:nth-child(even)
{
	background-color: #fff;
}
table.alternate-bgcolor tr:nth-child(odd)
{
	background-color: #e9f1f6;
}
table.alternate-bgcolor tr:nth-child(even)
{
	background-color: #fff;
}
div.committee-lists div
{
	padding: 15px;
}
div.committee-lists h4
{
	margin-top: 0px;
}
ul.anchor-list li
{
	background-image: url(../images/design/list_item_triangle_down.png);
}
table
{
	border: 1px solid #ccc;
	-moz-box-shadow:    0px 0px 2px 0px #aaaaaa;
  	-webkit-box-shadow: 0px 0px 2px 0px #aaaaaa;
  	box-shadow:         0px 0px 2px 0px #aaaaaa;
}
table th
{
	background-color: #e9f1f6;
	padding: 8px;
	font-size: 1.2em;
	border-right: 1px solid #ccc;
}
table td
{
	padding: 15px;
	border-bottom: 1px dotted #ccc;
	border-right: 1px solid #ccc;
}

.half-width-list li
{
	background:none;
	/*padding:0;
	margin:0;*/

}
.half-width-list ul > li
{
	padding: 0;
	margin: 0;
	background-color: transparent !important;
}
.contacts-table
{
	width: 100%;
}
.contacts-table td
{
	border-right: 0px;
}
.contacts-table ul
{
		min-height: 99px;
}
.contacts-table li
{
	margin-left: 0px;
}
table.alternate-bgcolor tr:nth-child(odd)
{
	background-color: #e9f1f6;
}
table.alternate-bgcolor tr:nth-child(even)
{
	background-color: #fff;
}
table.two-columns td
{
	width: 50%;
}

table.toc
{
	width: 100%;
}
table.toc tr:nth-child(2) td
{
	padding-top: 15px;
}
table.toc tr:last-child td
{
	padding-bottom: 15px;
}
table.toc td
{
	border: none;
	padding-bottom: 2px;
	padding-top: 2px;
}
table.toc td:first-child
{
	font-weight: bold;
	width: 80%;
}
table.toc td:last-child
{
	width: 20%;
}
table.toc div
{
	float:left;
	background: white;
	padding-right: 5px;
}
table.toc div.ch
{
	padding-left:15px;
}
table.toc div.sub-ch
{
	padding-left:30px;
}
table.toc span.leader
{
	display:block;
	border-top: 1px dotted #333;
	margin-top: .9em;
}

.event
{
	background-color: #e9f1f6;
	padding-left: 50px;
	padding-right: 15px;
	padding-top: 1px;
	padding-bottom: 10px;
	margin-left: 2.325581395348837209302325581395%;
	margin-bottom: 10px;
	position: relative;
	min-height: 90px;
  	border: 1px solid #c5dae7;
	-moz-box-shadow: 0px 0px 2px 0px #aaaaaa;
	-webkit-box-shadow: 0px 0px 2px 0px #aaaaaa;
	box-shadow: 0px 0px 2px 0px #aaaaaa;
}

.event .address
{
	font-style: italic;
	color: #888888;
	font-weight: normal;
	font-size: 0.8em;
}
.event .meeting-materials
{
	margin-left: 1.785714285714285714285714285714% ;
}
ul.date-list
{
	/*list with date as list-style
	shifts first div over to bullet position */
}
ul.date-list > li
{
	background-image: none;
	position: relative;
	margin-left: 100px;
}
ul.date-list > li > div:first-child
{
	color:#666;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	position: absolute;
	top:3px;
	left: -135px;
	text-align: right;
	width: 135px;
}
.calendar-date
{
	/*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 5px solid #39a9f9;*/

  	/*border: 0px;
	float: left;*/
	width: 55px;
	margin-right:2px;
	background: transparent;
	-moz-box-shadow:    1px 1px 2px 0px #aaaaaa;
  	-webkit-box-shadow: 1px 1px 2px 0px #aaaaaa;
  	box-shadow:         1px 1px 2px 0px #aaaaaa;
  	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: absolute;
	/* left:-3.325581395348837209302325581395%; */
	left: -15px;
	top:15px;
}
.calendar-date div:first-child /*Month*/
{
	background-color: #5d584d;
	font-weight: bold;
	font-size: 1em;
	color: white;
	text-transform: uppercase;
	text-align: center;
	padding: 2px;
	border: solid #5d584d;
	border: 0px 5px 0px 5px;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;

}
.calendar-date div:last-child /*Date*/
{
	background-color: #39a9f9;
	color: white;
	text-align: center;
	font-size: 1.6em;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	border: solid #39a9f9;
	border: 0px 5px 0px 5px;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;

}
.calendar-date div.multi-date
{
	font-size: 1.2em;
	padding-top: 6px;
	padding-bottom: 6px;
}
a.materials-list-expand
{
	text-decoration: none;
}
div.materials-list-expanded
{
	padding-top: 20px;
	background-image: url('/images/design/meeting_materials_triangle.png');
    background-position: 60px 5px;
    background-repeat: no-repeat;
}

.materials-triangle
{
	margin: 5px 0px 0px 70px;
	width: 0px;
	height: 0px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 15px solid #c5dae7;
}
div.materials-list-wrapper, .collapsed-div-content
{
	background-color: #c5dae7;
	position: relative;
	margin-top: 20px;
}
div.materials-list-wrapper:before, .collapsed-div-content:before
{
	position:absolute;
	content: "";
	bottom: 100%;
	left: 70px;
	width: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 15px solid #c5dae7;
}
.collapsed-div-content ul
{
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.materials-list
{
	margin-top: 0px;
	padding-left: 6.622516556291390728476821192053%;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.materials-list li
{
	margin: 0px;
}
.event-cancelled
{
	color: #999;
}
.red-text
{
	color: red !important;
}

a.more-link
{
	float:right;
	background-color: #39a9f9;
	color: white;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
	margin: 7px 0 0 0;
	padding: 3px;

}
div.blue-link-button
{
	width: auto;

}
div.blue-link-button a
{
	text-decoration: none;
	color: white;
	font-size: 1em;
	text-align: center;
	background-color: #189bf8;

	padding: 15px 30px 15px 30px;
	margin: 15px;

	display: block;
	-moz-box-shadow: 1px 1px 2px 0px #aaaaaa;
	-webkit-box-shadow: 1px 1px 2px 0px #aaaaaa;
	box-shadow: 1px 1px 2px 0px #aaaaaa;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}
/*
div.breeze-button
{
	width: 190px;
}
div.breeze-button img
{
	max-width: 100%;
}
*/
div.blue-link-button a:hover
{
	background: none;
	background-color: #39a9f9;
}
div.blue-link-button a:active
{
	background: none;
	background-color: #078ae7;
}
div.center-outer /*center variable width elements */
{
	position:relative;
	float:left;
	left:50%;
}
div.center-inner
{
	position:relative;
	float:left;
	left:-50%;
}
/*
.sliderContainer::-webkit-scrollbar
{
	height: 1em;
	width: 90%;
}
.sliderContainer::-webkit-scrollbar-thumb {
	background-color: #999;
	border-radius: 10px;

}

.sliderContainer::-webkit-scrollbar-thumb:hover
{


}
.sliderContainer::-webkit-scrollbar-track
{
	background: #e9f1f6;
	border-radius: 10px;
	transition: all 2s;

}
.sliderContainer::-webkit-scrollbar-track:hover
{
	background: #ccc;

}
.sliderContainer::-webkit-scrollbar-button
{

}
*/
.sliderContainer
{
	padding-bottom: 20px;

}

figure.quote
{
	border: 1px solid #c5dae7;
	background-color: #e9f1f6;
	margin: 1em 3.157894736842105263157894736842%;
	-moz-box-shadow: 0px 0px 2px 0px #aaaaaa;
	-webkit-box-shadow: 0px 0px 2px 0px #aaaaaa;
	box-shadow: 0px 0px 2px 0px #aaaaaa;
}
figure.quote blockquote
{
	border-left: 10px solid #39a9f9;
	margin:1px;
	padding: 20px;
}
figure.quote blockquote:before
{
	color:#aaaaaa;
	content:open-quote;
	font-size:4em;
	line-height:.1em;
	margin-right:.25em;
	vertical-align:-.4em;
}
figure.quote blockquote:after
{
	content:close-quote;
	/*text-indent: -9999px;*/
	font-size:4em;
	line-height:.1em;
	margin-right:.25em;
	vertical-align:-.5em;
	color:#aaaaaa;
}
figure.quote figcaption
{
	font-style: italic;
	padding: 1em;
	text-align: right;
	border-top: 1px solid #c5dae7;
	background-color: #dde9f1;
}

table.licenses-by-county
{
	width: 100%;
}

table.licenses-by-county td
{
	padding: 5px;
}
table.licenses-by-county th:nth-child(2)
{
	width: 40%;
}

/* A to Z Index styles */
.index-menu /* Full Alphabet picker - hidden until 768.css */
{
  padding: 0px 1% 0px 1%;
  height: 50px;
  line-height: 50px;
  margin: 0;
  display: none;
}
.index-menu:after
{
  content: "";
  clear: both;
  display: block;
}
.index-menu li
{
  float: left;
  list-style: none;
  text-align: center;
  background: none;
  margin: 0;
  padding: 0;
  width: 3.8461538461538461538461538461538%;
}
.index-menu a
{
  text-decoration: none;
  font-size: 22px;
  font-family: Arial;
  color: #999;
  display: block;
  transition: all linear 150ms;
  outline: 0;
}
.index-menu a:hover
{
  color: #333;
  font-size: 44px;
}

ul.index-menu-mobile /* Mobile index menu - displayed until 768.css */
{

}
ul.index-menu-mobile li
{
	float: left;
	margin: 0 3px 0px 0px;
	padding:0;
	background: none;
}
ul.index-menu-mobile a
{
	background-color: #c60;
	text-decoration: none;
	color: white;
	font-size: 1.2em;
	padding: 5px 10px 5px 10px;
	-moz-box-shadow: 0px 0px 2px 0px #aaaaaa;
		-webkit-box-shadow: 0px 0px 2px 0px #aaaaaa;
		box-shadow: 0px 0px 2px 0px #aaaaaa;
}
ul.index-menu-mobile a.first-tab
{
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
}
ul.index-menu-mobile a.last-tab
{
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
}
ul.index-menu-mobile a:hover
{
	background-color: #39a9f9;
}

/* End A to Z Index styles */

img.error-header
{
	width: 63.157894736842105263157894736842%;
	margin-left: auto;
	margin-right: auto;
}
img.error-header-404
{
	width: 42.105263157894736842105263157895%;
	margin-left: auto;
	margin-right: auto;
}
div.image-link-blocks
{
    width: 78.947368421052631578947368421053%; /* 210px / 266px */
    margin-left: auto;
    margin-right: auto;
    display: none;
}
div.image-link-blocks a
{
    opacity: 0.9;
}
div.image-link-blocks a:hover
{
    opacity: 1;
}

div.image-link-blocks img
{
    width: 100%;
}

div.full-block
{
    margin-top: 10px;
}
div.half-blocks
{
    margin-top: 10px;
}
div.half-blocks:after, .materials-list-wrapper:after, .collapsed-div-content:after /* clearfix */
{
    clear:both;
    content: "";
    display: table;
}
div.half-block-left
{
    float:left;
    margin-right: 04.761904761904761904761904761905%; /* 10px / 210px */
    width: 47.619047619047619047619047619048%;  /* 100px / 210px */
}
div.half-block-right
{
    float:left;
    width: 47.619047619047619047619047619048%; /*   100px / 210px */
}
div.image-link-blocks div.add-top-margin
{
    margin-top: 40px;
}

/* Responsive Embedded Video http://avexdesigns.com/responsive-youtube-embed/ */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div.webcast-expanded
{
	padding-top: 20px;
	padding-right: 6.622516556291390728476821192053%;
}

/* Breeze Nav Bar */
div.breeze-nav-bar
{
	background-color: #189bf8;
	padding: 12px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;

}
div.float-right-buttons div.breeze-nav-bar
{
	max-width: 200px;
}

div.float-right-buttons ul.white
{
	margin-left: 0px;
	margin-top: 130px;
}
div.float-right-buttons ul.white>li
{
	margin-left: 10px;
}
ul.white a
{
	color:white;
}
ul.white>li
{
	background: transparent url(../images/design/list_item_triangle_white.png) no-repeat 0px 2px;
}
a.breeze-button
{
	/*position: absolute;
	float: left;*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #39a9f9;
	color: white;
	text-decoration: none;
	-moz-box-shadow: 0 0px 2px 1px rgba(0,0,0,0.5), inset 0 1px 0 #8bcdfb;
    -webkit-box-shadow: 0 0px 2px 1px rgba(0,0,0,0.5), inset 0 1px 0 #8bcdfb;
	box-shadow: 0 0px 2px 1px rgba(0,0,0,0.5), inset 0 1px 0px #8bcdfb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*width: 200px;*/
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	/*
	padding-left: 30px;
	padding-right: 30px;
	*/
	padding-left: 25%;
	padding-right: 25%;
	font-size: 17px;
	line-height: 26px;
	text-align: center;
}
.oldie a.breeze-button
{
	border-top: 2px solid #8bcdfb;
	border-right: 1px solid #0780d7;
	border-bottom: 2px solid #055995;
	border-left: 1px solid #0780d7;
}

a.breeze-button img
{
	max-width: 60%;
}
a.breeze-button:hover
{
	background-color: #5ab7fa;
}
a.breeze-button:active
{
	background-color: #078ae7;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 3px rgba(0,0,0,0.5);
}
/*
div.breeze-nav-bar ul
{
	padding: 0;
	margin: 0;
}
div.breeze-nav-bar li
{
	float: left;
	background-image: none;
	padding: 0px;
	margin: 0;
}
div.breeze-nav-bar a
{
	text-decoration: none;
	color: white;
}
div.breeze-nav-bar li.breeze-button
{
	background-color: #39a9f9;
	-moz-box-shadow: 0 0px 2px 0 rgba(0,0,0,0.5), inset 0 1px 0 #8bcdfb;
    -webkit-box-shadow: 0 0px 2px 0 rgba(0,0,0,0.5), inset 0 1px 0 #8bcdfb;
	box-shadow: 0 0px 2px 0 rgba(0,0,0,0.5), inset 0 1px 0 #8bcdfb;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
li.breeze-button a
{
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1.2em;

}*/
/*li.breeze-button img
{
	width: 96px;
}*/
a.back-to-top
{
	display: block;
	text-align: center;
	margin-top: 1em;
}
.mobile-nav-item
{
	height: 34px;
	width: 34px;
	cursor: pointer;
	padding: 0;
	margin: 5px 10px 5px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #FFFFFF;

}
.mobile-nav-item.active
{
	-moz-box-shadow:    0px 0px 10px 2px #ddd;
  	-webkit-box-shadow: 0px 0px 10px 2px #ddd;
  	box-shadow:         0px 0px 10px 2px #ddd;
}
#mobile-menu-toggle
{
	background: url('/images/design/phone_nav_menu.png') no-repeat center;
}
#mobile-apps-toggle
{
	background: url('/images/design/phone_nav_apps.png') no-repeat center;
}
#mobile-verify-link
{
	background: url('/images/design/phone_nav_verify.png') no-repeat center;
}
#mobile-search-toggle
{
	background: url('/images/design/phone_nav_search.png') no-repeat center;
}
#navigation.active
{
	height: 200px;
	margin-top: 2px;
}
#mobile-apps-menu
{
	background: transparent url(../images/design/right_background.png) repeat-y;
	-moz-box-shadow: inset 0px 4px 3px 0px #aaaaaa;
	-webkit-box-shadow: inset 0px 4px 3px 0px #aaaaaa;
	box-shadow: inset 0px 4px 3px 0px #aaaaaa;
	border-bottom: 5px solid #ded5c1;
	display: none;
}
#mobile-apps-menu-buttons
{
	width: 300px;
	margin-left: auto;
	margin-right: auto;

}
#mobile-apps-menu-buttons li
{
	background: none;
	float: left;
	text-align: center;
	width: 60px;
	padding: 20px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}
#mobile-apps-menu-buttons img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#mobile-apps-menu-buttons a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #494439;
	text-decoration: none;

}
.quick_buttons
{
	margin-top: 20px;
	margin-bottom: 10px;
}
.quick_buttons li
{
	position: relative;
	background: none;
	padding: 6px 0px 6px 0px;
	margin: 0px;
	border-bottom: 1px solid #dfdbd5;
	transition: all 750ms ease-out;
}

.quick_buttons li:hover
{
	border-bottom-color: #948b76;
}
.quick_buttons a
{
	display: table;
	width: 100%;
	color: #494439;
	text-decoration: none;
}
.quick_buttons img
{
	position: absolute;
	height: 40px;
	width: 40px;
}
.quick_buttons span{
	padding-left: 50px;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
	font-family: 'Arial Narrow', 'Helvetica Narrow', Arial, Helvetica, sans-serif;
	font-stretch: normal;
	font-weight:normal;
	font-size:16px;
}
@media (min-width: 1024px){
	.quick_buttons span{
		font-size: 17px;
	}
}
@media (min-width: 1280px){
	.quick_buttons span{
		font-size: 20px;
	}
}
.quick_links:hover > h5
{
	border-bottom-color: #948b76;
}
.quick_links li
{
	margin-left: 20px;
	padding-bottom: 12px;
}
.quick_links a
{
	text-decoration: none;
	color: #494439;
}
.quick_links a:hover
{
	text-decoration: underline;
	color: #229FF8;
}
.governor-execs-sidebar
{

	width: 80.827067669172932330827067669173%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.governor-execs-sidebar a{
	position: absolute;
	width: 50%;
	height: 58.673469387755102040816326530612%;
	display: block;
	text-indent: -9999px;
}
#GovernorSidebar{
	width: 100%;
	height: 41.326530612244897959183673469388%;
	top: 0;
	left: 0;

}
#BCSHSidebar{
	bottom: 0;
	left: 0;
}
#DCADirectorSidebar
{
	bottom: 0;
	right: 0;
}
.featured-link
{
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 5%;
}
.featured-link figure
{
	border: 15px solid #c60;
	-moz-box-shadow: 5px 5px 2px 0px #aaaaaa;
	-webkit-box-shadow: 5px 5px 2px 0px #aaaaaa;
	box-shadow: 5px 5px 2px 0px #aaaaaa;
	position: relative;
	overflow: hidden;
	background-color: #111;
}
.featured-link figure:before
{
	content: "";
	display: block;
	padding-top: 56.25%;
}
.featured-link figure img
{
	width: auto;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
	-webkit-transition: all 500ms;
	transition: all 300ms;
}
.ie7 .featured-link figure img
{
	position: static;
}
.featured-link figure:hover img
{
	-webkit-transform: translate3d(0,0,0) scale(1.1);
	transform: translate3d(0,0,0) scale(1.1);
	opacity: 0.5;
}
.featured-link h4
{
	color: #666;
	font-size: 2em;
	margin: 5px 0px 10px 20px;
}
.featured-link h4:hover
{
	color: #39a9f9;
}
.featured-link figcaption
{
	height:0px;
	position:absolute;
	left: 10px;
	bottom: 0;
	color: #fff;
	font-size: 1.5em;
	line-height: 2em;
	font-weight: bold;
	transition: all 500ms;
	-webkit-transition: all 500ms;
}
span.icon-link
{
	background-image: url('/images/design/link_icon.png');
	margin-left: 5px;
	height: 15px;
	width: 15px;
	display: inline-block;
}
span.icon-link:before
{
	content:"";
}
.featured-link figure:hover figcaption
{
	height: 2em;
}
.featured-link a
{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
dl.q-and-a /* question and answer definition list */
{

}
dl.q-and-a dt
{
	font-family: 'Arial Narrow', 'Helvetica Narrow', Arial, Helvetica, sans-serif;
	margin-left: 60px;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom:2px dotted #cccccc;
}
dl.q-and-a dt:before
{
	content:"Q:";
	text-indent: -30px;
	position:absolute;
	color: #999;
	font-size: 18px;
	font-weight: bold;
}
dl.q-and-a dd
{
	margin: 5px 0px 20px 60px;
}
dl.q-and-a dd:before
{
	content:"A:";
	text-indent: -30px;
	position:absolute;
	font-family: 'Arial Narrow', 'Helvetica Narrow', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999;
	font-size: 18px;
}


/*license-lookup */
.radio-list > li
{
	background: none;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
.radio-list input[type=radio], .radio-list input[type=checkbox]
{
	display: none;
}
.checkbox-label
{
	cursor: pointer;
	position: absolute;
	top: 10px;
	left: 20px;
	width: 20px;
	height: 20px;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);

	background: -webkit-linear-gradient(top, #ccc 0%, #eee 100%);
	background: -moz-linear-gradient(top, #ccc 0%, #eee 100%);
	background: -o-linear-gradient(top, #ccc 0%, #eee 100%);
	background: -ms-linear-gradient(top, #ccc 0%, #eee 100%);
	background: linear-gradient(top, #ccc 0%, #eee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#eee',GradientType=0 );


}
.checkbox-label:after
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #5d584d; /* #222; */
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* Hover Effect - show checkmark at 60% opacity
.checkbox-container:hover > .checkbox-label:after
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
}
*/
.radio-list input[type=radio]:checked + .checkbox-label:after, .radio-list input[type=checkbox]:checked + .checkbox-label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	/*border-color:#fcfff4;*/
}
.radio-list input[type=checkbox]:checked + .checkbox-label {
	background: #f7931e;
	filter: none;
}
.radio-list input[type=checkbox]:checked + .checkbox-label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	border-color: #fff;
	/*border-color:#fcfff4;*/
}
/*
.radio-list input[type=radio]:checked + .checkbox-label {
	background: -webkit-linear-gradient(top, #0676c6 0%, #189bf8 100%);
	background: -moz-linear-gradient(top, #0676c6 0%, #189bf8 100%);
	background: -o-linear-gradient(top, #0676c6 0%, #189bf8 100%);
	background: -ms-linear-gradient(top, #0676c6 0%, #189bf8 100%);
	background: linear-gradient(top, #0676c6 0%, #189bf8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0676c6', endColorstr='#189bf8',GradientType=0 );
}*/
.checkbox-text
{
	-moz-box-sizing: border-box;
   	box-sizing: border-box;
	padding: 10px 0px 10px 50px;

	display: inline-block;
	font-size: 1rem;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}
.search-type-list
{
	-moz-box-sizing: border-box;
   	box-sizing: border-box;
	margin: 0px;
	padding: 0px 50px 0px 50px;
	opacity: 0;
	height: 0;
	overflow: hidden;
	position: relative;
	background-color: #39a9f9;
	-webkit-transition: all 0.75s ease;
	-moz-transition: all 0.75s ease;
	-o-transition: all 0.75s ease;
	-ms-transition: all 0.75s ease;
	transition: all 0.75s ease;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}
.search-type-list li
{
	background: none;
	margin: 0;
	padding: 7px 0px 7px 16px;
}
.search-type-list a
{
	color: #fff;
}
.search-type-list li.note
{
	position: relative;
	top: -5px;
	left: -30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.search-type-list li.note a
{
	color: #551a8b;
}

.radio-list input[type=radio]:checked ~ .search-type-list
{
	opacity: 1;
	height: auto;
	padding: 7px 50px 7px 50px;
}
/*
.radio-list input[type=radio]:checked ~ .search-type-list.physician-search
{
	height:12.5rem;
	height: auto;
}
.radio-list input[type=radio]:checked ~ .search-type-list.other-search
{
	height:3rem;
}
*/
.radio-list input[type=radio]:checked ~ .checkbox-text
{
	background-color:#5d584d; /*#078ae7;*/
	width: 100%;
	color: #fff;
	border-bottom:1px solid #444; /*#0676c6; */
}
.ie7 .radio-list input[type=radio]:checked ~ .checkbox-text, .ie8 .radio-list input[type=radio]:checked ~ .checkbox-text
{
	background-color: transparent; /*#078ae7;*/
	border: none;
	color: black;
}
.ie9 .radio-list input[type=radio]
{
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 20px;
	outline: none;
}
.ie9 .radio-list .checkbox-label, .ie9 .subscriber-radio-list .subscriber-radio-label
{
	background: #ccc;
	filter: none;
}
.ie8 .radio-list .checkbox-label, .ie7 .radio-list .checkbox-label
{
	display: none;
}
.ie8 .radio-list input[type=checkbox], .ie7 .radio-list input[type=checkbox]
{
	display: block;
}
.ie8 .search-type-list, .ie7 .search-type-list
{
	height:auto;
	background:none;
}
.ie8 .search-type-list a, .ie7 .search-type-list a
{
	color: #1f70a7;
}
.radio-list .physician-extras
{
	color: #fff;
	line-height: 1rem;
}
/*
.radio-list input:not(:checked) ~ .checkbox-text
{
	color: #ccc;
}
*/
.subscriber-header
{
	margin-bottom: 0;
	position: relative;
}
.subscriber-header img
{
	position: absolute;
	left: 0;
	display: none;
}
.subscriber-header span.byline
{
	display: block;
}
.subscriber-radio-list
{
	margin-bottom: 15px;
}
.subscriber-radio-list li
{
	background: none;
	position: relative;
	width: 125px;
	margin: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.subscriber-radio-list input[type=radio]
{
	display: none;
}
.ie8 .subscriber-radio-list input[type=radio], .ie7 .subscriber-radio-list input[type=radio]
{
	display: block;
}
.subscriber-radio-label
{
	cursor: pointer;
	position: absolute;
	top: 10px;
	left: 20px;
	width: 20px;
	height: 20px;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);

	background: -webkit-linear-gradient(top, #ccc 0%, #eee 100%);
	background: -moz-linear-gradient(top, #ccc 0%, #eee 100%);
	background: -o-linear-gradient(top, #ccc 0%, #eee 100%);
	background: -ms-linear-gradient(top, #ccc 0%, #eee 100%);
	background: linear-gradient(top, #ccc 0%, #eee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#eee',GradientType=0 );


}
.subscriber-radio-label:after
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #fff;
	top: 5px;
	left: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none
}
.ie9 .subscriber-radio-label
{
	background: #ccc;
	filter: none;
}
.ie8 .subscriber-radio-label, .ie7 .subscriber-radio-label
{
	display: none;
}
.subscriber-radio-text
{
	-moz-box-sizing: border-box;
   	box-sizing: border-box;
	padding: 8px 10px 8px 50px;
	font-size: 1rem;
	display: inline-block;
	border-radius: 10px;
	border: 2px solid transparent;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*font-weight: bold;
	color: #aaa;*/
}
.subscriber-radio-list input[type=radio]:checked + .subscriber-radio-label {
	background: #f7931e;
	filter: none;
}
.subscriber-radio-list input[type=radio]:checked + .subscriber-radio-label + .subscriber-radio-text {
	color: #da7908;
	/*text-shadow: 1px 1px #da7908;
	font-weight: bold;
	border: 2px solid #f7931e;*/
}
.subscriber-radio-list input[type=radio]:checked + .subscriber-radio-label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.subscriber-email
{
	box-sizing: border-box;
	padding: 0px;
	margin: 50px 0px 30px 10px;

	position:relative;
}
.subscriber-email input[type=email]
{

	box-sizing: border-box;
	/*
	height: 49px;
	*/
	width: 100%;
	/*min-width: 180px;*/
	padding: 10px;
	padding-right: 43px;
	font-size: 1.5rem;
	background: #e0e0e0;
	border: none;
	border-bottom: 1px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);

	outline-color: #f7931e;
	/*


	-webkit-box-shadow: 2px 2px 1px 1px rgba(57,169,249,0.5);
	-moz-box-shadow: 2px 2px 1px 1px rgba(57,169,249,0.5);
	box-shadow: 2px 2px 1px 1px rgba(57,169,249,0.5);
	*/
}
.subscriber-email input[type=email]:focus
{
	background: #f0f0f0;
}
.subscriber-email input[type=email]:focus + label
{
	color: #f7931e;
}
/*
.subscriber-email label
{
	font-size: 1.5rem;
	color: #aaa;
	position:absolute;
	left: 0;
	top: 8px;
}
*/

.subscriber-email .blue-link-button
{
	box-sizing: border-box;
	display: inline-block;

	text-decoration: none;
	color: white;
	font-size: 1rem;
	text-align: center;
	background-color: #189bf8;
	width: 140px;
	padding: 11px;
	margin-top: 5px;
/*
	-moz-box-shadow: 1px 1px 2px 0px #aaaaaa;
	-webkit-box-shadow: 1px 1px 2px 0px #aaaaaa;
	box-shadow: 1px 1px 2px 0px #aaaaaa;
*/
	border: 1px solid transparent;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.3);
	-moz-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.3);
	box-shadow: inset 0px 1px 1px rgba(255,255,255,0.3);

	outline: none;

}
.subscriber-email .blue-link-button:hover
{
	background-color: #39a9f9;
}
.subscriber-email .blue-link-button:active
{
	background-color: #189bf8;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

}
.subscriber-email h6
{
	position:absolute;
	top: -1.3em;
	margin-left: 5px;
	font-variant: small-caps;
	color: #444;
}
.subscriber-email .checkmark
{
	position: absolute;
	right: 15px;
	top: 18px;
	display: none;
	height: 14px;
	width: 14px;
	background-image: url('/images/design/checkmark-small.gif');
}
.subscriber-email .red-x
{
	position: absolute;
	right: 18px;
	top: 18px;
	display: none;
	height: 14px;
	width: 14px;
	background-image: url('/images/design/red-x-small.gif');
}
.subscriber-instructions
{
	border-bottom: dashed 2px #c60;
	padding: 10px 0px 15px 0px;
}
#SubscribeTopics
{
	position: relative;
	display: inline-block;
	color: #444;

}
span.error-message
{
	position: absolute;
	display: none;
	width: 150px;
	z-index: 5;
	font-size: 0.9rem;
	font-weight: normal;
	font-stretch: condensed;
	font-variant: normal;
	color: #111;
}
.subscriber-email span.error-message
{
	right: 0px;
	top: 60px;
}
#SubscribeTopics span.error-message
{
	right: -180px;
	top: -6px;
}
label.error-message-type
{
	background-color: #f73a43;
	display: block;
	cursor: default;
	color: #fff;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.1rem;
	padding: 5px 10px 5px 10px;
	border: 1px solid #f73a43;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-box-shadow:    1px 1px 5px 1px #999;
  	-webkit-box-shadow: 1px 1px 5px 1px #999;
  	box-shadow:         1px 1px 5px 1px #999;
}
label.error-message-type:before
{
	position:absolute;
	content: "";
}
.subscriber-email label.error-message-type:before
{
	bottom: 99%;
	right: 10px;
	width: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 20px solid #f73a43;
}
#SubscribeTopics label.error-message-type:before
{
	right: 99%;
	top: 3px;
	width: 0;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-right: 20px solid #f73a43;
}
label.error-message-text
{
	background-color: #fedddf;
	padding: 10px 20px 10px 20px;
	display: block;
	cursor: default;
	border: 1px solid #fff;
	border-top: none;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-box-shadow:    1px 1px 5px 1px #999;
  	-webkit-box-shadow: 1px 1px 5px 1px #999;
  	box-shadow:         1px 1px 5px 1px #999;
}
small.subscriber-note
{

	font-size: 0.7rem;
	display: block;
	color: #777;
}

.floating-image
{
	float: right;
	display: inline;
	width: 20.930232558139534883720930232558%;
	margin-left: 2.325581395348837209302325581395%;
	border: 5px solid #c5dae7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5); /*dim the background*/
}

#ModalMessage {
    z-index: 11;
    position: absolute;
    background-color: white;
    padding: 20px 5% 20px 5%;
    width: 80%;
    margin-left: 5%;
    margin-right: auto;
    border: 5px solid #f81;
    border-radius: 5px;
}

.close-modal {
    height: 26px;
    width: 26px;
    background-image: url('/images/design/close-modal.png');
    text-indent: -9999px;
    position: absolute;
    top: -10px;
    right: -10px;
}
