


/********************************************************************************/

/* 'catch-all' class:
	- added to outmost div containers for main BC blocks
*/

/********************************************************************************/

.bc-main {
	/*font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;*/
	color: #485964;
	font-size: 0.9375rem;
	line-height: 1.3;
	font-weight: 300;
}



/********************************************************************************/

/* General BC styles */

/********************************************************************************/


/* Layout */

.bc-header-offset {
	padding-top: 6.5625rem !important;
}

.bc-main-container {
	width: 100%;
	background: #F2F6F9;
}

.bc-main-content, .bc-module {
	margin: 0rem;
	padding: 0rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 68.75rem;
	width: 85%;
	min-width: 50rem;
	padding-top: 6.25rem;
	padding-bottom: 6.25rem;
}

#bc-price .bc-main-content {
	padding-top: 6.25rem;
	padding-bottom: 6.25rem;
}

#bc-price.bc-yellow-block h1, #bc-price.bc-yellow-block h2 {
    color: #004E9C;
}

.bc-step-holder {
	border-bottom: 0.0625rem solid #B6BCC1;
	padding-top: 4.0625rem;
	padding-bottom: 2.8125rem;
}

.bc-tbl {
	display: table;
	width: 100%;
}
.bc-tbl-row {
	display: table-row;
}
.bc-tbl-col {
	display: table-cell;
	vertical-align: top;
}
.bc-tbl-col-text {
	display: table-cell;
	vertical-align: middle;
	padding-right: 3.75rem;
}


/* Typography */

.bc-main h2 {
	/*font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;*/
	font-weight: 400;
	font-size: 1.875rem;
	line-height: 1em;
	color: #004E9C;
	margin-bottom: 1.5625rem;
}

.bc-main p {
	margin-bottom: 1.5625rem;
	font-size: 0.9375rem;
}

p.bc-intro {
	font-size: 1.0625rem;
}

.bc-main a {
	/*font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;*/
	color: #004E9C;
}

.bc-main b {
	/*font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;*/
	font-weight: 400;
}

.bc-default-heading {
	display: block;
	/*font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;*/
	font-size: 1.875rem !important;
	font-weight: 200 !important;
	line-height: 1 !important;
	color: #485865 !important;
	margin-bottom: 1.5625rem;
}

.bc-default-subheading {
	display: block;
	/*font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;*/
	font-size: 1.25rem !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
	color: #004E9C;
	margin-top: 0rem;
	margin-bottom: 0rem;
}


/* Yellow block (sentence / price) */

.bc-yellow-block {
	background-color: #ffa300;
}

.bc-yellow-block b {
	color: #004E9C;
}

.bc-yellow-block h1,
.bc-yellow-block h2 {
	font-size: 2.8125rem !important;
	line-height: 1 !important;
	letter-spacing: -0.0625rem;
	/*text-transform: uppercase;*/
	margin: 0;
	padding: 0;
	/*font-family: "Avenir Next W00", Helvetica, Roboto, Arial, sans-serif !important;*/
	font-weight: 700 !important;
	color: #FF6813;
}
.bc-yellow-block h2 .highlight,
.bc-yellow-block h1 .highlight {
	display: inline-block !important;
	color: white;
}
@media only screen and (max-width: 47.9375em) {
	.bc-yellow-block h2 {
		font-size: 2.5rem !important;
		line-height: 1 !important;
	}
}

.bc-yellow-block p {
	color: #FFFFFF;
	font-size: 1.0625rem;
	line-height: 1.3em;
	padding-top: 1.5625rem;
	padding-bottom: 0;
	max-width: 50rem;
	margin-bottom: 0 !important;
}


.bc-step {
	display: inline-block;
	font-size: 1.875rem;
	color: #FF6813;
	font-weight: 700;
	margin-right: 0.4375rem;
}

/* Colours */
.lightgrey {color: #7F8992;}
.darkblue {color: #004E9C;}

/* animations */

.bc-animate-holder {
	overflow: hidden;
	height: 0;
}



/********************************************************************************/

/* Override Livingston theme styles */

/********************************************************************************/


/* input placeholders
	this will affect other form input fields on pages where
	the BC module is included */

*::-webkit-input-placeholder {
	color: #B5BBC0;
	/*font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;*/
}
*:-moz-placeholder {
	/* FF 4-18 */
	color: #B5BBC0;
	/*font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;*/
}
*::-moz-placeholder {
	/* FF 19+ */
	color: #B5BBC0;
	/*font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;*/
}
*:-ms-input-placeholder {
	/* IE 10+ */
	color: #B5BBC0;
	/*font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;*/
}

.bc-main *, #popover-container * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}








/* __GENERAL / UTILITIES
___________________________________________________________*/

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;

}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}




/********************************************************************************/

/* Mobile / alternative content

/********************************************************************************/


/* hide BC for small screen sizes (mobile) */
.bc-mobile {display: none;}
@media only screen and (max-width: 47.9375em) {
	.bc-main {
		display: none;
	}
	#bc-intro {
		display: none !important;
	}
	/* show alternative call to action */
	.bc-mobile {
		display: block;
		/*background-color: #F2F6F9;*/
	}

	.bc-mobile .bc-module {
		min-width: 0;
	}
}

.bc-mobile p {
	/*font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;*/
}

.bc-mobile b {
	font-weight: 400;
	color: #000;
}

