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

/*
red #BE3426
grey #919195
darkgrey #4a4b4e
*/

@font-face {
    font-family: "AvenirNextRegular";
    src: url("fonts/AvenirNext-Regular.eot");
    src: url("fonts/AvenirNext-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/AvenirNext-Regular.woff") format("woff"), 
    url("fonts/AvenirNext-Regular.ttf") format("truetype");
}

@font-face {
	font-family: AvenirNextMedium;
	src: url('fonts/AvenirNext-Medium.eot')  format('eot');
	src: url('fonts/AvenirNext-Medium.woff') format('woff'),
    url('fonts/AvenirNext-Medium.ttf') format('truetype'),
	url('fonts/AvenirNext-Medium.eot?#iefix') format('embedded-opentype');
    
}


@font-face {
    font-family: "AvenirNextDemiBold";
    src: url("fonts/AvenirNext-DemiBold.eot");
    src: url("fonts/AvenirNext-DemiBold.eot?#iefix") format("embedded-opentype"),
    url("fonts/AvenirNext-DemiBold.woff") format("woff"), 
    url("fonts/AvenirNext-DemiBold.ttf") format("truetype");
}


@font-face {
    font-family: "AvenirNextItalic";
    src: url("fonts/AvenirNext-Italic.eot");
    src: url("fonts/AvenirNext-Italic.eot?#iefix") format("embedded-opentype"),
    url("fonts/AvenirNext-Italic.woff") format("woff"), 
    url("fonts/AvenirNext-Italic.ttf") format("truetype");
}

.red{
	color: #BE3426;
}
/***************************
Centered with Footer
***************************/
* {
	margin:0; /* zero out margin */
	padding:0; /* zero out padding */
}

em, i{
    font-family: "AvenirNextItalic" !important;
}

html, body {
	height:100%; /* gives layout 100% height */
	font-family: AvenirNextRegular;
	line-height: 1.5;
	color: #4a4b4e;
}
#wrapper {
	min-height:100%; /* gives layout 100% height */
	margin:0 auto; /* centers #wrapper */
	max-width:1030px;
	width:100%;
	z-index: 50;
}
* html #wrapper { 
	height:100%; /* IE6 treats height as min-height */
}
#content {
	font-size:16px;
	padding:0px 0 530px; /* bottom padding clears the #footer */
	background-color: #FFF;
}

#footer {
	height:530px;
	margin:-530px auto 0; /* -530px sucks it back in & auto centers it */
	z-index: 100;
	position: relative;
}

@media (max-width: 630px) {
#content {
	padding:0px 0 40px; /* bottom padding clears the #footer */
}
#footer {
	height:40px;
	margin:-40px auto 0; /* -40px sucks it back in & auto centers it */
}
}


a:link, a:visited{
	color: #BE3426;
	text-decoration: none;
}

a:hover, a:active{
	color: #939090;
}
/***************************
Page Layout
***************************/

#wrapper, #footer{
	max-width:1030px;
	width:100%;
}
#wrapper{
	background-image: url(images/drop-shadow-left.png), url(images/drop-shadow-right.png);
	background-repeat: repeat-y;
	background-position: left, right;
}

@media (max-width: 630px) {
#wrapper{
	background-image: url(''), url('');
	background-repeat: repeat-y;
	background-position: left, right;
}
}
#content, #footer-background{
	margin: 0px 40px;
}

@media (max-width: 630px) {
#content, #footer-background{
	margin: 0px;
}
}

#footer-background{
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	background-color: #BE3426;
	min-height: 100%;
}

#footer-content{
	padding-top: 60px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 630px) {

#footer-content{
	padding-top: 0px;
}
}

.line{
	width: 90%;
	height: 3px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	margin-bottom: 50px;
	background-image: url(images/line-dotted.png);
	background-repeat: repeat-x;
}

.small-line{
	width: 100%;
	height: 3px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	margin-bottom: 50px;
	background-image: url(images/line-dotted.png);
	background-repeat: repeat-x;
}

.no-margin{
	margin: 0;
}

