/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231;}
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: none; color: #fff; text-shadow: none; }
::selection { background: none; color: #000; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 30px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0;}
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer;}

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; margin-left:10px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: DigitalDesigns
   ========================================================================== */
body.home{
	 font-family: myriad-pro,sans-serif;
    font-style: normal;
    font-weight: 400;
	font-size:17px;
	line-height:22px;
	background: #d9d9d9;	
}
body.content{
  	font-family: myriad-pro,sans-serif;
    font-style: normal;
    font-weight: 400;
	font-size:17px;
	line-height:22px;
	background: #d9d9d9; 	
}
/* Hide the blog title and post titles while web fonts are loading */
  .wf-loading .home-header-2,
  .wf-loading .home-header-1,
  .wf-loading h1,
  .wf-loading .ql-design, 
  .wf-loading #navigation {
    visibility: hidden;}
h1{
    font-size:60px;
	font-family: franklin-gothic-urw-comp,sans-serif;
    font-style: normal;
    font-weight: 700;
	color:#9d0a0e;
	text-shadow: 0 1px 1px white;
	text-transform:uppercase;
	margin: 0;	
	-webkit-font-smoothing: antialiased;
	line-height:60px;
}
.content h1{
    font-size: 45px;
    padding: 25px 0 10px 0;	
}
a:link{
    text-decoration:none;
	color:#9d0a0e;
}
a:visited{
    text-decoration:none;
	color:#9d0a0e;	
}
a:hover{
    text-decoration:none;
	color:#828282;	
}
a:active{
    text-decoration:none;
	color:#9d0a0e;	
}
#main{
    width:100%;
	background: url(../img/divider.jpg) top repeat-x;
	margin:0px auto;	
}

.home-wrapper{
    width:1030px;
	margin:auto;	
}
body.home #fan-bg{
    background:url(../img/content-bg.jpg) no-repeat;
	min-height:540px;		
}
#fan-bg{
    background:url(../img/content-bg.jpg) no-repeat;
	min-height:870px;		
}
.top-map-link{
    text-align:center;
	color:#fff;	
}
.top-map-link a{
    text-align:center;
	color:#fff;	
}
.top-map-link a:hover{
    color:#000;	
}
.content #fan-bg{
	padding: 0 0 50px 0;	
}
.wrapper{
   width:990px;
   margin:0 auto;
   padding:0 0 0 30px;
}

header {
	width: 100%;
	background: #000 url(../img/top-red.png) repeat-x;
	padding: 0 0 20px 0;
}
#header-inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 45px 0 0 0;
	top: 18px;
	background-position: 0 20px;
}

.divider{
    border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #f7f7f7;
	clear:both;
}

#contact-us {
	position: absolute;
	top: -18px;
    right: -7px;
	font-family: myriad-pro,sans-serif;
    font-style: normal;
    font-weight: 400;
	text-transform:uppercase;
	-webkit-font-smoothing: antialiased;
}
#contact-us a.closed {
	float: left;
	width: 145px;
    height: 51px;
    color: white;
    font-size: 22px;
    text-decoration: none;
    background: url(../img/find-out-bg.png) 0px 0 no-repeat;
    padding: 10px 41px;
}
#contact-us a.closed:hover {
	color:#ccc;
}
#contact-us a.open {
	float: left;
	width: 93px;
	height: 45px;
	position: relative;
	top: -35px;
	text-decoration:none;
	text-indent:-20000px;
	display:none;

}
#contact-us a.open:hover {
	background: url(../img/close.png) 0px 0 no-repeat;	
}




#contact-view {
	font-family: myriad-pro,sans-serif;
    font-style: normal;
    font-weight: 400;
	text-transform:uppercase;
	-webkit-font-smoothing: antialiased;
}
.small-tagline{
    font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:none;
}
#contact-view a.closed {
	padding: 12px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #FFF;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
	color: #fff;
	background-color:#9d0a0e;
	float:right;
	width:265px;
	margin-right:17px;
	font-size:21px;
}
#contact-view a.closed:hover {
	color:#ccc;
}
#contact-view a.open {
	float: left;
	width: 93px;
	height: 45px;
	position: relative;
	top: -35px;
	text-decoration:none;
	text-indent:-20000px;
	display:none;
}

#contact-view a.open:hover {
	background: url(../img/close.png) 0px 0 no-repeat;	
}
/* New FORM styles */
.dform_element .dform_label{
    font-weight:normal;	
}
#forms_field_31 .dform_container{
    width:100%;	
}
#forms_field_33 .dform_container{
    width:100%;	
}
#forms_field_35 .dform_container{
    width:100%;	
}
#forms_field_41 .dform_container{
    width:60%;	
}
#forms_field_25 .dform_label{
    width:10%;	
}
.dform_container textarea{
    width:66%;
	min-height:200px;	
}
.dform_captcha .captcha-simple input{
    float: left;
    position:static;
    top: 0;
    left: 0;
    width: 150px;
}
/* Previous FREEFORM styles */
.dform_container input.text {
	outline-style: none;
	font-family: inherit;
	padding: 7px;
	letter-spacing: normal;
	height: 30px;
	border: 1px solid #c3b7a3;
	width: 350px;
	font-weight:normal;
}
.dfinput_full .captcha-simple input[type="text"]{
	float: right;
	position: relative;
	top: -27px;
	left: -110px;	
}
#forms_field_9 label{
display:none;	
}
#contact-form {
	background: url(../img/top-red-expand.png) bottom;
	background-repeat:no-repeat;
	width: 100%;
	min-height: 690px; 
	margin: 0 auto;
	height:530px;
}
#form-wrapper {
	margin: 0 auto;
	width: 960px;
	position: relative;
}
a.close {
	position: absolute;
	top: 10px;
    right: -20px;
	width: 120px;
	height: 45px;
	text-indent: -9999px;
	display: block;
	background: url(../img/close.png) 0px 0 no-repeat;
}
#form-wrapper h2 {
	color: #FFF;
	font-size: 30px;
	margin-bottom: 0;
	float: left;
	width: 100%;
	font-weight: 500;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.4);
	line-height:35px;
}

