/* $Id: local_sample.css,v 1.1 2010/04/08 17:16:16 danprobo Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom css and css overrides in this file and  */ 
/* rename it local.css.  By restricting your css changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.               */

/* Steps to activate local.css:                       */
/* 1. Add your custom css to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Uncomment (remove leading semicolon from ) the  */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */

.logo img {
  height: 55px;
}

a:hover, a:link:hover, a:visited:hover {
  color: #247572;
}

#superfish .menu li li {
  background: #019C9A;
}

#superfish .menu li li li {
  background: #019C9A;
}

#superfish .menu li.active-trail li {
  background: #00BBB7;
}

#superfish .menu li li:hover {
  background: #00BBB7;
}

#superfish .menu li li li:hover {
  background: #00BBB7;
}

.slideshow-inner{
  /*height:255px;*/
  height:290px;
}

a:link {
  color: #ce6f00;
}

a:visited {
  color: #ce6f00;
}

#notice {
  display: none;
}

#slideshow-wrapper {
  height: 320px;
}

.site-slogan {
  display: inline;                       
  font-weight: bold;
  position: relative;
  margin-left: 10px;
  font-family: Verdana, Tahoma;
  font-size: 16px;
  font-style: italic;
}

#bottom-wrapper {
  padding-top: 0;
  padding-bottom: 15px;
}

#bottom-wrapper h3 {
  text-decoration: underline;
}

#bottom-wrapper .content ul {
  margin-top: 0;
  padding-top: 0;
  display: block;
  float: right;
}

#bottom-wrapper .content li {
  padding-top: 0;
  margin-top: 0;
  display: inline;
}

#bottom-wrapper .content a {
  display: inline;
}

#footer .content p {
  color: gray;
  float: right;
}

#slideshow-nav {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  z-index: 1000;
  text-align: center;
}

#slideshow-nav a {
  font-size: 1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 1px 3px;
  color: #333;
  background-repeat: no-repeat;
  background-image: url('images/circle-gray.png');
}

#slideshow-nav a.activeSlide {
  color: #247572;
  background-image: url('images/circle-orange.png');
}

/* Slideshow Controls */

/* Margin above controls */
.views-slideshow-controls-top {
  margin-top: 5px;
}
/* Margin to the left and top of the counter */
.views-slideshow-slide-counter {
  padding-top: 5px;
}

/* Slideshow Controls for Front Page News Articles*/

#views_slideshow_controls_text_previous_frontpage-page, #views_slideshow_controls_text_next_frontpage-page {
  display: block;
  float: left;
  height: 0px;
  width: 25px;
  overflow: hidden;
  padding-top: 22px;
  border: solid 1px #b0b0b0;
}
#views_slideshow_controls_text_previous_frontpage-page {
  background:url('/sites/default/files/arrow-left.png');
  border-radius: 3px 0px 0px 3px;
}
#views_slideshow_controls_text_next_frontpage-page {
  background:url('/sites/default/files/arrow-right.png');
  border-radius: 0px 3px 3px 0px;
  margin-right: 5px;
}
#views_slideshow_controls_text_pause_frontpage-page {
  display:none;
}

/* Slideshow Controls for Front Page News Articles*/

#views_slideshow_controls_text_previous_testimonial_snippet_slideshow-block, #views_slideshow_controls_text_next_testimonial_snippet_slideshow-block {
  display: block;
  float: left;
  height: 0px;
  width: 25px;
  overflow: hidden;
  padding-top: 22px;
  border: solid 1px #b0b0b0;
}
#views_slideshow_controls_text_previous_testimonial_snippet_slideshow-block {
  background:url('/sites/default/files/arrow-left.png');
  border-radius: 3px 0px 0px 3px;
}
#views_slideshow_controls_text_next_testimonial_snippet_slideshow-block {
  background:url('/sites/default/files/arrow-right.png');
  border-radius: 0px 3px 3px 0px;
  margin-right: 5px;
}
#views_slideshow_controls_text_pause_testimonial_snippet_slideshow-block {
  display:none;
}

/* Don't display tags at the bottom of news articles*/

.field-name-field-tags {
  display:none;
}

/* Call To Action Button */
/* This imageless css button was generated by CSSButtonGenerator.com */

