body{
	color: #444;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
a {
    color: #b5313e;
    text-decoration: none;
}
a:focus, a:hover {
    color: #b5313e;
    text-decoration: underline;
}
h1 {
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}
h1, h2, h3 {
    color: #b5313e;
    margin-bottom: 10px;
    margin-top: 10px;	
}
ul{}
ul li{}
table,
th,
td {
	vertical-align: top;
}
.navbar-default {
	background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
	border: 0 none;
    border-radius: 0;
    box-shadow: none;
}
.navbar-brand{
	height: auto;
	margin-top: 50px;
}
.navbar-nav{
	margin-top: 165px;
}
.navbar-nav > li{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    transition: background 0.3s ease-out 0s;
}
.navbar-nav > li.current-menu-item, .navbar-nav > li.active, .navbar-nav > li:hover {
	background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
}
.navbar-default .navbar-nav > li > a {
    color: #7c7c7c;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;

    padding: 10px 15px;
	position: relative;
    text-align: center;
    text-decoration: none;
	
	transition: color 0.3s ease-out 0s, background 0.3s ease-out 0s;
}
.navbar-brand, .navbar-nav > li > a {
    text-shadow: none;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > .active > a:hover
{
    background-color: #b5313e;
    background-image: none;
    background-repeat: repeat-x;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
}
.entry-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0 0 20px;
    padding-bottom: 8px;
    padding-top: 8px;
}
.left-sidebar, .right-sidebar {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}	
.left-sidebar .entry-header, .right-sidebar .entry-header {
	border-top: 0 none;
}
.entry-title {
    color: #b5313e;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    margin: 10px 0;
}
.pagecontent ul li {
    background: rgba(0, 0, 0, 0) url("images/bullet.png") no-repeat scroll left center;
    list-style: outside none none;
    margin: 8px 0;
    padding-left: 20px;
}
.pagecontent ul.two-cols li{
    display: inline-block;
    min-width: 300px;
}
.contact-info {
    float: left;
    text-align: center;
    width: 650px;
}
.contact-info h4 {
    line-height: 28px;
}
.slider-right {
    float: right;
    margin-bottom: 15px;
    margin-left: 15px;
    width: 450px;
}
.footer {
    border-top: 6px solid #b5313e;
    margin-top: 20px;
}
.copyright {
    padding-bottom: 10px;
    padding-top: 20px;
}
.copyright p {
    font-size: 13px;
    padding: 4px 0;
}
.footer-nav {
    float: right;
    margin: 20px 0 0;
}
.footer-nav li {
    float: left;
    list-style: outside none none;
}
.footer-nav li a {
	color: #555;
    display: block;
    font-size: 13px;
    padding: 4px 6px;
    transition: background 0.5s ease 0s;
}
.footer-nav li a:hover {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
	color: #b5313e;
	text-decoration: none;
}
.caldwell-sidebar.right {
    border-left: 1px solid #ccc;
    height: 100%;
    display: inline-block;
    padding-left: 30px;
}
.caldwell-sidebar.left {
    border-right: 1px solid #ccc;
    height: 100%;
    display: inline-block;
    padding-right: 30px;
}
.caldwell-sidebar .widget-title {
    color: #b5313e;
}
.caldwell-sidebar .widget input, .caldwell-sidebar .widget textarea{
	border-color: #ccc;
	padding: 6px 15px;
	font-size: 15px;
	font-weight: normal;
	color: #000;
}
.caldwell-sidebar .widget a {
    color: #444;
    text-decoration: underline;
}
.caldwell-sidebar .widget a:hover{
	color: #b5313e;
	text-decoration: none;
}
.left-sidebar .caldwell-sidebar,
.right-sidebar .caldwell-sidebar {
	margin-top: 15px;
	padding-top: 8px;
}
.footer-widget-areas {
    margin: 30px 15px 0px;
    padding-top: 30px;
    border-top: 1px solid #f0f0f0;
}
.widget{
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: normal;
}
.category .archive-header {
    margin: 30px 0 15px;
    padding: 0px 0px 30px 0px;
    max-width: none;
    border-bottom: 1px solid #f0f0f0;
}

.pagecontent table {
    border: 0 none;
}
.pagecontent table tr th{
    border: 0 none;
}
.pagecontent table tr td {
    border: 0 none;
}

.faq {
    margin-bottom: 60px;
}
.faq .entry{}
.faq .entry .faq_question {
    font-weight: bold;
    font-size: 15px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    cursor: pointer;
}
.faq .entry .faq_question .fa {
    float: right;
}
.faq .entry .faq_answer {
    padding: 10px 15px;
    border: 1px solid #ddd;
    display: none;
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1024px) {
	.contact-info{
		width: 450px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.navbar-header {
    float: none;
    text-align: center;
}
.navbar-brand {
    display: inline-block;
    float: none;
    margin-top: 20px;
}
.navbar-nav {
    float: none;
    margin-top: 20px;
    text-align: center;
}
.navbar-right {
    float: none !important;
    margin-right: 0;
}
.navbar-nav > li {
    display: inline-block;
    float: none;
}
.entry-header{
	text-align: center;
}
.pagecontent img.alignright {
    max-width: 350px;
}
.slider-right {
	width: 350px;
}
.contact-info {
    width: 330px;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
.h2, h2 {
    font-size: 24px;
}
.h4, h4 {
    font-size: 14px;
}
.navbar-header{
	text-align: left;
}
.navbar-brand {
    margin: 15px 0 0;
    padding: 0;
}
.navbar-brand img {
    width: 210px;
}
.navbar-toggle{
    margin-right: 5px;
    margin-top: 25px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #b5313e;
}
.navbar-nav > li{
	width: 100%;
}
.navbar-default .navbar-nav > li > a{
	text-align: left;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > li:hover > a, 
.navbar-default .navbar-nav > .active > a:hover{
	background-color: transparent;
	color: #b5313e;
}
.entry-title{
	font-size: 18px;
	line-height: 24px;
}
.pagecontent img.alignright {
    float: none;
    margin: 0 0 12px;
    max-width: 100%;
}
.slider-right {
	width: 100%;
}
.footer-nav{
	display: none;
}
.copyright{
	text-align: center;
}
.contact-info {
    width: 100%;
}
.contact-info h4 {
    line-height: 24px;
}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	
}
