@charset "utf-8";
/* CSS Document */


body {
	font-family: 'PT Sans', Arial, serif;
	font-size: 18px;
	color: #000;
	line-height: 1.3em;
	padding: 0px;
	margin: 0;
}
p {
	margin: 0 0 1.3em
}

.orange {
	color:#e65800;
}

.teal {
	color:#1C6978;
}

.black  {
	color:#000;
}

a {
	transition: color 0.1s ease-out;
	-webkit-transition: color 0.1s ease-out;
	-moz-transition: color 0.1s ease-out;
	-o-transition: color 0.1s ease-out;
	color: #2A5DB0
}
a:hover, a:active, a:focus {
	outline: 0
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0
}
.red-bg {
	background-color: #1c6978;
}
.red {
	color: #1c6978;
}
.lead, h1, h2, .days p, .reg-bottom-copy, .question-ask, .reg-confirm, .quote p {
	font-family: 'PT Serif', Georgia, serif;
}
.form-top-header, .reg-confirm h3, .quote p span, .dialog h2 {
	font-family: 'PT Sans', Arial, sans-serif;
}
section.sub-header, section.content-bg {
	background: #eeeeee url('//d1v8wrjcw5hdn6.cloudfront.net/rab-webinar/main-bg.png') 0 0;
}
.overflow-H {
	overflow: hidden
}
/* HEADERS */

p.lead {
	position: relative;
	z-index: 1;
	font-style: italic;
	color: #fff;
	margin: 0
}
.lead span {
	background-color: #1c6978;
	display: inline-block;
	padding: 0 15px;
}
.lead:before {
	position: absolute;
	z-index: -1;
	content: "";
	border-top: 1px solid #000;
	height: 1px;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
h1 {
	color: #fff;
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 15px 0 0;
}
h1 span {
	font-size: 85%;
}

section.header h1 {
	font-family:"PT Sans", Arial, Helvetica, sans-serif;
}

section.header h2 {
	font-size: 25px;
	font-style: normal;
	padding:10px;
	font-weight:500;
	display:inline-block;
	font-family:"PT Sans", Arial, Helvetica, sans-serif;
	color:#1a3339 !important;
	margin-top:10px;
	background-color:rgba(255,255,255,0.8);
}

h2 {
	font-size: 32px;
	font-style: italic;
	font-weight: 700;
}
h2 span {
	display: block;
	color: #1c6978;
}
/* REG PAGE */

.mauticform-errormsg {
	margin-bottom: 10px;
	color: red;
}
.mauticform-message {
	margin-bottom: 10px;
	color: green;
}

.optin-top {
	background-color:#1a3339;
	color:#fff;
	padding:20px;
	background: #1a3339 url('//images.mauldineconomics.com/campaigns/riding-the-gray-tsunami/tsunami-test-small.jpg') 0 0;
	background-size:cover;
	text-align:center;
	margin-bottom:20px;
}

/* Add This */
div.addthis_inline_share_toolbox_78g4 {
	text-align:center;
}

.optin-top h2{ 
	margin:0 !important;
	color:#fff !important;	
}

.optin-top p{ 
	font-size:18px !important;
}

.opt-form-top {
	text-align: center;
	margin: 25px 0 0 60px;
}
.form-top-header {
	text-transform: uppercase;
	font-size: 26px;
	color: #1c6978;
	font-weight: 700;
	letter-spacing: -.02em;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,.15);
	margin: 0 0 20px;
}
.opt-form-top h3 {
	font-size: 22px;
	color: #1c6978;
	font-weight: 700;
	letter-spacing: -.02em;
	margin: 0 0 15px;
}
.date-form {
	font-size: 18px;
	letter-spacing: -.02em;
	font-weight: 600;
	line-height: 1.1em;
}
.date-form span {
	font-size: 16px;
	font-weight: 300;
	display: block;
}
.dates {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px
}
.dates.two:before {
	position: absolute;
	content: "";
	height: 300%;
	width: 1px;
	left: -5px;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0,0,0,.15);
}