.line-lg{
	width: 100%;
	height: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(images/line-dotted.png);
	background-repeat: repeat-x;
}
.section{
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 60px;
	position: relative;
}

#moving-content{
	z-index: 50;
	position: relative;
	top: 0px;
	margin-bottom: 0px;
}

#bottom-spacer{
 height: 50px;	
	background-color: #FFF;
}
/***************************
Fonts
***************************/
h1{
	font-size: 25px;
	color: #919195;
	color: #000;
	margin-bottom: 20px;
}

h2{
	font-size: 13px;
	color: #FFF;
	font-family: AvenirNextDemiBold;
}

/***************************
Nav
***************************/
#nav-container{
	position: fixed;
	text-align: center;
	left: 0;
	right: 0;
	/* [disabled]background-color: #0f0; */  /* green */
	z-index: 100;
	height: 135px;
}
#nav-bg{
	position: relative;
	max-width:1030px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]background-color: #0ff; */  /* cyan */
	display: block;
	height: 100%;
}
#nav{
	margin-left: 40px;
	margin-right: 40px;
	background-color: #FFF;
	display: block;
	height: 100%;
	white-space: nowrap;
	/* [disabled]background-color: #ff0; */  /*yellow */
}

#nav #nav-center{
	text-align: center;
}

#nav #nav-center img{
	height: 90px;
	margin-top: 20px;
}

#nav a:link, #nav a:visited{
	font-family: AvenirNextMedium;
	color: #939090;
	text-decoration: none;
	font-size: 15px;
}

#nav a:hover, #nav a:active{
	color: #BE3426;
}

#nav div{
	display: inline-block;
	vertical-align: bottom;	
}

#nav #nav-logo-left{
	display: none;
}


#nav #nav-left{
	text-align: left;
	width: 40%;
	margin-bottom: 10px;
}

#nav #nav-right{
	text-align: right;
	width: 40%;
	margin-bottom: 10px;
}

#nav #nav-left ul{
	margin-left: 40px;
	white-space: nowrap;
}

#nav #nav-right ul{
	margin-right: 40px;
	white-space: nowrap;
}


#nav #nav-left ul li{
	display: inline-block;	
	margin-right: 15%;
	white-space: nowrap;
}

#nav #nav-right ul li{
	display: inline-block;	
	margin-left: 15%;
	white-space: nowrap;
}


#nav #nav-left ul li:last-child{
	margin-left: 0%;
}

#nav #nav-right ul li:first-child{
	margin-left: 0%;
}




#nav #toggle{
display: none;
}


#nav #clear{
display: none;
clear: both;
}

@media (min-width: 631px) and (max-width: 800px)  {
	
#nav-container{
	height: 70px;
}

#nav #nav-center img{
	height: 50px;
	margin-top: 10px;
}

#nav a:link, #nav a:visited{
	font-size: 10px;
}



	/*
#nav{
	display: block;
}

#nav #nav-center{
	display: none;
}

#nav #nav-logo-left{
	display: block;
	width: 30%;
	margin-left: 30px;
	float: left;
}

#nav #nav-logo-left img{
	width: 100%;
	display: block;
}




#nav #nav-left{
	text-align: left;
	width: 20%;
	display: inline-block;
    vertical-align: middle;
}

#nav #nav-right{
	text-align: right;
	width: 20%;
	display: inline-block;
    vertical-align: middle;
	text-align: left;
	
}


#nav #nav-left ul{
	display: block;	
	margin: 0px;
	white-space: normal;
}

#nav #nav-right ul{
	display: block;	
	margin: 0px;
	white-space: normal;
}

#nav #nav-left ul li{
	display: block;	
	margin: 0px;
}

#nav #nav-right ul li{
	display: block;	
	margin: 0px;
}
#nav #clear{
display: block;
clear: both;
}
*/

}



@media (max-width: 630px) {
	

#nav-container{
	height: 80px;
	overflow: visible;
}
#nav{
	margin-left: 0px;
	margin-right: 0px;
}

