/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */
/****************
OUR CUSTOM MIXINS
*****************/
/***********
~VARIABLES
***********/
/***********
~BREAKPOINTS
***********/
/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
/*
 * Body
 */
body {
  margin: 0;
  padding: 0;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
#skip-link {
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
#skip-link a, #skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/*
 * Header
 */
#logo {
  /* Wrapping link for logo */
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
  position: relative;
  top: 0px;
}
@media (min-width: 831px) {
    .mobileLogin_only {
        top: 0px !important;
    }
    
    .mobileLogin_only2 {
        margin-top:59px !important;
    }
}
@media (max-width: 830px) {
  #logo {
    top: 0;
  }
}
#logo img {
  vertical-align: bottom;
}

#site-name {
  /* The name of the website */
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}
#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}
#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan {
  /* The slogan (or tagline) of a website */
  margin: 0;
  font-size: 1em;
}

.region-header {
  /* Wrapper for any blocks placed in the header region */
  clear: both;
  /* Clear the logo */
}

/*
 * Main (container for everything else)
 */
/*
 * Content
 */
#content {
  width: 100%;
}

.breadcrumb {
  /* The path to the current page in the form of a list of links */
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h1.title,
h2.node-title,
h2.block-title,
h2.title,
h2.comment-form,
h3.title {
  /* Comment title */
  margin: 0;
}

tr.even {
  /* Some tables have rows marked even or odd. */
  /* background-color: #eee; */
  /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */
  /* Drupal core uses a #eee background */
}

div.messages {
  /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */
  margin: 1.5em 0;
  /* Drupal core uses "6px 0" margin */
}
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status {
  /* Normal priority messages */
}

div.warning,
tr.warning {
  /* Medium priority messages */
  /* border: 1px solid #f0c020; */
  /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error {
  /* High priority messages. See also the .error declaration below. */
}

.error {
  /* Errors that are separate from div.messages status messages. */
  /* color: #e55; */
  /* Drupal core uses a #e55 background */
}

.warning {
  /* Warnings that are separate from div.messages status messages. */
  /* color: #e09010; */
  /* Drupal core uses a #e09010 background */
}

.tabs {
  /* See also the tabs.css file. */
}

.region-help {
  /* Help text on a page */
}

.more-help-link {
  /* Link to more help */
}

.region-content {
  /* Wrapper for the actual page content */
}

ul.inline {
  /* List of links generated by theme_links() */
  display: inline;
  padding: 0;
}
ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

span.field-label {
  /* The inline field label used by the Fences module */
  padding: 0 1em 0 0;
  /* LTR */
}

.item-list .pager {
  /* A list of page numbers when more than 1 page of content is available */
  padding: 0;
}
.item-list .pager li {
  /* Each page number in the pager list */
  padding: 0 0.5em;
}

.feed-icon {
  /* The link to the RSS or Atom feed for the current list of content */
}

.more-link {
  /* Aggregator, blog, and forum more link */
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
/*
 * Footer
 */
/*
 * Page bottom
 */
.region-bottom {
  /* Wrapper for any blocks placed in the page bottom region */
}

h2.left {
  position: relative;
  left: -123px;
  text-indent: -9999px;
  background: url(../../images/corp/h2-left.png) left top no-repeat;
}

/* HOME PAGE */
/* HONEPAGE SLIDESHOW */
.home-page-slideshow {
  position: relative;
  padding-bottom: 164px;
  background: url(../../images/corp/slide-bottom.png) no-repeat center bottom;
}
@media (max-width: 650px) {
  .home-page-slideshow {
    background: none;
  }
}
.home-page-slideshow .flexslider {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  margin: 0;
}
.home-page-slideshow .flexslider li {
  position: relative;
}
.home-page-slideshow .flexslider li .caption {
  position: absolute;
  top: 35%;
  left: 7%;
  font-size: 18px;
  line-height: 1.5em;
  width: 260px;
}
@media (max-width: 830px) {
  .home-page-slideshow .flexslider li .caption {
    left: 5%;
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media (max-width: 650px) {
  .home-page-slideshow .flexslider li .caption {
    position: relative;
    left: 0;
    top: 0;
    padding: 20px;
  }
}
.home-page-slideshow .flexslider li .caption .title {
  text-transform: uppercase;
  border-bottom: 1px solid #e98a2e;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
.home-page-slideshow .flexslider li .caption .title a {
  color: #eee;
}
.home-page-slideshow .flexslider li .caption .title a:hover {
  text-decoration: none;
  color: #e98a2e;
}
@media (max-width: 650px) {
  .home-page-slideshow .flexslider li .caption .title {
    border-bottom: 1px solid #CCC;
  }
  .home-page-slideshow .flexslider li .caption .title a {
    color: #191919;
  }
}
.home-page-slideshow .flexslider li .caption .description {
  color: #eee;
}
.home-page-slideshow .flexslider li .caption .description a {
  color: #eee;
}
.home-page-slideshow .flexslider li .caption .description a.pdf:after {
  content: "[PDF]";
  font-size: 10px;
  font-weight: 400;
  left: 10px;
  position: relative;
}
@media (max-width: 650px) {
  .home-page-slideshow .flexslider li .caption .description {
    color: #4c4c4c;
  }
}
.home-page-slideshow .flexslider .flex-control-nav {
  bottom: -30px;
}
.home-page-slideshow .flexslider .flex-control-nav li a {
  background: #808080;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  width: 10px;
  height: 10px;
}
.home-page-slideshow .flexslider .flex-control-nav li a.flex-active {
  background: #666;
}
.home-page-slideshow .flexslider .flex-direction-nav {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.home-page-slideshow .customers-logos {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 10px;
}

.page-home #home-boxes {
  margin: 40px 0;
  padding: 0 10px;
}
.page-home #home-boxes .home-col {
  *zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../../images/corp/vertical-sep.png) no-repeat 95% 7px;
}
.page-home #home-boxes .home-col:before, .page-home #home-boxes .home-col:after {
  content: '';
  display: table;
}
.page-home #home-boxes .home-col:after {
  clear: both;
}
.page-home #home-boxes .home-col:last-child {
  margin-right: 0%;
}
@media (max-width: 830px) {
  .page-home #home-boxes .home-col {
    width: 33%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-home #home-boxes .home-col.three {
    background: none;
  }
}
@media (max-width: 650px) {
  .page-home #home-boxes .home-col {
    width: 50%;
  }
  .page-home #home-boxes .home-col.two, .page-home #home-boxes .home-col.four {
    background: none;
  }
  .page-home #home-boxes .home-col.three {
    background: url(../../images/corp/vertical-sep.png) no-repeat right 7px;
  }
}
@media (max-width: 400px) {
  .page-home #home-boxes .home-col {
    width: 100%;
    background: none;
    padding: 0 30px 0px 30px;
    margin: 5px 0;
  }
}
.page-home #home-boxes .home-col h2 {
  text-transform: uppercase;
  font-family: 'Titillium Web', sans-serif;
  font-size: 12px;
  padding: 0 0 0 15px;
  margin: 0 0 10px 0;
  background: url(../../images/corp/square.png) no-repeat left 8px;
  color: #191919;
}
.page-home #home-boxes .home-col ul {
  font-family: 'Dosis', sans-serif;
  font-size: 11px;
  margin: 0 0 0 10px;
  padding: 0 0 20px 0;
}
.page-home #home-boxes .home-col ul li {
  color: #4c4c4c;
  font-size: 13px;
  list-style-type: none;
  background: url(../../images/corp/bullet.png) no-repeat left center;
  padding-left: 15px;
}
.page-home #home-boxes .home-col ul li span.arrow {
  color: #008cc7;
  margin: 0 0 0 3px;
}
.page-home #home-boxes .home-col ul li a:link, .page-home #home-boxes .home-col ul li a:visited {
  color: #4c4c4c;
  font-size: 13px;
}
.page-home #home-boxes .home-col ul li a:link span.arrow, .page-home #home-boxes .home-col ul li a:visited span.arrow {
  color: #008cc7;
  margin: 0 0 0 3px;
}
.page-home #home-boxes .home-col ul li a:link:hover, .page-home #home-boxes .home-col ul li a:visited:hover {
  text-decoration: none;
  color: #008cc7;
}
.page-home #home-boxes .home-col.four {
  background: none;
}