#form-wrapper h2 .phone {
    font-size:72px;
	padding-top:40px;	
}
#form-wrapper h2 strong {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 28px;
}
#form-wrapper form {
	float: left;
}
#form-wrapper .input-name,
#form-wrapper .input-email,
#form-wrapper .input-phone,
#form-wrapper .input-interest,
#form-wrapper .input-message {
	float: left;
	padding: 10px 20px 10px 0;
	font-size: 16px;
	color: #e3dfdc;
}
#form-wrapper input#name,
#form-wrapper input#email {
	width: 290px;
}
.input-line{
    clear:both;
	margin:10px 0;	
}
#form-wrapper label {
	float: left;
	width: 90px;
	color: #FFF;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.4);
	font-weight:normal;
}
.dfinput_left phone_area{
	margin-right:10px;
}
.captcha-text{
	padding-bottom: 7px;
	color: #FFF;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.4);
}
.ie7 #form-wrapper label {
	position: relative;
	left: 0;
	top: 0;
}
.ie7 #form-wrapper input#name,
.ie7 #form-wrapper input#email {
	position: absolute;
	left: 0;
	top: 50px;
}
.ie7 #form-wrapper .input-message {
	margin-top: 40px;
	margin-bottom: 10px;
}
#form-wrapper label.error {
	position: absolute;
	right: 20px;
	top: 23px;
	width: 260px;
	text-align: right;
	font-size: 14px;
	padding: 0;
	color: #64b1c4;
	text-shadow: none;
}
.ie7 #form-wrapper label.error,
.ie8 #form-wrapper label.error {
	width: 320px;
}
#form-wrapper textarea {
	width: 470px;
}
#form-wrapper input,
#form-wrapper textarea {
	color: #e3dfdc;
	color: #b9b2ac;
}
#form-wrapper input {
	background: #FFF;
	margin-bottom: 5px;
}
#form-wrapper textarea {
	background: #FFF;
	margin-bottom: 5px;
}
#form-wrapper input:focus,
#form-wrapper textarea:focus {
	background: #FFF;
	outline: none;
	color: #554d47;
}
.ie7 #form-wrapper input,
.ie8 #form-wrapper input,
.ie7 #form-wrapper textarea,
.ie8 #form-wrapper textarea {
	color: #554d47;
}
.captcha{
    float:left;
	width:180px;	
}
#form-wrapper input#submit {
	background: #fff url(../img/blue-shadow.png) 0 0 repeat-x;
	float: right;
	width: 200px;
	padding: 4px 0;
	font-size: 25px;
	margin-top: 20px;
	border-color: rgba(255, 255, 255, .15);
	color: #000000;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	font-weight: 500;
}

#form-wrapper input#submit:hover {
	background: #fff url(../img/blue-shadow.png) 0 -20px repeat-x;
}
#form {
	float: left;
	width: 500px;
}
#form-sidebar {
	float: right;
	width: 400px;
    padding: 20px 0 0 0;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.4);
}
#form-sidebar .top-phone{
color: #fff;
    padding-bottom: 80px;
    font-size: 40px;	
}
#form-sidebar p {
	font-size: 17px;
	color: #aeaaa7;
	line-height: 1.5em;
	margin-bottom: 40px;
}
#form-sidebar p a {
	color: #aeaaa7;
	text-decoration: none;
}
#form-sidebar p a:hover {
	color: #FFF;
}
#form-sidebar strong {
	font-size: 19px;
	line-height: 1.7em;
}
#form-sidebar h3 {
	color: #FFF;
	font-size: 28px;
	margin: 0 0 10px 0;
	font-weight: 500;
}
#form-sidebar ul {
	margin: 0;
	list-style: none;
}
#form-sidebar ul li {
	margin: 25px 0;
}
#form-sidebar ul li a {
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	color: #aeaaa7;
	padding: 10px 0 10px 52px;
}
#form-sidebar ul li a:hover {
	color: #FFF;
}
#form-sidebar li#contact-twitter a {
	background: url(../img/social.png) 0 0 no-repeat;
}
#form-sidebar li#contact-dribbble a {
	background: url(../img/social.png) -200px 0 no-repeat;
}
#form-sidebar li#contact-flickr a {
	background: url(../img/social.png) -400px 0 no-repeat;
}
#logo{
    padding-bottom: 25px;
	float:left;
	width: 200px;	
}
/* main menu styles */
#navigation {
	float: right;
	width: 770px;
	position: absolute;
	top: 97px;
    right: -65px;
}
#navigation ul li{
	text-align:center;	
}
/* tabs section */
#tabs-container {
    clear:both;
    height:26px;
    margin:0 auto;
    padding:0
}
.tabs li {
    float:left;
    list-style:none;
    position:relative
}
.tabs li a:first-child {
    margin-left:50px;
}
.tabs li a {
    background:#2e2e2e;
    border:none;
    border-left:1px solid #555;
    border-right:1px solid #555;
    border-top:1px solid #555;
    color:#fff;
    display:block;
    margin:0 2px 0 0;
    padding:6px 10px 4px;
}
.tabs li.active a {
    -webkit-border-radius:4px 4px 0 0;
    background:#2e2e2e;
    border-bottom:1px solid #555;
    border-left:1px solid #555;
    border-radius:4px 4px 0 0;
    border-right:1px solid #555;
    border-top:1px solid #555;
    color:#fff;
    display:block;
    padding:6px 10px 4px
}
.tabs li.child a {
    -webkit-border-radius:0 0px 0 0;
    background:#2e2e2e;
    border-radius:0 0px 0 0;
    color:#333;
    display:block;
    margin:0;
    padding:6px 10px 4px
}
.tabs li a:hover {
    background:#2e2e2e;
    border-bottom:1px solid #555;
    color:#fff;
    text-decoration:none
}

