/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */

audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
  margin: 0;
}
/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
  background: yellow;
  color: black;
}
/*
 * Addresses margins set differently in IE6/7
 */

p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
  quotes: none;
}
/* 2 */

q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE6/7
 */

dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7
 */

menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7
 */

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9
 */

svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
  line-height: normal;
  /* 1 */

}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */

}
/*
 * Re-set default cursor for disabled elements
 */

button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, 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;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */

}
/* =============================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */

.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */

.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* Floats and text-align */

.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.alignLeft {
  text-align: left;
}
.alignCenter {
  text-align: center;
}
.alignRight {
  text-align: right;
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */

audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
  margin: 0;
}
/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
  background: yellow;
  color: black;
}
/*
 * Addresses margins set differently in IE6/7
 */

p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
  quotes: none;
}
/* 2 */

q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE6/7
 */

dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7
 */

menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7
 */

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9
 */

svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
  line-height: normal;
  /* 1 */

}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */

}
/*
 * Re-set default cursor for disabled elements
 */

button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, 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;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */

}
/* =============================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */

.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */

.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* Floats and text-align */

.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.alignLeft {
  text-align: left;
}
.alignCenter {
  text-align: center;
}
.alignRight {
  text-align: right;
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Core styles */

body {
  font-size: 1.313em;
  font-family: Garamond, Georgia, Arial, Helvetica, Sans-serif;
  line-height: 1.125em;
  color: #0e004e;
  background: #ffffff url("images/bgSite.jpg") top center fixed no-repeat;
}
a {
  text-decoration: none;
  color: #0054a3;
  font-style: italic;
}
.wrapper {
  width: 1128px;
  margin: 30px auto 0px auto;
}
.contentWrapper {
  width: 1065px;
  margin-left: 50px;
  /* uncomment these styles if using 'flexcroll'
  height: 655px;
  overflow: auto; */
}
.content {
  min-height: 655px;
  width: 1008px;
  background: url("images/bgContent.png") top left repeat-y;
  padding: 15px 0px;
  border: 10px solid white;
  border: 10px solid rgba(255, 255, 255, 0.8);
  border-top: 0px;
  border-bottom: 0px;
}
footer {
  text-align: center;
  font-size: 0.667em;
  margin: 2em 0px;
  letter-spacing: 0.143em;
  font-family: Myriad Pro Cond, Myriad Pro, Arial, Helvetica, Sans-serif;
}
p {
  background: url("images/bgParagraph.png") top left repeat-y;
  line-height: 1.333em;
  letter-spacing: 0.048em;
  text-indent: 3.095em;
  padding: 0px 5px;
  margin: 1.8em 0px;
}
p:first-letter {
  font-weight: bold;
  font-size: 1.524em;
}
.bgChicken {
  background: url("images/bgChicken.png") left top no-repeat;
  padding-left: 230px;
}
.bgChicken p {
  margin: 4.762em 0px;
}
img.floatLeft {
  margin-left: 20px;
  margin-right: 10px;
}
img.floatRight {
  margin-right: 20px;
  margin-left: 10px;
}
.shadowTopLeft {
  -webkit-box-shadow: -10px -10px 0px rgba(14, 0, 78, 0.5);
  box-shadow: -10px -10px 0px rgba(14, 0, 78, 0.5);
}
.shadowTopRight {
  -webkit-box-shadow: 10px -10px 0px rgba(14, 0, 78, 0.5);
  box-shadow: 10px -10px 0px rgba(14, 0, 78, 0.5);
}
.shadowBottomLeft {
  -webkit-box-shadow: -10px 10px 0px rgba(14, 0, 78, 0.5);
  box-shadow: -10px 10px 0px rgba(14, 0, 78, 0.5);
}
.shadowBottomRight {
  -webkit-box-shadow: 10px 10px 0px rgba(14, 0, 78, 0.5);
  box-shadow: 10px 10px 0px rgba(14, 0, 78, 0.5);
}
.imageBlock {
  overflow: hidden;
  margin: 100px 0px;
  margin-left: 40px;
}
.imageBlock h3 {
  font-size: 1.190em;
  margin: 0px;
  margin-bottom: 22px;
  margin-left: 170px;
}
.imageBlock p {
  text-indent: 0px;
  font-size: 0.905em;
  line-height: 1.048em;
  margin: 0px;
  margin-left: 170px;
}
.imageBlock p:first-letter {
  font-size: 1em;
  font-weight: normal;
}

/* Header styles */

header {
  position: relative;
}
.hlLogo {
  position: relative;
  z-index: 2;
}
.pageHeader {
  position: absolute;
  top: 42px;
  left: 50px;
  z-index: 1;
}
.pageHeader .pageTitle {
  font-size: 3.571em;
  margin: 0px;
  padding-left: 195px;
  line-height: 145px;
  letter-spacing: 0.067em;
}
.pageHeader .pageTitle .overlay {
  display: block;
  width: 1025px;
  height: 124px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url("images/bgPageTitle.png") top left no-repeat;
}
/* Main Nav styles */

nav {
  margin-top: 3px;
  position: relative;
  z-index: 3;
  font-family: Myriad Pro, Arial, Helvetica, Sans-serif;
  font-size: 0.810em;
  letter-spacing: 0.143em;
  text-transform: lowercase;
  background: #534a7f;
  background: rgba(83, 74, 127, 0.9);
  -webkit-box-shadow: 0px 10px 10px -8px #333333;
  box-shadow: 0px 10px 10px -8px #333333;
}
nav ul {
  list-style-type: none;
  margin: 0px;
  height: 39px;
}
nav ul ul {
  position: absolute;
  top: 0%;
  left: -9999px;
  margin: 0px 7px;
  padding: 0px;
  padding: 45px 14px 20px 0px;
  height: 56px;
  width: 151px;
  background: url("images/bgNavSubMenu.png") top left no-repeat;
  letter-spacing: normal;
}
nav ul li {
  float: left;
  width: 170px;
  position: relative;
  background: url("images/bgNavItem.gif") right center no-repeat;
}
nav ul ul li {
  float: none;
  width: auto;
  padding-left: 4px;
  background-image: none;
}
nav ul ul li:hover {
  background: #534a7f;
}
nav ul li:hover ul {
  left: 0px;
}
nav ul li:last-child {
  background: none;
}
nav a {
  padding: 12px 0px;
  margin: 0px 15px;
  line-height: 15px;
  height: 15px;
  text-align: center;
  color: white;
  font-style: normal;
  display: block;
}
nav ul ul a {
  background: url("images/imgNavSubMenuBullet.gif") left center no-repeat;
  padding: 0px 0px 0px 12px;
  margin: 0px;
  color: #534a7f;
  line-height: 24px;
  height: auto;
  font-size: 0.824em;
  font-weight: bold;
  text-align: left;
}
nav ul ul li:hover a {
  background: #534a7f url("images/imgNavSubMenuBullet_white.gif") left center no-repeat;
  color: #ffffff;
}
nav:before,
nav:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  bottom: -32px;
  display: block;
}
nav:before {
  left: 0px;
  border-color: transparent #0e004e transparent transparent;
  border-width: 0px 50px 32px 0px;
}
nav:after {
  right: 0px;
  border-color: transparent transparent transparent #0e004e;
  border-width: 0px 0px 32px 50px;
}

