@charset "UTF-8";
/*! 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 {
  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 */
  /* 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;
}

/* Variables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}

.container .column,
.container .columns {
  float: left;
  width: 100%;
  box-sizing: border-box;
}


.row .column:first-child,
.row .columns:first-child {
  /*margin-left: 0;*/
}

/* For devices larger than 769px */
@media (min-width: 769px) {
  .container .column,
  .container .columns {
    margin-left: 3.66667%;
    padding: 4px 8px;
  }

  .container .one.column,
  .container .one.columns {
    width: 4.66667%;
  }

  .container .two.columns {
    width: 13%;
  }

  .container .three.columns {
    width: 21.33333%;
  }

  .container .four.columns {
    width: 29.66667%;
  }

  .container .five.columns {
    width: 38%;
  }

  .container .six.columns {
    width: 46.33333%;
  }

  .container .seven.columns {
    width: 54.66667%;
  }

  .container .eight.columns {
    width: 63%;
  }

  .container .nine.columns {
    width: 71.33333%;
  }

  .container .ten.columns {
    width: 79.66667%;
  }

  .container .eleven.columns {
    width: 88%;
  }

  .container .twelve.columns {
    width: 100%;
    margin-left: 0;
  }

  .container .one-third.column {
    width: 29.66667%;
  }

  .container .two-thirds.column {
    width: 63%;
  }

  .container .one-half.column {
    width: 46.33333%;
  }

  /* Offsets */
  .container .offset-by-one.column,
  .container .offset-by-one.columns {
    margin-left: 4.66667%;
  }

  .container .offset-by-two.column {
    margin-left: 13%;
  }

  .container .offset-by-three.column {
    margin-left: 21.33333%;
  }

  .container .offset-by-four.column {
    margin-left: 29.66667%;
  }

  .container .offset-by-five.column {
    margin-left: 38%;
  }

  .container .offset-by-six.column {
    margin-left: 46.33333%;
  }

  .container .offset-by-seven.column {
    margin-left: 54.66667%;
  }

  .container .offset-by-eight.column {
    margin-left: 63%;
  }

  .container .offset-by-nine.column {
    margin-left: 71.33333%;
  }

  .container .offset-by-ten.column {
    margin-left: 79.66667%;
  }

  .container .offset-by-eleven.column {
    margin-left: 88%;
  }

  .container .offset-by-one-third.column {
    margin-left: 29.66667%;
  }

  .container .offset-by-two-thirds.column {
    margin-left: 63%;
  }

  .container .offset-by-one-half.column {
    margin-left: 4.66667%;
  }
}
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.3em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 500;
  font-family: "Raleway", Arial, sans-serif;
  color: #555;
}

.border {
	/*border-top: 5px solid rgba(126,148,183,0.2);*/
}
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0.8rem;
  color: #333;
}

h1 {
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: 0rem;
}

h2 {
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0rem;
}

h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0rem;
  margin-bottom:1em;
}

h4 {
  font-size: 1.5em;
  line-height: 1.35;
  letter-spacing: 0rem;
  margin-top: 1em;
}

h5 {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: -.05rem;
}

h6 {
  font-size: 1.0rem;
  line-height: 1.6;
  letter-spacing: 0;
}

.wrap {
 padding:1em;
 }
 
 .homeBtns {
 	margin-top: 20%;
 }
 
  .homeBtns span{
background: rgba(255,255,255,0.4);
	color: #003333;
	display:block;
	padding:0.2em 1em;
	font-weight:bold;
	text-shadow: 1px 1px 6px #fff;
 }
