/* minified reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}


body {
    background: #e7e1dc;
    //font: 16px "Georgia";
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-weight: 100;
}

    sup {
        font-size: 0.5em;
        position: relative;
        top: -0.5em;
    }
    
    strong {
        font-weight: bold;
    }
    
    em {
        font-style: italic;
    }
    
    .rule {
        border-bottom: 1px solid #EDE4D5;
        padding-bottom: 14px;
    }
    
    h2 {
        font-size: 1.5em;
        text-shadow: rgb(255, 255, 255) 1px 2px 2px;
        color: rgb(96, 57, 19);
        margin: 0 0 14px 0;
    }
    
    h3 {
        font-size: 1.2em;
        color: rgb(96, 57, 19);
        margin: 0 0 14px 0;
        line-height: 1.33em;
    }
    
        h3.case-study-title {
            float: left;
        }
    
        h3.pdf {
            float: right;
            vertical-align: baseline;
        }
        
        h3.pdf a {
            color: rgb(17, 98, 126);
            padding: 0;
            background: none;
            font-weight: normal;
        }
    
        h3.pdf img {
            padding: 0 0 0 10px;
        }
    
    
    h4 {
        font-size: 1em;
        font-style: italic;
        font-weight: bold;
        margin: 0 0 14px 0;
        color: #00516D;
    }
    
    a {
        color: rgb(17, 98, 126);
        text-decoration: none;
        transition:all 0.2s;
    }
    
        a:hover {
            color: #009ed5;
        }
        
        a[href$='.pdf'] {
            background: url(../images/pdf-small.png) right no-repeat;
            padding: 0 20px 0 0;
            font-weight: bold;
        }
    
    p {
        font-size: 1em;
        margin: 0 0 14px 0;
        line-height: 23px;
    }
    
    p.video {
    	display: block;
    	float: left;
    	width: 45%;
    	padding-right: 4.5%;
    	margin-bottom: 40px;
    	font-weight: 600;
    	text-align: center;
    	color: rgb(17, 98, 126);
    	}
    p.video iframe {
    	width: 100%;
    	height; auto;
    	}
    
    blockquote {
        font-size: 1.25em;
        font-style: italic;
        padding: 20px;
        margin: 0 20px 20px 20px;
    }
    
        blockquote p {
            line-height: 26px;
        }
    
        blockquote p:last-child {
            margin: 0;
        }
        
    .content ul, .posts ul {
        list-style: square;
        color: #666;
        margin: 10px 0 20px 0;
        padding: 0 40px;
        font-size: 14px;
    }
    
        .content li, .posts li {
            margin: 0 0 4px 0;
            color: #333;
        }
    

.preload {
    position: absolute;
    display: none;
    top: 0;
    left: -9999em;
    opacity: 0;
    width: 1px;
    height: 1px;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

header {
    width: 100%;
    height: 90px;
    //background: url(../images/header-bg.png) repeat-x bottom;
    background: #754d2c;
}

    .logo {
        float: left;
        margin-top: 12px;
        }
    .logo img {
        width: 214px;
        height: auto;
    }
    
    .main-nav, .main-nav li {
        float: left;
    }
    
    .secondary-nav {
        position: absolute;
        z-index: 999;
    }
        
        .secondary-nav:first-child {
            right: 150px;
            top: 33px;
        }
        
        .secondary-nav:last-child {
            right: 0;
            top: 33px;
        }
    
    .main-nav {
        margin: 30px 20px 0 20px;
    }
    
        .main-nav li {
            text-align: center;
            height: 34px;
            line-height: 24px;
            border-radius: 2px;
            z-index: 1;
            font-size: 0.9em;
        }
        
        .main-nav li a {
            display: inline-block;
            padding: 5px 12px;
            height: 24px;
            color: #fff;
            text-decoration: none;
            border-right: 1px #56370B dotted;            
            text-shadow: 1px -1px 3px rgba(0,0,0,0.3);
        }
        
        .main-nav li:hover {
            border-top: none;
            border-bottom: none;
            z-index: 99;
        }
        
        .main-nav li:last-child a {
            border-right: none;
        }
        
        .main-nav li a:hover, .main-nav li.current-page-item a {
            //background: url(../images/nav-hover-bg.png) repeat-x top #B08443;
            background: #56370B;
            position: relative;
        }
        
    .secondary-nav ul {
        float: left;
        width: 130px;
        height: 29px;
        overflow: hidden;
        margin: 0 10px 0 0;
        padding: 0 0 10px 0;
        background: #009c8d;
        border-radius: 3px;
        box-shadow: 1px -1px 2px rgba(0,0,0,0.3);
        transition:all 0.2s;
    }
    
        .secondary-nav li {
            display: block;
            float: none;
            clear: both;
            background: #009c8d;
            padding: 5px 10px;
            font-size: 0.88em;
            font-style: italic;
            color: #fff;
        }
        
            .secondary-nav li a {
                color: #fff;
                font-size: 0.85em;
                text-shadow: 1px -1px 3px rgba(0,0,0,0.3);
                font-style: normal;
                text-decoration: none;
                transition:all 0.2s;
            }
            
                .secondary-nav li.title {
                    color: #00526d;
                    font-weight: bold;
                }
            
                .secondary-nav li a:hover {
                    color: #00526d;
                    text-shadow: 0px 0px 3px rgba(255,255,255,0.8);
                }
        
        .secondary-nav li:first-child {
            padding: 0px 15px;
            letter-spacing: 1px;
            height: 30px;
            line-height: 30px;
            background: url(../images/special-nav-bg.png) top repeat-x #009c8d;
        }
        
            .secondary-nav li:first-child a {
                font-size: 1.10em;
                display: inline-block;
                background: url(../images/tiny-triangle.png) no-repeat right;
                width: 100%;
                color: #fff;
            }
            
                
        
            .secondary-nav ul:hover li:first-child {
                background: url(../images/special-nav-hover-bg.png) top repeat-x #009c8d;
            }
    
        .secondary-nav ul:hover {
            overflow: visible;
            height: auto;
        }
    
    

.feature {
    width: 100%;
    height: 220px;
    background: #e7e1dc;
    position: relative;
}

    .feature .wrapper {
        height: 220px;
    }
    
    .feature.short, .feature.short .wrapper {
        height: auto;
    }
    
        .feature.short {
            padding: 20px 0;
        }
    
    .home .feature, .home .feature .wrapper {
        height: auto;
        background: #e7e1dc;
    }
    
        .home .feature .wrapper {
            margin: 30px auto 20px auto;
            overflow: visible;
        }
    
        .home .feature {
            border-bottom: 1px solid #754d2c;
            overflow: hidden;
        }
        
        .home .feature h2 {
            font-size: 18px;
        }
    
    .feature h1 {
        position: absolute;
        left: 0;
        bottom: 20px;
        font-size: 2.5em;
        color: rgb(0, 81, 109);
        text-shadow: 1px -1px 3px #fff;
        z-index: 20;
    }
    
        .feature.short h1 {
            position: relative;
            left: auto;
            bottom: auto;
        }

    .feature .page-header {
        height: 204px;
        width: 960px;
        position: absolute;
        bottom: 1px;
        right: 0;
        z-index: 10;
        border-radius: 0 140px 0 0;
    }
    
    
    .feature .slideshow {
        width: 100%;
        height: 322px;
        position: relative;
        margin: 0 0 20px 0;
    }
    
        .slide {
            width: 960px;
            height: 322px;
            display: none;
        }
        
            .slide .slide-img {
                position: absolute;
                bottom: 0;
                right: 0;
                border-radius: 0 140px 0 0;
            }
            
            .slide-caption {
                position: absolute;
                left: 0;
                top: 20px;
                z-index: 99;
                width: 230px;
            }
            
                .home .slide .slide-caption h2 {
                    font-size: 21px;
                    line-height: normal;
                }
                
                .home .slide .slide-caption p {
                    font-size: 0.75em;
                }
                
                .slide-caption a.case-study-button {
                    display: block;
                    margin: 10px 0;
                }
                
    
        .pager {
            position: absolute;
            top: -10px;
            left: 0;
            z-index: 299;
        }    
            
            .pager span {
                display: inline-block;
                text-indent: -999em;
                width: 15px;
                height: 15px;
                background: #00797E;
                border-radius: 30px;
                margin: 0 3px 0 0;
                box-shadow: inset 0px 0px 3px #000;
                cursor: pointer;
            }
            
                .pager span.cycle-pager-active {
                    background: #774D0F;
                }



.content {
    width: 100%;
    min-height: 300px;
    background: #fff;
    overflow: hidden;
}


    .content .wrapper {
        padding: 20px 0;
        overflow: hidden;
    }

    .home .content {
        background: #fff;
    }

    .gform_wrapper {
        width: 50%;
    }
    
   
    .post {
        margin: 0 0 20px 0;
        padding: 0 0 20px 0;
        border-bottom: 1px #9E6614 solid;
    }
    
        .post .meta {
            display: block;
            font-style: italic;
            color: #9E6614;
            font-size: 0.75em;
            margin: 4px 0;
        }
        
    
        .entries .post:last-child {
            border-bottom: none !important;
            padding: 0;
        }
        
        
    .content .column {
        width: 460px;
        float: left;
        margin: 0 20px 0 0;
        line-height: 1.5em;
    }
    
        .content .column + .column {
            margin: 0;
        }
    
        .column h2 {
            display: inline-block;
            width: auto;
            font-size: 1.5em;
            color: #00516D;
            padding:0 25px 0 0;
            /*background: url(../images/header-arrow.png) no-repeat right;*/
            margin: 0 0 14px 0;
            line-height: 1.3em;
        }
        
            .column h2 img {
                vertical-align: middle;
                padding: 0 10px 0 0;
                position: relative;
                top: -3px;
            }
    
        ul.industry {
            margin: 0 20px 0 0;
            padding: 0;
            float: left;
            width: 210px;
            list-style: none;
            background: #e1d8d1;
            border-bottom: 3px #754d2c solid;
            
        }
        
            ul.industry + ul.industry {
                margin: 0;
            }
        
            ul.industry li {
                margin: 0;
                padding: 0;
                display: block;
                float: left;
                width: 190px;
                padding: 0 10px;
                height: 31px;
                line-height: 31px;
                border-bottom: 1px #754d2c solid;
            }
            
            ul.industry li.header {
                font-size: 1.15em;
                font-weight: bold;
                color: #fff;
                //background: url(../images/ul-title-bg.png) repeat-x;
                background: #754d2c;
                border: none;
            }
            
        ul.blog {
            list-style: none;
            padding: 0;
            margin: 0;
            font-size: 1.25em;
        }
        
            ul.blog li {
                margin: 0 0 14px 0;
                padding: 0 0 14px 0;
                border-bottom: 1px #E9DDCB solid;
            }
    
    ul.product-links {
        margin: 20px 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        background: #eee;
    }
    
        ul.product-links li {
            display: block;
            margin: 10px 20px;
            padding: 10px 10px 10px 0;
            border-bottom: 1px #ccc solid;
            overflow: hidden;
        }
    
        ul.product-links img {
            background: #fff;
            padding: 10px;
            border: 1px #ccc solid;
            float: left;
            margin: 0 20px 10px 0;
        }
        
        ul.product-links li:last-child {
            border: none;
        }
        
        ul.product-links div {
            display: inline;
            font-size: 1.25em;
        }
        
            ul.product-links div p {
                line-height: 1.25em;
            }
            
            
    .related {
        float: right;
        padding: 20px;
        width: 260px;
        background: #00516D;
        margin: 0 0 20px 40px;
        box-shadow: inset 0px 0px 4px rgba(0,0,0,0.5);
    }
    
        .related h3 {
            color: #fff;
        }
        
        .related ul {
            list-style: none;
            padding: 0;
            margin: 20px 0;
        }
        
            .related ul li {
                display: block;
                margin: 0 0px 10px 0px;
                padding: 0 0 10px 0;
                border-bottom: 1px rgba(255,255,255,0.3) solid;
            }
            
                .related ul li:last-child {
                    border: none;
                }
                
            .related ul li a {
                color: #fff;
                color: rgba(255,255,255,0.66);
            }
            
            .related ul li a:hover {
                color: #fff;
            }
        
    
    
    .sidebar {
        float: right;
        width: 320px;
        min-height: 200px;
        margin: 0 0 20px 0;
    }
    
        .widget {
            margin: 0 0 20px 0;
        }
    
    .entries {
        float: left;
        width: 599px;
        border-right: 1px #9E6614 solid;
        margin: 0 20px 20px 0;
        padding: 0 20px 0 0;
    }
    
    .case-study-meta {
        width: 920px;
        padding: 20px;
        margin: 20px 0;
        background: #EDE4D5;
        overflow: hidden;
    }
    
        .case-study-meta > div {
            float: left;
            width: 210px;
            margin: 0 20px 0 0;
            font-size: 0.85em;
        }
        
            .case-study-meta > div:last-child {
                margin: 0;
            }
        
        .case-study-meta h4 {
            color: rgb(0, 81, 109);
        }