#nav #nav-center{
	display: none;
}
#nav #nav-logo-left{
	display: block;
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}
#nav #nav-logo-left img{
	height: 60px;
	margin: 10px 0 0;
}

#nav #toggle{
	width: 100%;
	height: 22px;
	color: #FFF;
	display: block;
	text-align: center;
	background-color: #BE3426;
}

#nav #toggle a:link, #nav #toggle a:visited{
	color: #FFF;
	display: block;
}

#nav #nav-left, #nav #nav-right{
	display: none;
	margin: 0;
	text-align: left;
	width: 100%;
}

#nav #nav-left ul, #nav #nav-right ul{
	margin: 0px;
	width: 100%;
}

#nav  #nav-left ul li, #nav  #nav-right ul li{
	display: block;
	width: 100%;
	margin: 0px;
	padding-left: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-color: #919195;
}

#nav  #nav-left ul li:hover, #nav  #nav-right ul li:hover{
	background-color: #BE3426;
}

#nav  #nav-left ul li a:link, #nav  #nav-left ul li a:visited, #nav  #nav-right ul li a:link, #nav  #nav-right ul li a:visited{
	color: #FFF;
	width: 100%;
	display: block;
}

#nav #clear{
display: block;
clear: both;
}



}




/***************************
Fixed Image
***************************/
#fixed-image{
	top: 135px;
	position: fixed;
	text-align: center;
	left: 0;
	right: 0;
	z-index: 0;
}

@media (max-width: 630px) {
#fixed-image{
	top: 100px;
}
}
#fixed-image #fixed-image2{
	position: relative;
	max-width:1030px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
}
#fixed-image #fixed-image2 #fixed-image3{
	margin-left: 40px;
	margin-right: 40px;
}


@media (max-width: 630px) {
#fixed-image #fixed-image2 #fixed-image3{
	margin-left: 0px;
	margin-right: 0px;
}
	
}

/***************************
Buttons
***************************/
#buttons{
	padding-top: 50px;
	padding-bottom: 50px;
}

#buttons div{
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
}

@media (max-width: 630px) {
	#buttons div{
		margin-left: auto;
		margin-right: auto;
	}
	#buttons div{
		width: 90%;
		display: block;
		vertical-align: top;
		font-size: 20px;
		text-align: left;
		margin-bottom: 50px;
	}
}

#buttons div div{
	width: 70%;
	font-size: 16px;
}

#buttons div div img{
	margin-bottom: 30px;
}

#buttons #whom-we-serve{
	text-align: left;
}

#buttons #claims{
	text-align: center;
}

#buttons #nuclear-coverage{
	text-align: right;
}

#buttons a:link, #buttons a:visited{
	color: #BE3426;
	font-size: 18px;
	text-decoration: none;
}
/***************************
Video
***************************/

/***************************
Footer
***************************/
#footer-content .footer-section{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	line-height: 1;
}

#footer-content .footer-section p{
	margin-bottom: 10px;
}

#footer-content h2 a:link, #footer-content h2 a:visited{
	font-family: AvenirNextDemiBold;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}

#footer-content p, #footer-content a:link, #footer-content a:visited{
	font-family: AvenirNextRegular;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}


#footer-content a:hover, #footer-content a:active{
	color: #919195;
}

#footer-content img{
	width: 90%;
	height: 5px;
	background-image: url(images/line-footer.png);
	background-repeat: repeat-x;
}
#copyright{
	clear: both;
}

#footer-content #copyright, #footer-content #copyright a:link, #footer-content #copyright a:visited{
	font-size: 9px;
	color: #FFF;
	width: 100%;
	padding-top: 10px;
}


@media (max-width: 630px) {
#footer-content .footer-section{
	display: none;
}
#footer-content #copyright{
	display: block;
	margin-top:0px;
	padding-top: 20px;
}
}






#quote{
	font-family: AvenirNextMedium;
	font-size: 20px;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
}


.image{
	display: inline-block;
	width: 40%;
	text-align: center;
	margin-top: 5px;
}

