h1, h2 {
	font-family: "english",serif;
    font-weight: 400;
    color: #74847E;
}

h1  { 
    font-size: 28px;
}


h1 a, h1 a:visited, h2 a, h2 a:visited {
    color: #74847E;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

h1 a:hover, h1 a:active, h2 a:hover, h2 a:active {
    color: #79AF9A;
}

h1 a, h1 a:visited {
    padding-left: 40px;
    background: url("images/csw-logo.png") top left no-repeat;
}

h1 a:hover, h1 a:active {
    padding-left: 40px;
    background: url("images/csw-logo-hover.png") top left no-repeat;
}

.subfeature h2 {
    font-size:20px;
}

h3 {
    color: #74847E;
    font-size: 16px;
}

h3+p {
    margin-bottom: 20px;
}

h6 {
    font-weight: normal;
}

table {
    width: 100%;
    margin-bottom: 10px;
}

thead{
    text-align: left;
    color: #74847E;    
}

.page-header, .underline {
    border-bottom: 1px solid #74847E;;
}

.underline {
padding-bottom: 0;
margin: 18px 0;
}

body{
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    /* font-family: "proxima-nova",sans-serif;  */
    font-family: "prenton",sans-serif; 
    line-height: 1.5em;
    color: #54504D;
    background-color: #EAE6E3;
}


header {
    border-top: 5px solid #4A7061;
    border-bottom: 1px solid #A4A09D;
    background-color: #fff; 
    padding-top: 20px;
}

.flex-caption, .fancybox-title {
    padding: 10px 10px 0 0;
    font-size: 16px;
    font-style: italic;
    color: #4A7061;
    text-align: right;
}
.content {
    padding: 30px 0 50px 0;
}

a, a:visited {
    color: #8c3f55; /*4A7061; */
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;    
}

a:hover, a:active {
    color: #78998C;
}

.nav {
    padding-bottom: 20px;
}

.nav > li >a, .nav > li > a:active, .active {
    color: #4A7061;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
}
 
.nav > li > a:hover, .active {
    background-color: #EAE6E3;
}

.nav .nav-header{
    color: #86827F;
    border-bottom: 1px solid #EAE6E3;
}


a, a:visited, a:hover, a:active {
    text-decoration:none;
}


.thumbnail {
    background: #fff;   
}

a.thumbnail {
    -webkit-transition: border-color .25s ease-in-out;
    transition: border-color .25s ease-in-out;
    -moz-transition: border-color .25s ease-in-out;
}

a.thumbnail:hover {
    border-color: #78998C;
    box-shadow: 0 1px 4px rgba(74, 112,97, 0.25);
}

/* 
.active, .active:visited {
    background-color: rgba(212, 212, 212, 0.6);
    border-radius: 5px 5px 5px 5px;
    color:#eaa47d;
}
*/


img {
    max-width: 100%;
}

.img-left {
    float: left;
    margin-right: 15px;
}

.img-right {
    float: right;
    margin-left: 15px;
}


.footer-wrapper {
    background-color: #4A7061;
    border-top: 2px solid #fff;
}


footer{
    color: #ddd;
    padding-top: 10px;
}

footer a, footer a:visited {
    color: #fff;
}

footer a:hover, footer a:active {
    color: #78998C;
    moz-transition: all .25s linear .1s;
    -webkit-transition: all .25s linear .1s;
    transition: all .25s linear .1s;
}

footer h2{
        font-size: 20px;
}

footer h2 a{
    color: #fff;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    padding-left: 28px;
    background: url("images/csw-logo-sm.png") center left no-repeat;
}



footer h2 a:hover, footer h2 a:active {
    padding-left: 28px;
    background: url("images/csw-logo-hover-sm.png") center left no-repeat;
}

.bigbreak {
    line-height: 36px;
}

footer p {
    font-size: 12px;
}

blockquote {
    border-left: 5px solid #8FC9B8;
    font-style: italic;
    color: #999;
}

cite {
    color: #8FC9B8;
}

/* Sticky footer */

html, body, .container, .content {
    height: 100%;
}

.container, .content {
    position: relative;
}
        
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -160px;
}

.push {
    height: 160px; /* add 50px for .content div top offset */
}

.footer-wrapper {
    position: relative;
    min-height: 160px;
}

/* TBO footer logo */

#tbo {
    position:relative;
    height:23px;
    width:80px;
    margin:0 auto;
}
#tbo img {
    position:absolute;
    left:0;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

#tbo img.top:hover {
    opacity:.5;
}



/* Media queries */

/* eliminates margin issues for full-width header and footer */
@media (max-width: 767px) {
  header, .footer-wrapper {
    margin: 0 -20px;
    padding: 0 20px;
  }
}

