/*** Custom styles ***/

body, html, input, button, select, textarea, td, li { font-family: Verdana, Geneva, sans-serif;} 

body { font-size: 12px;} /* sets base font size, so 12px=1em */

/* ----- font sizes ----- */
  .norm {font-size: 12px;}
  .small {font-size: 0.9166666666666667em;}   /* 11px */
  .x-small {font-size: 0.8333333333333333em;} /* 10px */
  .xx-small { font-size: 0.75em;}             /* 9px/12px */
  .large {font-size: 1.166666666666667em;     /* 14px/12px */}
  .x-large{font-size: 1.333333333333333em;    /* 16px/12px */}
  .xx-large{font-size: 1.5em;                 /* 18px/12px */}
/* ----- / font sizes ----- */

h1, h2, h3, h4, h5, h6 {font-family: /*'Open Sans'*/ Tahoma, Verdana, Geneva, sans-serif; font-weight: 700; }

h1 { font-size: 1.5em;}                /* font-size - 18px/12px=1.5 */
h2 { font-size: 1.333333333333333em; } /* font-size - 16px/12px=1.333333333333333 */
h3 { font-size: 1.166666666666667em; } /* font-size - 14px/12px=1.166666666666667 */
h4 { font-size: 1em; }
h5 { font-size: 0.9166666666666667em;} /* font-size - 11px/12px=0.9166666666666667 */

h1, h2, h3 { line-height: 25px;}

