/*
 ----------------------------- 
 PVII Layout Builder Magic
 by Project Seven Development
 www.projectseven.com
 Custom Styles
 -----------------------------
*/

/*
***************************************************
Font Families: You may edit the font-family values,
BUT DO NOT REMOVE OR RENAME THE 4 RULES BELOW
***************************************************
*/
.lbm-stack-sans {font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;}
.lbm-stack-serif {font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;}
.lbm-stack-thin {font-family: Lato, Optima, sans-serif; font-weight: 300;}
.lbm-stack-fancy {font-family: Federo, Optima, sans-serif;}


h1, h2, h3, h4, h5 {
	font-weight: normal;
}
h1 {
	font-size: 200%;
	color: #6F4E24;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	font-size: 150%;
	color: #A9765D;
	text-align: center;
	text-transform: uppercase;
}
h3 {
	font-size: 105%;
	color: #A9765D;
	text-align: left;
	text-transform: uppercase;
	background-color: #E7E5E4;
	padding: 3px;
}
h4 {font-size: 105%; color: #A9765D; text-transform: uppercase;}
h5 {font-size: 100%;}

.quotes em {
	font-weight:bold;
}
.abstract {
	border-radius: 5px;
	border: 1px solid #222;
	background-color: #D0CFD1;
	padding: 3px;
}

.scalable-rounded {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 7px;
}
.scalable-fancy {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 7px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.65);
}

.bigg {
	font-size: 180%;
}
.bigg strong {
	font-weight: 400;
}

/*
Link Styles
Assign one of the following classes to
Text Links on your page
*/
.text-link-light {
	color: #EEE;
	border-bottom: 1px dotted;
}
.text-link-dark {
	color: #000;
	border-bottom: 1px dotted;
}
.text-link-dark:hover, .text-link-light:hover {
	border-bottom: 1px solid;
}
.text-link-dark, .text-link-light {
	text-decoration: none;
}

/* my overrides */

.scroll {
	position: relative; 
	
	overflow: hidden; 
	
}
.scroll iframe, .scroll object, .scroll embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}

img.scalable-centered {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	vertical-align: bottom; 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
}
img.scalable-middle {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	display:inline-block;
	vertical-align: middle; !important;
	
}

/*Media Queries*/

@media only screen and (min-width: 767px) and (max-width: 1100px) {
body {font-size: 85%;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

body {font-size: 80%;}
}

@media only screen and (min-width: 0px) and (max-width: 480px) {

body {font-size: 80%;}
}

/* mine */
p, ul, li {
	line-height:1.5;
}

.no-top-margin {
	margin-top: 0;
}
.dropcap {
	float: left;
	font: 3em/0.9em Georgia, "Times New Roman", Times, serif;
	padding: 0.03em 0.1em 0 0;
	color: #6F4E24;
	
}
.title {
	color: #A9765D;
	margin: 0px;
	font-size: 1.1em;
}
.hotel {
	color: #A9765D;
	margin-top: 12px;
	font-size: 1em;
}
.red {
	color:#C00;
}
.frontheader {
	font-size: 125%;
	color: #D61A0C;
	margin: 0px;
	font-size: 1.1em;
	text-align:center; 
	text-transform:uppercase;
}
.intro {
	font-size: 125%;
	color: #000000;
	line-height:1.5;
}
.oneday {
	font-size: 1.1em;
	color: #004A90;
	font-weight:bold;
}
.blast {
	
	border-radius: 0px 0px 10px 10px;
	padding: 14px 18px;
	background: -webkit-linear-gradient(#FADBAA, #FC9);
	background: linear-gradient(#FADBAA, #FC9);
	background-color: #FADBAA;
	margin-bottom: 20px;
	
}
.blink_me {
	font-size: 125%;
	color: #D61A0C;
	margin: 0px;
	font-size: 1.1em;
	text-align:center; 
	text-transform:uppercase;
	
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.incorp {
	color: #004A90;
	margin-top: 12px;
	font-size: .85em;
}
.title-large {
	font-size: 1.2em;
	margin: 0px;
}
.ppim {
	color: #C28A45;
	font-size: 1.6em;
	line-height: 1.6em;
	margin: 0px;
	font-weight: normal;
	text-transform: uppercase;
}
.ppim-sub {
	font-size: 1.3em;
	color: #C28A45;
	margin: 0px;
	font-weight: 500;
}

.footerlogosdeckhead {
	background-color: #CCC;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin-top: 12px;
}

.address3style { display: none; }

.emailClass {
	display:none;
}
#program p{
	margin:0;
	
}
#program2 {
	font-size:.8em;
}
#advisory {
	font-size:.8em;
}
#program td, #program2 td {
	padding:3px;
	
}

  	
.confprogram {
	font-weight:bold;
	color:#900;
	font-style:italic;
}
.confdate {
	font-weight:bold;
	color:#FFF;
	font-size:1.3em;
}
.confpaper {
	font-weight:bold;
	color:#0D237D;
	font-size:1.2em;
}
.confauthor {
	font-weight:bold;
	font-style:italic;
}
/* unvisited link */
a:link {
	color: #0D237D;
}

/* visited link */
a:visited {
    color: #0D237D;
}

/* mouse over link */
a:hover {
	color: #5977EE;
}

/* selected link */
a:active {
    color: #0D237D;
}

#logo {
	box-shadow: 0px 0px 30px #000;

}
.fancy {
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
	margin-bottom: 24px;
	padding: 12px;
}
.fancy-box-lime {
	margin:auto;
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
	margin-bottom: 24px;
	padding: 12px;
	background-color: #B1FEBD;
}
.fancy-box-sand {
	margin: auto;
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
	margin-bottom: 24px;
	padding: 12px;
	background-color: #D8CAB8;
}
.fancy-box-grey {
	margin: auto;
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
	margin-bottom: 24px;
	padding: 12px;
	background-color: #E7E5E4;
}
.fancy-box-blue {
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
	margin-bottom: 24px;
	padding: 12px;
	background-color: #b1cafe;
}