/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }
  
.flexslider p {
  border: none;
}
.flexslider .slides img {
  height: auto; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*  ==================================
    Footer and Nav
    ==================================  */
/*take this footer and nav out later*/
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right; }
nav li {
  display: inline-block; }
nav .currentLink {
  color: #183e4a;
  border: 1px solid #d69662; }
nav a {
  display: inline-block;
  padding: 3px 9px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .65rem;
  letter-spacing: .001rem;
  border: 1px solid #eae8e2;
  color: #183e4a; }
nav a:hover {
  color: #183e4a;
  border: 1px solid #183e4a; }
nav a:visited {
  color: #183e4a; }
nav a:active {
  color: #d69662;
  border: 1px solid #d69662; }

.footer-content .header .page {
  padding-bottom: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%; }

/*wrapper for logo*/
.footer-content {
  position: fixed;
  /*this makes caption slide under the footer and scroll up to read at certain widths, 11/20*/
  z-index: 100;
  width: 100%;
  bottom: 0px;
  left: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: rgba(234, 235, 226, 0.9);
  height: 72px;
  border-bottom: 1.5px solid #ccc; }
  .footer-content .items .logo {
    width: 80px;
    height: 70px;
    padding: 3px 5px; }
  .footer-content .items .logo a {
    padding: 0px 10px;
    border: none;
    width: 76px; }

/*wrapper for NAV--CONT. LOCATED IN FOOTER*/
.flex-nav {
  padding: 0px 16px;
  /*Flex container for nav*/
  /*END FLEX-NAV UL*/ }
  .flex-nav nav {
    font: 100% font-stack;
    letter-spacing: .08px;
    padding: 0px 30px; }
    .flex-nav nav nav a {
      font-size: .5rem;
      color: #183e4a; }
  .flex-nav .flex-nav ul {
    display: flex;
    flex-direction: row;
    text-align: right;
    width: 100%;
    list-style: none;
    padding: 17px; }
    .flex-nav .flex-nav ul .flex-nav li {
      padding: 0px; }
    .flex-nav .flex-nav ul .items {
      align-items: center;
      flex: 1; }
    .flex-nav .flex-nav ul .items a {
      padding: 0px;
      color: #183e4a; }

/*END FLEX-NAV*/
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
/*Author: Linda Weller :: This code includes Flex Box, SCSS, created with Code Kit and Sublime 3*/
html {
  color: #183e4a; }

body {
  margin: 0px;
  padding: 0px;
  height: auto; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  /*background: #b3d4fc;*/
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*font-family: 'EB Garamond', serif;*/
/*font-family: 'Source Sans Pro', sans-serif;*/
/*scss variables*/
/*fonts*/
/*colors*/
/*this is the dark green for fonts*/
/*this is orange for the responsive section*/
/*this is red for the apps section*/
/*this is green for the print section*/
/*this is gold for the ux section*/
html, body {
  height: 100%; }

/* ==========================================================================
   Helper reset
   ========================================================================== */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

img {
  max-width: 100%;
  height: auto; }

/*index2*/
/* ==========================================================================
   Container/items  INDEX2.HTML responsive, apps, print, ux;
   ========================================================================== */
.home {
  height: 100%;
  width: 100%;
  position: fixed;
  border: 0px;
  left: 0px;
  padding-bottom: 72px; }

.container {
  display: flex;
  flex-wrap: wrap;
  /* ==========================================================================
     Content-home  INDEX2.HTML cont. page-4 BIG SQUARES
     ========================================================================== */ }
  .container .item {
    width: 50%;
    display: flex;
    align-items: center;
    text-align: center; }
  .container .item a {
    text-transform: uppercase;
    font-size: .9rem;
    letter-spacing: 1.4px;
    text-decoration: none; }
  .container .responsive {
    background: #049ef3; }
  .container .apps {
    background: #049ef3; }
  .container .print {
    background: #acab9c; }
  .container .ux {
    background: #acab9c; }
  .container .content {
    padding: 0;
    margin: 0;
    width: 100%;
    font: 100% Source Sans Pro, sans-serif; }
  .container h1 {
    font: 100% EB Garamond, serif;
    font-weight: 400;
    color: #f0f0f0;
    margin: 0px;
    padding-bottom: 22px;
    font-size: 3.1rem;
    letter-spacing: .014px;
    flex-grow: 1; }
  .container a:link {
    padding: 18px 123px 18px 123px;
    margin: 0px;
    border: 1.5px solid #f0f0f0; }
  .container a:visited {
    color: #183e4a; }
  .container a:hover {
    color: #183e4a;
    border: 1.5px solid #183e4a; }
  .container a:active {
    color: #eccede4; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 375px) {
  .contact h2 {
    text-align: left; }

  .print-header h2 {
    text-align: left;
    flex-grow: 1; }

  .flexslider .slides img {
    max-width: 88%;
    align-items: center;
    margin: 0px auto; }

  header h2 .ux {
    padding-bottom: 17px;
    display: block; }

  /* content.html*/
  .testimonial-container {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 138px;
    width: 90%; }

  .t-item {
    border-style: none !important;
    width: 100% !important;
    width: margin 0px auto;
    text-align: left; } }
/*iphone 6 portrait*/
@media (max-width: 650px) {
  /*index2----------------------------------------*/
  .item {
    width: 100% !important;
    display: flex;
    align-items: center;
    text-align: center; }

  .item .content {
    margin-top: 0px;
    /*padding-bottom: 6px;*/ }

  .home h1 {
    /* */
    font-size: 1.5rem !important;
    font-weight: 400;
    margin: 0px;
    padding-bottom: 5px; }

  .home .landscape {
    top: 5%;
    padding-bottom: 3px; }

  .responsive a, .print a, .apps a, .ux a {
    padding: 5px 48px 5px 48px !important;
    border: 1px solid #f0f0f0 !important;
    margin: 0px; }

  /*page  650px ----------------------------------------*/
  header .item .catagoryTitle {
    margin: 0px;
    padding: 0px; }
  header .content {
    height: 69px; }

  .flex-direction-nav a {
    border: 0;
    padding: 0px;
    margin: 0;
    height: 43px; }

  .footer-content ul {
    display: inline-block; }

  .contact h2 {
    /*width: 650px;*/
    text-align: left; }

  .print-header h2 {
    text-align: left; } }
/* iphone 6 landscape ----------------------------------------*/
@media only screen and (max-width: 667px) {
  .iph-landscape .item {
    font-size: .4rem !important;
    width: 50%;
    display: flex;
    padding-top: 0%;
    align-items: center;
    text-align: center; }

  .home .landscape {
    font-size: 1.5rem !important;
    padding-bottom: 17px !important; }

  /*page-iphone 6-landscape-667px ----------------------------------------*/
  .flexslider {
    width: 100%;
    top: 10px !important; }

  .flexslider .slides {
    width: 85%;
    margin: 0px auto; }

  .flexslider .caption {
    padding-bottom: 80px; } }
/* iphone-landscape-contact.html ----------------------------------------*/
.t-item {
  border-style: none !important; }

/* ipad portrait 768 w and 1024 h ----------------------------------------*/
@media only screen and (max-width: 768px) {
  .container .responsive a, .container .print a, .container .apps a, .container .ux a {
    font-size: .75rem !important;
    padding: 21px 93px 21px 93px;
    border: 1px solid #183e4a;
    color: #183e4a; }

  /*visually centers content*/
  .container .item .content {
    top: 25px;
    /*align-items:center;*/ }

  .home .content .landscape {
    padding-bottom: 4%; }

  .container h1 {
    padding-top: 2px; }

  .content h1 {
    padding-bottom: 3% !important; }

  /*page-768px ----------------------------------------*/ }
/*ipad landscape 1024 w and 768 h ----------------------------------------*/
@media only screen and (max-width: 1024px) {
  .home .item .content {
    align-items: center;
    padding-bottom: 5%;
    margin-top: -5%; }

  .home .landscape {
    font-size: 2rem;
    padding-bottom: 4%; }

  .home a:link {
    padding: 12px 80px 12px 80px;
    border: 1px solid #183e4a;
    color: #183e4a; }

  .home a:visited {
    color: #183e4a; }

  /*page----------------------------------------*/
  .flexslider {
    top: 5px !important; }

  .flexslider .slides {
    width: 91%;
    margin: 0px auto; } }
@media only screen and (max-width: 1000px) {
  /**/
  /*index----------------------------------------*/
  .container h1 {
    font-size: 1.2rem;
    padding-top: 3px; }

  .container .item a {
    font-size: .7rem;
    padding: 10px 73px 10px 73px;
    border: 1px solid #183e4a;
    color: #183a4a; }

  .cta .content {
    height: 200px; }

  /*page--1000px--------------------------------------*/
  header .content {
    height: 69px; }

  .flex-direction-nav a {
    border: 0;
    padding: 0;
    margin: 0;
    height: 43px;
    top: 43%;
    color: #183a4a; } }
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
    Page.html header-at top;
   ========================================================================== */
body {
  margin: 0px;
  background: url(img/009bg.jpg); }

header {
  background-color: #d69662;
  height: 69px; }
  header .item .catagoryTitle {
    margin: 0px;
    padding: 0px; }
  header .content .slider {
    display: flex;
    flex-direction: row;
    text-align: left;
    justify-content: space-around;
    width: 100%;
    height: 69px; }
  header .content a:link {
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    color: #183e4a; }
  header h2 {
    font: 100% font-stack-two;
    color: #183e4a;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 20px 0px 20px 20px;
    background-color: #d69662;
    letter-spacing: .1px;
    margin: 0px;
    display: block; }

/* ==========================================================================
   page.html (flexslider)
   ========================================================================== */
.flexslider {
  overflow: hidden;
  max-width: 950px;
  margin: 0px auto;
  top: 80px; }
  .flexslider .flex-direction-nav a {
    border: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 43px;
    top: 32%;
    color: #f0f0f0; }
  .flexslider .caption {
    width: 90%;
    bottom: 0px;
    left: 0px;
    margin: 0px auto;
    padding: 0px 0px 0px 1px;
    padding-bottom: 15%; }
  .flexslider h4 {
    font-size: .8rem;
    font: 100% EB Garamond, serif;
    font-weight: 600;
    letter-spacing: .019rem;
    padding: 0px 0px; }
  .flexslider p {
    font: 100% Source Sans Pro, sans-serif;
    font-size: .8rem;
    line-height: 1.2rem;
    padding: 0px;
    font-weight: 200;
    letter-spacing: .03rem;
    background-color: transparent; }

/* ==========================================================================
   contact-html 
========================================================================== */
flex-container {
  display: flex;
  flex-flow: row;
  align-content: space-around;
  height: 950px; }

.flex-item {
  text-align: left;
  width: 100%;
  bottom: 0px;
  left: 0px;
  margin: 0px auto;
  padding: 25px 0px 15px; }

h3 {
  font-size: 1.4em !important;
  font: 100% EB Garamond, serif;
  font-weight: 600;
  letter-spacing: .019rem;
  padding-left: 20px; }

p {
  left-margin: 0px;
  font: 100% Source Sans Pro, sans-serif;
  line-height: 1.2rem !important;
  font-size: .9rem;
  font-weight: 200;
  letter-spacing: .03rem;
  padding: 30px; }

p .contact {
  font-size: .65rem;
  font-weight: bold;
  width: 50%; }

ul {
  list-style: none;
  line-height: 2rem;
  font: 100% Source Sans Pro, sans-serif;
  font-size: 1rem;
  padding: 30px; }

.contact-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }

.c-item {
  height: 49px;
  padding-left: 40px;
  text-align: center; }

.testimonial-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  height: 138px;
  width: 100%; }

.t-item {
  width: 75%;
  height: 118px;
  padding: 10px;
  border: 1px solid #183e4a;
  margin: 0px 0px 0px 20px; }

.flex-container a:link {
  text-decoration: none;
  font: 100% Source Sans Pro, sans-serif; }

a img .logo {
  border: none; }

/* ==========================================================================
  Resume-html
   ========================================================================== */
p .download {
  padding: 40px !important;
  color: #183e4a; }

a .download {
  flex: 1;
  color: #183e4a; }

h3 .download {
  padding-bottom: 5px; }

p .bio {
  font: 100% Source Sans Pro, sans-serif;
  font-size: .7rem;
  line-height: 1.6rem !important;
  padding: 1px;
  padding-top: 10px;
  font-weight: 200;
  letter-spacing: .03rem; }

/* ==========================================================================
  Print-html
   ========================================================================== */
.print-header {
  background-color: #007989; }

.print {
  background-color: #007989; }

.content .slider {
  height: 69px; }

 /* ==========================================================================
ux-html
 ========================================================================== */
.ux-header {
  background-color: #867959;
  flex: grow 1; }

.ux {
  background-color: #867959; }

.content .slider {
  height: 69px;
  flex-grow: 1;
  text-align: left; }

/* ==========================================================================
apps-html
 ========================================================================== */
.apps-header {
  background-color: #9d504b; }

.apps {
  background-color: #9d504b; }

.content .slider {
  height: 69px; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    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) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }