/* 
	Theme Name: Griddles
	Author: Nola Cooper
	Author URI: https://www.nolacooper.com
	Theme URI: https://www.nolacooper.com/website-design/
	Description: Griddles is a responsive grid theme.
	Version: 1.0
	Tags: white,gray,blue
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* IMPORT FONTS & GRID STYLES */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,700,700italic);
@import url("css/cols.css") all;


/* Basic Formatting */

* { padding: 0; margin: 0; }

body { 
margin : 0 auto;
padding : 0;
font-family: 'Open Sans', sans-serif;
font-size: 18px;
font-weight: 300;
line-height: 1.4em;	
color : #555; 
text-align: center;
background: #fff;
}

input, 
select, 
textarea { 
font-family: 'Open Sans', sans-serif; 
color : #555; 
}

hr { 
	display: block;
	border: 0; 
	width: 100%;  
	background: url(images/borderline.png) top center repeat-x; 
	height: 7px; 
	margin: 10px 0 10px 0;
	clear: both;  
}

img.logo {
	float: left;
	width: 100%;
	max-width: 250px;
	padding-top: 5px;
	padding-bottom: 15px;
}

img.icon {
	float: none;
	width: 50%;
	max-width: 125px;
}

img.iconlg {
	float: none;
	width: 50%;
	max-width: 175px;
}

/*Main & Mobile Navigation*/
#site-nav {   
	margin: 0px auto;  
	padding: 0px; 
	font-size: 0.90em;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 40px; 
}

#site-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 999;
}

#site-nav li {
	display: inline-block;
	float: left;
}


#site-nav li a {
	display: block;
	height: 30px;
	min-width: 175px;
	text-align: center;
	line-height: 30px;
	color: #555;
	text-decoration: none;
}

#site-nav li:hover a {
	color: #993399;
	font-weight: bold;
}

#site-nav li:hover ul a {
	background: #999;
	color: #fff;
	height: 35px;
	line-height: 35px;
	font-size: 0.85em;
	padding: 0px;
}

#site-nav li:hover ul a:hover {
	background: #993399;
	color: #fff;
}

#site-nav li ul {
	display: none;
}

#site-nav li ul li {
	display: block;
	float: none;
}

#site-nav li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

#site-nav ul li:hover >ul { 
	display: block; 
}

.show-menu {
	font-family: 'Open Sans', 'FontAwesome', sans-serif;
	text-decoration: none;
	color: #fff;
	background: #999;
	border-bottom: 1px solid #fff;
	font-weight: normal;
	text-align: center;
	padding: 10px 0;
	width: 100%;
	margin: 0;
	display: none;
}

#headcontainer input[type=checkbox]{
    display: none;
}

#headcontainer input[type=checkbox]:checked ~ #site-nav ul.nav-menu {
    display: block;
}


/*Buttons*/

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
border: 0;
cursor : pointer; 
}

input[type="checkbox"], 
input[type="radio"] { 
	box-sizing : border-box; 
}

input[type="search"] { 
	box-sizing : content-box;
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0;  
}

input{
margin:0;
border:1px solid #ccc;
font-size:1em;
padding:5px;
background:#fff;
}

button,
input.action,
a.action,
a.action:visited,
#commentform .submit {
	display: inline-block;
	margin: 20px 0px 5px 0px;
	background: #993399;
	min-width: 100px;
	max-width: 365px;
	font-family: 'FontAwesome', 'Open Sans', sans-serif;
	font-style: normal;
	color: #fff;
	font-size: 1.2em;
	padding: 8px 20px 8px 20px;
	text-align: center;
	text-decoration: none;
}

button:hover,
input.action:hover,
a.action:hover,
#commentform .submit:hover {
	background: #999;
	color: #fff;
}

input.ghost,
a.ghost,
a.ghost:visited {
	display: inline-block;
	margin: 10px 0px 5px 0px;
	background: none;
	border: 2px solid #993399;
	min-width: 100px;
	max-width: 365px;
	font-family: 'FontAwesome', 'Open Sans', sans-serif;
	font-style: normal;
	color: #993399;
	font-size: 1.2em;
	padding: 7px 20px 7px 20px;
	text-align: center;
	text-decoration: none;
}

