©577* {
  box-sizing: border-box;         /* Opera/IE 8+ */
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
}
.icon-mail, .icon-phone {
  padding: 0 .5em 0 0;
} 

html { 
  /*font-size: 62.5%; */
  width: 100%;
  min-width: 320px;
}

body {
  height: 100%;
  margin: 0 auto;
  display: block;
  font: normal 300 0.9em/1.8em Ubuntu, sans-serif;
  background-color: white;
  background-image: url("images/wrap-bg.jpg");
}
#wrap {
  width: 100%;
}
.full {padding: 1em 0 !important; }

.blue, .white {
  padding: 3em 8%;
  border-top: 1px solid lightgray;
}
.white:first-child {
  border-top: none;
}
.blue {
  background-color: #EEF2F5;
}
img {
  max-width: 100%;
}
 h1 {
  font-size: 1.7em;
  line-height: 1.4em;
  font-weight: 500;
  margin: .2em 5%;
  width: 90%;
  display: inline-block;
  text-align: center;
  font-family: 'open sans', 'ubuntu', sans-serif;
  color: black;
  text-shadow: 1px 1px 1px white;
  text-transform: uppercase;
}
h2 {
  font-weight: normal;
  line-height: 1.5em;
  margin: 0 0 0.2em;
  padding: 0 0 0.02em;
  text-transform: uppercase;
  font-size: 1.3em;
  text-shadow: 1px 1px 1px white;
}
 h3 { 
  font-size: 1.4em;
  margin: .2em 0 .2em 0;
  font-weight: normal;
}
section h3 {

}
h4{
  font-weight: normal;
  text-shadow: 1px 1px 2px white;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.2em;
}
p {
  font: normal 300 1em/1.8em Ubuntu, sans-serif;
}
a {
  color: #0082c4;
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
p a:visited {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none;
  color: #742427;
}
.whiteText {
  text-shadow: 1px 1px 2px black;
  color: white;  
}
.blackText {
  text-shadow: 1px 1px 2px white;
  color: black;
}
/*#workshop-menu-item-1 + ul.menu {
  display: none;
}*/
.menu-minipanel-11693 h2, .menu-minipanel-421 h2 {
  font-size: 1.2em;
  text-transform: uppercase;
  text-shadow: none;
  border-bottom: solid 1px gray;
  font-family: 'mate SC';
}
.menu-minipanel-11693 ul, .menu-minipanel-421 ul {  
  width: 20em;
  margin: 0;
  padding: 0;
}
.menu-minipanel-11693 ul li a, .menu-minipanel-11693 ul li a:active, .menu-minipanel-11693 ul li a:hover, .menu-minipanel-421 ul li a, .menu-minipanel-421 ul li a:active, .menu-minipanel-421 ul li a:hover {
font-weight: 300;
color: #444;
line-height: 1.2em;
border-bottom: 1px solid #ddd;
float: left;
width: 100%;
text-transform: capitalize;
margin: 0;
padding: 1em;
}

.menu-minipanel-11693 ul li a:hover, .menu-minipanel-421 ul li a:hover {
  background-color: #369 !important;
  color: white;
  text-decoration: none;
} 
#cosymantecbfw {
  /* Remove symantic virus protector markup from page which causes rendering issues */
  width: 0px !important;
  height: 0px !important;
  overflow:hidden !important;
  display:none !important;
}
.qtip {
  max-width: auto;
  font-size: 1em;
}
.qtip-content {
  background-color: #eee;
   border-bottom: solid 5px #336699;
}
.left-float {
  float: left;
}
.right {
  float: right; 
}
.sml {
  width: 30%;
}
.bg-info {
  padding: .5em;
}
a:hover {
  text-decoration: underline;
}
ul li.leaf {
  list-style-image: none;
  list-style-type: none;
}
.helpers {
  margin: 11px 0 0 0;
}

#content-wrap {
  max-width: 1200px;
  margin: 0px auto;
  background-color: white;
  box-shadow: 0 0px 10px #a7b8bc;
  position: relative; }

#masthead {
  background-color: #2b3639;
  width: 100%;
  height: auto;
  clear: both;
  z-index: 101;
  position: relative; }

.masthead-strip {
  height: 10px;
  width: 100%;
  background-image: url(../../images/bluehead.png);
  background-size: 100% 1em;
  background-position: top left;
  background-repeat: no-repeat; }

header.bluepoint_header {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto -10px auto;
  background-color: white;
  padding: 0 0 10px 0;
  text-align: center;
  position: relative;
  box-shadow: 0 -10px 10px #a7b8bc;
  z-index: 20; }

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }
  .group:before {
    content: "";
    display: table; }
  .group:after {
    content: "";
    display: table;
    clear: both; }

.hide {
  visibility: hidden; }

.logo {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 1em 0;
  padding: 1%;
  float: left;
  z-index: 100;
  height: auto; }
  .logo img {
    max-height: 50px;
    width: auto; }

#search {
  display: block;
  margin: 1em 10% 0 0;
  float: right;
  position: relative;
  z-index: 10; }
  #search input {
    height: 2em;
    border: none;
    border-bottom: solid #A7B8BC 1px;
    text-align: left;
    color: #2b3639;
    padding: 0 2em 0 2px;
    box-shadow: none;
    font-size: .8em;
    color: gray; }
    #search input:hover {
      box-shadow: 0 0 3px #0082c4; }
  #search .form-submit {
    display: none; }

