@charset "UTF-8";

/*
   css Copyright © 2005-2012 Karelia Software. All rights reserved.
   css released under Creative Commons License  - http://creativecommons.org/licenses/by-sa/2.5/
   All associated graphics belong to their respective owners and are licensed separately.
*/

/* IE7 hacks */

*:first-child+html .gridItem img {
	position:relative;
	top:0px;
}

*:first-child+html .gridItem h3 {
	position:relative;
	top:0px;
}

/* Navigation arrows */
div.text-navigation { text-align:center; margin-bottom:1em;}
div.text-navigation div { display:inline; margin:0px 0.5em; }
.collection-navigation .disabled-navigation { text-indent:-5000px; }

/* 2.0 wrap compatibility. 2.0-compatible designs can further adjust these if they need */
.wide { display:block; }

.narrow.left {   /* Some designs won't respect without !important */
    float:left!important;
    clear:left!important;
}
.narrow.right {
    float:right!important;
    clear:right!important;
}

.wide.left   .graphic, img.wide.left,   .wide.left video,   .wide.left audio   { display:block; margin-left:0px; margin-right:auto; }
.wide.center .graphic, img.wide.center, .wide.center video, .wide.center audio { display:block; margin-left:auto; margin-right:auto; }
.wide.right  .graphic, img.wide.right,  .wide.right video,  .wide.right audio  { display:block; margin-left:auto; margin-right:0px; }


.ImageElement.left, .AudioElement.left { text-align:left; }
.ImageElement.center, .AudioElement.center { text-align:center; }
.ImageElement.right, .AudioElement.right { text-align:right; }

/* Captions should align themselves with the graphic */
.graphic-container.left .caption { text-align:left; }
.graphic-container.center .caption { text-align:center; }
.graphic-container.right .caption { text-align:right; }

/* Inline iframes need to display as a block to layout right */
.graphic iframe { display:block; }

/* Pagelet photo grids should be generally be auto width (some 1.x designs hardcoded an exact width) */
.pagelet .photogrid-index { width:auto; }

/* For content like amazon which forces white background. Design SHOULD set color for A tag and text color. */
.whiteBackground
{
	background-color:white;
}

.article-info
{
	margin-bottom:1em;
}

/* Firefox reduce dotted lines on links */
.photo-navigation a:focus, .replaced a:focus {overflow:hidden;}

/* Disqus correction to prevent overflow scroll bars in some designs */
#dsq-content { overflow:hidden; }
#dsq-content .dsq-auth-header { width: auto!important; }
#dsq-content .dsq-by { margin: 4px 6px 0px 0px; }
#dsq-content .dsq-by a, #dsq-content .dsq-by a:hover { border: 0px none; }
#dsq-content h3 { margin:0px; }

/* Site menus. Don't wrap the top level items, and wrap sub-menu items normaly. */
#sitemenu-content ul li span.in { white-space:nowrap;}
* html #sitemenu-content ul li span.in {white-space: normal}
*:first-child+html #sitemenu-content ul li span.in {white-space: normal}
#sitemenu-content ul ul li span.in {white-space: normal}
#sitemenu-content span.in { position: relative; }

body { word-wrap:break-word; }

/* Make sure scaled-down images look good in IE */
img { -ms-interpolation-mode: bicubic; }

.HTMLElement { overflow:hidden; }

/* MODIFIED, BASED ON THE FOLLOWING BASE CSS AND DEFAULT THEME
*/
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.nivoSlider {
	position:relative;
	background:#fff url(nivo-images/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
	-webkit-box-shadow: 0px 1px 5px 0px rgb(128,128,128);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 5px 0px rgb(128,128,128);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 5px 0px rgb(128,128,128);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	margin:0 !important;
	border:none !important;
	padding:0 !important;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNav a {
	margin:0 4px;
}

.nivo-dots .nivo-controlNav a {
	display:inline-block;
	width:16px;
	height:16px;
	background:url(nivo-images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(nivo-images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}


.nivoSlider:hover .nivo-directionNav a { opacity: 1; }

a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-dots .nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
    color:#fff;
}

.nivo-thumbs-enabled {
	width: 100%;
}
.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.nivo-thumbs-enabled img {
	padding:0 !important; margin:0; background:none !important; border:none;
}

.photogrid-index-bottom { clear:left; }

textarea.fullWidth, input.fullWidth, select.fullWidth {
	width:96%;
	margin:4px 0;
}
textarea.fullWidth, select.fullWidth {
	margin: 4px 1px
}

form.contactElement input.submit {
	width:auto;
	display:block;
	margin-left:auto;
	margin-right:2%;
}
form.contactElement th {
	text-align:right;
	font-weight:normal;
	width:25%;
}

.contactError { color:red; font-weight:bold; }

/* Contact Element For IE 7 */
*:first-child+html form.contactElement input.submit {
	padding:0px 10%;
	min-width: 0px;
}

textarea {
    resize: vertical;
}

form.contactElement p {
	text-align: left;
}

/*
Design Name:  Blueball Reactive
Style Sheet: main.css
Created: 6, April, 2015
Last Modified: 14, May, 2015
Version: 1.0
Author: Blueball Design
www.blueballdesign.com
Copyright 2015 Blueball Design LLC USA/Charlie Lockhart, All Rights Reserved
*/

/* @group Global Styling */

/* BODY, HTML STYLING */

body, html {
	height: 100%;
	width: 100%;
	margin: 0px auto;
	margin-top: 0px;
	padding: 0;
	text-align: left;
	word-wrap: break-word;
	font-family: "Open Sans", serif;
	font-size: 16px;
	line-height: 27px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #3d353d;
	background-color: #e7e8e8;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: 'liga', 'kern';
}

/*IMAGES - REMOVE BORDERS, HOVER STYLING*/

img {
	max-width: 100% !important;
	width: auto;
	height: auto;
	border: 0;}

a img {border: 0;text-decoration: none;}

a img:hover {
	opacity: 0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

/*GLOBAL LINK STYLING*/

a:link, a:visited {color: #0362c6; text-decoration: underline; }

a:hover {color: #0362c6;text-decoration: none;}

/*GLOBAL PARAGRAPH, BLOCKQUOTE STYLING*/

p {margin: 0 0 12px 0;}

b, strong {
	font-weight: 700;
}

.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

blockquote {
	margin: 18px 0 18px 18px;
	font-family: 'Rokkitt', sans-serif; 
	font-size: 19px;
	line-height: 29px;
	padding:  0 10px 0 20px;
	border-left: 4px solid #0362c6;
	color: #0362c6;
	text-align: left;
	font-weight: 400;
	letter-spacing: -1px;
}

/*GLOBAL HEADLINE STYLING*/

h1 { font-size: 56px; line-height: 60px; text-align: center; }
h2 { font-size: 38px; line-height: 42px; text-align: left; }
h3 { font-size: 28px; line-height: 32px; text-align: left; }
h4 { font-size: 24px; line-height: 28px; text-align: left; }
h5 { font-size: 20px; line-height: 23px; text-align: left; }

h1 { 
	font-family: 'Rokkitt', sans-serif;
	font-weight: 700;
	margin-bottom: 18px;
	letter-spacing: -1px;
}

h2 {
	font-family: 'Rokkitt', sans-serif;  
	color: #3e505e;
	letter-spacing: -.75px; 
	margin-top: 0px;
	margin-bottom: 18px;
	font-weight: 700;
}

h3, h4 {
	font-family: 'Rokkitt', sans-serif;  
	color: #0362c6;
	letter-spacing: -.5px; 
	margin-top: 0px;
	margin-bottom: 14px;
	font-weight: 700;
}

h5 {
	font-weight: 700; 
	color: #333333; 
	letter-spacing: 0px;
	margin-bottom: 14px; 
	margin-top: 0px; 
}

/*GLOBAL MISC. PAGE ELEMENTS STYLING*/

hr {
	border-color: #EAEAEA;
	border-style: solid none none;
	border-width: 1px 0 0;
	height: 0;
	margin: 24px 0;
}

embed, iframe, object {
	max-width: 100%;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 1px;
}

#main .clear {
	clear: left;
	line-height: 1px;
}

.hidden {
    display: none;
}

.callout-container, .graphic-container {
	clear: both;
}

/*GLOBAL IMAGE STYLING*/

.ImageElement, .VideoElement { 
	text-align:center;
	margin-top: 24px;
	max-width: 100% !important;
}

img.narrow, .article-thumbnail img {
	display: block;
	clear: left;
	float: left;
	margin: 6px 16px 0 0;
}

.narrow.left { 
	margin: 0px 16px 5px 0px; 
}

.narrow.right {
	margin: 0px 0px 5px 16px; 
}

img.wide {
	max-width: 100% !important;
	width: auto;
	height: auto;
	display: block;
	clear:  both;
}

.wide {
	display: block;
}

img.narrow.left {
    float: left !important;
	clear: left;
}

img.narrow.right {
	float: right !important;
	clear: right;
}

.wide.left .graphic, img.wide.left {
	margin-left: 0px;
	margin-right: auto;
}

.wide.center .graphic, img.wide.center {
	margin-left: auto;
	margin-right: auto;
}

.wide.right .graphic, img.wide.right {
	margin-left: auto;
	margin-right: 0px;
}

.ImageElement.left {
	text-align: left;
}

.ImageElement.center {
	text-align: center;
}

.ImageElement.right {
	text-align: right;
}

/*GLOBAL RSS FEED ICON STYLING*/

div.rssBadge {
	margin: 10px;
}

/* Small icon option */
img.smallRSSBadgeIcon { 
	vertical-align: middle; 
}

img.smallRSSBadgeIconLeft { 
	margin-right: 4px; 
}

img.smallRSSBadgeIconRight {
	margin-left: 4px; 
}

div.largeRSSBadgeIcon, p.largeRSSBadgeIcon {
	margin: 0 10px;
	text-align: center !important;
}

img.largeRSSBadgeIcon {
	margin-bottom: 4px; 
}

p.largeRSSBadgeIcon {
	margin: 0; 
}

/*ORDERED, UNORDERED LIST STYLING*/

ul {
	list-style-type: disc;
}

ol, dd {
	padding-left: 20px;
}

/*SITE MAP LINK STYLING*/

.sitemap-page a:link, .sitemap-page a:visited {
	color: #202020;
	text-decoration: none;
}

.sitemap-page a:hover {
	color: #0362c6;
	text-decoration: underline;
}

/* @end */

/* @group Site Menu */

/* DESKTOP MENU STYLING */

#sitemenu-container{
    position: relative;
    z-index: 100;
}
#menu-button{
    display: none;
}
#nav{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}
#nav > ul{
    height: 50px;
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px;
}
#nav li{
    position: relative !important;
}
#nav a,
#nav span.in{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    text-decoration: none;
}
#nav a:hover,
#nav span.in:hover{
}
#nav li.currentPage > a span.in,
#nav li.currentPage > span.in,
#nav li.currentParent > a span.in,
#nav li.currentParent > span.in,
#nav li.currentAncestor > a span.in,
#nav li.currentAncestor > span.in{
    font-weight: 700 !important;
}