input.ghost:hover,
input.ghost:active,
a.ghost:hover,
a.ghost:active {
	background: #993399;
	color: #fff;
	transition: background-color 0.3s ease-in,
            	color 0.3s ease-in;
}

input.gstwhite,
a.gstwhite,
a.gstwhite:visited {
	display: inline-block;
	margin: 10px 0px 5px 0px;
	background: none;
	border: 2px solid #fff;
	min-width: 100px;
	max-width: 365px;
	font-family: 'FontAwesome', 'Open Sans', sans-serif;
	font-style: normal;
	color: #fff;
	font-size: 1.2em;
	padding: 7px 20px 7px 20px;
	text-align: center;
	text-decoration: none;
}

a.gstwhite:hover,
a.gstwhite:active {
	background: #fff;
	color: #000;
	transition: background-color 0.3s ease-in,
            	color 0.3s ease-in;
}

/*  Main Layout	*/

#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
}

#headcontainer {
	width: 100%;
	background: #fff;
	display: block;
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	position:fixed;
	top:0px;
	z-index: 9999;
}

header {
	clear: both;
	width: 100%; /* 1000px / 1250px */
	max-width: 1024px; /* 1024px / 13 */
	margin: 0 auto;
	padding: 0px;
	position: relative;
	color: #555;
	text-align: center;
	min-height: 80px;
}

#maincontentcontainer {
	width: 100%;
	padding-top: 90px;
}

.billboard1 {
	background:url(images/homeimg.jpg)no-repeat scroll 0px 50% / 100% auto;
	width: 100%;
	padding: 30px 0 30px 0;
	margin: 0px auto;
}

.layer {
	float: none;
	display: block;
	margin: auto;
	position: relative;
	top: 45%; 
	width: 100%;
	max-width: 380px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.breakit {
	float: none;
	margin: 0px auto;
	width: 100%;
	max-width: 800px;
}

.billboard1:after,
.layer:after {
 content:'';
 clear:both;
 display:block;
}

#sidebar {
	padding: 0 0 0 30px;
}

#maincontent {
	clear: both;
	width: 100%; /* 1000px / 1250px */
	max-width: 1024px;
	margin: 0 auto;
	padding: 1em 0px;
	position: relative;
}

.plncontent {
	clear: both;
	width: 100%; /* 1000px / 1250px */
	max-width: 1024px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#headcontainer .col,
.plncontent .col {
	margin: 0;
	padding: 0;
}

.lightcontainer {
	background: #f7f7f7;
	padding: 30px;
}

.box {
	padding: 5px 10px 10px 10px;
	min-height: 300px;
	text-align: center;
}

.postinfo i {
	margin: 0 5px 0 30px;
}

#smallprint {
clear: both;
width: 100%; /* 1000px / 1250px */
max-width: 1024px; /* 1024px / 13 */
margin: 0 auto;
padding: 10px 0 10px 0;
position: relative;
color: #888;
background: #fff;
font-size: 0.80em;
margin-bottom: 25px;
}

	#smallprint p{
		vertical-align: middle;
	}
	
	#smallprint ul, #smallprint ul li { list-style-type: none; margin: 0; padding: 0; }
	#smallprint ul li { float: left; display: inline-block; }
	#smallprint a:link, #smallprint a:visited { color: #555; text-decoration: none; margin: 0 12px 0 12px; }
	#smallprint a:hover { color: #555; text-decoration: underline; }


/*  Headings  */

h1, h2, h3, h4, h5, h6 {
line-height : 1.2;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
text-decoration: none;
}

h1 { 
font-weight: 300;
color: #000;
margin-top: .5em;
margin-bottom : .5em;
font-size : 2.1em;
}

h1.cta { 
color: #993399;
font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
font-size: 2.2em;
text-align: center;
}


h2 { 
font-weight: 300;
color: #555;
margin-bottom : .5em;
margin-top : .5em;
font-size : 1.85em;
}

h2.posted a {
	color: #993399;
	margin-top: 35px;
}

h2.widget-title {
	display: none;
	line-height: 0px;
}