nav.primary {
  /*
  position: relative;
  z-index: 20;
  */ }
  nav.primary ul {
    margin: 0;
    box-shadow: 0 0 1em 0 #576d73;
    text-align: center; }
    nav.primary ul li {
      display: inline;
      position: relative; }
      nav.primary ul li a {
        display: inline-block;
        position: relative;
        padding: .85em;
        color: white; }
  nav.primary li.expanded > a {
    border-bottom: none 0px; }
  nav.primary ul li a:hover {
    background: #369;
    color: #fff;
    text-decoration: none; }
  nav.primary ul li a.active {
    color: #fff;
    background: #6699cc;
    font-weight: bold; }
  nav.primary ul a.active:hover {
    color: #fff;
    background: #6699cc;
    font-weight: bold; }
  nav.primary ul ul {
    display: none;
    /* Sub menus are hidden by default */
    position: absolute;
    z-index: 100;
    left: 0;
    text-align: left;
    /*resets the right:50% on the parent ul */
    width: 25em;
    /* width of the drop-down menus */
    font-size: 85%; }
    nav.primary ul ul li a {
      /* font-size: 100%; */
      /* font-weight: 300; */
      background: #eee;
      color: #444;
      /* line-height: 1.4em; */
      border-bottom: 1px solid #ddd;
      float: left;
      width: 100%;
      /* text-transform: capitalize; */
      /* margin: 0; */
      /* padding: 1em; */ }
      nav.primary ul ul li a:hover {
        background-color: #369 !important;
        font-style: none; }
      nav.primary ul ul li a:active, nav.primary ul ul li a:hover {
        /* font-size: 100%; */
        /* font-weight: 300; */
        background: #eee;
        color: #444;
        /* line-height: 1.4em; */
        border-bottom: 1px solid #ddd;
        /* float: left; */
        width: 100%;
        /* text-transform: capitalize; */
        /* margin: 0; */
        /* padding: 1em; */ }
    nav.primary ul ul li:last-child > a {
      border-bottom: solid 5px #336699;
      clear: both; }

/**/
li.expanded, li.collapsed, li.leaf {
  padding: 0; }

/* Flip the last submenu so it stays within the page */
nav.primary ul ul.last {
  left: auto;
  /* reset left:0; value */
  right: 0;
  /* Set right value instead */ }
  nav.primary ul ul.last li {
    float: right;
    position: relative;
    right: .8em; }
nav.primary ul ul li a:hover {
  /* This line is required for IE 6 and below */
  background: #36f;
  /* Sub menu items background colour */
  color: #fff;
  float: left; }
nav.primary ul li.active ul li a:hover, nav.primary ul li:hover ul li a:hover, nav.primary ul li.hover ul li a:hover {
  /* This line is required for IE 6 and below */
  background: #36f;
  /* Sub menu items background colour */
  color: #fff;
  float: left; }
nav.primary ul li:hover ul, nav.primary ul li.hover ul {
  /* This line is required for IE 6 and below */
  display: block;
  /* Show the sub menus */ }
nav.secondary {
  font-family: 'sanchez'; }

/* Make the sub menus appear on hover */
.region-nav-left-secondary ul li, nav .panel-1row2cols-left li a, .region-nav-left-secondary li a {
  text-align: right; }

nav .menu li a {
  color: #0093de;
  text-transform: capitalize;
  font-size: .85rem;
  list-style-type: none; }

ul.menu li {
  margin: 0; }

.main nav li a.active, .main nav a.active:hover {
  color: #742427;
  border-right: none;
  font-style: italic;
  margin-right: 0; }
.main .blog-sidebar-right li a.active, .main .blog-sidebar-right a.active:hover {
  color: #742427;
  border-right: none;
  font-style: italic;
  margin-right: 0; }

.menu-attach-block-wrapper {
  position: absolute;
  display: block;
  visibility: hidden;
  left: 0; }

nav.primary ul .tester {
  position: relative;
  background-color: #eee;
  display: block;
  float: left;
  width: 33%;
  border-bottom: solid 1px #369; }
  nav.primary ul .tester h3 {
    border-bottom: none;
    padding: 1em;
    font-size: .8rem;
    margin: 0;
    cursor: pointer; }
    nav.primary ul .tester h3:hover {
      background-color: #369;
      color: white; }
nav.primary ul .oe_menu {
  display: block;
  margin: 0;
  width: 520px;
  text-align: center;
  position: relative; }
  nav.primary ul .oe_menu .tester:last-child .split-list {
    left: -195px; }
nav.primary ul .split-list {
  width: 1200px; }
  nav.primary ul .split-list li {
    display: block; }
nav.primary ul .sub-list {
  position: relative;
  width: 50%;
  display: block;
  float: left;
  border-right: solid 1px lightgray;
  box-shadow: none; }
  nav.primary ul .sub-list li > a {
    display: block; }
  nav.primary ul .sub-list .workshop-item-title {
    font-size: 1rem;
    font-weight: bolder;
    text-transform: uppercase; }
  nav.primary ul .sub-list .workshop-item-tagline {
    font-size: .8rem;
    line-height: 1.3em; }
  nav.primary ul .sub-list .workshop-item-image {
    float: left;
    width: 14%;
    margin: 0 2% 0 0;
    min-height: 100px; }
  nav.primary ul .sub-list .workshop-item-content {
    width: 82%;
    float: left; }
.menu-attach-block-drop-link {
  display: none !important;
}
  .sidr-class-workshop-item-image, .sidr-class-workshop-menu, .sidr-class-menu-attach-block-drop-link, .sidr-class-workshop-item-tagline  {
    display: none;
  }
#main {
  width: 85%;
  max-width: 1400px;
  margin: 0 auto -300px auto;
  min-height: 100%;
  padding-bottom: 300px;
  margin-top: 6em;
  position: relative;
  z-index: 100;
}
.main {
  max-width: 1400px;
  margin: 1em auto 0 auto;
  min-height: 100%;
  clear: both;
  padding: .5em 5% 0 5%;
}
.bottom-group {
  position: relative;
  min-height: 120px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  bottom: 0;
  z-index: 100;
}
.breadcrumb {
  display: inline-block;
  padding: 0 0 0 0.5em;
}

