/*   
Theme Name: Briele
Theme URI: https://www.storybent.com/
Description: This is a Storybent Theme for Biele Insurance Advisors
Author: Guy Haines
Author URI: http://hainescreative.com
Version: 1
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
strong {font-weight: bold;}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {clear: both !important;}

body {font: 400 18px/30px halyard-text, halyard-text, sans-serif;color: #444;}

h1 {
	font: 700 48px halyard-text, sans-serif; 
	color: #000; 
	text-transform: capitalize;
}
h2 {
	font: 500 22px halyard-text, sans-serif; 
	color: #000; 
	text-transform: none;	
	margin-bottom: 12px;
}
h3 {
	font: bold 48px/58px halyard-text, sans-serif; 
	color: #3c3c3c;
}
h4 {
	font: 24px halyard-text, sans-serif;  
	padding: 12px 12px 12px 12px;
	color: #333;
}
h5 {
	font: normal 21px halyard-text, helvetica, sans-serif;
	color: #000; 
}
h6 {
	font: normal 16px/24px halyard-text, sans-serif; 
	color: #000; 
}

h7 {
    font-size: 36px !important;
    font-weight: bold !important;
	line-height: 45px !important;
    color: #3c3c3c !important;
    margin: 0 0 21px 0 !important;
    text-transform: uppercase !important;
    text-align: center;
	padding-top: 24px !important;
	padding-bottom: 24px !important;
}


.squeeze-header {
	color: #222;
	background: #fff;
	width: 100%;
	min-height: 40px;
	padding: 24px 0 0 0;
	z-index: 9999;
}

.squeeze-header img {max-width: 240px; height: auto;}
.squeeze-header .container {
	border-bottom: 1px solid #3c3c3c;
	position: relative;
	padding-bottom: 6px;
}
.squeeze-header .container:after {
	display: block;
	width: 170px;
	bottom: -5px;
	right: 0px;
	height: 4px;
	background: #3c3c3c;
	position: absolute;
}

.squeeze-header h5 {
	float: right;
/*	font: bold 21px halyard-text, sans-serif;  */
	font: bold 36px halyard-text, sans-serif;
	color: #cea957;
	margin-top: 25px;
}
@media all and (max-width: 767px) {
	.squeeze-header h5 {margin: 10px 0; float: none; font: bold 36px halyard-text, sans-serif; text-align:center;
}
	.squeeze-header img {max-width: 240px; height: auto;}
.squeeze-header .container {
	text-align:center;
}
	
	.squeeze-footer {
	text-align:center;
}

	
}
.initial-cta, .calendly-cta {text-decoration: none !important;}
.first-page-graphic {margin-top: 64px; margin-bottom: -8px;}

.mainContent {min-height: 200px; padding-top: 25px; padding-bottom: 0px;}
.mainContent button {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	border: none;
	padding: 24px 32px;
	text-align: center;
	font: 400 32px halyard-text, sans-serif;
	color: white;
	text-transform: uppercase;
	background: #cea957;
	display: block;
	margin-top: 24px;
	border-radius: 50px;
	width: 100%;
}
.mainContent button:hover {opacity: .7;}


.mainContent .gform_wrapper, .form-wrap-thank-you {
	background: #fff;
    padding: 40px;
    box-shadow: 0 0 12px 0 #aaa;
    border: 1px solid #cea957;
    margin-bottom: 805px;
}

.form-wrap-thank-you {
	margin-bottom: 20px;
	border-top: 10px solid #cea957;
	text-align: center;
}
.form-wrap-thank-you button {
	display: block;
	margin: 48px auto;
}

body .gform_wrapper .gform_body .gfield_label {
    font-size: 18px;
	font-weight: 100;
	padding-top:12px;
	margin-bottom: 0px;
}

/*
body .gform_wrapper.gravity-theme .gfield_radio label {
    font-size: 18px;
	font-weight: 100;
}

body .gform_wrapper.gravity-theme .gfield_checkbox label {
    font-size: 18px;
	font-weight: 100;
}

body .gform_wrapper.gravity-theme .gfield_select {
    font-size: 18px;
	font-weight: 100;
}
*/
.gform_wrapper.gravity-theme .gf_progressbar {
    position: absolute !important;
    margin-bottom: 16px;
    top: 0 !important;
    left: 15px !important;
    width: calc(100% - 30px) !important;
    background: #3c3c3c !important; 
    border-radius: 0 !important;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage:not(.percentbar_100) {
	border-radius: 0 !important;
}
.gform_wrapper.gravity-theme .gf_progressbar_title {
    font-size: 36px !important;
    font-weight: bold !important;
	line-height: 45px !important;
    color: #3c3c3c !important;
    margin: 0 0 21px 0 !important;
    text-transform: uppercase !important;
    text-align: center;
	padding-top: 24px;
}

body .gform_wrapper ul li.gfield {
	margin-top: 10px !important;
	margin-right: 0 !important;
	padding-right: 0 !important;}
.gform_wrapper li.hidden_label input {margin-top: 0 !important;}


.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	width: 100% !important;
	max-width: 400px !important;
	font-size: 16px !important;
	outline: none !important;
	padding: 10px 15px !important;
}