p.bc-ctaPhone {
	color: #FF6813 !important;
	padding: 0 !important;
	font-weight: 500 !important;
	font-size: 1.375rem !important;
}

p.bc-ctaPhone span {
	color: #004E9C;
}

.bc-mobile p {
	padding-top: 1.5625rem;
	padding-bottom: 1.5625rem;
}

.bc-mobile h2 {
	font-size: 2.5rem !important;
	line-height: 1 !important;
	letter-spacing: -0.0625rem;
	/*text-transform: uppercase;*/
	margin: 0;
	padding: 0;
	/*font-family: "Avenir Next W00", Helvetica, Roboto, Arial, sans-serif !important;*/
	font-weight: 700 !important;
	color: #FF6813;
}

.bc-mobile h2 .highlight {
	display: inline-block !important;
	color: #FF6813;
}





/********************************************************************************/

/* Styles for module (based on BC Module)

/********************************************************************************/

/* add z-index to both select2-container and #popover to show above livingston header */

#popover {
	z-index: 999998 !important;
}

/* search area container behind seatch field*/

.bc-module-popover-multiple-option a {
	/*font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;*/
}


/********************************************************************************/

/* BC Module CSS */

/********************************************************************************/

@keyframes search-animation
{
  0%   { color:#485865; }
  50%  { color:#F2F6F9; }
  100% { color:#485865; }
}

@-o-keyframes search-animation
{
  0%   { color:#485865; }
  50%  { color:#F2F6F9; }
  100% { color:#485865; }
}

@-moz-keyframes search-animation
{
  0%   { color:#485865; }
  50%  { color:#F2F6F9; }
  100% { color:#485865; }
}

@-webkit-keyframes search-animation
{
  0%   { color:#485865; }
  50%  { color:#F2F6F9; }
  100% { color:#485865; }
}


.bc-module .loading-results
{
	-webkit-animation: search-animation 1s infinite;
   -moz-animation: search-animation 1s infinite;
   -o-animation: search-animation 1s infinite;
    animation: search-animation 1s infinite;
}


.bc-module
{
	/*background-color: #ffa300;*/
}

.bc-module-heading {
	/*margin-bottom: 1.875rem;*/
}



.bc-module b
{
	/*font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;*/
	/*font-family: ProximaNova-Semibold, verdana, helvetica, sans-serif;*/
	/*font-weight: bold;*/
	/*font-weight: 400;*/
}


.bc-module .sentence {

	max-width: 56.25rem;
	letter-spacing: -0.03125rem;
	font-size:2.5rem;
	line-height: 1.1;
	/*color: white;*/
	cursor:default;

	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    padding-bottom: 1.5625rem;
}

/* this is a comment */

.bc-module a {
	color: #004E9C;
	text-decoration: none;
	display: inline-block;
	position: relative;
}

.bc-module a::after {

  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 0.0625rem solid;
  margin-top: -0.0625rem;
}

.bc-ctaPhone a::after {
    content: none;
}

.bc-module a:hover {
  color: #2D80C2 !important;
  cursor:pointer;
  text-decoration: none !important;
}


.bc-button {
    /*font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;*/
    /*color: white;*/
    /*background-color: #004E9C !important;*/
    /*-webkit-border-radius: 0.1875rem;*/
    /*-moz-border-radius: 0.1875rem;*/
    /*border-radius: 0.1875rem;*/
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: none;
    margin-right: 0.625rem !important;

    cursor: pointer;
    /*padding: 0.7rem 1.875rem;*/
    font-size: 1.125rem;
    line-height: 1.125;
    font-weight: 700;

	text-transform: none;
	min-width: 7.5rem;
	letter-spacing: normal;
    border: 1px solid #004E9C;
    /*font-size: 1.25rem !important;*/
    /*padding: 0.875rem 1.25rem 0.75rem 1.25rem !important;*/
}

.bc-button:hover {
	background-color: #2D80C2 !important;
	cursor: pointer;
}

#lg-form-submit button:focus {
    -webkit-box-sizing: border-box;
    border: 1px solid #004E9C;
    box-shadow: inset 0 0 0 3px white;
    -webkit-box-shadow: inset 0 0 0 3px white;
    -moz-box-shadow: inset 0 0 0 3px white;
}

.bc-button-yellow {
	background-color: #FF6813 !important;
    border: 1px solid #FF6813 !important;
}

.bc-button.bc-button-yellow:hover {
	background-color: #ffa300 !important;
}

.bc-but-requestQuote {
    width: 18rem;
}

.bc-module-popover
{
	font-size: 0rem;
	line-height: 0;
	position: absolute;
	left: 1.25rem;
	right: 1.25rem;
	z-index: 99;
	text-align: center;
	width: 15.625rem;
}

.bc-module-select
{
	width: 15.625rem;
}

.bc-module-popover-box
{
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	width: 100%;
	width: 18.75rem;
	height: 18.75rem;
	background-color: #F2F6F9;

	-webkit-border-radius: 0.375rem;
	-moz-border-radius: 0.375rem;
	border-radius: 0.375rem;

	-webkit-box-shadow: 0.125rem 0.125rem 1.25rem 0rem rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0.125rem 0.125rem 1.25rem 0rem rgba(0, 0, 0, 0.2);
	box-shadow:         0.125rem 0.125rem 1.25rem 0rem rgba(0, 0, 0, 0.2);
}

.bc-module-popover-arrow
{
	padding:0rem;
	padding-top:2px;
	text-align: center;
	width:100%;
	height: 0.875rem;
}
.bc-module-popover-arrow img
{
    width:auto;
    height: 100%;
}

.bc-module-popover-multiple-option
{
	padding-left: 0.625rem;
	padding-top: 0.375rem;
	padding-bottom: 0.625rem;
	font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;
	text-decoration: underline;
	color:#004E9C;
	background-color: none;
	top:0.4375rem;
	background-color: none;
	font-size: 0.9375rem;
	line-height: 1;
	text-align: left;
	border-bottom: 0.0625rem solid #e5e5e5;
}

.bc-module-popover-multiple-option a {
	color:#004E9C;
	cursor: pointer;
}

.bc-module-popover-multiple-option a:hover {
	color:#2D80C2;
	cursor: pointer;
}

.bc-module-calendar-container {

	position: relative;
	top: 0rem;
	padding: 0rem;
	margin: 0rem;
	width: 15.3125rem;
	height: 10.9375rem;
	text-align: left;
	border-top: 0.0625rem solid #e5e5e5;
	background-color: none;
}

.bc-module-calendar-item {

	font-size: 0.75rem;
	display: inline-block;
	padding: 0rem;
	margin:  0rem;
	background-color: none;
	border-bottom: 0.0625rem solid #e5e5e5;
	border-right: 0.0625rem solid #e5e5e5;
	line-height: 3;
	width: 2.1875rem;
	height: 2.1875rem;
	color:#485865;
	/*font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;*/
	text-align: center;

	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.bc-module-calendar-item:hover
{
	cursor: pointer;
	color: white;
	background-color: #004E9C !important;
	border-bottom: 0.0625rem solid #004E9C;
	border-right: 0.0625rem solid #004E9C;
}

/********************************************************************************/

/* scroll hint */

/********************************************************************************/



.bc-module .scroll-hint-container
{
	display: inline-block;
	overflow: visible;
	visibility: visible;
	opacity: 0;
	height: 0;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.bc-module .scroll-hint-icon
{
	display: inline-block;
	vertical-align: middle;
	width: 2.5rem;
	height: 2.5rem;

	content: url("../images/scroll-hint-circle.svg");
	background-image: url("../images/scroll-hint-arrow.svg");

	-webkit-animation: scroll-hint-animation 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
   -moz-animation: scroll-hint-animation 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
   -o-animation: scroll-hint-animation 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
    animation: scroll-hint-animation 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;

    -webkit-border-radius: 1.1875rem;
    -moz-border-radius: 1.1875rem;
    border-radius: 1.1875rem;
}

.bc-module .scroll-hint-text
{
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.9375rem;
	/*color: white;*/
	font-size: 0.875rem;
}

@keyframes scroll-hint-animation
{
  0%   { background-position-y: 0rem }
  25%  { background-position-y: 2.5rem }
  100% { background-position-y: 2.5rem }
}

@-o-keyframes scroll-hint-animation
{
  0%   { background-position-y: 0rem }
  25%  { background-position-y: 2.5rem }
  100% { background-position-y: 2.5rem }
}

@-moz-keyframes scroll-hint-animation
{
  0%   { background-position-y: 0rem }
  25%  { background-position-y: 2.5rem }
  100% { background-position-y: 2.5rem }
}

@-webkit-keyframes scroll-hint-animation
{
  0%   { background-position-y: 0rem }
  25%  { background-position-y: 2.5rem }
  100% { background-position-y: 2.5rem }
}


/********************************************************************************/

/* scroll hint */

/********************************************************************************/

.bc-module {
	/*position: relative;*/
}


.bc-module #hints-container {

	/*border: 0.0625rem solid #BF1722;*/

}


.bc-module .sentence-hint-container
{
	position: absolute;
	top: 12.5rem;
	left: 0rem;
	width: 2.125rem;
	height: 3.75rem;
}

.bc-module .sentence-hint-connector
{
	position: relative;
	top: 0rem;
	left: 0rem;
	width: 2.125rem;
	height: 3.75rem;
	background-repeat: no-repeat;
	background-image: url("../images/sentence-hint-connector.svg");
}

.bc-module .sentence-hint-arrow
{
	position: absolute;
	vertical-align: middle;
	top: 3.125rem;
	left: 0.25rem;
	width: 2.5rem;
	height: 1.25rem;

	background-image: url("../images/sentence-hint-arrow.svg");
	background-repeat: no-repeat;

	-webkit-animation: typing-hint-animation 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
   -moz-animation: typing-hint-animation 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
   -o-animation: typing-hint-animation 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
    animation: typing-hint-animation 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;

    -webkit-border-radius: 1.1875rem;
    -moz-border-radius: 1.1875rem;
    border-radius: 1.1875rem;

    /*
    box-shadow:     inset    0rem 0rem 0rem 0.125rem #FFFFFF;
  	-webkit-box-shadow:inset 0rem 0rem 0rem 0.125rem #FFFFFF;
  	-moz-box-shadow:   inset 0rem 0rem 0rem 0.125rem #FFFFFF;
    */

}

@keyframes sentence-hint-animation
{
  0%   { color:#485865; }
  50%  { color:#F2F6F9; }
  100% { color:#485865; }
}

@-o-keyframes typing-hint-animation
{
  0%   { color:#485865; }
  50%  { color:#F2F6F9; }
  100% { color:#485865; }
}

@-moz-keyframes typing-hint-animation
{
  0%   { color:#485865; }
  50%  { color:#F2F6F9; }
  100% { color:#485865; }
}

@-webkit-keyframes typing-hint-animation
{
  0%   { background-position-x: 0rem }
  50%  { background-position-x: 1.0625rem }
  100% { background-position-x: 0rem }
}

/*//////////////////////////////////////////////////////////////////////////////////////////////*/

.select-list-container
{
	padding: 0rem;
	margin: 0rem;
	width:18.75rem;
	height:12.5rem;
	background-color: none;
	overflow-y: auto;
	overflow-x: hidden;
}

.select-list-item
{
	-webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */

	/*font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;*/
	font-weight: 200;
    text-align: left;
	font-size: 0.9375rem;
	line-height: 1.3;
    height:2.5rem;
    color:#485865;
    background-color: none;
    border-bottom: 0.0625rem solid #e5e5e5;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    padding-top: 0.75rem;
    white-space: nowrap;
}

.select-list-item:hover {

	cursor: pointer;
}

.select-list-item.selected
{
    color:#FFFFFF;
    background-color: #004E9C;
}

.select-search
{
	padding: 0.4375rem !important;
	margin: 0 !important;
	border-bottom: 0.0625rem solid #D0DBE5;
	background-color: none;
	width: 18.75rem;
}

.select-search-field
{
	/*font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;*/
	font-weight: 200;
	-webkit-appearance: none;
    border: 0.125rem;
    font-size: 1.125rem;
    margin: 0 !important;
    padding: 0rem;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    height: 2.25rem;
    -webkit-border-radius: 0.1875rem;
	-moz-border-radius: 0.1875rem;
	border-radius: 0.1875rem;
	width: 100%;
	border: 0.0625rem solid #D0DBE5;
}

::-webkit-input-placeholder {
   font-size: 1.125rem;
}

:-moz-placeholder { /* Firefox 18- */
   font-size: 1.125rem;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-size: 1.125rem;
}

:-ms-input-placeholder {
   font-size: 1.125rem;
}





/* __ STYLES FOR PRICE RESULTS
___________________________________________________________*/


.bc-display-price-holder, .bc-display-range-holder {
	display: block;
	height: 3.125rem;
	/*font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;*/
	font-weight: 200;
	font-size: 3.125rem;
	line-height: 1;
	color: #FFF;
}

.bc-display-price-holder {
	/*font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;*/
	font-weight: 400;
	width: 18.75rem;
}

.bc-display-price-holder span, .bc-display-range-holder span {
	display: inline-block;
	vertical-align: middle;
}
.bc-price-arrow {
	width: 4.375rem;
	height: 3.125rem;
	background: url(../images/pricing/price-arrow.svg) no-repeat center center;
}


.bc-price-quote a {
	font-size: 0.875rem !important;
	text-decoration: underline;
	/*font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;*/
	font-weight: 400 !important;
}

.bc-price-quote .bc-tbl-col {
}


/* GRAPH */

#graph-holder {
	position: relative;
	margin-top: 2.1875rem;
	width: 62.5rem;
	height: 6.875rem;
}

#graph-price-holder {
	position: relative;
	display: inline-block;
	left: 0;
	height: 3.4375rem;
	background: url(../images/pricing/graph-arrow.svg) no-repeat center bottom;
    background-size: contain;
}

#graph-legend {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 6.875rem;
	background: url(../images/pricing/graph-bg.svg) no-repeat center bottom;
}

.graph-price {
	display:block;
	height: 2.5625rem;
	line-height: 2.5625rem;
	/*font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;*/
	font-weight: 400;
	font-size: 1.25rem !important;
	color: white;
	background-color: #004E9C;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 0.25rem;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	border: none;
	padding: 0 1.25rem;
}

#graph-range {
	display: block;
	position: absolute;
	min-width: 6.25rem;
	left: 0;
	height: 1.4375rem;
	background: #FFF url(../images/pricing/graph-label.svg) no-repeat left center;
    background-size: contain;
}

#graph-description {
	height: 8.75rem;
	position: relative;
}

#graph-description p {
	position: absolute;
	top: 0;
	display: none;
}

#graph-description .estimate {

}

#graph-description .loading, .price-loader {

}

#bc-price .bc-sentence {
	white-space: nowrap;
}

.price-loader {
	display: inline-block;
	line-height: 1;
}

.price-loader img {
	width: 2rem;
	height: 2rem;
	display: block;
}

.hide-when-loading {
	visibility: hidden;
}





/* __ STYLES FOR MODE + ROUTE SECTION
___________________________________________________________*/

#bc-routes {

}

.bc-route-container {
	margin-top: 1.25rem;
	color: #000;
	display: none;

	max-height: 125rem;
	transition: max-height 0.15s ease-out;
	overflow: hidden;
}


#menu:hover #list {
	max-height: 31.25rem;

}


/* OVERRIDES */

#bc-routes .bc-default-heading {
	margin-bottom: 0.9375rem;
}


#bc-routes .bc-main-content {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}


/* ROUTE STYLES */


#bc-routes p {
	margin-bottom: 0;
}

.bc-route-container .bc-default-subheading {
	border-bottom: 0.0625rem solid #E7EEF2;
}

.dynamic-routes {
	width: 100%;
}

.bc-route-info {
	padding-top: 0.4375rem;
	padding-bottom: 0.4375rem;
	border-bottom: 0.0625rem solid #E7EEF2;
}

.bc-route-error {
	display: none;
	padding-top: 0.4375rem;
}

.bc-route-error .error-message {
	background: #F2F6F9;
	padding: 0.3125rem 0.9375rem 0.3125rem 0.9375rem;
	color: #BF1722;
}

.bc-route-info-float {
	display: inline-block;
	float: right;
}

.bc-route-info-float .txtwrapper {
	display: inline-block;
	vertical-align: middle;
}

.bc-route-info b {
	display: inline-block;
	color: #000;
	width: 2.5rem;
}

.route-countryto {
	color: #004E9C;
}
.route-countryto:hover {
	cursor: pointer;
	color: #0589DB;
	text-decoration: underline;
}

.route-spacer {
	display: inline-block;
	width: 0.9375rem;
}

.bc-route-delete {
	vertical-align: middle;
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
	background: url(../images/icon-delete.svg) no-repeat center top;
    background-size: contain;
}

/*.bc-route-add {*/
	/*margin-top: 0.9375rem;*/
	/*font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;*/
	/*font-size: 0.9375rem;*/
	/*font-weight: 400 !important;*/
	/*color: #004E9C;*/
	/*width: auto;*/
	/*display: inline-block;*/
/*}*/


.bc-route-add {
	/*font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;*/
	font-size: 0.9375rem;
	font-weight: 400 !important;
	color: #004E9C;
	display: inline-block;
	float: right;
}

.bc-route-add:hover {
	cursor: pointer;
	color: #0589DB;
	text-decoration: underline;
}

.bc-route-info select::-ms-expand {
	display: none;
}
.bc-route-info select {

	margin: 0;
	width: 10rem;
	height: 2.125rem;

	padding: 0;
	padding-left:0.625rem;
	padding-right:3.125rem;

	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;

	overflow: hidden;

	/*font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;*/
	font-style: normal;
	font-weight: 200;
	font-size: 0.9375rem;
	line-height: 1;

	color:#485865;
	background-color: #E7EEF2;
	border: 0.0625rem solid #D0DBE5;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	-webkit-border-radius: 0.1875rem;
	-moz-border-radius: 0.1875rem;
	border-radius: 0.1875rem;

	background-image: url("../images/select-arrow-small.svg");
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-origin:border-box;
}

.bc-route-info input[type="text"] {

	margin: 0;
	width: 8.125rem;
	height: 2.125rem;

	padding: 0;
	padding-left: 0.625rem;
	padding-right: 0.625rem;

	/*font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;*/
	font-weight: 200;
	font-style: normal;
	font-size: 0.9375rem;
	line-height: 1;

	appearance: none;
	box-shadow: none;

	-webkit-border-radius: 0.1875rem;
	-moz-border-radius: 0.1875rem;
	border-radius: 0.1875rem;

	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	-webkit-border-radius: 0.1875rem;
	-moz-border-radius: 0.1875rem;
	border-radius: 0.1875rem;

	color: #004E9C;
	background-color:white;
	border: 0.0625rem solid #B6BCC1;
}

.bc-route-info input[type="text"]:focus {

	color: #004E9C;
	background-color:white;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	border: 0.0625rem solid #004E9C;
	box-shadow:         inset 0rem 0rem 0rem 0.0625rem #004E9C;
	-webkit-box-shadow: inset 0rem 0rem 0rem 0.0625rem #004E9C;
	-moz-box-shadow:    inset 0rem 0rem 0rem 0.0625rem #004E9C;
}


.price-button-holder {
	text-align: right;
	padding-top:2.5rem;
	padding-bottom: 0.3125rem;
}


.price-button-holder .bc-button {
	/*font-size: 1.125rem !important;*/
	/*padding: 0.75rem 1.125rem 0.625rem 1.125rem !important;*/
}


.bc-error-box {
	display: none;
	margin: 0;
	padding: 0.9375rem;

	font-size: 0.9375rem;
	line-height: 1;

	-webkit-border-radius: 0.1875rem;
	-moz-border-radius: 0.1875rem;
	border-radius: 0.1875rem;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	color: #004E9C;
	background-color: #E7EEF2;
	border: 0.0625rem solid #B6BCC1;
}

.bc-error-box b {
	color: #BF1722 !important;
}

.bc-route-info .route-error {
	border-color: #BF1722 !important;
}



/********************************************************************************/

/* CHECKBOX ICONS */

/********************************************************************************/

.bc-checkbox-icons {
	padding-bottom: 1.5625rem;
}
.bc-checkbox-icons {
    position:relative;
}

.bc-checkbox-icons input {
	opacity: 0;
	position: absolute;
}

.bc-checkbox-icons label {

	/* 	-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		box-sizing: content-box; */

	margin: 0 !important;

	position: relative;
	display: block;
	float: left;
	background: url(../images/icons/empty.svg) no-repeat center top;
	width: 9.375rem;
	border-right: 0.0625rem solid #B6BCC1;
	cursor: pointer;

	padding-top: 95px;
	text-align: center;
	font-size: 0.875rem;
	white-space: nowrap;
	line-height: 1.1em;
	color: #485865;
	margin-bottom: 1.25rem;

	/* 	opacity: 0.5;
		transition: opacity .25s ease-in-out;
		-moz-transition: opacity .25s ease-in-out;
		-webkit-transition: opacity .25s ease-in-out; */

	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
}

.bc-checkbox-icons .bc-last {
	border: none;
}

.bc-checkbox-icons-tick {
	display: block;
	position: absolute;
	width: 100%;
	height: 3.125rem;
	top: 0;
	text-align: center;
}

.bc-checkbox-icons input:checked + label {
	opacity: 1;
}

.bc-checkbox-icons input:checked + label .bc-checkbox-icons-tick {
	background: url(../images/icons/icon-check.svg) no-repeat center top;
}

.bc-checkbox-icons .bc-first {
	/*width: 7.1875rem;*/
	/*background-position: left top;*/
	/*padding-right:2.1875rem;*/
}

.bc-first .bc-checkbox-icons-tick {
	/*background-position: left top !important;*/
}

.bc-checkbox-icons-hover {
	transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	opacity: 1 !important;
}

.bc-checkbox-icons input[type=checkbox]:focus + label {
    outline: 1px solid #004E9C;
    outline-offset: -1px;
    box-shadow:         inset 0 0 0 0 #004E9C;
    -webkit-box-shadow: inset 0 0 0 0 #004E9C;
    -moz-box-shadow:    inset 0 0 0 0 #004E9C;
}
.bc-checkbox-icons input[type=checkbox]:focus:not(:focus-visible) + label {
    outline: 0;
    box-shadow:         inset 0 0 0 0 #004E9C;
    -webkit-box-shadow: inset 0 0 0 0 #004E9C;
    -moz-box-shadow:    inset 0 0 0 0 #004E9C;
}
.bc-checkbox-icons input[type=checkbox]:focus-visible + label {
    outline: 1px solid #004E9C;
    outline-offset: -1px;
    box-shadow:         inset 0 0 0 3px #004E9C;
    -webkit-box-shadow: inset 0 0 0 3px #004E9C;
    -moz-box-shadow:    inset 0 0 0 3px #004E9C;
}






/* __LIVINGSTON THEME OVERRIDES
___________________________________________________________*/

.bc-form label {
	background : 0;
	background-attachment : scroll;
	background-clip : border-box;
	background-color : transparent;
	background-image : none;
	background-origin : padding-box;
	background-position : 0 0;
	background-position-x : 0;
	background-position-y : 0;
	background-repeat : repeat;
	background-size : auto auto;
}

.bc-form label {
	font-weight: 400 !important;
	color: #000;
}

.bc-form label, .bc-form input {
	display: block;
	vertical-align: middle !important;
	margin: 0;
}

.bc-main input {
	display: inline-block;
	box-shadow: none;
	font-weight: 200 !important;
	margin: 0;
}


.t-and-c {
	font-size: 0.8125rem !important;
	line-height: 1.3em;
}






/* TMP for confirmation - move appropriately */


.bc-survey {
	color: #485865;
}

.bc-survey p {
	color: #485865 !important;
	font-size: 1.0625rem !important;
	line-height: 1.235 !important;
	padding-top: 0;
	padding-bottom: 0.625rem;
	max-width: 46.875rem;
	margin-bottom: 0 !important;
}


.bc-survey .radio-group {
	padding-bottom: 0.9375rem;
	margin-bottom:0rem;
}











/* __CONFIRMATION SCREEN (POST)
___________________________________________________________*/



.lead-gen-post-container #sent-to-phone, .lead-gen-post-container #sent-to-email {
	display: block;
	margin-top: 1.875rem;
	margin-bottom: 3.125rem;
	color: #004E9C;
}

.lead-gen-post-container button, .lead-gen-post-container input {
	width: 20rem !important;
	margin: 0 !important;
}


.bc-post-container {
	width: 100%;
	text-align: center;
}

.bc-post-container h3 {
	font-weight: 200;
	font-size: 2.25rem !important;
	line-height: 1.2em !important;
}

.bc-post-container p {
	color:#485865;
	/*color:#000;*/
	margin: 0 auto;
	margin-top: 0rem;
	font-size: 1.625rem !important;
	line-height: 1.2em !important;
	padding-bottom: 3.75rem;
	border-bottom: 0.0625rem solid #485865;
	margin-bottom: 1.875rem !important;
}

.bc-post-container p.heading {
	font-size: 1.5rem !important;
	line-height: 1.2em !important;
	margin-bottom: 1.875rem !important;
	border: none;
}

.bc-post-container span.confirm-prompt {
	display: block;
	color:#485865;
	font-size: 1.125rem;
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}

.bc-post-container .confirm-detail {
	color: #004E9C !important;
	font-weight:400;
}

.bc-post-container button {
	font-size: 1.125rem !important;
	padding: 0.75rem 1.125rem 0.625rem 1.125rem !important;
	width: 12.5rem !important;
}

.bc-post-container button, .bc-post-container input {
	margin: 0 !important;
	margin-left: 0.4375rem !important;
	line-height: 1 !important;
	height: 2.625rem !important;
	vertical-align: top !important;
}

.bc-post-container input {
	width: 18.75rem !important;

	margin: 0;
	padding: 0;
	padding-left: 0.625rem;
	padding-right: 0.625rem;

	font-size: 0.9375rem;
}

#bc-post-thankyou {
	background-image: url("../images/icon-send-success.svg");
}

#bc-post-thankyou .form-error .errormsg {
	width: 20rem;
	padding-left: 0;
	text-align: left;
	display: block;
	margin: 0.625rem auto 0 auto;
}


#bc-post-error, #bc-post-loading {
	background: #F2F6F9;
	background-position: center 5rem;
	background-repeat: no-repeat;
	padding-top: 14.375rem;
	min-height: 43.75rem;
	text-align: center;
}

#bc-post-error {
	background-image: url("../images/icon-send-error.svg");
}

#bc-post-loading {
	background-image: url("../images/loading.svg");
}




/* __HIDDEN SECTION / TMP to confirm
___________________________________________________________*/



.bc-section-heading, .bc-section-subheading {
	display: block;
	/* 	margin-top: 0.625rem !important;
		margin-bottom: 0.625rem !important; */
}

.bc-section-heading {
	/*font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;*/
	font-size: 1.875rem !important;
	font-weight: 200 !important;
	line-height: 1 !important;
	color: #485865 !important;
}

.bc-section-heading span {
	white-space: nowrap;
}

.bc-section-content {
	/* border: 0.0625rem solid #BF1722; */
	/* margin-bottom: 0.625rem !important; */
}

.bc-subsection-toggle > div, .bc-subsection-holder > div {
	overflow: hidden;
	height: 0;
}








/* __FORM MAIN
___________________________________________________________*/


.bc-form {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

	font-size: 0.9375rem;
	line-height: 1.3;
	color: #7F8992;
}


/* __FORM SECTIONS: Layout and type
___________________________________________________________*/




.bc-form .label {
	display: inline-block;
	margin:0rem;
	height: 1.875rem;
	color:#485865;
	font-size: 1.125rem;
	line-height: 1.78;
	margin-right: 1.5625rem;
	vertical-align: middle;
}

.errormsg {
	display: none;
	color: #f77d19;
	margin-top: 0.625rem;
	margin-bottom: 0.9375rem;
}

.errormsg:before {
	content: "";
	background-image: url("../images/icon-error.svg");
	background-repeat:no-repeat;
	display: inline-block;
	vertical-align: middle;
	outline: none;
	width: 1.375rem;
	height: 1.375rem;
	padding-right: 0.3125rem;
}

#pd_castl .errormsg {
	margin: 0;
}

#bc-confirmation .errormsg {

	color: #BF1722;
}