.case-study-menu {
    background: url(../images/cs-menu-bg.png) repeat-x top #0C5170;
    width: 100%;
    position: relative;
    top: -1px;
    height: 34px;
    overflow: hidden;
    transition:all 0.3s 0.3s; 
}

    .case-study-menu:hover {
    }

    .open {
        height: auto;
    }

    .stuck {
        top: 0;
        position: fixed;   
        z-index: 999;
        box-shadow: 0 0 10px rgba(0,0,0,0.25);
    }

    .case-study-menu a {
        color: #fff;
        text-shadow: 1px -1px 3px rgba(0,0,0,0.25);
    }
    
    .case-study-menu a.toggle span {
        font-size: 0.75em;
    }
    
    .case-study-menu a.toggle {
        float: left;
        clear: both;
        width: 100%;
        margin: 0 0 14px 0;
        padding: 8px 0 10px 0;
    }
    
    .case-study-menu ul {
        float: left;
        padding: 0;
        max-width: 43.5%;
        margin: 0 60px 0 0;
    }
    
        .case-study-menu ul + ul {
            margin: 0;
        }
    
        .case-study-menu ul li {
            color: #21988A;
            margin: 0 0 14px 0;
            line-height: 22px;
            font-style: italic;
        }
        
        .case-study-menu ul li a {
            font-size: 1.15em;
            font-style: normal;
        }
        
        .case-study-menu ul li a:hover {
            text-decoration: underline;
        }
        
        
        
    .question {
        padding: 15px;
        margin: 0 0 15px 0;
        background: #eee;
        cursor: pointer;
        transition:all 0.2s;
    }
    
    .question:hover {
        background: #F6F1EA;
    }
    
    .answer {
        display: none;
        opacity: 0;
        transition:all 0.4s;
        color: #00516D;
    }
    
    .question.answered {
        background: #F6F1EA;
    }
    
        .question.answered .answer {
            display: block;
            opacity: 1;
            margin: 15px 0 0 0;
        }
    
