@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato');

/* CSS Document */

a:focus  {outline: 1px solid #73a5cc; }

/*LARGE Modals*/
/*.bb-modal {
	background-color: rgba(0,0,0,0.40);
	}*/
/*.modal-backdrop {
	background-color: rgba(0,0,0,0.00);
}*/

.scroll-modal-body-1 {
	overflow-y: scroll;
	height: 500px;
	border-top-width: 0px;
}

.modal-body {
	padding-top:20px;
	padding-bottom:20px;
}
.sec-modal-content {
	border-radius: 20px;
	border: 6px solid #E9E9E9;
	width: 100%;
	display: inline-block;	
}
.sec-close {
	float: right;
	font-size: 35px;
	font-weight: bold;
	line-height: 1;
	color: #f2c3ca;
	text-shadow: 0 0px 0;
	filter: alpha(opacity=0);
	opacity: 1.0;
	outline-color: transparent;
}

.sec-close:hover,
.sec-close:focus {
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 1.0;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.sec-modal-header-1 {
	background-color: #cf202d;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom: 10px solid #f2c3ca;
	margin-bottom: 0px;
}


.sec-modal-title-1 {
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Lato", Arial, Helvetica, sans-serif;
}

.sec-modal-subhead-1 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}

.sec-modal-subhead-2 {
	color: #B51F33;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.sec-modal-p {
	margin-bottom: 10px;
}
.sec-modal-caption-1 {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: normal;
	font-size: 12px;
	float: right;	
}

.modal-list-1 {
	margin-bottom: 8px;
}

.sec-modal-divider {
	border: 1px solid #E9E9E9;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-left: 5px;
}
.landing-modal-divider {
	border: 1px solid #E9E9E9;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-left: 5px;
}
.sec-modal-divider-2 {
	border: 1px solid #F4CEA2;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 5px;
}
.sec-modal-xspace {
	border: 1px solid #FFFFFF;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 5px;
}
.sec-modal-footer-1 {
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: right;
	border-top: 0px solid #e5e5e5;
	background-color: #F4F4F4;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.sec-modal-button-1 {
	border: 2px solid #B6B6B6;
	border-radius: 7px;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #B6B6B6;
	background-color: transparent;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.sec-modal-button-1:hover, focus {
	border-left: 2px solid #B51F33;
	border-right: 2px solid #B51F33;
	border-bottom: 2px solid #cf202d;
	border-top: 2px solid #B51F33;
	border-radius: 7px;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	outline-color: #F4F4F4;
	}

.description-modal-caption-1 {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	margin-top: -7px;
	margin-bottom: 10px;
	font-style: italic;
	font-size: 14px;
	}

#modal-img-small {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 40%;


}
.box-shadow-1 {
	-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.30);
	box-shadow: 2px 2px 8px rgba(0,0,0,0.30);
}


/* START Media-Query */
@media screen and (min-width: 1200px)  {
	.lg-modal-dialog {
		width:60%;
	}
	.md-modal-dialog {
		max-width:40%;
	}
	.sm-modal-dialog {
		width:30%;
	}
	
	/*.bb-modal-sm {
	top:45%;		
	}*/
}
/* END Media-Query */




/* START Media-Query */
@media screen and (min-width: 992px) and (max-width: 1199px)
{
	.md-modal-dialog {
		width:50%;
	}

}
/* END Media-Query */




/* START Media-Query */
@media screen and (min-width: 768px) and (max-width: 1199px)
{
	#ei-width {
	}	
}
/* END Media-Query */




/* START Media-Query */
@media screen and (min-width: 768px) and (max-width: 992px) 
{
	.md-modal-dialog {
		width:60%;
	}
}
/* END Media-Query */





/* START Media-Query */ 
@media screen and (min-width: 640px) and (max-width: 767px)
{
	.md-modal-dialog {
	margin: auto;
	width: 80%;	
	}
}
/* END Media-Query */





/* START Media-Query */
@media screen and (min-width: 480px) and (max-width: 639px) 
{

}
/* END Media-Query */





/* START Media-Query */ 
@media screen and (min-width: 300px) and (max-width: 479px) 
{

}
/* END Media-Query */





/* START Media-Query */
@media (min-width: 300px) and (max-width: 388px)
{

}
/* END Media-Query */