.errorflag, .date-check > .errormsg {
	padding-left: 0 !important;
}

.date-check > .errormsg {
	/*margin-top: 1.25rem;*/
}

.form-error .errormsg {
	display: inline-block;
}

.form-error label {
	color: #f77d19 !important;
}

.form-error input[type="text"] {
	border: 0.0625rem solid #f77d19 !important;
	box-shadow:         inset 0rem 0rem 0rem 0.1875rem #f77d19 !important;
	-webkit-box-shadow: inset 0rem 0rem 0rem 0.1875rem #f77d19 !important;
	-moz-box-shadow:    inset 0rem 0rem 0rem 0.1875rem #f77d19 !important;
}
.form-error input[type="text"]:focus {
	border: 0.0625rem solid #f77d19;
	box-shadow:         inset 0rem 0rem 0rem 0.1875rem #f77d19;
	-webkit-box-shadow: inset 0rem 0rem 0rem 0.1875rem #f77d19;
	-moz-box-shadow:    inset 0rem 0rem 0rem 0.1875rem #f77d19;
}


.errorflag-holder {
	margin-top: 1.875rem;
	margin-bottom: 1.875rem;
	white-space: nowrap;
}

.bc-superlarge {
	display: inline-block;
	font-size: 2.375rem;
	vertical-align: middle;
	padding-right: 0.625rem;
}



