


h1,h2,h3,h4,h5,h6,p,li,ul,*{
	font-family: 'Source Sans Pro',sans-serif !important;
}

.link-button{
	background:#f00000;
	margin:5px;
	padding:20px;
	font-size:1.5em;
	max-width:600px;
	width:90%;
	margin:auto;
	color:white;
	border-radius:5px;
}

.head,.head2{
	color:white;
	background:#06bce5;
	padding:10px;
	border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
border: 0px solid #000000;
}

.head2{
	background:#E56F06;
}

ul ul li{
	margin: 0;
	padding: 0px 0 0px 20px;
	list-style: none;
	background-image: url("https://cli.s3.amazonaws.com/_download_files/arrow-list.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 10px;
}

.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{
    font-family: 'Open Sans', 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: 'Open Sans', sans-serif;
			color: black;
        }
        *{
            box-sizing: border-box;
        }
        .container{
            width: 100%;
            margin: 0px auto;
            background: #ffffff;
           
        }
        .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;
  }
  
} 


  .pricing article section{ 
    background: repeating-linear-gradient(
  45deg,
  rgba(0, 0, 0, 0.1),
  rgba(0, 0, 0, 0.1) 10px,
  rgba(0, 0, 0, 0) 10px,
  rgba(0, 0, 0, 0) 20px
);
        
            
            
            color:#000000;
            
            min-height:500px;
            border-radius:5px;
            font-family: 'Open Sans', sans-serif;
            text-align:center;
            }
        
        .pricing article section article{
            background:#f7f7f7;
            
        } 
        .pricing article section{
            transition: all 1s ease;
            border:3px solid rgba(255,255,255,1);
        }
        
         .pricing article section:hover{
             border:3px solid rgba(242, 242, 242,1);
        } 
        
        
         .pricing article section article .header{
            background:#06bce5;
            -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
             padding:10px;
             color:white;
        } 
        
        .pricing article:nth-child(1) section article .header,.pricing article:nth-child(1) section article button,.pricing article:nth-child(1) section article .tooltips .tooltiptext{
            background:#E56F06;
        }
        
        .pricing article:nth-child(2) section article .header,.pricing article:nth-child(2) section article button,.pricing article:nth-child(2) section article .tooltips .tooltiptext{
            background:#06bce5;
        }
        
        .pricing article:nth-child(3) section article .header,.pricing article:nth-child(3) section article button{
            background:#4A70C2;
        }
        
        .pricing article:nth-child(4) section article .header,.pricing article:nth-child(4) section article button{
            background:#219C55;
        }
        
        .pricing article:nth-child(2) section article .content{
            
        }
		
		.header p{
			font-size:1em;
		}
        
        .pricing article section article .content{
            padding:10px;
			
        }
		
		
		
		.pricing article section article .content p{
			font-size: 0.9em;
			/*color:#000000;*/
			color:#000000;
		}
        
        .pricing hr{
            width:85%;
            color:#000000;
            
        }
		
		.pricing article section article .header .price{
			font-size:2em;
		}
        
        .pricing button{
            color:white;
            padding:10px;
            border-radius:5px;
            width:80%;
            max-width:250px;
            margin:10px;
            margin-bottom:20px;
            
        }
		
		/* Tooltip container */
.tooltips {
    position: relative;
    display: inline-block;
	font-size: 0.9em;
  
}

/* Tooltip text */
.tooltips .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
	padding:10px;
    
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 50%;
    left: 25%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.5s;
}

/* Tooltip arrow */
.tooltips .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 75%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
		
		.pricing article:nth-child(1) section article .tooltips .tooltiptext::after{
            
			border-color: #E56F06 transparent transparent transparent;
        }
        
        .pricing article:nth-child(2) section article .tooltips .tooltiptext::after{
       
			border-color: #06bce5 transparent transparent transparent;
        }

/* Show the tooltip text when you mouse over the tooltip container */
.tooltips:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
	animation: bounce 1s normal forwards;
  	-webkit-animation: bounce 1s normal forwards;
}
		
		@keyframes bounce {
 
			
  0% {
    transform: translateY(0px);
  }

  /* Finish changes by here */
  20% {
    transform: translateY(-15px);
  }

  /* Between 20% and 100%, nothing changes */
  100% {
     transform: translate(0, 0);
  }
}
@-webkit-keyframes bounce {
   0% {
    transform: translateY(0px);
  }

  /* Finish changes by here */
  20% {
    transform: translateY(-15px);
  }

  /* Between 20% and 100%, nothing changes */
  100% {
     transform: translate(0, 0);
  }
}
		
		.pricing article section{ 
			border:2px solid #474747;
		}
		
		.pricing article section:hover{ 
			border:2px solid #474747;
		}
     
	@media screen and (max-width: 40em) {
		.pricing article section{ 
			border:2px solid #474747;
		}
		
		.pricing article section:hover{ 
			border:2px solid #474747;
		}
		
		}	
		
		body,html{
			width:100%;
			overflow-x: hidden;
		}

.sessions section:nth-of-type(1),.sessions section:nth-of-type(2),.sessions section:nth-of-type(3),.sessions section:nth-of-type(4),.sessions section:nth-of-type(5),.sessions section:nth-of-type(6){
	background:#06bce5;
	color:white;
	padding:20px;
	border-radius:5px;
	margin-bottom:10px;
}

.sessions section:nth-of-type(2){
	background:#06abd1;
}

.sessions section:nth-of-type(3){
	background:#079cbf;
}

.sessions section:nth-of-type(4){
	background:#068baa;
}

.sessions section:nth-of-type(5){
	background:#057691;
}

.sessions section:nth-of-type(6){
	background:#056c84;
}

.bigger{
	font-size:1.4em;
}