/* 
.image img{
	width: 275px;
}
*/

.image275{
	display: inline-block;
	width: 40%;
	text-align: left;
	margin-top: 5px;
}

.image275 img{
	width: 275px;
}

.info{
	display: inline-block;
	width: 60%;
	vertical-align: top;
}

.info p{
	padding-bottom: 20px;
	margin: 0px;
}

.contactLeft p a:link, .contactLeft p a:visited, .contactRight p a:link, .contactRight p a:visited, .info p a:link, .info p a:visited{
	color: #BE3426;
	text-decoration: none;
}

.image p strong, .info p strong, .contactLeft p strong, .contactRight p strong{
	font-family: AvenirNextMedium;
	color: #000;
	padding-bottom: 20px;
}



.contactLeft{
	display: inline-block;
	width: 25%;
	text-align: left;
	margin-left: 25%;
}

.contactRight{
	display: inline-block;
	width: 45%;
	padding-left: 5%;
	vertical-align: top;
	background-image: url(images/line-dotted-vert.png);
	background-repeat: repeat-y;
	background-position: left top;
}

@media (max-width: 630px) {
.image{
	display: block;
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.info{
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
}

.info strong{
	color: #BE3426;
}

.info ul li{
	list-style-type: disc;
	background-image: url(images/line-dotted.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 20px 0;
}

.info ul li:last-child{
	background-image: url("");
}

.info .losscontrol li{
	list-style-type: disc;
	background-image: url("");
	padding: 10px 0;
}

.losscontrol li a:link, .losscontrol li a:visited{
	color: #BE3426;
	text-decoration: none;
}



h3{
	font-family: AvenirNextRegular;
	display: inline-block;
	font-size: 30px;
	color: #000;
	margin-bottom: 20px;	
}

p{
	color: #4a4b4e;	
	margin-bottom: 20px;
}

#red-info{
	font-family: AvenirNextMedium;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	background-color: #BE3426;
	padding-top: 100px;
	padding-bottom: 100px;
	font-size: 30px;
	color: #FFF;
}
#red-info h1{
	font-family: AvenirNextMedium;
	font-size: 30px;
	color: #FFF;
}

#red-info p{
	font-family: AvenirNextMedium;
	font-size: 20px;
	color: #FFF;
}



#grey{
	background-color: #e8e8e8; 
	padding-top: 0px;
	padding-bottom: 30px;
	text-align: center;
}

#white{
	background-color: #FFF; 
	padding-top: 20px;
	padding-bottom: 30px;
	overflow: hidden;
}
 
h4{
	color: #000;
}



#nuclear-property-insurance .image{
	display: block;
	font-family: AvenirNextMedium;
	background-color: #BE3426;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFF;
	float: right;	
	margin-top: 0px;
	width: 35%;
	margin-right: 5%;
	text-align: left;
}

#nuclear-property-insurance .image p{
	padding-left: 20px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #FFF;
}

#nuclear-property-insurance .image strong{
	font-family: AvenirNextDemiBold;
	color: #FFF;
}


@media (max-width: 630px) {
	#nuclear-property-insurance .image{
	float: none;	
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
}
}

.clear{
	clear: both;
	height: 20px;
}


#liability .image{
	display: block;
	font-family: AvenirNextMedium;
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #f0f;
	float: left;	
	margin-top: 0px;
	width: 35%;
	margin-right: 5%;
}

#liability .image div{
	display: block;
	font-family: AvenirNextMedium;
	background-repeat: repeat-x;
	background-color: #333;
	padding-top: 20px;
	padding-bottom: 00px;
	color: #919195;
	float: left;	
	margin-top: 0px;
	margin-bottom: 50px;
	text-align: center;
}



#liability .image div p{
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
	color: #919195;
}


@media (max-width: 630px) {
#liability .image{
	float: none;	
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#liability .image div p{
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0px;
}
}
#liability .image div p a:link, #liability .image div p a:visited{
	color: #FFF;
	text-decoration: none;
}

#liability .image div p a:hover, #liability .image div p a:active{
	color: #BE3426;
}