/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 3rem;
	letter-spacing:1px;
	font-weight:500;
  }

  h2 {
    font-size: 3.0rem;
  }

  h3 {
    font-size: 2.5rem;
  }

  h4 {
    font-size: 2.2rem;
  }

  h5 {
    font-size: 1.5rem;
  }

  h6 {
    font-size: 1rem;
  }
   .homeBtns {
 	margin-top: 0%;
 }
}
p {
  margin-top: 0;
  letter-spacing: .085rem;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #00c8cc;
  text-decoration: none;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  background-color: transparent;
  border-radius: 6px;
  color: #27313b;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #27313b;
  line-height: 38px;
  padding: 0 30px;
  letter-spacing: .1rem;
  text-transform: none;
  white-space: nowrap;
  box-sizing: border-box;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  border-color: #13181c;
  color: #13181c;
  outline: 0;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  border-color: #f4f4f2;
  background-color: #f4f4f2;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  background-color: #ddddd6;
  border-color: #ddddd6;
  color: #FFF;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="search"],
input[type="text"],
input[type="password"],
textarea,
select {
  border: 1px solid #bbbbbb;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  border-radius: 6px;
  box-shadow: none;
  background: #fff;
}

/* Removes awkard default styles on some inputs */
input[type="email"],
input[type="search"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #f4f4f2;
  outline: 0;
}

label,
legend {
  display: block;
  font-weight: 600;
  margin-bottom: .5rem;
}

fieldset {
  border-width: 0;
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  font-weight: normal;
  margin-left: .5rem;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol, ul {
  margin-top: 0;
  padding-left: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  background: #f3f3f3;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  white-space: nowrap;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
form,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
}
.txtCenter {
	text-align:center;
}
.txtLeft {
	text-align:left;
}


.txtRight {
	text-align:right;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

/* Custom Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
*, *:before, *:after {
  box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: #fff;
}

header {
  width: 100%;
  height: 50px;
  padding: 10px 0 0 5px;
}
.logo {
  margin: 0px 0 0px -100px;
  width:200px;
  text-align:center;
  clear:both;
  text-align:center;
  position:absolute;
  top:20px;
  left:50%;
  z-index:6;
}

header nav {
    float: right;
    position: absolute;
    right: 0px;
    top: 20px;
    z-index: 99;
}

.titleHeader {
float: left;
color:#fff;
/*font-family: 'Bad Script', cursive;*/
font-size:1.1em;
font-weight:400;
}

footer {
  color: #fff;
  position: relative;
  background: rgba(255,255,255,0.6);
}
footer nav {
  width: 100%;
  text-align: center;
  margin-top: -70px;
}
footer nav a {
  width: auto;
  font-size: 13px;
  line-height: 40px;
  margin-right: 10px;
  color: #444;
}

.noWeb {
  display: block;
}

.noMobile {
  display: none;
}
section.title {
  text-align: center;
  min-height: 20px;
 background: #fff;
  clear:both;
  border-top:3px solid #ccc;
}
section.short {
  text-align: center;
  min-height: 40px;
 background: #fff;
 padding-top:2em;
 padding-bottom:2em;
  clear:both;
     -webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.1);
  margin-bottom:0.1em;
  
}
section.short .container{
	width: 100%; 
	max-width: none;
}
section.address .four{
	/**background: rgba(0,0,0,0.1) url(../img/arrowCorner.png) no-repeat;
	background-position:bottom right;**/
}
section.short h2 {
  font-size: 3rem;
  font-weight: 600;
  padding-top: 8px;
  font-style: italic;
  color:#7E7E7E;
  margin:0;
}
section.short p{
	padding:1.5em 0em 1.5em 0em;
}
ul.normal  {
	margin:0px;
	padding:0px;
}
ul.normal li{
	display:inline-block;
	list-style:none;
	margin-right: 0.3em;
	padding-top:5px;
}
section.address {
  text-align: center;
  min-height: 240px;
 background: #F4F4F2;
   -webkit-box-shadow: 0px 10px 19px -2px rgba(0,0,0,0.55);
  -moz-box-shadow: 0px 10px 19px -2px rgba(0,0,0,0.55);
  box-shadow: 0px 10px 19px -2px rgba(0,0,0,0.55);
  clear:both;
  border-top:3px solid #ccc;
}
section.address .container{
	width: 100%; 
	max-width: none;
}
section.address h2{
	background: rgba(0,0,0,0.1) url(../img/arrowCorner.png) no-repeat;
	background-position:bottom right;
}
section.address h2 {
  font-size: 2rem;
  font-weight: 600;
  padding-top: 8px;
  padding-bottom: 8px;
  font-style: italic;
  color:#7E7E7E;
}
a.info {
  border: none;
  border-radius: 6px;
  color: #fff;
  padding: 14px 26px;
  background-color: #873DC5;
  height: 50px;
  line-height: 20px;
  min-width: 167px;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
  font-weight: 200;
}
section.intro {
  width: 100%;
  background: #000;
  position:relative;
}
section.intro .mainLinks{
	background: rgba(0,0,0,0.2);
	display:block;
	height: 50px;
	padding-top:10px;
	font-size: 1.3em;
	font-style:italic;
	color:#fff;
	font-weight:500;
	letter-spacing:1px;
	text-align:center;
}
section.intro .mainLinks:hover{
	background: rgba(0,0,0,0.3);
}
section.intro .mainLinks2{
	background: rgba(0,0,0,0.2);
	display:block;
	height: 50px;
	padding-top:10px;
	font-size: 1.3em;
	font-style:italic;
	color:#fff;
	font-weight:500;
	letter-spacing:1px;
	text-align:center;
}
section.intro .mainLinks2:hover{
	background: rgba(0,0,0,0.3);
}
section.intro2 {
  width: 100%;
    background-size: 100% 100%;
  background-size: cover;
  background: #fff url("../img/photos/liyahJo-44.jpg") center/cover no-repeat;
  min-height:500px;
  min-height: 85vh;
  max-width: 100%;
  text-align: center;
  color: #fff;
  padding: 0;
  position: relative;
  text-shadow: 1px 1px 6px #fff;
  font-weight: bold;
  position:relative;
}
section.intro3 {
  width: 100%;
    background-size: 100% 100%;
  background-size: cover;
  background: #fff url("../img/photos/liyahJo-17.jpg") center/cover no-repeat;
  min-height:500px;
  min-height: 85vh;
  max-width: 100%;
  text-align: center;
  color: #fff;
  padding: 0;
  position: relative;
  text-shadow: 1px 1px 6px #fff;
  font-weight: bold;
  position:relative;
}

section.intro4 {
  width: 100%;
    background-size: 100% 100%;
  background-size: cover;
  background: #fff url("../img/photos/liyahJo-55.jpg") center/cover no-repeat;
  min-height:500px;
  min-height: 85vh;
  max-width: 100%;
  text-align: center;
  color: #fff;
  padding: 0;
  position: relative;
  text-shadow: 1px 1px 6px #fff;
  font-weight: bold;
  position:relative;
}

section.intro5 {
  width: 100%;
  background: #fff url("../img/photos/liyahJo-2.jpg") center/cover no-repeat;
      background-size: 100% 100%;
  background-size: cover;
  min-height:1000px;
  max-width: 100%;
  text-align: center;
  color: #fff;
  padding: 0;
  position: relative;
  text-shadow: 1px 1px 6px #fff;
  font-weight: bold;
  position:relative;
  padding: 2em 0;
}

.subTitle ul {
	position:absolute;
	bottom: -5px;
	right: 0px;
	width: 70%;
	font-size:12px;
	color:#999999;
	text-align:center;
background: #f9f9f9; /* Old browsers */
background: -moz-linear-gradient(left, #fff 0%, #f9f9f9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #fff 0%,#f9f9f9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to left, #fff 0%,#f9f9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	height:20px;
}
.subTitle ul li{
	display:inline-block;
	margin-left:1em;
}
.introTitle {
	position:relative;
	width:100%;
	padding-top:2em;
	background: rgba(255,255,255,0.7);
	background: -moz-linear-gradient(left, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.3) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0.3)), color-stop(50%, rgba(255,255,255,0.3)), color-stop(100%, rgba(246,239,239,0.7)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.3) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.3) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.3) 100%);