#breadcrumbs {
  margin: .5em 0;
  padding: 0;
  text-transform: capitalize;
  text-align: center;
  border-bottom: solid 1px lightGray;
}
#breadcrumbs >* {
  display: inline;
}
#footer-group {
  border-top: solid 0.5em #0082c4;
  box-shadow: 0 0 1em #2b3639;
  bottom: 0;
  background-color: white;
  clear: left;
  position: relative;
  height: auto;
  width: 100%;
  background-color: white;
  margin-top: 2em;
}
#footer-group h2 {
  text-transform: capitalize;
  font-size: 1em;
  margin: .5em 0 0.1em;
  text-align: left;
  color: #0082c4;
}
#footer-group #contact {
  margin: auto;
  clear: both;
}


#footer-group p a:link {
  color: #95B9E2;
  text-decoration: none;
  border-bottom: none;
  padding: 0 .25em;
  vertical-align: middle;
  text-align: center;
}
#footer-group p a:visited {
  color: #95B9E2;
  text-decoration: none !important;
}
#footer-group p a:hover {
  text-decoration: none;
  border-bottom: none;
  color: #933034;
}
#footer-group nav {
  max-width: 1600px;
  margin: auto;
}
#footer-group nav section {
  float: left;
  margin: 0 2%;
  width: 16%;
}

#footer-group nav header ul {
  list-style: none;
  font-weight: 300;
  padding: 0;
}
#footer-group nav li {
  font-size: 9pt;
  line-height: 1.7em;
}
#copyright {
  text-align: center;
  padding: 1em;
  font-size: .8em;
}


#copyright {
  text-align: center;
  padding: 1em;
  font-size: .8em;

}

section.contact-us {
  max-width: 1600px;
  margin: auto;
  text-align: center;
  margin: 1em auto 4em auto;
}

