/* 
 * 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 ==========================================================
 */


*{
  margin: 0;
  padding: 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. 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: #007675; color: #fff; text-shadow: none; }
::selection { background: #007675; color: #fff; 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: 0; padding: 0; }
ul{
  list-style: none;
}
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; }
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; text-align:left; }
th, td { vertical-align: top;padding:10px 0px 0px; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */

body{
  background: #000 url(../images/bodybg.png) no-repeat 50% 0;
  color: #fff;
}

p{
  font-family: 'OpenSansRegular', Arial, sans-serif;
  font-size: 13px;
  line-height:1.55em;
  color: #000;
  margin: 2px 0 18px;
}

h1, h2, h3{
  margin-bottom: 12px;
}

h4, h5, h6{
  margin-bottom: 7px;
}

.separator{
  width: 100%;
  height: 9px;
  background: url(../images/hr.png) repeat-x 0 0;
  margin-bottom: 10px;
}

.spacer{
  display:block;
  height:1px;
  margin:15px 0;
}

img.full{
  height: 216px;
  width: 590px;
  margin-bottom: 15px;
}

#tabs img.full{
  margin-left: -40px;
}

img.large{
  border: 4px solid #000;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin-top: 15px;
}

span.imgCaption{
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 10px;
  color: #adadad;
  text-align: center;
}
img.stroke {border:2px solid white !important;}

img.thumb{
  border: 4px solid #000;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
}

img.icon{
  float: left;
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 5px;
}

img.callout{
  border: 4px solid #eee;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.thumbnote{
  margin-top: 25px;
}

.testimonial{
  text-align:right;		
}

header, #content, footer{
  width: 900px;
  margin: 0 auto;
}

header{
  height: 192px;
  overflow: hidden;
  position: relative;
}

.left{
  float: left;
}

.right{
  float: right;
}

#headerWrapper{
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.navLine {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) inset;
  height: 6px;
  position: absolute;
  top: 165px;
  width: 27%;
}

.navLine.lineRight{
  right: 0;
}

.navLine.lineLeft{
  left: 0;
}

h1.logo{
  background: url(../images/logo.png) no-repeat 0 0;
  float: left;
  height: 92px;
  margin-top:20px;
  text-indent: -9999px;
  width: 266px;  
}

h1{
  font-family: 'OpenSansLight', Arial, sans-serif;
  font-size: 30px;
  color: #007675;
  font-weight: normal;
}

#headerInfo {
  float: right;
  background: url(../images/headbox.png) no-repeat 0 0;
  width: 550px;
  margin-left: 30px;
  height: 135px;
  padding: 14px 15px 15px 30px;
}

h2.tagline{
  color: #fff;
  font-family: 'OpenSansBoldItalic', Arial, sans-serif;
  font-size: 20px;
  margin-top:10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  filter: dropshadow(color=#1c1a1c, offx=1, offy=1);
  width: 267px;
}

h2{
  font-family: 'OpenSansRegular', Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #007675;
}

#headerInfo h3{
  margin-top: 4px;
  font-size: 18px;
  font-family: 'OpenSansItalic', Arial, sans-serif;
  color: #feca3d;
  font-weight: normal;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);;
  filter: dropshadow(color=#1c1a1c, offx=1, offy=1);
}

h3{
  font-family: 'OpenSansBold', Arial, sans-serif;
  color: #007675;
  font-size: 15px;
  font-weight: normal;
}

h4{
  font-family: 'OpenSansRegular', Arial, sans-serif;
  color: #007675;
  font-size: 15px;
  font-weight: normal;
}

h5{
  font-family: 'OpenSansBold', Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffba00;
  font-weight: normal;
}

h6{
  font-family: 'OpenSansRegular', Arial, sans-serif;
  color: #007675;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

#headerInfo .right{
  width: 270px;
  color: #fff;
  font-family: 'OpenSansCondensedLight', Arial, sans-serif;
  font-size: 18px;
  text-align: right;
}

.bold{
  font-family: 'OpenSansCondensedLight', Arial, sans-serif;
  font-weight: bold;
}

#headerInfo ul li{
  padding-right: 40px;
  line-height: 31px;
}

#phone{
  background: url(../images/phone.png) no-repeat right 15px;
}
#phone span {
	font-size: 170%;
	font-family: 'OpenSansBoldItalic', Arial, sans-serif;
	line-height: 80%;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	filter: dropshadow(color=#1c1a1c, offx=1, offy=1);
}

#facebook{
  background: url(../images/facebook.png) no-repeat right top;
}

#twitter{
  background: url(../images/twitter.png) no-repeat right top;
}