h2.blg {
	font-size: 1.2em;
	font-weight: 400;
}

h3 { 
font-weight: 500;
color: #333;
margin-top : .5em;
margin-bottom : 0.5em;
font-size : 1.7em;
}

h3.port { 
font-weight: 500;
color: #333;
margin-top : 1em;
margin-bottom : 1em;
font-size : 1.5em;
border-top: 1px solid #333;
border-bottom: 1px solid #333;
clear: both;
}

h4 {
font-weight: 300; 
color: #555;
margin-top : .5em;
margin-bottom : 0.5em;
font-size : 1.3em;
}

h5 { 
font-weight: bold;
color: #555;
margin-top : .5em;
margin-bottom : .5em;
font-size : 1.1em;
text-transform: uppercase;
}

h5.posted {
	margin-top: 50px;
}

h6 { 
font-weight: bold;
color: #555;
font-size : 1em;
margin-top : .5em;
margin-bottom : .5em;
text-align: center;
}

h6 a,
h6 a:visited,
h6 a:hover {
	text-decoration: none;
}

/*  Typography  */

p, ol, ul, dl, address { 
margin-bottom : 1.5em;  
}

p {
hyphens : auto;  
}

p.sqz {
	padding: 0 20px 0 20px;
}

ul, 
ol { 
margin : 0 0 1.5em 0; 
padding : 0 0 0 24px; 
}

li ul, 
li ol { 
margin : 0;
}

.cntr {
text-align: center !important;
}

.nmr {
	padding-top: 150px;
}

#experiences:before,
#operations:before,
#models:before,
#bigdata:before,
#decision:before,
#iot:before,
#panalytics:before,
#integration:before,
#intelligence:before {
position: relative;
display: block;
content: " ";
margin-top: -150px;
height: 150px;
visibility: hidden;
}

#maincontent ul, 
#maincontent ol { 
margin : 0 10px 1.5em 30px;
padding: 0;  
}

ul.wpfai-list {
	display: inline-block !important;
}

#maincontent ul li {
	list-style-type: disc;
	margin: 0 20px 5px 0px;
}

#maincontent ol li {
	list-style-type: decimal;
	margin: 0 20px 5px 0px;
}

#sidebar ul {
	margin: 0px 0 2em 0;
	font-family: 'FontAwesome', 'Open Sans', sans-serif;
}

#sidebar ul li {
	margin: 0 0 0.2em 0;
	font-size: 0.75em;
	font-weight: 500;
}

#sidebar ul li:before {
	content: "";
	padding: 0 5px 0 5px;
	color: #993399;
	font-size: 0.85em;
}

#sidebar ul li a {
	text-decoration: none;
}

#sidebar ul li.wpfai-list-item:before {
	content: "";
	padding: 0 10px 0 0;
}

#sidebar ul.wpp-list li {
	margin: 5px 0px 10px 0px !important;
	padding: 5px !important;
	background: #f7f7f7;
}

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

b, strong, bold { 
font-weight : bold; }

small { 
font-size : 0.80em;  
}

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; 
}

sup { 
top : -.5em; 
}

sub { 
bottom : -.25em; 
}

.subtext {
	color: #666;
}

/* Links */

a { 
color : #993399;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: underline;
}

a:visited { 
color : #777; }

a:hover { 
outline : 0;
color : #999;
}

#goldcontainer a:link,
#goldcontainer a:hover,
#goldcontainer a:visited {
	color: #fff;
	font-family: 'FontAwesome', 'Open Sans', sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	text-align: center;
	font-weight: 400;
}

/* Images */

img {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie7, 8, &9 */
}

.wp-post-image { 
	float: right;  
	margin: 0px 0px 0px 10px; 
	padding: 0;
}

.box .wp-post-image { 
	float: none; 
	margin: 0px auto !important;
	padding: 6px 0 0 0;
	margin-top: 6px;
}

img.size-auto, 
img.size-full, 
img.size-large, 
img.size-medium, 
.attachment img { 
	max-width: 100%; 
	height: auto;
	margin: 0;
	padding: 0; 
}