/* Targeting the first level menu */
.tabs {
    display:block;
    margin:0;
    padding:1px 0 2px;
    position:absolute;
    z-index:100
}
.tabs > li > a:hover {
    background:#ececec;
    color:#222
}
.tabs > li.active > a:hover {
    -moz-border-radius:3px 3px 0 0;
    -webkit-border-radius:3px 3px 0 0;
    background:#fff;
    border-bottom:1px solid #fff;
    border-radius:3px 3px 0 0;
    color:#222
}

/*Middle Drop-Down Navigation*/
#nav-container {
    border-bottom:1px solid #d5d5d5;
    border-top:1px solid #d5d5d5;
    clear:both;
    font-size:11px;
    height:33px;
    margin:0 auto;
    padding:0
}

/* Targeting both first and second level menus */
#last{
    background:none;	
}

.nav li {
    float:left;
    list-style:none;
    position:relative;
}
.nav li a {
    background:url(images/arrow.png) no-repeat right;
    border:none;
    color:#fff;
    display:block;
	font-family: calluna,serif;
    font-style: normal;
	font-size:26px;
    font-weight: 700;
	-webkit-font-smoothing: antialiased;
	padding: 10px 25px;
}

/* Targeting the first level menu */
.nav {
    margin:0;
    z-index:100
}
.nav > li > a:hover {
    -moz-border-radius:3px 3px 3px 3px;
    -webkit-border-radius:3px 3px 3px 3px;
    background:#2e2e2e url(images/arrow_hover.png) no-repeat right;
    border-radius:3px 3px 3px 3px;
    color:#fff;
    padding: 10px 25px;
}

/* Targeting the second level menu */
.nav li ul {
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-box-shadow:1px 1px 1px #333;
    -webkit-border-bottom-right-radius:3px;
    -webkit-box-shadow:1px 1px 1px #333;
    background:#2e2e2e;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
    box-shadow:1px 1px 1px #333;
    color:#fff;
    display:none;
    margin:0;
    padding:2px 0;
    position:absolute;
}
.nav li ul li {
    width:100%
}
.nav li ul li a {
    background: #2e2e2e;
	border-bottom: 1px dotted #777;
    color:#fff;
    line-height:25px;
    margin:0;
    padding: 5px 0 5px 20px;
    font-size: 16px;
    text-align: left;
	font-family: myriad-pro,sans-serif;
	font-weight:300;
}
.nav li ul li a.last{
    border:none;	
}
.nav li ul li a:hover {
    background:#3d3d3d;
}
.nav li ul li.strong-archive a {
    border-top:1px solid #466A90;
    font-weight:600
}

/* A class of current will be added via jQuery */
.nav li.current > a {
    -moz-border-radius:3px 3px 0 0;
    -moz-box-shadow:1px 1px 1px #333;
    -webkit-border-radius:3px 3px 0 0;
    -webkit-box-shadow:1px 1px 1px #333;
    background:#2e2e2e url(images/arrow_hover.png) no-repeat right;
    border-radius:3px 3px 0 0;
    box-shadow:1px 1px 1px #333;
    color:#fff
}

/* CSS fallback */
.nav li:hover > ul.child {
    display:block
}