#headerWrapper #navWrapper {
  background: url(../images/stripe.png) no-repeat center bottom;
  bottom: 2px;
  height: 40px;
  overflow: hidden;
  padding: 3px 0 0;
  position: absolute;
  width: 100%;
  z-index: 1000;
}

#headerWrapper nav{
  width: 584px;
  margin: 0 auto;
}

#headerWrapper nav a{
  display: block;
  float: left;
  line-height: 37px;
  color: #fff;
  padding: 0 20px;
  background: url(../images/navlinksbg.png) repeat-x 0 0;
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.5);
  text-decoration: none;
  font-family: 'OpenSansBold', Arial, sans-serif;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
  filter: dropshadow(color=#1c1a1c, offx=-1, offy=-1);
  font-size: 12px;
}

#headerWrapper nav a:hover{
  background: url(../images/navlinkhover.png) repeat-x 0 0;
  color: #fff;
}

#headerWrapper nav a:active{
  background: white;
  color: #282723;
  text-shadow: 1px 1px 1px #AAA;
}

#headerWrapper nav #home{
  text-indent: -9999px;
  background: url(../images/home.png) no-repeat 0 0;
  width: 22px;
  height: 22px;
  margin-top: 8px;
  padding: 0;
  margin-right: 29px;
  box-shadow: none;
}

#headerWrapper nav #email{
  text-indent: -9999px;
  background: url(../images/envelope.png) no-repeat 0 0;
  width: 25px;
  height: 22px;
  margin-top: 11px;
  padding: 0;
  margin-left: 28px;
  box-shadow: none;
}

nav .first{
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 7px;
  -webkit-border-radius: 7px 0px 0px 7px;
  border-radius: 7px 0px 0px 7px;
}

nav .last{
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 0px 7px 7px 0px;
  border-radius: 0px 7px 7px 0px;
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.5);
}


#main{
  margin-top: 15px;
  overflow: hidden;
}

#slider{
  float: left;
  height: 431px;
  position: relative;
  width: 907px;
}

.slideshow{
  width: 100%;
  height: 100%;
}

.slideshow li{
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 7px;
  position: relative;
  height: 97%;
  width: 98%;
}

.slideshow li .caption{
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  width: 800px;
  left: 50%;
  margin-left: -400px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  padding: 6px 0 10px;
  font-family: 'OpenSansSemibold', Arial, sans-serif;
}

.viewing, .title, .location{
  display: block;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  filter: dropshadow(color=#1c1a1c, offx=1, offy=1);
}

.viewing{
  color: #f5b50c;
  font-size: 10px;
  text-transform: uppercase;
}

.title{
  font-size: 20px;
  text-transform: uppercase;
}

.location{
  font-size: 12px;
}

#sliderNav{
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 10000;
}

#prev{
  text-indent: -9999px;
  background: url(../images/left-arrow.png) no-repeat 0 0;
  display: block;
  width: 31px;
  height: 30px;
  float: left;
  margin-left: 26px;
}


#next{
  text-indent: -9999px;
  background: url(../images/right-arrow.png) no-repeat 0 0;
  display: block;
  width: 31px;
  height: 30px;
  float: right;
  margin-right: 30px;
}

#middle{
  float: left;
  margin-top: 33px;
  overflow: hidden;
}

#middle p{
  color: #fff2b5;
  font-family: 'OpenSansRegular', Arial, sans-serif;
  font-size: 11px;
}

.secCTA{
  color: #fff;
  font-family: 'OpenSansCondensedLight', Arial, sans-serif;
  font-size: 18px;
  display: block;
  background: url(../images/right-arrow.png) no-repeat right top;
  padding-right: 30px;
  line-height: 30px;
  text-decoration: none;
  margin-top: 15px;
  text-transform: capitalize;
}

.secCTA:visited{
  color: #fff;
}

.widgetContainer{
  width: 288px;
  margin-right: 17px;
  float: left;
}

.widgetContainer:last-child{
  margin-right: 0;
}