/* Facebook Feed styles */
.fbFeed {
  width: 547px;
  min-height: 555px;
  margin: 0px auto;
  position: relative;
  border: 1px solid #0E004E;
  padding: 126px 14px 14px 14px;
  background: #ffffff;
  background: rgba(255,255,255,.5);
}
.likeUsWrapper {
  position: absolute;
  width: 536px;
  padding: 3px 47px;
  top: 14px;
  left: -25px;
  background: #ffffff;
  background: rgba(255,255,255,.8);
  -webkit-box-shadow: 10px 10px 15px -8px #333333;
  box-shadow: 10px 10px 15px -8px #333333;
  font-family: Myriad Pro, Arial, Helvetica, Sans-serif;
}
.likeUsWrapper p {
  margin: 0px;
}
.likeUsWrapper .imgLogoSmall {
  float: left;
}
.likeUs {
  margin-top: 6px;
  margin-left: 115px;
}	
.likeUs a {
  text-decoration: underline;
  color: #0054A3;
  font-style: normal;
}
.likeUs .button {
  margin: 15px;
}
.likeUs .button a {
  margin-right: 15px;
  float: left;
}
.likeUs .button span {
  color: #3766AE;
  display: inline-block;
  margin-top: 8px;
  font-size: 0.619em;
  font-weight: bold;
}

/* 'Contact Form 7' styles */
.wpcf7 {
  font-family: Myriad Pro Cond, Myriad Pro, Arial, Helvetica, Sans-serif;
}
.wpcf7 .field {
  margin-bottom: 45px;
}
.wpcf7 label {
  text-align: right;
  display: inline-block;
  width: 175px;
  text-transform: uppercase;
}
.wpcf7 .help {
  text-transform: uppercase;
  margin-left: 20px;
}
.wpcf7 .wpcf7-form-control-wrap {
  margin-left: 100px;
}
.wpcf7-text,
.wpcf7-select,
.wpcf7-textarea {
  padding: 5px;
}
.wpcf7-text,
.wpcf7-textarea {
  width: 604px;
}
.wpcf7-select {
  text-align: center;
}
.wpcf7-textarea {
  height: 168px;
  resize: none;
}
.small {
  width: 182px;
}
.mini {
  width: 120px;
}
.wpcf7 .watermark {
  color: #0E004E !important;
}
.wpcf7-text,
.wpcf7-select,
.wpcf7-textarea {
  font-family: Myriad Pro Cond, Myriad Pro, Arial, Helvetica, Sans-serif;
  font-size: 0.905em;
  color: #0E004E;
  border: 1px solid #0E004E;
  background: #ffffff;
  background: rgba(255,255,255,.8);
  -webkit-box-shadow: 10px 10px 15px -8px #333333;
  box-shadow: 10px 10px 15px -8px #333333;
}
.buttons {
  text-align: right;
  margin-top: 10px;
  margin-right: 92px;
}
.buttons .button {
  min-width: 82px;
  text-align: center;
  padding: 4px 0px;
  margin-left: 30px;
  font-size: 0.810em;
  color: #0E004E;
  font-family: Myriad Pro Cond, Myriad Pro, Arial, Helvetica, Sans-serif;
  text-transform: uppercase;
  border: 0px;
  border-radius: 15px;
  background: #ffffff;
  -webkit-box-shadow: inset 0px 0px 10px #F0CA00, 5px 5px 15px -2px #333333;
  box-shadow: inset 0px 0px 10px #F0CA00, 5px 5px 15px -2px #333333;
}
.wpcf7-response-output {
  background: #ffffff;
  background: rgba(255,255,255,.8);
}