#nav .current:link, #nav .current:visited{
	color:	#BE3426;
}

#policies h1{
	font-family: AvenirNextRegular;
	display: block;
	font-size: 30px;
	color: #000;
	margin-bottom: 20px;
}

#policies h2{
	font-family: AvenirNextRegular;
	display: block;
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
}

#policies h3{
	font-family: AvenirNextDemiBold;
	display: block;
	font-size: 15px;
	color: #000;
	margin-bottom: 5px;
}

#policies ul li{
	list-style-type: disc;
	padding-bottom: 5px;
}

#social{
	font-family: AvenirNextRegular;
	font-size: 20px;
	color: #FFF;
	background-image: url(images/line-footer.png), url(images/line-footer.png);
	background-repeat: repeat-x;
	background-position: top, bottom;
	margin-top: 20px;
	padding-top: 10px;
	height: 40px;
}

#social #left{
	float: left;
	width: 50%;
}

#social #left a:link{
	margin-right: 6px;
}

#social #right{
	float: right;
	text-align: right;
	width: 50%;
}

@media (max-width: 630px) {
#social{
	background: none;
}

#social #left{
	float: none;
	width: 100%;
}

#social #right{
	float: none;
	text-align: left;
	width: 100%;
}
	
}


#social div img{
	width: 16px;
	height: 16px;
	vertical-align: middle;
}


.fix{
	background-color: #FF0;
}


#test{
position: fixed;
left: 0px;
top: 0px;	
}

#test2{
position: fixed;
left: 0px;
top: 20px;	
}



#subscription{
padding-top: 0px;		
}

#subscription form{
	color: #000;
}

#subscription form input,{
	margin-bottom: 30px;
	border: 1px solid #919195;
	width: 150px;
	height: 20px;
}

#subscription form #joinnow{
	border: 0px;
	background-color: #BF311A;
	color: #FFF;
	width: 100px;
	height: 30px;
	font-sie: 16px;
}

#subscription form a:link, #subscription form a:visited{
	color: #000;
	text-decoration: none;
}




#meeting{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

#meeting form{
	color: #000;
}

#meeting form h1{
	color: #BF311A;
}

#meeting form input, #meeting form select{
	margin-bottom: 15px;
	border: 1px solid #919195;
	height: 20px;
}

#meeting form #meeting-submit{
	border: 0px;
	background-color: #BF311A;
	color: #FFF;
	width: 100px;
	height: 30px;
	font-sie: 16px;
}

#meeting form a:link, #meeting form a:visited{
	color: #000;
	text-decoration: none;
}


.lineWhite{
	width: 300px;
	height: 3px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/line-dotted-white.png);
	background-repeat: repeat-x;
}


/***************************
NIAC U
***************************/

#niacu-link{
	font-family: AvenirNextRegular;
	color: #404041;
	font-size: 21px;
	margin-right: -23px;
}


#niacu-link h3{
	display: block;
}

#niacu-link div{
	display: inline-block;
	margin-right: 23px;
	margin-bottom: 50px;
}


#niacu-link .type{
	color: #808284;
}

#niacu-link a, #niacu-link a{
	color: #b3272d;
	font-size: 15px;
	text-decoration: none;
	cursor: pointer;
}

#niacu-link a:hover, #niacu-link a:active{
	color: #404041;
}

#niacu-link img{
	display: block;
	margin-bottom: 20px;
	width: 380px;
}





#niacu-docs{
	font-family: AvenirNextRegular;
	color: #404041;
	font-size: 21px;
	margin-right: -23px;
}


#niacu-docs h3{
	display: block;
}

#niacu-docs div{
	display: inline-block;
	margin-right: 23px;
	margin-bottom: 50px;
	vertical-align: top;
}

#niacu-docs .type{
	color: #808284;
}

#niacu-docs a, #niacu-docs a{
	color: #b3272d;
	font-size: 15px;
	text-decoration: none;
	cursor: pointer;
}

#niacu-docs a:hover, #niacu-docs a:active{
	color: #404041;
}