#nav li.hasSubmenu > a > span.in:after,
#nav li.hasSubmenu > span.in:after{
    content: "\f107";
    float: none;
    margin-left: 6px;
    font-family: "FontAwesome";
    vertical-align: top;
}
#nav li li.hasSubmenu > a > span.in:after,
#nav li li.hasSubmenu > span.in:after{
    content: "\f105";
    float: right;
    margin-left: 6px;
    font-family: "FontAwesome";
    vertical-align: top;
}
    #nav > ul > li{
        display: inline-block;
        float: none;
        position: relative;
    }
    #nav > ul > li > a,
    #nav > ul > li > span.in{
        display: block;
        height: 50px;
        padding: 0 10px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 50px;
    }
#nav > ul ul{
    background: rgba(255,255,255,0.86);
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 50px;
    width: 220px;
    text-align: left;
}
    #nav > ul li:hover > ul{
        display: block;
    }
#nav > ul ul ul{
    top: 0;
    left: 220px;
}
#nav > ul ul li{
    float: none;
}
#nav > ul ul a,
#nav > ul ul span.in{
    display: block;
    height: auto;
    padding: 5px 10px;
    line-height: 20px;
}
#nav > ul ul a > span.in{
    padding: 0 !important;
    font-size: 13.5px;
}

/*MOBILE MENU STYLING*/

@media (max-width: 768px) {

  	  #nav{
          position: fixed;
          top: 0;
          left: 0;
          right: 0;
          width: 100%;
          z-index: 2000;
          text-align: center;
      }
      #nav.open {
		  max-height: 100%;
		  overflow: auto;
      }
      #nav > ul{
          padding: 0;
      }
      #nav:before{
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          content: "\f0c9     Menu";
          display: block;
          height: 50px;
          padding: 0 20px;
          width: 100%;
          font-size: 18px;
          font-family: "FontAwesome";
          line-height: 50px;
      }
      #nav ul{
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          display: none !important;
          height: auto !important;
          position: relative !important;
          left: 0 !important;
          top: 0 !important;
          width: 100% !important;
      }
      #nav.open ul{
          display: block !important;
      }
      #nav > ul > li{
          border-bottom: 1px solid #d0d0d0;
          display: block;
          float: none;
          text-align: left;
      }
      #nav li li.hasSubmenu > a > span.in:after,
      #nav li li.hasSubmenu > span.in:after{
          content: "\f107";
          float: right;
          margin-left: 4px;
          font-family: "FontAwesome";
          vertical-align: middle;
          background: none;
      }
      #nav > ul > li > a,
      #nav > ul > li > span.in{
          display: block;
          height: auto;
          padding: 10px 20px;
          line-height: 20px;
      }
      #nav > ul ul{
          padding-left: 20px;
      }
  }


