html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	vertical-align: baseline;
}
/* =============================================================================
Modal Windows Styling
========================================================================== */

#modal .header {
	padding: 10px 15px 10px 15px;
	}

#modal .footer {
	border:none;
	padding: 10px 15px 10px 15px;
	}
	
#modal .Tip_one_info, #modal .Tip_two_info, #modal .Tip_three_info, #modal .Tip_four_info, #modal .Tip_five_info, #modal .Tip_six_info, #modal .Tip_seven_info, #modal .Tip_eight_info, #modal .Tip_nine_info, #modal .Tip_ten_info, #modal .Tip_eleven_info, .Tip_twelve_info, .Tip_thirteen_info, .Tip_fourteen_info, .Tip_fifteen_info, .Tip_sixteen_info, .Tip_seventeen_info, .Tip_eighteen_info, .Tip_nineteen_info, .Tip_twenty_info, .Tip_twentyone_info, .Tip_twentytwo_info, .Tip_twentythree_info, .Tip_twentyfour_info, .Tip_twentyfive_info, .Tip_twentysix_info, .Tip_twentyseven_info, .Tip_twentyeight_info{
	border-top: 2px solid rgba(67,113,177,1.00);
	border-bottom: 2px solid rgba(67,113,177,1.00);
	}

#modal .btn {
	float:right;
	margin-right:7px;
}

#modalOverlay {
	width:100%;
	height:100%;
    z-index:2; /* places the modal overlay between the main page and the modal dialog*/
    background-color:#000;
    opacity:0.5;
    position:fixed;
    top:0;
    left:0;
    display:none;
    margin:0;
    padding:0;
	}
			
#modal_outline {
	width:100%;
	height:300px;
	position: fixed;
	z-index:3; /* places the modal dialog on top of everything else */
	max-width:740px;
	min-width:320px;
	margin: auto;
	display:none;
	left:0;
	right:0;
	top:0;
	bottom:0;
	}

#modal {
	padding: 10px;
	margin:0 7%;
    border: thin #000 solid;
    background-color:#fff;
    z-index:3; /* places the modal dialog on top of everything else */
	display:none;
	box-shadow:0 3px 7px rgba(0,0,0,.25);
	box-sizing:border-box;
	border-radius:5px;
	}
			
	#modal h1 {
		text-align:center;
		font-size: 1.85em;
		line-height:1.22em;
		color: rgba(70,69,69,1.00);
		}
		
	#modal h2 {
		text-align:left;
		font-size:1.5em;
		line-height:1.1em;
		color:rgba(67,113,177,1.00);
		}
			
	#modal p {
	color:#000000;
	font-size: 0.92em;
	}

.screen-reader-offscreen {
	position:absolute;
	left:-999px;
	width:1px;
    height:1px;
    top:auto;
	}
			

 
 
 