.alignleft, 
img.alignleft { 
	display: inline; 
	float: left; 
	margin-right: 24px; 
	margin-top: 4px; 
}

.alignright, 
img.alignright { 
	display: inline; 
	float: right; 
	margin-left: 24px; 
	margin-top: 4px; 
}

.aligncenter, 
img.aligncenter { 
	clear: both; 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
}

img.alignleft, 
img.alignright, 
img.aligncenter { 
	margin-bottom: 12px; 
}

#dwnldcontainer img.alignright {
	margin-top: 0px;
	margin-bottom: 0px;
}

.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 600px !important; /* prevent too-wide images from breaking layout */
	padding: 5px 13px 5px 4px;
	text-align: center;
}

.wp-caption img {
	margin: 5px 5px 0;
}

.wp-caption-text {
	display: block;
	color: #888;
	font-size: 0.95em;
	margin: 0px 10px 5px 10px !important;
	text-align: center !important;
}

img.avatar { 
	float: left; 
	margin: 5px 10px 0 0; 
	width: 50px; 
	height: inherit; 
}

figure.gallery-item {
	float: left;
	margin: 20px;
	text-align: center;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: relative;
	bottom: 0;
	left: 0;
	text-align: center;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: inherit;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/*  Other Sections  */

.ftfwd {
	display: none;
}

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}

blockquote { 
	margin: 0px 60px 20px 40px; 
	padding: 15px 20px 15px 20px; 
	border-left: 6px solid #c0c0c0; 
	background: #f7f7f7; 
}

blockquote p {
	margin-bottom: 0;
}

#crumbs {
	font-size: 0.80em;
	text-align: right;
	margin: 0px 0 10px 0;
}

.textwidget {
	margin: 0px;
	padding: 0px;
}

/*Site Specific CSS*/
#sidebar h3.widget-title { 
	display: block;
	clear: left;
	color: #555; 
	font-size: 0.85em; 
	font-weight: 500;
	text-transform: uppercase; 
	padding: 5px 0px 5px 0px; 
	margin: 10px 0px 20px 0px; 
	border-top: 3px double #dedede; 
	border-bottom: 3px double #dedede;  
}

#maincontent form ul li,
#sidebar ul li {
	list-style-type: none;
}

.feature {
	background: #fff;
}

.feature p {
	font-size: 1em;
	color: #000;
	text-align: center;
	font-weight: 300;
}

/*Post Tabs*/

#tabbox {
    float: left;
	width: 98%;
	margin: -20px 0px 10px 10px;
	padding: 0px;
	text-align: left;
}
	
#tabbox ul {
    margin: 0px;
	padding: 0px;
}
	
#tabbox ul li {
	list-style: none;
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
}

#tbcnt {
	margin: -29px 0px 0px -5px;
	padding: 30px 20px 10px 20px;
	background: #f5f5f5;
}

#tbcnt ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#tbcnt ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#qcklink {
	margin: 10px 0px 25px 0px;
	padding: 5px 10px 15px 15px;
	background: #f7f7f7;
}

/*Error Page*/

img.error {
	float: left; 
	margin: 0 50px 0px 0px;
}

#err {
	float: left;
	width: 32%;
	margin: 155px 0px 0 0;
}

.spchd {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 2.5em;
	font-weight: bold;
	color: #993399;
	margin: 20px 0 45px 0;
	padding: 0px;
	line-height: 1em;
}

/*  Blog Layout  */

.entry {  
}

.postinfo {
	display: block; 
	width: 98%; 
	font-size: 0.80em; 
	color: #333;
	margin: 15px 0px 35px 0px; 
	padding: 10px; 
	background: #f2f2f2;
	clear: both; 
}

#pgnav { 
	font-size: 0.80em; 
	color: #666;
}

#pgnav a { 
	padding: 25px 50px 25px 0px; 
	margin: 0px; 
}

#sngnav { 
	font-size: 0.80em; 
	color: #666;
}

#sngnav a { 
	padding: 25px 25px 25px 25px; 
	margin: 0px; 
}

#sngnav ul li a {
	padding: 20px 0px 20px 0px;
}

.more {
	display: none;
}

/* Comments */