.home-header-2 {
    font-size:45px;
	font-family: franklin-gothic-urw-comp,sans-serif;
    font-style: normal;
    font-weight: 600;
	text-align:center;
	color:#525252;
	line-height:60px;
	text-shadow: 0 1px 1px white;
	-webkit-font-smoothing: antialiased;
	padding-top: 20px;
}
.home-header-1 {
    font-size:80px;
	font-family: franklin-gothic-urw-comp,sans-serif;
    font-style: normal;
    font-weight: 800;
	text-align:center;
	line-height:60px;
	color:#525252;
	text-shadow: 0 1px 1px white;
	-webkit-font-smoothing: antialiased;
}
/* Home quicklinks */
.home-left{
   background: url(../img/home-left.png) 0px 0 no-repeat;
   padding:30px 45px 15px 45px;
   width: 247px;
   height:	160px;
   float:left;
   margin: 30px 15px 0 0;
}
.home-left:hover{
    background: url(../img/home-left-on.png) 0px 0 no-repeat;
}
.home-left .quicklink-img{
     background: url(../img/web-icon.png) no-repeat;
	 float:left;
	 width: 95px;
	 height:90px;	
}
.home-left:hover .quicklink-img{
     background: url(../img/web-icon-on.png) no-repeat;	
}
.home-left .quicklink-text{
    float:right;
	width:115px;
	margin-top: -15px;
	text-align:right;	
}
.home-left:hover .quicklink-text h1{
    color:#fff;	
}
.home-left:hover .quicklink-text .ql-design{
    color:#fff;	
}
.home-center{
   background: url(../img/home-center.png) 0px 0 no-repeat;
   padding: 15px 65px 15px 30px;
   width: 245px;
   height: 165px;
   float:left;
   margin:30px 0;
}
.home-center:hover{
   background: url(../img/home-center-on.png) 0px 0 no-repeat;
}
.home-center .quicklink-img{
     background: url(../img/print-icon.png) no-repeat;
	 float:left;
	 width: 102px;
	 height:92px;	
}
.home-center:hover .quicklink-img{
     background: url(../img/print-icon-on.png) no-repeat;	
}
.home-center .quicklink-text{
    float:right;
	width:115px;
	text-align:right;
	height: 105px;	
}
.home-center:hover .quicklink-text h1{
    color:#fff;	
}
.home-center:hover .quicklink-text .ql-design{
    color:#fff;	
}
.home-right{
   background: url(../img/home-right.png) 0px 0 no-repeat;
   padding: 30px 60px 15px 25px;
   width: 252px;
   height:	160px;
   float:left;
   margin:30px 0;
}
.home-right:hover{
   background: url(../img/home-right-on.png) 0px 0 no-repeat;
}
.home-right .quicklink-img{
     background: url(../img/graphic-icon.png) no-repeat;
	 float:left;
	 width: 75px;
	 height:74px;	
}
.home-right:hover .quicklink-img{
     background: url(../img/graphic-icon-on.png) no-repeat;	
}


.home-right .quicklink-text{
    float:right;
	width: 175px;
	text-align:right;
	margin-top: -16px;
	height: 105px;
}
.home-right:hover .quicklink-text h1{
    color:#fff;	
}
.home-right:hover .quicklink-text .ql-design{
    color:#fff;	
}
.ql-design{
	font-family: calluna,serif;
    font-weight: 700;
	font-size:30px;
	color:#9d0a0e;
	text-transform:uppercase;
	margin-top: -10px;
	line-height: 30px;
}
.learn-more{
    background: url(../img/learn-more.png) no-repeat;
    float:right;
    width: 235px;
	height:45px;		
}
.home-left:hover .learn-more{
    background: url(../img/learn-more-on.png) no-repeat;  	
}
.home-center:hover .learn-more{
    background: url(../img/learn-more-on.png) no-repeat;  	
}
.home-right:hover .learn-more{
    background: url(../img/learn-more-on.png) no-repeat;  	
}
.home-bullets{
   width: 1000px;
   margin: 0 auto;
   position: relative;
   padding: 0 30px;
   top: -26px;
   font-family: calluna,serif;
   font-style: normal;
   font-weight: 600;
   font-size:18px;
   -webkit-font-smoothing: antialiased;
   color:#3b3636;
}
.clear{
   clear:both;	
}
.home .grid-box{
    float:left;
	width: 308px;
    padding-left: 25px;	
}
.grid-box{
    float:left;
	width: 308px;
    padding-left: 25px;	
}
#footer .grid-box{
    margin-bottom:40px;
	color:#999;	
}
.home-testimonial{
    padding-top:20px;
	font-size: 14px;	
}
.grid-box ul{
    padding-left: 5px;	
}
.grid-box ul li{
	background:url(../img/bullet-arrow.png) 0px 8px no-repeat;
	list-style:none;
	padding: 0 0 0px 30px;
    line-height: 32px;
}
#author-thumb{
    float:left;
	width:80px;
	margin:0 15px 0px 0;	
}
#author-snippet{
    font-size:14px;
	font-style:italic;
	padding:20px 0;	
}
.byline{
	font-size:14px;
	font-style:italic;
}
.grid-box ul li.blog-list{
    font-size:16px;
	font-weight:bold;
	margin-top:5px;
}
.grid-box ul li.blog-list:hover{
    position:relative;
	bottom:-1px;
}
.grid-box ul li.blog-list a{
    color:#999;	
}
.grid-box ul li.blog-list a:hover{
    color:#fff;
}

.home-services{
    float:left;
	width:315px;
	height:165px;
	color:#525252;
	padding:20px 20px 30px 5px;
	font-size:12px;
	font-weight: 600;
    line-height: 18px;
	background:url(../img/shadow.png) right repeat-y;	
}

