@import url('bbmforms-bootstrap.min14fc.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

.bbmform *{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
.bbmform{
	font-family:'Open Sans', sans-serif;
	padding-top:20px;
	padding-bottom:20px;
	box-sizing:border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.bbmform a,
.bbmform a:visited{
	color: #3c549d;
	text-decoration: underline;
}
.bbmform a:hover,
.bbmform a:active{
	color: #4662b8;
	text-decoration: underline;
}
.bbmform li{
	list-style-type:none;
	display:inline-block;
}
.bbmform .container{
    width:100%;
}
/*******************************************
Font Size
********************************************/
.bbmform h2{
	font-size:24px;
    margin: 0 0 10px 0;
    padding: 0;
}
.bbmform p{
	font-size: 15px;
    line-height: 1.3em;
	color: #000000;
}
.bbmform .description p{
	line-height: 1.5em;
}
.bbmform label{
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
	margin-bottom: 3px;
    display: block;
	color:#000000;
}
.bbmform p.instructionText{
	font-size: 13px !important;
	line-height: 1.3em !important;
	color:#000000 !important;
	padding: 0 0 10px 0;
    margin: 0 !important;
}
.bbmform .errorMsg{
	font-size:13px;
	color:#cc0000;
	background: url(https://sc.bobitstudios.com/icons/icon-x-mark.svg) no-repeat 2px 6px;
	background-size: auto auto;
	background-size: 15px;
	padding-left: 21px;
	padding-top: 3px;
	display:block;
}
.bbmform .errorMsg::before{
	content:'';
	background: url(https://sc.bobitstudios.com/icons/icon-x-mark.svg) no-repeat 2px 6px;
}
.bbmform .errorMsg p{
	font-size:13px;
	color:#cc0000;
}
.bbmform .optional{
	font-weight:400;
	color:#999999;
	font-style:italic;
}
.bbmform .required{
	font-weight:400;
	color:#aa0000;
	font-style:normal;
    font-size:10px;
}
.bbmform input, 
.bbmform textarea{
	font-family:'Open Sans', sans-serif;
	font-size: 15px;
	padding: 10px 14px;
	color:#000000;
	border-radius:5px;
	border:1px solid #aaaaaa;
	box-sizing: border-box;
	display: block;
	margin-bottom: 0px;
	width:100%;
	outline:none;
}
.bbmform input.error,
.bbmform textarea.error,
.bbmform select.error {
    border-color: #c00;
}
.bbmform .disclaimer, 
.bbmform .disclaimer p{
	font-size: 13px !important;
	line-height: 1.3em;
}
.bbmform .disclaimer p{
	margin: 0 0 1.5em 0;
}
.bbmform .disclaimer a,
.bbmform .disclaimer a:visited{
	color:#000000;
	text-decoration:underline;
}
.bbmform .disclaimer a:hover,
.bbmform .disclaimer a:active{
	color:#555555;
	text-decoration:underline;
}

/*******************************************
Buttons
********************************************/
.bbmform .buttons{
	text-align: center;
	margin-bottom:20px;
}
.bbmform .buttons button,
.bbmform .buttons a.button {
	padding: 10px .75em;
    font-size: 15px;
    line-height: 1.3em;
    border-radius: 3px;
    font-weight: 400;
	text-transform:uppercase;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	display: inline-block;
	margin: 0 10px 10px 10px;
    text-decoration: none;
	cursor: pointer;
}
.bbmform .buttons button:focus,
.bbmform .buttons a.button:focus {
    border: 1px solid transparent;
}
.bbmform .buttons button.btn-primary,
.bbmform .buttons a.button.btn-primary {
    color:#ffffff;
    background-color: #3c549d;
	padding-right:40px;
	padding-left:40px;
}
.bbmform .buttons button.btn-primary:hover,
.bbmform .buttons a.button.btn-primary:hover {
    text-decoration: none;
}
.bbmform .buttons button.btn-secondary,
.bbmform .buttons a.button.btn-secondary {
    color:#ffffff;
    background-color: #aaaaaa;
	padding-right:20px;
	padding-left:20px;
}
.bbmform .buttons button.btn-secondary:hover,
.bbmform .buttons a.button.btn-secondary:hover{
    color:#ffffff;
	background:#999999;
    text-decoration: none;
}

/*******************************************
Auto Focus
********************************************/
.bbmform input:focus, 
.bbmform textarea:focus, 
.bbmform select:focus{
	-webkit-box-shadow: 0px 0px 4px 0px rgba(60,84,157,0.63);
	-moz-box-shadow: 0px 0px 4px 0px rgba(60,84,157,0.63);
	box-shadow: 0px 0px 4px 0px rgba(60,84,157,0.63);
	outline:none;
	border: 1px solid #3c549d;
}
.bbmform .styled-select.drop-down select:focus {
    border: 1px solid #3c549d;
}

/*******************************************
Width
********************************************/
.bbmform input[type="text"]{
	font-weight:normal;
	font-size:15px;
}
.bbmform .field {
	padding-bottom:35px;
}

/*******************************************
Section Divider
********************************************/
.bbmform .field.SectionDivider .column h2, 
.bbmform .field.SectionDivider .column h3, 
.bbmform .field.SectionDivider .column h4 {
    font-size: 20px;
    padding: 0 0 0 10px;
    margin: 0;
}
.bbmform .field.SectionDivider .column h1, 
.bbmform .field.SectionDivider .column h5, 
.bbmform .field.SectionDivider .column h6 {
    padding: 0 0 0 10px;
    margin: 0;
}
.bbmform .field.SectionDivider .column p {
    font-size: 14px;
    color: #000000;
    line-height: 23px;
    padding: 0 0 0 10px;
    margin: 0;
}
.bbmform .field.SectionDivider .column .line-divider {
    border-top: 1px solid #cccccc;
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
}
@media (max-width:600px) {
    .bbmform .field.SectionDivider .column .line-divider {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}


/*******************************************
Columns
********************************************/
.bbmform .align-center{
	text-align:center;	
}
.bbmform .col-center{
	display: block;
	margin:0 auto;
}

/*******************************************
Spacing
********************************************/
.bbmform .padding-bottom-10{
	padding-bottom:10px !important;	
}
.bbmform .padding-bottom-20{
	padding-bottom:20px !important;	
}
.bbmform .padding-bottom-25{
	padding-bottom:25px !important;	
}
.bbmform .padding-bottom-30{
	padding-bottom:30px !important;	
}
.bbmform .padding-bottom-35{
	padding-bottom:35px !important;	
}
.bbmform .margin-bottom-10{
	margin-bottom:10px !important;	
}

/*******************************************
Multiple Choice
********************************************/
.bbmform .field .column{
	margin: 0 0 0.5em 0;
    padding-left: 0;
    overflow: hidden;
}
.bbmform .field .column input{
    float: left;
}
.bbmform .field .column label,
.bbmform .field .column p{
	font-size: 15px;
    line-height: 1.3em;
	font-weight: normal;
	display: block;
	margin: 0 0 0 26px;
    padding: 1px 0 0 0;
}

/*******************************************
Other Info Input
********************************************/
.bbmform .other-info{
	padding-top:5px;
	clear:both;
}
.bbmform .other-info p{
	font-size: 13px;
    line-height: 1.3em;
    padding: 0 0 5px 0;
    margin: 0;
}
.bbmform .other-info input{
	margin-top:0;
}

/*******************************************
Upload Button Custom Styling
********************************************/
.bbmform input[type="file"] {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
}
.bbmform label.file-button {
    color: #ffffff;
    background: #3c549d;
	padding: 12px 15px 10px 15px;
	font-family:sans-serif;
	font-size:15px;
	font-weight:400;
	text-transform:uppercase;
    display: inline-block;
	border-radius:3px;
	cursor: pointer;
	margin-right: 20px;
}
.bbmform input[type="file"]:focus + label.file-button,
.bbmform label.file-button:hover {
    background:#4662b8;
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.bbmform label.file-button * {
	pointer-events: none;
}
.bbmform .file-name {
	display: inline-block;
	font-size: 15px;
    line-height: 1.3em;
}

/*******************************************
Drop Down
********************************************/
.bbmform select {
	color: #000000;
	width: 100%;
	padding: 5px 5px 5px 12px;
	font-size: 15px !important;
	line-height: 1;
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance:none;
	background: url(https://sc.bobitstudios.com/icons/icon-drop-down-arrow.svg) no-repeat right #ffffff;
	background-size: 14px;
	background-position: right 10px center;
}

/*******************************************
Progress Bar and Steps
********************************************/
.bbmform div.progressIndicator .progress {
    height: 0.1em;
    overflow: hidden;
    font-size: 12px;
    background-color: #dddddd;
    border-radius: 0;
    text-indent: -999px;
}
.bbmform div.progressIndicator .bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #ff4a31;
    transition: width .6s ease;
    height: 0.1em;
}
.bbmform div.progressIndicator span{
	font-size:12px;
	display:block;
    text-align: center;
}

.bbmform ul.progressIndicator li.current{
	border-bottom:1px solid #ff4a31;
}
.bbmform ul.progressIndicator li{
	text-decoration: none;
    color: #000000;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 8px;
	padding:0 35px 4px 5px;
    text-transform: uppercase;
}

/*******************************************
Check Box
********************************************/
.bbmform input[type="checkbox"]{
	font-weight: normal;
	outline:none !important;
	box-shadow:none;
    height: 20px;
    width: 20px;
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.bbmform input[type="checkbox"]:checked {
	background-color: #ffffff;
	color: #99a1a7;
	border: 1px solid #adb8c0;
}
.bbmform input[type="checkbox"]:checked:after {
	content: ' ';
    height: 13px;
    width: 15px;
    background: url("../icon-check-radio-sheet.html") no-repeat scroll -22px -2px;
	display: inline-block;
	margin: 0 0 0 2px;
}

/*** Two Column - Detail Checkbox ***/
@media (min-width:768px) {
    .column.col-xs-12.col-sm-6.col-md-6.detail-checkbox {
        margin-right: .5em;
        width: calc(50% - 1em);
    }
}

/*** Three Column - Detail Checkbox***/
@media (min-width:768px) {
    .column.col-xs-12.col-sm-6.col-md-4.detail-checkbox {
        margin-right: .5em;
        width: calc(50% - 1em);
    }
}

@media (min-width:992px) {
    .column.col-xs-12.col-sm-6.col-md-4.detail-checkbox {
        width: calc(33.33333333% - 1.5em);
    }
}

/*** Four Column - Detail Checkbox***/
@media (min-width:768px) {
    .column.col-xs-12.col-sm-4.col-md-3.detail-checkbox {
        margin-right: .5em;
        width: calc(50% - 1.5em);
    }
}

@media (min-width:992px) {
    .column.col-xs-12.col-sm-4.col-md-3.detail-checkbox {
        width: calc(25% - 2em);
    }
}
/*******************************************
Radio Buttons
********************************************/
.bbmform input[type="radio"]{
	font-weight: normal;
	outline:none !important;
	box-shadow:none;
	border-radius: 50%;
    height: 20px;
    width: 20px;
	background-color: none;
	border: 1px solid #aaaaaa;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.bbmform input[type="radio"]:checked {
	background-color: #ffffff;
	color: #99a1a7;
	border: 1px solid #adb8c0;
}
.bbmform input[type="radio"]:checked:after {
	content: ' ';
	width: 70%;
	height: 70%;
	border-radius: 50%;
	display: inline-block;
	margin: 15%;
	background: #000000;
	text-shadow: 0px;
}

/*******************************************
Misc.
********************************************/
.bbmform .desktop-hide{
	display:none;
}
.bbmform .image-label {
    margin: 10px 0 !important;
}
.bbmform .image-label img {
    max-width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.bbmform .message-container {
    text-align: center;
}
.bbmform .message-container h1 {
    margin-bottom: 20px;
}
.bbmform .message-container h2 {
    margin-bottom: 15px;
}
.bbmform .message-container h3,
.bbmform .message-container p {
    margin-bottom: 10px;
}

.loading {
    text-align: center;
}

.loading p {
     margin-top: 50px;
     margin-bottom: 10px;
}

@media (max-width: 765px){
	/**** Spacing ****/
	.bbmform  .padding-bottom{
		padding-bottom:25px;	
	}
	.bbmform .field {
		padding-bottom: 25px;
	}
}
@media (max-width: 600px){
	.bbmform label{
		font-size:17px;
	}
	.bbmform .instructionText{
		font-size:13px;
	}
	.bbmform .mobile-hide{
		display:none !important;
	}
	.bbmform .desktop-hide {
		display: inherit !important;
	}
	.bbmform .buttons button.btn-primary{
		padding-right:70px;
		padding-left:70px;
		font-size:17px;
	}
	.bbmform .buttons button.btn-secondary {
		padding-right:30px;
		padding-left:30px;
		height: 40px;
	}
}
/*******************************************
Detailed-Checkbox
********************************************/
.detail-checkbox {
    margin-bottom: 2em !important;
    background: #eeeeee;
    padding: 20px !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #eeeeee;
}

.detail-checkbox.selected {
    background: #F2F6FF;
    border: 1px solid #2A73FF;
}

.detail-label {
    font-weight: bold !important;
    margin-bottom: .5em !important;
}

.detail-text {
    margin-bottom: .5em !important;
    margin-left: 25px !important;
}

.detail-image {
    margin-left: 25px !important;
}

/*******************************************
Payment Cart
********************************************/
.container.cart-page {
    max-width: 100%;
}

.cart-page .cart-item h3 {
    line-height: unset !important;
}

.item {
    border: 1px solid #dddddd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 18px 20px;
    margin: 1em;
}

    .item h3 {
        margin-bottom: 5px;
        font-size: 16px !important;
        line-height: 1.5em !important;
    }

    .item p {
        font-size: 14px !important;
        line-height: 1.5em;
        color: #555555;
        margin-bottom: 5px;
    }

    .item img {
        max-width: 100%;
    }

.hide-mobile {
    display: none;
}

.pricing {
    font-size: 16px;
}

.cart-desktop {
    display: none !important;
}

.cart-mobile {
    position: fixed !important;
    bottom: 0;
    left: 0;
    background: #333333;
    padding: .5em;
    z-index: 99;
    width: 100%;
}

.cart-num {
    display: inline-block;
    color: #ffffff;
    padding-top: 9px;
    padding-left: 10px;
}

.cart-mobile .next-button {
    width: 75% !important;
    float: right;
    margin-bottom: 0 !important;
}

.next-button:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f178';
    margin-left: 5px;
    font-weight: 100;
}

@media (min-width:480px) {
    .item {
        margin: 0 0 1em 0;
    }

}

@media (min-width:768px) {
    .hide-mobile {
        display: inherit;
    }

    .pricing {
        text-align: right;
        margin-left: 0;
    }
}

@media (min-width:992px) {
    .container.cart-page {
        max-width: 960px;
    }

    .cart-mobile {
        display: none !important;
    }

    .cart-desktop {
        display: inline-block !important;
        background: #eeeeee;
        padding: 1em .5em;
    }

    .cart-item {
        border: 1px solid #cccccc;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        background: #ffffff;
        padding: .5em;
        margin-bottom: .5em;
    }

        .cart-item h3 {
            font-size: 15px !important;
            font-weight: normal !important;
            margin-bottom: 0 !important;
        }

        .cart-item .pricing {
            font-size: 15px;
        }

    .total-pricing {
        font-weight: bold;
        padding-right: 5px !important;
    }

    .total {
        font-size: 13px;
        padding-left: 5px !important;
    }

    .cart-desktop h4 {
        text-align: center;
        font-size: 16px !important;
        font-weight: bold;
        margin-bottom: 1em !important;
    }

    .item h3 {
        font-size: 18px;
        font-weight: bold;
    }

    .item p {
        font-size: 16px !important;
    }
}


@media (min-width:1200px) {
    .container.cart-page {
        max-width: 1140px;
    }
}


.payment .bbmform .row {
    margin-left: 0;
    margin-right: 0;
}

.payment .bbmform .item h3 {
    font-size: 18px !important;
    margin-bottom: .5em !important;
}

.payment .bbmform .item p {
    font-size: 16px !important;
}

.payment .bbmform input[type=checkbox] {
    margin-top: .4em;
    margin-right: .5em
}

.payment .bbmform .cart-desktop h4 {
    font-size: 16px !important;
    text-transform: uppercase;
}


.payment .no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.payment .bbmform .cart-desktop h3 {
    margin-bottom: 0 !important;
    line-height: 1.5em !important;
    font-size:15px !important;
}

.text-right {
    text-align: right;
}

.payment .btn-block {
    width: 100% !important;
    min-width: unset !important;
    padding: 10px 0 !important;
    font-size: 16px !important;
    font-weight: bold !important;
}


.row.no-gutters {
    margin-left: 0;
    margin-right: 0;
}