/* 'Portfolio Slideshow' styles */
.gallery {
  width: 920px;
  margin: 20px auto 142px auto;
}
.slideshow-wrapper,
.portfolio-slideshow,
.slideshow-content {
  margin: 0px !important;
}
.slideshow-wrapper {
  position: relative;
}
.portfolio-slideshow {
  border: 1px solid #0E004E;
  background: #ffffff;
  background: rgba(255,255,255,.8);
  padding: 12px 20px;
  width: 880px !important;
  height: 523px !important;
}
.slideshow-content {
  top: 12px !important;
  left: 65px !important;
  width: 785px !important;
  text-align: center;
}
.slideshow-nav {
  width: 885px;
  position: absolute;
  top: 524px;
  left: 15px;
  z-index: 1;
}
.slideshow-nav a {
  margin: 0px !important;
  outline: none;
}
.slideshow-nav .play,
.slideshow-nav .pause,
.slideshow-nav .restart,
.slideshow-nav .sep,
.slideshow-nav .slideshow-info {
  display: none !important;
}
.slideshow-nav .slideshow-prev,
.slideshow-nav .slideshow-next {
  display: block;
  position: absolute;
  bottom: 12px;
  width: 33px;
  height: 36px;
  text-indent: -9999px;
}
.slideshow-nav .slideshow-prev {
  left: 0px;
  background: url("images/imgSliderLeft.png") top left no-repeat;
}
.slideshow-nav .slideshow-next {
  right: 0px;
  background: url("images/imgSliderRight.png") top left no-repeat;
}
.slideshow-meta {
  background: rgba(255,255,255,.8);
  margin-top: 25px;
  padding: 10px 25px;
  width: 870px;
}
.slideshow-meta p {
  background: none;
}
.slideshow-meta p:first-letter {
  font-size: 1em;
  font-weight: normal;
}
.pscarousel {
  margin-top: 130px;
  padding: 10px;
  /* remove 'overflow: auto;' if using 'flexcroll' */
  overflow: auto;
  background: #ffffff;
  background: rgba(255,255,255,.8);
}
/* for 'flexcroll
.pscarousel .mcontentwrapper {
  background: #ffffff;
  background: rgba(255,255,255,.8);
  height: 95px !important;
  margin-bottom: 10px;
} */
.pscarousel img {
  padding: 0px !important;
  margin: 10px !important;
}

/* 'Flexcroll' styles */

.scrollgeneric {
  line-height: 1px;
  font-size: 1px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.vscrollerbase {
  background: url("images/bgScroller.png") top left repeat-y;
  top: 40px;
  width: 17px;
  height: 615px !important;
}
.hscrollerbase {
  background: url("images/bgScroller_horiz.png") top left repeat-x;
  height: 17px;
}
.content .vscrollerbase {
  top: 0px;
  height: auto !important;
}
.vscrollerbar {
  width: 9px;
  padding: 25px 0px;
  margin: 0px 4px;
  z-index: 2;
}
.hscrollerbar {
  height: 9px;
  padding: 0px 25px;
  margin: 4px 0px;
  z-index: 2;
}
.vscrollerbasebeg,
.vscrollerbaseend {
  width: 17px;
}
.hscrollerbasebeg,
.hscrollerbaseend {
  height: 17px;
}
.vscrollerbasebeg {
  background: url("images/imgScrollbar_top.png") top left no-repeat;
}
.hscrollerbasebeg {
  background: url("images/imgScrollbar_left.png") top left no-repeat;
}
.vscrollerbaseend {
  background: url("images/imgScrollbar_bottom.png") top left no-repeat;
  height: 14px;
}
.hscrollerbaseend {
  background: url("images/imgScrollbar_right.png") top left no-repeat;
  width: 14px;
}
.vscrollerbarbeg,
.vscrollerbarend {
  width: 9px;
}
.hscrollerbarbeg,
.hscrollerbarend {
  height: 9px;
}
.vscrollerbarbeg {
  background: url("images/imgScroller_top.png") top left no-repeat;
}
.hscrollerbarbeg {
  background: url("images/imgScroller_left.png") top left no-repeat;
}
.vscrollerbarend {
  background: url("images/imgScroller_bottom.png") top left no-repeat;
  height: 9px;
}
.hscrollerbarend {
  background: url("images/imgScroller_right.png") top left no-repeat;
  width: 9px;
}
