/*
Theme Name: LIWC
Theme URI: http://www.napkinmarketing.com/
Description: LIWC Theme
Version: 1.0
Author: napkin marketing
Author URI: http://www.napkinmarketing.com/
*/

/* RESET STYLES */
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;
}
/* HTML5 display-role reset for older browsers */
/* HTML5 display-role reset for older browsers */
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;
}

/* TYPOGRAPHY */	
	@font-face { font-family: 'DINWeb'; src: local('DINWeb'), url(/DINWeb.woff) format('woff');}
	@font-face { font-family: 'DINWeb-Bold'; src: local('DINWeb-Bold'), url(/DINWeb-Bold.woff) format('woff');}
	@font-face { font-family: 'DINWeb-Cond'; src: local('DINWeb-Cond'), url(/DINWeb-Cond.woff) format('woff');}
	@font-face { font-family: 'DINWeb-CondMedium'; src: local('DINWeb-CondMedium'), url(/DINWeb-CondMedium.woff) format('woff');}
	@font-face { font-family: 'DINWeb-Italic'; src: local('DINWeb-Italic'), url(/DINWeb-Italic.woff) format('woff');}
  
	body { font-family: 'DINWeb', Trebuchet MS, Tahoma,sans-serif;}
	.dinbold { font-family: 'DINWeb-Bold', Trebuchet MS, Tahoma,sans-serif;}
	.dincond { font-family: 'DINWeb-Cond', Trebuchet MS, Tahoma,sans-serif;}
	.dinmedium { font-family: 'DINWeb-CondMedium', Trebuchet MS, Tahoma,sans-serif;}
	.dinitalic { font-family: 'DINWeb-Italic', Trebuchet MS, Tahoma,sans-serif;}
	h1, h2, h3, h4 { font-family: 'DINWeb-Cond', Trebuchet MS, Tahoma,sans-serif;}
	table.compare .thead { font-family: 'DINWeb-Cond', Trebuchet MS, Tahoma,sans-serif;}
	.btn { font-family: 'DINWeb-Bold', Trebuchet MS, Tahoma,sans-serif;}
	.btn_blue { font-family: 'DINWeb-Bold', Trebuchet MS, Tahoma,sans-serif;}
	.btn_white { font-family: 'DINWeb-Bold', Trebuchet MS, Tahoma,sans-serif;}
	.btn_contact { font-family: 'DINWeb-Bold', Trebuchet MS, Tahoma,sans-serif;}
	.liwcdemo {	font-family: 'DINWeb-Italic', Trebuchet MS, Tahoma,sans-serif;}
	.contactform { font-family: 'DINWeb', Trebuchet MS, Tahoma,sans-serif;}
	.form_grey { font-family: 'DINWeb-Bold', Trebuchet MS, Tahoma,sans-serif;}
	

/* GENERAL */
body {
	background: #fcfcfa;
	line-height:24px;
	color: #2f2e2c;
}

.intpage {
	background: #fcfcfa;
}