aside img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.left-content {
  
  float:left;

}
.right-content {
  width: 75%;
  padding: 0 2%;
  margin: 0;
  vertical-align: top;
  float:left;
}
.block-webform {
  background-color: #F7F8F9;
  margin: 1em auto;
  padding: 1em;
}
.block-webform h2 {
  text-align: center;
  font-size: 1.2em;
  font-weight: lighter;

}
.block-webform .date a {
  float: left;
  padding: 0 1em 0 0;
  color: #6d8990;
}
.block-webform ul {
  padding: 0;
}
.block-webform ul li {
  font-size: .9em;
  line-height: 1.5em;
  margin: .3em 0;
  border-bottom: solid 1px #a7b8bc;
  text-align: left;
  list-style-type: none;
}
.block-webform ul li a:hover {
  background-color: none;
}
.block-webform .date {
  float: left;
  padding: 0 1em 0 0;
}
.block-webform .webform-component-textfield, .block-webform .webform-component-email, .block-webform .webform-component-select {
  text-align: center;
}
.block-webform .form-type-radio {
  padding-left: 1em;
}
.button-operator {
  margin: 0 .5em;
}
fieldset {
  margin: 1em 0;
  outline: none;
  box-shadow: 0 0 2px rgba(0,0,0,.3);
  font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
  color: #666;
  padding: 0;
  min-height: 5em;
  position: relative;
}
.fieldset-wrapper {
  padding: 6em 1em 2em;
}
legend {
  position: absolute;
  padding: 0;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.3em;
  text-align: center;
}
.fieldset-legend {
  position: absolute;
  display: block;
  width: 96%;
  padding: 1em 2%;
  border-bottom: 1px solid rgba(0,0,0,.1);
  background: rgba(248,248,248,1);
  font-weight: 300;
  color: #232323;
  box-sizing: content-box;

}
select {
    width: 50%; /* Set width. Do not set height else it will fail in IE8-10. Use padding for height. */
    color: #333;
    font-weight: normal;
    font-size: 1em;
    line-height:1.2em;
    cursor: pointer;
    text-overflow: "";
    background: url('images/dropdown-list-arrow.png') no-repeat 100% 0px #f4f4f4; /* add your own arrow image */
    *background-image:none; /* turn bg image for IE7 */
    background: url('images/dropdown-list-arrow.png') no-repeat 100% 0px #f4f4f4; /* fallback bg image*/
    background: url('images/dropdown-list-arrow.png') no-repeat 100% 0px, -webkit-linear-gradient(top, #f4f4f4, #f4f4f4);
    background: url('images/dropdown-list-arrow.png') no-repeat 100% 0px, -moz-linear-gradient(top, #f4f4f4, #f4f4f4);
    background: url('images/dropdown-list-arrow.png') no-repeat 100% 0px, -ms-linear-gradient(top, #f4f4f4, #f4f4f4);
    background: url('images/dropdown-list-arrow.png') no-repeat 100% 0px, -o-linear-gradient(top, #f4f4f4, #f4f4f4);
    background: url('images/dropdown-list-arrow.png') no-repeat 100% 0px, linear-gradient(top, #f4f4f4, #f4f4f4);
    background-size: 18px;
    background-position: 100% 50%;
    -webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
    -moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
    -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
    appearance: none;
    min-width: 5em;
}
input[type="text"], input[type=password], input[type=email], select {
  padding: .6em;
  border-radius: 0;
  border: solid 2px #e6e6e6; 
  font: 1em/1.4em 'Open Sans', Helvetica, Arial, sans-serif;

  color: black;
}
textarea {
  padding: .5em;
  border-radius: 0;
  border: solid 2px #e6e6e6;
  display: block;
  font: 15px/19px 'Open Sans', Helvetica, Arial, sans-serif;
}
.ui-spinner-input {
  border: none;
}
.form-text:hover {
  box-shadow: 0 0 5px #0082c4;
  cursor: cursor;
}

.form-text:focus {
  background-color: #C9DCEA;
}

.form-submit {
  font-size:16px;
  font-family:Arial;
  font-weight:normal;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  border-radius:0px;
  border:1px solid #eeb44f;
  padding:9px 40px;
  text-decoration:none;
  background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
  background:-ms-linear-gradient( top, #ffc477 5%, #fb9e25 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffc477), color-stop(100%, #fb9e25) );
  background-color:#ffc477;
  color:#ffffff;
  display:inline-block;
  text-shadow:1px 0px 0px #cc9f52;
  /*
  -webkit-box-shadow:inset 1px 1px 0px 0px #fce2c1;
  -moz-box-shadow:inset 1px 1px 0px 0px #fce2c1;
  box-shadow:inset 1px 1px 0px 0px #fce2c1;
  */
}.form-submit:hover {
  background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
  background:-ms-linear-gradient( top, #fb9e25 5%, #ffc477 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fb9e25), color-stop(100%, #ffc477) );
  background-color:#fb9e25;
  text-decoration: none;
}.form-submit:active {
  position:relative;
  top:1px;
}

.front a.form-submit:hover{
	color: #ffffff;
}

.twocol {
  text-align:center;
  margin:0 auto 3em auto;
}
.twocol label {
  display: inline;
  margin: 0 .3em 0 1em;
}
.twocol section {
  width: 90%;
  min-width: 250px;
  margin: 1%;
  display: inline-block;
  text-align: left;
  border: .6em solid #fcfafa;
  padding: 1.2em;
  background-color: #deddcd;
  -moz-box-shadow: 0 2px 4px #888;
  -webkit-box-shadow: 0 2px 4px #888;
}
.TwoDay, .FourDay  {display: none;}
.sky-form .button[disabled~=Disabled]  {
  background: gray;
  border: none;
  box-shadow: none;
  color: lightgrey !important;
  cursor: default;
  text-shadow: none;
} 

/**/
/* normal state */
/**/
.sky-form .toggle i:before {
  background-color: #2a70e8;  
}
.sky-form .button {
  background-color: #2a70e8;
}

.sky-form {
  margin: 0;
  outline: none;
  box-shadow: none;
  font: 'ubuntu', sans-serif;
  color: #666;
}
/**/
/* hover state */
/**/
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i {
  border-color: #94b7f3;
}
.sky-form .rating input + label:hover,
.sky-form .rating input + label:hover ~ label {
  color: #2a70e8;
}


/**/
/* focus state */
/**/
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
  border-color: #2a70e8;
}


/**/
/* checked state */
/**/
.sky-form .radio input + i:after {
  background-color: #2a70e8;  
}
.sky-form .checkbox input + i:after {
  color: #2a70e8;
}
.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
  border-color: #2a70e8;  
}
.sky-form .rating input:checked ~ label {
  color: #2a70e8; 
}
.sky-form .label {display: inline;}

.quote_box {
  text-align: left; 
  display: block; 
  width: 40%; 
  padding: 1em 1em 1em 3em;
  margin-top: 5%;
}
.quote_name {
  font-size:.8em; 
  display:block; 
  text-align:right;
  color:white; 
  font-style:italic; 
  font-weight:lighter
}
.blog-tabs {
  margin: 1em 5% 0;
}
.blog-tabs ul {
  margin-bottom: 0;
}
.article_content h2 {text-align: center;}
.authored_by {
  border-top: dotted lightgray 1px;
  border-bottom: dotted lightgray 1px;
}
.authored_by img {
  float: right;
  margin: 0 0 .5em .5em;
}
.authored_by p {
  font-style: italic;
  font-size: .8em;
}
.field-tagline {
  padding: 1em 1em .5em 8%;
}
.tagline-title {
  text-align: center;
  font-size: 1.2rem;
  font-style: italic;
  margin-bottom: 2em;
}
/*-----------------  Slider Styles ------------------*/

.slider {
  position: relative;
}
.bxslider {
  margin: 0;
}
ul.bx-pager {text-align: center; margin: 0; padding: 0; border-bottom:solid 1px lightgray}

ul.bx-pager li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  border-left: dotted 1px lightgray;
}
ul.bx-pager li:last-child {
  border-right: dotted 1px lightgray;
}
ul.bx-pager li a {
  display: block;
  text-decoration: none;
  padding: 1.5em 3em 0;
  color: #717272;
  font-family: Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  background-position: top right;
  background-repeat: no-repeat;
}
 ul.bx-pager li a.active {color: #00aaad;}
ul.bx-pager li a.active:after {
  content: ' ';
  position: absolute;
  top: 7px;
  left: 50%;
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #00aaad;
}
.bx-prev {left:-50px;}
.bx-next {right:-50px;}


/*-----------------  Tooltip popup ------------------*/
  /* trigger button */
  #download_now {
    display:inline;
    overflow:hidden;
    cursor:pointer;
  }
  

.tooltip
{
  display: none;
  position: relative;
  width: auto;
  max-height: 160px;
  padding: 10px;
  background: rgba(238,242,245,.8);
  border: #B8CFDB solid 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 5px black;
}
.tooltip:after
{
content: "";
position: absolute;
bottom: -15px;
left: 177px;
border-style: solid;
border-width: 15px 15px 0;
border-color: #EEF2F5 transparent;
display: block;
width: 0;
z-index: 1;
}

.tooltip:before
{
content: "";
position: absolute;
top: 182px;
left: 176px;
border-style: solid;
border-width: 16px 16px 0;
border-color: #B8CFDB transparent;
display: block;
width: 0;
z-index: 0;
}
.tooltip-item {
  width:100px;
  margin: 0 .5em;
  float: left;
  max-height: 160px;
}
.tooltip-item img {
  width:100%;
  border: solid 1px lightgray;
  margin: 0 1em 0 0;
  height:auto;
}
.tooltip-item img:hover { 
  box-shadow: 0 0 3px black;

}
.tooltip p {
  font-size: .8em;
  line-height: 1.1em;
  text-align: center;
}
.tooltip h3 {
  font-size: 1.1em;
}
  /* a .label element inside tooltip */
  .tooltip .label {
    color:yellow;
    width:35px;
  }
 
  .tooltip a {
    color:#ad4;
    font-size:11px;
    font-weight:bold;
  }
.bluebutton {
  font-family:Arial;
  font-weight:normal;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  border-radius:0px;
  border:1px solid #84bbf3;
  padding:1em 2em;
  text-decoration:none;
  background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
  background:-ms-linear-gradient( top, #79bbff 5%, #378de5 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #79bbff), color-stop(100%, #378de5) );
  background-color:#79bbff;
  color:#ffffff;
  display:inline-block;
  text-shadow:1px 0px 0px #528ecc;
  -webkit-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
  -moz-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
  box-shadow:inset 1px 1px 0px 0px #bbdaf7;
}.bluebutton:hover {
  background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
  background:-ms-linear-gradient( top, #378de5 5%, #79bbff 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #378de5), color-stop(100%, #79bbff) );
  background-color:#378de5;
  text-decoration: none;
  color: white;
}.bluebutton:active {
  position:relative;
  top:1px;
}
.buttonsmall {
  padding: 3px 6px;
}
.orangebutton {
  font-family:Arial;
  font-weight:normal;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  border-radius:0px;
  border:1px solid #eeb44f;
  padding:9px 40px;
  text-decoration:none;
  background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
  background:-ms-linear-gradient( top, #ffc477 5%, #fb9e25 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffc477), color-stop(100%, #fb9e25) );
  background-color:#ffc477;
  color:#ffffff;
  display:inline-block;
  text-shadow:1px 0px 0px #cc9f52;
  -webkit-box-shadow:inset 1px 1px 0px 0px #fce2c1;
  -moz-box-shadow:inset 1px 1px 0px 0px #fce2c1;
  box-shadow:inset 1px 1px 0px 0px #fce2c1;
}.orangebutton:hover {
  background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
  background:-ms-linear-gradient( top, #fb9e25 5%, #ffc477 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fb9e25), color-stop(100%, #ffc477) );
  background-color:#fb9e25;
  text-decoration: none;
  color: white;
}.orangebutton:active {
  position:relative;
  top:1px;
}

.greenbutton {
    -moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
  -webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
  box-shadow:inset 0px 1px 0px 0px #c1ed9c;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
  background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
  background-color:#79bbff;
  border:1px solid #83c41a; 
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  display:inline-block;
  color:white !important;
  font-size:1.2em;
  padding:.5em 1.4em; 
  text-decoration:none;
  text-shadow:1px 1px 0px #528ecc;
  margin: .2em;
}
.greenbutton:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
  background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
  background-color:#8cb82b;
}.greenbutton:active {
  position:relative;
  top:1px;
}

.redbutton {

  font-family:Arial;
  font-weight:normal;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  border-radius:0px;
  border:1px solid #d02718;
  padding:9px 40px;
  text-decoration:none;
  background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
  background:-ms-linear-gradient( top, #f24537 5%, #c62d1f 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f24537), color-stop(100%, #c62d1f) );
  background-color:#f24537;
  color:#ffffff;
  display:inline-block;
  text-shadow:1px 0px 0px #810e05;
  -webkit-box-shadow:inset 1px 1px 0px 0px #f5978e;
  -moz-box-shadow:inset 1px 1px 0px 0px #f5978e;
  box-shadow:inset 1px 1px 0px 0px #f5978e;
}.redbutton:hover {
  background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
  background:-ms-linear-gradient( top, #c62d1f 5%, #f24537 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #c62d1f), color-stop(100%, #f24537) );
  background-color:#c62d1f;
}.redbutton:active {
  position:relative;
  top:1px;
}

.cleanbutton {
  padding:.6em;
  background-color: lightblue;
  margin: .5em auto auto .5em;
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  color:#0082c4;
  position: relative;
  z-index: 50;
  font-weight: bold;
}
.element-block {
  display: block;
  max-width: 20em;

}
.padme {
  padding: 5% !important;
}
a.cleanbutton:hover {
  text-decoration: none;
  text-shadow: none;
  background-color: orange;
  box-shadow: inset 0 0 4px orange;
  color: black;
  cursor: pointer;

}
blockquote {
  padding: 0.5em;
  background-color: rgb(238, 242, 245);
  margin: 1%;
  float: left;
  width: 48%;
}
blockquote h2 {
  font-family:'ubuntu';
  text-transform:uppercase;
  text-align:center;
  font-weight: lighter;
}
blockquote p {
  line-height: 1.6em;
  padding: 0 2em;
}
blockquote footer {
  font-style: italic;
  font-size: 1.1em;
  line-height: 1.6em;
  text-shadow:1px 1px 2px white;
  padding-left: 2em;
}
.view-display-id-les_products .views-field-colorbox {
  margin: 1em;
  box-shadow: 0 0 .2em gray;
}
.view-display-id-les_products .views-field-colorbox:hover {
  box-shadow: 0 0 .6em gray;
}

.les-product {
  padding: 2em;
}
.left-group {
  float: left;
  width: 23%;
  margin-right: 2%;
}
.right-group {
  float: left;
  width: 75%;
}
.products {
  clear:both;
  display: table;
  margin: auto;
} 
.products li {
  display: inline-block;
  margin: 0 1em;
  text-align: center;
}
.video-link header {
  padding: 3px;

}
.ebook-list {
  text-align: center;
  padding: 0;
}
.ebook-item {
  display: inline-block;
  margin: 1.25%;
}

.node-type-media-resource .left-content {
  margin-left: 2%;
}
/* -------- Lead Form Styling */

.fancybox-inner {
  margin: auto;
  text-align: center;
  vertical-align: middle;
}
.media {
  height:auto;
  position: relative;
  z-index: 50;
}
.video-wrapper {
  max-width: 640px;
  margin: auto;
}
.video-wrapper .bended-shadow:before, .video-wrapper .bended-shadow:after {
  bottom: 26px;
}

.form {
  max-width: 620px;
  margin: 0 auto;
  width: 97%;
}
.form {
  visibility:visible;
  background-color: rgba(220,220,220,.85);
  padding: 2em;
  text-align:left;
  box-shadow: 0 0 5px gray inset;
  line-height: 1.6em;

}
textarea {
 /* width: 78%; */
  padding: 1%;
  font-family: 'ubuntu', arial;
  color: black;
}
.element * {
  font-size:12px;
  display: block;
}
.element input.text {
  float:left; 
  width:270px;
  padding-left:20px;
}
.element .textarea {
  height:120px; 
  width:270px;
  padding-left:20px;
}
.element .hightlight {
  border:2px solid #9F1319;
  background:url(/sites/all/themes/bp/assets/stylesheets/css/images/iconCaution.gif) no-repeat 2px
}
.element #submit {
  margin: auto;
}
.loading {
  float:right; 
  background:url(/sites/all/themes/bp/assets/stylesheets/css/images/ajax-loader.gif) no-repeat 1px; 
  height:28px; 
  width:28px; 
  display:none;
}
.done {
  background:url(/sites/all/themes/bp/assets/stylesheets/css/images/iconIdea.gif) no-repeat 2px; 
  padding-left:20px;
  font-family:arial;
  font-size:12px; 
  width:70%; 
  margin:20px auto; 
  display:none
}
form .element {
  margin: .5em;
}
form input[type=checkbox] {
  display: inline-block; 
  margin-top: 7px;
    vertical-align: top;
    width: 4%;
}

form select option {
  border-bottom: solid lightGray 1px;
  padding: .3em;
}
select#role, select#country {
  padding: .5em 0 0 0;
}
.element label p {
    padding: 0 1%;
    width: 90%;
    display: inline-block;
    margin: 0;
    font-weight: lighter;
}
:required {
  border-color: darkred;
}
.required {
  border-color: #ff6869;
}
label:hover, label:focus {
  color:#742427;
}
.clear {clear:both}

.twoCol:first-child {
  margin-right: 2%;
}
.twoCol {
  margin:auto
}
.pane-books {text-align: center}
h3 {padding: 0 0 .5em 0; border-bottom: solid 1px lightgray;}
.right {
  float: right;   
}
.left-float {
  float: left;
}
img.left {margin-right:1em;}
img.right {margin-left:1em;}
ul.tickboxes li { list-style-type: none; padding-right:.5em}
ul.tickboxes li:before {
    content: '\e605';
    font-family: 'icomoon';
    speak: none;
  padding-right: 1em;
  color: #0082c4;
}  
blockquote.aleft {
  font: italic 12pt/18pt normal helvetica, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
  width: auto;
  float:none;
} 
blockquote.aright {
  font: italic 12pt/18pt normal helvetica, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 50px;
  padding-right: 15px;
  border-right: 3px solid #ccc;
  width: auto;
  float: none;
} 
img.center {
  display: block;
    margin-left: auto;
    margin-right: auto;
}
#panels-ipe-paneid-700 {
  float: left;
}
.page-node-86 .icon-shopping-cart {
  padding-right: 1.3em;
}
.node-type-product-assesment section {
  padding: 0 5% 0 0;
}
.node-type-product-assesment .form-item {
  display: inline-block;
}
.node-type-assessments i {
  padding-right: 1em;
}
.node-type-product-assesment .pane-commerce-product-field-image {
  padding: 0 .5em;
}
#sidr-wrapper-0 {
  display: inline-block;
  text-align: left;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #0082c4;
  margin: 4px;
}
#sidr-0-button {
  text-align: left;
  color: white;
  display: block;
  padding: .8em;
}
.sidr.left {width: 65%;}
.sidr-inner > li{
  font-size: 1em;
  list-style: none;
}
.sidr ul li a, .sidr ul li span {
  line-height: 2.5em
}
.mobile_hide_btn {display: none;}

.portfolioFilter a { 
    margin-right: 10px; 
    color:#666;
    text-decoration:none;
}
 
.portfolioFilter a.current { 
    font-weight:bold;
}
 
img {
    margin:5px;
}
 
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
 
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.float-right {
  float: right;
}

.margin-bottom {
  margin: 1em 0;
}

/* -------- Bootsrap Overides ----*/

.row {
  margin: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding:0;
}


/* -------- ADMIN / BACKEND STYLES ----*/

.page-node-registrations .commerce-product table {
  width: 100%;
}
.page-node-registrations .content {
  padding: 2em;
}

.lt-ie_nine {display: none; color:red;}

/** LAC - NY 2015 - node/670 **/
.page-node-670 .commerce-product-field .date-display-single {
	display: none;
}

.page-node-670 #commerce-cart-add-to-cart-form-176,
.page-node-670 #commerce-cart-add-to-cart-form-176--1,
.page-node-670 #commerce-cart-add-to-cart-form-176--2,
.page-node-670 .commerce-price-savings-formatter-prices {
	margin-right: 15px;
	position: relative; 
	left: -220px;
}

.page-node-670 .commerce-product-field-field-image {
	margin:  -60px 0 30px 235px;
	width: 300px;
}

.page-node-670 .field-body {
	padding: 15px;
}

.page-node-670 .field-body .text-item {
	width: 63%;
	margin: 0 auto;
}

/** New Home Page - node/671 **/
.page-node-671 section h1 {
	display: none;
}	
	
.home-category {
	padding: 0px 30px;
	margin-bottom: 60px;
}

.home-category img {
	width: 100%;
}

.cat-block {
	width: 48%;
/*	border: 15px solid #b0b0b0;*/
}

.cat-top {
	padding-bottom: 90px;
	display: block;
	width: 100%;
	max-height: 342px;
	position: relative;
	z-index: 100;
}

.cat-bottom {
	clear: both;
	margin-bottom: 10px;
	max-height: 342px;
}

.clear {
	clear: both;	
}

.right-block {
	float: right;
}

.left-block {
	float: left;
}

.cat-block img:last-child{display:none}
.cat-block:hover img:first-child{display:none}
.cat-block:hover img:last-child{display:inline-block}

.page-node-671 #block-system-main .content .content-white{
	background-color: #ffffff;
    padding: 15px 30px;
	font-style: italic;
	font-size: 130%;
}
.page-node-671 #block-system-main .content .content-gray{
	background-color: #e3e3e3;
	padding: 15px 30px;
	font-size: 130%;
}

/*.page-node-671 #block-system-main .content .content-gray{
	display: block;
	width: 85%;
	margin: 0px auto;
	font-style: italic;
	line-height: 120%;
	font-weight: 100;
}*/

.page-node-671 #block-system-main .content .content-gray p{
	line-height: 120%;
	display: block;
	width: 85%;
	margin: 0px auto;
	font-style: italic;
}

.grid-right-70 {
	float: right;
	width: 69%;
	padding-bottom: 30px;
}

.page-node-671 #block-system-main .content .content-white ul{
	font-style: normal;
	font-size: 90%;
}