#call-to-action-button {
  -moz-box-shadow:inset 0px 1px 0px 0px #919191;
  -webkit-box-shadow:inset 0px 1px 0px 0px #919191;
  box-shadow:inset 0px 1px 0px 0px #919191;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff9447), color-stop(1, #ce6f26) );
  background:-moz-linear-gradient( center top, #ff9447 5%, #ce6f26 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9447', endColorstr='#ce6f26');
  background-color:#ff9447;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #8c8c8c;
  display:inline-block;
  color:#ffffff;
  font-family:arial;
  font-size:20px;
  font-weight:bold;
  padding:14px 21px;
  text-decoration:none;
  text-shadow:1px 1px 0px #525252;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}#call-to-action-button:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce6f26), color-stop(1, #ff9447) );
  background:-moz-linear-gradient( center top, #ce6f26 5%, #ff9447 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce6f26', endColorstr='#ff9447');
  background-color:#ce6f26;
}#call-to-action-button:active {
  position:relative;
  top:1px;
}

input#edit-submit {
  -moz-box-shadow:inset 0px 1px 0px 0px #919191;
  -webkit-box-shadow:inset 0px 1px 0px 0px #919191;
  box-shadow:inset 0px 1px 0px 0px #919191;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff9447), color-stop(1, #ce6f26) );
  background:-moz-linear-gradient( center top, #ff9447 5%, #ce6f26 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9447', endColorstr='#ce6f26');
  background-color:#ff9447;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #8c8c8c;
  display:inline-block;
  color:#ffffff;
  font-family:arial;
  font-size:20px;
  font-weight:bold;
  padding:14px 21px;
  text-decoration:none;
  text-shadow:1px 1px 0px #525252;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}input#edit-submit:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce6f26), color-stop(1, #ff9447) );
  background:-moz-linear-gradient( center top, #ce6f26 5%, #ff9447 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce6f26', endColorstr='#ff9447');
  background-color:#ce6f26;
}input#edit-submit:active {
  position:relative;
  top:1px;
}
/* Social Icons on the Top of Every Page*/
.social-button-container {
    overflow: hidden; 
    margin-top:7px;
    margin-right:20px;
    float: right;
}

.social-button {
    float: left;
    /* width: 100px; */
    height: 20px;
    margin-left: 2px;
    margin-right: 2px;
}
/* Social Share Styling */
.social-share {
  margin-bottom: 5px;
}
.social-share-facebook {
  background-repeat: no-repeat;
  background-image: url('/sites/default/files/facebook-24x24.png');
  display: inline-block;
  height: 24px;
  width: 24px;
  text-indent: -9999px;
}
.social-share-twitter {
  background-repeat: no-repeat;
  background-image: url('/sites/default/files/twitter-icon-24x24.png');
  display: inline-block;
  height: 24px;
  width: 24px;
  text-indent: -9999px;
}
.social-share-googleplus {
  background-repeat: no-repeat;
  background-image: url('/sites/default/files/GooglePlus-24x24.png');
  display: inline-block;
  height: 24px;
  width: 24px;
  text-indent: -9999px;
}
.social-share-linkedin {
  background-repeat: no-repeat;
  background-image: url('/sites/default/files/linkedin-24x24.png');
  display: inline-block;
  height: 24px;
  width: 24px;
  text-indent: -9999px;
}
.social-share-button-container {
  overflow: hidden;
}
.social-share-button {
  float: left;
}


/**************************/
table.feature {
  margin-top: 40px;
  margin-bottom: 40px;
}
table.feature tbody {
  border-top: 0px;
}
table.feature td {
  border: 0px;
  vertical-align: top;
  width: 50%;
}

table#glp-hpbx-2-table * {
  border: 0px;
}
table#glp-hpbx-2-table {
  border-radius: 20px;
}
.glp-hpbx-2-h2 {
  font-size: 1.8em;
  line-height: 1.3em;
  margin-top: 0px;
  margin-bottom: 20px;
}
.glp-hpbx-2-h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
}
.glp-hpbx-2-img {
  float: left;
  padding-bottom: 100px;
  padding-right: 10px;
  padding-top: 5px;
}
.glp-hpbx-2-tn {
  font-size: 1.6em;
}
.glp-hpbx-2-p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
/*
.glp-hpbx-2-footer {
  border-top: 1px solid #bbb;
}
*/
div#block-block-44 h2.block-title {
  color: white;
  background-color: #E68045;
}
div#block-webform-client-block-279 h2.block-title {
  color: white;
  background-color: #E68045;
}
div#block-webform-client-block-286 h2.block-title {
  color: white;
  background-color: #E68045;
}
div.ui-tabs {
  padding: 0px;
  margin-bottom: 15px;
}
ul.glp-tabs li.ui-state-default a {
  color: #ce6f00;
  font-family: Arial, Helvetica, sans-serif;
}
ul.glp-tabs li.ui-state-active a {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
}