strong, b {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

a {
	text-decoration: underline;
	color: #676661;
}

li a {
	text-decoration: none;
	color: #407DA7;
}

a:hover, li a:hover {
	color: #35649A;
}

a:active, li a:active {
	color: #214881;
}

p {
	margin-bottom: 24px;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
	margin-right:20px;
}

@media only screen and (max-width: 767px) {
.right {
	text-align: left;
	margin-left:20px;
}
}

.left {
	text-align: left;
	margin-left:20px;
}

.navlogo {
	background: url(../img/logo.png) center no-repeat;
	background-size: cover;
	display: block;
	width: 107px;
	height: 36px;
	text-indent: -9999px;
	margin: auto;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
}

.navbar {
	background: #fcfcfa;
	padding: 0;
	height:60px;
	position:fixed;
	width:100%;
}

@media only screen and (max-width: 1420px) {
.navlist {
	display:none!important;
}
}

@media only screen and (min-width: 1420px) {
.mobilenav {
	display:none;
}
}

.navlist {
	list-style-type: none;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .1em;
	display: block;
}

.navlist a {
	color: #407DA7;
}

.navlist a.current {
	color: #373E41;
}

.navlist li {
	display: inline-block;
	padding: 10px 0px 10px 10px;
}

.nav1 li:first-child {
	padding: 10px 0px 10px 20px;
}
.nav2 li:last-child {
	padding: 10px 20px 10px 10px;
}

.nav1 li:not(:first-child):before {
	content: '/';
	font-family: DINWeb-Cond; src: url("DINWeb-Cond.woff") format("woff");
	color: #e6e4e0;
	font-size:24px;
	vertical-align:sub;
	padding-right: 10px;
}

.nav2 li:not(:first-child):before {
	content: '\002F';
	font-family: DINWeb-Cond; src: url("DINWeb-Cond.woff") format("woff");
	color: #e6e4e0;
	font-size:24px;
	vertical-align:sub;
	padding-right: 10px;
}

.nav2 li:not(:first-child):after {
	content: '';
	font-family: DINWeb-Cond; src: url("DINWeb-Cond.woff") format("woff");
	color: #e6e4e0;
	font-size:24px;
	vertical-align:sub;
	padding-right: 10px;
}

.navright {
	float: right;
	text-transform: uppercase;
}

ul.navlist li > ul
{
	display:none;
    position:absolute;
    top:0;
    right:0;
    padding-top:60px;
    z-index:-1;
}
ul.navlist li:hover > ul
{
	display:block;
}

.submenu{
    background: #fcfcfa;
}
.submenu li{
    display:block !important;
    white-space: nowrap;
    
}
.submenu li:not(:first-child):before {
	content: '';
	padding-right: 0;
}

.bluebg {
	background: url(../img/homebg.jpg);
	background-size: cover;
	width:100%;
	padding: 130px 0 70px 0;
}

.bluebg_btm {
	background: url(../img/homebg.jpg);
	background-size: cover;
	width:100%;
	padding: 70px 0 70px 0;
}

.purplebg {
	background: url(../img/intbg.jpg);
	background-size: cover;
	width:100%;
	padding: 130px 0 70px 0;
}

.pdg_70 {
	padding: 70px 0;
}

.pdg_70mid {
	padding: 0 0 70px 0;
}

.pdg_10 {
	padding-left: 10px!important;
}

.pdg_20r {
	padding-right: 20px!important;
}

.pdg_30 {
	padding-left: 30px!important;
}

.pdg_60 {
	padding-left: 60px!important;
}

.pdg_90 {
	padding-left: 90px!important;
}

.whiteline {
	background: url(../img/white.jpg) repeat-y center;
	padding: 20px 0;
}

@media only screen and (max-width: 767px) {
.whiteline {
	background: none;
	padding: 20px 0;
}
}

sup { 
	font-size: .83em;
	vertical-align: super;
}

h1, h2, h3, h4 {
	font-size: 42px;
	font-family: 'DINWeb-Cond', sans-serif;
	line-height: 42px;
	letter-spacing: .0025em;
	text-transform: uppercase;
}

h2, h3, h4 {
	margin-bottom: 24px;
	letter-spacing: .0025em;
}

h3 {
	color: #9a978e;
}

h4 {
	color: #4f4364;
	text-align: center;
}

h4.popup {
	margin-bottom:10px;
}

hr {
	border-top: 1px solid #ccc8c1;
	height: 1px;
	margin: 50px 0;
}

table.results, table.dictionary, table.compare {
    width:100%; 
}

table.results td {
	width:250px;
	padding: 12px 6px;
	text-align:right;
	color: #676661;
}

table.dictionary td {
	width:160px;
	padding: 12px 6px;
	text-align:right;
	color: #676661;
}

table.compare td {
	padding: 6px 6px;
	text-align:center;
	text-transform: uppercase;
	font-size:24px;
	vertical-align:middle;
	background: url(../img/grey.jpg) repeat-x center; 
}

table.compare td:first-child{
	width:150px;
	text-align:right!important;
	font-size:12px;
	background: none;
	color: #9a978e;
}

table td.liwcresults:nth-of-type(2){
	width:310px;
	text-align:left;
}

table td.dictionarystats:nth-of-type(2){
	width:200px;
	text-align:left;
}

table.results td:first-child, table.results td:last-child, table.dictionary td:first-child, table.dictionary td:last-child{
	width:auto;
}

table.results .thead, table.dictionary .thead {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #407DA7;
}

table.compare .thead {
	font-size: 36px;
	text-transform: uppercase;
	background: none;
}

table.compare .fa {
	padding: 0 20px;
	background: #fcfcfa;
}

table.results tbody tr:nth-of-type(odd), table.dictionary tbody tr:nth-of-type(odd) {
   background-color: #f1f1ec;
}

.subthead {
	font-size: 18px;
}

.limited {
	font-size:18px;
	background: #fcfcfa;
	padding: 0 20px;
}

.green {
	color: #65B68F;
}

.darkblue {
	color: #214881;
}

.red {
	color: #EF663F;
}

.blue {
	color: #407DA7;
}

.liwc {
	color: #ffffff;
	padding-top:25%;
}



.interior {
	color: #ffffff;
}

.liwcdesc {
	font-size: 16px;
	color: #ffffff;
}
/* This class was added to accomidate the two buttons on the home page. Basically width is 500 until the mobile menu comes out. Hacky but works ;/ */
.width500{
    width:500px;
}

.right.liwcdesc {
	padding-top:8%;}

.btn {
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	color: #ffffff;
	font-size: 12px;
	background: rgba(255,255,255,0.05);
	height: 36px;
	padding: 10px 18px 8px 18px;
	border: solid #ffffff 2px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.100em;
}
.btn-block {
    /*this is only used for the front page with two buttons.*/
    height:auto !important;
    padding: 5px 10px 5px 10px !important;
    display: inline-block !important;
    max-width: 240px !important;
    margin:0.3rem;
}
.btn:hover {
	color: rgba(255,255,255,0.8);
	background: rgba(255,255,255,0.1);
}

.btn:active {
	background: rgba(143,203,208,0.1);
	color: #8FCBD0;
	border-color: #8FCBD0;
}

.btn_blue {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #9a978e;
}

a.btn_blue, a.btn_white {
	text-decoration:none;
}

.btn_blue:hover {
	color: #35649A;
}

.btn_blue:active {
	color: #214881;
}

.btn_white {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #ffffff;
}

.btn_white:hover {
	color: rgba(255,255,255,0.8);
}

.btn_white:active {
	color: #8FCBD0;
}

.btn_contact {
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	color: #407DA7;
	font-size: 12px;
	background: transparent;
	height: 36px;
	padding: 10px 18px 10px 18px;
	border: solid #407DA7 2px;
	text-transform: uppercase;
	text-decoration: none;
}

.btn_contact:hover {
	color: #35649A;
	border: solid #35649A 2px;
}

.btn_contact:active {
	color: #214881;
	border: solid #214881 2px;
}

.results {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #ffffff;
}

.liwcdemo {
	background: #31557e;
	color: #ffffff;
	padding: 10px;
	border: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

::-webkit-input-placeholder {
   color: #ffffff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #ffffff;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;  
}

:-ms-input-placeholder {  
   color: #ffffff;  
}

.contactform {
	background: #e6e4e0;
	width:100%;
	padding: 10px;
	margin-bottom: 20px;
	border: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

select, textarea {
	font-size: 14px;
	line-height: 24px;
}

textarea {
	margin-bottom:10px;}

.form_grey {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #9A978E;
}

.footer {
	background: #9A978E;
	font-size: 12px;
	color: #ffffff;
	padding: 20px 0;
}

.columns {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}

@media only screen and (max-width: 767px) {
.columns {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}
}

.references p{
  padding-left: 26px ;
  text-indent: -26px ;
}


@media only screen and (max-width: 1600px) {
    .navlogo{
        margin:0;
        margin-left:50%;
    }
}
@media only screen and (max-width: 1500px) {
    .navlogo{
        margin:0;
        margin-left:51%;
    }
    .
    .navlist li:not(:first-child){
        padding-left:5px;
    }
    .nav1 li:not(:first-child):before {
	padding-right: 5px;
}
}
@media only screen and (max-width: 1450px) {
    .navlogo{
        margin:0;
        margin-left:52%;
    }
}
@media only screen and (max-width: 1420px) {
    .width500{
        width:100%!important; /*setting this back so it doesn't break mobile*/
    }
    .liwc{
        padding-top:40%;
    }
    .navlogo{
        margin:0;
        margin:auto;
    }
}
@media only screen and (max-width: 996px) {
    .liwc{
        padding-top:50%;
    }
}
@media only screen and (max-width: 767px) {
.liwc {
	padding-top: 0;
}
    
}