/*@font-face {
  font-family: 'Velocette';
  src: url('../assets/fonts/Velocette.eot');
  src: url('../assets/fonts/Velocette.eot?#iefix') format('embedded-opentype'),
    url('../assets/fonts/Velocette.woff') format('woff'),
    url('../assets/fonts/Velocette.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sanserifing';
  src: url('../assets/fonts/Sanserifing.eot');
  src: url('../assets/fonts/Sanserifing.eot?#iefix') format('embedded-opentype'),
    url('../assets/fonts/Sanserifing.woff') format('woff'),
    url('../assets/fonts/Sanserifing.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Papyrus';
  src: url('../assets/fonts/Papyrus-Regular.eot');
  src: url('../assets/fonts/Papyrus-Regular.eot?#iefix') format('embedded-opentype'),
    url('../assets/fonts/Papyrus-Regular.woff') format('woff'),
    url('../assets/fonts/Papyrus-Regular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}*/
html {
  min-width: 320px;
  height: 100%;/*sf*/
  padding: 0;
  margin: 0;
  -ms-overflow-style: scrollbar; 
}
body {
  position: relative;/*sf*/
  padding: 0;
  margin: 0;
  background-color: white;
  min-height: 100%;
}
body:after {
  content: '';
  display: block;
  height: 64px;
}
.container-fluid {
  padding: 0;
  margin: 0;
}
h3 {
    padding: 0;
  margin: 0;
}
#content {
  background-color: white;
}
.masthead {
  padding: 0;
  margin: 0;
  background-color: #aebaa8;/*was #BAC7B5; #aebaa8; #a3af9e; #9fac99; #9ea999; #9aa594; #a1a79e*/
}
.masthead .row {
  margin-right: 0;
}
#header-left {
  margin: 0;
  padding: 0;
}
#logo {
  margin-left: 84px;
}
#name {
  display: block;
  /*font-family: 'Sanserifing', 'Arial Narrow', Arial, Helvetica, sans-serif;*/
  font-size: 28px;
  color: #996633;
  background: transparent;
  letter-spacing: 8px;
  text-shadow: 1px 1px #5A4B2B;
  text-align: left;
}
#tagline {
  font-family: "Velocette", cursive, sans-serif;
  display: block;
  text-align: left;
  font-size: 16px;
  color: #996633;
  margin-top: -31px;
  text-indent: 170px;/*was 220*/
}
#skillset {
  display: none;
}
.bronzeRule1 {
  width: 100%;
  height: 1px;
  background-color: #93753A;
}
.whiteRule1 {
  width: 100%;
  height: 1px;
  background-color: #FFFFFF; 
}
.blackRule2 {
  width: 100%;
  height: 2px;
  background-color: #000000;
}

/*******HAMBURGER*********/
.c-hamburger {
  display: block;
  position: absolute;
  top: 12px;
  left: 28px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  cursor: pointer;
  transition: background 0.15s;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #5A4B2B;
  border-radius: 2px;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #93753A;
  border-radius: 2px;
  content: "";
}
.c-hamburger span::before {
  top: -9px;
}
.c-hamburger span::after {
  bottom: -9px;
}
.c-hamburger--htx {
  background: transparent;
}
.c-hamburger--htx span {
  transition: background 0s 0.15s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.15s, 0.15s;
  transition-delay: 0.15s, 0s;
}
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background: transparent;
}
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg); /* Safari */
  transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg); /* Safari */
  transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.15s;
}
/***END HAMBURGER*********/


/* Customize the nav-justified links to be fill the entire space of the .navbar */
#menu {
    display: none;
}
.nav-justified {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #5A4B2B;
}
.nav-justified > li {
  height: 36px;/*was 22 18*/
  background-color: #5A4B2B;
  border: none;
  border-bottom: 1px solid #93753A;
  padding: 0;
  margin: 0;
}
.nav-justified > li:last-child {
  border-bottom: none;
}
.nav-justified > li > a {
  height: 35px;/*was 21 17*/
  padding: 0;
  margin: auto;
  color: #FFFFFF;
}
.navText {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: inherit;
  background-color: transparent;
  text-align: center;
  line-height: 14px;
  margin: auto;
  padding-bottom: 4px;
  padding: 11px 3px 4px 3px;
  vertical-align: middle !important;
}
.nav-justified > li:hover {
  color: #F4F0DE;
  background-color: #6A5D40;
  border-bottom: 1px solid #93753A;
  }