.home-services img{
   float:left;
   margin-right:10px;
   padding-bottom:60px;
}
.home-services h3{
    text-transform:uppercase;
	font-size:26px;	
	font-family: franklin-gothic-urw-comp,sans-serif;
    font-style: normal;
    font-weight: 600;
	margin: 0 0 5px 0;
	line-height:25px;
}
/* Portfolio Styles */
.portfolio-entry{
	background:url(../img/portfolio-bg.png) no-repeat;
	padding:20px 20px 26px 22px;
	margin: 0 15px 20px 0;
	width:272px;
	float:left;
	position:relative;
}
.mobilized{
    z-index:10;
	position:absolute;	
	top: 30px;
    right: -5px;
}
.flag{
	background-color: #bb141a;
	color: white;
	padding: 3px 20px;
	text-transform: UPPERCASE;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	box-shadow: -5px 5px 14px rgba(0, 0, 0, 0.25);
}
.flag:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -9px;
	width: 0px;
	height: 0;
	border-bottom: 9px solid transparent;
	border-left: 10px solid #8B0304;
	z-index: -1;
}
}
.portfolio-entry .mobilized img{
    border:0;	
}
.portfolio-entry:hover{
    background: url(../img/portfolio-bg-on.png) 0px 0 no-repeat;
}
.portfolio-title{
    font-family: calluna,serif;
    font-style: normal;
    font-weight: 700;
	-webkit-font-smoothing: antialiased;
	font-size:18px;
	color:#910002;
	text-align:center;
	padding-top:10px;
}
.portfolio-entry:hover .portfolio-title{
    color:#fff;	
}
.portfolio-entry img{
   border: 1px solid #adadad;	
}
.portfolio-entry:hover .portfolio-entry img a{
    border: 1px solid #fff;
}
.portfolio-entry .services{
   font-size:12px;
   color:#000;
   text-align:center;	
}
.portfolio-entry:hover .services{
    color:#fff;	
}
/* Web, Print, Graphic Pages */
.page-left{
    float:left;
	width:550px;
	padding-bottom:15px;	
}
.page-left-web{
    float:left;
	width:680px;
	padding-bottom:15px;	
}
.page-services{
	color:#525252;
	font-size:15px;
	padding:15px 0;
	clear:both;
}
.page-services .text{
	float:right;
	width:400px;
}
.page-services .thumb{
   float:left;
   margin-right:10px;
   width:130px;
   text-align:center;
}
.page-services h3{
    text-transform:uppercase;
	font-size:22px;	
	font-family: franklin-gothic-urw-comp,sans-serif;
    font-style: normal;
    font-weight: 600;
	margin:0 0 5px 0;
}
.page-services p{
    margin:5px 0;	
}
.page-right{
    float:right;
	width:380px;
	margin-bottom: 30px;	
}	
.page-right h3{
	font-size:24px;	
	font-family: franklin-gothic-urw-comp,sans-serif;
    font-style: normal;
    font-weight: 600;
	padding:0;
	margin: 0;
}
.page-right .row{
    clear:both;	
	padding:15px 0;
}
.case-study{
    padding-top:0px;
	font-family: myriad-pro,sans-serif;
    font-style: normal;
    font-weight: 600;
	font-size:12px;
	-webkit-font-smoothing: antialiased;
	text-transform:uppercase;
}
.case-study a:link{
    color:#3b3636;	
}
.case-study a:visited{
    color:#3b3636;	
}
.case-study a:hover{
    color:#9d0a0e;	
}
.case-study a:active{
    color:#3b3636;	
}
.page-right .row .thumb a:link{
    margin-right:10px;
	float:left;
	background:#fff;
	padding:5px;
}
.page-right .row .thumb a:visited{
    margin-right:10px;
	float:left;
	background:#fff;
	padding:5px;
}
.page-right .row .thumb a:hover{
	background:#9d0a0e;
}
.page-right .row .thumb a:active{
    margin-right:10px;
	float:left;
	background:#fff;
	padding:5px;
}


.row .url{
   padding:0;
   font-size:12px;
   color:#828282;	
}
.row .url p{
   padding:5px 0 0 0;
   margin:0;
}
.portfolio-link{
   background:url(../img/portfolio-link-bg.png) no-repeat;
   width:140px;
   height: 24px;
   padding: 18px 20px 35px 20px;
   font-size:32px;
   font-family: franklin-gothic-urw-comp,sans-serif;
   font-style: normal;
   font-weight: 700;
   color:#9d0a0e;
   text-shadow: 0 1px 1px white;
   text-transform:uppercase;
   margin: 0;
   text-align:center;
   -webkit-font-smoothing: antialiased;	
   float:left;
   margin-bottom:30px;
}
.portfolio-link:hover{
	background:url(../img/portfolio-link-bg-on.png) no-repeat;
}
.portfolio-link:hover a{
   	color:#fff;
}

.wpg-text{
   	clear:both;
	margin-bottom:40px;
}


/* FAQs */

.wpg-faqs-text{
   	clear:both;
	margin-bottom:0px;
}

.faqs{
	color:#525252;
	font-size:15px;
	clear:both;
	padding: 10px 0;
	overflow: auto;
}