/* CONTACT PAGE */
.contact-page label {
  font-weight: bold;
}
.contact-page .contact-form-wrapper {
  background: url(../../images/corp/contact-back.png) repeat-y;
  width: 100%;
  float: left;
}
.contact-page .contact-form-wrapper .contact-form {
  position: relative;
  padding: 20px 95px 40px 120px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
}
@media (max-width: 830px) {
  .contact-page .contact-form-wrapper .contact-form {
    padding: 20px;
  }
}
.contact-page .contact-form-wrapper .contact-form .text-forms {
  float: left;
  width: 48%;
}
.contact-page .contact-form-wrapper .contact-form .text-forms label {
  font-weight: normal;
  font-size: 12px;
  clear: both;
  float: left;
  line-height: 16px;
}
@media (max-width: 400px) {
  .contact-page .contact-form-wrapper .contact-form .text-forms {
    width: 100%;
    margin: 0;
  }
}
.contact-page .contact-form-wrapper .contact-form .text-forms input.form-text {
  clear: both;
  float: left;
  padding: 12px 5px;
  background: #fff;
  border: 1px solid #eee;
  width: 100%;
  color: #999;
  height: auto;
  margin-bottom: 12px;
}
.contact-page .contact-form-wrapper .contact-form .area {
  float: right;
  width: 48%;
}
@media (max-width: 400px) {
  .contact-page .contact-form-wrapper .contact-form .area {
    width: 100%;
    margin: 0;
  }
}
.contact-page .contact-form-wrapper .contact-form .area label.ta {
  font-weight: normal;
  font-size: 12px;
  clear: both;
  line-height: 16px;
  margin: 0 0 0 0;
  float: left;
}
.contact-page .contact-form-wrapper .contact-form .area textarea {
  background: #fff;
  border: 1px solid #eee;
  height: 258px;
  resize: none;
  padding: 5px;
  margin: 0;
}
.contact-page .contact-form-wrapper .contact-form .area .countdown {
  font-size: 12px;
  color: #AAA;
}
.contact-page .contact-form-wrapper .contact-form .area .form-submit {
  clear: left;
  margin: 5px 0 0 0;
}
.contact-page .contact-form-wrapper .over {
  color: red;
}

