.alertBar {
    background-color: #f3d65f;
    display: none;
    height: auto;
    left: 0;
    width: 100%;
    padding: 15px 10px;
	position:relative;
	text-align:center;
}
.alertBar h4 {
	font-family: 'Crimson Pro', serif;
	font-size:18px;
	margin-bottom:3px;
	color:#4e4d4f;
	text-transform:uppercase;
}
.alertBar p, .alertBar a {
	font-size:15px;
	color:#4e4d4f;
	margin-bottom:0;
	line-height:18px;
}
.alertBar a {
	text-decoration:underline;
}
@media only screen and (min-width:1025px) {
.alertBar p, .alertBar a {
	font-size:16px;
}
}

.HPSlider {
	position: relative;
	min-height: 220px;
	overflow: hidden;
	/*justify-content: center;
	-webkit-align-self: center;
	align-self: center;
	flex-direction: column;
	align-items: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;*/
}
.HPSlider img {
    width: 100%;
    min-height: 420px;
    min-width: 1613px;
    overflow: hidden;
    margin-right: -890px;
}
.HPSlider .Content {
	position:absolute;
	left:15px;
	right:15px;
	top:67px;
	margin: 0 auto;
}
.HPSlider p:nth-child(1) {
	margin-bottom:0;
}
.HPSlider li .Content  {
	background: rgba(255,255,255,.81);
	padding: 33px 15px 55px 15px;
	box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.3);
}
.HPSlider .Content h3 {
	color:#a12641;
	font-size:26px;
	font-family: 'Crimson Pro', serif;
	font-weight:700;
	position:relative;
	line-height: 26px;
	margin-bottom: 25px;
}
.HPSlider .Content h3::after {
    background: #a12641;
}
.HPSlider .Content h3::after {
    display: block;
    content: '';
    position: absolute;
    max-width: 175px;
    height: 1px;
    background: #a12641;
    bottom: -11px;
    left: 0;
    right: 0;
    margin: auto;
}
.HPSlider .Content p {
	font-size:18px;
	color:#4e4d4f;
}
.HPSlider .Content p:last-child {
	margin-bottom:0;
}

