<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Advisor 10 - Tidwell Child
Template: advisor10
Author: Chris
Version: 1.0
Updated: 2014-04-10 14:48:19
*/

@charset "UTF-8";
@import url('../advisor10/style.css');

a {
	color: #09347A;
}
blockquote {
	border-left: 5px solid #09347A;
}
blockquote p {
	color: #09347A;
}
.contact-header {
  	color: #09347A;
  	font-weight: bold;
  	margin-top: 1.75em;
  	padding: 1em;
  	text-align: center;
}
.phone1 {
	border: 3px solid rgb(205, 12, 50);
	padding: 10px;
}
.comra {
	border: 3px solid rgb(205, 12, 50);
	padding: 10px;
}
.cta {
	height: 460px;
	position: relative;
}
.cta h3 {
	text-transform: uppercase;
	color: rgb(9, 52, 122);
	font-weight: 400;
}
.cta .btn {
	bottom: 0;
	position: absolute;
}
.page-title {
	background: none;
	padding: 1em 0px 15px;
	display:none;
}
.page-title h1 {
	color: #C60C30;
	font-weight: 400;
}
.widget-title {
    border-bottom: none;
    padding: 0 0 5px 0;
    text-transform: uppercase;
}
.main-navigation{
	background-color: #09347A;
	border-bottom: none;
	border-top: none;
}
.main-navigation li a {
	color: white;
}
.main-navigation ul ul {
  	background: #4E4E4E;
}
.main-navigation ul ul a:hover {
  	background: #A3A3A3;
}
.slideshow-wrap {
  	border: 12px solid #C30126;
}
#secondary .widget_nav_menu li {
  	background: #09347A;
  	border: none;
  	margin: 0 0 10px 0;
  	padding: 17px;
}
#secondary .widget_nav_menu li a {
	color: white;
}

/* side widget */
.panel {
    background-color: #fff;
    border: 1px solid #0a3479;
    border-radius: 0px;
}
#nav_menu-2 .panel {
	border: none;
}
.panel-customized &gt; .panel-heading {
    color: #FFF;
    background-color: #0a3479;
    border-color: #4b5a64;
    border-bottom: none;
    padding: 15px 15px 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-body {
    padding: 15px;
    margin-bottom: 1em;
}
.panel-body a {
    color: #7D2323;
    text-decoration: none;
}
.panel-body p {
    color: #262626;
}

.btn-primary {
	background-color: #09347A;
	border-color: #4D4DFF;
}
.btn-primary:hover {
	background-color: #4D4DFF;
	border-color: #09347A;
}
#ctaModal {
	color: #09347A;
}
.newsletter h3 {
	text-align: center;
}
.newsletter .btn-primary {
	background-color: #fff;
	border-color: #868686;
}
.newsletter .modal-body .btn-primary {
	background-color: #09347A;
	border-color: #868686;
}
.newsletter .btn-primary:hover {
	background-color: #A6A6A6;
	border-color: #09347A;
}
.site-footer {
	background: none;
	background-color: #09347A;
	color: white;
}
.site-footer .widget-title {
	color: #eee;
}
.site-footer a {
	color: #fff;
}
.site-footer .newsletter a {
	color: #09347A;
}
.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

@media (min-width: 768px) {
	.modal-dialog {
    	width: 800px;
	}
}

@media (max-width: 400px) {
  	.footer-nav li {
    	float: none;
    	width: 100%;
  	}
}</pre></body></html>