.faqs h3{
    text-transform:uppercase;
	font-size:22px;	
	font-family: franklin-gothic-urw-comp,sans-serif;
    font-style: normal;
    font-weight: 600;
	margin:0;
	padding:4px 0;
	margin-top:10px;
	color:#3b3636;
}
.faqs a h3{
    text-transform:uppercase;
	font-size:22px;	
	font-family: franklin-gothic-urw-comp,sans-serif;
    font-style: normal;
    font-weight: 600;
	margin:0;
	padding:4px 0;
	margin-top:10px;
	color:#3b3636;
}
.faqs a h3:hover{
    background:#9d0a0e;
	color:#fff;
}
.faqs p{
    padding:3px 0;	
	margin:0;
}

.question{
    float:left;
	width:68px;
	background:url(../img/question-bg.png) no-repeat;
	height:57px;
	margin: 0;
	color:#fff;
	text-align:center;
	font-family: franklin-gothic-urw-comp,sans-serif;
	font-size:32px;    
	font-style: normal;
    font-weight: 600;
	padding-top:12px;
	text-transform:uppercase;
}
.faqs .read-more a{
    padding:2px 3px;
	width:70px;
	float:right;
	background:#9d0a0e;
	color:#fff;
	-webkit-border-radius:4px;
	border-radius:4px;
    border:1px solid #780000;
	text-align:center;
	font-weight:bold;
	font-size:12px;
}
.faqs .read-more a:hover{
	background:#3B3636;
    border:1px solid #645f5f;
}
	


/* Portfolio Nav */
#project-nav{
    width:100%;
	margin:0px auto;
	padding:16px 0;
	height:23px;
	background-color:rgba(255,255,255,0.3);
	/* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255,255,255) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(255,255,255, 0.3);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#30FFFFFF, endColorstr=#30FFFFFF);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#30FFFFFF, endColorstr=#30FFFFFF)";
	font-family: franklin-gothic-urw-comp,sans-serif;
    font-style: normal;
    font-weight: 600;
	font-size:16px;	
	letter-spacing:1px;  	
}
#project-nav .left{
   float:left;
   width:200px;
   text-transform:uppercase;	
}
#project-nav .left:hover a{
   color:#949494;	
}
#project-nav .left .arrow{
  background:url(../img/back.png) no-repeat;
  float:left;
  width:30px;
  height:23px;
  margin-right:5px;	
}
#project-nav .left:hover .arrow{
  background:url(../img/back-on.png) no-repeat;	
}
#project-nav .right{
   float:right;
   width:200px;
   text-transform:uppercase;
   text-align:right;	
}
#project-nav .right:hover a{
   color:#949494;	
}
#project-nav .right .arrow{
  background:url(../img/forward.png) no-repeat;
  float:right;
  width:30px;
  height:23px;
  margin-left:5px;	
}
#project-nav .right:hover .arrow{
  background:url(../img/forward-on.png) no-repeat;	
}
#project-view-left{
    float:left;
	width:270px;
	-webkit-font-smoothing: antialiased;
	color:#5a5a5a;
	padding-bottom:30px;
	position:relative;
}
#project-view-left .mobilized{
    z-index:10;
	position:absolute;	
	top:190px;
	right:50px;
}
#project-view-left h1{
    font-family: calluna,serif;
    font-style: normal;
    font-weight: 800;
	-webkit-font-smoothing: antialiased;
	font-size:40px;
	line-height:42px;
	text-transform:none;
	padding:20px 0 10px 0;
}
.title{
	font-family: myriad-pro,sans-serif;
    font-style: normal;
    font-weight: 500;
    padding: 20px 0;
    font-size: 28px;
	color:#9d0a0e;
	-webkit-font-smoothing: antialiased;
	background: url(../img/divider.jpg) bottom repeat-x;
		
}

.url{
	padding:15px 0;
}
.url a:link{
   color:#828181;
   font-size:13px;	
}
.url a:visited{
   color:#828181;
   font-size:13px;	
}
.url a:hover{
   color:#5a5a5a;
   font-size:13px;	
}
.url a:active{
   color:#828181;
   font-size:13px;	
}
.launch{
   color:#5a5a5a;
   font-size:14px;
   padding-bottom:15px;	
}
#project-view-left ul{
    line-height:35px;
	padding-left:7px;	
}
#project-view-left ul li{
	background:url(../img/bullet-arrow.png) 0px 8px no-repeat;
	list-style:none;
	padding:0 0 0px 30px;
}
#project-view-right{
    float:right;
	width:700px;
	padding:10px 0 30px 0;	
}
.testimonial{
    font-style:italic;
	font-size:13px;
	padding-top:15px;	
}
.quote{
	font-family: calluna,serif;
    font-size: 120px;
    float: left;
    width: 50px;
    height: 10px;
    font-style: normal;
    font-weight: 800;
	-webkit-font-smoothing: antialiased;
	padding-top:30px;
}
.client-info{
    clear:both;
	text-align:right;
	font-style:normal;	
}
.view-website{
	font-family: franklin-gothic-urw-comp,sans-serif;
    text-transform:uppercase;
    font-weight: 600;
	font-size:16px;	
	letter-spacing:1px;
	color:#9d0a0e;
	padding-top:30px;
	width:130px; 	
}

.view-website:hover a{
   color:#949494;	
}
.view-website .arrow{
  background:url(../img/forward.png) no-repeat;
  float:right;
  width:30px;
  height:23px;
  margin-right:5px;	
}
.view-website:hover .arrow{
  background:url(../img/forward-on.png) no-repeat;	
}

/*slideshow*/
div#slideshow {
	width: 635px; height: 532px; padding: 15px 0 0 12px;
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */
	position: relative; z-index: 5;
	-moz-box-shadow: 0 0 15px #000;
    -webkit-box-shadow: 0 0 15px#000;
    box-shadow: 0 0 15px #000;
	padding:0;
	margin:40px 0 25px 0;
}