/* __FORM ELEMENTS: Default
___________________________________________________________*/



select:-moz-focusring {
	color: transparent !important;
	text-shadow: 0 0 0 #000 !important;
}


/*********************************************************************************

Input fields style

*********************************************************************************/

.bc-form input[type="text"] {

	width: 25rem;
	height: 2.25rem;

	margin: 0;
	padding: 0;
	padding-left: 0.625rem;
	padding-right: 0.625rem;

	/*font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;*/
	font-weight: 200;
	font-style: normal;
	font-size: 0.9375rem;
	line-height: 1;

	appearance: none;
	box-shadow: none;

	-webkit-border-radius: 0.1875rem;
	-moz-border-radius: 0.1875rem;
	border-radius: 0.1875rem;

	-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    -webkit-border-radius: 0.1875rem;
	-moz-border-radius: 0.1875rem;
	border-radius: 0.1875rem;

    color: #004E9C;
	background-color:white;
    border: 0.0625rem solid #B6BCC1;
}

.bc-form input[type="text"].small {
	width: 11.25rem;
}

.bc-form input[type="text"]:focus {

	color: #004E9C;
	background-color:white;

	 box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

	border: 0.0625rem solid #004E9C;
 	box-shadow:         inset 0rem 0rem 0rem 0.1875rem #004E9C;
  	-webkit-box-shadow: inset 0rem 0rem 0rem 0.1875rem #004E9C;
  	-moz-box-shadow:    inset 0rem 0rem 0rem 0.1875rem #004E9C;
}