.widget{
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.widget.half{
  padding: 24px 20px 24px 31px;
  margin-bottom: 11px;
}

.widget.half p{
  margin-right: 11px;
}
.widget.full{
  height: 206px;
  padding: 92px 11px 0;
}

.PM{
  background: rgba(0, 0, 0, 0.3) url(../images/projectmanagement.png) no-repeat center -61%;
}

.PI{
  background: rgba(0, 0, 0, 0.3) url(../images/inspections.png) no-repeat center -31%;
}

.widget h4{
  font-family: 'OpenSansCondensedLight', Arial, sans-serif;
  font-size: 21px;
  color: #F5B50C;
  font-weight: normal;
  margin-bottom: 20px;
}

.widget h4, .widget.full p{
  margin-left: 19px;
}

.primaryCTA{
 margin-top: 40px;
 display: block;
 background: url(../images/CTA.png) no-repeat 0 0; 
 width: 251px;
 height: 47px;
 color: #282723;
 line-height: 47px;
 font-family: 'OpenSansCondensedLight', Arial, sans-serif;
 font-size: 17px;
 text-decoration: none;
 padding-left: 16px;
}

.primaryCTA:hover{
  color: #fff;
}

footer{
  padding: 27px 33px;
  width: 834px;
}

.footerNav{
  width: 208px;
  float: left;
}

.footerNav h5{
  font-family: 'OpenSansCondensedLight', Arial, sans-serif;
  font-size: 19px;
  color: #F5B50C;
  font-weight: normal;
  line-height: 30px;
  border-bottom: 1px solid #05222b;
  padding-bottom: 3px;
  margin-bottom: 8px;
  text-transform: none;
}

.footerNav a{
  display: block;
  font-family: 'OpenSansRegular', Arial, sans-serif;
  font-size: 13px;
  color: #007675;
  text-decoration: none;
}

.footerNav a:hover{
  color: #fff2b5;
}

.footerNav a span{
  font-size: 8px;
  color: #8b8b8b;
  text-transform: uppercase;
}

#bottom, #bottom p{
  float: left;
}

#bottom{
  margin: 20px 0 27px;
  padding: 20px 0 0;
  border-top: 1px solid #05222b;
  width: 100%;
}

#telephone{
  color: #F5B50C;
  font-family: 'OpenSansBold', Arial, sans-serif;
  font-size: 16px;
}

#bottom p{
  color: #007675;
  font-family: 'OpenSansCondensedLight', Arial, sans-serif;
  font-size: 16px;
}

#footerlinks{
  float: right;
}

#footerlinks a{
  color: #007675;
  font-family: 'OpenSansCondensedLight', Arial, sans-serif;
  font-size: 16px;
  margin-left: 15px;
  text-decoration: none;
}

#quote{
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 15px 35px 5px;
  width: 830px;
  margin: 0 auto;
}

#quote p{
  color: #fff2b5;
  font-family: 'OpenSansItalic', Arial, sans-serif;
  font-size: 14px;
  text-align: center;
}

#content.inner{
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 5px 5px 20px;
  width: 875px;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
}

#content.full{
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 5px 5px 5px;
  width: 890px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
}

.full .pageTitle {width:100%;margin-left:-5px;}
.full .ui-tabs-panel {width:810px !important; margin-top:70px;}

h2.pageTitle{
  width: 285px;
  color: #fff;
  font-family: 'OpenSansLight', Arial, sans-serif;
  font-size: 30px;
  text-shadow: 1px 1px 1px #000;
  text-align: center;
  position: absolute;
  top: 20px;
}

#tabs ul{
  width: 285px;
  float: left;
  margin-top: 70px;
}

#tabs ul li{
  margin-bottom: 7px;
}

