/*
Theme Name: 0391 - First Community Bank of the Ozarks
Theme URI: http://csibankanytime.com/
Author: CSI | Sera Hill (Designer/Developer)
Description: Design Pro 3 CSI Banking Theme
Version: 2.0.10
Text Domain: design-pro-3
*/


/* *{ transition: all 0.7s ease; -webkit-transition: all 0.7s ease } */
/*////////////////////////////////////////
//        ADMIN BAR STYLE              //
//////////////////////////////////////////*/

.admin-bar .navbar-fixed-top{
margin-top: 32px;
}

#wpadminbar #wp-admin-bar-wp-logo{
	display:none;
}


/*////////////////////////////////////////
//         GENERAL STYLE                   //
//////////////////////////////////////////*/

html { 
	font-size: 1rem; 
}

h1,
.text-xxl { 
	font-size: 3.5rem; 
	line-height: 1.1;
}

h2,
.text-xl  { 
	font-size: 3rem; 
	line-height: 1.1;
}

h3,
.text-lg  { 
	font-size: 2.5rem; 
	line-height: 1.1;
}

h4,
.text-md  { 
	font-size: 2rem; 
	line-height: 1.1;
}

h5,
.text-sm  { 
	font-size: 1.5rem; 
	line-height: 1.1;
}

h6,
.text-xs  { 
	font-size: 1.25rem; 
	line-height: 1.1;
}

body{
 overflow-x: hidden;
}
section {
	position: relative;
	width: 100%;
	float: left;
}
a:hover, a:focus{
	color:#347AB7;
}
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
.acf-map img {
	max-width: inherit !important;
}
.archive-events, .archive-people , .archive-videos{
	padding: 15% 0 5%;
	min-height:600px;
}
.archive-events .button, .archive-people .button, .archive-videos .button, .button{
	border-radius: 20px;
	padding: 10px 5%;
}



li.page_item_has_children ul.children{
	display:block;
}
table{
	table-layout: fixed;
}
.highlight{
	background: yellow;
}
table[id|=Privacy-Policy] td li{
	font-size: 0.875rem;
	line-height: 1.42857143;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/*////////////////////////////////////////
//         MENU STYLE              //
//////////////////////////////////////////*/


body .navbar{
	min-height:40px;
}
body .navbar-inverse .navbar-nav>li>a:focus{
	background: gray;
}
body .navbar-inverse .navbar-nav>li>a:hover{
	background: gray;
	text-decoration:underline;
}

.sub-menu li{
	width:100%;
}


/*////////////////////////////////////////
//         HEADER STYLE                //
//////////////////////////////////////////*/

.csi-header{
	z-index:10;
	position:relative;
}


/* -------------------------------------------- *\
	MY STYLES
\* -------------------------------------------- */


/* General Styles */

.csi-container {
	max-width: 1300px;
	margin: 0 auto;
}

/*Typography*/
h1, h2, h3, h4, h5, h6, p, a, li, ul, ol, dl, table, nav, button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
   }

h1, h2, h3, h4, h5, h6 {
  color: #0E2855;
  font-family: 'BenchNine', serif;
  //text-transform: uppercase;
  font-weight: 700;
}

p, ul, li, a {
  color: #0E2855;
  font-family: 'Georgia', serif;
  font-size: 1rem;
  line-height: 2rem;
}

/* Header Styles */

.csi-alert {
	background-color: #f2dede !important;
}

.csi-subnav ul li a {
	text-decoration: none;
}

	.csi-subnav ul li a:hover,
	.csi-subnav ul li a:focus {
		text-decoration: underline;
	}

.csi-nav {
	margin-top: 80px;
}

.navbar {
	background: rgba(14,40,85,1);
	background: -moz-linear-gradient(top, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(14,40,85,1)), color-stop(100%, rgba(9,30,64,1)));
	background: -webkit-linear-gradient(top, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
	background: -o-linear-gradient(top, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
	background: -ms-linear-gradient(top, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
	background: linear-gradient(to bottom, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
	border: transparent;
	border-radius: 0;
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff;
	padding: 15px 40px;
	margin-top: 5px;
    text-decoration: none;
    font-size: 1.1rem;
}

	.navbar-inverse .navbar-nav>li>a:hover,
	.navbar-inverse .navbar-nav>li>a:focus {
		background: transparent !important;
	}
	
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
	background: rgba(147,28,24,1);
	background: -moz-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(147,28,24,1)), color-stop(100%, rgba(118,20,17,1)));
	background: -webkit-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	background: -o-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	background: -ms-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	background: linear-gradient(to bottom, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
}
	
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	background: #0E2855;
	color: #fff;
}