/*********************************************************************************

Radio Specific Styles

*********************************************************************************/

/*********************************************************************************

Radio Specific Styles

*********************************************************************************/

/*.bc-form input[type=radio] {*/
/*	display: none;*/
/*}*/

.bc-form .radio-group {
	margin-bottom:0;
}

.bc-form .radio-group label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	background-color: none;
	padding:0rem 0rem 0rem 2.5rem;
	margin:0rem;
	height: 1.875rem;
	color:#485865;
	font-size: 1.125rem;
	line-height: 1.8;
	margin-right: 1.5625rem;
}

.bc-form .radio-group label:before {
	content: "";
	position: absolute;
	display: inline-block;
	background-image: none;
	outline: none;
	width: 1.875rem;
	height: 1.875rem;
	left: 0rem;
	top: 0rem;
	color:#485865;
	background-color:white;
	border: 0.125rem solid #B6BCC1;

	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-ms-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	-webkit-border-radius: 0.9375rem;
	-moz-border-radius: 0.9375rem;
	border-radius: 0.9375rem;
}

.bc-form input[type=radio]:checked + label:before {
	background-image: url("../images/radio-checked.svg");
	background-repeat:no-repeat;
	background-origin: border-box;
	background-color: none;
    background-size: contain;
	height: 1.875rem;
	width: 1.875rem;
	border: 0.125rem solid #004E9C;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.lead-gen-form input[type=radio]:checked + label {
	color:#004E9C;
}



