
.top-nav{
    background:white;
    position: fixed;
    width:100%;
    border-bottom:2px solid #d3d3d3;
}

.top-bar,.top-bar-section,.dropdown,.menu,.menu-text,nav ul,nav li,nav a{
    background:white;
    color:#474747;
}
nav a:hover{
    color:grey;
}

h2,h3,p{
    Tahoma, Geneva, sans-serif
}

h1{
    text-align: center;
    color:red;
    font-size:1.8em;
    font-weight: bold;
}

h2,h3,p,ul,li{
    /*color:#474747;*/
}

h2,h3{
    font-weight: bold;
    font-size:1.8em;
}

p,ul,li{
    font-size:1em;
}

.bold{
    font-weight: bold;
}

.hero-row{
    max-width:900px;
}

.hero-button{
    width:90%;
    border-radius: 5px;
    height:auto;
    padding:10px;
    font-size:20px;
    margin:auto;
    text-align: center;
    -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.5);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.5);
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,.5);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#d21f26),color-stop(1,#a8080e));
    background: -moz-linear-gradient(center top,#d21f26 5%,#a8080e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d21f26',endColorstr='#a8080e');
    background-color: #d21f26;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #d21f26;
    display: inline-block;
    color: #fefefe;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 10px;
    text-decoration: none;
    width: 433px;
    max-width: 80%;
    margin: 30px;
    height: auto;
    letter-spacing: -0.50px;
    cursor: pointer;
}

.top-bar {
    text-align:center;
}

.top-bar-section {
    display: inline-block;
}

.grey-row{
    background:#e3e3e3;
}
.background{
    background:white;
    border-radius: 0px 0px 0px 5px;
    -moz-border-radius: 0px 0px 0px 5px;
    -webkit-border-radius: 0px 0px 0px 5px;
}

body{
    
}

.shadow{
  -moz-box-shadow: 0 10px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 10px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.column{
    padding:10px;
}

.testimony li{
    list-style: none;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    padding-left: 35px;
    background: url('https://lh3.googleusercontent.com/elCbJ-7ln_beruT4lWUtI_dNPh0kkIqLYJEFDuh4FjYDU8kQK3BNQ2BN6Y6XS2J8Ng6KLFjOTpKmjxcq4RhX0DI=s0') no-repeat;
}

.author-box{
    padding:10px;
    background:#CFCFCF;
    border-radius:5px;
    border-bottom: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
}

.icon{
    font-size: 40px;
    color:#f00000;
    text-shadow: 1px 4px 6px #FFF,0 0 0 #000,1px 4px 6px #FFF;
}

.icon2{
    font-size: 70px;
    color: #F00000;
    text-shadow: 0px 1px 0px #0092b3,0px 2px 0px #0087a6,0px 3px 0px #008099,0px 4px 0px #00758c,0px 5px 0px #555,0px 6px 0px #006a80,0px 0px 0px #006073,0px 8px 7px #005566;
}

.bottom-nav{
    font-size:0.8em;
}

.main-row{
    max-width:900px;
}

.form-row{
    background:#d3d3d3; 
    border-radius:5px;
    padding:10px;
    max-width:900px;
}

.card-row{
    background:white;
    border-radius:5px;
    padding:10px;
}

#step2 p,#step2 li,#step2 ul{
    font-size:14pt;
    font-family: arial,helvetica,sans-serif;
    line-height: normal;
}

#step2 h2,#step2 h3{
    font-size:18pt;
    font-family: arial,helvetica,sans-serif;
    line-height: normal;
}

form h1{
    color:#004a80;
    font-size:2em;
}

#form p, #form li, #form ul,#form h2, #form h3,#form h4{
    font-size:1em;
}

.red{
    color:#f00000;
}

.promo-row{
    max-width:900px;
    margin:auto;
}

#Order{
    background-image: url(https://churchleaderinsights.com/images/submit-order.png);
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    height: 103px;
    width: 309px;
    border: none;
}

.validate:valid{
   border:solid 2px #6FFF5C !important;
}

.validate:invalid {
     border:solid 2px #FF654E !important;
}

.light-box-background{
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    z-index: 2;
    overflow: scroll;
}

.light-box{
    max-width:600px;
    width:100%;
    background:#ffffff;
    margin:auto;
    border-radius: 5px;
    padding:10px;
    position: relative;
}

.close-icon{
    font-size: 34px;
    color:#e3e3e3;
    text-shadow: 1px 4px 6px #FFF,0 0 0 #000,1px 4px 6px #FFF;
    position:absolute;
    left: 92%;
    top: 0;
    cursor: pointer;
}

.close-icon-small{
    font-size: 40px;
    color:#e3e3e3;
    text-shadow: 1px 4px 6px #FFF,0 0 0 #000,1px 4px 6px #FFF;
    cursor: pointer;
}

 /*Header properties added by Dustin 08-30-16*/
 header{
            font-size: 24px;
            font-family: Candara, Trebuchet MS, Arial, Sans-serif;
			color: black;
        }
        *{
            box-sizing: border-box;
        }
        .container{
            width: 100%;
            margin: 0px auto;
            background: #ffffff;
            padding: 15px;
        }
        .img{
            max-width: 100%;
            display: block;
            margin: 10px auto;
        }
		
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 768px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 768px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}
/*END Header properties added by Dustin 08-30-16*/



/*  FLEXTABLE  */
.visible-xs {
  display: none;
}

@media screen and (max-width: 768px) {
  .visible-xs {
    display: table-row;
  }

  td:first-child,
  th:first-child {
    display: none;
  }
  
  /* Show on mobile and hide on Desktop ----- */
	#banner-mobile {
    visibility: hidden;
    clear: both;
    display: none;
  }
  
}

/* Show on Desktop and hide on Mobile ----- */
@media screen and (min-width : 768px) {
    #banner-desktop {
    visibility: hidden;
    clear: both;
    display: none;
  }
  
} 


	