.grav_page_navi {
    text-align: center;
}

    .grav_page_navi ol {
        display: inline-block;
        margin: 0 auto;
    }
    
.grav_page_navi li {
    display: inline;
    padding: 0 10px;
    font-weight: bold;
    line-height: normal;
}

    .grav_page_navi li a {
        border-bottom: 1px rgba(0,0,0,0.5) solid;
    }
        
    
.SealImg {
	display: inline-block;
	float: right;
	clear: right;
	font-size: 10px;
	}
.SealImg img {
	max-width: 125px;
	height: auto;
	display: block;
	float: right;
	}
        


.footer50 {
	width: 50%;
	height: 52px;
	float: left;
	color: #fff;
	text-align: center;
	line-height: 50px;
	}
.footer50 a {
	color: #fff;
	text-decoration: none;
	}
.footerleft {
	background-color: #754d2c;
	}
.footerleft a:hover {
	color: #e1d8d1;
	}
.footerright {
	background-color: rgb(17, 98, 126);
	}
.footerright a:hover {
	color: #009ed5;
	}

footer {
    //border-top: 1px #754d2c solid;
    width: 100%;
    height: 50px;
    font-size: .71em;
    color: #754d2c;
    padding: 20px 0;
    background: #e7e1dc;
}

    footer nav, footer p {
        display: inline-block;
    }
    
    footer nav {
        margin: 0 10px 0 0;
        padding: 0 10px 0 0;
        border-right: 1px #754d2c solid;
    }
    
        footer nav a:hover {
            color: #754d2c;
        }

    footer a {
        color: rgb(86, 55, 11);
        text-decoration: none;
        transition:all 0.2s;
    }
    
    footer p a[href^="mailto"] {
        color: #414F6C;
        font-style: italic;
        text-decoration: underline;
    }
    
    footer p span {
        padding: 0 5px;
    }
    
    
    
    
    
    
    