.nav-justified > li > a:hover {
  color: inherit;
  background-color: inherit;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  color: #FDFAEC;
  background-color: #7E6F4C;
}


/**************CONTENT*******************/
.pagetitle {
  font-family: 'Papyrus', arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #996633;
  text-shadow: 1px 1px #5A4B2B;
  letter-spacing: 4px;
  margin: 20px auto 20px auto;
  width: 100%;
  text-align: center;
}
.intro {
  margin: 6px auto 30px auto;
  width: 87%;
  font-size: 16px;
  text-indent: -5%;
}
.intro p {
  line-height: 20px;
}
.indented {
  margin-bottom: 0;
}
.indented p {
  margin-left: 30px;
  margin-bottom: 0;
}
.section {
  margin: 6px auto 30px auto;
  width: 96%;
  clear: both;
}
.pseudointro {
  margin-bottom: 0px !important;
}
.barwrap {
  width: 100%;
  height: 28px;
  background: transparent;
  border: 1px solid black;
}
.barheaderwrap {
  display: inline-block;
  width: 30%;
  min-width: 143px;/*test*/
  height: 26px;
  margin: 0;
  border-right: 1px solid black;
  background-color: #5A4B2B;
  font-family: arial, Helvetica, sans-serif;
  font-size: 18px;
}
.barheadertext {
  display: block;
  text-align: center;
  margin:  auto;
  color: white;
}
.barsubheaderwrap {
  display: inline-block;
  width: 50%;
  margin: 0;
  float: right;
  display: flex;
  /*-ms-flex: 1 1 auto; /* IE 10 */
  display: -ms-flexbox;
  display: -moz-flexbox;
  display: -webkit-flex;
  -ms-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
/* IE9, IE10 */
/*@media screen and (min-width:0\0) {
    .barsubheaderwrap { width: 50%;}
}*/
.barsubheadertext {
  display: inline-block;
  /*width: 100%;*/
  display: flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  display: -webkit-flex;
  -ms-flex: 1 1 auto;*/ /* IE 10 */
  flex: 1 1 auto;
  -ms-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  text-align: center;
  color: black;
  background: transparent;
  font-size: 18px;
  vertical-align: middle;
}
.desc {
  width: 84%;
  text-align: justify;
  margin: 6px 5% 20px 9%;
  font-size: 16px;
}
.standout {
  font-weight: bold;
}
.qalist, .qatools {
  width: 94%;
  font-size: 16px;
  margin: 0 auto 30px auto;
}
.qatools {
  list-style: none;
  /*margin: 0 auto 30px auto;
  margin-left: -10px;*/
}
.qalist li, .qatools li {
  margin-bottom: 8px;
}
.lastlist {
  margin-bottom: 30px !important;
}
#bugzilla, #excel {
  float: left;
  margin-left: -35px;
}
#bugzilla {
  width: 21px;
  height: 30px;
  margin-top: -10px;
}
#excel {
  width: 21px;
  height: 18px;
  margin-top: 2px;
}
.descimage {
  position: relative;
  display: block;
  width: 90%;
  /*height: ;*/
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
#manual {
  width: 100%;
}
.caption {
  display: block;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.clientdesc p {
  margin: 10px 0 0 0;
}
.clientdesc {
  list-style: none;
  padding-left: 0;
}
.headerlist li {
  list-style: none;
}
.clientlist {
  list-style: none;
  margin-bottom: 0;
}
.clientlist li .wrapped {
  display: inline-block;
  margin-top: 3px;
  line-height: 16px !important;
}
.tighter {
  width: 89%;
  margin-top: 0;
  margin-bottom: 16px;
  margin-left: auto;
  margin=right: auto;
}
.tighter li {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
}
.indented {
  text-indent: 0;
}
.indented p {
  margin-left: 0;
  margin-bottom: 0;
}
.header {
  margin-bottom: 0;
}

/*****CAROUSEL*******/
.imgbox {
  width: 100%;
  overflow: auto;
  margin: 0 auto 30px auto;
  border: 1px solid black;
}
.carousel-inner .item img {
  display: block;
  width: 100%;
  overflow: auto;
  margin:0 auto 0 auto;
}
.carousel-inner .item .imgbox .pdfembed {
  display: block;
  position: relative;
  margin:0 auto 0 auto;
  width: 100%;
  min-height: 600px;
}
.img-overlay p {
  display: block;
  padding-top: 30%;
  padding-left: 10%;
  padding-right: 10%;
}
.carousel-caption {
  position: relative;
  width: 84%;
  min-height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 30px;
  left: 0;
  color: black;
  text-shadow: none;
  font-weight: bold;
   padding: 0;
  /*transition: none;*/
}
.carousel-caption p {
  margin: 0;
}
.carousel-caption .blurb {
  font-size: 12px;
  line-height: 19px;
  font-weight: normal;
}
.carousel-indicators {
  bottom: 0px;
}
.carousel-indicators li:hover {
  background-color: #6A5D40;
}
.carousel-indicators .active:hover {
  background-color: #93753A;
}
.carousel-indicators .active {
  background-color: #93753A;
}
.carousel-indicators li {
  border: 1px solid black;
}
.carousel-control.left {
  background-image: none;
}
.carousel-control.right {
  background-image: none;
}
.glyphicon-chevron-right, .glyphicon-chevron-left {
  color: #5A4B2B;
}
.ctrls {
  display: block;
  bottom: 60px;
  width: 100%;
  height: 30px;
  margin: -100px auto 60px auto;
  z-index: 200;
}
.carousel-control {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  margin: 0;
}
a#prev {
  margin-left: 0px;
}
a#next {
  float: right;
  margin-right: 0px;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/* fix BS error where arrows keep "hover" state on focus */