/* Align Text To center */
  	
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	z-index: 2;
}
  
.navbar .navbar-collapse {
	text-align: center;
}
      
.navbar .navbar-collapse>ul{
	text-align: left;
}

.csi-logo {
	margin-top: -60px;
	z-index: 20;
	position: relative;
}

.csi-subnav {
	float: right;
}

.csi-subnav .list-inline>li {
	padding-right: 20px;
}

.csi-search a {
	background: rgba(147,28,24,1);
	background: -moz-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(147,28,24,1)), color-stop(100%, rgba(118,20,17,1)));
	background: -webkit-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	background: -o-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	background: -ms-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	background: linear-gradient(to bottom, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	color: #fff;
	padding: 10px;
}
	.csi-search a:hover, 
	.csi-search a:focus {
		background: rgba(14,40,85,1);
		background: -moz-linear-gradient(top, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(14,40,85,1)), color-stop(100%, rgba(9,30,64,1)));
		background: -webkit-linear-gradient(top, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
		background: -o-linear-gradient(top, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
		background: -ms-linear-gradient(top, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
		background: linear-gradient(to bottom, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
	}
	.csi-search a:hover i, 
	.csi-search a:focus i{
		text-decoration:underline;
	}

	.modal-body input{
		border: 0 none transparent;
		background: transparent;
		font-size: 7rem;
		color: #fff;
		font-weight: 200;
		width: 100%;
	}
	
		.modal-body input:focus{
			outline: none;
		}
	
	
		.modal-body input::-webkit-input-placeholder,
		.modal-body input::-webkit-input-placeholder {
							color: #fff;
						}
						
						.modal-body input:-moz-placeholder { /* Firefox 18- */
						   color: #fff;  
						}
						
						.modal-body input::-moz-placeholder {  /* Firefox 19+ */
						   color: #fff;  
						}
						
						.modal-body input:-ms-input-placeholder {  
						   color: #fff;  
						}
						
		.modal-body button {
			font-family: 'BenchNine', sans-serif;
			text-transform: uppercase;
			font-weight: 700;
			background: rgba(147,28,24,1);
			background: -moz-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
			background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(147,28,24,1)), color-stop(100%, rgba(118,20,17,1)));
			background: -webkit-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
			background: -o-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
			background: -ms-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
			background: linear-gradient(to bottom, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
			color: #fff;
			padding: 10px 50px;
			border: none;
			letter-spacing: .1rem;
			box-shadow: 4px 3px 8px rgba(0, 0, 0, .30);
		}
		
			.modal-body button:hover,
			.modal-body button:focus {
				background: rgba(14,40,85,1);
				background: -moz-linear-gradient(top, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
				background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(14,40,85,1)), color-stop(100%, rgba(9,30,64,1)));
				background: -webkit-linear-gradient(top, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
				background: -o-linear-gradient(top, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
				background: -ms-linear-gradient(top, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
				background: linear-gradient(to bottom, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
				text-decoration: underline;
			}
						
	.modal-dialog{
		width: 80%;
	}
	
	
	.modal-content{
		margin-top: 30vh;
		box-shadow: none;
		background: transparent;
		border: 0 none transparent;
	}
		
		.modal-header{
			border-bottom: 0 none transparent;
		}
			
			.modal-header .close {
				float: right;
				font-size: 5rem;
				font-weight: 100;
				line-height: 1;
				color: white;
				opacity: 1;
				text-shadow: 0 1px 0 #fff;
				filter: alpha(opacity=20);
				opacity: 1;
			}
	
		
	
	.fade.in {
    	opacity: 1;
		background: rgba(13, 41, 86, .70);
	}
	
.csi-ib {
	position: absolute;
	z-index: 2;
	padding: 20px 80px;
	right: 0;
	margin-top: 80px;
	background: rgba(13, 41, 86, .70);
}

.csi-ib .bankLogin h6,
.csi-ib .bankLogin a {
	color: #fff;
	text-align: center;
	font-family: 'BenchNine', sans-serif;
	text-transform: uppercase;
}


.bankLogin .form-group {
	width: 253px;
	margin: 0 auto;
}

.csi-ib .bankLogin .form-control,
.csi-ib .bankLogin .btn {
	border-radius: 0;
	border: transparent;
}

.csi-ib .bankLogin .form-control {
	background: rgba(0, 0, 0, .46);
	width: 190px;
	color: #fff;
}

.csi-ib .bankLogin input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family: 'BenchNine', sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: .075rem;
}
	
.csi-ib .bankLogin input::-moz-placeholder { /* Firefox 19+ */
	font-family: 'BenchNine', sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: .075rem;
}
	
.csi-ib .bankLogin input:-ms-input-placeholder { /* IE 10+ */
	font-family: 'BenchNine', sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: .075rem;
}
	
.csi-ib .bankLogin input:-moz-placeholder { /* Firefox 18- */
	font-family: 'BenchNine', sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: .075rem;
}

.csi-ib .bankLogin .btn {
	background: rgb(147,28,24);
	background: rgba(147,28,24,1);
	background: -moz-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(147,28,24,1)), color-stop(100%, rgba(118,20,17,1)));
	background: -webkit-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	background: -o-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	background: -ms-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	background: linear-gradient(to bottom, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	color: #fff;
	font-family: 'BenchNine', sans-serif;
	text-transform: uppercase;
	padding-top: 8px;
	/*margin-top: -34px;*/
	margin-left: auto;
	margin-right: auto;
	display:block;
	
}

	.csi-ib .bankLogin .btn:hover,
	.csi-ib .bankLogin .btn:focus {
		background: rgb(14,40,85);
		background: rgba(14,40,85,1);
		background: -moz-linear-gradient(top, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(14,40,85,1)), color-stop(100%, rgba(9,30,64,1)));
		background: -webkit-linear-gradient(top, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
		background: -o-linear-gradient(top, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
		background: -ms-linear-gradient(top, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
		background: linear-gradient(to bottom, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
		text-decoration:underline;
	}

.csi-ib .bankLogin .helper-links li a {
	font-size: .9rem;
	text-decoration:none;
}
.csi-ib .bankLogin .helper-links li a:hover, .csi-ib .bankLogin .helper-links li a:focus {
	text-decoration:underline;
}
.csi-ib .bankLogin .list-inline>li {
	color: #fff;
	padding-right: 0;
	padding-left: 0;
}


/* Home Page Styles */

.csi-hero {
	margin-top: -50px;
}

	.carousel-fade .carousel-inner .item::before{
			background-color: rgba(255, 248, 242, 0.65);
			content: '';
			display: block;
			height: 100%;
			position: absolute;
			width: 100%;
	}

.carousel-caption {
	text-align: left;
	text-shadow: none;
	top: 85px;
	z-index: 1;
}

.carousel-caption h1 {
	font-size: 4rem;
	line-height: 1.1;
}

.carousel-caption a {
	background: background: rgba(147,28,24,1);
	background: -moz-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(147,28,24,1)), color-stop(100%, rgba(118,20,17,1)));
	background: -webkit-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	background: -o-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	background: -ms-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	background: linear-gradient(to bottom, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	padding: 10px 50px;
	color: #fff;
	text-decoration: none;
}

	.carousel-caption a:hover,
	.carousl-caption a:focus {
		background: rgba(14,40,85,1);
		background: -moz-linear-gradient(top, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(14,40,85,1)), color-stop(100%, rgba(9,30,64,1)));
		background: -webkit-linear-gradient(top, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
		background: -o-linear-gradient(top, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
		background: -ms-linear-gradient(top, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
		background: linear-gradient(to bottom, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
		text-decoration: underline;
	}

/* slider arrows */
.carousel-caption .arrows {
    position: absolute;
    right: 5%;
    bottom: 80px;
  }

.carousel-caption .arrows a {
    font-size: 1.2rem;
    text-decoration: none;
}

.carousel-right-info {
	margin-top: -100px;
}
    
.carousel-right-info p {
    text-align: right;
    bottom: 0;
    position: absolute;
    right: 0;
    font-size: 0.8rem;
}

.carousel-control {
    background-image: none !important;
    position: relative !important;
    bottom: 0;
    position: absolute;
    text-shadow: none;
    color: #0E2855;
    opacity: 1;
    text-decoration: none;
}
/* end slider arrows */

/* ----------------------------------------------------- *\
                Carousel Overrides
\* ----------------------------------------------------- */
               
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
 
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
                                                               
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
                                                               
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
                                                               
.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-indicators .active {
	background-color: #0E2855;
}

.carousel-indicators li {
	background-color: rgba(147,28,24,1);
}

.quicklinks {
	padding: 10px 5px;
	background: rgba(147,28,24,1);
	background: -moz-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(147,28,24,1)), color-stop(100%, rgba(118,20,17,1)));
	background: -webkit-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	background: -o-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	background: -ms-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	background: linear-gradient(to bottom, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	position: relative;
	margin-top: -30px;
	box-shadow: 4px 3px 8px rgba(0, 0, 0, .30);
}

.quicklinks a {
	color: #fff;
	font-family: 'BenchNine', sans-serif;
	text-transform: uppercase;
	font-size: 1.2rem;
	text-decoration: none;
}

	.quicklinks a:hover,
	.quicklinks a:focus {
		text-decoration: underline;
	}
	
.quicklinks img {
	display: inline;
	height: 25px;
	width: 25px;
	margin-right: 10px;
	margin-left: 25px;
	vertical-align: text-bottom;
}
	
.home-products {
	margin-top: 100px;
}

.home-page hr {
	display: none;
}

.home-products h3 a {
	font-family: 'BenchNine', serif;
	background: #0E2855;
	box-shadow: 10px 9px 15px rgba(0, 0, 0, .30);
	color: #fff;
	padding: 10px 50px;
	display: inline;
	font-size: 1.9rem;
	font-weight: 700;
	position: absolute;
	z-index: 1;
	margin-top: -20px;
	text-transform: uppercase;
	line-height: 1.1;
}

	.home-products h3 a:hover,
	.home-products h3 a:focus {
		background: #88110b;
	}

.home-products img {
	width: 100%;
	border: solid 6px #DADADA;
}

.home-products .prod-desc {
	background: rgba(219, 219, 219, .72);
	padding: 50px 70px;
	position: absolute;
	z-index: 2;
	width: 100%;
}

.home-products .prod1 .prod-desc,
.home-products .prod2 .prod-desc {
	margin-top: -300px;
}

.home-products .prod2 {
	margin-top: 200px;
}

.home-products .prod2 img {
	margin-top: -100px;
}

.home-products .prod2 h3 {
	margin-top: -115px;
}

.home-events {
	margin-top: 100px;
}

.home-events-blurb {
	margin-top: 75px;
	padding: 0 40px;
}

.home-events .home-events-blurb h3 {
	font-size: 2.5rem;
	font-weight: 700;
}

.home-events-listing {
	background: #0E2855;
	padding: 40px;
	box-shadow: 4px 3px 8px rgba(0, 0, 0, .30);
	padding-left: 80px;
}

.home-events-listing p,
.home-events-listing h4 {
	color: #fff;
}

.home-events-listing ul {
	list-style: none;
	padding-left: 85px;
}

.home-events-listing ul li {
	padding-bottom: 10px;
}

.home-events-listing ul li a {
	font-family: 'BenchNine', sans-serif;
	text-transform: uppercase;
	font-size: 1.5rem;
	color: #fff;
	text-decoration: none;
}

	.home-events-listing ul li a:hover,
	.home-events-listing ul li a:focus {
		text-decoration: underline;
	}


/* INTERNAL STYLES */

.internal-page .csi-ib {
	margin-top: 30px;
}

.internal-page .csi-hero {
	min-height: 400px;
	margin-top: -25px;
}

.internal-page .csi-hero .tagline {
	margin-top: 150px;
}

.internal-page .csi-hero .tagline p {
	font-size: 1.5rem;
}

.internal-page .quicklinks {
	margin-top: -45px;
}

.internal-page .internal-content {
	margin-top: 50px;
}

.internal-page .internal-content p {
	margin-bottom: 20px;
}

.internal-page .internal-content .text-muted {
	font-size: .9rem;
}

.internal-page .internal-content .lead {
	font-size: 1.2rem;
}

.internal-page .internal-content .left-content {
	padding: 0 8%;
}

.internal-page .internal-content hr {
	border-top: 3px solid #e0e0e0;
	margin: 40px 0;
}

.internal-page .internal-content .table {
	color: #0E2855;
}

.internal-page .internal-content .table>thead>tr>th {
	font-family: 'BenchNine', sans-serif;
	text-transform: uppercase;
	font-size: 1.3rem;
	color: #0E2855;
}

.internal-page .internal-content .table tr:nth-child(even) {
	background: #f5f5f5;
}

.internal-page .internal-content .table>tbody>tr>td {
	border-top: none;
}

.internal-page .internal-content h5 {
	margin-bottom: 25px;
}

.internal-page .internal-content img {
	margin-bottom: 20px;
}

.internal-page .internal-content .csi-btn,
.internal-page .internal-content input.wpcf7-form-control.wpcf7-submit {
	background: rgba(147,28,24,1);
	background: -moz-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(147,28,24,1)), color-stop(100%, rgba(118,20,17,1)));
	background: -webkit-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	background: -o-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	background: -ms-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	background: linear-gradient(to bottom, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	border-radius: 0;
	color: #fff; 
	font-family: 'BenchNine', sans-serif;
	font-size: 1.1rem;
	text-transform: uppercase;
	letter-spacing: .1rem;
	font-weight: 700;
	text-decoration: none;
}

	.internal-page .internal-content .csi-btn:hover,
	.internal-page .internal-content .csi-btn:focus,
	.internal-page .internal-content input.wpcf7-form-control.wpcf7-submit:hover,
	.internal-page .internal-content input.wpcf7-form-control.wpcf7-submit:focus {
		background: rgba(14,40,85,1);
		background: -moz-linear-gradient(top, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(14,40,85,1)), color-stop(100%, rgba(9,30,64,1)));
		background: -webkit-linear-gradient(top, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
		background: -o-linear-gradient(top, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
		background: -ms-linear-gradient(top, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
		background: linear-gradient(to bottom, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
		text-decoration: underline;
	}
	
.internal-page .internal-content input.wpcf7-form-control.wpcf7-submit {
	padding: 5px 50px;
}
	
	
.internal-page .internal-content .panel {
	box-shadow: none;
}

.internal-page .internal-content .panel-default {
	border: transparent;
}

.internal-page .internal-content .panel-title {
	font-size: 1.3rem;
}

.internal-page .internal-content .panel-group .panel-heading {
	border: solid 1px #0E2855;
	border-radius: 0;
	margin-top: 20px;
}

	.internal-page .internal-content .panel-group .panel-heading:hover,
	.internal-page .internal-content .panel-group .panel-heading:focus {
		background: #0e2855;
		color: #fff;
	}
	
.internal-page .sidebar .col-md-4 {
	padding-right: 0;
}

.internal-page .sidebar .sidebar-desc{
	padding: 20px 40px;
}

.internal-page .sidebar .sidebar-btn {
	font-family: 'BenchNine', sans-serif;
	text-transform: uppercase;
	background: rgba(147,28,24,1);
	background: -moz-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(147,28,24,1)), color-stop(100%, rgba(118,20,17,1)));
	background: -webkit-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	background: -o-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	background: -ms-linear-gradient(top, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	background: linear-gradient(to bottom, rgba(147,28,24,1) 0%, rgba(118,20,17,1) 100%);
	color: #fff;
	width: 100%;
	padding: 5px 30px;
	display: block;
	text-align: center;
	font-weight: 700;
	letter-spacing: .1rem;
	font-size: 1.1rem;
	text-decoration: none;
	box-shadow: 4px 3px 8px rgba(0, 0, 0, .30);
}

	.internal-page .sidebar .sidebar-btn:hover,
	.internal-page .sidebar .sidebar-btn:focus {
		background: rgba(14,40,85,1);
		background: -moz-linear-gradient(top, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(14,40,85,1)), color-stop(100%, rgba(9,30,64,1)));
		background: -webkit-linear-gradient(top, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
		background: -o-linear-gradient(top, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
		background: -ms-linear-gradient(top, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
		background: linear-gradient(to bottom, rgba(14,40,85,1) 0%, rgba(9,30,64,1) 100%);
		text-decoration: underline;
	}
	
.ui-dialog-content h2,
.ui-dialog-content p {
	color: #fff;
}

/* Search Page */

.search-results .csi-ib {
	display: none;
}


/* FOOTER STYLES */

.csi-footer {
	background: #931D18;
	box-shadow: 0 6px 8px rgba(0, 0, 0, .30);
	padding: 50px 0;
	margin-top: 100px;
	position: relative;
	margin-bottom: -40px;
}

.csi-footer h5,
.csi-footer a,
.csi-footer p {
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .40);
}
.csi-footer a{
	color: #ffffff;
	text-decoration:none;
}
.csi-footer a:hover, .csi-footer a:focus{
	text-decoration:underline;
}
.csi-footer h5 {
	font-size: 1.3rem;
	font-weight: 700;
	text-transform: uppercase;
}

.copyright {
	background: #0E2855;
	padding-top: 80px;
	padding-bottom: 30px;
}

.copyright p {
	color: #fff;
}
.copyright a{
	text-decoration:none;
	color:white;
}
.copyright a:hover, .copyright a:focus{
	text-decoration:underline;
}