/* @end */


/* @group Banner Image */

#mainBanner {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: auto;
	padding: 50px 0 0 0;
	margin: 0px auto;	
}

#mainBanner img {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	background-position: top center;
	background-repeat: no-repeat;
	max-width: 100%;
	width: 100%;
	height: auto;
}

/* @end */


/* @group Title with Logo, Title, Tagline, No Banner */

#title {
	text-align: center;
	padding: 30px 0 30px 0;
	width: 100%;
	height: auto;
	margin: 0px auto;
}

#title #logo {
	position: relative;
	max-width: 100% !important;
	height: auto !important;
	background-position: top center;
	background: transparent;
	padding: 0;
	margin: 0px auto;
	z-index: 40;
}

#title #logo a {
	text-decoration: none !important;
	border: 0;
}

#title #logo a:hover {
	text-decoration: none;
	border: 0;
}

#title h1 {
	position: relative;
	margin: 0px auto;
	font-size: 54px;
	line-height: 62px; 
    text-align: center;
    color: #3e505e;
 	letter-spacing: -1px;
 	z-index: 10;
}

#title h1 a, #title h1 a:visited {
	text-decoration: none !important;
	border: 0px;
}

#title h1 a:hover {
	text-decoration: none !important;
	border: 0px;
	color: #919191;
}

.has-logo #title h1 {
	margin: 0px auto;
	padding: 8px 30px 0px 30px;
}

.has-logo #title h1 a {
	text-decoration: none !important;
	border: 0;
}

.has-logo #title h1 a:link {
	text-decoration: none !important;
	border: 0;
}

.no-logo #title h1 {
	margin: 0px auto;
	padding: 30px 30px 0px 30px;
}

#title #tagline {
	position: relative;
	padding: 10px 0 4px 0;
	margin: 0px auto;
	font-style: italic;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    color: #3d353d;
    z-index: 15;
    font-weight: 600;
}

.has-title #tagline {
	position: relative;
	margin: 0px auto;
	clear: both;
}

.no-title #tagline {
	position: relative;
	margin: 0px auto;
	padding: 42px 20px 42px 20px;
	clear: both;
}

.has-logo #tagline {
	margin: 0px auto;
	padding: 0px 20px 20px 20px;
	z-index: 17;
	clear: both;
}

.no-logo.no-title.has-tagline #tagline {
	padding: 64px 20px 28px 20px;
}


/* @end */

/* @group Page-Top Header */

#page-container {
	margin: 0px auto;
	margin-bottom: 0px;
	border: none;
	background: transparent;
}

#page-top {
}

#page {
	position: relative;
	margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	background: #ffffff;
}



.has-title #tagline {
	position: relative;
	margin: 0px auto;
	padding: 0px 0 12px 0;
	clear: both;
}

.no-title #tagline {
	position: relative;
	margin: 0px auto;
	padding: 0px 0 12px 0;
	clear: both;
}

.has-logo #tagline {
	margin: 0px auto;
	padding: 0px 0 12px 0;
	z-index: 17;
	clear: both;
}

/* @end */


/* @group Page-Content */

#page-content {
	position: relative;
	max-width: 1024px!important;
	min-height: 350px;
	margin: 0px auto;
	padding: 30px 0 30px 0;
	-webkit-padding-before: 30px;
	height: auto !important;
	clear: both;
	border-top: 1px solid #c7c8c9;
}

/* @end */


/* @group Sidebar */

#sidebar {
	float: right;
	width: 25%!important;
	padding: 0;
	margin: 0;
}

#sidebar-content {
	margin-top: 0px;
}

#sidebar p {
    text-align: left;
}

#sidebar-top {
}

#sidebar-bottom {
}

.allow-sidebar #main {
	width: 70%!important;
	padding-top: 0;
	padding-right: 30px !important;
	text-align: left;
	margin:0;
	float:left;
	background: transparent;
}

.no-sidebar #main {
	padding: 0px 0 0px 0;
	text-align: left;
	background: transparent;
}

/* @end */

/* @group Page Bottom */

#page-bottom {  
	min-height: 80px;
	margin: 0;
	padding: 30px 20px 30px 20px;
	text-align: center;
	background-color: #e7e8e8;
	font-size: 15px;
	line-height: 24px;
    text-align: center;
    border-top: 1px solid #c7c8c9;
}

#page-bottom a:link, #page-bottom a:visited {
	text-decoration: underline;
}

#page-bottom a:visited {
	text-decoration: underline;
}

#page-bottom a:hover {
	text-decoration: none;	
}