div#slideshow ul#nav {
	display: none;
	list-style: none;
	position: relative; top: 220px; z-index: 30; left:-30px; width:635px;
}
	div#slideshow ul#nav li#prev {
		float: left;
	}
	div#slideshow ul#nav li#next {
		float: right; margin: 0 0px 0 0;
	}
	div#slideshow ul#nav li a {
		display: block; width: 80px; height: 80px; text-indent: -9999px;
	}
		div#slideshow ul#nav li#prev a {
			background: url(../img/prev.png);
		}
		div#slideshow ul#nav li#next a {
			background: url(../img/next.png);
		}

	div#slideshow ul#slides {
		list-style: none;
		position:absolute;
		top: -20px;
		padding:0;
	}
		div#slideshow ul#slides li {
			margin: 0 0 0px 0;
		}

/*small slideshow*/
div#slideshow-small {
	width: 265px; height: 163px; padding: 15px 0 0 12px;
	overflow: hidden; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */
	position: relative; z-index: 5;
	-moz-box-shadow: 0 0 15px #000;
    -webkit-box-shadow: 0 0 15px#000;
    box-shadow: 0 0 15px #000;
	padding:0;
	left:20px;
	margin:0 47px 13px 20px;
	float:right;
}

div#slideshow-small ul#nav {
	display: none;
	list-style: none;
	position: relative; top: 220px; z-index: 30; left:-30px; width:265px;
}
	div#slideshow-small ul#nav li#prev {
		float: left;
	}
	div#slideshow-small ul#nav li#next {
		float: right; margin: 0 0px 0 0;
	}
	div#slideshow-small ul#nav li a {
		display: block; width: 80px; height: 80px; text-indent: -9999px;
	}
		div#slideshow-small ul#nav li#prev a {
			background: url(../img/prev.png);
		}
		div#slideshow-small ul#nav li#next a {
			background: url(../img/next.png);
		}

	div#slideshow-small ul#slides {
		list-style: none;
		position:absolute;
		top: -20px;
	}
		div#slideshow-small ul#slides li {
			margin: 0 0 0px 0;
		}


/* Process Page */
.process-left{
    float:left;
	width:480px;
	padding-bottom:55px;	
}
.process-right{
    float:right;
	width:480px;
	padding-bottom:55px;	
}
.process-services{
    clear:both;	
}
.process-services .thumb{
	padding-top:10px;
	float:left;
	width:130px;
}
.process-services p{
	padding-top:5px;
	font-family: myriad-pro,sans-serif;
    font-style: normal;
    font-weight: 400;
	font-size:14px;
	line-height:22px;
}
#process-graphic{
    background: url(../img/process-bg.png) 0px 0 no-repeat;	
	width:100%;
	height:149px;
	clear:both;
	text-align:center;
	margin: 40px 0;
}
.process-quad{
    width:25%;
	float:left;	
}
.process-quad h1{
    font-size:32px;
	padding:0;
	margin:5px 0;	
}
/* Footer */
#footer{
   clear:both;
   background:#0f0d0c url(../img/footer-bg.jpg) repeat-x; 
   font-size:12px;
   overflow:auto;
   color:#6f6e6b;
   padding:25px 0;
}
#footer a{
    font-weight:bold;	
}
.footer-title{
    color:#fff;
	font-weight:bold;
	font-size:20px;	
}
.credit{
   color:#fff;
   padding-top:15px; 
   clear:both;
   border-top: 1px solid #1d1d1d;
}
.credit-left{
    float:left;
	width:600px;
}
.credit-right{
    float:right;
	width:400px;
	list-style:none;
	text-align:right;
}
.credit-right a{
    color:#fff;	
}
.credit-right a:hover{
    color:#9d0a0e;	
}