.comments-area {
	width: 100%;
	padding: 0;
	margin: 0;
}

.comment-reply-title,
.comments-title {
	margin: 10px 0 20px 0px;
	font-weight: 400;
}

.comment-list {
	list-style: none;
	background: #f7f7f7;
	padding: 0 25px 5px 0;
	margin: 24px 0 24px 0;
}

.comment-author {
	font-size: 1em;
	line-height: 1.7;
}

.comment-list .reply,
.comment-metadata {
	font-size: 0.85em;
	line-height: 2;
}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author .fn {
	font-weight: 400;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #555;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 50px;
	padding: 2px;
	position: relative;
	top: 0;
	right: 0;
	width: 50px;
}

.bypostauthor > article .fn:before {
	content: "\f02d";
	margin-right: 2px;
	font-family: FontAwesome;
	text-decoration: none;
}

.says {
	display: none;
}

.comment-meta,
.comment-content {
	width: 100%;
}

.comment-content p {
	margin-right: 20px;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 0px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f044";
	margin-right: 2px;
	font-family: FontAwesome;
	text-decoration: none !important;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f112";
	margin-right: 2px;
	font-family: FontAwesome;
	text-decoration: none;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
	list-style-type: none;
}

#comments ol li,
#comments ul li {
	list-style-type: none !important;
}

#commentform {
	margin-left: 0px;
}

.comment-form-comment {
	width: 97%;
}

.form-allowed-tags {
	display: none;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

textarea#comment {
	width: 98%;
}

.comment-respond h3 {
	margin-top: 25px;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 0.90em;
	line-height: 1.5;
}

.no-comments {
	font-size: 1em;
	font-weight: 7;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a:before {
	content: "\f112";
	margin-right: 2px;
	font-family: FontAwesome;
	text-decoration: none;
}

.comment-navigation {
	font-size: 0.75em;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}

/* Search Form */

.screen-reader-text {
	display: none;
}

.search-form { 
	width: 100%; 
	margin: 0; 
	padding: 5px 0 0 0; 
	line-height: 20px;
	border: 0; 
}

.search-field { 
	float: left;
	background: #fff !important; 
	width: 82%; 
	color: #888; 
	font-size: 0.75em; 
	font-family: Verdana; 
	font-weight: 300; 
	margin: 0px; 
	padding: 1px 0px 1px 2px; 
	border: 1px solid #777; 
	display: inline; 
}

.search-submit {
	float: right;
	width: 15%;  
	padding: 2px 2px 2px 2px !important; 
	background: #993399; 
	color: #fff; 
	border: none; 
	font-size: 0.75em; 
	font-weight: normal; 
	margin-bottom: 3px;
	border-radius: 0; 
}

.search-submit:hover { 
	background: #999; 
	text-decoration: none; 
}

/*  Columns  */

.twocolumns{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
  }
  
.span_1_of_4:nth-child(4n+1) { 
	clear: both;
	margin-left: 0;
}


/*  GLOBAL OBJECTS */

.breaker { 
	clear: both;
	margin-bottom: 10px; 
}

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; 
}

/* Print Styles */
@media print {
body { 
  background: white; 
  color: black; 
  margin:0;
  font: 10pt Verdana, Helvetica, sans-serif; 
}

div#header {
        background: none;
        }

a:link, a:visited {
 	background: transparent;
	font-weight: normal;
	text-decoration: underline;
	color: #0000ff;
	}	
	
h1, h2, h3, h4 {
	font-family: Verdana, Helvetica, sans-serif;
	}

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.3em;
	}

h3 {
	font-size: 1.2em;
	}

h4 {
	font-size: 1.1em;
	}
				
img {
	display: block;
	border: 0;
	}

div#navcontain, div#socmed, div#sidebar, div#commentblock, div#crumbs, div#footer {
	display: none;
	}

hr { 
	background: #000; 
	color: #000;
	width: 100%; 
	height: 1px; 
	margin: 2em 0; 
 	border: none; 
	}

blockquote { 
 	margin:10px 0px 10px 35px; 
	padding:0px 35px 0px 15px; 
	border-left:4px solid #c0c0c0; 
	}
}