#page-bottom.hidden {
	height: 0px !important;
	visibility: collapse;
	padding: 0;
}

/* @end */


/* @group Contact Form */


form.contactElement textarea,
form.contactElement input,
form.contactElement select {
	margin: 4px 0;
	padding: 3px;
}

form.contactElement input.submit {
	width: auto !important;
}

form.contactElement th {
	padding-right: 5px;
}

*:first-child+html form.contactElement input.submit {
	padding: 0px 10%;
}

form.labelsOnSide input.submit  {
width: auto;
display: block;
margin-left: auto;
margin-right: 2%;
float: right;
}

/* @end */

/* @group Pagelet */

.pagelet {
	width: 100%;
	word-wrap: break-word;

	margin: 0 0 10px 0;
	padding: 5px 0 5px 0;
}

.pagelet.bordered {
	border-top: 1px solid #d0d0d0;
	padding: 16px 0px 16px 0px;
	margin: 4px 0 0 0;
}

.pagelet.bordered .photo img {
	border: none;
	padding: 0;
}

.pagelet-body p {
	margin: 0;
	padding: 0;
}

.pagelet-body .imgelement {
	margin: 0px 0 4px 0;
	padding: 0;
}

.pagelet h4 {
	font-weight: 700;
	padding: 0;
	text-align: left;
	margin-top: 0px;
}

.pagelet a, .pagelet a:visited {
	text-decoration: underline;
	background: transparent;
	padding-left: 0px;
}

.pagelet a:hover {
	text-decoration: none;
	background: transparent;
}

.pagelet ul {
	margin: 7px 0 0 0;
	padding: 0;
}

.pagelet ul li a {
	list-style-type: none;
	word-wrap: break-word;
	margin-left: 0px;
	padding: 0 0 0 0;
}

.pagelet ul li a::before {
	vertical-align: middle;
	display: inline-block;
	font-family: fontawesome;
	content: "\f046";
	color: #3d353d;
	width: 15px;
	margin: -2px 4px 2px 12px;
	text-decoration: non;
}

.pagelet ul li:hover {
	
}

.pagelet .photo img {
	border: none;
	padding: 0;
	background: transparent;
}

.pagelet img {
	border: none;
	padding: 0;
}

.pagelet a img {
	border: none;
	padding: 0;
}

.pagelet .photo .imageLink {
	background: transparent;
}

.pagelet .photo .imageLink a:hover {
	background: transparent;
}

.pagelet #contactform {
	width: 100%;
}

/* @end */

/* @group Callout */

.callout {
	width: 250px;
	float: left;
	margin: 0px 16px 12px 0;
}

* html .callout {
	margin: 0 7px 5px 0;
}

*:first-child+html .callout {
	margin: 0 14px 10px 0;
}

.callout p {
margin-bottom: 0px!important;
}

.callout #contactform {
	width: 250px;
}

/* @end */


/* @group Blog-Article Page */

#index {
	margin: 0 0 10px 0;
}

.article {
	margin-bottom: 0;
}

.article-info {
	font-style: normal;
	font-size: 14px;
	margin-bottom: 8px;
}

.article-content {
	margin-bottom: 2px;
}

* html .article-content {
	margin-bottom: 2px;
	padding-bottom: 6px;
}

.article-content p {
	margin: 0 0 12px 0;
}

.article-content ul {
	margin-left: 4px;
}

* html .article-content ul {
	margin-left: 4px;
}

.article-content ul {
	margin-left: 4px;
}

* html .article-content ul {
	margin-left: 4px;
}

.article h3 {
	margin: 0 0 8px 0;
	padding-top: 8px;
	border-top: 0px solid #d0d0d0;
}

*:first-child+html .article h3 {
	width: auto;
}

.article h3 a, .article h3 a:active, .article h3 a:focus {
	text-decoration: none;
}

.article h3 a:hover {
	text-decoration: none;
}

.general-index {
	margin: 4px 0 8px 0;
	padding: 0;
	text-align: left;
}

* html .general-index {
}

.general-index h3 {
	font-weight: 700;
	margin: 0;
	padding: 18px 0 18px 0;
}

.article-info .continue-reading-link a:link,
.article-info .continue-reading-link a:visited {
	text-decoration: underline;
	padding: 0 0 2px 0;
	font-size: 16px;
	margin: 0;
}

.article-info .continue-reading-link a:link:before,
.article-info .continue-reading-link a:visited:before {
	font-size: 18px;
	vertical-align: middle;
	display: inline-block;
	font-family: fontawesome;
	content: "\f1ea";
	width: 20px;
	margin-right: 6px;
	color: #3d353d;
}

.article-info .continue-reading-link a:hover {
	text-decoration: none;
}

