/* Global style */
html {
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
*,*:before,*:after {
    box-sizing: inherit
}
body {
    margin: 0;
	font-family: 'Libre Franklin';
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
	overflow:auto;
}
img {
    margin-bottom: -5px
}
a {
    color: #d8f0fb;
    text-decoration: none;
}
h2 {
    color: #333333;
    margin-bottom: 15px;
    font-family: 'Libre Franklin';
    text-transform: none !important;
	font-size: 32px;
    line-height: 40px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 10px 0
}
div.paragraph {
    color: #888888;
	font-family: 'Libre Franklin';
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
div.bannertxt {
    color: #d8f0fb;
	font-family: 'Libre Franklin';
    font-size: 32px;
    font-weight: 400;
}
p {
    color: #888888;
	font-family: 'Libre Franklin';
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
nav {
    text-align: right;
}
a:active,a:hover {
    outline-width: 0
}
/* BMDC line */

hr.bmdc-line {
    background-color: #f73d7b;
    border: 0pt none;
    color: #f73d7b;
    height: 1px;
    margin: 0 auto;
    text-align: center
}
.spaceline {
	height: 20px;
	overflow: hidden;
	width: 100%;
	margin: auto;
}

/* BMDC Text and shapes */
.polypink {
	fill: none;
	stroke: #f73d7b;
	stroke-width: 1px;
}
.polyblue {
	fill: none;
	stroke: #007ad3;
	stroke-width: 1px;
}
.polypinkfilled {
	fill: #f73d7b;
	stroke: none;
	stroke-width: 2;
}
.polybluefilled {
	fill: #007ad3;
	stroke: none;
	stroke-width: 2;
}
.team-label {
	font-family: 'Libre Franklin';
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	fill: #d8f0fb;
	text-anchor: end;
	vertical-align: middle;
}
.team-title {
	font-family: 'Libre Franklin';
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	fill: #333333;
}
.team-content {
	font-family: 'Libre Franklin';
	text-align: center;
	font-weight: 100;
	font-size: 14px;
	fill: #888888;
	x: 50px;
	y:50pc;
}
.svg-frame {
	shape-rendering:crispEdges;
}


.bmdc-bgimage {
	width:100%;
}
/* Table */

.container {
    max-width: 1000px;
    margin: 0 auto;
	padding: 40px 0;
}
.wsite-multicol-col {
	vertical-align: top;
    margin: 0 !important;
    border: 0 !important;
    padding: 0;
	-moz-box-sizing: border-box
}
/* NavBar */
.bmdc-navbar {
	list-style-type: none;
	margin: 0;
	padding: 0px;
	overflow:hidden;
	background-color: #007ad3;
	text-align: center;
	color: #d8f0fb;
}
.bmdc-navbar a {
	/*	padding: 0px 0px;*/
	/*float:left*/
    border: none;
    outline: none;
    width: 100%;
    display: inline-block;
    padding: 20px;
	font-size: 32px;
}
.bmdc-navbar p {
	padding: 0px 0px;
	margin:0px opx;
	/*float:left*/
    border: none;
    outline: none;
    width: 100%;
    display: inline-block;
    padding: 20px;
	font-size: 32px;
}
.bmdc-button:disabled,
.bmdc-button:hover,
.bmdc-navbar  a:hover {
	color: #007ad3;
	background-color: #d8f0fb;
	transition: all 300ms ease-in-out;
}


/* Team */
.team-card{
	padding:24px;
	display:inline-block;
	text-align:center;
}
.contact-card{
	display:inline-block;
}


/* Contact */
/* wsite-form-label */
.form-label {
    display: inline-block;
    padding: 0 0 5px;
    font-family: 'Libre Franklin';
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.form-required {
    display: inline;
    color: #f73d7b;
}
/* wsite-form-field */
.form-field select {
    height: 40px;
    padding: 8px !important;
    color: #626262;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    box-sizing: border-box;
    font-family: 'Libre Franklin';
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    transition: all 300ms ease;
}
.form-select:focus,.field select:focus{
    border-color: #a1a1a1;
}

.wsite-com-checkout-section .form-field select,
.wsite-com-checkout-section .form-field input,
.wsite-com-checkout-section .form-field .select2-container {
    height: auto;
}

.wsite-com-checkout-section .form-field select,
.wsite-com-checkout-section .form-field input,
.wsite-com-checkout-section .form-field .select2-container {
    height: 40px;
}

/* wsite-name-field & wsite-form-input-first-name*/
.name-field .form-input-first-name {
    width: 40%
}
.name-field .form-input-last-name {
    width: 55%
}

.bmdc-button
{
	color: #d8f0fb;
	border: none;
	border-radius: 5px;
	outline: none;
	background: #007ad3;
	text-transform: uppercase;
	font-family: 'Libre Franklin';
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	padding: 20px;
}

/* formlist */
.formlist,
.wsite-editor .formlist {
    min-height: inherit;
}

/* wsite-form-label */
.form-label {
    display: inline-block;
    padding: 0 0 5px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

/* wsite-form-input */
.form-input,
.search-element-input {
    height: auto;
    padding: 8px !important;
    margin-bottom: 15px;
    background: white;
    color: #626262;
    border-radius: 3px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    transition: all 300ms ease;
}
.form-input-ok {
    border: 1px solid #dcdcdc;	
}
.form-input-error {
    border: 1px solid #f73d7b;	
}
.form-input:focus{
    border-color: #007ad3 !important;
	border-radius: 3px;
	outline:none;
}


/* wsite-input */
/* Undefined */


/* wsite-form-input-container */
.form-field div.form-input-container .form-input {
    box-sizing: border-box;
    width: 100% !important
}
.form-field div.form-input-container .input-width-100px {
    max-width: 100px
}
.form-field div.form-input-container .input-width-200px {
    max-width: 200px
}
.form-field div.form-input-container .input-width-285px {
    max-width: 285px
}
.form-field div.form-input-container .input-width-370px {
    max-width: 370px
}
.form-field div.form-input-container .input-width-500px {
    max-width: 500px
}


/* wsite-form-left */
.form-left {
    float: left
}
.form-right {
    float: right
}

/* wsite-form-instructions */