#niacu-docs img{
	display: block;
	margin-bottom: 20px;
}






#full-cover{
	position: fixed;
	display: none;
	background-color: rgba(64, 64, 65, 0.9);
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 500;
}

#full-cover #video{
	position: relative;
	display: block;
	z-index: 600;
	
    margin-top: 5%;
	height: 10px;
	
	width: 80%;
	max-width: 1000px;
    margin-left:auto;
    margin-right:auto;
}

#video-title{
	position: absolute;	
	left: 50px;
	color: #000;
	z-index: 4000;
}

#video-close{
	position: absolute;	
	right: 50px;
	top: 0;
	color: #000;
	cursor: pointer;
	z-index: 4000;
}

#video-close:hover{
	color: #919195;
}

#video-margin{
	margin: 30px;
	background-color: #FFF;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
	height: 0;
	overflow: hidden;
}

#video-container{
    position: absolute;
    top: 20px;
    left: 20px;
	right: 20px;
	bottom: 20px;
}

#video-container iframe,
#video-container object,
#video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/***************************
FAQ
***************************/

.faq{
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 0px;
	position: relative;
}


.faq strong{
	display: block;
	color: #231f20;
}

.faq .answer{
	margin: 20px 0;	
	display: none;
}



.line-faq{
	width: 90%;
	height: 3px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	background-image: url(images/line-dotted.png);
	background-repeat: repeat-x;
}


.arrow{
	width: 18px;
	height: 11px;
	background-image: url(../images/arrows.png);	
	display: inline-block;
	background-position: 0px 0px;
	margin-left: 10px;
}


/***************************
Ask a Question
***************************/

#ask-a-question h3{
	margin-bottom: 0;
}


#ask-a-question #required{
	font-size: 14px;
	color: #777779;	
}

#ask-a-question label{
	font-size: 16px;
	color: #000;	
	margin-bottom: 0;
}

#ask-a-question input, #ask-a-question textarea{
	display: block;
	margin-bottom: 20px;
	border: solid 1px #777779;
	font-size: 14px;
	padding: 10px;
}

#ask-a-question #firstN, #ask-a-question #lastN{
	display: inline-block;
	width: 250px;
	margin-right: 20px;
}

#question{
	width: 505px;
	height: 105px;
}

#email{
	width: 505px;
	height: auto;
}

#firstName, #lastName{
	width: 230px;
	height: auto;
}

#submit{
	width: 130px;
	height: 40px;
	background-color: #B3272D;
	color: #fff;
	border: none !important;
	font-size: 20px;
	cursor: pointer !important;
}


/***************************
Whiteboard
***************************/
.whiteboard{
	padding-top: 0
}

.whiteboard img{
	display: inline-block;
	width: 300px;
	margin-right: 50px;
	vertical-align: middle;
}

.whiteboard div{
	display: inline-block;
	vertical-align: middle;
}

.learn-more{
	background-color: #B3282D;
}

.learn-more a{
	display: block;
	color: #FFF;
	padding: 10px 15px;
}

.whiteboard-links{
	margin-top: 10px;	
}

#whiteboard-section, .whiteboard-copy{
	width: 560px;
	margin: 0 auto;	
}

#transcript-button{
	color: #B3282D;
	cursor: pointer;
}

.whiteboard-copy p{
	margin-bottom: 5px;
}

#transcript{
	display: none;
}

#transcript p{
	margin-bottom: 15px;
}

#whiteboard-section iframe{
	box-shadow: 0px 0px 5px #888888;
}

.whiteboard-copy h1{
	color: #404041;
	font-size: 21px;	
}

.resource-logos{
	display: block;
	padding-bottom: 50px;
}


.red-banner{
	background-color: #be1e2d;
	padding: 40px;
	position: relative;
	margin-top: 40px;
}
.red-banner p{
	color: #fff;
}
.red-banner h3 a{
	color: #fff;
	font-size: 30px !important;
}
.red-banner p a{
	color: #fff;
	font-size: 20px;
	font-weight: bolder;
}