.services-link{
   background:#999;
   width:220px;
   height: 24px;
   padding: 18px 20px 18px 20px;
   font-size:32px;
   font-family: franklin-gothic-urw-comp,sans-serif;
   font-style: normal;
   font-weight: 700;
   color:#000;
   text-shadow: 0 1px 1px white;
   text-transform:uppercase;
   margin: 0;
   text-align:center;
   -webkit-font-smoothing: antialiased;	
   margin-bottom:30px;
}
.services-link:hover{
	background:#FFF;
}
.services-link:hover a{
   	color:#CCC;
}
.form-title{
    font-size:20px;
	font-weight:bold;
	margin-top:50px;
	clear:both;
}
.form-subtitle{
	color: #9d0a0e;
	font-weight: normal;
	font-size: 18px;
	clear:both;
	margin: 5px 0 10px 0;
	font-style: italic;
}
.form-divider{
    border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #f7f7f7;
	margin:10px 0;	
}
.border{
    border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #f7f7f7;
	margin:10px 0;
	clear: both;	
}
.inquiry{
    margin-top:10px;
	clear:both;
}
.inquiry label.left{
    float:left;
	width:155px;	
}
.inquiry label.text-label{
    clear:both;	
	padding-top:20px;
}
.share{
    padding:10px 0 10px 2px;	
}
.share-portfolio{
    padding: 10px 45px 10px 2px;
    float: right;
}
/* ==|== BLOG STYLES===========*/
.blog-entry{
	padding:20px 0;
	overflow: auto;
}
.blog-entry .date{
	float:left;
	width:50px;
	padding:10px;
	min-height:50px;
	margin-right:10px;
	background: url(../img/blog-date-bg.png) no-repeat;
    text-transform:uppercase;
	font-size:16px;	
	font-family: "myriad-pro",sans-serif;
    font-style: normal;
    font-weight: 500;
	text-align:center;
	color:#fff;
	margin-bottom: 10px;
}
.blog-entry .day{
    font-size:30px;	
}
.blog-entry .title{
    font-family: calluna,serif;
    font-style: normal;
    font-weight: 800;
	-webkit-font-smoothing: antialiased;
	font-size:30px;
	line-height:42px;
	text-transform:none;
	padding:8px 0 20px 0;
	background:none;
	line-height: 32px;
	color:#3B3636;
}
.blog-divider{
    margin:30px 0;
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #f7f7f7;
	
}
.blog-entry .title:hover{
    color:#9D0A0E;	
}
.blog-entry .thumb{
	background: url(../img/thumb-bg.png) no-repeat;
	float:left;
	width:150px;
	height:150px;
	padding:10px;
	margin-right:10px;
}
.blog-entry .video-thumb{
	background: url(../img/video-thumb-bg.png) no-repeat;
	float:left;
	width:150px;
	height:133px;
	padding:10px;
	margin-right:10px;
	position:relative;
}
.play{
    position:absolute;
	right: 8px;
    bottom: 29px;
}
.blog-entry p{
	
}
.blog-entry .read-more a{
    padding:2px 5px;
	width:70px;
	float:right;
	background:#9d0a0e;
	color:#fff;
	-webkit-border-radius:4px;
	border-radius:4px;
    border:1px solid #780000;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	margin-top:10px;
}
.blog-entry .read-more a:hover{
	background:#3B3636;
    border:1px solid #645f5f;
}
.btm-nav{
    background:#9d0a0e;
	padding:3px 10px;
	overflow:auto;	
}
.btm-nav a{
    color:#fff;	
}
.btm-nav a:hover{
    color:#d9d9d9;	
}

.btm-nav .left{
    float:left;
	width:180px;	
}

.btm-nav .right{
    float:right;
	width:180px;
	text-align:right;	
}
/* ==|== WEB TRAINING STYLES===========*/
.left-video{
	width: 350px;
	float: left;
}
.right-video{
	width: 400px;
	float: right;
}

/*COMMENT SECTION STYLES*/

.comment-content{
    clear:both;
	padding-bottom: 50px;	
}
.comment-clear{
    clear:both;
	padding-top:20px;	
}
.comment-heading{
    clear:both;
	padding:0px 0 15px 0;	
}
.comment-clear h3{
    float:left;
	margin:10px 30px 20px 0;
	text-shadow: 0 1px 1px white;
	font-size:30px;	
}
.comment-clear h3.pad-top{
    padding-top:50px;	
}

.number-of-comments{
	float:left;
	margin-top:10px;
	font-size:12px;
	color:#777;
	border-bottom:1px dotted #8a8a8a;
	text-shadow: 0 1px 1px white;
}
.comment-text{
    clear:both;	
}
.comment-text p{
    margin:0;
	padding-top:15px;
}
.name{
    font-size: 20px;
    font-family: franklin-gothic-urw-comp,sans-serif;
    font-style: normal;
    font-weight: 600;
	float:left;
	margin-right:30px;
}
.date{
    font-size:12px;
	color:#777;
	clear:both;
	text-shadow: 0 1px 1px white;
}
.comment-content textarea{
    background:#f0f1f3;
	border:1px solid #b5b5b5;
	width:540px;
	height:180px;
	padding:4px;	
}
.comment-content input[type="text"]{
    background:#f0f1f3;
	border:1px solid #b5b5b5;
	width:540px;
    padding:4px;
}
.comment-submit{
	padding:2px 5px;
	float:right;
	background:#9d0a0e;
	color:#fff;
	-webkit-border-radius:4px;
	border-radius:4px;
    border:1px solid #780000;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	margin-top:10px;
	text-transform:uppercase;
}
.comment-label{
    font-size:14px;
	font-weight:bold;
	margin-top:10px;	
}
.comment-submit:hover{
	background:#3B3636;
    border:1px solid #645f5f;
}
.comment-entry{
    clear:both;
	padding:15px 0;
}
.social{
	float:right;
	width:185px;
}
.social a{
    margin-right:15px;	
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; clear:both; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