.grid-left-30 {
	float: left;
	width: 29%;
	padding: 30px 0 30px 0;
}

.page-node-671 #block-system-main .content h2 {
	text-align: right;
	text-transform: none;
	width: 84%;
	margin: 0px auto;
	font-size: 160%;
	font-style: italic;
	text-shadow: none;
}

.page-node-671 #block-system-main .content h2 span {
	color: #0083C6;
}	

.home-spotlight {
	background-color: #0081C3;
	color: #ffffff;
	text-align: center;
	margin: 60px  0 0 0;
}

.page-node-671 #block-system-main .content .home-spotlight h2{
	text-align: center;
	font-weight: bold;
	font-style: normal;
	padding: 8px 0;
}

.page-node-671 #block-system-main .content .content-white h2{
	text-align: left;
	font-weight: bold;
	font-style: italic;
	padding: 8px 0;
	width: 100%;
	font-size: 110%;
}

.page-node-671 #block-system-main .content .content-white p {
	font-size: 90%;
	line-height: 130%;
}

@media (max-width: 720px) {
  .cat-block {
		width: 48%;
/*		border: 7px solid #b0b0b0;*/
	}
	.page-node-671 #block-system-main .content h2 {
		text-align: right;
		text-transform: none;
		margin-right: 27px;
		font-size: 120%;
	}
}

