#sliderWrapper1 .greyTile/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

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; }

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; font-size: 1em; line-height: 1.6; }

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

/*a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }*/

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; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
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%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 0 0 20px 0; padding:0 0 0 20px }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
ol{list-style:decimal}
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

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

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
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, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
input:focus{outline:none}
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

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

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

/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */
/* 
    85B551
	seagreen : #00B690
*/
body{font-family: arial}
h1{font-size: 44px; line-height: 46px; color: #fff; margin: 0 0 20px 0}
h2{font-size: 24px; color: #000; margin: 0 0 20px 0; text-align: center; line-height: 24px; font-weight: bold}
h2.left{text-align: left}
h3{font-size: 16px; color: #848281; font-weight: lighter; margin: 10px 0 20px 0; text-transform: uppercase}
a{text-decoration: none}
ul.alt, ul.alt li{margin:0;padding:0;list-style:none;}
ul.alt li{float:left;display:block}
p{font-size: 14px; margin: 0 0 20px 0; color: #9E9E9E}
.fl{float:left}
.fr{float:right}
.justify{text-align: justify}
.textLeft{text-align: left}
.textRight{text-align: right}
.textCenter{text-align: center}
.grid940{width: 940px; margin: 0 auto}

/* Global */
.rounded{-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.roundedBottom{-webkit-border-bottom-right-radius: 4px;-webkit-border-bottom-left-radius: 4px;-moz-border-radius-bottomright: 4px;-moz-border-radius-bottomleft: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;}

.fade, .btn1, .btn1:hover, .btn, .btn:hover, .btn2, .btn2:hover{-webkit-transition: background 300ms ease-in-out;-moz-transition: background 300ms ease-in-out;-o-transition: background 300ms ease-in-out;transition: background 300ms ease-in-out;}

/* Backgrounds */
.greyBg{background: #E6E6E6}
.greyBg.content{padding: 30px 0 50px 0}

/* Fonts */
.blackFont{color: #000}
.whiteFont{color: #fff}
.blueFont{color: #00ACCC}
.font12{font-size: 12px}
.font22{font-size: 22px}
.font14{font-size: 14px}
.font20{font-size: 20px}
.boldFont{font-weight: bold}
.italicFont{font-style: italic}

/* Links */
.greyLink{color: #9E9E9E}
.whiteLink{color: #fff}
.greyLink:hover, .whiteLink:hover{text-decoration: underline}
.greyLink span, .whiteLink span{width:0px;height:0px;font-size:0;text-indent:-9999px;line-height:0}
.blueLink{color: #00ACCC}
.blueLink:hover{color: #fff}

/* Buttons */
.btn, .btn1, .btn2{display: block; color: #fff; padding: 10px 14px 11px 14px; font-size: 14px; position: relative; cursor: pointer}
.btn{padding: 9px 14px}
.btn1{margin: 0 0 0 5px; padding: 7px 10px 6px 10px; line-height: 12px; font-size: 12px}
.btn2{width: 18px; margin: 5px 0 0 5px; padding: 6px 9px 7px 0; width: 25px}
.btnBlue{background: #00ACCC}
.btnBlue:hover{background: #000}
.orangeBtn{background: #EDA37C;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EDA37C', endColorstr='#CF8862');background:-webkit-gradient(linear, left top, left bottom, from(#EDA37C), to(#CF8862));background: -moz-linear-gradient(top,  #EDA37C,  #CF8862); font-weight: bold; font-style: italic; font-size: 14px; padding: 9px 30px}
.orangeBtn:hover{background: #E57C44;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E57C44', endColorstr='#BB5620');background:-webkit-gradient(linear, left top, left bottom, from(#E57C44), to(#BB5620));background: -moz-linear-gradient(top,  #E57C44,  #BB5620)}

/* Icons */
.iconInfo{background: url(../images/ico-about-info.png) no-repeat; width: 30px; display: block}
.iconInfo.wide{margin: 6px 20px 0 0}
.iconBtnVisit{background: url(../images/ico-button-visit-old-site-arrow.png) no-repeat; width: 10px; height: 14px; display: block; margin: 4px 0 0 5px}
.iconContact{background: url(../images/ico-button-contact-bubble.png) no-repeat; width: 12px; height: 12px; display: block; float: right; margin: 0 0 0 8px}
.iconMaps{background: url(../images/ico-button-google-maps.png) no-repeat; width: 12px; height: 12px; display: block; float: right; margin: 0 0 0 8px}
.iconBlogger{background: url(../images/ico-button-social-blogger.png) no-repeat; width: 12px; height: 12px; display: block; float: right;}
.iconGooglePlus{background: url(../images/ico-button-social-googleplus.png) no-repeat; width: 12px; height: 12px; display: block; float:right}
.iconYouTube{background: url(../images/ico-button-social-youtube.png) no-repeat; width: 17px; height: 12px; display: block; float: right;}
.iconTwitter{background: url(../images/ico-button-social-twitter.png) no-repeat; width: 16px; height: 12px; display: block; float: right;}
.iconFacebook{background: url(../images/ico-button-social-facebook.png) no-repeat; width: 12px; height: 12px; display: block; float: right;}
.iconShare{background: url(../images/ico-button-share.png) no-repeat; width: 12px; height: 12px; display: block; float: right; margin: 0 0 0 8px}
.tooltipArrow{background: url(../images/ico-tooltip-pointer.png) no-repeat; width: 10px; height: 8px; display: block; margin: 2px 0 0 8px; position: absolute; top: 9px; right: 37px}
.iconInfoBlue{background: url(../images/icon_info.png) no-repeat; width: 30px; height: 30px; display: block;}
.greyTile{background: url(../images/tile-slider-headline-container-bg.png); padding: 20px; margin: 40px 0 0 20px}
.arrow{background: url(../images/icon_arrow.png); width: 10px; height: 14px;float: right; display: block; margin: 2px 0 0 10px}

/* Splash page */
.headerLogo{background: url(../images/header-logo.png) no-repeat; display: block; height: 60px; width:126px; margin: 10px auto}
.headerGraphic{background:#E6E6E6 url(../images/img-header-bg-graphic-wireframes.png) no-repeat center 0; height: 100%; width: 100%; padding: 70px 0 30px 0}
.headerGraphic.leftNav1{padding: 70px 0 0 0}
#splash1 .centerGraphic{background: url(../images/img-slider-image-placeholder.jpg) no-repeat; display: block; height: 290px; width:940px; margin: 0 0 20px 0}
#splash2 .centerGraphic{background: url(../images/img-slider-image-placeholder-full-width.jpg) no-repeat; display: block; height: 100%; width:100%}
#splash2 .greyTile{padding: 15px 35px; margin: 60px auto; width: 355px}
#splash2 .btn{width: 92px; margin: 0 auto 50px auto}
p.icon{padding: 0 0 0 50px; width: 550px}
p.big{width: 650px; font-size: 20px}
.whiteBg{background: #fff; width: 100%; padding: 20px 0 0 0}
.footer{padding: 20px;}

/* TEMPLATES */
.templateLogo{background: url(../images/header-logo.png) no-repeat; display: block; height: 60px; width:126px; margin: 40px 0 30px 0}
.socials{margin: 0 0 45px 50px; position: relative}
.tooltip, .tooltip1{background: #777777; padding: 20px; display: none; width: 155px; line-height: 18px}
.tooltip1 p{font-size: 12px}
.tooltip.networks{width: 170px}
.tooltip p, .tooltip1{margin: 0}
.drop{background: url(../images/blank-box.png);display:block;position:absolute;top:20px;padding:19px 0 0 0; right: 0; z-index: 99}
/*.btn1:hover .tooltip{display: block}*/
.btn1:hover .drop{display: block}

/* Slider */
#sliderWrapper1 .bx-viewport{width: 939px !important; padding: 0}
#sliderWrapper1{width:940px; height: 290px; position: relative; margin: 20px 0 30px 0}
#sliderWrapper1 .bx-wrapper{overflow:hidden; width: 940px}
#sliderWrapper1 .slidePrev{background:url(../images/ico-slider-arrow-left-rounded.png) no-repeat;height: 32px; width: 24px; display: block;position: absolute;left: -40px;top: 130px;}
#sliderWrapper1 .slidePrev:hover{background-position: 0 -32px}
#sliderWrapper1 .slideNext{background:url(../images/ico-slider-arrow-right-rounded.png) no-repeat;height: 32px; width: 24px; display: block;position: absolute;right: -40px;top: 130px;}
#sliderWrapper1 .slideNext:hover{background-position: 0 -32px}
#sliderWrapper1 .bx-pager{position:absolute; right: 10px; bottom: 30px; z-index: 99; background: #4B443C; padding: 5px 0 5px 5px; width: 60px}
#sliderWrapper1 .bx-pager a{margin:0 5px 0 0; background:#919189; height:20px; width:10px; display:block; float:left; font-size:0; text-indent:-999px;}
#sliderWrapper1 .bx-pager a.active{background:#fff;}
#sliderWrapper1 .greyTile{background: url(../images/tile-slider-headline-container-bg.png); padding: 20px; width: 420px; position: absolute; top: 0; left: -10px}
#sliderWrapper1 .caption-container {background:#808080; position: absolute; bottom: 10px; z-index: 10; margin: 0 0 0 10px; padding: 10px}
#sliderWrapper1 .caption p{color: #fff; text-transform: uppercase; text-align: center; margin: 0}

#sliderWrapper2{width:100%; height: 100%; position: relative; margin: 0 0 30px 0}
#sliderWrapper2 .bx-wrapper{overflow:hidden}
#sliderWrapper2 .slidePrev{background:url(../images/ico-slider-arrow-dot-left.png) no-repeat;height: 30px; width: 30px; display: block;position: absolute;left: -40px;top: 130px; z-index: 999}
#sliderWrapper2 .slidePrev:hover{background-position: 0 -30px}
#sliderWrapper2 .slideNext{background:url(../images/ico-slider-arrow-dot-right.png) no-repeat;height: 30px; width: 30px; display: block;position: absolute;right: -40px;top: 130px; z-index: 999}
#sliderWrapper2 .slideNext:hover{background-position: 0 -30px}
#sliderWrapper2 .bx-pager{position:absolute; left: 30px; bottom: -285px; z-index: 99; background: #4B443C; padding: 5px 0 5px 5px; width: 60px}
#sliderWrapper2 .bx-pager a{margin:0 5px 0 0; background:#919189; height:20px; width:10px; display:block; float:left; font-size:0; text-indent:-999px;}
#sliderWrapper2 .bx-pager a.active{background:#fff;}
#sliderWrapper2 .greyTile{background: url(../images/tile-slider-headline-container-bg.png); padding: 15px 35px; width: 340px; position: absolute; bottom: 75px; left: 10px}
#sliderWrapper2 .caption-container {background:#808080; position: absolute; bottom: 10px; z-index: 10; margin: 0 0 0 10px; padding: 10px}
#sliderWrapper2 .caption p{color: #fff; text-transform: uppercase; text-align: center; margin: 0}

.threeColEqual.alt > li{width: 300px; margin:0 0 0 20px; float: left; background: #fff; padding: 20px 0; height: 440px}
.threeColEqual.alt > li:first-child{margin:0}
.threeColEqual.alt > li img, .fourColEqual.alt > li img, .threeColBigRight.alt > li img{margin: 0 0 20px 0}
.threeColEqual.alt > li h2, .threeColEqual.alt > li p, .fourColEqual.alt > li h2, .fourColEqual.alt > li p,  .threeColBigRight.alt > li h2, .threeColBigRight.alt > li p{padding: 0 20px}

.fourColEqual.alt > li{width: 220px; margin:0 0 0 20px; float: left; background: #fff; padding: 20px 0; height: 450px}
.fourColEqual.alt > li:first-child{margin:0}

.footerTemp{background: #C9C9C9; padding: 30px 0 50px 0}
.footerTemp.leftNav{padding: 30px 50px 50px 50px;}
.footerTemp.leftNav p{ color: #8b8b8b}
.footerLogo{background: url(../images/footer-logo.png) no-repeat; width: 126px; height: 60px; float: left}

/* LEFT NAV TEMPLATE */
/*.headerLogo{background: url(../images/header-logo.png) no-repeat; display: block; height: 60px; width:126px; margin: 10px auto}*/
.twoColBigRight.alt > li{width: 700px; margin:0 0 0 50px; float: left}
.twoColBigRight.alt > li:first-child{width:190px; margin:0}

.threeColBigRight.alt > li{width: 220px; margin:0 0 40px 20px; float: left; background: #fff; padding: 20px 0;  height: 440px}
.threeColBigRight.alt > li:first-child{margin:0 0 40px }

#sliderWrapper3{width:600px; height: 240px; position: relative; padding:20px 50px 30px 50px; background: #fff}
#sliderWrapper3 .bx-wrapper{overflow:hidden}
#sliderWrapper3 .slidePrev{background:url(../images/ico-slider-arrow-left-rounded.png) no-repeat;height: 32px; width: 24px; display: block;position: absolute;left: 10px;top: 130px;}
#sliderWrapper3 .slidePrev:hover{background-position: 0 -32px}
#sliderWrapper3 .slideNext{background:url(../images/ico-slider-arrow-right-rounded.png) no-repeat;height: 32px; width: 24px; display: block;position: absolute;right:10px;top: 130px;}
#sliderWrapper3 .slideNext:hover{background-position: 0 -32px}
#sliderWrapper3 .bx-pager{position:absolute; right: 60px; bottom: 50px; z-index: 99; background: #4B443C; padding: 5px 0 5px 5px; width: 60px}
#sliderWrapper3 .bx-pager a{margin:0 5px 0 0; background:#919189; height:20px; width:10px; display:block; float:left; font-size:0; text-indent:-999px;}
#sliderWrapper3 .bx-pager a.active{background:#fff;}

.grid280{width: 280px}
.gap30{height: 30px}
.gap20{height: 20px}
.whiteCenter{background: #fff; padding: 0 50px 40px 50px; margin: 0 0 20px 0}
.whiteCenter p{margin: 0 0 24px 0}

.footerGraphic{background:#E6E6E6 url(../images/img-footer-bg-graphic-wireframes.png) no-repeat center 0 0; height: 100%; width: 100%; padding: 70px 0 30px 0}

.fb_iframe_widget span{height: 64px !important}
.marginLeft5{margin-left: 5px}

/* Domain Park Page*/
.topLogo{background:url(../images/header_logo.png) no-repeat; display: block; height: 130px; width: 320px; margin: 0 auto}
.centerDomain{background:url(../images/slice_park_header.png) no-repeat; width: 940px; height: 290px; margin: 20px 0 30px 0}
.centerDomain .greyTile{max-width: 850px; text-wrap: normal}
.darkGreyBg{background: #606060; padding: 60px 0 40px 0}
.footerDomain{background: #606060; height: 300px; margin: 20px 0 0 0}
.line25{line-height: 25px}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.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; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

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