a {color: #00a8cc;}

label, input, button, select, textarea {}
label { /*display: inline-block; margin-bottom: 6px;*/ }
label {margin-left: 6px; position:relative; top: 4px;}

ul, ol{margin: 0 0 15px 35px;}
li {margin-bottom: .5em;}

ul ul, ul ol, ol ol, ol ul {margin-bottom: 0; }

legend {font-size: 1.166666666666667em; /* 14px/12px */ border-bottom: 0px; margin-bottom: 5px;padding-bottom: 6px; line-height: normal;}
legend small {font-size: 1em;}

.inline {display:inline;}
.clear { clear: both;}
page a:focus { outline: none;}
form {margin: 0px;}

.clearfix { *zoom: 1;}
.clearfix:before,
.clearfix:after { display: table; content: ""; line-height: 0;}
.clearfix:after { clear: both;}

.hide-text { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0;}

.input-block-level { display: block; width: 100%; min-height: 22px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/* ----- LINES ----- */
  .line-spacer-top { padding: 1em 0 0 0;  margin: 1.5em 0; border-top: 1px solid #dcdcdc;}
  .line-spacer-btm { padding: 0 0 1em 0;  margin: 1.5em 0; border-bottom: 1px solid #dcdcdc;}

  .border-bottom {margin-bottom: .5em; padding-bottom: .5em; border-bottom: 1px dotted #dcdcdc;}
  .border-top {margin-top: .5em; padding-top: .5em; border-top: 1px dotted #dcdcdc;}

  .divider-line { border-top: 1px solid #dcdcdc; padding-top: 1em; margin-top: .8em;}
  .divider-line-btm { border-bottom: 1px solid #d2d2d2; padding-bottom: .5em; margin-bottom: .5em;}
  .divider-line-top { border-top: 1px solid #d2d2d2; padding-top: .5em; margin-top: .5em;}

  .dotted-top {border-top: 1px dotted #dcdcdc; margin-top: .8em; padding-top: .5em}
  .dotted-line { border-bottom: 1px dotted #dcdcdc; margin-bottom: .8em; padding-bottom: 1em;}

  .line-top {border-top: 1px dotted #dcdcdc;}
  .line-btm {border-bottom: 1px dotted #dcdcdc;}

  .blue-top-line {border-top: 1px solid #cce3ec; padding-top: 0em; margin-top: 1.2em;}
  .blue-btm-line {border-bottom: 1px solid #cce3ec; padding-bottom: .5em; margin-bottom: 1em;}

  .blue-top-btm-lines {margin: 6px 0; padding: .5em 0; border: 0; border-top: 1px solid #007eb1; border-bottom: 1px solid #007eb1;}
/* ----- / LINES ----- */

/* ----- padding and margin spacing ----- */
  .pad-top {padding-top: 1em;}
  .pad-left {padding-left: 1em;}
  .pad-bottom {padding-bottom: 1em;}
  .pad-bottom-half {padding-bottom: .5em;}
  .pad-right {padding-right: 1em;}
  .pad {padding: 1em;}
  .pad-half { padding: 0.5em;}
  .pad-large { padding: 1.5em;}
  .pad-right-large { padding-right: 1.5em;}
  .pad-left-large { padding-left: 1.5em;}
  .pad-right-xlarge { padding-right: 3em;}
  .pad-left-xlarge { padding-left: 3em;}
  .pad-vert-half {padding: .5em 0;}
  .pad-vert-1 {padding: 1em 0;}
  .pad-vert-1half {padding: 1.5em 0;}
  .pad-vert-2 {padding: 2em 0;}

  .margin-top {margin-top: 1em;}
  .margin-top-2x {margin-top: 2em;}
  .margin-top-half {margin-top: .5em;}
  .margin-top-bottom {margin: 1em 0;}
  .margin-top-bottom-half {margin: .5em 0;}
  .margin-top-bottom-large {margin: 1.5em 0;}
  .margin-right {margin-right: 1em;}
  .margin-right-half {margin-right: .5em;}
  .margin-bottom {margin-bottom: 1em;}
  .margin-bottom-2x {margin-bottom: 2em;}
  .margin-bottom-half {margin-bottom: .5em;}
  .margin-left {margin-left: 1em;}
  .margin-left-half {margin-left: .5em;}
  .margin-left-2x {margin-left: 2em;}
  .margin-sides {margin: 0 1em;}
  .margin-left-bottom {margin: 0 0 1em 1em;}
  .margin-right-bottom {margin: 1em 1em 0 0;}
  .margin {margin: 1em;}
  .margin-1-5 {margin: 1.5em;}
  .margin-2 {margin: 2em;}
  .margin-2-5 {margin: 2.5em;}
  .margin-3 {margin: 3em;}

  .pad-down-arrow {margin-left: .2em;}
  .pad-top-icons {margin-right: .3em;}
/* ----- / padding and margin spacing --- */

.dark {color: #222;}
.light {color: #555;}

.movedup { position: relative; top: -38px;}
.gray-box { }

.scrolltop { width: 40px; height: 40px; line-height: 40px; opacity: 0.8; filter: alpha(opacity=80); position: fixed; bottom: 10px; right: 10px; display: none; font-size: 0; background: #343331; z-index: 999999; text-align: center; color: #ffffff;}
.scrolltop:hover { text-decoration: none; opacity: 0.9; filter: alpha(opacity=90);}
.scrolltop:before { content: "\f106"; font-family: 'FontAwesome'; font-size: 30px; font-style: normal;}

.show-hide-open { height: auto !important; min-height: 40px; max-height: 4000px;}
.show-hide-close { height: 0; overflow: hidden;}




/* *********************** Overwriting some of the Bootstrap 2.2.3 classes *********************** */
/* Main Nav styles */
.navbar .nav > li > a {text-shadow: 1px 1px 3px #444; }

.navbar .brand { padding: 20px 20px 20px; color: #ffffff; text-shadow: 0 1px 0 #f3f3f3;}
.navbar-text { line-height: 60px; color: #343331;}
.navbar-link { color: #343331;}
.navbar-link:hover,
.navbar-link:focus { color: #333333;}
.navbar .divider-vertical {height: 60px; border-left: 1px solid #e6e6e6; border-right: 1px solid #f3f3f3; }
.navbar .btn, .navbar .btn-group { margin-top: 15px; }
.navbar-form input, .navbar-form select, .navbar-form .radio, .navbar-form .checkbox { margin-top: 15px; }
.navbar-search { margin-top: 15px; }
.navbar .nav > li > a {padding: 20px 15px 20px;color: #343331;text-shadow: 1px 1px 3px #444; }
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover { text-shadow: none; text-shadow: 1px 1px 2px #bbb; }
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {  color: #333333; background-color: transparent; }
.navbar .btn-navbar {background-color: #e1e1e1;
  background-image: -moz-linear-gradient(top, #e6e6e6, #d9d9d9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #d9d9d9);
  background-image: -o-linear-gradient(top, #e6e6e6, #d9d9d9);
  background-image: linear-gradient(to bottom, #e6e6e6, #d9d9d9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffd9d9d9', GradientType=0);
  border-color: #d9d9d9 #d9d9d9 #b3b3b3;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #d9d9d9;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] { color: #ffffff; background-color: #d9d9d9; *background-color: #cccccc; }
.navbar .btn-navbar:active, .navbar .btn-navbar.active { background-color: #c0c0c0 \9; }
.navbar .nav > li > .dropdown-menu:after { border-bottom: 6px solid rgba(255, 255, 255, 0.95);}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after { border-top: 6px solid rgba(255, 255, 255, 0.95);}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle { background-color: transparent; color: #333333; }
.navbar .nav li.dropdown > .dropdown-toggle .caret { border-top-color: #343331; border-bottom-color: #343331;}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret { border-top-color: #333333; border-bottom-color: #333333; }
.navbar-inverse .navbar-inner {
  background-color: rgba(255, 163, 133, 0.9400000000000001);
  background-image: -moz-linear-gradient(top, rgba(255, 88, 33, 0.9), #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 88, 33, 0.9)), to(#ffffff));
  background-image: -webkit-linear-gradient(top, rgba(255, 88, 33, 0.9), #ffffff);
  background-image: -o-linear-gradient(top, rgba(255, 88, 33, 0.9), #ffffff);
  background-image: linear-gradient(to bottom, rgba(255, 88, 33, 0.9), #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e600a8cc', endColorstr='#ffffffff', GradientType=0);
  border-color: #00a8cc;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a { color: #00a8cc; }
.navbar-inverse .navbar-text { color: #00a8cc; }
.navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover { background-color: #00a8cc;}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {color: #ffffff; background-color: #00a8cc; }
.navbar-inverse .navbar-link {color: #00a8cc; }
.navbar-inverse .divider-vertical { border-left-color: #ffffff; border-right-color: rgba(255, 88, 33, 0.9);}  
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {background-color: #00a8cc; }
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {border-top-color: #00a8cc;border-bottom-color: #00a8cc; }
.navbar-inverse .navbar-search .search-query {background-color: #ffffff; border-color: #ffffff; }
.navbar-inverse .navbar-search .search-query:-moz-placeholder {color: #00a8cc; }
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {color: #00a8cc; }
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {color: #00a8cc; }
.navbar-inverse .btn-navbar {
  background-color: rgba(249, 147, 113, 0.9400000000000001);
  background-image: -moz-linear-gradient(top, rgba(255, 69, 7, 0.9), #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 69, 7, 0.9)), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, rgba(255, 69, 7, 0.9), #f2f2f2);
  background-image: -o-linear-gradient(top, rgba(255, 69, 7, 0.9), #f2f2f2);
  background-image: linear-gradient(to bottom, rgba(255, 69, 7, 0.9), #f2f2f2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ff4507', endColorstr='#fff2f2f2', GradientType=0);
  border-color: #f2f2f2 #f2f2f2 #cccccc;
  *background-color: #f2f2f2;

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}  
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] { background-color: #f2f2f2; *background-color: #e5e5e5; }
.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active { background-color: #d9d9d9 \9; }

.pagination ul { -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; }
.pagination-large ul > li > a,
.pagination-large ul > li > span { padding: 15px 19px; }
.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span {
	-webkit-border-top-left-radius: 1px;
  	-moz-border-radius-topleft: 1px;
  	border-top-left-radius: 1px;
  	-webkit-border-bottom-left-radius: 1px;
  	-moz-border-radius-bottomleft: 1px;
  	border-bottom-left-radius: 1px;}
	
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span { -webkit-border-top-right-radius: 1px; -moz-border-radius-topright: 1px; border-top-right-radius: 1px; -webkit-border-bottom-right-radius: 1px; -moz-border-radius-bottomright: 1px; border-bottom-right-radius: 1px;}
		  
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span { -webkit-border-top-left-radius: 1px; -moz-border-radius-topleft: 1px; border-top-left-radius: 1px; -webkit-border-bottom-left-radius: 1px; -moz-border-radius-bottomleft: 1px; border-bottom-left-radius: 1px; }
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {-webkit-border-top-right-radius: 1px; -moz-border-radius-topright: 1px; border-top-right-radius: 1px; -webkit-border-bottom-right-radius: 1px; -moz-border-radius-bottomright: 1px; border-bottom-right-radius: 1px; }
.pagination-small ul > li > a,.pagination-small ul > li > span { padding: 5px 10px; }
.pagination-mini ul > li > a,.pagination-mini ul > li > span {  padding: 3px 6px;}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {color: rgba(36, 36, 36, 0.4);}

.tooltip-inner {max-width: 300px; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; }

.thumbnail {-webkit-border-radius: 1px; -moz-border-radius: 1px;border-radius: 1px; }
.thumbnail .caption {color: #343331; }
.label, .badge { background-color: rgba(36, 36, 36, 0.4); }

.progress { -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; }

.accordion-group { -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; }
.carousel-control { background: #080808; }


/* --- Zones & Regions --- */
#background-wrapper { /*background-color: #888; background-position: left top; background-repeat: no-repeat; background-attachment: fixed;*/ padding-bottom: 0; border-bottom: 2px solid #00a8cc;}

/* --- Header area --- */
#site-header .user-menu {text-align: right;}
#site-header .user-menu { padding: 2px 0px 4px 0;}
#site-header .user-menu ul, ol { padding: 0;  margin: 0px 0 .5em 35px;}
#site-header .user-menu li { list-style: none; display: inline; padding: 0; margin: 0 0px 2px 0px; /*border-right: 1px solid #ccc;*/ padding-right: 0px;}
#site-header .user-menu li:last-child { margin-right: .2em; border: 0;}
#site-header .user-menu li i { color: #00a8cc; font-size: 1.166666666666667em;}
#site-header .user-menu li a {color: #888; text-transform: none; font-size: .90em; margin: 0 4px;}
#site-header .user-menu li a:hover { color: #00a8cc;}	
#site-header .brand { position: relative; top: -15px; float: left;}
#site-header .brand:hover { text-decoration: none; cursor: pointer;}
#site-header .search { float: right;}

.ui-autocomplete-category { color: #808080; font-weight: bold; padding: .2em .4em; margin: .8em 0 .2em; line-height: 1.5; }

#site-header .myprofile {/*margin-right: 5px !important;*/}

/* --- top header area --- */
.page-index #background-wrapper,
.page-index-static #background-wrapper,
.has-hero #background-wrapper { padding-bottom: 0;}

#highlighted { color: #555;}
#highlighted .inner { padding: 0px;}

#content { padding: 10px 0; background: #fff;}

.content-texture #content, .has-hero #content { /* background: url(/theme/img/bg_content-wrapper.png) left top; */}

#content-below { background: #00a8cc; padding: 0; color: #666;}
#content-below .clients { *zoom: 1; padding: 20px 0;}
#content-below .clients:before,
#content-below .clients:after { display: table; content: ""; line-height: 0;}
#content-below .clients:after { clear: both;}
#content-below .clients .title { float: left; margin-top: 0; margin-bottom: 0; font-weight: 100;}
#content-below .clients .items .item { display: block; float: left; text-align: center; width: 15%; opacity: 0.8; filter: alpha(opacity=80);}
#content-below .clients .items .item:hover { opacity: 1; filter: alpha(opacity=100);}
#content-below { padding: 10px 0; border-top: 1px solid #cdcdcd; 
	background: #ebf8fb; margin-top: 12px;}

#content-below .social-media a { text-decoration: none; color: #999; color: rgba(255, 255, 255, 0.8); display: inline-block; line-height: 36px; width: 36px; height: 36px; background-color: #777; background: rgba(36, 36, 36, 0.8); }
#content-below .social-media a i { font-size: 1.83333333333333em; /* 22px/12px */ color: #fff; padding: 0; line-height: 36px; width: 36px; height: 36px; text-align: center; margin-right: 0.2em;}
#content-below .social-media a:hover { text-decoration: none; background: #24a9f6;}
#content-below .social-media a.last { padding-bottom: 0; border-bottom: 0;}


#breadcrumb-container { background: #f8f8f8;
                        background: rgb(245,245,245);
                        background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%);
                        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(232,232,232,1)));
                        background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%);
                        background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%);
                        background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%);
                        background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%);
                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );}

.breadcrumb {padding: 0px 6px; margin: 3px 0 0px 0; background-color: transparent; font-size: 0.8333333333333333em;  margin-bottom: .5em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.breadcrumb > span { text-shadow: 0 1px 0 #ffffff; color: #888; *zoom: 1; text-shadow: 0 1px 0 #ffffff; }
.breadcrumb > span > .divider { padding: 0 5px; color: #ccc; }

.social-media { padding: 16px 15px 0 0;}
.social-media a { text-decoration: none; display: inline-block; line-height: 1;/* background: #fff; color: #00a8cc;*/ padding: 4px; text-align: center; 
                  -webkit-box-shadow: 0 1px 5px rgba(52, 51, 49, 0.2); -moz-box-shadow: 0 1px 5px rgba(52, 51, 49, 0.2); 
                  box-shadow: 0 1px 5px rgba(52, 51, 49, 0.2); /* -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;*/ }
.social-media a i { /*font-size: 1em; border: 2px solid #00a8cc;*/ padding: 2px; margin: 0; line-height: 12px; width: 12px; height: 12px; text-align: center;}
.social-media a:hover { text-decoration: none; background: #00a8cc; color: #ffffff;}
.social-media a:hover i { border-color: #ffffff;}
.social-media a.last { padding-bottom: 0; border-bottom: 0;}

.upsell { text-align: center;}
.upsell .title { display: inline-block; padding: 0 0.5em; margin: 0;}
.upsell .title small { display: block;}
.upsell p { margin: 0; padding: 0.5em 0 0 0;}


/* --- Navigation --- */
#navigation { *zoom: 1;}
#navigation {font-family: Arial, Verdana, Geneva, sans-serif;
	/* blue gradient bg*/
	  background: rgb(0,168,235); /* Old browsers */
	  background: -moz-linear-gradient(top,  rgba(0,168,235,1) 1%, rgba(0,95,133,1) 100%); /* FF3.6+ */
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(0,168,235,1)), color-stop(100%,rgba(0,95,133,1))); /* Chrome,Safari4+ */
	  background: -webkit-linear-gradient(top,  rgba(0,168,235,1) 1%,rgba(0,95,133,1) 100%); /* Chrome10+,Safari5.1+ */
	  background: -o-linear-gradient(top,  rgba(0,168,235,1) 1%,rgba(0,95,133,1) 100%); /* Opera 11.10+ */
	  background: -ms-linear-gradient(top,  rgba(0,168,235,1) 1%,rgba(0,95,133,1) 100%); /* IE10+ */
	  background: linear-gradient(to bottom,  rgba(0,168,235,1) 1%,rgba(0,95,133,1) 100%); /* W3C */
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8eb', endColorstr='#005f85',GradientType=0 ); /* IE6-9 */ }
	  
#navigation:before, #navigation:after { display: table; content: ""; line-height: 0;}
#navigation:after { clear: both;}
	
#navigation .btn-navbar { 
    text-align: center; float: left; /*background: #ffffff;*/ color: #00a8cc; 
    -webkit-box-shadow: 0 1px 3px rgba(52, 51, 49, 0.3); -moz-box-shadow: 0 1px 3px rgba(52, 51, 49, 0.3); box-shadow: 0 1px 3px rgba(52, 51, 49, 0.3); 
    -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; 
    padding: 0 0px 0 0; text-transform: none; display: inline-block; line-height: 20px; border: none; margin: 0; 
    -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; 
    font-weight: bold; margin: 12px; line-height: 26px; padding: 1px; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; display: none;}
	
#navigation .btn-navbar.block-link { display: block; *zoom: 1;}
#navigation .btn-navbar.block-link:before,
#navigation .btn-navbar.block-link:after { display: table; content: ""; line-height: 0;}
#navigation .btn-navbar.block-link i { float: left;}
#navigation .btn-navbar img  {border: 1px solid #ccc; }
#navigation .btn-navbar img:hover  {border: 1px solid #fff; background: #00a8cc; }
#navigation .btn-navbar:hover { background: #fff /*#00a8cc*/; color: #ffffff; text-decoration: none; text-shadow: none;}
#navigation .btn-navbar i,
#navigation .btn-navbar [class*=" icon-"] { background: #00a8cc; color: #ffffff; font-style: normal; font-weight: 100; 
                                            -webkit-border-radius: 2px 0 0 2px; -moz-border-radius: 2px 0 0 2px; border-radius: 2px 0 0 2px; 
                                            height: 20px; width: 20px; display: inline-block; line-height: 20px; text-align: center; margin: 0; padding: 0; margin-right: 8px;}
#navigation .btn-navbar i.default:before,
#navigation .btn-navbar [class*=" icon-"].default:before { content: "\f067"; font-family: 'FontAwesome';}
#navigation .btn-navbar.i-right { padding: 0 0 0 12px;}
#navigation .btn-navbar.i-right i,
#navigation .btn-navbar.i-right [class*=" icon-"] { margin-right: 0; margin-left: 8px; -webkit-border-radius: 0 2px 2px 0; -moz-border-radius: 0 2px 2px 0; border-radius: 0 2px 2px 0;}
#navigation .btn-navbar.large { line-height: 38px;}
#navigation .btn-navbar.large i { height: 38px; line-height: 40px; width: 38px; font-size: 1.83333333333333em; /* 22/12*/ vertical-align: top;}
#navigation .btn-navbar i { height: 30px; line-height: 32px; width: 38px; font-size: 1.66666666666667em; /* 20/12*/ margin: 0; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;}

.navbar { color: #444; margin: 0; border-top: 1px solid #ccc; /*position: relative; top: -2px;*/ }

.navbar-inner { 
    min-height: 24px;
	margin: 0; padding: 0;   
	/* blue gradient bg*/
	background: rgb(0,168,235); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,168,235,1) 1%, rgba(0,95,133,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(0,168,235,1)), color-stop(100%,rgba(0,95,133,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,168,235,1) 1%,rgba(0,95,133,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,168,235,1) 1%,rgba(0,95,133,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,168,235,1) 1%,rgba(0,95,133,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,168,235,1) 1%,rgba(0,95,133,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8eb', endColorstr='#005f85',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px; 
	border: 1px solid #00a8cc; 
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	box-shadow: none;}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner { -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.1); -moz-box-shadow: 0 0px 0px rgba(0,0,0,.1); box-shadow: 0 0px 0px rgba(0,0,0,.1);}

.navbar .nav#main-menu { margin: 0; padding: 0;}
.navbar .nav#main-menu .caret { color: #00a8cc; vertical-align: middle; margin: -12px 0 0 5px; border: none; line-height: 1; font-size: .8333333333333333em; /* 10/12=.8333333333333333;*/ font-weight: normal;}
.navbar .nav#main-menu .caret:after { content: "\f078"; font-family: 'FontAwesome';}

.navbar .nav#main-menu li {  margin: 0; list-style: none;}
.navbar .nav#main-menu li.home-link a { text-align: center; font-size: 1.66666666666667em; /* 14px/12px */}
.navbar .nav#main-menu li:first-child {}
.navbar .nav#main-menu li a { -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out; font-weight: 600;}

.navbar .nav#main-menu li a.top-level { 
	border-radius: 0; height: 40px; line-height: 40px; padding: 0 18px; color: #efefef; border-bottom: 1px solid transparent; 
    /*font-size: 1.166666666666667em; font-weight: 600;*/ }

.navbar .nav#main-menu li a.top-level small { display: block; line-height: 1;}
.navbar .nav#main-menu li a.top-level:hover .dropdown-menu { display: block;}
.navbar .nav#main-menu li a.top-level:hover,
.navbar .nav#main-menu li.home-link a:hover { background: #ffffff; border-bottom-color: #00a8cc; color: #00a8cc;}
.navbar .nav#main-menu li.open a.dropdown-toggle,
.navbar .nav#main-menu li.active a.top-level,
.navbar .nav#main-menu li.active a:hover { background: #00a8cc; color: #ffffff; text-shadow: none;}
.navbar .nav#main-menu li.open a.dropdown-toggle .caret,
.navbar .nav#main-menu li.active a.top-level .caret,
.navbar .nav#main-menu li.active a:hover .caret { color: #ffffff;}
.navbar .nav#main-menu li.open a.dropdown-toggle { border-bottom-color: transparent;}
.navbar .nav#main-menu .dropdown-menu { 
    margin-top: 0px; padding: 1em; right: 0;
    -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border-top: 4px solid #00a8cc; 
    background: #fcffff;
    background: rgb(248,253,254); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZmRmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(248,253,254,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,253,254,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(248,253,254,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(248,253,254,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(248,253,254,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(248,253,254,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fdfe', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
    }

/* --- Main nav drop down width --- */
.navbar .nav#main-menu .dropdown-menu.mega-menu { min-width: 790px; list-style: none; padding: 0;}
/*#main-menu .dropdown .dropdown-menu.mega-menu .3col {min-width: 583px;}
#main-menu .dropdown .dropdown-menu.mega-menu .2col {min-width: 375px;}
	.3col {min-width: 583px;}
	.2col {min-width: 375px;}*/

.navbar .nav#main-menu .dropdown-menu.mega-menu .mega-menu-wrapper ul { padding: 1em 0;}
.navbar .nav#main-menu .dropdown-menu.mega-menu .mega-menu-wrapper ul li { padding: 0 6px;}
.navbar .nav#main-menu .dropdown-menu.mega-menu .menu-title { text-transform: uppercase; font-weight: 400;}
.navbar .nav#main-menu .dropdown-menu.mega-menu .mega-menu-footer { background: #6b7175; padding: 1em; color: rgba(255, 255, 255, 0.8); font-size: 1em; *zoom: 1;}
.navbar .nav#main-menu .dropdown-menu.mega-menu .mega-menu-footer:before,
.navbar .nav#main-menu .dropdown-menu.mega-menu .mega-menu-footer:after { display: table; content: ""; line-height: 0;}
.navbar .nav#main-menu .dropdown-menu.mega-menu .mega-menu-footer:after { clear: both;}
.navbar .nav#main-menu .dropdown-menu.mega-menu .mega-menu-footer strong { color: #ffffff;}
.navbar .nav#main-menu .dropdown-menu.mega-menu .mega-menu-footer a.more-link { background: #ffffff; color: #00a8cc; -webkit-box-shadow: 0 1px 3px rgba(52, 51, 49, 0.3); -moz-box-shadow: 0 1px 3px rgba(52, 51, 49, 0.3); box-shadow: 0 1px 3px rgba(52, 51, 49, 0.3); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; padding: 0 12px 0 0; text-transform: none; display: inline-block; line-height: 20px; border: none; margin: 0; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; font-weight: bold; display: block; font-size: 12px;}
.navbar .nav#main-menu .dropdown-menu.mega-menu .mega-menu-footer a.more-link.block-link { display: block; *zoom: 1;}
.navbar .nav#main-menu .dropdown-menu.mega-menu .mega-menu-footer a.more-link.block-link:before,
.navbar .nav#main-menu .dropdown-menu.mega-menu .mega-menu-footer a.more-link.block-link:after { display: table; content: ""; line-height: 0;}
.navbar .nav#main-menu .dropdown-menu.mega-menu .mega-menu-footer a.more-link.block-link:after { clear: both;}
.navbar .nav#main-menu .dropdown-menu.mega-menu .mega-menu-footer a.more-link.block-link i { float: left;}
.navbar .nav#main-menu .dropdown-menu.mega-menu .mega-menu-footer a.more-link:hover { background: #00a8cc; color: #ffffff; text-decoration: none; text-shadow: none;}
.navbar .nav#main-menu .dropdown-menu.mega-menu .mega-menu-footer a.more-link i,
.navbar .nav#main-menu .dropdown-menu.mega-menu .mega-menu-footer a.more-link [class*=" icon-"] { background: #00a8cc; color: #ffffff; font-style: normal; font-weight: 100; -webkit-border-radius: 2px 0 0 2px; -moz-border-radius: 2px 0 0 2px; border-radius: 2px 0 0 2px; height: 20px; width: 20px; display: inline-block; line-height: 20px; text-align: center; margin: 0; padding: 0; margin-right: 8px;}
.navbar .nav#main-menu .dropdown-menu.mega-menu .mega-menu-footer a.more-link i.default:before,
.navbar .nav#main-menu .dropdown-menu.mega-menu .mega-menu-footer a.more-link [class*=" icon-"].default:before { content: "\f067"; font-family: 'FontAwesome';}
.navbar .nav#main-menu .dropdown-menu.mega-menu .mega-menu-footer a.more-link.i-right { padding: 0 0 0 12px;}
.navbar .nav#main-menu .dropdown-menu.mega-menu .mega-menu-footer a.more-link.i-right i,
.navbar .nav#main-menu .dropdown-menu.mega-menu .mega-menu-footer a.more-link.i-right [class*=" icon-"] { margin-right: 0; margin-left: 8px; -webkit-border-radius: 0 2px 2px 0; -moz-border-radius: 0 2px 2px 0; border-radius: 0 2px 2px 0;}
.navbar .nav#main-menu .dropdown-menu.mega-menu .mega-menu-footer a.more-link.large { line-height: 38px;}
.navbar .nav#main-menu .dropdown-menu.mega-menu .mega-menu-footer a.more-link.large i { height: 38px; line-height: 40px; width: 38px; font-size: 1.83333333333333em; /* 22px/12px */ vertical-align: top;}
.navbar .nav#main-menu .dropdown-menu.mega-menu .mega-menu-footer a.more-link:before { display: none;}
.navbar .nav#main-menu .dropdown-menu:after,
.navbar .nav#main-menu .dropdown-menu:before { border-bottom-color: #00a8cc; border-width: 9px; top: -9px; display: none;}
.navbar .nav#main-menu .dropdown-menu.pull-right { right: 0;}
.navbar .nav#main-menu .dropdown-menu.pull-left { right: auto; left: -1px;}
.navbar .nav#main-menu .dropdown-menu.pull-left:before,
.navbar .nav#main-menu .dropdown-menu.pull-left:after { right: auto; left: 0;}
.navbar .nav#main-menu .dropdown-menu li[role="menuitem"],
.navbar .nav#main-menu .dropdown-menu li[role="menutitle"] { border-left: none; border-right: none; margin: 0; list-style: none;}

/* --- style for main nav drop down menu --- */

.navbar .nav#main-menu .dropdown-menu li[role="menuitem"] a { margin: 0; padding: 5px; /*height: auto;*/ line-height: 1.1; font-size: 1em; /* 14px/12px */ border: none; text-transform: none; position: relative; color: #555; display: block; width: auto; font-weight: normal;}

.navbar .nav#main-menu .dropdown-menu li[role="menutitle"] { border-top: 1px dotted #f3f3f3; list-style: none; text-transform: uppercase; font-weight: 400; color: #333; font-size: 1.166666666666667em; padding: 4px;}
.navbar .nav#main-menu .dropdown-menu li[role="menutitle"] a { border: none; display: block; padding: 5px; left: -5px; position: relative;  margin: 0 0 3px 0; list-style: none; text-transform: uppercase; font-weight: 400; color: #333; }

.navbar .nav#main-menu .dropdown-menu li[role="menuitem"] a:hover { color: #00a8cc; background: #fff; text-decoration: none;}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a { text-decoration: none; color: #555; 
background-color: #fff; background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #f2f0eb, #faf9f7);
}
/* --- / Navigation --- */


address strong { margin-top: 5px; display: block;}
address i { margin-right: 6px;}

.modal { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.modal.modal-inline { position: relative; }
.modal#login-modal { width: 400px; margin-left: -200px; padding: 1em; }
.modal#register-modal { width: 500px; margin-left: -250px; padding: 1em; }
.modal form { margin-bottom: 0; }
.modal form#login-form { max-width: 240px; margin: 0 auto; }
.modal form input { margin-bottom: 5px; }
.modal form input.login { margin-top: 5px; display: block; width: 100%; }
.modal .modal-header h3 { font-weight: 300; color: #555; }
.modal .modal-body { padding: 30px; max-height: none; overflow: visible; }
.modal .modal-footer { padding-top: 8px; padding-bottom: 8px; -webkit-border-radius: 0 0 2px 2px; -moz-border-radius: 0 0 2px 2px; border-radius: 0 0 2px 2px; }
.modal .modal-footer small { display: block; }
.modal a { color: #00a8cc; text-transform: none; }
.modal a.signup { text-transform: uppercase; }

.social-media { padding: 16px 15px 0 0;}
.social-media a { margin: .25em; text-decoration: none; color: #00a8cc; display: inline-block; line-height: 1; background: #ffffff; padding: 4px; text-align: center; -webkit-box-shadow: 0 1px 5px rgba(52, 51, 49, 0.2); -moz-box-shadow: 0 1px 5px rgba(52, 51, 49, 0.2); box-shadow: 0 1px 5px rgba(52, 51, 49, 0.2); -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;}
.social-media a i { font-size: 1em; padding: 2px; margin: 0; line-height: 12px; width: 12px; height: 12px; text-align: center; /*border: 2px solid #00a8cc;*/}
.social-media a:hover { text-decoration: none; background: #00a8cc; color: #ffffff;}
.social-media a:hover i { border-color: #ffffff;}
.social-media a.last { padding-bottom: 0; border-bottom: 0;}

.btn span { display: block; font-size: 1em;}
.spacer { font-weight: bold; color: #00a8cc;}
.spacer.dark { color: #00a8cc;}

.full-screen { height: 100%;}
.full-screen#background-wrapper { border: none;}
.full-screen #content { padding: 5% 0; background: transparent;}
.full-screen .header .brand { margin: 0 auto;}

.tabs-footer {position: relative; bottom: 0px; 
              background: #fbfbfb; -moz-opacity: 0.70; opacity: 0.70; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); 
              /*border-top: 1px dotted #ccc; border-bottom: 1px dotted #ccc;*/
              padding: .2em .5em;}
.tabs-footer a { }


/* --------------------------------------------------
 * Wells
 *-------------------------------------------------- */

/* creates a well with a gray bg and rounded corners - defined in bootstrap.css*/
.well {} 

/* no bg, with top and bottom borders*/
.well-blank {min-height: 20px; padding: 1em 0; margin: 1.5em 0;  border-top: 1px dotted #dcdcdc; border-bottom: 1px dotted #dcdcdc;}

/* well2 has a blue gradient bg with a very light gray border around it */
.well2 {min-height: 20px; padding: 12px; margin-bottom: 20px;  background-color: #f9f9f9;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWNlZCIgc3RvcC1vcGFjaXR5PSIwLjA0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMDBhY2VkIiBzdG9wLW9wYWNpdHk9IjAuMDQiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UzZTRlNSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(0,172,237,0.04) 0%, rgba(0,172,237,0.04) 1%, rgba(227,228,229,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,172,237,0.04)), color-stop(1%,rgba(0,172,237,0.04)), color-stop(100%,rgba(227,228,229,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,172,237,0.04) 0%,rgba(0,172,237,0.04) 1%,rgba(227,228,229,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,172,237,0.04) 0%,rgba(0,172,237,0.04) 1%,rgba(227,228,229,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,172,237,0.04) 0%,rgba(0,172,237,0.04) 1%,rgba(227,228,229,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,172,237,0.04) 0%,rgba(0,172,237,0.04) 1%,rgba(227,228,229,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a00aced', endColorstr='#00e3e4e5',GradientType=0 ); /* IE6-8 */
    border: 1px solid #fafafa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well2-small { padding: 6px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.well-small { padding: 9px;}
.well-mini { padding: 5px;}

/* Call to action well - used in Solutions/Industries... has blue bg with small cmmscp logo on upper left side */
.well3 {min-height: 20px; padding: 10px 2em 12px 80px; margin: 1em 0 20px 0;
    background: url(/theme/img/misc/bg-logo-icon-tint_60x45.png) no-repeat top left; background-color: #00bff3; color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
.well3 a {color: #fff; text-decoration: underline;}

/* blank/clear well w/ padded area, but then adds a on-hover effect to hightlight the box */
.well4 { margin:15px 0; padding:15px 15px 10px;}
.well4:hover { border-radius:2px; box-shadow:0 0 8px #ddd; background:#fcfcfc;
    -webkit-transition:box-shadow 0.2s ease-in-out;
    -moz-transition:box-shadow 0.2s ease-in-out;
    -o-transition:box-shadow 0.2s ease-in-out;
    transition:box-shadow 0.2s ease-in-out; }

/* Adds line at top and bottom, then adds hover effect*/
.well5 { margin:15px 0; padding:6px 0 10px 1em; border-top: 1px solid #efefef; border-bottom: 1px solid #efefef;}
.well5:hover {border-radius:2px; box-shadow:0 0 8px #ddd; background:#fcfcfc;
    -webkit-transition:box-shadow 0.2s ease-in-out;
    -moz-transition:box-shadow 0.2s ease-in-out;
    -o-transition:box-shadow 0.2s ease-in-out;
    transition:box-shadow 0.2s ease-in-out; }

/* creates white background with shadow box */
.well6 { padding: 1em .9em; background:#fff; border:1px solid #ddd; 
-webkit-border-radius:2px;-moz-border-radius:2px; border-radius:2px;
-moz-box-shadow:0 0 8px 2px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
-o-box-shadow:0 0 8px 2px rgba(0,0,0,0.1);box-shadow:0 0 8px 2px rgba(0,0,0,0.1);}

/* Solutions sub level nav container - shadow box but with blue line for top border */
.well7 {margin: 1.8em 0; padding: 2px 8px 1em 1em; border-top: 1px solid #66a8dd; border-bottom: 1px solid #efefef; 
             -webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.10); -moz-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.10); box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.10);
}
/* * End wells ----------- */

hr {margin: 1em 0; border: 0; border-top: 1px solid #e3e3e3; border-bottom: 1px solid #ffffff;}

#myTabContent {}
.tabbed-date-width {width: 110px;}
.tabbed-article-width {width: 77%;}

.date{ font-size: 0.8333333333333333em; /* 10px/12px */ color: #696969;}

.hightlights p {margin-top: 1.5em;}

#myTabContent { padding: 15px 8px 8px 8px; border-left: 1px solid #ddd; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;
                background: #fff; 
                background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 48%, #ffffff 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(48%,#f7f7f7), color-stop(100%,#ffffff));
                background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 48%,#ffffff 100%);
                background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 48%,#ffffff 100%);
                background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 48%,#ffffff 100%);
                background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 48%,#ffffff 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
 }

#myTabContent .date {}

.nav-tabs {margin-bottom: 0px;}
.nav-tabs > li > a { border: 1px solid #eaeaea; background-color: #f7f7f7; }

.bottom-shadow {-webkit-box-shadow: 0 8px 6px -6px #777;
	            -moz-box-shadow: 0 8px 6px -6px #777;
	            box-shadow: 0 8px 6px -6px #777;}


/* --------------------------------------------------
 * Homepage
 *-------------------------------------------------- */
.thumbnails .span2.features { }
.thumbnails .span2.features p {margin-top: 10px;}

.flexslider-wrapper .caption, .static-banner .caption { padding: 5% 1em 5% 0;}
.flexslider-wrapper .caption.caption-right, .static-banner .caption.caption-right { text-align: right;}
.flexslider-wrapper .caption h1, .static-banner .caption h1, .flexslider-wrapper .caption h2, .static-banner .caption h2, .flexslider-wrapper .caption h3, .static-banner .caption h3, .flexslider-wrapper .caption h4, .static-banner .caption h4,
.flexslider-wrapper .caption h5, .static-banner .caption h5, .flexslider-wrapper .caption p, .static-banner .caption p { margin-top: 0;}
.flexslider-wrapper .caption .btn, .static-banner .caption .btn { margin: 0;}
.flexslider-wrapper .flexslider, .static-banner .flexslider { margin: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background: transparent;}

.mission h1, .mission h2, .mission h3, .mission h4, .mission h5 { font-weight: 100; text-shadow: 1px 1px 0 #fff;}

.services.block .container { border-bottom: 1px solid #00a8cc;}
.services .thumbnails { margin-top: 2em;}
.services .thumbnails > li { text-align: center;}
.services .thumbnails > li .title,
.services .thumbnails > li p { text-align: left; padding: 0 5%;}

.bg-white { background: #fff;}
.bg-gray {background: #efefef;}

.thumbnails .span2.features h3{margin-bottom: 0px; margin-top: 0px;}
.thumbnails .span2.features .pad-fixheight {padding: 6px 4px 2px 4px; height: 260px;}

.thumbnails .span2.features img {width: 100%; margin: 4px 0 0px 0;}
.thumbnails .span2.features p {line-height: 17px; margin-top: 5px;}

/* --------------------------------------------------
 * News Center
 *-------------------------------------------------- */

.centerstage h2, .blog h2 {border-bottom: 1px solid #f7f7f7; padding-bottom: 6px;}
.centerstage-img {width: 250px; float: right; margin: .6em;}
#NewsCenter #myTabContent .tab-pane { min-height: 230px;}
#NewsCenter .thmb {width: 125px; margin-right: 1.5em;}
#NewsCenter .archive {background: #f7f7f7; padding: 2px 4px; width: 85px; text-align: center;position: relative; top: -35px;}
#NewsCenter img { margin: .8em;}
.press-release .media-object { max-width: 120px;}


/* --------------------------------------------------
 * Blog
 *-------------------------------------------------- */
#blog h2.title  {border-bottom: 1px solid #f7f7f7; padding: 1em 0;}
  
#blog img{ margin: .8em;}
#blog .author-thumbnail img{}
#blog .author-photo { margin-right: 10px;}
#blog .author-photo img{ max-width: 120px; margin: 0;}

#blog .author{ margin: 0 6px 6px 0; text-align: left;}

#blog .alignright {float: right; display: inline;}
#blog .alignleft { float: left; display: inline;}

.date-wrapper { color: #ffffff; text-align: center; margin: 0 0 1em 0; border-bottom: 2px solid #e5e5e5;}
.date-wrapper span { font-size: 1.333333333333333em; /*16px/12px*/ display: block;}
.date-wrapper span.date-m { padding: 2px; text-transform: uppercase; font-weight: 100; background: #00a8cc; font-size: 0.9166666666666667em; /* 11px/12px */ line-height: 1;}
.date-wrapper span.date-d { font-size: 1.333333333333333em;  /* 16px/12px */ line-height: 1; padding: 4px 0; background: #ffffff; color: #343331;}
.tags { font-size: 10px; text-transform: uppercase;}
.tags .tag { color: #00a8cc;}
.tags .type { color: #343331;}
.tag-cloud span { -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; background: rgba(227, 227, 227, 0.8); display: inline-block; padding: 4px 8px; margin: 2px 0; font-size: 0.9166666666666667em; /* 11px/12px */ text-transform: uppercase;}
.blog-roll .title,
.blog-post .title { margin: 0; line-height: 1;}
.blog-roll .meta,
.blog-post .meta { font-size: 1em;}
.blog-roll .meta a,
.blog-post .meta a { color: #343331;}
.blog-roll .media,
.blog-post .media { padding-bottom: 1em;}
.blog-roll .media p,
.blog-post .media p { font-size: 1.083333333333333em; /* 13px/12px */}
.page-blog .blog-roll .media,
.page-blog .blog-post .media { padding-bottom: 2em; margin-bottom: 1.5em; border-bottom: 1px solid #e3e3e3;}
.blog-post .title { }
.blog-post .meta { margin-bottom: 10px;}

.blog-post .media p { font-size: 1em;}
.blog-post .media p.fancy { font-size: 1.5em; /* 18px/12px */}
.blog-post .comments .media-heading { margin-bottom: 0;}
.blog-post .comments .media-body { margin-top: 0;}
.blog-post .comments .media-body .meta { margin: 0;}



/* --------------------------------------------------
 * Solutions
 *-------------------------------------------------- */
#solutions-side {}
#solutions-side h3{ color: #333;}
#solutions-side h3 a{ color: #333;}
#solutions-side ul{margin-left: 4px; margin-top: 10px;}
#solutions-side .widget {font-size: 11px;}
#solutions-side .widget li {/*font-size: 11px;*/ color: #444; border-bottom: 1px solid #e4e4e4; padding-bottom: 5px; list-style: none; margin-bottom: 5px;}
#solutions-side li a { color: #3399cc; text-decoration: none;}
#solutions-side .widget ul > li:last-of-type{ border-bottom: 0px;}

ul.side-bar {margin-left: 4px; margin-top: 10px;}
.side-bar li { color: #444; border-bottom: 1px solid #e4e4e4; padding-bottom: 5px; list-style: none; margin-bottom: 5px;}
.side-bar ul > li:last-of-type{ border-bottom: 0px;}

.rt-side{font-size: 11px;}
.rt-side h3{ color: #333;}
.rt-side h3 a{ color: #333;}
.rt-side ul{margin-left: 4px; margin-top: 10px;}
.rt-side ul > li:last-of-type{ border-bottom: 0px;}
.rt-side li {/*font-size: 11px;*/ color: #444; border-bottom: 1px solid #e4e4e4; padding-bottom: 5px; list-style: none; margin-bottom: 5px;}
.rt-side li a { color: #3399cc; text-decoration: none;}


/* Solutions buy cycles */
#buycycles { margin: 0 20px 15px 1em; padding-top: 1em; border-top: 1px dotted #efefef;}
#buycycles h5 { padding: 6px 10px; margin: 0px; color: #e88800; background: #fcfcfc;}
#buycycles div {padding: 6px 12px; /*border-bottom: 1px dotted #ccc;*/ font-size: 11px;}

/* Success Stories */
.gradient-1 {background-color: #e9f9fe;
background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 3%, #e9f9fe 4%, #e9f9fe 41%, #ffffff 94%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(3%,#ffffff), color-stop(4%,#e9f9fe), color-stop(41%,#e9f9fe), color-stop(94%,#ffffff));
background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 3%,#e9f9fe 4%,#e9f9fe 41%,#ffffff 94%);
background: -o-linear-gradient(left,  #ffffff 0%,#ffffff 3%,#e9f9fe 4%,#e9f9fe 41%,#ffffff 94%);
background: -ms-linear-gradient(left,  #ffffff 0%,#ffffff 3%,#e9f9fe 4%,#e9f9fe 41%,#ffffff 94%);
background: linear-gradient(to right,  #ffffff 0%,#ffffff 3%,#e9f9fe 4%,#e9f9fe 41%,#ffffff 94%);
}

/* fixes the bullets when an image is floated to the left side of them.  The bullets will appear on the right edge of the image when it's floated.
ul.image-left-bullets-right  { list-style-type: none;}
.image-left-bullets-right li:before { content: "\2022"; margin-left: 25px; margin-right: .65em;padding-right: 0.5em;}*/


/* --------------------------------------------------
 * 
 *-------------------------------------------------- */
.connect-links a { display: block; margin-bottom: 10px; font-size: 1em; font-weight: bold; *zoom: 1;}
.connect-links a:before,
.connect-links a:after { display: table; content: ""; line-height: 0;}
.connect-links a:after { clear: both;}
.connect-links a i { float: left; font-size: 2em; color: #343331; width: 32px;}
.connect-links a small { display: block; font-size: 0.8333333333333333em; /* 10px/12px */ color: #343331; font-weight: normal;}
.connect-links a:hover { text-decoration: none;}
.connect-links a:hover i { color: #00a8cc;}


/* --------------------------------------------------
 * About
 *-------------------------------------------------- */
.team .media { margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px dotted #999;}
.team .media-heading { margin: 0; color: #00a8cc; font-weight: bold;}
.team p { color: rgba(36, 36, 36, 0.8);}
.team .role,
.team p.role { color: #343331; font-size: 1.083333333333333em;  /* 13px/12px */ /*text-transform: uppercase;*/}
.team .media-object { max-width: 120px;}
.team a i { background: #00a8cc; color: #ffffff; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; height: 16px; line-height: 16px; width: 16px; font-size: 1em;}
.team a:hover { text-decoration: none;}
.team a:hover i { background: #00a8cc;}



/* --------------------------------------------------
 * Misc
 *-------------------------------------------------- */
.no-bullets {list-style: none;}

.relative { position: relative;}
.img-right {float: right; margin: 0 0 1em 1em;}
.img-left {float: left; margin: 0 1em 1em 0;}

#google_translate_element{/*position: absolute; right: 2px; top: -5px;*/  display: inline-block;}
.masthead {width: 100%;}

.title {border-bottom: 1px solid #e4e4e4; padding-bottom: .2em; color: #108ec5; font-weight: 700;}
.title2 {color: #00a8cc;}

.page-title { margin: 8px 0 0 0; color: #00a8cc; border-bottom: 1px dotted #e4e4e4; margin-bottom: .6em; padding-bottom: .2em;}
.page-title small { color: rgba(51, 51, 51, 0.5);}
.page-title .subtitle {color: #696969; font-size: 12px; font-weight: normal; margin-left: 8px;}

h2.secondary { font-size: 16px; }

.blue {color: #00a8cc;}

.sidebar { min-height: 450px; padding: 0em 0 0 0; margin-top: 32px; /*background: url(/theme/img/misc/bg_sidebar-left.png) right 10% no-repeat;*/}
    
.sidebar h4, h5{ color: #444; margin: 0;}
.sidebar h4 {margin-top: 6px;}
.sidebar h4 a, h5 a{ /*color: #444;*/ }
.sidebar .inner { padding: 1em 1em;}
.sidebar .block { margin-bottom: 2em; padding: 0;}
.sidebar hr {-webkit-margin-before: 0.3em;-webkit-margin-after: 0.3em; }

.sidebar-right { 
	/*background: #f6f6f6;
	  background: -moz-linear-gradient(top,  #e8e8e8 1%, #f6f6f6 9%, #fcfcfc 67%, #f4f4f4 100%);
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e8e8e8), color-stop(9%,#f6f6f6), color-stop(67%,#fcfcfc), color-stop(100%,#f4f4f4));
	  background: -webkit-linear-gradient(top,  #e8e8e8 1%,#f6f6f6 9%,#fcfcfc 67%,#f4f4f4 100%);
	  background: -o-linear-gradient(top,  #e8e8e8 1%,#f6f6f6 9%,#fcfcfc 67%,#f4f4f4 100%);
	  background: -ms-linear-gradient(top,  #e8e8e8 1%,#f6f6f6 9%,#fcfcfc 67%,#f4f4f4 100%);
	  background: linear-gradient(to bottom,  #e8e8e8 1%,#f6f6f6 9%,#fcfcfc 67%,#f4f4f4 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f4f4f4',GradientType=0 );*/
	  
	border-top: 3px solid #e1e1e8; 
    border-bottom: 3px solid #e1e1e8;
    border-radius: 4px;
	background: #f9f9f9; /* Old browsers */
	/*background: -moz-linear-gradient(top,  #fcfcfc 1%, #f7f7f7 80%, #fcfcfc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fcfcfc), color-stop(80%,#f7f7f7), color-stop(100%,#fcfcfc));
	background: -webkit-linear-gradient(top,  #fcfcfc 1%,#f7f7f7 80%,#fcfcfc 100%);
	background: -o-linear-gradient(top,  #fcfcfc 1%,#f7f7f7 80%,#fcfcfc 100%);
	background: -ms-linear-gradient(top,  #fcfcfc 1%,#f7f7f7 80%,#fcfcfc 100%);
	background: linear-gradient(to bottom,  #fcfcfc 1%,#f7f7f7 80%,#fcfcfc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#fcfcfc',GradientType=0 );*/
}

.border-left {border-left: 1px solid #efefef;}
.border-right {border-right: 1px solid #efefef;}

.form-wrapper { margin: 0 auto; border: 1px solid #e3e3e3; padding: 20px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 1px 1px 10px rgba(36, 36, 36, 0.2); -moz-box-shadow: 1px 1px 10px rgba(36, 36, 36, 0.2); box-shadow: 1px 1px 10px rgba(36, 36, 36, 0.2);}
.form-wrapper.form-narrow { min-width: 200px; max-width: 300px;}
.form-wrapper.form-medium { min-width: 400px; max-width: 500px;}
.form-wrapper h2.title-divider,
.form-wrapper h3.title-divider { margin-top: 0;}
.demos .title-divider { margin-top: 2em;}
.demos .demo-block,
.demos [class*="span"] { background: #e3e3e3; min-height: 300px;}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small { display: block; font-weight: 300; font-size: 1.333333333333333em; /* 16px/12px */ color: #696762;}
.lead { margin: 1em 0;}
.fancy { font-family: serif; font-style: italic;}
.i-float { *zoom: 1;}
.i-float:before,
.i-float:after { display: table; content: ""; line-height: 0;}
.i-float:after { clear: both;}
.i-float i,
.i-float span { float: left; text-align: left; width: 14%; display: block;}
.i-float span { width: 84%;}

.captionBox {float: left; margin: 0 10px 12px 0; padding-right: 1em; font-size: 0.9166666666666667em; color: #555;}
.halfsize { width:50%; }

.more-link { background: #fff; color: #00a8cc;
-webkit-box-shadow: 0 1px 3px rgba(52, 51, 49, 0.3); 
-moz-box-shadow: 0 1px 3px rgba(52, 51, 49, 0.3); 
box-shadow: 0 1px 3px rgba(52, 51, 49, 0.3); 
-webkit-border-radius: 2px;
 -moz-border-radius: 2px; 
 border-radius: 2px; padding: 0 12px 0 0; text-transform: none; display: inline-block; line-height: 20px; border: none; margin: 0; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; font-weight: bold;}
 
.more-link.block-link { display: block; *zoom: 1;}
.more-link.block-link:before,
.more-link.block-link:after { display: table; content: ""; line-height: 0;}
.more-link.block-link:after { clear: both;}
.more-link.block-link i { float: left;}
.more-link:hover { background: #00a8cc; color: #ffffff; text-decoration: none; text-shadow: none;}
.more-link i,
.more-link [class*=" icon-"] { background: #00a8cc; color: #ffffff; font-style: normal; font-weight: 100; -webkit-border-radius: 2px 0 0 2px; -moz-border-radius: 2px 0 0 2px; border-radius: 2px 0 0 2px; height: 20px; width: 20px; display: inline-block; line-height: 20px; text-align: center; margin: 0; padding: 0; margin-right: 8px;}

.more-link i.default:before,
.more-link [class*=" icon-"].default:before { 
	content: "\f101"; /*content: "\f067";*/ 
	font-family: 'FontAwesome';}

.more-link.i-right { padding: 0 0 0 12px;}
.more-link.i-right i,
.more-link.i-right [class*=" icon-"] { margin-right: 0; margin-left: 8px; -webkit-border-radius: 0 2px 2px 0; -moz-border-radius: 0 2px 2px 0; border-radius: 0 2px 2px 0;}
.more-link.large { line-height: 38px;}
.more-link.large i { height: 38px; line-height: 40px; width: 38px; font-size: 1.833333333333333em; /* 22px/12px */ vertical-align: top;}
.btn.more-link { background: #ffffff; color: #00a8cc; -webkit-box-shadow: 0 1px 3px rgba(52, 51, 49, 0.3); -moz-box-shadow: 0 1px 3px rgba(52, 51, 49, 0.3); box-shadow: 0 1px 3px rgba(52, 51, 49, 0.3); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; padding: 0 12px 0 0; text-transform: none; display: inline-block; line-height: 20px; border: none; margin: 0; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; font-weight: bold;}
.btn.more-link.block-link { display: block; *zoom: 1;}
.btn.more-link.block-link:before,
.btn.more-link.block-link:after { display: table; content: ""; line-height: 0;}
.btn.more-link.block-link:after { clear: both;}
.btn.more-link.block-link i { float: left;}
.btn.more-link:hover { background: #00a8cc; color: #ffffff; text-decoration: none; text-shadow: none;}
.btn.more-link i,
.btn.more-link [class*=" icon-"] { background: #00a8cc; color: #ffffff; font-style: normal; font-weight: 100; -webkit-border-radius: 2px 0 0 2px; -moz-border-radius: 2px 0 0 2px; border-radius: 2px 0 0 2px; height: 20px; width: 20px; display: inline-block; line-height: 20px; text-align: center; margin: 0; padding: 0; margin-right: 8px;}
.btn.more-link i.default:before,

.btn.more-link [class*=" icon-"].default:before { 
	content: "\f101"; /*content: "\f067";*/
	font-family: 'FontAwesome';}
	
.btn.more-link.i-right { padding: 0 0 0 12px;}
.btn.more-link.i-right i,
.btn.more-link.i-right [class*=" icon-"] { margin-right: 0; margin-left: 8px; -webkit-border-radius: 0 2px 2px 0; -moz-border-radius: 0 2px 2px 0; border-radius: 0 2px 2px 0;}
.btn.more-link.large { line-height: 38px;}
.btn.more-link.large i { height: 38px; line-height: 40px; width: 38px; font-size: 1.833333333333333em; /* 22px/12px */ vertical-align: top;}
#footer .more-link { vertical-align: top;}

.accordion-group {margin-bottom: 6px; border: 1px solid #e7e7e7;}
.accordion-heading .accordion-toggle { padding: 2px 10px;  }


.block-half { padding: 10px 0 10px 0;}
.block { padding: 20px 0 20px 0;}
.block:first-child { padding: 20px 0 20px 0;}

.focus-block { border-top: 1px solid #00a8cc; border-bottom: 1px solid #00a8cc; background: #f2f2f2; padding: 1.5em; margin: 2em 0;}
.focus-block h1:first-child,
.focus-block h3:first-child,
.focus-block h3:first-child,
.focus-block h4:first-child,
.focus-block h5:first-child { margin-top: 0;}
.focus-block p { font-size: 1em  /* 22px/12px */; font-weight: 100;}

.uc { text-transform: uppercase;}
.row-fluid [class*="span"].row-first { margin-left: 0;}

ul.inline > li:first-child { padding-left: 0;}
.de-em { color: rgba(51, 51, 51, 0.8);}
a .de-em { color: inherit;}
.hero .de-em { color: rgba(255, 88, 33, 0.8);}
.em { color: #00a8cc;}

small img { max-width: 50px;}

blockquote { border: none; padding: 0; margin: 1em 0 0 1.8em; position: relative; *zoom: 1; }
blockquote:before,
blockquote:after { display: table; content: ""; line-height: 0;}
blockquote:after { clear: both;}
blockquote p { margin-bottom: 1em; font-size: 1em; font-weight: normal; line-height: 1.55em; padding: 0; /*padding: 0 1em 1em 160px; text-align: center; font-style: italic; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; line-height: 1.55;*/}
blockquote img { /*position: absolute; bottom: 0; left: 50px; max-width: 120px;*/}
blockquote small { display: block; padding: 10px; padding-left: 160px; background: #6b7175; color: #d0d3d4;}
blockquote small:before { content: ' ';}
blockquote small strong,
blockquote small .spacer { color: #ffffff; font-size: 1.333333333333333em;}
blockquote small a { color: #d0d3d4;}
blockquote small a:hover { color: #d0d3d4;}
blockquote.right { background: url(/theme/bg_blockquote-flipped.png) right top no-repeat;}
blockquote.right p { padding: 0 160px 1em 1em;}
blockquote.right img { left: auto; right: 50px;}
blockquote.right small { padding-right: 180px; text-align: right; padding-left: 0;}
blockquote {border: 0px; }

.inline-el { display: inline-block;}
.inline-el h1,
.inline-el h2,
.inline-el h3,
.inline-el h4,
.inline-el h5,
.inline-el p { margin: 0;}

.badge.badge-large,
.label.badge-large,
.badge.label-large,
.label.label-large { padding: 4px 8px; font-size: 1.166666666666667em  /* 14px/12px */;}
.badge.badge-xlarge,
.label.badge-xlarge,
.badge.label-xlarge,
.label.label-xlarge { padding: 8px 12px; font-size: 1.5em /* 18px/12px */;}

/* Utilities ******************** */

/* RESPONSIVE VIDEO  */
.video { position: relative; padding-bottom: 56.25%; height: 0; overflow: auto;}
.video iframe, .video object, .video embed 
    {position: absolute; top: 0; left: 0; width: 100%; height: 100%;} 
/* 07-11-2013-changed overflow from hidden to auto, since it was effecting elements outide it's container*/

/*#social {margin-top: .5em; float: right;}*/

/* Add this */
.addthis {float: right; }

.break-word { word-wrap: break-word;}

a.aspNetDisabled { color: #888; text-decoration: none;}
.bg-light {background: #f7f7f7;}
.primary-colour { color: #00a8cc;}
.primary-colour-bg { background-color: #00a8cc;}
.primary-colour-bg-50 { background-color: rgba(255, 88, 33, 0.5);}
.primary-colour-bg-80 { background-color: rgba(255, 88, 33, 0.8);}
.white-80 { color: rgba(255, 255, 255, 0.8);}
.white-60 { color: rgba(255, 255, 255, 0.6);}
.white-40 { color: rgba(255, 255, 255, 0.4);}
.pull-right { text-align: right;}
.pull-center { text-align: center;}
.space-reset { line-height: 1; padding: 0; margin: 0;}

.margin-top-small { margin-top: 0.5em;}
.margin-top-medium { margin-top: 1em;}
.margin-top-large { margin-top: 2em;}
.bordered-top-small { margin-top: 0.5em; padding-top: 0.5em; border-top: 1px solid rgba(204, 204, 204, 0.7);}
.bordered-top-medium { margin-top: 1em; padding-top: 1em; border-top: 1px solid rgba(204, 204, 204, 0.7);}
.bordered-top-large { margin-top: 2em; padding-top: 2em; border-top: 1px solid rgba(204, 204, 204, 0.7);}
.margin-bottom-small { margin-bottom: 0.5em;}
.margin-bottom-medium { margin-bottom: 1em;}
.margin-bottom-large { margin-bottom: 2em;}
.bordered-bottom-small { margin-bottom: 0.5em; padding-bottom: 0.5em; border-bottom: 1px solid rgba(204, 204, 204, 0.7);}
.bordered-bottom-medium { margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid rgba(204, 204, 204, 0.7);}
.bordered-bottom-large { margin-bottom: 2em; padding-bottom: 2em; border-bottom: 1px solid rgba(204, 204, 204, 0.7);}
ul.big-list { font-size: 1.66666666666667em; /* 20px/12px */ padding: 0; margin: 0;}
ul.big-list li { list-style: none; margin: 0; padding: 0.5em; margin-bottom: 0.5em; padding-bottom: 0.5em; border-bottom: 1px solid rgba(204, 204, 204, 0.7); border-color: rgba(204, 204, 204, 0.6);}
ul.big-list li:hover { background: #ededed;}
.sidebar ul.big-list { font-size: 1em;}
.secondary-nav { margin: 0; padding: 0;}
.secondary-nav li a { margin: 0 0 1px 0; padding: 8px 0.5em; background: rgba(255, 88, 33, 0.05); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 1px solid rgba(255, 88, 33, 0.1);}
.secondary-nav li a i { -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; transition: all 0.2s ease-in; opacity: 0.6; filter: alpha(opacity=60);}
.secondary-nav li a:hover { background: rgba(255, 88, 33, 0.1);}
.secondary-nav li a:hover i { opacity: 0.9; filter: alpha(opacity=90);}
.secondary-nav li.active a { background: #00a8cc;}
.secondary-nav li ul { margin: 0 0 1px 0; padding: 8px 1em; border: 1px solid rgba(255, 88, 33, 0.3); -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; background: rgba(255, 88, 33, 0.1);}
.popover-title { font-size: 1.333333333333333em;  /* 16px/12px */ font-weight: bold;}
.popover-content { font-size: 1em; font-weight: normal;}
.accordion-primary .accordion-group { margin-bottom: 1px; border: 1px solid rgba(255, 88, 33, 0.1); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: rgba(255, 88, 33, 0.05);}
.accordion-primary .accordion-group:hover { background: rgba(255, 88, 33, 0.1);}
.accordion-primary .accordion-inner { border-top: 1px solid rgba(255, 88, 33, 0.2);}
.background-clip-fix { -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;}
.overlay-wrapper { position: relative; display: block; overflow: hidden;}
.overlay-wrapper.overlay-wrapper-bordered { border-bottom: 5px solid transparent;}
.overlay-wrapper.overlay-wrapper-bordered:hover { border-bottom: 5px solid #00a8cc;}
.overlay-wrapper .overlay { position: absolute; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.3); z-index: 100; display: block; top: 100%; bottom: 0; right: 0; left: 0; -webkit-transition: all 220ms ease-out; -moz-transition: all 220ms ease-out; -o-transition: all 220ms ease-out; transition: all 220ms ease-out; text-align: center; padding: 5% 0; color: #343331;}
.overlay-wrapper .overlay.on { top: 0;}
.overlay-wrapper .underlay { z-index: 99;}
.overlay-wrapper:hover .overlay { top: 0; background: transparent;}
.hidden { visibility: hidden; display: none;}
.i-primary { color: #00a8cc;}
.flex-direction-nav a { text-indent: 0; font-size: 0; background: #343331; width: 40px; height: 75px; line-height: 75px; color: #ffffff; text-align: center; -webkit-border-radius: 2px 0 0 2px; -moz-border-radius: 2px 0 0 2px; border-radius: 2px 0 0 2px;}
.flex-direction-nav a:before { content: '\f105'; font-family: 'FontAwesome'; font-size: 2.666666666666667em; /*32px/12px;*/}
.flex-direction-nav a.flex-prev { -webkit-border-radius: 0 2px 2px 0; -moz-border-radius: 0 2px 2px 0; border-radius: 0 2px 2px 0;}
.flex-direction-nav a.flex-prev:before { content: '\f104';}
.flex-direction-nav a:hover { text-decoration: none;}
.flex-control-nav { bottom: 10px; right: 5px; width: auto;}
.flex-control-nav li { margin: 0 3px;}
.flex-control-nav li a { -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; height: 14px; width: 14px; border: 2px solid #464b4d; background: transparent;}
.flex-control-nav li a.flex-active { border-color: #ffffff;}
.flexslider-carousel { position: relative;}
.flexslider-carousel .flex-direction-nav a { opacity: 0.8; filter: alpha(opacity=80); background: #00a8cc; width: 30px; height: 50px; line-height: 50px; top: 40%;}
.flexslider-carousel .flex-direction-nav a:hover { opacity: 1; filter: alpha(opacity=100);}
.flexslider-carousel .flex-direction-nav a.flex-prev { left: 0;}
.flexslider-carousel .flex-direction-nav a.flex-next { right: 0;}
.flexslider .slides img { width: auto; display: inline;}
.slide img,
.slide .caption { opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; -o-transition: all 0.8s ease-out; transition: all 0.8s ease-out;}
.slide .caption { -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; -o-transition: all 1s ease-out; transition: all 1s ease-out;}
.slide.animate-in img,
.slide.animate-in .caption { opacity: 1; filter: alpha(opacity=100);}

.pullquote {border-top: 1px solid #66ccff; border-bottom: 1px solid #66ccff; margin: 1em 0 1em 1em; padding: 1em; font-size: 1.166666666666667em; /* 14px/12px */ float: right; width: 300px; background: #f7f7f7;}

h1.enlarge { font-size: 4em; /*48px/12*/ line-height: 1.3em;}
h2.enlarge { font-size: 3.5em; /*42px/12*/ line-height: 1em;}
h3.enlarge { font-size: 3em; /*36px/12*/ line-height: .95em;}
h4.enlarge { font-size: 2.5em; /*30px;*/ line-height: .87em;}
h5.enlarge { font-size: 2em;  /* 24px/12px */}
h6.enlarge { font-size: 1.5em; /* 18px/12px */}

.img-wrap { float: left; margin: 0 1em 1em 0;}
.img-wrap figcaption { font-size: 1.166666666666667em; /* 14px/12px */ font-weight: normal;}
li .i-circle,
.i-circle { border: 1px solid #00a8cc; -webkit-border-radius: 800px; -moz-border-radius: 800px; border-radius: 800px; padding: 8%; width: 1.05em;}


.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #00a8eb;
  background-image: -moz-linear-gradient(top, #00a8eb, #006087);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00a8eb), to(#006087));
  background-image: -webkit-linear-gradient(top, #00a8eb, #006087);
  background-image: -o-linear-gradient(top, #00a8eb, #006087);
  background-image: linear-gradient(to bottom, #00a8eb, #006087);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a8eb', endColorstr='#ff006087', GradientType=0);
  border-color: #006087 #006087 #000d4f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #00a8eb;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] { color: #ffffff; background-color: #006087;	*background-color: #00666e; }


/*.btn-primary { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); 
               background-color: #00a8cc; background-repeat: repeat-x; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 
               *background-image: linear-gradient(to bottom, #00a8cc, #0095b5);
    border-left-color: #00a8cc;
    border-right-color: #00a8cc;
    border-top-color: #00a8cc;
    border-bottom-color: #0095b5;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] { color: #ffffff; background-color: #00a8cc; *background-color: #00a8cc;}
.btn-primary:active,
.btn-primary.active { background-color: #00a8cc \9;}
.btn-warning { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #faa732; background-repeat: repeat-x; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-image: linear-gradient(to bottom, #fbb450, #f89406);
    border-left-color: #f89406;
    border-right-color: #f89406;
    border-top-color: #f89406;
    border-bottom-color: #ad6704;
}*/


/* Used on Solutions and Brands*/
.catalog-hierarchy { margin-left: 25px; }
.catalog-hierarchy-parent { padding-bottom: 3px; list-style-type: none; }
    .catalog-hierarchy-parent .expander { display: inline-block; /*height: 21px;*/ zoom: 1; *display: inline;}
    .catalog-hierarchy-parent .collapsed { background-image: url(/theme/img/misc/plus.gif); background-repeat: no-repeat; padding-left: 22px; }
    .catalog-hierarchy-parent .expanded { background-image: url(/theme/img/misc/minus.gif); background-repeat: no-repeat; padding-left: 22px; }
.catalog-hierarchy-parent-nochildren { margin-left: 24px; font-weight: bold; padding-left: 7px; list-style-type: disc; color: #777; }
/* End Used on Solutions and Brands*/

#catalog-categories { margin-bottom: .5em;}

#catalog-categories li { margin-bottom: 0;}

#catalog-categories .expanded.expander {
    padding-left: 2.2em; 
}

#catalog-categories .collapsed.expander {
    padding-left: 2.2em;
}

.catalog-categories-header { color: #333; font-weight: bold; padding-left: 4px;}

.catalog-title {border-top: 1px dotted #dcdcdc; margin-top: .8em; padding-top: .5em; color: #00a8cc;}

.catalog-text-align { text-align: right;}

/* --------------------- equal heights ---------------------*/
.equal .content {*zoom: 1;}
.equal .content:before,
.equal .content:after { display: table; content: ""; line-height: 0;}

.equal .content:after { clear: both;}

.equal.equal-style [class*="span"] { }

.equal [class*="span"] [class*="span"] {
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.equal.equal-style .content p:last-child { margin-bottom: 0;}
.equal.equal-style .content { /*padding: 20px;*/ }

.media-assets{max-width: 150px; float: left; margin-right: 10px;} /* used on /newscenter/pressreleasemultimedia.aspx */



/* --------------------------------------------------
 * footer
 *-------------------------------------------------- */
#footer { 
    background: rgb(5,54,74); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(5,54,74,1) 0%, rgba(53,106,160,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(5,54,74,1)), color-stop(100%,rgba(53,106,160,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(5,54,74,1) 0%,rgba(53,106,160,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(5,54,74,1) 0%,rgba(53,106,160,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(5,54,74,1) 0%,rgba(53,106,160,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(5,54,74,1) 0%,rgba(53,106,160,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05364a', endColorstr='#356aa0',GradientType=0 ); /* IE6-9 */
    min-height: 200px; padding: 10px 0; 
    color: #ccc;
    color: rgba(255, 255, 255, 0.6);
    border-top: 2px solid #24a9f6;}

#footer .container .row-fluid .span3.col p, #footer .container .row-fluid .span3.col h3,
#footer .container .row-fluid .span3.col a {color: #efefef; rgba(255, 255, 255, 0.8);}

#footer h3 {font-size: 1.166666666666667em; /* 14px/12px */ line-height: 1;} 
#footer p {font-size: 0.9166666666666667em; /* 11px/12px */ margin: 0; padding: 0;}
#footer a { text-decoration: none;}
#footer a:hover,a:focus { text-decoration: underline;}

#footer .block { margin-bottom: 1em;}
#footer .inline { display: inline-block;}

#footer .contact-block p { margin-bottom: 0.2em;}
#footer .contact-block i { padding-right: 0.5em;}
#footer #toplink { margin-bottom: -25px; text-align: center;}
#footer #toplink a:hover { text-decoration: none; color: #ffffff;}
#footer #toplink i { color: #24a9f6;}

#footer .divider-line {border-color: #255883;}

.subfooter { border-top: 1px solid #24a9f6; background: #f1f1f1; padding: .25em 0; font-size: 0.9166666666666667em; /* 11px/12px */ }

#footer .subfooter2 { padding: 10px 0;
	/*background: #efefef;*/
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.15)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	}
		
#footer .subfooter2  { color: #efefef;}
#footer .subfooter2 a { color: #efefef;}
		
#footer .container { position: relative;}


/* Home Page Feature box  */
#hp-feature-text {font-family: Tahoma;}
#hp-feature-text h1 {color: #3bb3d6; font-size: 2em; }
#hp-feature-text h4 {border-bottom: 1px solid #3bb3d6; padding: 0 0 10px 0;}
#highlighted {/*background-image: url(/theme/img/misc/bg-debut_light.png);*/ }


/* general box with gray backgound - used for Resources, Webtrak, catalog products, etc. */
.item-box{float: left; width: 159px; margin: 0 2em 2em 0; line-height: 1.2em; min-height: 155px;
    padding: 1em .5em; background: #efefef; text-align: center; font-weight: bold;
    background: -moz-linear-gradient(left,  #efefef 0%, #dddddd 50%, #efefef 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#efefef), color-stop(50%,#dddddd), color-stop(100%,#efefef));
		background: -webkit-linear-gradient(left,  #efefef 0%,#dddddd 50%,#efefef 100%);
		background: -o-linear-gradient(left,  #efefef 0%,#dddddd 50%,#efefef 100%);
		background: -ms-linear-gradient(left,  #efefef 0%,#dddddd 50%,#efefef 100%);
		background: linear-gradient(to right,  #efefef 0%,#dddddd 50%,#efefef 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#efefef',GradientType=1 );
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;}
.item-box img {padding-bottom: .8em;}


/* ************ Header.ascx classes ************ */
.search-tip {font-size: 16px; position: relative; top: 6px; color: #00a8cc; }
.search-bg {background: #f1f1f1; border-radius: 0px 0px 8px 8px; padding: 1.5em 1em;}
#site-header .user-menu a {color: #888; text-transform: none; font-size: .90em; margin: 0 4px;}
#site-header .user-menu a:hover { color: #00a8cc;}
.login-out {background: #fdfeff; border: 1px solid #e2faff; padding: 4px; border-radius: 4px;}
.goog-trans{font-size: 10px; padding: 0; margin: 0; color: #888; width: 150px; border: 1px solid #f1f1f1;}

/* ---------------------------------------------------------------- 
*  Media Queries 
   ----------------------------------------------------------------  */

/*@media (max-width: 979px)*/

@media (max-width: 979px) { 
  #navigation .navbar-inner { min-height: 20px;}
  #navigation .social-media { padding: 15px 12px 0 0;}
  #navigation .btn-navbar { display: block;}
  #navigation .nav-collapse { border-top: 1px solid rgba(52, 51, 49, 0.15);}
  #navigation .navbar .nav li.divider-vertical,
  #navigation .navbar .nav li.home-link { display: none;}
    #navigation i {/*background: lime;*/ height: 200px;}
  #navigation .navbar .nav#main-menu { float: none; margin: 0; padding: 0; font-size: 1.16em;}
  #navigation .navbar .nav#main-menu li { float: none; border-left: none; border-right: none; padding: 0; margin: 0; border-top: 1px solid #ffffff; border-bottom: 1px solid rgba(52, 51, 49, 0.15);}
  #navigation .navbar .nav#main-menu li a,
  #navigation .navbar .nav#main-menu li a:link,
  #navigation .navbar .nav#main-menu li a.top-level { padding: 2% 10px; margin: 0; font-weight: normal; height: auto; line-height: normal;}
  #navigation .navbar .nav#main-menu li .dropdown-menu { background: transparent; margin: 0; padding: 0;}
  #navigation .navbar .nav#main-menu li .dropdown-menu li { margin: 0; border-top: none; border-bottom: none; background-color: #fff; border-bottom: 1px solid #f9f9f9; }
  #navigation .navbar .nav#main-menu li .dropdown-menu li a,
  #navigation .navbar .nav#main-menu li .dropdown-menu li a:link { padding: 6px 8px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: #fff;}
  #navigation .navbar .nav#main-menu li .dropdown-menu.mega-menu { max-width: 100%;}
  #navigation .navbar .nav#main-menu li .dropdown-menu.mega-menu:before,
  #navigation .navbar .nav#main-menu li .dropdown-menu.mega-menu:after { display: none;}
  
  /* mega-menu-wrapper */
  #navigation .navbar .nav#main-menu li .dropdown-menu.mega-menu .mega-menu-wrapper ul { padding: 0.5em 0;}
  #navigation .navbar .nav#main-menu li .dropdown-menu.mega-menu .mega-menu-wrapper li { float: none; width: auto; padding: 0;}
  #navigation .navbar .nav#main-menu li .dropdown-menu.mega-menu .mega-menu-wrapper li.menu-title { padding: 4px 8px;}
  #navigation .navbar .nav#main-menu li .dropdown-menu.mega-menu .mega-menu-footer { display: none;}
  
  
  #navigation .header-hidden-inner,
	#navigation .header-inner { padding-left: 20px; padding-right: 20px;}
	#navigation .navbar-inner { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
	.has-navbar-fixed-top #highlighted { margin-top: auto;}
	.i-float i { display: none;}
	.i-float span { width: auto;}
	#content { padding-top: 0;}
	blockquote p { /*padding: 1em;*/}
	blockquote img { display: none;}
	blockquote small { padding: 10px;}
	blockquote.right p { padding: 1em;}
	blockquote.right img { display: none;}
	blockquote.right small { padding-right: 10px; padding-left: 10px;}
	.page-index .flexslider-wrapper .flex-direction-nav,
	.page-index .static-banner .flex-direction-nav { display: none;}
}

h2, h3, h4 {/*line-height: 1.2em;*/}


@media (min-width: 980px) {
    #hp-feature-text { padding-top: 40px;}
}
@media (min-width: 1200px) {
    #hp-feature-text {}
}

@media (max-width: 979px) {
   .span9 .nav-tabs > li {width: 50%; }/* stacks tabs into two columns*/   
}

@media (min-width: 768px) and (max-width: 979px) { 
  .header .user-menu { margin: 0;}
  .pricing-stack .well ul.points { padding-left: 10px; padding-right: 10px;}
  .pricing-stack .well .btn { width: 60%;}
  li.features  {width: 45%; float: left; margin-right: 1em;} /* restacks home page boxes*/
  .thumbnails .span2.features .pad-fixheight {padding: 6px 4px 2px 4px; height: 160px;}
}

@media (max-width: 767px) { 
    body { padding-left: 0px; padding-right: 0px;}
    .media-assets {float: none;}

/* moves feature area and hidden menu icon off of left border when displayed */
  .hero {margin: .5em; padding: .5em;}
    .navbar-inner {padding-left: 15px;} 

    .modal#login-modal, .modal#register-modal { width: auto; margin-left: 0; padding: 1em; left: 0; right: 0; top: 0;}

  #content,
  #content-below,  
  #content-below .clients .title { padding: 0 .5em;}
  #content-below .clients .items { text-align: center;}
  #content-below .clients .items .item { float: none; display: inline-block; width: 25%;}

  .pricing-stack .well { margin: 0 0 1em 0; width: 100%; float: none;}
  .pricing-stack.three .well { margin: 0 0 1em 0; width: 100%;}
  .pricing-stack.two { padding: 0;}
  .pricing-stack.two .well { margin: 0 0 1em 0; width: 100%;}
  .page-index .flexslider-wrapper img,
  .page-index .static-banner img { max-height: 200px;}
  .page-index .flexslider-wrapper .caption,
  .page-index .static-banner .caption { padding: 5%; text-align: center;}
  .page-index .flexslider-wrapper .flex-direction-nav,
  .page-index .static-banner .flex-direction-nav { display: none;}

  .block { padding: 20px 0 20px 0;}
  h1 small,
  h2 small,
  h3 small { display: block;}
  .blog-list.blog-list-short .media-object,
  .blog-post.blog-list-short .media-object { display: none;}
  .blog-list .comments .media-object,
  .blog-post .comments .media-object { display: none;}

  .customers li a .inner-wrapper { height: auto;}

  .section-menu ul.nav-list { border: none; padding: 1em 0;}

  #footer { padding-left: 1em; padding-right: 1em;}
  #footer .block {}
  #footer .col { margin-bottom: 1em; width: 40%; float: left;}
  #footer .f-clear {clear: both;}

  li.features  {width: 30%; float: left; margin-right: 1em; } /* restacks home page boxes*/
  .thumbnails .span2.features .pad-fixheight {padding: 6px 4px 2px 4px; height: 250px;}

  .catalog-text-align { text-align: left;}
}

@media (max-width: 550px) {
.search-bg {background: none;}
}

@media (max-width: 480px) {

    #ctl00_Header_lblWelcome {white-space:nowrap; margin-left: 15px;}
    #ctl00_Header_lblMYC {white-space:nowrap; margin-left: 15px;}
    .icon-signin { position: absolute; top: -110px;   }
    .icon-user { position: absolute; top: -110px; margin-right: 5px; }

  /* li.features  {width: 45%; float: left; margin-right: 1em; } restacks home page boxes*/

   li.features  {width: 100%; } /* restacks home page boxes*/
   .thumbnails .span2.features .pad-fixheight {padding: 6px 4px 2px 4px; height: 135px;}

  /*.search { text-align: center;}*/
  .blog-roll.blog-list .media-object,
  .blog-post.blog-list .media-object { float: none; margin: 0.5em 0;}
  .blog-roll.blog-list .media-object img,
  .blog-post.blog-list .media-object img { max-width: 100%;}
  
  .sidebar.siderbar-right .inner,
  .sidebar.sidebar-left .inner { border: none; padding-left: 0; padding-right: 0;}
  
  .form-wrapper.form-narrow { min-width: 200px; max-width: 300px;}
  .form-wrapper.form-medium { min-width: 200px; max-width: 5300px;}
  .showcase .item div.overlay,
  .showcase .item span.overlay { display: none;}
  .img-wrap { float: none;}
  
  #site-header .user-menu { clear: both; margin: 0 auto; float: none; text-align:center;}
  #site-header .brand { clear: both; margin: 6px auto; float: none; text-align:center; width: 80%;}
  #site-header .search { clear: both; margin: 0 auto; float: none; text-align:center;}

  #site-header .myprofile {margin-left: -20px !important; /*text-align: left; position: relative; left: -10px;*/ }

  .span9 .nav-tabs > li {float: none; width: 100%; }/* make tabs so they become stacked*/
  
  /*.brand {position: absolute;top: 15px;left: 12px;width: 50%; }
   #site-header .search { clear: both; float: left;  position: relative; left: 15px;width: 50%;}
   #google_translate_element{ width: 50%; height: 20px; }*/

  /*#myTabContent img {display: none;}*/
  #myTabContent span.img-polaroid {display: none; background: lime; border: 0px;}

  .addthis {float: left; display: block; width: 100%; margin-bottom: .5em; }
  .login-out {background: none; border: 0px; padding: 0px; border-rightt: 1px solid #999; border-radius: 0px; }
  #site-header .brand {top: 0; }
  #site-header .brand { margin: 0px auto;
  
  /*#social {float: none;display: block; } */
  }

@media (max-width: 320px) { 
  #highlighted h2 {}
  #highlighted h4 { }  

  li.features  {width: 100%; } /* restacks home page boxes*/
  #footer .container .row-fluid .col{ padding: 0 1em;}
  #footer .block { margin-bottom: .5em; margin-left: .5em;}
  #breadcrumb-container {display: none;}
  
  .hidden320 {display: none; }

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   ========================================================================== */

@media print {

    * { background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important; }

    a, a:visited { text-decoration: underline; }

    a[href]:after {content: " (" attr(href) ")"; }

    abbr[title]:after {content: " (" attr(title) ")"; }

    /*
     * Don't show links for images, or javascript/internal links
    */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {content: "";}

    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;}
}