<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Colors... 

BalmOfGileadIntl.com
Purple: #523877;
Light Gold: #ff992e ;
Gold: #f9952d;
Dark Gold: #e68a2a;

Adv Landscape 
Dark Green: #56743B
Light Green: #94C14A


Old...
Red  = #ec212c
Grey = #b0b0b0
Lt Gold #ffc61c  255 198 28
Gold = #ffcc00  RGB 255 204 51
Drk Gold  #bf9515   RGB 191 149 21

Dark Grey = #979797   
Logo Grey = #b0b0b0
Light Grey = #e7e7e7

Dark Blue: #023f7e  RGB 2 63 126
*/


html { min-height: 100%; margin-bottom: 1px; overflow-y:scroll; margin-top:0; }  /* Firefox / IE8 scroll-fix*/

/*Background Image? Use this... html { height: 110%; margin-bottom: 1px; overflow-y:scroll; margin-top:0; }*/

body {
	font-size:16px;
	color: #000000;
	background-color: #FFFFFF;
	/*font-family: 'Droid Sans', Arial, Helvetica, sans-serif;*/
	-webkit-font-smoothing: antialiased;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.004);*/

/*Using Background Image? Uncomment Below...*/
/*	background-image:url(../img/bg1.jpg); 
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	height:100%;*/
}

.img-responsive {
	max-width: 100%; 
	height: auto;
}

/*.wrapper{
	background: rgba(255,255,255,0.70);
}*/

h1 {
	color: #523877;
	font-size: 32px;
	font-weight: bold;
	margin-top: -10px;
    
}

h2 {
	color: #523877;
	font-size: 28px;
	font-weight: bold;
	margin-top: 10px;
}

h3 {
	color: #523877;
	font-weight: bold;
	margin-top: 10px;
	
}

h4 {
	
}

h5 {
	
}

h6{
	
}

.clear {
	clear:both;
}

a {
	color: #bf9515;
	font-weight: bold;
}

a:hover {
	color: #f9952d;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #523877;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #f9952d;
	font-weight: bold;
	text-decoration: none;
}

.center{
	margin: 0px auto;
	text-align: center;
}

.navbar-collapse ul{
/*	margin-left: 6%;*/	
}

.main{
	margin-top: 30px;
/*	background-color: rgba(255,255,255,0.1);*/
/*	background:rgba(0,0,5,0.1);*/
	/*background: transparent;*/
}