/*********************************************************************************

Checkbox specific styles

*********************************************************************************/

.bc-form .checkbox-group {


}

.bc-form .checkbox-group label {

	display: inline-block;
    cursor: pointer;
    position: relative;
    background-color: none;
    padding:0rem 0rem 0rem 2.5rem;
    margin:0rem;
    height: 1.875rem;
    color:#485865;
    font-size: 1rem;
	line-height: 2;
    margin-bottom: 0.3125rem;
    margin-top: 0.3125rem;
}

.bc-form .checkbox-group,
.bc-form .radio-group {
    position: relative;
}

.bc-form input[type=checkbox],
.bc-form input[type=radio] {
	/*display: none;*/
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background-position: center;
}

.bc-form .checkbox-group label:before {

    content: "";
    position: absolute;
    display: inline-block;
	background-image: none;
	outline: none;
    width: 1.875rem;
    height: 1.875rem;
	left: 0rem;
    top: 0rem;
	color:#485865;
	background-color:white;
    border: 0.0625rem solid #B6BCC1;

    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    -webkit-border-radius: 0.1875rem;
	-moz-border-radius: 0.1875rem;
	border-radius: 0.1875rem;
}

.bc-form input[type=checkbox]:checked + label:before {
	background-image: url("../images/checkbox-checked.svg");
	background-repeat:no-repeat;
	background-origin: border-box;
	background-color: none;
    background-size: contain;
    height: 1.875rem;
    width: 1.875rem;
    border: 0.125rem solid #004E9C;
}