.article-info .timestamp {
	clear: both;
	font-size: 16px;
	padding: 0;
	margin: 10px 0 10px 0;
}

.timestamp:before {
    display: inline-block;
    font-size: 17px;
    vertical-align: center;
    font-family: fontawesome;
    content: "\f133";
    width: 20px;
    margin-right: 6px;
    color: #3d353d;
}

.comments {
	padding: 3px 0 6px 0;
	margin-top: 0px;
	font-size: 16px;
}

.comments a {
	padding: 3px 0 6px 0px;
	margin-top: 0px;
	text-decoration: underline;
}

.comments a:before {
    display: inline-block;
    font-size: 17px;
    vertical-align: center;
    font-family: fontawesome;
    content: "\f0e6";
    width: 20px;
    margin-right: 6px;
    color: #3d353d;
}

.comments a:hover {
	padding: 3px 0 6px 0px;
	margin-top: 0px;
	text-decoration: none;
}


/* @end */

/* @group Slideshow */

/*Set slideshow image responsive width and height*/
#slider {
	width: 100% !important;
	height: auto !important;
}

.nivoSlider {
	width:100%!important;
	height:auto!important;
}

/* @end */

/* @group Photo Grid */

body.no-sidebar #main .gridItem {
	width:220px; 
	margin:10px 28px 5px 0px;
}

body.allow-sidebar #main .gridItem {
	width: 200px; 
	margin: 10px 28px 5px 0px;
}

#main .gridItem {
	float:left; 
	position:relative; 
	height:250px; 
	overflow:hidden; 
	word-break:break-word; 
	text-align:center; 
	padding: 4px 0;
	background: transparent;
}

#main .gridItem h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0px;
	font-weight: 400;
	padding: 0 6px 0 6px; 
	margin-top:4px;
	text-align: center;
	border: 0;
}

#main .gridItem h3 a {
	display: block;
	border: 0;
}

#main .gridItem h3 a:hover {
	border: 0;
	text-decoration: underline;
}

#main .gridItem img {
	border: 0;
	text-align: center;
	margin: 0px auto;
	max-width: 100%!important;
	height: auto!important;
	border-radius: 12px;
}

.imageLink {
	border: 0;
}

#main .gridItem:hover img {
}

#main .gridItem img,
#main .gridItem:hover img, {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.photogrid-index-bottom {clear:both;}

#main .photogrid-index {
	padding-top:20px;
}

/* @end */

/* @group Single Photo Page */

.photo-navigation {
    position: relative;
    height: 38px;
	width: 140px;
	margin: 0px auto;
	margin-bottom: 16px;
}

.photo-navigation div {
	width: 34px;
	height: 36px;
	position: absolute;
	text-indent: -5000em;
}

.photo-navigation a {
	border-bottom: none;
	display: block;
	width: 100%;
	height: 100%;
}

.photo img {
	padding: 0;
	border: 0;
	margin: 0px auto;
	margin-bottom: 5px;
}

.caption {
	font-size: 15px;
	line-height: 1.5;
}

.image-controls a, .image-controls a:hover {
	border: 0;
}

#previous-photo {
	background: transparent;
	left: 0px;
}

#previous-photo a {
	background: url(leftarrow_primary_36.png) center left no-repeat;
}

#previous-photo a:visited {
	background: url(leftarrow_primary_36.png) center left no-repeat;
}

#next-photo {
	background: transparent;
	right: 0px;
}

#next-photo a {
	background: url(rightarrow_primary_36.png) center right no-repeat;
}

#next-photo a:visited {
	background: url(rightarrow_primary_36.png) center right no-repeat;
}

#photo-list {
	background: url(gridhome_primary_36.png) center center no-repeat;
	left: 0px;
	right: 0px;
	margin: 0px auto;
}

#photo-list a {
	background: url(gridhome_primary_36.png) center center no-repeat;
}

#photo-list a:visited {
	background: url(gridhome_primary_36.png) center center no-repeat;
}

/* @end */

.callout-container, .graphic-container { clear:left; }

/************************************************************************************
MOBILE LAYOUTS
*************************************************************************************/

@media only screen and (max-width: 1028px) {

/*Add padding for landscape mode ipad content*/
#page-content {
	padding: 20px !important;
}

}

@media only screen and (max-width: 768px) {

body {
	font-size: 15px;
}

#page {
	padding: 0px !important;
}

#title {
	text-align: center;
	padding: 20px 0 20px 0;
	width: 100%;
	height: auto;
	margin: 0px auto;
}

#title #logo {
	max-width: 65% !important;
	height: auto !important;
}