.gform_wrapper .gchoice {
    display: inline;
    margin: 0 32px 12px 0;
    width: auto;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
  color: #555 !important;
  text-transform: uppercase !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
  color: #555 !important;
  text-transform: uppercase !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {
  color: #555 !important;
  text-transform: uppercase !important;
  opacity: 1 !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder {
  color: #555 !important;
  text-transform: uppercase !important;
  opacity: 1 !important;
}
.gform_wrapper textarea {
	font-size: 16px !important;
	outline: none !important;
	padding: 3px 6px !important;
	height: 140px !important;
	max-width: 400px !important;

}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label, .gform_wrapper .top_label .gfield_label {
	width: auto !important;
	float: none !important;
	color: #333 !important;
}

.gform_wrapper .gform_footer {padding-top: 3px !important; margin: 0 !important;}

/* 
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	width: 100% !important; 
	padding: 8px 16px; 
	text-align: center; 
	outline: none;
	border: none;
	background: #000;
	color: #fff;
	margin-top: 10px !important;
	text-transform: uppercase;
	font: bold 18px halyard-text, sans-serif !important;
}
 */
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
	opacity: .8;
}
.gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
	padding-right: 0 !important;
	margin-right: 0 !important;
}
.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {width: 100% !important; margin: 0 !important;}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label, .gform_wrapper .top_label .gfield_label {
	color: white; 
	font-size: 12px;
	clear: none !important;
	width: 45%;
	float: left;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {font-size: 12px !important;}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio] {margin-left: 3px !important; margin-right: 2px !important; float: left !important;}

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
	float: right;
	width: 55%;
	margin-top: -8px !important;
	padding-left: 5px !important;
	border-left: 2px solid #fff;
}
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
	margin: 0 0 2px;
	line-height: 1.3;
	float: left;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {margin-top: 2px !important;}



.gform_wrapper.gf_browser_chrome .gfield_radio input[type=radio] {
  display: none;
}

.gform_wrapper.gf_browser_chrome .gfield_radioinput[type=radio] label {
  position: relative;
  cursor: pointer;
}

.gform_wrapper.gf_browser_chrome .gfield_radio input[type=radio] + label:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0px 12px 0 12px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #888;
}

.gform_wrapper.gf_browser_chrome .gfield_radio input[type=radio]:checked + label {
    position: relative;
}
.gform_wrapper.gf_browser_chrome .gfield_radio input[type=radio]:checked + label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 12px;
    width: 30px;
    height: 30px;
    border: 1px solid #cea957;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}
  
.gform_wrapper.gf_browser_chrome .gfield_radio input[type=radio]:checked + label:before {
    color: #cea957;
    border: none;
    content: '\2B24';
    top: -2px;
    position: relative;
    left: 6px;
  }

.gform_wrapper.gravity-theme .gfield select {max-width: 400px !important;}
.gform_page_footer.top_label {
    text-align: center;
}

.gform_wrapper .ginput_container_date input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {font-size: 14px !important;}


#field_1_23 img, #field_1_26 img, #field_1_32 img {max-width: 100%;}
#field_1_23 img {
    margin-bottom: -980px;
}
#field_1_26 img {
    margin-bottom: -984px;
}
#field_1_32 img {
    margin-bottom: -1024px;
}

img.final-step-graphic {
    margin-bottom: -20px;
    max-width: 100%;
}
/* First Page */

.benefits-band {
	background: #3c3c3c;
	padding: 24px 0 48px 0;
	width: 100%;
	display: block;
	text-align: center;
	color: white;
}

.benefits-band h4 {color: white;}

.squeeze-footer {
	background: #333;
	color: white;
	padding: 15px 0 0 0;
	position: relative;
	z-index: 999999999;
}
.squeeze-footer .squeeze-footer-logo {
	max-width: 300px; 
	height: auto; 
	display: inline-block;
	float: right;
}


.briele-form {
	
}