background: linear-gradient(to right, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.1) 100%);
	color:#666;
}
.introTitle h1{
	padding:0 1em 0 1em;
	text-shadow:none;
}
.introSlash {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 130px;
  -webkit-box-shadow: 0px 10px 19px -2px rgba(0,0,0,0.55);
  -moz-box-shadow: 0px 10px 19px -2px rgba(0,0,0,0.55);
  box-shadow: 0px 10px 19px -2px rgba(0,0,0,0.55);
}
.subSlash {
	width: 100%;
	height: 114px;
  -webkit-box-shadow: 0px 10px 19px -2px rgba(0,0,0,0.55);
  -moz-box-shadow: 0px 10px 19px -2px rgba(0,0,0,0.55);
  box-shadow: 0px 10px 19px -2px rgba(0,0,0,0.55);
}
.slide {
	height: 100%;
}

#pageScroll {
	height: 600px;
}
  .webOnly {
    display: none !important;
  }

.list li{
	margin-left: 20px;
	list-style: none;
	padding:.2em;
	font-size:1.1em;
}
li.specialList{
	margin-left: 15px;
	list-style-image:url(../img/small-arrow-green.png);
	padding:.3em;
	font-size:1.3em;
}
.logoList li img{
	max-width: 100px;
}
.titleTag {
background: rgba(246,239,239,0.7);
background: -moz-linear-gradient(left, rgba(246,239,239,1) 0%, rgba(11,51,117,0.3) 50%, rgba(246,239,239,0.7) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246,239,239,0.3)), color-stop(50%, rgba(11,51,117,1)), color-stop(100%, rgba(246,239,239,0.7)));
background: -webkit-linear-gradient(left, rgba(246,239,239,1) 0%, rgba(11,51,117,0.3) 50%, rgba(246,239,239,0.7) 100%);
background: -o-linear-gradient(left, rgba(246,239,239,1) 0%, rgba(11,51,117,0.3) 50%, rgba(246,239,239,0.7) 100%);
background: -ms-linear-gradient(left, rgba(246,239,239,1) 0%, rgba(11,51,117,0.3) 50%, rgba(246,239,239,0.7) 100%);
background: linear-gradient(to right, rgba(246,239,239,0.7) 0%, rgba(11,51,117,0.3) 50%, rgba(246,239,239,0.7) 100%);
}
.titleTag h2{
	font-size:1.5em !important;
	padding:0.5em;
	color: #333 !important;
}