#title h1 {
	font-size: 40px;
	line-height: 44px; 
    text-align: center;
}

.has-logo #title h1 {
	margin: 0px auto;
	padding: 18px 20px 18px 20px;
}

.no-logo #title h1 {
	margin: 0px auto;
	padding: 24px 20px 24px 20px;
}

/*Tagline options for tablet mobile layout*/

#title #tagline {
	font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding: 0px 20px 0px 20px;
}

.has-logo.has-title #tagline {
	position: relative;
	margin: 0px auto;
	padding: 0px 20px 12px 20px;
	clear: both;
}

.no-title #tagline {
	padding: 18px 20px 18px 20px;
}

.has-logo #tagline {
	padding: 18px 20px 18px 20px;
}

.no-logo.no-title.has-tagline #tagline {
	padding: 64px 20px 28px 20px;
}
	
img {
	display: block;
	height: auto !important;
	max-width: 100% !important;
}

h1 { font-size: 36px; line-height: 40px; text-align: center; margin-bottom: 14px; }
h2 { font-size: 32px; line-height: 30px; text-align: left; margin-bottom: 12px; }
h3 { font-size: 26px; line-height: 26px; text-align: left; margin-bottom: 12px; }
h4 { font-size: 22px; line-height: 20px; text-align: left; margin-bottom: 10px; }
h5 { font-size: 18px; line-height: 16px; text-align: left; margin-bottom: 10px; }

h2, h3, h4, h5 {
	letter-spacing: 0px;
}

#page-content {
	padding: 20px !important;
}

	
#main {
	float: left;
	width:  100% !important;
}

.allow-sidebar #main {
	width: 100%!important;
	margin:0;
	float:left;
}

.article {
	float: left;
	width:  100% !important;
}

#sidebar {
	float:  left;
	width: 100% !important;
	padding: 0px !important;
	padding-top: 20px !important;
}

#page-bottom {  
	padding: 26px 20px 26px 20px;
	font-size: 14px;
	line-height: 22px;
}

.pagelet {
	width: 100% !important;
}

.pagelet img {
	max-width: 100% !important;
	border: none;
	padding: 0;
}

.callout {
	width: 100% !important;
}

.callout #contactform {
	width: 100% !important;
}

.ImageElement, .VideoElement, .ImageElement.left { 
	position:  relative;
	display: block;
	max-width: 100% !important;
	height: auto !important;
}

.pagelet-body .photo {
	position:  relative;
	display: block;
	max-width: 100% !important;
	height: auto !important;
}

}

@media only screen and ( max-width: 480px ) {

body {
	font-size: 14px;
}

h1 { font-size: 34px; line-height: 34px; text-align: center; margin-bottom: 14px; }
h2 { font-size: 28px; line-height: 28px; text-align: center; margin-bottom: 10px; }
h3 { font-size: 24px; line-height: 24px; text-align: center; margin-bottom: 10px; }
h4 { font-size: 20px; line-height: 18px; text-align: center; margin-bottom: 10px; }
h5 { font-size: 16px; line-height: 16px; text-align: center; margin-bottom: 10px; }

#title {
}

#title h1 {
	font-size: 32px;
	line-height: 36px; 
    text-align: center;
}

#title #logo {
	max-width: 40% !important;
	height: auto !important;
}

.has-logo #title h1 {
	margin: 0px auto;
	padding: 18px 20px 14px 20px;
}

#title #tagline {
	font-size: 16px;
    line-height: 22px;
    text-align: center;
    padding: 0px 20px 0px 20px;
}

/*Tagline options for smartphone mobile layout*/

.no-logo.no-title.has-tagline #tagline {
	padding: 54px 20px 28px 20px;
}

#page-bottom {  
	font-size: 13px;
	line-height: 20px;
}

.pagelet img {
	max-width: 100% !important;
	border: none;
	padding: 0;
}

}

.callout-container, .graphic-container { clear:left; }


/*
Design Name:  Blueball Reactive Dark3
Style Sheet: dark3.css
Created: 14, April, 2015
Last Modified: 15, May, 2015
Version: 1.0
Author: Blueball Design
www.blueballdesign.com
Copyright 2015 Blueball Design LLC USA/Charlie Lockhart, All Rights Reserved
*/

/* @group Global Styling */

/* BODY, HTML STYLING */

body, html {
	color: #c6c7c8;
	background-color: #151515;
}

/*GLOBAL LINK STYLING*/