@media only screen and (min-width:768px) {
.HPSlider .Content {
	max-width:650px;
	left: 12%;
	right: 12%;
	top: 79px;
}
.HPSlider .Content h3 {
	font-size:40px;
	line-height:40px;
}
.HPSlider .Content h3::after {
	bottom: -13px;
	max-width: 386px;
}
.HPSlider .Content p {
	font-size:20px;
}
}
@media only screen and (min-width:992px) {
.HPSlider .Content {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
}
@media only screen and (min-width:1200px) {
.HPSlider img {
    min-height: unset;
    min-width: unset;
	margin-right: unset;
}
.HPSlider .Content {
	left: 0;
	right: 0;
	margin-left: unset;
	margin-right: unset;
	top: 11px;
	left: unset;
	right: 115px;
	padding:30px 15px 45px 15px;
}
.HPSlider .Content h3 {
	margin-bottom: 35px;
}
.HPSlider .Content h3::after {
	bottom: -19px;
}
.HPSlider .Content p {
	line-height:22px;
}
}
@media only screen and (min-width:1440px) {
.HPSlider .Content h3 {
    font-size: 42px;
	line-height:42px;
}
.HPSlider  li .Content{
    padding: 25px 25px 40px 25px;
}
.HPSlider .Content {
    top: 75px;
}
}
@media only screen and (min-width:1600px) {
.HPSlider .Content {
    top: 38px;
	right: 340px;
	padding: 15px 25px 35px 25px;
}
.HPSlider .Content p:nth-child(2) {
	min-height:74px;
}
.HPSlider .Content h3 {
    font-size: 52px;
    line-height: 56px;
}
}
@media only screen and (min-width:1700px) {
.HPSlider .Content {
    top: 62px;
}
}
@media only screen and (min-width:1800px) {
.HPSlider .Content {
    top: 57px;
}
}
.Hero {
	position: relative;
	min-height: 250px;
	overflow: hidden;
	justify-content: center;
	-webkit-align-self: center;
	align-self: center;
	flex-direction: column;
	align-items: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position:relative;
	margin-bottom:35px;
}
.Hero .Content {
	z-index:3;  
    text-align: center;	
	padding: 0 15px;
	position: absolute;
   left: 50%;
   top: 50%;
   width:100%;
   transform: translate(-50%,-50%);
}
.Hero h1, .Hero h2 {
	font-size:34px;
	color:#fff;
	text-transform:uppercase;
	font-weight:900;
	text-shadow: 4px 4px 3px rgba(1,2,2,0.28);
}
.Hero p {
	margin-bottom:0;
}

.Hero img {
    min-height: 250px;
    min-width: 960px;
}

@media screen and (min-width:768px) {

.Hero .Content {
	top: 50%;
	max-width:75%;
}
}
@media screen and (min-width:1025px) {
.Hero img {
    min-height: 370px;
    min-width: 1920px;
}
.Hero h1, .Hero h2 {
	font-size:48px;	
	line-height:55px;
}
}


/*Blue promobox*/
.PromoBoxBlack {
	text-align: center;
	position: relative;
	overflow: hidden;
	justify-content: center;
	-webkit-align-self: center;
	align-self: center;
	flex-direction: column;
	align-items: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position:relative;
	max-width:400px;
	margin:0 auto 45px;
	max-height: 367px;
}
.PromoBoxBlack .overlay {
	background: rgb(0, 0, 0, 0.4);
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 84%;
	top: 0;
}
.PromoBoxBlack .overlay img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.PromoBoxBlack .MidContentContent {
	z-index:3;  
    text-align: center;	
	padding: 0 15px;
	position: absolute;
   left: 50%;
   top: 43%;
   width:100%;
   transform: translate(-50%,-50%);
}
.PromoBoxBlack .LowerContent {
	z-index:3;  
    text-align: center;	
	padding: 10px 25px;
	position: absolute;
   left: 0;
  bottom:0;
  right:0;
   width:100%;
   background-color:#a12641;
}
.PromoBoxBlack .LowerContent:hover {
	cursor:pointer;
	background-color:#a5d9f2;
}
.PromoBoxBlack .LowerContent .fas {
	font-size:12px;
}
.PromoBoxBlack .LowerContent a {
	color:#fff;
	font-weight:600;
}
.PromoBoxBlack .LowerContent:hover a {
	color:#4e4d4f;
	text-decoration:none;
}
.PromoBoxBlack h3 {
	font-size:20px;
	color:#fff;
	font-family: 'Crimson Pro', serif;
	margin-bottom:5px;
	line-height:17px;
}
.PromoBoxBlack p {
	color:#fff;
	margin-bottom:0;
	font-size: 15px;
	line-height: 14px;
}
.PromoBoxBlack p:nth-of-type(2) {
    margin-top: 30px;
}
@media screen and (min-width:375px) {
.PromoBoxBlack h3 {
	font-size:25px;
	margin-bottom:8px;
}
.PromoBoxBlack p {
	font-size: 18px;
	line-height: 18px;
}
.PromoBoxBlack .overlay {
	height: 87%;
}
}

@media screen and (min-width:768px) {
.PromoBoxBlack h3 {
	font-size:30px;
	margin-bottom:25px;
	line-height:32px;
}
}
@media screen and (min-width:992px) { 
.PromoBoxBlack .overlay {
	height: 82%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
.PromoBoxBlack h3 {
	font-size:20px;
	line-height:22px;
	margin-bottom:5px;
}
.PromoBoxBlack p {
	font-size: 16px;
	line-height: 17px;
}

}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
.PromoBoxBlack p {
	line-height:19px;
	font-size:16px;
	line-height:16px;
}
.PromoBoxBlack h3 {
    margin-bottom: 4px;
	font-size: 24px;
	line-height:22px;
}
.PromoBoxBlack .MidContentContent {
	max-width:100%;
}
.PromoBoxBlack .overlay {
    height: 85%;
}
}
@media only screen and (min-width: 1281px) and (max-width: 1439px) {
.PromoBoxBlack .overlay {
    height: 87%;
}
}
@media screen and (min-width:1440px) { 
.PromoBoxBlack .overlay {
    height: 87%;
}

}
@media only screen and (min-width: 1281px) and (max-width: 1599px) {
.PromoBoxBlack h3 {
    margin-bottom: 15px;
}
}
@media screen and (min-width:1440px) {
.PromoBoxBlack .MidContentContent {
	width: 89%;
}
.PromoBoxBlack h3 {
    margin-bottom: 10px;
}
}
.IntroText {
	padding:35px 0;
}
.IntroText .checkmarks span {
	display:block;
	margin-bottom: 15px;
}
.IntroText .checkmarks img {
	margin-right:3px;
}
.PurpleBox, .BurgundyBox, .BlueBox {
	background-color:#f7f7f7;
	margin:0 auto 35px;
	max-width:300px;
}
.PurpleBox  {
	border:1px solid #6d2160;
}
.BurgundyBox  {
	border:1px solid #a12743;
}
.BlueBox  {
	border:1px solid #0b527f;
}
.BurgundyBox h3, .PurpleBox h3, .BlueBox h3 {
	font-size:20px;
}
.PurpleBox h3 {
	color:#6d2160;
}
.BlueBox h3 {
	color:#0b527f;
}
.PurpleBox .MidContentContent, .BurgundyBox .MidContentContent, .BlueBox .MidContentContent {
	padding:15px 25px;
}
.PurpleBox .MidContentContent p:nth-child(1), .BurgundyBox .MidContentContent  p:nth-child(1), .BlueBox .MidContentContent  p:nth-child(1) {
	margin-bottom:5px;
}
.PurpleBox p.LowerContent, .BurgundyBox p.LowerContent, .BlueBox p.LowerContent {
	margin-bottom:0;
	padding:10px 5px;
}
.PurpleBox p.LowerContent {
	background-color: #6d2160;
}
.BurgundyBox p.LowerContent {
	background-color:#a12641;
}
.BlueBox p.LowerContent {
	background-color:#a5d9f2;
}
.PurpleBox p.LowerContent a, .BurgundyBox p.LowerContent a {
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
}
.BlueBox p.LowerContent a {
	color:#414141;
	text-transform:uppercase;
	font-weight:700;
}
.PurpleBox p.LowerContent .fas, .BurgundyBox p.LowerContent .fas, .BlueBox p.LowerContent .fas {
	font-size:16px;
}
@media screen and (min-width:992px) {
.BurgundyBox h3, .PurpleBox h3, .BlueBox h3 {
	min-height:52px;
	margin-bottom:7px;
}
.BurgundyBox .MidContentContent p:nth-child(3), .PurpleBox .MidContentContent p:nth-child(3), .BlueBox .MidContentContent p:nth-child(3) {
	min-height:190px;
}
.IntroText .checkmarks span {
	display:inline-block;
	margin:0 37px 15px 0;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
.PurpleBox .MidContentContent img, .BurgundyBox .MidContentContent img {
	max-width:50px;
}
.PurpleBox .MidContentContent p:nth-child(3), .BurgundyBox .MidContentContent p:nth-child(3) {
	min-height:275px
}
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
.PurpleBox .MidContentContent, .BurgundyBox .MidContentContent {
	padding:10px;
}
}
@media screen and (min-width:1200px) {
.BurgundyBox .MidContentContent p:nth-child(3), .PurpleBox .MidContentContent p:nth-child(3), .BlueBox .MidContentContent p:nth-child(3) {
	min-height:135px;
}
.IntroText .checkmarks span {
	margin:0 15px 15px 0;
}
body .PurpleBox .MidContentContent p.Description,body .BurgundyBox .MidContentContent p.Description {
	min-height:190px
}
}
@media screen and (min-width:1440px) {
.BurgundyBox h3, .PurpleBox h3, .BlueBox h3 {
	min-height:unset;
}
.BurgundyBox .MidContentContent p:nth-child(3), .PurpleBox .MidContentContent p:nth-child(3), .BlueBox .MidContentContent p:nth-child(3) {
	min-height:120px;
	margin-bottom:0;
}
body .PurpleBox .MidContentContent p.Description,body .BurgundyBox .MidContentContent p.Description {
	min-height:173px
}
}

/*plus minus accordion*/
.AccTabs .liveaccdefault {
	margin-bottom:25px;
}
.AccTabs .liveaccdefault .ui-widget-content, .AccTabs .liveaccdefault .ui-state-active, .AccTabs .liveaccdefault .ui-widget-content .ui-state-active,.AccTabs .liveaccdefault .ui-state-default {
	background:transparent;
	border:none;
	color: #3c3c3c;
	font-family: 'PT Sans', sans-serif;
}
.AccTabs .liveaccdefault .ui-accordion .ui-accordion-content {
	padding: 10px 15px;
}
.AccTabs .liveaccdefault .ui-accordion .ui-accordion-content p a {
	color: #a12641;
}
.AccTabs .liveaccdefault h5 {
	font-size:22px;
}

.AccTabs .liveaccdefault .ui-state-active a,.AccTabs .liveaccdefault .ui-state-active a:link,.AccTabs .liveaccdefault .ui-state-active a:visited,.AccTabs .liveaccdefault .ui-accordion .ui-accordion-header a{
    color: #a12641;
	font-size:22px !important;
	text-transform:uppercase;
	line-height:32px;
	font-weight:bold;
}

.AccTabs .liveaccdefault .ui-accordion .ui-accordion-header .ui-icon {
	position:relative;
	background-image:none;
	background:none;
	text-indent:unset;
	display:unset;
}

.AccTabs .liveaccdefault .ui-accordion .ui-accordion-header a {
    padding: 10px 29px 10px 6px;
}
.AccTabs .liveaccdefault .ui-state-default.ui-state-active .ui-icon::before {
	float: right !important;
	content: "\f068";
	font-family:"Font Awesome 5 Free";
	background: none;
	font-size: 16px;
	width: 24px;
	height: 25px;
	text-indent: unset;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
}
.AccTabs .liveaccdefault .ui-state-default.ui-accordion-header-collapsed .ui-icon::before {
	float: right !important;
	content: "\f067";
	font-family:"Font Awesome 5 Free";
	background: none;
	font-size: 16px;
	width: 24px;
	height: 25px;
	text-indent: unset;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
}
.AccTabs .liveaccdefault .ui-accordion-content p {
	font-size:20px;
	line-height:24px;
	margin-bottom:24px;
}
.AccTabs .liveaccdefault .ui-accordion-content .DisclaimerText p, .AccTabs .liveaccdefault .ui-accordion-content .DisclaimerText ul li {
	font-size:16px;
}
@media only screen and (min-width: 992px) and (max-width: 1500px) {
.AccTabs .liveaccdefault .ui-accordion .ui-accordion-content{
    padding: 15px 8px 15px 10px;
    width: 100%;
}
.AccTabs .liveaccdefault .ui-accordion .ui-accordion-header a {
    padding: 7px 7px 7px 8px;
}

.AccTabs .liveaccdefault .ui-state-default.ui-accordion-header-collapsed .ui-icon::before {
    font-size: 15px;
}
}

.AccTabs .liveaccdefault h3.ui-state-default {
	border-bottom: 2px solid #7C878E;
	border-radius: 0;
}
@media only screen and (max-width:991px) {

.AccTabs .liveaccdefault .ui-state-active a, .AccTabs .liveaccdefault .ui-state-active a:link, .AccTabs .liveaccdefault .ui-state-active a:link,.AccTabs .liveaccdefault .ui-state-active a:visited, .AccTabs .liveaccdefault .ui-accordion .ui-accordion-header a
{
	font-size:20px !important;
}

.AccTabs .liveaccdefault .ui-accordion .ui-accordion-header a {
    padding: 7px 7px 7px 0px;
}
 .AccTabs .liveaccdefault .ui-state-default.ui-accordion-header-collapsed .ui-icon::before, .AccTabs .liveaccdefault .ui-state-default.ui-state-active .ui-icon::before {
    font-size: 15px;
}
}

/*Drop down accordion*/
.AccTabs_holidays .liveaccdefault {
	margin-bottom:25px;
}
.AccTabs_holidays .liveaccdefault .ui-widget-content, .AccTabs_holidays .liveaccdefault .ui-state-active, .AccTabs_holidays .liveaccdefault .ui-widget-content .ui-state-active,.AccTabs_holidays .liveaccdefault .ui-state-default {
	background:transparent;
	border:none;
	color: #3c3c3c;
	font-family: 'PT Sans', sans-serif;
}
.AccTabs_holidays .liveaccdefault .ui-accordion .ui-accordion-content {
	padding: 10px 15px;
	border: 1px solid #9b9b9b !important;
}
.AccTabs_holidays .liveaccdefault .ui-accordion .ui-accordion-content p a {
	color: #a12641;
}
.AccTabs_holidays .liveaccdefault h5 {
	font-size:22px;
}

.AccTabs_holidays .liveaccdefault .ui-state-active a,.AccTabs_holidays .liveaccdefault .ui-state-active a:link,.AccTabs_holidays .liveaccdefault .ui-state-active a:visited,.AccTabs_holidays .liveaccdefault .ui-accordion .ui-accordion-header a{
    color: #a12641;
	font-size:18px !important;
	text-transform:capitalize;
	line-height:32px;
	font-weight:bold;
}

.AccTabs_holidays .liveaccdefault .ui-accordion .ui-accordion-header .ui-icon {
	position:relative;
	background-image:none;
	background:none;
	text-indent:unset;
	display:unset;
	left: -5px;
}

.AccTabs_holidays .liveaccdefault .ui-accordion .ui-accordion-header a {
    padding: 10px 29px 10px 10px;
}
.AccTabs_holidays .liveaccdefault .ui-state-default.ui-state-active .ui-icon::before {
	float: right !important;
	content: "\f077";
	font-family:"Font Awesome 5 Free";
	background: none;
	font-size: 16px;
	width: 24px;
	height: 25px;
	text-indent: unset;
	text-align: center;
	margin: 10px 10px 0 0;
	color: #a12641;
	font-weight: bold;
}
.AccTabs_holidays .liveaccdefault .ui-state-default.ui-accordion-header-collapsed .ui-icon::before {
	float: right !important;
	content: "\f054";
	font-family:"Font Awesome 5 Free";
	background: none;
	font-size: 16px;
	width: 24px;
	height: 25px;
	text-indent: unset;
	text-align: center;
	margin-top: 10px;
	color: #a12641;
	font-weight: bold;
}
.AccTabs_holidays .liveaccdefault .ui-accordion-content p {
	line-height:24px;
	margin-bottom:15px;
}
.AccTabs_holidays .liveaccdefault .ui-accordion-content .DisclaimerText p, .AccTabs_holidays .liveaccdefault .ui-accordion-content .DisclaimerText ul li {
	font-size:16px;
}
@media only screen and (min-width: 992px) and (max-width: 1500px) {
.AccTabs_holidays .liveaccdefault .ui-accordion .ui-accordion-content{
    /* padding: 15px 8px 15px 10px; */
    width: 100%;
	border: 1px solid #9b9b9b !important;
}
.AccTabs_holidays .liveaccdefault .ui-accordion .ui-accordion-header a {
    padding: 7px 7px 7px 8px;
}

.AccTabs_holidays .liveaccdefault .ui-state-default.ui-accordion-header-collapsed .ui-icon::before {
    font-size: 15px;
}
}

.AccTabs_holidays .liveaccdefault h3.ui-state-default {
	/* border-bottom: 2px solid #7C878E; */
	border-radius: 0;
	border: 2px solid #9b9b9b !important;
	background-color: #eeeeee;
;
}
@media only screen and (max-width:991px) {

.AccTabs_holidays .liveaccdefault .ui-state-active a, .AccTabs_holidays .liveaccdefault .ui-state-active a:link, .AccTabs_holidays .liveaccdefault .ui-state-active a:link,.AccTabs_holidays .liveaccdefault .ui-state-active a:visited, .AccTabs_holidays .liveaccdefault .ui-accordion .ui-accordion-header a
{
	font-size:20px !important;
}

.AccTabs_holidays .liveaccdefault .ui-accordion .ui-accordion-header a {
    padding: 7px 7px 7px 0px;
}
 .AccTabs_holidays .liveaccdefault .ui-state-default.ui-accordion-header-collapsed .ui-icon::before, .AccTabs_holidays .liveaccdefault .ui-state-default.ui-state-active .ui-icon::before {
    font-size: 15px;
}
}


/*Drop down accordion map*/
.AccTabs_M .liveaccdefault {
	margin-bottom:25px;
}
.AccTabs_M .liveaccdefault .ui-widget-content, .AccTabs_M .liveaccdefault .ui-state-active, .AccTabs_M .liveaccdefault .ui-widget-content .ui-state-active,.AccTabs_M .liveaccdefault .ui-state-default {
	background:transparent;
	border:none;
	color: #3c3c3c;
	font-family: 'PT Sans', sans-serif;
}
.AccTabs_M .liveaccdefault .ui-accordion .ui-accordion-content {
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.AccTabs_M .liveaccdefault .ui-accordion .ui-accordion-content p a {
	color: #a12641;
}
.AccTabs_M .liveaccdefault .ui-accordion .ui-accordion-content p a.BurgundyBtn {
	color: #FFFFFF;
	display: block;
	padding:3px 25px 3px 10px;
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 20px;
}
.AccTabs_M .liveaccdefault .ui-accordion .ui-accordion-content p a.BurgundyBtn::before{
	content: '\f054';
	font-family:"Font Awesome 5 Free";
	font-weight:bold;
}
.AccTabs_M .liveaccdefault .ui-accordion .ui-accordion-content p a:hover {
	color: #a12641;
	
}
.AccTabs_M .liveaccdefault h5 {
	font-size:22px;
}

.AccTabs_M .liveaccdefault .ui-state-active a,.AccTabs_M .liveaccdefault .ui-state-active a:link,.AccTabs_M .liveaccdefault .ui-state-active a:visited,.AccTabs_M .liveaccdefault .ui-accordion .ui-accordion-header a{
    color: #a12641;
	font-size:24px !important;
	text-transform:none;
	line-height:32px;
	font-weight:normal;
}

.AccTabs_M .liveaccdefault .ui-accordion .ui-accordion-header .ui-icon {
	position:relative;
	background-image:none;
	background:none;
	text-indent:unset;
	display:unset;
	left: -5px;
}


.AccTabs_M .liveaccdefault .ui-accordion .ui-accordion-header a {
    padding: 10px 29px 10px 6px;
}
.AccTabs_M .liveaccdefault .ui-state-default.ui-state-active .ui-icon::before {
	float: right !important;
	content: "\f077";
	font-family:"Font Awesome 5 Free";
	background: none;
	font-size: 16px;
	width: 24px;
	height: 25px;
	text-indent: unset;
	text-align: center;
	margin-top: 10px;
	color: #a12641;
	font-weight: bold;
}
.AccTabs_M .liveaccdefault .ui-state-default.ui-accordion-header-collapsed .ui-icon::before {
	float: right !important;
	content: "\f054";
	font-family:"Font Awesome 5 Free";
	background: none;
	font-size: 16px;
	width: 24px;
	height: 25px;
	text-indent: unset;
	text-align: center;
	margin-top: 10px;
	color: #a12641;
	font-weight: bold;
}
.AccTabs_M .liveaccdefault .ui-accordion-content p {
	font-size:16px;
	line-height:24px;
	margin-bottom:24px;
}
.AccTabs_M .liveaccdefault .ui-accordion-content .DisclaimerText p, .AccTabs_M .liveaccdefault .ui-accordion-content .DisclaimerText ul li {
	font-size:16px;
}
@media only screen and (min-width: 992px) and (max-width: 1500px) {
.AccTabs_M .liveaccdefault .ui-accordion .ui-accordion-content{
    padding: 10px 10px;
    width: 100%;
	border: 0px solid #9b9b9b !important;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.AccTabs_M .liveaccdefault .ui-accordion .ui-accordion-header a {
    padding: 7px 7px 7px 8px;
}

.AccTabs_M .liveaccdefault .ui-state-default.ui-accordion-header-collapsed .ui-icon::before {
    font-size: 15px;
}
.AccTabs_M .liveaccdefault .ui-accordion .ui-accordion-content p a {
	
	padding:3px 30px;
	
}
}

.AccTabs_M .liveaccdefault h3.ui-state-default {
	/* border-bottom: 2px solid #7C878E; */
	border-radius: 0;
	border-bottom: 2px solid #9b9b9b !important;
	background-color: transparent;

}
@media only screen and (max-width:991px) {

.AccTabs_M .liveaccdefault .ui-state-active a, .AccTabs_M .liveaccdefault .ui-state-active a:link, .AccTabs_M .liveaccdefault .ui-state-active a:link,.AccTabs_M .liveaccdefault .ui-state-active a:visited, .AccTabs_M .liveaccdefault .ui-accordion .ui-accordion-header a
{
	font-size:20px !important;
}

.AccTabs_M .liveaccdefault .ui-accordion .ui-accordion-header a {
    padding: 7px 7px 7px 0px;
}
 .AccTabs_M .liveaccdefault .ui-state-default.ui-accordion-header-collapsed .ui-icon::before, .AccTabs_M .liveaccdefault .ui-state-default.ui-state-active .ui-icon::before {
    font-size: 15px;
}
}

/*Location inner pages*/
.InnerIntro {
	padding: 25px 0 15px 0;
	border-bottom: 2px solid #a12641;
	margin-bottom: 40px;
}
.GreyB {
	background-color:#f6f6f6;
	border-bottom:6px solid #a12641;
	padding: 34px 0 23px 0;
	margin-bottom: 25px;
}
.GreyB p {
	margin:0 0 8px 0;
	line-height:20px;
}
.GreyB p:nth-child(2) {
	margin:0 0 20px 0;
}
table {
	width:100%;
}
table.greybg td {
    float: left;
    width: 100%;
    line-height: 25px;
    padding: 10px 14px;
    vertical-align: top;
    font-size: 18px;
}
table.greybg td::before {
    content: attr(title);
    display: block;
    font-weight: 700;
    width: 100%;
}
table.greybg tr:nth-child(2n) {
    background: #f4f4f4;
}
@media screen and (min-width:992px) {
table.greybg td {
	border-bottom: 1px solid #d5d6d6;
}
table.greybg td::before {
	display:none;
}
}
@media screen and (min-width:1200px) {
.InnerIntro .PurpleBtn {
    padding: 7px 31px 7px 18px;
	text-align:left;
}
.InnerIntro a.PurpleBtn::before {
	line-height:49px;
}
}
@media screen and (min-width:1600px) {
.InnerIntro .PurpleBtn {
    padding: 11px 31px 11px 16px;
	text-align:left;
}
.InnerIntro a.PurpleBtn::before {
	line-height: 45px;
}
}
@media screen and (min-width:1200px) {
.ContactF {
	margin-top:45px;
}
}
.ContactF .LiveForm.Default {
	font-family: 'PT Sans', sans-serif;
	color: #252525;
}
.ContactF .LiveForm.Default ul.page-break-section,.ContactF .LiveForm.Default .thank-you {
	box-shadow:none;
}
.LiveForm.Default .Field.Matrix.Checkb.Required table, .LiveForm.Default .Field.Matrix.Radiob.Required table, .LiveForm.Default .Field.Required input, .LiveForm.Default .Field.Required textarea, .LiveForm.Default .Field.Required .plupload_filelist_footer, .LiveForm.Default .Field.Required select, .LiveForm.Default .Field.Required.Radiobutton table, .LiveForm.Default .Field.Required.Checkbox table, .LiveForm.Default .Field.Required.ScaleRating table, .LiveForm.Default .Field.Required .StarRatingRequired, .LiveForm.Default .ElectronicSignature.Required .jSignature, .LiveForm.Default .Field.Required tags {
	border: 1px solid #ccc !important;
}
.ContactF .LiveForm.Default input[type="submit"],.ContactF .LiveForm.Default input[type="button"], .LiveForm.Default input[type="submit"], .LiveForm.Default input[type="button"] {
	background-color: #a12641 !important;
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	padding: 8px 41px 8px 43px;
	border: 2px solid #a12641;
	border-radius: 4px;
	font-family: 'PT Sans', sans-serif;
}
.ContactF .LiveForm.Default input[type="submit"]:hover,.ContactF .LiveForm.Default input[type="button"]:hover {
  box-shadow:none;
}

.LargePromoLeft {
	border-top:5px solid #a12641;
	background: #f1f1f1;
	position:relative;
	overflow:hidden;
	background: #f1f1f1 url("images/greytraingle_overlay.png") no-repeat bottom right;
}
.LargePromoLeft .ContentRight {
	padding: 15px 15px 20px 15px;
	
}
.LargePromoLeft .ContentRight h6 {
	text-transform:uppercase;
	margin-bottom:0;
}
.LargePromoLeft .ContentRight h3 {
	font-family: 'Crimson Pro', serif;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 19px;
	text-transform: uppercase;
	color:#5b5b5b;
}
.LargePromoLeft .ContentRight p {
	color:#5b5b5b;
}
@media screen and (min-width:768px) {
.LargePromoLeft .ContentRight h3 {
	font-size: 28px;
}
}
@media screen and (min-width:1280px) {
.LargePromoLeft .ContentRight {
	position: relative;
	width: 50%;
	display: inline-flex;
	align-items: center;
}
.LargePromoLeft p:nth-child(1) {
	display:inline-block;
	width: 49%;
	margin-bottom:0;
	vertical-align:top;
}
.LargePromoLeft img {
}
.LargePromoLeft .ContentRight::before {
	width: 130px;
	height: 100%;
	background-color: #f1f1f1;
	display: block;
	min-height: 415px;
	position: absolute;
	top: 0;
	transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	-webkit-transform: skewX(-10deg);
	left: -66px;
	content:"";
}
.LargePromoLeft .ContentRight .wrapper {
	z-index:1;
	position:relative;
}
.LargePromoLeft .ContentRight p {
	line-height:20px;
}
.LargePromoLeft .ContentRight h3 {
	margin-bottom:0;
}
.LargePromoLeft .ContentRight p:last-child {
	margin-bottom:0;
}
}
@media screen and (min-width:1440px) {
.LargePromoLeft .ContentRight {
	display: inline-flex;
	align-items: center;
	min-height:257px;
}
}
@media screen and (min-width:1600px) {
.LargePromoLeft .ContentRight h3 {
	font-size:30px;
	margin-bottom:25px;
}
.LargePromoLeft .ContentRight {
	min-height:280px;
	max-width:44%;
}
}
@media screen and (min-width:1900px) {
.LargePromoLeft .ContentRight {
	min-height:340px;
}
}
.ImageSection {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	display: block;
	text-decoration: none;
}
.HoverContent {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .85);
  -webkit-transition: opacity .6s cubic-bezier(.190, 1.000, .220, 1.000);
  -moz-transition: opacity .6s cubic-bezier(.190, 1.000, .220, 1.000);
  -o-transition: opacity .6s cubic-bezier(.190, 1.000, .220, 1.000);
  transition: opacity .6s cubic-bezier(.190, 1.000, .220, 1.000);
}
.HoverContent p, .ImageSection p {
	margin-bottom:0;
}
.HoverContent p {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contentwrapper .HoverContent a {
	font-weight:bold;
	color:#fff;
	font-size:22px;
}
.contentwrapper .HoverContent a:hover {
	text-decoration:none;
}
.Lenders {
	margin-bottom: 41px;
	padding-bottom: 20px;
	border-bottom: 3px solid #a12641;
	-webkit-box-shadow: 5px 5px 15px 5px #E8E8E8;
	box-shadow: 5px 5px 15px 5px #E8E8E8;
}
.Lenders h4 {
	margin:10px 0 5px 0;
	text-transform:uppercase;
	font-size:22px;
}
.Lenders p:nth-child(2) {
	margin-bottom:0;
	line-height:22px;
}
.ImageSection:hover .HoverContent {
  background: rgba(0, 0, 0, .6); 
  opacity: 1;
  padding:15px;
}
.ImageSection:hover .HoverContent p {
	background: url("images/smallinfoicon.png") no-repeat;
	background-position: right bottom;
}
.MainContent {
	padding:0 15px;
}
@media screen and (min-width:768px) {
.MainContent {
	min-height:168px;
}
}
@media screen and (min-width:992px) {
.Lenders h4 {
	min-height:58px;
}
.Lenders p:nth-child(2) {
	min-height:66px;
}
.burgundy_boxes th{
	min-height: 50px;
    display: flex;
	align-items: center;
	
}
.burgundy_boxes .lefttext {
    max-width: 85%;
}
.burgundy_boxes table .moreInfo {
    min-height: 205px;
    display: block;
    position: relative;
}
}

@media screen and (min-width:1025px) {
.Lenders .hidden-sm-up {
	display:none;
}
.Lenders p:nth-child(3) {
	margin-bottom:20px;
}
}
@media screen and (min-width:1200px) {
.Lenders h4 {
	min-height:unset;
}
.Lenders p:nth-child(2) {
	min-height:72px;
}
.burgundy_boxes .burgundyHeader h3 {
    font-size: 23px;
}
.burgundy_boxes ul li{
	font-size: 20px;
}
.burgundy_boxes table .moreInfo {
    min-height: 152px;
    display: block;
    position: relative;
}
}
@media screen and (min-width:1440px) {
.MainContent {
  min-height: 147px;
}
}
.burgundy_boxes table{
	width: 100%;
    border: 1px solid #a12641;
}
.burgundy_boxes .MultipleButtons{
	padding-bottom: 15px;
}
.burgundy_boxes th{
	background: #a12641;
}
.burgundy_boxes .burgundyHeader div.headerarea {
    margin: 0px;
    padding: 5px 17px;
	width: 100%;
}
.burgundy_boxes .burgundyHeader h3 {
	font-family: 'Lato', sans-serif;
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}
.burgundy_boxes .burgundyHeader p {
	font-family: 'Lato', sans-serif;
    margin: 0;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    margin-bottom: 0;
}
.burgundy_boxes .accountTypesIcons {
    float: right;
    margin-bottom: 5px;
}
.burgundy_boxes{
	padding: 0;
}
table td {
	padding: 15px 25px;
}
.burgundy_boxes{
	margin-bottom: 45px;
}
.burgundy_boxes .BurgundyBtn{
	margin: 0 23px 0 0;
}