.ui-tabs-selected span.arrow, .ui-state-active span.arrow{
  background: url("../images/tabs-active.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 52px;
  position: absolute;
  right: -17px;
  top: -4px;
  width: 19px;
  z-index:200;
}

.ui-tabs {
overflow: hidden;
background: none !important;
border: none !important;
padding: 0 !important;
}

.ui-tabs-nav{
  width: 284px;
  padding: 0 !important;
}

.ui-widget-header {
border: none !important;
background: none !important;
}

.ui-tabs-panel{
  background: #fff !important;
  float: right;
  width: 510px;
  padding: 45px 40px 40px !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.ui-tabs-panel ul, .full .ui-tabs-panel ul{color:#111; display:block;float:none !important;font-family: 'OpenSansRegular', Arial, sans-serif;list-style:disc;margin:0px 0px 0px 20px !important;width: initial !important;}
.ui-tabs-panel ul li, .full .ui-tabs-panel ul li{margin:0px 0px 8px 0px !important;font-size: 13px;line-height: 1.55em;}
.ui-tabs-panel ul ul, .full .ui-tabs-panel ul ul{list-style: circle;padding-top:10px;}
.ui-tabs-panel ul ul ul, .full .ui-tabs-panel ul ul ul{list-style: square;}

ul.checklist, ul.checklist ul, ul.checklist ul ul, ul.checklist ul ul ul {list-style:none;margin: 8px 0px !important;}
ul.checklist li { background:url(../images/checkbox.gif) 0em 0.5em no-repeat; /* change background em accordingly */  list-style: none; padding-left: 1.5em;}

ol.reference {background-color:#eee; border:1px solid #ccc; color:#777;display:block;float:none !important;font-family: 'OpenSansRegular', Arial, sans-serif;font-size: 10px;line-height: 1.25em;margin:20px 0px 0px 0px !important;padding:15px 20px 15px 34px; width: initial !important;}
ol.reference li {margin-bottom:8px;}

.ui-state-default, .ui-corner-top, .ui-tabs-selected, .ui-state-active{
  width: 100%;
  height: 43px;
  background: none !important;
  border: none !important;
}

.ui-tabs-selected, .ui-state-active{
  background: #fff !important;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  color: #282723 !important;
  z-index:200;
}

.ui-state-default.ui-tabs-selected a, .ui-state-default.ui-state-active a{
  font-family: 'OpenSansRegular', Arial, sans-serif !important;
  font-size: 15px !important;
  color: #282723 !important;
  text-align: center !important;
  font-weight: normal !important;
  display: block;
  width: 89%;
  line-height: 30px;
  text-shadow: 1px 1px 1px #fff;
  background: none !important;
}

.ui-state-default a{
  display: block;
  text-align: center;
  color: white !important;
  height: 32px;
  line-height: 30px;
  width: 241px;
  font-family: 'OpenSansRegular', Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: normal !important;
  text-shadow: 1px 1px 1px #000;
}

.ui-state-default a:hover{
  background: url(../images/tabshoverbg.png) no-repeat 0 0;
  font-family: 'OpenSansRegular', Arial, sans-serif !important;
  font-size: 15px !important;
  color: #fff !important;
  font-weight: normal !important;
  text-shadow: 1px 1px 1px #000;
  z-index:100 !important;
}

.ui-tabs-selected span.arrow, .ui-state-active span.arrow{
  background: url("../images/tabs-active.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 52px;
  position: absolute;
  right: -17px;
  top: -4px;
  width: 19px;
  z-index:200 !important;
}

.ui-state-default.ui-tabs-selected a:hover, .ui-state-default.ui-state-active a:hover{
  font-family: 'OpenSansRegular', Arial, sans-serif !important;
  font-size: 15px !important;
  color: #282723 !important;
  text-align: center !important;
  font-weight: normal !important;
  display: block;
  width: 89%;
  line-height: 30px;
  text-shadow: 1px 1px 1px #fff;
}

#toc { background-color:#FFF2B5; border: 1px solid #F5B50C; float:right;padding:20px; position:relative; margin:0 0 20px 20px;}
#toc span {color:#F5B50C; display:block; margin-bottom: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; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear { clear:both; }

/** Buttons **/

/*Elitepack bright/classic css3 buttons hybrid
Copyright (c) 2011 Arrowthemes.com
-------------------------------------------- */

/* ==== A little house-keeping ==== */

input:focus, textarea:focus {outline: none;}
a:active, a:focus {outline: 0}
.button, .cta {font-family: 'Ubuntu', sans-serif;}

/*general css styling for buttons*/

.button, .silver, .titanium, .steel, .lightgreen, .sage, .latte, .yellow, .bubblegum, .rose, .cloud,
.red, .cherry, .orange, .butter, .lime, .neon, .green, .sky, .cyan, .blue, .darkblue, .bluegrey, .caramel, .darkred, .lilac, .purple, .pink, .grey, .black, .periwinkle 

{
	font-size: 13px; cursor: pointer;
	text-decoration: none;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	padding: 7px 13px;
	-o-box-shadow: inset 0 1px 2px #FFFFFF,  0 0 3px #BABABA;
	-webkit-box-shadow: inset 0 1px 2px #FFFFFF,  0 0 5px #BABABA;
	-moz-box-shadow: inset 0 1px 2px #FFFFFF,  0 0 3px #BABABA;
	-khtml-box-shadow: inset 0 1px 2px #FFFFFF,  0 0 3px #BABABA;
	-ms-box-shadow: inset 0 1px 2px #FFFFFF,  0 0 3px #BABABA;
	box-shadow: inset 0 1px 2px #FFFFFF,  0 0 3px #BABABA;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-khtml-border-radius: 4px; 
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px; 
	behavior: url(../css/PIE.htc);
}

/*input formating for css buttons*/

input.periwinkle{height: 32px;}

/*links formating for css buttons*/

a.cyan, a.cyan:hover{text-decoration: none; cursor: pointer;}

/*size formating for css buttons*/

.bold{font-weight: bold}
.normal{text-align:center;} 

/*shapes formating for css buttons*/

.normal, .normal:hover{
	-moz-box-shadow: inset 0 1px 2px #FFFFFF !important;
	-webkit-box-shadow: inset 0 1px 2px #FFFFFF !important;
	-o-box-shadow: inset 0 1px 2px #FFFFFF !important;
	-ms-box-shadow: inset 0 1px 2px #FFFFFF !important;
	box-shadow: inset 0 1px 2px #FFFFFF !important;
	behavior: url(../css/PIE.htc);
}

.normal:active{
	-moz-transition: all 0 linear;
	-webkit-transition: all 0 linear;
	-o-transition: all 0 linear;
	-ms-transition: all 0 linear;
	transition: all 0 linear;
	-o-box-shadow: inset 0 1px 2px #6D6D6D !important;
	-ms-box-shadow: inset 0 1px 2px #6D6D6D !important;
	-webkit-box-shadow: inset 0 1px 2px #6D6D6D !important;
	-moz-box-shadow: inset 0 1px 2px #6D6D6D !important;
	box-shadow: inset 0 1px 2px #6D6D6D !important;
	behavior: url(../css/PIE.htc);
}

.round{
	-moz-border-radius: 100px !important;
	-webkit-border-radius: 100px !important;
	-khtml-border-radius: 100px !important;
	-o-border-radius: 100px !important;
	-ms-border-radius: 100px !important;
	border-radius: 100px !important;
	behavior: url(../css/PIE.htc);
}

.inset {
	-o-box-shadow: inset 0 1px 2px #6D6D6D,  0 0 3px #BABABA !important;
	-webkit-box-shadow: inset 0 1px 2px #6D6D6D,  0 0 3px #BABABA !important;
	-moz-box-shadow: inset 0 1px 2px #6D6D6D,  0 0 3px #BABABA !important;
	-ms-box-shadow: inset 0 1px 2px #6D6D6D,  0 0 3px #BABABA !important;
	box-shadow: inset 0 1px 2px #6D6D6D,  0 0 3px #BABABA !important;
	behavior: url(../css/PIE.htc);
}

.cta{
    display: inline-block;
    height: auto;
    padding: 0 20px 5px;
    position: relative;
    width: auto;
}

.cta-title{
	float: left;
	display: inline-block;
    padding: 10px 5px 25px 0;
    position: relative;
	font-size: 22px !important;
}

.cta-tagline{
	display: inline-block;
    float: left;
    font-size: 11px;
    left: 0;
    padding: 33px 22px 0;
    position: absolute;
}

.showcase .cta span{margin: 0;}

/*color formatting for css buttons*/

/*silver color*/
.silver{
	border: 1px solid #FFFFFF; color: #808080; text-shadow: 1px 1px 1px #FFFFFF;
	background: #e5e5e5;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	-pie-background: linear-gradient(#ffffff, #e5e5e5);
	background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
}

.silver:hover{
	background: #eaeaea;
	background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 0%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#eaeaea 100%);
	-pie-background: linear-gradient(#ffffff, #eaeaea);
	background: linear-gradient(top, #ffffff 0%,#eaeaea 100%);
}

a.silver, a.silver:hover, a.silver:active{color: #808080 !important}

/*titanium color*/

.titanium{
	border: 1px solid #c8d7dc; color: #50737E; text-shadow: 0 1px #F5F8F9;
	background: #c8d7dc;
	background: -moz-linear-gradient(top, #f2f5f6 0%, #c8d7dc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(100%,#c8d7dc));
	background: -webkit-linear-gradient(top, #f2f5f6 0%,#c8d7dc 100%);
	background: -o-linear-gradient(top, #f2f5f6 0%,#c8d7dc 100%);
	background: -ms-linear-gradient(top, #f2f5f6 0%,#c8d7dc 100%);
	-pie-background: linear-gradient(#f2f5f6, #c8d7dc);
	background: linear-gradient(top, #f2f5f6 0%,#c8d7dc 100%);
}

.titanium:hover{
	background: #d3dfe3;
	background: -moz-linear-gradient(top, #f4f7f8 0%, #d3dfe3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f7f8), color-stop(100%,#d3dfe3));
	background: -webkit-linear-gradient(top, #f4f7f8 0%,#d3dfe3 100%);
	background: -o-linear-gradient(top, #f4f7f8 0%,#d3dfe3 100%);
	background: -ms-linear-gradient(top, #f4f7f8 0%,#d3dfe3 100%);
	-pie-background: linear-gradient(#f4f7f8, #d3dfe3);
	background: linear-gradient(top, #f4f7f8 0%,#d3dfe3 100%);
}

a.titanium, a.titanium:hover, a.titanium:active{color: #50737E !important}


/* ==|== 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; }
}
