html {
    background: #006B9D url(../img/bg.png);
}
body {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    background-color: transparent;
	margin: 0;
	padding: 0;
}
a{
	color: inherit;
    transition: color 0.15s;
}
a:focus {
	color: inherit;
	outline: 0;
	outline-offset: 0;
}
a:hover {
    color: #06acff;
}

.color-red {
    color: #EF3535;
}

.mb-0 {
    margin-bottom: 0 !important;
}

@media (min-width: 768px) {
	.mob_v {
		display: none;
	}
}

@media (min-width: 991px) {
  body:not(.agent_form_page) .container {
    width: 806px;
  }
}

@media (max-width: 767px){
	html {
		/*
    	background: #ebebeb;
    	background: -moz-linear-gradient(top, #ebebeb 0%, #ebebeb 100%);
    	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#ebebeb));
    	background: -webkit-linear-gradient(top, #ebebeb 0%,#ebebeb 100%);
    	background: -o-linear-gradient(top, #ebebeb 0%,#ebebeb 100%);
    	background: -ms-linear-gradient(top, #ebebeb 0%,#ebebeb 100%);
    	background: url(../img/bg-mb.png), linear-gradient(to bottom, #ebebeb 0%,#ebebeb 100%);
    	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ebebeb',GradientType=0 );
    	background-attachment: fixed;
		*/
		background: #fff;
	}
	a,
	a:hover,
	a:focus,
	a:active,
	a:visited {
		color: #c72810;
	}
	.text-xs-center{
		text-align: center;
	}

	body .LPMcontainer.LPMoverlay {
		display: none !important;
	}
	.desk_v {
		display: none;
	}
}

[data-update="q_location"] {
    text-transform: capitalize;
}




/*
 * Toggle Content
 * ------------------------------------------------------------------------------------------------
*/
.toggle-content-link {
	display: inline-block;
	text-decoration: none;
}
.toggle-content-link:hover,
.toggle-content-link:focus {
	color: inherit;
	text-decoration: none;
}
.toggle-content-link:after {
	content: '';
	display: inline-block;
	background-image: url(../img/arrow-down-small.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 14px;
	height: 10px;
	margin-left: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
}
.toggle-content-link[aria-expanded="true"]:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
#collapse-references-resources a {
	color: #006395;
	word-break: break-word;
}
#collapse-references-resources a:focus {
	text-decoration: none;
}
#collapse-references-resources a:hover {
	color: #06acff;
}



/*
 * Modal
 * ------------------------------------------------------------------------------------------------
*/
.modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2));
}
.modal-dialog-centered .modal-content {
	width: 100%;
}
@media (min-width: 576px) {
	.modal-dialog-centered {
		min-height: calc(100% - (3rem * 2));
	}
}



/*
 * Global Button
 * ------------------------------------------------------------------------------------------------
*/
.site-btn {
	display: inline-block;
	position: relative;
	color: white;
	font-size: 24px;
	font-weight: 600;
	text-decoration: none;
	padding: 13px 56px 13px 20px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0px 0px 0px 1px #ef2929, inset 0px 0px 0px 2px #f78c8c;
	-moz-box-shadow: inset 0px 0px 0px 1px #ef2929, inset 0px 0px 0px 2px #f78c8c;
	box-shadow: inset 0px 0px 0px 1px #ef2929, inset 0px 0px 0px 2px #f78c8c;
	background: #f75a5a;
	background: -moz-linear-gradient(top, #f75a5a 0%, #ef4242 100%);
	background: -webkit-linear-gradient(top, #f75a5a 0%,#ef4242 100%);
	background: linear-gradient(to bottom, #f75a5a 0%,#ef4242 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f75a5a', endColorstr='#ef4242',GradientType=0 );
	transition: all 0.2s;
}
.site-btn:before {
	content: '';
	position: absolute;
	top: 2px;
	right: 35px;
	bottom: 2px;
	border-left: 1px dotted #ff8c94;
}
.site-btn:after {
	content: '▲';
	position: absolute;
	top: 13px;
	font-size: 14px;
	right: 20px;
	transform: matrix(0.00,1.50,-0.80,0.00,0,0);
	-ms-transform: matrix(0.00,1.50,-0.80,0.00,0,0);
	-webkit-transform: matrix(0.00,1.50,-0.80,0.00,0,0);
	text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
	-webkit-animation: arr-animation 0.6s linear infinite;
	animation: arr-animation 0.6s linear infinite;
}
.site-btn:hover {
	color: white;
	text-decoration: none;
	-webkit-box-shadow: inset 0px 0px 0px 1px #ff0000, inset 0px 0px 0px 2px #ff9999;
	-moz-box-shadow: inset 0px 0px 0px 1px #ff0000, inset 0px 0px 0px 2px #ff9999;
	box-shadow: inset 0px 0px 0px 1px #ff0000, inset 0px 0px 0px 2px #ff9999;
	background: #ff3333;
	background: -moz-linear-gradient(top, #ff3333 0%, #ff0000 100%);
	background: -webkit-linear-gradient(top, #ff3333 0%,#ff0000 100%);
	background: linear-gradient(to bottom, #ff3333 0%,#ff0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3333', endColorstr='#ff0000',GradientType=0 );
}
.site-btn:focus {
	color: white;
	text-decoration: none;
	outline: 0;
	outline-offset: 0;
}
@media (max-width: 767px) {
	.site-btn {
		font-size: 18px;
	}
	.site-btn:after {
		top: 13px;
		font-size: 12px;
		right: 13px;
	}
}
@media (max-width: 370px) {
	.modal-partner-typ .site-btn {
		font-size: 16px;
		padding: 13px 46px 13px 15px;
	}
}