.quote {
	margin-top: 3em;
	margin-top: 20vh;
	font-size: 2em;
	font-family: 'Bad Script', cursive;
}
.black {
	color:#000;
}

/* OVERLAYS
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

a#overlaylaunch-inAbox {
    display: block;
    padding: 40px;
    margin: 40px;
    background-color: #efefef;
    font-size: 1.6em;
    text-decoration: none;
    text-align: center;
}

#overlay-inAbox .wrapper {
    text-align: center;
}



/* More important stuff */

.overlay,
#overlay-shade {
    display: none;
}

#overlay-shade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #000;
}

.overlay {
    position: absolute;
    top: 0px;
    left: 0;
    width: 90%;
    min-height: 800px;
    z-index: 10000;
    background: #fff url(../img/slashBkg.png) no-repeat;
    border-radius: 10px;
    color: #000;
    box-shadow: 0 0 6px #ccc;
}
.overlay .wrapper{
	padding: 0 2em 2em 2em;
	font-size: 13px;
}
.overlay .wrapper p{
	padding: 0 1.5em 0 1.5em;
	font-size: 1.2em;
}
.overlay .wrapper h3{
	text-align: center;
	font-size:2.5em;
	margin-bottom:2em;
	font-weight:bold;
	color: #666;
}

.overlay .toolbar {
    padding: 8px;
    line-height: 1;
    text-align: right;
    overflow: hidden;
} 

