/*
**1** Body styles
**2** multi styles
**3** footer styles
**4** main container styles
**5** main container styles
	**5.1** addtocalendar styles
	**5.2** countdown styles
**6** welcome styles
**7** live & replay styles
**8** web links style
**9** call to action style
**10** share this and comments style
**11**  Q&A + Chat Stuff
	**11.1**  question form
**12** mobile 
	**12.1** landscape 
	**12.2** portrait
	**12.3** tiny



**1** body styles */
/************************************************************************************************/
/************************************************************************************************/
body {
	background-size: cover;
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
}

body.pageDisplay {
  padding-top: 70px;
}


body.qaformIframe {
	background-color: #f8f7f3;
}
body.webcallIframe  {
	background-color: transparent;
}
iframe{
	width:100%;
	height:100%;
	border:none;
	display:block;
	margin: 0 auto;
}

ol, ul {
	list-style: none;
}


/* **2** multiple element styles */
/************************************************************************************************/
/************************************************************************************************/

.addtocalendar.cal-add,
.preeventinfo,
.liveconnect,
.replayconnect,
.comments,
.weblinks,
.chat-quest,
.calltoaction,
.sharethis
{
	display:none;
}
	
.pad_display {
	padding:20px;
}
.spacer {
	margin-top:20px;
}
.outline {
	border: 8px solid rgba(255, 255, 255, .35);
	-webkit-background-clip: padding-box; /* for Safari */
	background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

	
/* **3** footer */
/************************************************************************************************/

		
.cleanfooter {
	padding:20px;
	text-align: center;
	color:#808080;
	clear:both;
	background-color:#f0f4f7;
	font-family:'Lato';
	font-weight:400;
	width: 100%;
	bottom: 0px;
	margin-top: -56px;
	height:56px;
}

/* **4** main containers */
/************************************************************************************************/
/************************************************************************************************/	
.cleancontainer {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
		width:1165px;
		min-height:1px;
		overflow:auto;
		margin-bottom:150px;
}
.sidecolumn,
.maincolumn {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
		float:left;
}
.maincolumn {
	width: 880px;
}
.sidecolumn {
	width:285px;
}



/* **5** headline style */
/************************************************************************************************/
/************************************************************************************************/	



.headline h1 {
  line-height: 1;
	margin-top:25px;
  text-shadow: 2.264px 1.968px 5.04px rgba(51, 51, 51, 0.28);
}

h1.headlineText.size8 {
	font-size: 22px;
}
h1.headlineText.size9 {
	font-size:24px;
}
h1.headlineText.size10 {
	font-size: 26px;
}
h1.headlineText.size11 {
	font-size: 28px;
}
h1.headlineText.size12 {
	font-size: 30px;
}
h1.headlineText.size14 {
	font-size: 35px;
}
h1.headlineText.size16 {
	font-size: 40px;
}
h1.headlineText.size18 {
	font-size: 45px;
}
h1.headlineText.size20 {
	font-size: 52px;
}
h1.headlineText.size24 {
	font-size: 60px;
}

.headline  h4 {
  font-size: 21px;
  font-family: "Lato";
  color: rgb(255, 255, 255);
  line-height: 21px;
	margin-bottom:0px;
	font-weight:400;
	  letter-spacing:.04em;
}
.headline h4 br,
.headline h6 br {
	display:none;
}

.headline  .cleanelipse {
height:45px;
line-height:40px;
width:100%;
text-align:center;

}

.headline  .cleanelipse div {
	height:6px;
	width:6px;
	border-radius:3px;
	display:inline-block;
}
.headline  h5 {
  font-size: 16px;
  font-family: "Lato";
  font-weight: bold;
  line-height: 16px;
	text-transform: uppercase;
	margin-top:0px;
	padding-bottom:5px;
}

.headline  h6 {
  font-size: 14px;
	line-height: 20px;
  color: rgb(247, 247, 247);
  letter-spacing:.02em;
}
.headline .cal-add {
  font-size: 16px;
  font-family: "Lato";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.375;
	margin-top:20px;
}
.headlineImage {
	margin:0 auto;
    margin-top: -25px;
    margin-bottom: -10px;
	max-width:834px;
	max-height:104px;
	width:100%;
	height:100%;
	display:none;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
/* **5.1** addtocalendar style */
/************************************************************************************************/

.cal_item {
    display: none;
}
.addtocalendar {
  box-shadow: 0px 4px 7.52px 0.48px rgba(67, 79, 80, 0.35);
  border-radius: 5px;
  width: 224px;
  height: 42px;
	margin-top:25px;
	margin-bottom:10px;
}
.addtocalendar var {
    display: none;
}
.addtocalendar  .atcb-link {
  font-size: 16px;
	display:inline-block;
	height:100%;
	width:100%;
  font-family: "Lato";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 43px;
  text-align: center;
  letter-spacing:.02em;
}
.addtocalendar .atcb-link:active, 
.addtocalendar .atcb-link:focus, 
.addtocalendar .atcb-link:hover {
	text-decoration:none;
}

.addtocalendar .fa-calendar {
	font-size: 22px;
	margin-right: 10px;
}

.atcb-list {
	background: #fff;
	color: #000;
	width: 170px;
	border: 1px solid rgb(186,186,186);
	border-radius: 2px;
	box-shadow: 0 0 5px #AAA;
}


.atcb-item {
	line-height: 1.3em;
	vertical-align: middle;
	background: #fff;
	color: #000;
}

.atcb-item:hover {
	background: rgb(66,129,244);
}


.atcb-item-link {
	color: #000;
	font-family: "Verdana";
	font-size: 14px;
	text-decoration: none;
	outline: none;
	padding: 5px 15px;
	line-height: 1.3em;
	vertical-align: middle;
}

.atcb-item-link:hover,
.atcb-item-link:active,
.atcb-item-link:focus {
	color: #fff;
	text-decoration:none;
}

/* **5.2** countdown style */
/************************************************************************************************/

.countdownrow {
	width:425px;
	margin:0px auto;
	overflow:hidden;
}
.pageLoading .countDownInfo {
	display:none;
}
.countdownrow .countdivide {
	padding:0px;
	width: 25%;
	float: left;
	position: relative;
	min-height: 1px;
}

.countdownrow .countdownSpacer {
	width: 12.5%;
	min-height: 1px;
	float: left;
}
.countdownrow .countwrap{
	width:100px;
	height:100px;
	color:#333333; 
	border-radius:50px;
	background:#89d3db;
	margin: 0px auto;
	text-align: center;
	}
	
	
.countdownrow .countdigit {
  font-size: 50px;
  font-family: "Poppins";
  color: rgb(51, 51, 51);
	line-height:94px;
	font-weight:300;
}
.countdownrow .countunit {
  font-size: 13px;
  font-family: "Lato";
  color: rgb(51, 51, 51);
	margin-top: -50px;
}





/* **6** welcome style */
/************************************************************************************************/
/************************************************************************************************/

.welcome {
	background-color:#f8f7f3;
	overflow: auto;
}

.paragraph-container {
  font-size: 16px;
  font-family: "Lato";
  color: #808080;
  line-height: 1.313;
  text-align: left;
	padding-top:20px;
	overflow-y:auto;
	float:left;
	font-weight:400;
	letter-spacing:.02em;
	width:100%;
}
	
	
.welcome img.welcomepic {
	max-width:125px;
	max-height:200px;
	float:left;
	margin-right:30px;
	margin-top: -15px;
}

/* **7** live & replay connect style */
/************************************************************************************************/
/************************************************************************************************/
/* css to force aspect ratio, same as replay flyer */
.replayconnect {
	clear:both;
	margin:0 auto;
	margin-bottom:11px;
	background: #FFF none repeat scroll 0% 0%;
	text-align:center;
	position:relative;
	max-width:848px;
	width:100%;
}


.replayconnect.slides {
	padding: 0px
}

.replayconnect.slides:before{
	content:"";
	display:block;
	padding-top:62.15%;
}
	
.iframecontainer {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.noslides .iframecontainer {
	display:none;
}
.replayiframe {
	width: 1px;
	min-width: 100%;
	*width: 100%;
	height:100%;
}
.webcastoption {
	margin: 0 auto;
}

.replayconnect::after {
	clear:both;
	display:table;
	content:"";
}

.phoneReplayContainer .replayconnect {
	margin-top:35px;
}
.phoneReplay {
	display:none;
	position:absolute;
	height:35px;
	top:-35px;
	left:0px;
	right:0px;
	background-color:inherit;
	color:white;
	font-weight:bold;
	font-size:16px;
	}

.phoneReplay a {
	color:white;
	text-decoration:underline;
}

.phoneReplayContainer .phoneReplay {
	display:block;
}

.phoneReplayCenter {
	display:table;
	height:100%;
	text-align:center;
	width:100%;
}
.desktopPhoneReplay,
.isMobile .mobilePhoneReplay {
	display:table-cell;
	vertical-align: middle;
}

.isMobile .desktopPhoneReplay,
.mobilePhoneReplay {
	display:none;
}

/* **8** web links style */
/************************************************************************************************/
/************************************************************************************************/
.weblinks {
	background-color:#f8f7f3;
}

.weblinks h3 {
  font-size: 24px;
  font-family: "Lato";
  line-height: 1;
  text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight:400;
}

.weblinks h3 br{
		display:none;
	}

.weblinks a{
  font-size: 16px;
  font-family: "Lato";
  text-decoration: underline;
  line-height: 1.5;
  text-align: left;

}

/* **9** call to action style */
/************************************************************************************************/
/************************************************************************************************/

.calltoaction {
	background-color:#f8f7f3;
}	
.calltoaction.pad_display {
	padding-top:10px;
	padding-bottom:10px;
}


.calltoaction .call-action {
  font-size: 16px;
  font-family: "Lato";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 20px;
  border-radius: 5px;
	width:100%;
  box-shadow: 0px 4px 7.52px 0.48px rgba(67, 79, 80, 0.35);
  text-transform: uppercase;
  text-align: center;
	padding-top:10px;
	padding-bottom:10px;
	  letter-spacing:.01em;
}
.calltoaction a:hover,
.calltoaction a:active,
.calltoaction a:focus {
	text-decoration:none;	
}


.cta-stack {
	height: 20px;
	width: 20px;
	display: inline-block;
	position: relative;
	vertical-align: bottom;
	padding-left: 6px;
	box-sizing: content-box;
}

.cta-circle {
	background-color: rgb(255, 255, 255);
	height: 100%;
	width: 100%;
	display: inline-block;
	border-radius: 10px;
}
.calltoaction .fa-play {
	position: absolute;
	color: rgb(140, 185, 62);
	left: 14px;
	font-size: 8px;
	top: 6px;
}

/* **10** share this and comments style */
/************************************************************************************************/
/************************************************************************************************/
.sharethis {
	background-color:#f8f7f3;
}	

.comments {
	background-color:#f8f7f3;
}

.comments .commenttitle {
  font-size: 24px;
  font-family: "Lato";
  line-height: 1;
  text-align: left;
  height: 30px;
	width:100%;
	font-weight:400;
}
.comments .commentcontainer {
	max-height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
}


.sidecolumn  .comments {
}
.maincolumn  .comments {
}


/* **11**  Q&A + Chat Stuff */
/************************************************************************************************/
/************************************************************************************************/
.chat-quest {
	background-color:#f8f7f3;
	overflow:auto;
}	

.questselect,
.chatselect {
	float:left;
	width:50%;
  font-size: 24px;
  font-family: "Lato";
  text-align: center;
	line-height: 1;
	padding:10px;
	cursor:default;
	font-weight:400;
}	
	
.cqdisabled.themeTitle {
  background-color: rgb(225, 225, 225);
	color:#ababab;
  border-top:none;
	padding-top:18px;
	cursor:pointer;
	-webkit-box-shadow: inset 0.209px -2.993px 3.76px 0.24px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0.209px -2.993px 3.76px 0.24px rgba(0, 0, 0, 0.1);
}

.cqcontent {
	width:100%;
	overflow:hidden;
	height:445px;
	position: relative;
}

.cqframedisabled {
	margin-top:-4000px;
}

.qaformIframe .cqframedisabled {
	margin-top:0px;
}

iframe.chatiframe {
	position:absolute;
}
.chatselect.cqsingle,
.questselect.cqsingle {
	width:100%;
	text-align: left;
	padding-left: 20px;
	height:55px;
}

/* **11.1**  question form */
/************************************************************************************************/

.qacontainer {
	width:100%;
	height:100%;
	padding-top:20px;
	overflow: hidden;
	background-color:unset;
	position:absolute;
}


.qacontainer .form-control,
.question_grid .questionbtn
 {
	border-radius:10px;
	height:36px;
  font-size: 16px;
  font-family: "Lato";
  line-height: 1.2;
  color: #000;
}

.form-control:-moz-placeholder { color: #808080;}
.form-control::-moz-placeholder {   color: #808080;}

fieldset.form-group.QAquestion {
	height:200px;    
	padding-left: 15px;
  padding-right: 15px;
}
.qaformIframe  fieldset.form-group.QAquestion {
	height:115px;    
}
textarea#QAquestion{
	
  resize: none;
	height:100%;
}
div.messagereceived + textarea#QAquestion{
	height:80%;
}

.qacontainer button {
	width:100%;
}
.qacontainer label {
	display:none;
}
.qacontainer .messagefield {
	display:none;
}

.question_grid {
	width:100%;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom:10px;
}
.question_grid .questionbtn {
	margin-top:10px;
  border-width: 1px;
  border-style: solid;
	text-transform:uppercase;
  line-height: 16px;
}


/* **12** mobile */
/************************************************************************************************/
/************************************************************************************************/

/* **12.1** mobile landscape */
/************************************************************************************************/

@media (min-width: 913px) and (max-width: 1192px) {
	.sidecolumn,
	.cleancontainer	{
		width:880px;
	}
}
	
/* **12.2** mobile portrait */
/************************************************************************************************/
@media (max-width:912px){
		body.pageDisplay {
		padding-top:15px;
		
	}
	
	.container {
		padding:0px;
		
	}
	.sidecolumn,
	.maincolumn {
		width:100%;
		padding-left:7px;
		padding-right:7px;
	}
	.cleancontainer {
		padding-right:0px;
		padding-left:0px;
		width:100%;
	}

	.headline h1 {
		text-shadow: 2.264px 1.968px 5.04px rgba(51, 51, 51, 0.54);
	}
		h1.headlineText.size8 {
		font-size: 16px;
	}
	h1.headlineText.size9 {
		font-size:18px;
	}
	h1.headlineText.size10 {
		font-size: 20px;
	}
	h1.headlineText.size11 {
		font-size: 22px;
	}
	h1.headlineText.size12 {
		font-size: 24px;
	}
	h1.headlineText.size14 {
		font-size: 27px;
	}
	h1.headlineText.size16 {
		font-size: 30px;
	}
	h1.headlineText.size18 {
		font-size: 33px;
	}
	h1.headlineText.size20 {
		font-size: 36px;
	}
	h1.headlineText.size24 {
		font-size: 42px;
	}
	
	.headline  h4 {
		font-size: 18px;
	}
	.headline h4 br,
	.headline h6 br {
		display:block;
	}
	.headline  .cleanelipse{
		height:30px;
		line-height:25px;
	}
	.headline  h6 {
		font-size: 16px;
		margin-top:15px;
	}

	.headline .cal-add {
		font-size: 14px;
		margin-top:10px;
	}
	.headlineImage {
		max-width:275px;
		max-height:35px;
	}
	
	.pageDisplay .countdownrow {
		width:275px;
		margin:0px auto;
	}
	.pageDisplay .countdownrow .countwrap {
		width:60px;
		height:60px;
		border-radius:30px;
		margin: 0px auto;
		}

		.pageDisplay .countdownrow .countdigit {
		font-size: 30px;
		line-height:60px;
	}
		.pageDisplay .countdownrow .countunit {
		font-size: 10px;
		margin-top: -40px;
	}
	.addtocalendar {
		width:275px;
		margin-top: 0px;
		margin-bottom: 15px;
	}
	
	.addtocalendar .atcb-link {		
  font-size: 21px;
	}
		
	.phoneReplayContainer .replayconnect {
		margin-top:50px;
	}

	.phoneReplay {
		font-size:12px;
		height:50px;
	}
	
	.welcome img.welcomepic {
		margin: 0 auto;
    display: block;
    float: unset;
		margin-bottom:25px;
	}
	
	.welcome p { 
  font-size: 21px;
	}

	.weblinks h3 {
		font-size: 30px;
	}
	.weblinks h3 br{
		display:block;
	}
	
	.weblinks a{
		font-size: 21px;
	}
	
	.calltoaction .call-action {
		font-size: 21px;
	}	
	.cqcontent {
	height:360px;
	}
	
	.questselect,
	.chatselect {
		font-size: 30px;
	}
	fieldset.form-group.QAquestion{
		height:115px;    
	}
}