.btn-sm{
	border: 1px solid #858585;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #000000;
}
.btn-default {
  	padding: 8px 20px;
	background:  #e7e7e7;
	background: -webkit-linear-gradient(#979797,#e7e7e7,#979797); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#979797,#e7e7e7,#979797); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#979797,#e7e7e7,#979797); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#979797,#e7e7e7,#979797); /* Standard syntax */ 
  color: #000000;
  border-radius: 4px;
  border:10px;
  margin-top: 10px;
}

.cta {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	/*border-radius: 4px;*/
	padding: 6px;
	/*border: 2px solid #023f7e;*/
	/*margin: 25px auto;*/
	/*background:  #7dd136;*/
    /*background: -webkit-linear-gradient(#7dd136,#c3f498,#7dd136);*/ /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(#7dd136,#c3f498,#7dd136);*/  /*For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(#7dd136,#c3f498,#7dd136);*/ /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(#7dd136,#c3f498,#7dd136);*/ /* Standard syntax */*/*/*/*/*/*/
}

.cta_button {
 	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	border-radius: 4px;
	padding: 6px 20px;
	border: 1px solid #000000;
	margin: 15px auto;*/
/*	background-color: rgb(102, 51, 0);*/
	background:  #f9952d;
    background: -webkit-linear-gradient(#ff992e,#f9952d,#e68a2a,#e68a2a); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ff992e,#f9952d,#e68a2a,#e68a2a); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ff992e,#f9952d,#e68a2a,#e68a2a); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ff992e,#f9952d,#e68a2a,#e68a2a); /* Standard syntax */ 
}

.cta_button a {
	display: block;
}

.cta_button:hover {
	text-decoration: none;
	background:  #bf9515;
    background: -webkit-linear-gradient(#e68a2a,#f9952d,#ff992e,#f9952d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e68a2a,#f9952d,#ff992e,#f9952d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e68a2a,#f9952d,#ff992e,#f9952d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e68a2a,#f9952d,#ff992e,#f9952d); /* Standard syntax */
}

.cta_button:hover a {
	color: #FFFFFF;
	text-decoration: none;
}

.cta_phone {
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	/*margin: 10px auto;*/
	margin: 0px 0px 10px 0px;
}

.cta .hidey {
	display: block;
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	color: #FFFFFF;
/*	margin-bottom: 25px;*/
	margin: 10px;
}

header {
/*	background-color: rgba(255,255,255,0.1);*/
}

header .headerlogo {
	/*margin: -40% 800px auto 0px-33%;*/
	margin-top: -18px;
	padding: 0px;
	display: block;
    margin-left: auto;
    margin-right: auto
}

header .text {
	font-size: 13px;
    margin: -20 0 0 0;
    /*font-weight: bold;*/
    text-align: center;
    display: block;
    color: #FFFFFF;
}

ul {
	margin-top: 1em;
}


/* --- --- TOP NAVBAR STYLES --- --- */

.dropdown:hover&gt;.dropdown-menu {
	display: block;
  }
	
.navbar-dark .navbar-nav .nav-link {
    color: #000;
}

.nav-link:hover {
    color: #000 !important;
}

.dropdown-toggle {
	color:#fff;
}
.dropdown-toggle:hover {
	color:#f9952d;
}

.dropdown-toggle::after {
    margin-left: -0.6em !important;
	vertical-align: .155em !important;
	margin-right: .6em !important;
}

.navbar{
	border-width: 0px;
/*	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px: 
	border-right-width: 0px;*/
	border-color: gray;
	margin-top:10px;
}

.navbar-default {
	/*background: rgba(0,0,0,0.5);*/
	background: #523877;
	min-height: 50px;
	
}

.navbar-default .navbar-nav &gt; li &gt; a {
	font-size: 1.2em;
	padding: 8px 12px 8px 12px;
	color: #FFFFFF;
	
}

.navbar-default .navbar-nav &gt; li &gt; a:hover {
	color: #f9952d;
}

.navbar-default .navbar-nav ul li a .active {
	color: #ffffff;
}

.dropdown-item:active{
	background-color:#f8f9fa;
}

.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus {
	color:#FFFFFF;
}

/* --- Styles to change the dropdown from showing on a click to showing on hover --- */

ul.nav li.dropdown:hover &gt; ul.dropdown-menu {
	display: block;
	margin-top: 0px;
}

.navbar .nav &gt; li &gt; .dropdown-menu {
    background-color: #ffffff;
	border-radius: 5px;
}

.navbar .nav &gt; li &gt; .dropdown-menu li a, .navbar .nav &gt; li &gt; .dropdown-menu li a {
    color: #000000;
}

.navbar .nav &gt; li &gt; .dropdown-menu li a:hover, .navbar .nav &gt; li &gt; .dropdown-menu li a:focus { /*Highlighted Bar*/
	background-color: #523877;
	color:#FFFFFF;
}

.dropdown-header {
    color: #ffffff;
    /*font-weight: bold;*/
    font-size: 1.1em;
}

.nav .dropdown-menu {
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.nav .dropdown-menu &gt; li &gt; a {
	padding: 7px 20px 7px 20px;
}

.nav .dropdown-menu &gt; li &gt; a:hover {
	background-image: none;
	color: white;
	background-color: rgb(0, 129, 194);
	background-color: rgba(0, 129, 194, 0.5);
}

.nav .dropdown-menu &gt; li &gt; a.maintainHover {
	color: white;
	background-color: #E51A38;
}

.feature_product_box {
	text-align: center;
	width: 100%;
	display: block;
	border-width: 4px;
	border-color: #231f20;
	margin: 0px auto;
	/*padding: 10px;*/
}

.feature_product_box:hover {
	text-decoration: none;
	/*background-color: #bf1e2e;*/
	border-radius: 4px 4px 4px 4px;

}

.feature_product_box img {
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-color: #000000;
	border-radius: 4px 4px 0 0;
}

.feature_product_box span {
	max-width: 504px;
	display: block;
	/*background-color: #ec212c;*/
	background:  #f9952d;
    background: -webkit-linear-gradient(#ff992e,#f9952d,#e68a2a,#e68a2a); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ff992e,#f9952d,#e68a2a,#e68a2a); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ff992e,#f9952d,#e68a2a,#e68a2a); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ff992e,#f9952d,#e68a2a,#e68a2a); /* Standard syntax */ 
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	padding: 4px 0px 4px 0px;
	/*margin: px;*/
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-radius: 0px 0px 4px 4px;
}

.feature_product_box span:hover {
	color: #FFFFFF;
}

.rightside{
	/*max-width: 280px;*/
	background: #523877; /*Purple*/
	padding: 20px;
	border: 2px solid #000000;
	border-radius: 4px;
	margin-top: 20px;
	margin-bottom: 30px;
	color: #ffffff;
}

.rightside a{
	color: #f9952d;
}

.rightside body {
	color: #FFFFFF;
}

.rightside h1 {
	color: #FFFFFF;
	font-size: 32px;
}

.rightside h2 {
	color: #FFFFFF;
	/*font-size: 28px;*/
	font-weight: bold;
}

.rightside h3 {
	color: #FFFFFF;
	/*font-size: 20px;	*/
	font-weight: bold;
}

.footer {
	color: #000000;
}

.footer a {
margin:0 10px 0 10px;
color:#000000;
}

.footer a:hover {
margin:0 10px 0 10px;
color:#f9952d;
}

footer ul {list-style:none;}

/*From ModelSite...
footer {
text-align:center;
color:#ffffff;
font-size:12px;
margin:15px 0px 0 0px;
padding:10px 0 15px 0;
background-color:#222;
}

footer div.footerlinks {
margin:0 0 10px 0;
}
	  
footer div.footerlinks a {
margin:0 10px 0 10px;
color:#ffffff;
}*/


.bangfooter a:link {
    color: #000000;
}


.bangfooter a:visited {
    color: #000000;
}

/* mouse over link */
.bangfooter a:hover {
    color: #f9952d;
}

/* selected link */
.bangfooter a:active {
    color: #F0F0F0;
}

.signature{
	font-size: 13px;
	color: #787878;
}

/* --- --- --- Form Styles --- --- --- */

form[name=form1] .form-group label {
	display:block;
}

form[name=form1] .form-control {
width:auto;
}

form[name=form1] .form-group textarea {
	width:100%;
}

form[name=form1] input[name=zip], form[name=form1] input[name=zip_plus4], form[name=form1] input[name=phone_acode], form[name=form1] input[name=phone_phone1], form[name=form1] input[name=phone_phone2], form[name=form1] input[name=phone_country_code] {
	display:inline;
}

form[name=form1] input[name=phone_acode], form[name=form1] input[name=phone_phone1] {
	width:50px;
}

form[name=form1] input[name=phone_phone2] {
	width:55px;
}

.errorField {
	background-color:#f9acac;
}
.errclass {
	color:#cc0000;
}

.black {
	color:black;
}

.carousel-inner &gt; .item &gt; a &gt; img {
    display:inherit;
}

.captcha_white {
	color:#000;	
}

input::placeholder {
	font-size: 13px;
}

/* --- --- --- End Form Styles --- --- --- */

/* --- ---- Styles for RWD YouTube video container ---- --- */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom:10px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* --- --- --- Header taglines --- --- --- */
header .tagline {
    font-size: 1.25em;
    margin: 20px 0 12px 0;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    display: block;
    color: #f9952d;
}

header .tagline strong {
    display: block;
    font-size: 1.15em;
	font-style: normal;
	font-weight: bold !important;
    color: #523877;
    margin: 34px 0px 20px 0px;
    padding: 0;
    line-height: 1.58em;
}

/* --- --- --- Dark Background Layout - Light text --- --- --- */
.dark {
	font-size:18px;
	color: white;
	background-color: #0b0c20;
	/*font-family: 'Droid Sans', Arial, Helvetica, sans-serif;*/
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	background-image:url(../img/Building-BG1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}


blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

.bg-primary {
    background-color: #fff !important;
}

ul.dropdown-menu li.overview-link {
	display:none;
}

.top_blocks ul {
	margin-bottom:20px;
}

.bottom_blocks ul {
	margin-bottom:20px;
}

#videoSlide {
	height: 100%;
}

/* Breakpoints */

	/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1200px) {
		
		.circle-pad{
			padding-right: 4px;
		}
		
/*		.cta_phone {
			font-size: 24px;

	}*/


	/* Medium Devices, Desktops */
	@media only screen and (max-width : 992px) {
		
	/* Code to make navbar collapse at different sizes */
		 .navbar-header {
			float: none;
		}
		.navbar-toggle {
			display: block;
		}
		.navbar-collapse {
			border-top: 1px solid transparent;
			box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		}
		/*.navbar-collapse.collapse {
			display: none!important;
		}*/
		.navbar-nav {
			float: none!important;
			margin: 7.5px -15px;
		}
		.navbar-nav&gt;li {
			float: none;
		}
		.navbar-nav&gt;li&gt;a {
			padding-top: 10px;
			padding-bottom: 10px;
		}
		.navbar-text {
			float: none;
			margin: 15px 0;
		}
		/* since 3.1.0 */
		.navbar-collapse.collapse.in { 
			display: block!important;
		}
		.collapsing {
			overflow: hidden!important;
		}
		/* End Code to make navbar collapse at different sizes */
		
		
		
		.circle-pad{
			padding-right: 0px;
		}
		
		.dropdown-menu {
			float:none;	
			z-index:0;
			position:relative;
			border:0px;
			border-radius:0px;
		}

		header .text {
		font-size: 9px;
	    margin: -20 0 0 0;
	    /*font-weight: bold;*/
	    text-align: center;
	    display: block;
	    color: #FFFFFF;
		}

.cta_phone {
		text-align: center;
		font-size: 1.0em;	
}
	
		ul.dropdown-menu li.overview-link {
			display:block;
		}
		.parentlink {
			pointer-events: none;
			cursor: default;

		}

	}


	/* Small Devices, Tablets */
	@media only screen and (max-width : 768px) {
		
		.center2{
			margin: 0px auto;
			text-align: center;
		}
		
		.circle-pad{
			padding-right: 0px;
		}	

		header .text {
		font-size: 14px;
	    margin: 0 0 20 0;
	    padding-bottom: 20px;
	    /*font-weight: bold;*/
	    text-align: center;
	    display: block;
	    color: #FFFFFF;
		}
		
.cta_phone {
	font-size: 24px;

}
	
	
	
	/* Extra Small Devices, Phones */ 
	@media only screen and (max-width : 480px) {
		
		.cta .hidey{
			display: none;
		}

.cta_phone {
	font-size: 24px;

}	
	}
	
	/* Extra Small Devices, Phones */ 
	@media only screen and (min-width : 480px) {
		
		.cta .hider{
			display: none;
		}
		
/*.cta_phone {
	font-size: 20px;

}*/		

	}

	/* Custom, iPhone Retina */ 
	@media only screen and (max-width : 320px) {


	}

</pre></body></html>