@media (max-width: 550px) {
  .cat-block {
		width: 100%;
/*		border: 5px solid #b0b0b0;	*/
		margin-bottom: 30px;	
	}
	.home-tagline {
		position: relative; 
		top: -15px;
	}
	.page-node-671 #block-system-main .content h2 {
		text-align: right;
		text-transform: none;
		margin-right: 27px;
		font-size: 120%;
	}
	
	.grid-right-70 {
		clear: both;
		width: 100%;
		padding-bottom: 30px;
	}
	
	.grid-left-30 {
		clear: both;
		width: 100%;
		padding-bottom: 30px;
	}
}

/** New Home Page - node/671 - END **/
	
/** New Contact Page - node/154 **/	
.page-node-154 #content-wrap .main	{
	padding-bottom: 30px;
}
	
.page-node-154 .required {
	border-color: #e6e6e6; !important;
}	
	
.page-node-154 input:invalid, 
.page-node-154 textarea:invalid {
  background-color: #ffffff;
}	

.page-node-154 input:focus, 
.page-node-154 textarea:focus {
  background-color: #ffffff;
}
	
#webform-client-form-154 fieldset{
	border: none;
	box-shadow: none;
}

#webform-client-form-154 .fieldset-legend {
  position: absolute;
  display: block;
  width: 100%;
  padding: 1em 2%;
  border: none;
  background: #F8F8F8;
  font-weight: 300;
  color: #232323;
  text-align: left;
  font-weight: bold;
  background-color: #eef2f5;
  text-transform: none;
}