.carousel-control:focus {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
}
.carousel-control:active {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
}
.carousel-control:hover {
  opacity: 0.9 !important;
  filter: alpha(opacity=90);
}

/****END CAROUSEL*****/


/****************************************/

/******FOOTER************/
.footer {
  position: absolute;/*sf*/
  bottom: 0;/*sf*/
  width: 100%;/*sf*/
  padding: 0;
  margin: 0;
  border: none;
  background-color: #aebaa8;/*was #BAC7B5; #aebaa8; #a3af9e; #9fac99; #9ea999; #9aa594; #a1a79e*/
  font-family: arial, Helvetica, sans-serif;
  color: #93753A;
}
#copyright {
  display: inline-block;
  float: left;
  font-size: 10px;
  position: relative;
  padding: 0px 0 2px 6px;
  margin-top: -14px;
}
#location {
  display: none;
}
#contact {
  display: block;
  margin: 5px auto 0px auto;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #996633;
  letter-spacing: 4px;
}
#contact label {
  display: none;
}
#email a {
  font-size: 14px;
  font-style: bold;
  text-decoration: none;
  color: inherit;
}
#email a:hover {
  color: #5A4B2B;
}
#phone {
  font-size: 14px;
  padding-right: 10px;
  padding-left: 20px;
}
#social {
  display: block;
  width: 116px;
  height: 20px;
  margin: 5px auto 2px auto;
}
#resume {
  display: inline-block;
  float: left;
  margin-right: 14px;
}
#resume a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin-left: 4px;
  padding-top: 2px;
  color: #996633;
}
#resume a:hover span {
  color: #5A4B2B;
}
#pdficon {
  width: 18px;
  height: 18px;
}
#linkedin {
  display: inline-block;
  float: right;
}
#linkedinicon {
  width: 25px;
  height:16px;
}
/********END FOOTER**************/

/******INTERMEDIATE SCREEN WIDTH (based on footer email/phone wrapping to two lines)*****/
@media (max-width: 458px) {
  body:after {
    height: 64px;
  }
    }

@media (min-width: 454px) {
  #social {
    margin-right: 44%;
  }
}

  /******INTERMEDIATE SCREEN WIDTH (based on barsubheaderwrap width)*****/
  @media (min-width: 516px) and (max-width: 767px) {/*516, 767*/
    .barsubheaderwrap {
      width: 70%;
    }
  }
  @media (min-width: 456px) and (max-width: 515px) {/*456, 515*/
    .barsubheaderwrap {
      width: 65%;
    }
  }
 @media (min-width: 392px) and (max-width: 455px) {/*456, 515*/
    .barsubheaderwrap {
      width: 60%;
    }
  }
  @media (min-width: 320px) and (max-width: 391px) {/*456, 515*/
    .barsubheaderwrap {
      width: 50%;
    }
  }

  /* IE9, IE10 */
@media screen and (min-width:0\0) {
    .barsubheaderwrap {
      width: 50%;}
}

