/* FlexSlider Default Theme
*********************************/
.flexslider {
	max-width:100%;
	margin: 0 auto; 
	position: relative; 
	zoom: 1;
	width:100%;
}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 525px;}

.carousel li {margin-right: 5px}

/* Direction Nav */
.flex-direction-nav a {
	width: 27px; 
	height: 32px; 
	margin: 0px 50px 0 50px; 
	display: block; 
	background: url(../img/arrows.png) no-repeat 0 0; 
	position: absolute; 
	top: 40%; 
	cursor: pointer; 
	text-indent: -9999px; 
	opacity: 0.3; 
	z-index:9999;
}

.flex-direction-nav .flex-next {background-position: 100% 0; right: 0px; }
.flex-direction-nav .flex-prev {left: 0px;}

.flexslider:hover .flex-prev:hover {
	opacity: 1;
	background-position: left -32px;
}

.flexslider:hover .flex-next:hover {
	opacity: 1;
	background-position: right -32px;	
}

.flex-direction-nav {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.flex-direction-nav .disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; display:none; position: absolute; bottom: 0px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 8px; height: 8px; display: block; background: #CCCCCC; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #E15741;}
.flex-control-paging li a.flex-active { 
	background: #E15741; 
	cursor: default; 
}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}


/* =============================================================================
   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. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { 
	margin: 0; 
	max-width:1020px;
	margin:0 auto;
	padding:22px 0 0 0;
	min-width:320px;
}

.typography {
	margin-top:20px;
}

.inner {
	max-width:940px;
	margin:0 auto;
	width:92.156863%; /*940/1020*/
}

.wrap {
	max-width:780px;
	margin:0 auto;
	width:82.978723%; /*780/940*/
}

img {
	max-width:100%;
}

.left {
	float:left;
}

.right {
	float:right;
}

.hidden {
	display:none;
}

.rounded {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/*
 * 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: #A4D0D6; color: #4D4D4D; text-shadow: none; }
::selection { background: #A4D0D6; color: #4D4D4D; text-shadow: none; }

:focus {
	outline:none;
}
/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author: Ethan Sager, www.bebetterstudios.com
   ========================================================================== */

.headercol1 {
	float:left;
	margin-top:24px;
	max-width:250px;
}

.headercol2 {
	float:right;
}

.headercol2bottom {
	margin-top:28px;
}

#footer {
	background-color:#F9F5F2;
	padding:15px 0 25px 0;
}

.footertop {
	margin-bottom:14px;
}

.footercol1 {
	float:left;
	width:78.553191%; /*729/940*/
}

.footercol2 {
	float:right;
	width:18.787234%; /*186/940*/
}
		