/* highlight the labe */

.bc-form input[type=checkbox]:checked + label {
    color:#004E9C;
}

.bc-form input[type=checkbox]:focus + label,
.bc-form input[type=radio]:focus + label {
    outline: 1px solid #004E9C;
    outline-offset: -1px;
    box-shadow:         inset 0 0 0 0 #004E9C;
    -webkit-box-shadow: inset 0 0 0 0 #004E9C;
    -moz-box-shadow:    inset 0 0 0 0 #004E9C;
}
.bc-form input[type=checkbox]:focus + label,
.bc-form input[type=radio]:focus + label {
    outline: 0;
    box-shadow:         inset 0 0 0 0 #004E9C;
    -webkit-box-shadow: inset 0 0 0 0 #004E9C;
    -moz-box-shadow:    inset 0 0 0 0 #004E9C;
}
.bc-form input[type=checkbox]:focus + label,
.bc-form input[type=radio]:focus + label {
    outline: 1px solid #004E9C;
    outline-offset: -1px;
    box-shadow:         inset 0 0 0 3px #004E9C;
    -webkit-box-shadow: inset 0 0 0 3px #004E9C;
    -moz-box-shadow:    inset 0 0 0 3px #004E9C;
}


/*********************************************************************************

Customs Select

*********************************************************************************/