#webform-client-form-154 input, /** update 1054 style-pages.css - remove this line**/
#webform-client-form-154 select {
  width: 99%; 
}

#webform-client-form-154 input#edit-submit {
	width: 24%;
	float: right;
	margin-right: 1em;
} 

#webform-component-personal-information--first-name,
#webform-component-personal-information--last-name,
#webform-component-company-information--role,
#webform-component-company-information--company {
	float: left;
	width: 48%; 
}

#webform-component-personal-information--title,
#webform-component-personal-information--email,
#webform-component-personal-information--phone,
#webform-component-company-information--city,
#webform-component-company-information--state,   
#webform-component-company-information--country {
	float: right;
	width: 48%; 
}

#webform-client-form-154 fieldset fieldset {
	margin: 0px; padding: 0px;
}

#webform-client-form-154 fieldset fieldset legend{
	display: none;
}

#webform-client-form-154 fieldset fieldset .fieldset-wrapper {
	margin: 0px; padding: 0px;
}

#webform-component-personal-information-new-1428527716193,
#webform-component-company-information-new-1428527820437 {
	float: left;
	width: 48%; 
}

#webform-component-personal-information-new-1428527732183,
#webform-component-company-information-new-1428527797192 {
	float: right;
	width: 48%; 
}

#webform-component-comments-questions {
	margin: 0 1em;
}