.banner {
	min-height:320px;
	background: url(../img/home_banner.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/home_banner.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/home_banner.png', sizingMethod='scale')";  
	background-attachment: scroll;
}

.slidebox {
	background-color:#E0E0DF;
	padding-bottom:0px;
}

.homebottom {
	margin:25px 0 49px 0;
}

.homebottomcol1 {
	float:left;
	width:48.93617%; 
}

.twitterbox {
	border:1px solid #D9C6B0;
	background-color:#F9F5F2;
	min-height:200px;
}

.twitter-wrap {
	padding:25px 0;
	width:90%;
	margin:0 auto;
	display:block;
}

.homebottomcol2 {
	float:right;
	width:48.93617%; 	
}

.twitter-header {
	margin-bottom:20px;
}

.twittertitle {
	float:left;
	color:#003D59;	
	font-family: "proxima-nova", Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;	
	letter-spacing: 1px;
}

.tweet_post_date {
	display:block;
}

.services-section {
	border-top:1px solid #B5B6B8;
	padding:25px 0;
}

.sectioncol1 {
	float:left;
	width:29.787234%;/*280/940*/
}

.sectioncol2 {
	float:right;
	width:66.489362%;/*625/940*/
}

.sectionsubcol1 {
	float:left;
	width:36%; /*225/625*/
}

.sectionsubcol2 {
	float:right;
	width:61.6%; /*385/625*/
}

.sectionrow {
	padding:15px 0;
	border-top:1px solid #B5B6B8;
}
	
.reportlist {
	margin-top:34px;
}

.report {
	position:relative;
	margin-bottom:17px;	
	width:100%;
	float:left;
	margin:0 0 35px 0;
	background-color:#FFFFFF;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;	
	position:relative;
	display:block;	
}

.report-box-bottom {
	padding:20px 0 0px 0;
	border-top:1px solid #E3EBF0;
}

.report-middle {
	padding:20px 0 0 0;
}

.report-wrap {
	width:91.489362%;
	margin:0 auto;
}

.report-bottom {
	padding:15px 0 20px 0;
}

span.report-anchor, span.anchor-hook {
	position:absolute;
	margin:-33px 0 0 0;
}

.ClientsPage .reportlist {
	width:80%;
	margin:0 auto;	
}

.report-buttons {
	clear:both;
	width:100%;
	margin-top:20px;
}

.report-anchor-buttons {
	margin:32px 0 9px 0;
}

.report-banner img {
	margin-bottom:0px !important;
}

.reports-section {
	background-color:#E3EBF0;
}

.report-description {
	margin-bottom:34px;
}
	
.reportcol1 {
	float:left;
	width:48%;
}

.reportcol2 {
	width:48%;
	float:right;	
}

.reports-bottom {
	margin:42px 0;
}

.reports-bottom-top, .reports-bottom-top-content {
	margin-bottom:42px;
}

.package-top, .package-middle {
	padding:0px 0;

}

.package-middle {
	border-top:1px solid #E3EBF0;
}

.package-bottom {
	padding:16px 0 0px 0;
}

.package-wrap {
	width: 86.6666666666666667%;
	margin: 0 auto;
}

iframe {
	width:100%;
	height:100%;
}

.aboutcol1 {
	float:left;
	width:48%;
}

.aboutcol2 {
	float:right;
	width:48%;
}

.callout {
	margin:25px 0;
	background-color:#F9F5F2;
	border:1px solid #D9C6B0;
}

.aboutmiddle2 {
	margin:25px 0 50px 0;
}

.aboutbottom {
	margin:0 0 50px 0;
}

.vertical {
	visibility:hidden;
}

.regular {
	padding-top:50px;
	min-height:400px;
}

.drop {
	display:none;
	position:relative;
	background: #267093; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyNjcwOTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA1NzgwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-radial-gradient(center, ellipse cover,  #267093 0%, #005780 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#267093), color-stop(100%,#005780)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #267093 0%,#005780 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #267093 0%,#005780 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #267093 0%,#005780 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #267093 0%,#005780 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#267093', endColorstr='#005780',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */	
	margin:0 auto 25px auto;
}


.close-out {
	display:block;
	text-indent: -9999px;
	margin: 0;
	height: 12px; 
	width: 12px; 
	background: url('../img/digi-x.png') no-repeat 0px top;
	padding:0;
	cursor:pointer;
	top:10px;
	right:10px;
	position:absolute;
	
}

.close-out:hover, .close-out:focus {
	background-position: 0px -12px;
}

.bars {
	width:30px;
	display: block;
	float: left;
	margin:0px 10px 0 44px;
	position:relative;
}

.ReportsPage span.blue-button:hover span.grab-bar {
	background:rgba(255, 255, 255, 0.5);
}

.grab-bar {
	display:block;
	margin:0 auto 4px auto;
	width:100%;
	height:3px;
	background:rgba(255, 255, 255, 0.3);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	-webkit-transition: background-color 250ms ease-out 0s;
    -moz-transition: background-color 250ms ease-out 0s;
    -o-transition: background-color 250ms ease-out 0s;
    transition: background-color 250ms ease-out 0s;	
}


/* ==|========================================================================
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
   ========================================================================== */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; outline:none;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* ==|========================================================================
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
   ========================================================================== */
   
#cboxOverlay{background: url('colorbox/fancybox_overlay.png');}
#colorbox{
	z-index:99999;
}
    #cboxContent{margin-top:20px;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#fff; -webkit-overflow-scrolling: touch;}
        #cboxTitle{display:none;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url('colorbox/controls.png') no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url('colorbox/controls.png') no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url('colorbox/loading.gif') no-repeat center center;}
        #cboxClose{position:absolute; top:5px; right:15px; display:block; border:none; background:url('colorbox/graphic_x_home.png') no-repeat top center; width:38px; height:38px; text-indent:-9999px;}