.overlay .toolbar a.close {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 8px;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
	width: 30px;
    border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
    color: #fff;
    background-color: #ccc;
	text-align:center;
} 
.overlay .toolbar a.close span {
    color: #818181;
} 
.overlay .toolbar a.close:hover,
.overlay .toolbar a.close:hover span {
    background-color: #b90900;
    color: #fff;
}

  #menu a {
    color: #fff;
	text-shadow: 3px 2px #333;
	
  }

.greyBkg {
	background: #C4CEE3 !important;
}

.whiteBkg {
background: rgba(255,255,255, 1);
margin-top: 100px;
margin-top: 10vh;
color: #333;
}

	section.intro2 .mobileImg,
	section.intro3 .mobileImg,
	section.intro4 .mobileImg,
	section.intro5 .mobileImg{
	  display: none;
	}

.arrowDown {
	position:absolute;
	left:0;
	bottom: 30px;
	bottom: 5vh;
	z-index:6;
	width:100%;
}










/* Slick NAVE
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

/*
    Mobile Menu Core Style
*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}

.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 3rem;
  height: .3rem;
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(91, 106, 127, 0.25);
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.25em;
}

.slicknav_nav {
  clear: both;
}

.slicknav_nav ul,
.slicknav_nav li {
  display: block;
  margin-bottom: 0;
  background-color: #000;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_nav .slicknav_row {
  display: block;
}

.slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

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

.slicknav_menu:after {
  clear: both;
}

/* IE6/7 support */
.slicknav_menu {
  *zoom: 1;
  z-index:999;
}

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
  font-size: 16px;
}

/* Button */
.slicknav_btn {
  margin: 5px 5px 11px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  background-color: none;
}

/* Button Text */
.slicknav_menu .slicknav_menutxt {
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}

/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

.slicknav_menu {
    /*background:#4c4c4c;
    padding:5px;
	*/
}

.slicknav_nav {
  color: #bbb;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}

.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  width: 180px;
  text-align: center;
  height: 1200px;
  background-color: #000;
}

.slicknav_nav ul {
  padding: 0;
  margin: 10px 0 0 20px;
}

.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}

.slicknav_nav a {
  padding: 12px 10px;
  margin: 0;
  text-decoration: none;
  color: #fff;
  text-shadow: none;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_row:hover {
  background-color: #27313b;
  color: #ddd;
}

.slicknav_nav a:hover {
  background-color: #27313b;
  color: #ddd;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.slicknav_nav li.login, .slicknav_nav li.create-account {
  background-color: #2e3e4e;
  padding: 34px 20px 0px 20px;
}
.slicknav_nav li.login a, .slicknav_nav li.create-account a {
  color: #fff;
  padding: 6px 0;
  border: 2px solid #fff;
  border-radius: 24px;
  width: auto;
}

.slicknav_nav li.create-account {
  padding-top: 24px;
}
.slicknav_nav li.create-account a {
  color: #fff;
  font-size: .95em;
  background-color: #873DC5;
  padding: 8px 16px;
  border: 2px solid #873DC5;
  border-radius: 24px;
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Larger than mobile 415px */
@media (min-width: 415px) {

}
/* Larger than phablet (also point when grid becomes active) 550px */
@media (min-width: 550px) {
 
}
/* tablet portrait */
@media (min-width: 768px) {

}
/* Larger than tablet 769px */
@media (min-width: 769px) {
  .webOnly {
    display: block !important;
  }

  .mobileOnly {
    display: none !important;
  }
  #menu {
    list-style-type: none;
    font-size: .95em;
  }
  #menu li {
    float: left;
    color: #333;
    margin-right: 20px;
	border-left: 1px solid #ccc;
	padding: 0px 0px 0px 15px;
  }
  #menu li .active {
    color: #873DC5;
  }
  #menu li.login a {
    color: #873DC5;
    font-size: .95em;
    padding: 8px 18px;
    border: 2px solid #873DC5;
    border-radius: 24px;
  }
  #menu li.login a:hover {
    color: #fff;
    background-color: #873DC5;
  }
  #menu li.create-account a {
    color: #fff;
    font-size: .95em;
    background-color: #873DC5;
    padding: 8px 18px;
    border: 2px solid #873DC5;
    border-radius: 24px;
  }
  #menu li.create-account a:hover {
    color: #873DC5;
    background-color: #fff;
  }

  .slicknav_menu {
	  display: none;
  }

  header {
    padding: 20px;
    text-align: center;
	width:100%;
	/*border-bottom: 4px solid #D4AF34;*/
  }
  header .logo {
	display:inline-block;
  }