.page-node-154 h1 {
  font-size: 1.7em;
  line-height: 1.4em;
  font-weight: 500;
  margin: .2em 10% .2em 20%;
  width: 90%;
  display: inline-block;
  text-align: center;
  font-family: 'open sans', 'ubuntu', sans-serif;
  color: #000;
  text-shadow: 1px 1px 1px #FFF;
  text-transform: uppercase;
}

.page-node-154 .pane-locations-global,
.page-contact-success .pane-locations-global{
  margin-top: 12px;
  padding: 10px;
  background-color: #eef2f5;	
}

.view-id-locations_global span.span-title {
	width: 50px; display: block; float: left;
}

.view-id-locations_global p.p-span-title {
	margin: 0px;
	padding: 0px;
	font-size: 85%;
}

.view-id-locations_global h3 {
  padding: 0 0 .5em 0;
  border-bottom: solid 1px #000000;
  font-size: 110%;
}

.page-node-154 .pane-locations-global h2 {
  font-size: 1.7em;
  line-height: 1.4em;
  font-weight: 500;
  margin: 0px;
  width: 90%;
  display: inline-block;
  font-family: 'open sans', 'ubuntu', sans-serif;
  color: #000;
  text-shadow: none;
  text-transform: uppercase;
}	

/** New Contact Page - END - node/154 **/	
	
/** Newsletter Subscription - node/674**/
.newsletter-landing {
	width: 80%;
	margin: 0px auto;
}

.newsletter-landing h2 {
	text-align: center;
	text-transform: default;
	font-weight: bold;
	font-size: 120%;
}

.news-thumb {
	width: 195px;
	float: left;
	text-align: center;
	font-weight: bold;
	margin: 0 22px;
}

.past-newsletters {
	list-style: none;
	clear: both;
	margin: 0 0 45px 0;
	padding: 0px;
}

.past-newsletters li {
	width: 25%;
	text-align: center;
	float: left;
}

.btn-cta {
  margin: .8em;
}

/** Newsletter Subscription - END - node/674**/	

	
	