/*Responsive Elements*/
@media screen and (max-width: 768px) {
	
#headcontainer {
	position: static;
}

header {
	width: 100%;
	padding: 20px 0 0 0;
}

#site-nav {  
	font-size: 1em;
	float: none;
	font-weight: 300;
}

#maincontent {
	width: 85%;
	padding: 2em 2em;
}

.layer {
	top: 0%; 
	max-width: 280px;
	
}
		
footer {
	width: 100%;
}

.feature p {
	font-size: 0.95em;
}

#maincontentcontainer {
	padding-top: 0px;
}
	
#headcontainer .col,
#smallprint .col {
	float: none;
}

#headcontainer .span_2_of_5,
#headcontainer .span_3_of_5,
#smallprint .span_2_of_5,
#smallprint .span_3_of_5 {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

img.logo {
	float: none;
	margin: 0px auto;
	margin-bottom: 20px;
}

.phn { 
	font-size: 1.5em; 
	line-height: 50px;
}

.phn a {
	margin: 0 5px 25px 5px;
}

h1.cta { 
text-align: center;
}	

.search-form { 
	width: 75%; 
	margin: 0px auto;
	margin-top: 15px;
	margin-bottom: 15px; 
}
	
/*Navigation*/
.show-menu {
	display: block;
}

#site-nav {   
	margin-top: 0px;
}

#site-nav ul {
	position: static;
	display: none;
}

#site-nav ul li, #site-nav li a {
	width: 100%;
}
#site-nav li a {
	background: #999;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 0px 0px 0px 0px;
}

#site-nav li.menu-item-has-children >a:after {
	font-family: 'Open Sans', 'FontAwesome', sans-serif;
	content: "";
	padding-left: 5px;
}

#site-nav li a:hover {
	color: #fff;
	background: #993399;
}

#site-nav li:hover a {
	color: #fff;
}

#site-nav ul li ul li a {
	background: #f3f3f3;
	color: #666;
}

#site-nav li:hover ul a {
	background: #f3f3f3;
	color: #000;
	font-size: 1em;
}

.show-menu {
	display:block;
}

.billboard1 {
	padding: 10px;
}

h1.cta { 
font-size: 1.5em;
}

/*Other*/

#sidebar {
	padding: 0 0 0 0px;
}
}

@media screen and (max-width: 480px) {
	
/*  GRID OF EIGHT TURNS INTO A GRID OF FOUR */

.span_8_of_8 {
	width: 100%; 
	margin-left: 0;
}

.span_7_of_8 {
	width: 100%;
	margin-left: 0;
}

.span_6_of_8 {
	width: 100%;
	margin-left: 0;
}

.span_5_of_8 {
	width: 100%;
	margin-left: 0;
}

.span_4_of_8 {
	width: 100%;
	margin-left: 0;
}

.span_3_of_8 {
	width: 74.2%;
	margin: 1% 0 1% 3.2%;
}

.span_2_of_8 {
	width: 48.4%;
	margin: 1% 0 1% 3.2%; 
}

.span_1_of_8 {
	width: 22.6%;
	margin: 1% 0 1% 3.2%; 
}

.span_1_of_8:nth-child(4n+1) { 
	clear: both;
	margin-left: 0;
}

.wp-post-image { 
	float: none;  
	margin: 0px auto; 
}

.alignleft, 
img.alignleft,
.alignright, 
img.alignright { 
	display: block; 
	float: none; 
	margin: 0px auto;
	clear: both; 
	margin-bottom: 15px;
}

.layer { 
	max-width: 200px;
	padding: 0px;
}

.box {
		margin-bottom: 10px;
}

p.pdd {
	padding-right: 0px;
}

h2 { 
font-size : 1.5em;
}

.ftfwd {
	display: block;
}

/*ERROR PAGE*/
img.error {
	float: none; 
	margin: 0 0px 20px 0px;
	width: auto;
	max-height: 200px;
}

#err {
	float: none;
	width: 90%;
	margin: 10px 0px 10px 0;
}

.spchd {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 2.5em;
	font-weight: bold;
	color: #555;
	margin: 0 0 45px 0;
	padding: 0px;
}
}