tbody {
  border: 0;
}

/* LEADERSHIP PAGE */
.leadership .member {
  background: url("../images/landing-title-bot.png") no-repeat scroll left bottom transparent;
  padding: 25px 0;
}
.leadership .member h2 {
  color: #093C71;
  font-size: 18px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.leadership .member .title {
  padding: 0 0 15px 0;
  font-weight: 600;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
}

/* CAREERS PAGE */
.position h3 {
  margin-bottom: 0;
  color: #2c74b3;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Titillium Web', sans-serif;
}
@media (max-width: 949px) {
    .shut-off949 {
        display:none !important;
    }
}
.footer-info { color: #4c4c4c;
    font-size: 13px;
  }
ul.ul_careers { list-style-type:none; }
div.position ul.ul_careers.careerspage li a:hover{color:#02406f; text-decoration:none;}
div.inside h2.career_header_job{padding: 0 0 0 28px; border-left:2px solid #02406f; }

/* ACTUAL CAREER PAGE */
span.linkedin-icon{background-image: url(../../images/corp/linkedin.png); cursor:pointer; background-position:center top; background-color:transparent; text-indent: -9999px; width:30px; height:30px; margin-right:4px; display:inline-block; right:4px; vertical-align:middle;}
ul.ul_careers li a.linkedin-button{height:31px; width:70px; background-color:#0077b5; color:white; padding:7px; text-align:left; font-size:14px; vertical-align:middle;}
.hoverbuttons:hover a.linkedin-button{background-color:#939598; color:white; text-decoration:none;}
.hoverbuttons:hover span.linkedin-icon{background-position:center bottom;}
ul.ul_careers li {width:auto; display:block; height:24px; text-align:left; padding:5px;}
p.denote_job{text-align:right; font-size:13px; margin-bottom:3px;}
ul.ul_careers li.hoverbuttons{width:160px;margin-bottom: 8px;}