/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media screen and (min-width:0px) {
	.headercol1, .headercol2 {
		float:none;
	}
	
	.footercol1, .footercol2, .homebottomcol1, .homebottomcol2, .sectioncol1, .sectioncol2, .reportcol1, .reportcol2, .aboutcol1, .aboutcol2 {
		float:none;
		width:100%;
	}
	
	.homebottomcol1, .sectioncol1, .reportcol1, .aboutcol1 {
		margin:0 0 25px 0;
	}
	
	.wrap {
		width:90%;
	}

	.summarycol-0, .summarycol-1, .summarycol-2 {
		width:100%;
		float:none;
		margin:0 auto 15px auto;
	}	

	.summarycol-2col-0 {
		width:100%;
		float:none;
	}
	
	.summarycol-2col-1 {
		width:100%;
		float:none;
	}
	
}

@media screen and (min-width:550px) {
	.summarycol-2col-0 {
		width:48.936170212766%; /*460/940*/
		float:left;
	}
	
	.summarycol-2col-1 {
		width:48.936170212766%; /*460/940*/
		float:right;
	}
}

@media screen and (min-width:600px) {
	.footercol1 {
		float:left;
		width:64.574468%; /*795/940*/
		max-width:560px;
	}
	
	.footercol2 {
		float:right;
		width:19.787234%; /*186/940*/
		min-width:186px;
	}
	
	.homebottomcol1 {
		float:left;
		width:48.93617%; 
	}
	
	.homebottomcol2 {
		float:right;
		width:48.93617%; 	
	}	
	
	.sectioncol1 {
		float:left;
		width:29.787234%;/*280/940*/
	}
	
	.sectioncol2 {
		float:right;
		width:66.489362%;/*625/940*/
	}	
	
	.wrap {
		width:82.978723%; /*780/940*/
	}
	
	.aboutcol1 {
		float:left;
		width:48%;
	}
	
	.aboutcol2 {
		float:right;
		width:48%;
	}	
	
	.homebottomcol1, .sectioncol1, .aboutcol1 {
		margin:0 0 0px 0;
	}	
	
}

@media screen and (min-width:700px) {
	.summarycol-0, .summarycol-1, .summarycol-2 {	
		width:31.914894%;
		float:left;
		margin:0 0 15px 2.1276595744681%;	
	}
	
	.summarycol-0 {
		margin-left:0px;
	}
}

@media screen and (min-width:768px) {
	.footercol1 {
		float:left;
		width:77.553191%; /*729/940*/
		max-width:480px;
	}
	
	.footercol2 {
		float:right;
		width:19.787234%; /*186/940*/
		max-width:186px;
	}
	
	
}

@media screen and (min-width:850px) {
	.footercol1 {
		max-width:567px;
	}
}

@media screen and (min-width:920px) {
	.headercol1 {
		float:left;
	}
	
	.headercol2 {
		float:right;
	}
}

@media screen and (min-width:940px) {
	.reportcol1 {
		float:left;
		width:48%;
		margin:0 0 5px 0;		
	}
	
	.reportcol2 {
		width:48%;
		float:right;	
	}	
}



/* ==|== 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; *line-height: 0; }
.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; width:1px; height:1px; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !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; }
}