/*******LARGER THAN PHONE*************/
@media (min-width: 768px) {
  body:after {/*sf*/
    height: 52px;
  }

  /*********nav******/
  #menu {
    display: block !important;
  }
  .c-hamburger {
    display: none;
  }
  .nav-justified {
    padding: 0;
    margin: 0;
    height: 28px;
  }
   .nav-justified > li {
    border: none;
    border-right: 1px solid #93753A;
   }
   .nav-justified > li:last-child {
    border-right: 0;
  }
  .nav-justified > li > a {
    height: 28px;
    line-height: 28px;
  }
  .navText {
    font-size: 11px;
    line-height: 11px;
    padding: 1px 3px 2px 3px;
  }
  /******END nav*****/

  /******header*****/
  #logo {
    margin: 30px  0 0 0;
  }
  #name {
    font-size: 32px;
    letter-spacing: 10px;
    margin-left: 50px;
  }
  #tagline {
    font-family: "Velocette", "Harlow Solid Italic", cursive, sans-serif;
    display: block;
    text-align: left;
    font-size: 18px;
    color: #996633;
    margin-top: -30px;
    text-indent: 253px;
  }
  #skillset {
    list-style: none;
    text-align: center;
    font-family: 'Papyrus', arial, helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 8px;
    color: #996633;
    padding: 6px 40px 0 0;
    margin-bottom: 4px;
    display: block;
  }
  /****END header***/

  /******FOOTER*****/
  #contact {
    text-align: right;
    margin-bottom: 0
  }
  #contact label {
    display: inline-block;
    padding-right: 16px;
    letter-spacing: 4px;
    font-weight: normal;
    color: #7A705C;
    margin-bottom: 0;
  }
  #social {
    margin-top: 5px;
    margin-right: 174px;
    margin-bottom: 2px;
  }
  #location {
    display:inline-block;
    float: right;
    clear: right;
    padding-right: 3.7%;
    text-align: right;
    font-size: 10px;
    letter-spacing: 13px;
  }
  /****END footer***/
  
  /**************CONTENT*******************/
.pagetitle {
  width: auto;
  margin: 30px 0 20px 10%;
  text-align: left;
}
.intro {
  margin: 0 auto 30px auto;
  width: 68%;
  font-size: 16px;
  line-height: 18px;
  text-indent: -30px;
}
.section {
  width: 64%;
  margin: 10px auto 30px auto;
}
.barheaderwrap {
  display: inline-block;
  width: 24%;

  margin: 0;
}
.barsubheaderwrap {
  width: 70%;/*was not defined*/
}
.barsubheadertext {
  display: inline-block;
  font-size: 18px;
}
.desc {
  width: 74%;
  text-align: justify;
  margin: 6px 0 20px 25%;
  padding: 6px 8px 0 8px;
  font-size: 14px;
}
.qalist, .qatools {
  width: 69%;
  font-size: 14px;
  /*margin: -28px auto 30px auto;*/
  padding-left: 20px;
}
.descimage {
  width: 80%;
  min-width: 544px;
}
.headerlist  {
  list-style-type: none;
  padding: 0;
  margin: auto;
}
.headerlist li {
  margin-left: 4%;
  float: left;
  padding: 0 3%;
  text-align: left;
}
.clientlist {
  padding-left: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.header  {
  margin-bottom: 14px;
}
.indented {
  margin-bottom: 0px;
}
.indented p {
  margin-left: 30px;
  margin-bottom: 0;
}
.tighter {
  margin-top: 0;
  margin-bottom: 16px;
  margin-left: 18%;
}
.clientlist li .wrapped {
  margin-top: 3px;
  line-height: 13px !important;
}

/*****CAROUSEL*******/
.imgbox {
  max-width: 802px;
  max-height: 602px;
}
.img-overlay p {
  display: block;
  padding-top: 22%;
  overflow: hidden;
  font-size: 16px;
  line-height: 21px;
}
.carousel-caption {
  max-width: 660px;
}
.ctrls {
  width: 70%;
  max-width: 800px;
  min-width: 770px;
}
a#prev {
  margin-left: 20px;
}
a#next {
  margin-right: 20px;
}
/****END CAROUSEL*****/

/****************************************/

  /***** "sticky" footer for > phone ******/
  .footer {
    height: 59px;
  }
  


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}
  .clearfix {
    overflow: auto;
}