/* wordpress alignment css */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

p img.alignleft, p img.alignright {
    vertical-align: top;
}

.wp-caption {
    background: #774D0F;
    border: 1px solid #f0f0f0;
    border-right: none;
    border-left: none;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
    color: #fff;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}    

b {
	font-weight: bold;
	}

.wpcf7-list-item {
	display: block;
	margin-left: 1.5em;
	}
.last {
	margin-bottom: 10px;
	}

.wpcf7-form {
	width: 90%;
	padding: 20px 5%;
	background: #ede4d5;
	}
.wpcf7-form input, .wpcf7-form textarea {
	border: 1px solid #999;
	padding: 5px;
	margin-bottom: 5px;
	}

.wpcf7-submit {
	border: 1px solid #999;
	padding: 5px;
	background: #fff;
	font-weight: bold;
	}

.city input {
	width: 100px;
	}
.state input {
	width: 35px;
	}
.zip input {
	width: 65px;
	}


/*  Responsive Coding  */




header { //background-color:rgb(160,102,0); }
			.rule { display:block; clear:both; }
			.mobile-phone {
				position:absolute;
				top:68px;
				color:#fff !important;
				right: 5%;
				display:none;
			}
			

			.mobile-phone a { color:#fff !Important; }




@media (max-width: 960px) {
	.content .wrapper {
		width: 96%;
		padding: 20px 2%;
		}
	
	.wrapper {
		width: 96%;
		padding: 0 2%;
		}
	.feature h1 {
		left: 2%;
		}
	footer {
		text-align: center;
		}
	footer nav {
		border-right: 0;
		margin: 0;
		padding: 0;
		}
	header {
		height: auto;
		}
	.main-nav {
		margin: 6px 0 20px 0;
		float: left;
		clear: left;
		}
	.secondary-nav:last-child {
		top: 0px;
		}
	.secondary-nav {
		float: right;
		position: absolute;
		margin: 80px 0 0 0;
		}
	.case-study-meta {
		width: 96%;
		padding: 20px 2%;
		}
	
	.entries {
		width: 63%;
		margin-right: 2%;
		padding-right: 2%;
		}
	.sidebar {
		width: 32%;
		}
	.pager {
		left: 2%;
		}
	.content .column {
		width: 48%;
		margin: 0 2% 0 0;
		}
	ul.industry {
		width: 48%;
		margin: 0 2% 0 0;
		}
	ul.industry li {
		width: 94%;
		padding: 0 3%;
		height: auto;
		}
	}


@media(max-width: 715px) {
	header {
		height: 173px;
		}
	.secondary-nav {
		margin: 130px 5% 0 0;
		}
	.entries {
		width: 100%;
		margin: 0;
		padding: 0;
		border-right: 0;
		height: auto !important;
		}
	.sidebar {
		width: 100%;
		margin: 40px 0 0 0;
		}
	.content .column {
		width: 96%;
		margin: 0 2%;
		}
	.content .column + .column {
		margin-top: 30px;
		}
	.column h2 {
		display: block;
		background: none;
		}
	.stuck {
		position: relative;
		}
	.case-study-meta > div {
		width: 48%;
		margin: 0 2% 0 0;
		}
	.slide-caption {
		width: 280px;
		}
	.feature .page-header {
		opacity: .75;
		}
	}

@media(max-width: 650px) {
	.related {
		display: none;
		}
	.footer50 {
		width: 100%;
		float: none;
		display: block;
		}
	}


@media screen and (max-width:480px) {
                 header { min-height:199px; height:auto !important; }
				.mobile-phone { display:block; }
				.main-nav {
				width:100%;
				clear:both;
				margin:0 auto !important;
				position:static;
				top:0;
				left:0;
				right:0;
				float:none !important;
				text-align:center;
				}
				img { max-width:100%; }
				.main-nav ul li { 
					display:inline-block;
					height:auto;
					float:none;
					line-height:normal;
					border:none;
				}

				.secondary-nav { 
					margin: 148px 5% 0 0;
					}
				.main-nav ul { padding-top:25px; text-align:center; }
				.secondary-nav ul { width:130px; }
				.page-header { display:none; }
				.feature,.feature .wrapper { 
					min-height:50px !important; 
					height:auto !important; 
					/*max-height:150px; */
					/*text-align:center;*/
					}
				.feature h1 { position:static; padding:15px 0; }
				.wp-caption p.wp-caption-text { font-size:14px; }
				
				.main-nav li a {
					padding: 5px 4px;
					}
				ul.industry {
					width: 100%;
					margin: 0;
					}
				ul.industry + ul.industry {
					margin-top: 25px;
					}
				.feature h1 {
					font-size: 2em;
					}
				
				
				.slide {
					width: 100%;
					}
				.slide-caption {
					width: 100%;
					top: 33px;
					}
				.slide img {
					max-width: none;
					}
				.slide .slide-img {
					right: -148px;
					opacity: .35;
					}
				.pager {
					top: 0;
					}
				.case-study-menu ul {
					margin: 0;
					max-width: none;
					}
				.case-study-meta > div {
					width: 100%;
					margin: 0;
					}
				.alignleft, .alignright {
					float: none;
					display: block;
					margin: 10px auto;
					}
				.wp-caption.alignleft, .wp-caption.alignright {
					margin: 10px auto;
					}
			}