a:link, a:visited {color: #ffffff;}

a:hover {color: #ffffff;}

/*GLOBAL PARAGRAPH, BLOCKQUOTE STYLING*/

blockquote {
	border-left: 4px solid #ffffff;
	color: #ffffff;}

/*GLOBAL HEADLINE STYLING*/

h2, h3, h4 {
	color: #ffffff;
}

h5 { 
	color: #ffffff; 
}

/*SITE MAP LINK STYLING*/

.sitemap-page a:link, .sitemap-page a:visited {
	color: #c6c7c8;
}.sitemap-page a:hover {	color: #ffffff;}

/* @end */

/* @group Site Menu */

/* DESKTOP MENU DARK 3 COLOR STYLING */

#nav{
    background: #151515;
}
#nav a,
#nav span.in{
    color: #c6c7c8;
}
#nav a:hover,
#nav span.in:hover{
    color: #ffffff;
}
#nav li.currentPage > a span.in,
#nav li.currentPage > span.in,
#nav li.currentParent > a span.in,
#nav li.currentParent > span.in,
#nav li.currentAncestor > a span.in,
#nav li.currentAncestor > span.in{
    color: #ffffff; !important;
}

#nav > ul ul{
    background: rgba(49,49,49,0.88);
}

/*MOBILE MENU DARK 3 STYLING*/

@media (max-width: 768px) {

  	#nav{
        background: #151515;
    }
    #nav:before{
        border-bottom: 1px solid #919191;
        color: #c6c7c8;
    }
    /*#nav > ul > li{
          border-bottom: 1px solid #919191;
    }*/
  }

/* @end */

/* @group Add Main Banner For Reactive Dark 3 Design */

#mainBanner {
	background: #151515;
}

/* @end */

/* @group Title */

#title {
}

@media only screen and (max-width: 768px) {
#title {}
}

@media only screen and ( max-width: 480px ) {
#title {}
}

#title h1 {
	color: #ffffff;
}

#title h1, #title h1 a {
	color: #ffffff;
}

#title h1 a:hover {
	border: 0px;
    color: #c6c7c8;
}

#title #tagline {
    color: #c6c7c8;
}

/* @end */

/* @group Page-Top Header */

#page {
	background: #151515;
}

#page-content {
	border-top: 1px solid #616161;
}

/* @end */

/* @group Sidebar */

#sidebar {
	background-color: #151515;
}

/* @end */

/* @group Page Bottom */

#page-bottom {
	background-color: #151515;
	color: #c6c7c8;
	border-top: 1px solid #616161;
}

#page-bottom a:link, #page-bottom a:visited {
	color: #ffffff;
}

#page-bottom a:hover {
	color: #ffffff;
}

/* @end */

/* @group Pagelet */

.pagelet.bordered {
	border-top: 1px solid #616161;
}

.pagelet ul li a::before {
	color: #c6c7c8;
}

/* @end */

/* @group Blog-Article Page */

.article h3 a, .article h3 a:active, .article h3 a:focus {
	color: #ffffff;
}

.article-info .continue-reading-link a:link:before,
.article-info .continue-reading-link a:visited:before {
	color: #c6c7c8;
}

.article-info .continue-reading-link a:link,
.article-info .continue-reading-link a:visited {
	color: #ffffff;
}

.article-info .continue-reading-link a:hover {
	color: #ffffff;
}

.timestamp:before {
    color: #c6c7c8;
}

.comments a:before {
    color: #c6c7c8;
}

.comments a {
	color: #ffffff;}

/* @end */

/* @group Photo Grid */

#main .gridItem h3 a:hover {
	color: #ffffff;
}

/* @end */

/* @group Single Photo Page */

#previous-photo a {
	background: url(dark3/leftarrow_grayc4c4c4_36.png) center left no-repeat;
}

#previous-photo a:visited {
	background: url(dark3/leftarrow_grayc4c4c4_36.png) center left no-repeat;
}

#previous-photo a:hover {
	background: url(dark3/leftarrow_dark3_36.png) center left no-repeat;
}

#next-photo a {
	background: url(dark3/rightarrow_grayc4c4c4_36.png) center right no-repeat;
}

#next-photo a:visited {
	background: url(dark3/rightarrow_grayc4c4c4_36.png) center right no-repeat;
}

#next-photo a:hover {
	background: url(dark3/rightarrow_dark3_36.png) center right no-repeat;
}

#photo-list {
	background: url(dark3/gridhome_grayc4c4c4_36.png) center center no-repeat;
}

#photo-list a {
	background: url(dark3/gridhome_grayc4c4c4_36.png) center center no-repeat;
}

#photo-list a:visited {
	background: url(dark3/gridhome_grayc4c4c4_36.png) center center no-repeat;
}

#photo-list a:hover {
	background: url(dark3/gridhome_dark3_36.png) center center no-repeat;
}

/* @end */


.callout-container, .graphic-container { clear:left; }