section.intro .six{
	margin-left:0px;
	padding:0px;
	width: 50% !important;
	margin-top: 40vh;
}
section.intro .mainLinks{
	background: rgba(0,0,0,0.2);
	display:block;
	height: 35vh;
	font-size: 1.5em;
	font-style:italic;
	color: #fff;
	font-weight:600;
	letter-spacing:1px;
	text-align:center;
	border-radius: 0 1em 0 0;
	margin-right:1em;
}
section.intro .mainLinks2{
	background: rgba(0,0,0,0.2);
	display:block;
	height: 35vh;
	font-size: 1.5em;
	font-style:italic;
	color:#fff;
	font-weight:500;
	letter-spacing:1px;
	text-align:center;
	border-radius: 1em 0 0 0;
	margin-left:1em;
}
section.intro .mainLinks div,
section.intro .mainLinks2 div{
	padding-top: 80px;
}
.introTitle {
	position:absolute;
	top:3.5em;
	width:100%;
}
section.short ul li{
	margin-right: 2em;
}

.contactBkg {
margin-left:5% !important;
}
section.intro,
section.intro1,
section.intro2,
section.intro3,
section.intro4,
section.intro5 {
 background-attachment: fixed;
 padding-bottom:3em;
}

.list {
	margin-left:1em;
}

}


/* Larger Desktop HD */
@media (min-width: 1180px) {
  header {
    padding-right: 20px;
  }


  section .wrap {
    max-width: 1280px;
    margin: 0 auto;
  }

  .webtimelineDiv {
    display: block;
  }

  .mobileOnly {
    display: none !important;
  }
}
@media (min-width: 1180px) and (max-width: 1206px) {

}
@media (min-width: 1180px) and (max-width: 1280px) {

}
@media (min-width: 1280px) and (max-height: 900px) {

}
@media (min-width: 1180px) and (max-height: 768px) {

}

@media screen and (max-width: 1000px) {
  .js #menu {
    display: none;
  }

  .js .slicknav_menu {
    display: block;
  }
}

@media screen and (max-width: 750px) {
	section.intro {
  background-size: auto 100%;
  }
  .logo {
  margin: 0px 0px 0px -60px;
  width:100px;
  top:10px;
  left:50%;
}
  .logo img{
	width:120px;
	}
	.titleHeader {
		display:none;
	}
	
	section.intro {
	  background: #000
	}
	
	
	section.intro2 {
	  background: #fff;
	}
	
	section.intro3 {
	  background: #070101;
	}

	section.intro4 {
	  background: #D5CFD9;
	}
	
	section.intro5 {
	  background: #0E0202;
	}
	
	section.intro2 .mobileImg,
	section.intro3 .mobileImg,
	section.intro4 .mobileImg,
	section.intro5 .mobileImg{
	  display: block;
	}
		
	section.intro2 .mobileImg img,
	section.intro3 .mobileImg img,
	section.intro4 .mobileImg img,
	section.intro5 .mobileImg img{
	  width:100%;
	  height:auto;
	}
	
	.quote {
	margin-top: 3em;
	margin-bottom: 5em;
	font-size: 1.4em;
	font-family: 'Bad Script', cursive;
	}	

}