.bc-form select::-ms-expand {
	display: none;
}

.bc-form select {

	margin: 0;

	width: 25rem;

	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;

	overflow: hidden;

	/*font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;*/
	font-style: normal;
	font-weight: 200;
	font-size: 1rem;
	line-height: 1;

	height: 2.5rem;

	padding: 0rem;
	padding-left:0.625rem;
	padding-right:3.125rem;

	padding-top:0rem;

    color:#485865;
    background-color: #F2F6F9;
    border: 0.0625rem solid #B6BCC1;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    -webkit-border-radius: 0.1875rem;
	-moz-border-radius: 0.1875rem;
	border-radius: 0.1875rem;

	background-image: url("../images/select-arrow.svg");
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-origin:border-box;
}



/* ...__LIST CHECKBOXES tmp ...*/

.bc-checkbox-list span {
	display: block;
}


/* __INLINE LINK SELECT */





/* __GENERAL / UTILITIES
___________________________________________________________*/


.bc-form .marginx1 {
	display: block;
	margin-bottom: 0.625rem;
}

.bc-form .marginx2 {
	display: block;
	margin-bottom: 1.25rem;
}

.bc-form .marginx3 {
	display: block;
	margin-bottom: 1.875rem;
}


.bc-main input[type="text"]:focus,
.bc-main select:focus,
.bc-main textarea:focus,
.bc-main button:focus {
    color: #004E9C;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #004E9C;
    box-shadow:         inset 0 0 0 3px #004E9C;
    -webkit-box-shadow: inset 0 0 0 3px #004E9C;
    -moz-box-shadow:    inset 0 0 0 3px #004E9C;
}