.form_m-top {
	margin-top: 15px;
}
.bubble-wrap {
	position: absolute;
	content: "";
	z-index: 20;
	background: #1c6978;
	padding: 15px;
	color: #fff;
	bottom: -90px;
	left: -40px;
	width: 200px;
	font-size: 16px;
	line-height: 1.25em;
}
.bubble-wrap h3 {
	letter-spacing: -.02em;
	font-size: 22px;
	font-weight: 500
}
.bubble {
	position: relative
}
.bubble::after {
	width: 0;
	height: 0;
	border-top: 0px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid #1c6978;
	position: absolute;
	top: 5px;
	right: -35px;
	content: "";
}
.panel-row {
	position: relative;
	z-index: 1;
}
.panel-row:before {
	position: absolute;
	z-index: -1;
	content: "SPECIAL EXPERT PANEL";
	color: #eee;
	letter-spacing: -.02em;
	font-size: 40px;
	font-weight: 900;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	display: block;
}
.panel-editor {
	background-color: #bbe7ff;
	background: -webkit-linear-gradient(bottom, #eee, transparent 50% transparent);
	background: linear-gradient(to top, #eee, transparent 50%, transparent);
	text-align: center;
}
.panel-editor img {
	margin: 0 auto
}
.name {
	font-weight: 600;
	color: #1c6978;
	line-height: 1.3em;
	padding-top: 5px;
	border-top: 2px solid #ddd;
	text-align: center;
}
.title {
	font-size: 15px;
	line-height: 1.25em;
	text-align: center;
}
.day {
	font-weight: 600;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(0,0,0,.15);
	margin-bottom: 15px
}
.days h3 {
	font-weight: 900;
	color: #1c6978;
	margin-bottom: 5px
}
.days p {
	margin: 0
}
.days {
	padding-left: 50px
}
.reg-bottom-copy {
	font-size: 1.1em;
	padding: 0 0 0 40px;
	position: relative;
	line-height: 1.4em
}
/*.reg-bottom-copy:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 3px;
	left: 0px;
	top: 0%;
	background: #1c6978;
}*/

.reg-bottom-copy hr {
	margin:1em auto;
}

.reg-bottom-copy h2, .reg-bottom-copy h3 {
	margin: 20px 0 30px 0;
	font-style:normal;
	font-family:"PT Sans", Arial, Helvetica, sans-serif;
	color:#1C6978;
	text-align:center;
}

.reg-bottom-copy .patrick-top {
	margin:-50px auto 0 auto;
	display:block;
}

.reg-bottom-copy .patrick-top h1 {
	margin: 0 auto;
	padding:15px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
	font-style:normal;
	font-family:"PT Serif", Georgia, "Times New Roman", Times, serif;
	font-size:60px;
	color:#000;
	width:75%;
}

.reg-bottom-copy h1 span {
	margin: 0;
	font-style:normal;
	font-family:"PT Serif", Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#000;
	display:block;
	text-transform:none;
}
.reg-bottom-copy p {
	margin: 0 0 .9em
}
.reg-bottom-copy p:last-child {
	margin: 0
}

/* Opt in Bottom */
.optin-bottom {
	background-color:#1a3339;
	color:#fff;
	padding:20px;
	background: #1a3339 url('//images.mauldineconomics.com/campaigns/riding-the-gray-tsunami/tsunami-test-small.jpg') 0 -160px;
	background-size:cover;
	text-align:center;
	margin-bottom:20px;
}


.opt-form-bottom h3 {
	color: #1c6978;
	font-weight: 700;
}
.reg-question-bottom {
	padding: 0px 0 0 40px;
	position: relative;
	margin-top: 30px;
	line-height: 1.2em
}
.reg-question-bottom:before {
	position: absolute;
	content: "\f086";
	font-family: FontAwesome;
	font-size: 30px;
	left: 0px;
	top: 0%;
	color: #1c6978;
}

p.chart {
	text-align:center;
	margin:2em auto !important;	
}

p.chart .img-responsive{
	margin:auto;		
}

p.chart .caption {
	display:block;
	margin:0;
	text-align:center;
}


.reg-bottom-copy ul.fa-ul {
	margin:2em 2em 2em 3em;	
}
.reg-bottom-copy ul.fa-ul li {
	margin:1em;	
}

.reg-bottom-copy ul.fa-ul li i {
	color:#e65800;
	font-size:1.4em; 
}



.footer {
	color: rgba(0,0,0, .4);
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
}
.footer img {
	margin-bottom: 5px
}
.footer.oms-lp img {
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
.btn-lg {
	padding: 10px 20px;
	font-size: 20px;
	line-height: 1.3333333;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: 600;
}
.btn-primary, .btn-primary:visited, .btn-primary:active, .btn-primary:focus {
	background-color: #000;
	border-color: #000;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}
.btn-primary:hover, .btn-primary:disabled {
	background-color: #1c6978 !important;
	border-color: #1c6978 !important;
}
.btn-info, .btn-info:visited, .btn-info:active, .btn-info:focus {
	background: #1c6978;
	border-color: #1c6978;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}
.btn-info:hover {
	background: #e65800 !important;
	border-color: #e65800 !important;
	color: #fff !important;
}
.form-control {
	border-radius: 0
}
.form-control:focus {
	border-color: #1c6978;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}
.opt-form-top .form-control::-webkit-input-placeholder, .oms-lp-form .form-control::-webkit-input-placeholder { /* Chrome */
text-align:center;
}
.opt-form-top .form-control:-ms-input-placeholder, .oms-lp-form .form-control:-ms-input-placeholder { /* IE 10+ */
text-align:center;
}
.opt-form-top .form-control::-moz-placeholder, .oms-lp-form .form-control::-moz-placeholder { /* Firefox 19+ */
text-align:center;
}
.opt-form-top .form-control:-moz-placeholder, .oms-lp-form .form-control:-moz-placeholder { /* Firefox 4 - 18 */
text-align:center;
}
.reg-video-box-wrapper {
	position: relative
}
.audio-wrapper {
	position: absolute;
	content: "";
	z-index: 2;
	top: 50%;
	right: 30px;
	width: 45%;
	height: 40px;
	background: #000;
	transform: translateY(-50%);
}
.audio-holder {
	position: relative;
	background: #000
}
.audio-control {
	position: relative;
	display: block;
}
.audio-control .stop {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}
.audio-control .play {
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 991px) {
.form-top-header {
	font-size: 28px;
}
.opt-form-top h3 {
	font-size: 26px;
}
.panel-row {
	padding: 0 12% 45px;
}
.days {
	padding-left: 5%;
	padding-right: 5%;
}
.opt-form-bottom {
	margin: 35px 7% 0
}
h2 {
	font-size: 28px;
}
}

@media screen and (max-width: 767px) {
.form-top-header {
	font-size: 28px;
}
.opt-form-top h3 {
	font-size: 26px;
}
.panel-row {
	padding: 0 5px 45px;
}
.padd-Adjust {
	padding-left: 5px;
	padding-right: 5px
}
.days {
	padding-left: 5%;
	padding-right: 5%;
}
.opt-form-bottom {
	margin: 35px 7% 0
}
h2 {
	font-size: 28px;
}
.panel-row:before {
	font-size: 26px;
	top: -25px;
}
.bubble-wrap {
	bottom: -145px;
	left: 50%;
	width: 280px;
	font-size: 16px;
	line-height: 1.25em;
	transform: translateX(-50%);
}
.bubble:after {
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #1c6978;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}
.opt-form-top {
	margin: 25px 7% 90px;
}
.opt-form-top.post-event, .opt-form-top.no-question {
	margin: 25px 7% 0px;
}
}

@media screen and (min-width: 768px) {
.reg-video-box-wrapper {
	padding: 0 5% 0;
}
.opt-form-top {
	margin: 25px 7% 60px;
}
.bubble-wrap {
	bottom: -90px;
	left: 0;
	width: 230px;
	font-size: 16px;
	line-height: 1.25em;
}
.bubble-wrap h3 {
	font-size: 22px;
}
.padd-Adjust {
	padding-left: 15px;
	padding-right: 15px
}
.panel-row:before {
	font-size: 30px;
	top: -25px;
}
.reg-bottom-copy {
	padding: 0 40px 0 40px;
}
.opt-form-top.post-event, .opt-form-top.no-question {
	margin: 35px 7% 0px;
}
}

@media screen and (min-width: 992px) {
.reg-video-box-wrapper {
	padding: 0 10px 0 0;
}
.opt-form-top {
	margin: 15px 0 0 60px;
}
.bubble-wrap {
	bottom: -80px;
	left: -60px;
	width: 180px;
	font-size: 14px;
	line-height: 1.25em;
}
.bubble-wrap h3 {
	font-size: 20px;
}
.padd-Adjust {
	padding-left: 5px;
	padding-right: 5px
}
.panel-row:before {
	font-size: 30px;
	top: -25px;
}
.reg-bottom-copy {
	padding: 0 40px 0 40px;
}
.form-top-header {
	font-size: 24px
}
.row.post-event,  .row.no-question {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
}

@media screen and (min-width: 1200px) {
.form-top-header {
	font-size: 26px
}
.reg-video-box-wrapper {
	padding: 0 0px 0 0;
}
.opt-form-top {
	margin: 25px 0 0 60px;
}
.bubble-wrap {
	bottom: -110px;
	left: -40px;
	width: 200px;
	font-size: 16px;
	line-height: 1.25em;
}
.bubble-wrap h3 {
	font-size: 22px;
}
.padd-Adjust {
	padding-left: 15px;
	padding-right: 15px
}
.panel-row:before {
	font-size: 40px;
	top: -25px;
}
.reg-bottom-copy {
	padding: 0 0 0 40px;
}
}
/* OMS LP---------------------
 ---------------------------*/
/* OMS LP---------------------
 ---------------------------*/

.oms-lp-form {
	padding: 30px 5% 30px;
	background: rgba(0,0,0,.1)
}
.oms-lp-form p {
	font-size: 1.2em;
	line-height: 1.25em;
}
.oms-lp-form h2 {
	font-size: 26px
}
.reg-question-bottom.oms {
	margin: 30px 7% 0;
	font-size: 1.2em;
	line-height: 1.25em;
}
/* EVENT PAGE---------------------
 ---------------------------*/
.oms-lp-form {
	padding: 30px 10% 30px;
	background: rgba(0,0,0,.1)
}
.oms-lp-form p {
	font-size: 1.2em;
	line-height: 1.25em;
}
.reg-question-bottom.oms h2 {
	font-size: 26px
}
.reg-question-bottom.oms {
	margin: 30px 7% 0;
	font-size: 1.1em;
	line-height: 1.2em;
}
.padd-oms-r {
	padding-right: 0
}
.padd-oms-l {
	padding-left: 0
}
.event-me-logo {
	margin: 0 auto;
}
/* EVENT NAV---------------------
 ---------------------------*/
.d-wrap {
	background: #000;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	padding: 2px 6px;
	font-weight: 600;
}
.d-copy {
	font-size: 14px;
	line-height: 1.3em;
	color: #000;
}
.d-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	padding: 5px 0px 5px;
	color: #1c6978;
	margin-right:65px;	
}

div.headshot {
		position:absolute;
		width:75px;
		right:0px;
		bottom:0px;
}
	
	
section.form h3 {
	margin:20px auto;	
}
	
.event-content {
	background: #fff;
}
a.reg-event-days {
	display: block;
	padding: 15px 5px 15px 10px;
	position: relative
}
a.reg-event-days {
	border-bottom: 3px solid #fff;
}
a.reg-event-days:last-child {
	/*border-bottom:none;*/
}
.padding-event-nav {
	padding-right: 0;
}
.padding-event-content {
	padding-left: 0;
}
.event-content {
	padding: 30px;
}
a.reg-event-days:hover {
	text-decoration: none;
	background: #fff
}
a.reg-event-days:focus,  a.reg-event-days:active {
	text-decoration: none;
}
a.reg-event-days:focus .d-copy,  a.reg-event-days:active .d-copy {
	text-decoration: none;
}
a.reg-event-days:focus .d-title,  a.reg-event-days:active .d-title {
	text-decoration: none;
}
a.reg-event-days:hover .d-wrap {
	background: #1c6978;
}
a.reg-event-days.active {
	background: #fff;
text-decoration
}
a.reg-event-days.lock {
	opacity: .5
}
a.reg-event-days.lock:before {
	position: absolute;
	top: 15px;
	right: 25px;
	font-family: FontAwesome;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	font-style: normal;
	content: "\f023";
	color: #1c6978;
}
a.reg-event-days.pre-event {
	cursor: inherit;
}
a.reg-event-days.pre-event:hover {
	background: inherit
}
a.reg-event-days.pre-event:hover .d-wrap {
	background: #000;
}

/*Post Event */
div.not-available {
	padding:50px 0;
	text-align:center;	
}

div.not-available .fa-lock {
	text-align:center;
	font-family: FontAwesome;
	font-size: 45px;
	line-height: 45px;
	font-weight: normal;
	font-style: normal;
	content: "\f023";
	color: #1c6978;
}

@media screen and (max-width: 991px) {
.padd-oms-r {
	padding-right: 15px
}
.padd-oms-l {
	padding-left: 15px
}
.padding-event-nav {
	padding-right: 15px;
}
.padding-event-content {
	padding-left: 15px;
}
.padding-event-nav:after {
}
.d-copy {
	display: none
}
a.reg-event-days {
	float: left;
	width: 176px;
	display: block;
	padding: 0px 5px 5px 5px;
	background: rgba(0,0,0,.1);
	text-align: center;
	margin-right: 2px;
	margin-top:20px;
	border-bottom:none;
}
.reg-nav-wrap {
	margin-top: 25px;
	position: relative;
	z-index: 1;
	/*left: 50%;
	transform: translateX(-50%);*/
	display: table;
	content: " ";
	clear: both;
}
.d-wrap {
	font-size: 12px;
	margin: -15px auto 0;
	display: block;
	width: 58px
}

.d-title {
	font-size: 16px;
	margin-right:0px;	
}

a.reg-event-days.pre-event {
	cursor: inherit;
}
a.reg-event-days.pre-event:hover {
	background: rgba(0,0,0,.1);
}
a.reg-event-days.pre-event:hover .d-wrap {
	background: #000;
}
a.reg-event-days.lock:before {
	top: -10px;
	right: 5px;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
a.reg-event-days {
	float: left;
	width: 50%;
	display: block;	
	margin-top:20px;
	margin:20px auto 0 auto;
	min-height:60px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
a.reg-event-days {
	float: none;
	width: 100%;
	display: block;	
	margin-top:20px;
}

.reg-nav-wrap {
	display:block;	
}
}
/* EVENT CONTENT---------------------
 ---------------------------*/

.reg-confirm h3 {
	font-weight: 600;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(0,0,0,.15);
	margin-bottom: 15px;
	text-transform: uppercase;
}
.question-ask h3 {
	font-weight: 600;
	background: #1c6978;
	padding: 10px 10px 10px 50px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
	position: relative;
}
.question-ask h3 span {
	position: relative;
}
.question-ask h3 span:before {
	position: absolute;
	content: "\f086";
	font-family: FontAwesome;
	font-size: 30px;
	left: -40px;
	top: 0px;
	color: #fff;
}
.question-ask {
	margin-left: 5%;
	border-bottom: 5px solid #1c6978;
	background: #eee;
}
.question-ask p {
	padding-left: 25px;
	padding-right: 25px
}

@media screen and (max-width: 991px) {
.question-ask {
	margin-left: 0;
	margin-top: 35px;
}
}
/* VERTICAL SPACING OPTIONS */
.margin_top_0 {
	margin-top: 0px !important;
}
.margin_top_5 {
	margin-top: 5px !important;
}
.margin_top_10 {
	margin-top: 10px !important;
}
.margin_top_15 {
	margin-top: 15px !important;
}
.margin_top_25 {
	margin-top: 25px !important;
}
.margin_top_30 {
	margin-top: 30px !important;
}
.margin_top_35 {
	margin-top: 35px !important;
}
.margin_top_40 {
	margin-top: 40px !important;
}
.margin_top_45 {
	margin-top: 45px !important;
}
.margin_top_50 {
	margin-top: 50px !important;
}
.margin_top_60 {
	margin-top: 60px !important;
}
.margin_top_70 {
	margin-top: 70px !important;
}
.margin_top_80 {
	margin-top: 80px !important;
}
.margin_top_90 {
	margin-top: 90px !important;
}
.margin_top_120 {
	margin-top: 120px !important;
}
.margin_bottom_0 {
	margin-bottom: 0px !important;
}
.margin_bottom_5 {
	margin-bottom: 5px !important;
}
.margin_bottom_10 {
	margin-bottom: 10px !important;
}
.margin_bottom_15 {
	margin-bottom: 15px !important;
}
.margin_bottom_20 {
	margin-bottom: 20px !important;
}
.margin_bottom_25 {
	margin-bottom: 25px !important;
}
.margin_bottom_30 {
	margin-bottom: 30px !important;
}
.margin_bottom_35 {
	margin-bottom: 35px !important;
}
.margin_bottom_40 {
	margin-bottom: 40px !important;
}
.margin_bottom_45 {
	margin-bottom: 45px !important;
}
.margin_bottom_60 {
	margin-bottom: 60px !important;
}
.margin_bottom_70 {
	margin-bottom: 70px !important;
}
.margin_bottom_80 {
	margin-bottom: 80px !important;
}
.margin_bottom_90 {
	margin-bottom: 90px !important;
}
.margin_bottom_100 {
	margin-bottom: 100px !important;
}
.margin_bottom_120 {
	margin-bottom: 120px !important;
}
.padding_top_5 {
	padding-top: 5px !important;
}
.padding_top_15 {
	padding-top: 15px !important;
}
.padding_top_20 {
	padding-top: 20px !important;
}
.padding_top_30 {
	padding-top: 30px !important;
}
.padding_top_35 {
	padding-top: 35px !important;
}
.padding_top_40 {
	padding-top: 40px !important;
}
.padding_top_45 {
	padding-top: 45px !important;
}
.padding_top_60 {
	padding-top: 60px !important;
}
.padding_top_90 {
	padding-top: 90px !important;
}
.padding_top_120 {
	padding-top: 120px !important;
}
.padding_top_130 {
	padding-top: 130px !important;
}
.padding_bottom_5 {
	padding-bottom: 5px !important;
}
.padding_bottom_15 {
	padding-bottom: 15px !important;
}
.padding_bottom_20 {
	padding-bottom: 20px !important;
}
.padding_bottom_30 {
	padding-bottom: 30px !important;
}
.padding_bottom_35 {
	padding-bottom: 35px !important;
}
.padding_bottom_40 {
	padding-bottom: 40px !important;
}
.padding_bottom_45 {
	padding-bottom: 45px !important;
}
.padding_bottom_60 {
	padding-bottom: 60px !important;
}
.padding_bottom_90 {
	padding-bottom: 90px !important;
}
.padding_bottom_120 {
	padding-bottom: 120px !important;
}
.padding_bottom_130 {
	padding-bottom: 130px !important;
}
strong.large1 {
	font-size: 1.1em
}
strong.large2 {
	font-size: 1.2em
}
strong.large3 {
	font-size: 1.3em
}
strong.large4 {
	font-size: 1.4em
}
strong.large5 {
	font-size: 1.5em;
	line-height: 1.2em
}
strong.large6 {
	font-size: 1.6em;
	line-height: 1.2em
}
strong.large7 {
	font-size: 1.7em;
	line-height: 1.2em
}
strong.large8 {
	font-size: 1.8em;
	line-height: 1.2em
}
.dis-block {
	display: block
}
.font-weight7 {
	font-weight: 700
}
.font-weight8 {
	font-weight: 800
}
.font-weight9 {
	font-weight: 900
}

@media (max-width: 767px) {
.margin-top-xs-0 {
	margin-top: 0px !important;
}
.margin-top-xs-5 {
	margin-top: 5px !important;
}
.margin-top-xs-10 {
	margin-top: 10px !important;
}
.margin-top-xs-15 {
	margin-top: 15px !important;
}
.margin-top-xs-20 {
	margin-top: 20px !important;
}
.margin-top-xs-25 {
	margin-top: 25px !important;
}
.margin-top-xs-30 {
	margin-top: 30px !important;
}
.margin-top-xs-35 {
	margin-top: 35px !important;
}
.margin-top-xs-40 {
	margin-top: 40px !important;
}
.margin-top-xs-45 {
	margin-top: 45px !important;
}
.margin-top-xs-50 {
	margin-top: 50px !important;
}
.margin-top-xs-55 {
	margin-top: 55px !important;
}
.margin-top-xs-60 {
	margin-top: 60px !important;
}
.margin-bottom-xs-0 {
	margin-bottom: 0px !important;
}
.margin-bottom-xs-5 {
	margin-bottom: 5px !important;
}
.margin-bottom-xs-10 {
	margin-bottom: 10px !important;
}
.margin-bottom-xs-15 {
	margin-bottom: 15px !important;
}
.margin-bottom-xs-20 {
	margin-bottom: 20px !important;
}
.margin-bottom-xs-25 {
	margin-bottom: 25px !important;
}
.margin-bottom-xs-30 {
	margin-bottom: 30px !important;
}
.margin-bottom-xs-35 {
	margin-bottom: 35px !important;
}
.margin-bottom-xs-40 {
	margin-bottom: 40px !important;
}
.margin-bottom-xs-45 {
	margin-bottom: 45px !important;
}
.margin-bottom-xs-50 {
	margin-bottom: 50px !important;
}
.margin-bottom-xs-55 {
	margin-bottom: 55px !important;
}
.margin-bottom-xs-60 {
	margin-bottom: 60px !important;
}
}

@media (min-width: 769px) and (max-width: 991px) {
.margin-top-sm-0 {
	margin-top: 0px !important;
}
.margin-top-sm-5 {
	margin-top: 5px !important;
}
.margin-top-sm-10 {
	margin-top: 10px !important;
}
.margin-top-sm-15 {
	margin-top: 15px !important;
}
.margin-top-sm-20 {
	margin-top: 20px !important;
}
.margin-top-sm-25 {
	margin-top: 25px !important;
}
.margin-top-sm-30 {
	margin-top: 30px !important;
}
.margin-top-sm-35 {
	margin-top: 35px !important;
}
.margin-top-sm-40 {
	margin-top: 40px !important;
}
.margin-top-sm-45 {
	margin-top: 45px !important;
}
.margin-top-sm-50 {
	margin-top: 50px !important;
}
.margin-top-sm-55 {
	margin-top: 55px !important;
}
.margin-top-sm-60 {
	margin-top: 60px !important;
}
.margin-bottom-sm-0 {
	margin-bottom: 0px !important;
}
.margin-bottom-sm-5 {
	margin-bottom: 5px !important;
}
.margin-bottom-sm-10 {
	margin-bottom: 10px !important;
}
.margin-bottom-sm-15 {
	margin-bottom: 15px !important;
}
.margin-bottom-sm-20 {
	margin-bottom: 20px !important;
}
.margin-bottom-sm-25 {
	margin-bottom: 25px !important;
}
.margin-bottom-sm-30 {
	margin-bottom: 30px !important;
}
.margin-bottom-sm-35 {
	margin-bottom: 35px !important;
}
.margin-bottom-sm-40 {
	margin-bottom: 40px !important;
}
.margin-bottom-sm-45 {
	margin-bottom: 45px !important;
}
.margin-bottom-sm-50 {
	margin-bottom: 50px !important;
}
.margin-bottom-sm-55 {
	margin-bottom: 55px !important;
}
.margin-bottom-sm-60 {
	margin-bottom: 60px !important;
}
}
/**
 * AddToCalendar Blue Style
 * http://addtocalendar.com
 */

/* Base */

.addtocalendar var {
	display: none;
}
.addtocalendar {
	position: relative;
	display: inline-block;
	background: transparent!important;
}
.atcb-link {
	display: block;
	outline: none!important;
	cursor: pointer;
}
.atcb-link:focus~ul, .atcb-link:active~ul, .atcb-list:hover {
	visibility: visible;
}
.atcb-list {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	width: 170px;
	z-index: 900;
}
.atcb-list, .atcb-item {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
}
.atcb-item {
	float: none;
	text-align: left;
}
.atcb-item-link {
	text-decoration: none;
	outline: none;
	display: block;
}
.atcb-item.hover, .atcb-item:hover {
	position: relative;
	z-index: 900;
	cursor: pointer;
	text-decoration: none;
	outline: none;
}
/* Blue */

.atc-style-blue .atcb-link, .atc-style-blue .atcb-link:active, .atc-style-blue .atcb-link:focus {
	margin: 0;
	padding: 7px 25px;
	color: #fff;
	font-family: "Verdana";
	font-size: 14px;
	text-decoration: none;
	outline: none;
	line-height: 20px;
	vertical-align: middle;
	background: #000;
	box-shadow: 0 0 40px rgba(0, 0, 0, .13) inset;
	border-radius: 4px;
	zoom: 1;
}
.atc-style-blue .atcb-link:hover {
	background: #1c6978;
	;
}
.atc-style-blue .atcb-list {
	width: 170px;
	border: 1px solid rgb(186,186,186);
	border-radius: 2px;
	box-shadow: 0 0 5px #AAA;
}
.atc-style-blue .atcb-list, .atc-style-blue .atcb-item {
	background: #fff;
	color: #000;
}
.atc-style-blue .atcb-item, .atc-style-blue .atcb-item-link {
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
}
.atc-style-blue .atcb-item-link, .atc-style-blue .atcb-item-link:hover, .atc-style-blue .atcb-item-link:active, .atc-style-blue .atcb-item-link:focus {
	color: #000;
	font-family: "Verdana";
	font-size: 14px;
	text-decoration: none;
	outline: none;
	padding: 5px 15px;
}
.atc-style-blue .atcb-item-link:hover, .atc-style-blue .atcb-item-link:active, .atc-style-blue .atcb-item-link:focus {
	color: #fff;
}
.atc-style-blue .atcb-item.hover, .atc-style-blue .atcb-item:hover {
	background: #000;
}
#confirm-seen {
	display: none;
	padding: 30px 30px 30px;	
}
#confirm-seen h2, #confirm-not-seen h2 {
	text-align: center;
	margin-bottom:30px;	
	
}
#confirm-seen p, #confirm-not-seen p {
	text-align: center;
	margin-bottom:30px;
	font-size:1.2em;
	font-family:"PT Serif", Georgia, "Times New Roman", Times, serif;
	line-height:1.4em;
}

#confirm-seen .question-ask {
	margin-left: 0%;
}
#confirm-seen .question-ask p {
	padding: 0 5%
}
#confirm-seen .question-ask h3 {
	text-align: center
}
#confirm-seen .question-ask h3:after {
	left: 50%;
	transform: translateX(-50%);
}
.question-ask h3:after {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #1c6978;
	position: absolute;
	bottom: -15px;
	left: 55px;
	content: "";
}

@media screen and (max-width: 991px) {
.confirm-seen-bottom-copy p {
	margin: 0 0 16px;
	font-size: 1em;
	line-height: 1.3em;
}
}

@media screen and (min-width: 992px) {
.confirm-seen-bottom-copy {
	padding-top: 40px
}
.confirm-seen-bottom-copy p {
	margin: 0 0 15px;
	font-size: .9em;
	line-height: 1.3em;
}
}
.countdown-container .days {
	padding-left: 0
}
.video-holder {
	padding-bottom: 56.25%;

	position: relative;
	background: #000
}
#video-box-count {
	position: absolute;
	z-index: 20
}
.discussion {
	padding: 35px 30px 50px;
	position: relative
}
.discussion p {
	position: relative;
	font-size: 1.05em;
	line-height: 1.3em
}
.discussion h3 {
	font-weight: 700;
	margin-bottom: 5px;
	color: #000;
	font-size: 28px;
	text-align:center;
}
.discussion h4 {
	font-weight: 500;
	margin-bottom: 20px;
	color: #1c6978;
	font-size: 20px;
	text-align:center;
}

.quote {
	padding: 30px 30px 50px
}
.quote p {
	margin: 0;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.3em;
	position: relative
}
.quote p span {
	margin: 5px 0;
	font-size: 16px;
	font-weight: 700;
	display: block;
	font-style: normal;
}
.quote p:before {
	position: absolute;
	top: -10px;
	left: -40px;
	font-family: Georgia, serif;
	font-size: 60px;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	content: open-quote;
	color: rgba(0,0,0,.5);
	display: block;
	font-weight: 600;
}

div#disqus {
	margin-bottom:30px;
}

@media (max-width: 991px) {
.discussion {
	padding: 35px 30px 50px
}
.quote {
	padding: 50px 10% 50px;
	display: none
}
}

@media (min-width:992px) and (max-width: 1199px) {
.discussion, .quote {
	padding: 35px 5px 30px 50px
}
.quote p:before {
	font-size: 50px;
}
.quote p {
	font-size: 1em
}
}
#video-copy.count {
	display: none
}
.dialog {
	padding: 30px 5% 40px;
	position: relative
}
.dialog:before {
	width: 0;
	height: 0;
	border-left: 60px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 40px solid #fff;
	position: absolute;
	top: -30px;
	left: 25%;
	content: "";
}

@media (max-width: 991px) {
.dialog:before {
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid #fff;
}
}
.dialog h3 {
	font-weight: 700;
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,.1)
}
.dialog h2 {
	font-weight: 700;
	margin: 30px 0 30px;
	padding-top: 30px;
	border-top: 1px solid rgba(0,0,0,.1);
	font-style: normal
}
.dialog-copy {
	padding: 0 20px
}
.discussion:before {
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #fff;
	position: absolute;
	top: 0px;
	left: 45%;
	content: "";
}


