/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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,
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/10/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 of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address inconsistent styling of `abbr[title]`.
 * 1. Correct styling in Firefox 39 and Opera 12.
 * 2. Correct missing styling in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Address inconsistent styling of b and strong.
 * 1. Correct duplicate application of `bolder` in Safari 6.0.2.
 * 2. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+.
 */

b,
strong {
  font-weight: inherit; /* 1 */
}

b,
strong {
  font-weight: bolder; /* 2 */
}

/**
 * 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-color: #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 inconsistent styling of `hr`.
 * 1. Correct `box-sizing` set to `border-box` in Firefox.
 * 2. Correct `overflow` set to `hidden` in IE 8/9/10/11 and Edge 12.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * 1. Correct inheritance and scaling of font-size for preformatted text.
 * 2. Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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 font properties not being inherited.
 * 2. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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"], /* 1 */
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;
}

/**
 * Restore focus style in Firefox 4+ (unset by a rule above)
 */

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 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;
}

/**
 * Address `appearance` set to `searchfield` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * 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;
}

/**
 * Restore font weight (unset by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}/** 
* Styles to use in CMS and the site
*/
form fieldset {
  margin-bottom:1rem
}

form legend {
  font-size:1.1rem;
  font-weight:700
}

form label,
form .label,
.label {
  font-size:.9rem;
  font-weight:700
}

form label::after,
form .label::after,
.label::after {
  content:' :'
}

form input[type=text],
form input[type=password], 
form textarea,
form .sizeFull {
  max-width:100%;
  width:16.667rem /*300px for 18px font-size*/
}

form textarea {
  height:300px
}

form input[type=submit] {
}

form .formField > span,
form .labelSpan {
  display:inline-block;
  margin:.5rem 0
}

form .formField > span:first-child,
form .labelSpan {
  margin-right:1rem;
  max-width:300px;
  min-width:150px;
  text-align:right;
  vertical-align:top;
  width:33%
}

form .formField > span:nth-child(2) {
  width:calc(66% - 2rem)
}

form .formFieldInfo, 
form .error {
  font-size:.8em;
  font-weigh:400
}

form .error {
	color:#cc0000;
}

form .information {
  margin:2rem 5% 1rem
}

/*15px width of 'M' char for 18px font-size*/
form .size2 {
  width:1.944rem !important /*35px for 18px font-size*/
}

form .size3 {
  width:2.778rem !important /*50px for 18px font-size*/
}

form .size4 {
  width:3.611rem !important /*65px for 18px font-size*/
}

form .size5 {
  width:4.444rem !important /*80px for 18px font-size*/
}

form .size6 {
  width:5.278rem !important /*95px for 18px font-size*/
}

form .size10 {
  width:8.611rem !important /*155px for 18px font-size*/
}

form .size15 {
  width:12.778rem !important /*230px for 18px font-size*/
}

table {
  border-collapse:collapse
}

.clear {
  clear:both
}

.hidden {
  display:none
}

.grid {
  display:inline-block;
  margin:.5rem;
  min-width:100px;
  text-align:center;
  vertical-align:top;
  width:calc(25% - 1rem);
}

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

.grid p {
  margin:.5rem 0 0
}

.grid a {
  text-decoration:none
}
@charset "utf-8";
/** 
* Load the page mobile first.
*
* Page Main Width:1024px
*
* Website Colors:
* - primary: #001e3d (blueish)
* - secondary: #f48b01 (orangish)
* - tertiary: # ()
* - quaternary: #c4c4c4 (grayish)
*
* Font Colors:
* - primary: #232326 (black)
* - secondary: # ()
* - tertiary: # ()
* - quaternary: # ()
*
* Font Specifics:
* - Headers:
* -- color:
* -- family:
* -- size:
* -- weight:
* - Navigation:
* -- color:
* -- family:
* -- size:
* -- weight:
* -- Content
* -- color:
* -- family:
* -- size:
* -- weight:
* - Footer
* -- color:
* -- family:
* -- size:
* -- weight:
* - Links
* -- color:
* -- color hover:
* -- family:
* -- size:
* -- weight:
*
* Design:
*	- Design mobile-first
*	- Design for content, not device or screen resolution
* -- Smallest screen resolution is 240 x 320 pixels
* - The font size is what drives the content size.
*	-- Theoretically a column should be between 45 and 75 characters or an average of ten words per line.  This doesn't translate well into pixels or percent.  Using a standards Ariel font . . .
*	-- Smaller screen resolutions should also use a smaller font as the screen is held closer to the person's face making it larger
*
*	Break points:
* - Minimum of 45 characters wide & max of 75 characters
* - 3 breakpoints:
* -- Above 1000px wide (1024 and larger) - desktop
* -- Between 798px and 1000px wide (800 to 1024) – desktop/ tablet
* -- Below 797px (smaller than 800px) – mobile
* - Column width:
* -- 0px to 650px for one column
* -- 651px to 975px for two columns
* -- 976px or more for three columns
* -- Max width of all columns side-by-side:1024px
*
*	Font Size: 
* - Loosely based on screen size (to loosely coorelate with device and distance held from the face)
* - 10% smaller than next size up or 10% larger than next size down.  Round to the nearest common fraction (.0, .25, .33, .5, .66, .75)
* - 240 px to 320px – 82% - 100%
* - 320 px to 480px – 86% - 105%
* - 480px to 800px – 90% - 111%
* - 800px to 1024px – 95% - 117%
* - 1024px and above – 100% - 123%
*
* Links:
* - It is important that padding and other spacing involving links be specified on the link making it more easily clickable by touch
*
* Final Processing:
* - Make all styling universially compatable
* -- Information: https://github.com/postcss/autoprefixer
* -- Formatter: http://autoprefixer.github.io/
*/

/*import other stylesheets*/
/*@import url('global.css');*/
/*@import url('nav.css');*/

/**
* Absolute Styles:
* Styles that apply to all content in this section go here.
*/
html {
/**
* Background for the site declared here.
* Font color, family, and weight declared here.
*/
  background:#001e3d;
  color:#231f20;
  font-family:"Times New Roman", Times, serif;
  font-size:14.5px; /*18px for largest font size*/
  letter-spacing:.1rem
}

a, a:visited {
  color:#00448a /*blue*/;
  -webkit-transition:text-shadow .5s ease-out;
  transition:text-shadow .5s ease-out
}

a:hover, a:active, a:focus {
  /*color:#f48b01 orange*/
  text-shadow:0 0 10px white
}

h1, h2, h3, h4, h5, h6 {
  color:#001e3d; /*#f48b01;*/
  font-weight:400
}

h1 {
  font-size:1.772rem
}

h2 {
  font-size:1.61rem
}

h3 {
  font-size:1.454rem
}

h4 {
  font-size:1.331rem
}

h5 {
  font-size:1.21rem
}

h6 {
  font-size:1.1rem
}

td, th {
  padding:.5rem;
  vertical-align:top
}

form .formFieldInfo, 
form .error {
  font-size:.8em;
  font-weigh:400
}

form .error {
	color:#cc0000;
}

form .required {
  color:red;  
  font-size:.8rem;
  font-weight:700;
  text-align:right 
}

form input[type=text],
form input[type=password], 
form textarea,
form select {
  width:16.667rem /*300px for 18px font-size*/
}

form input[type=submit] {
  width:5.556rem /*100px for 18px font-size*/
}

/*15px width of 'M' char for 18px font-size*/
form input.size2 {
  width:1.944rem /*35px for 18px font-size*/
}

form input.size4 {
  width:3.611rem /*65px for 18px font-size*/
}

form input.size5 {
  width:4.444rem /*80px for 18px font-size*/
}

form input.size10 {
  width:8.611rem /*155px for 18px font-size*/
}

/*contact form main*/
#contact {
}

#contact .contactTd1 {
  border:none;
  white-space:nowrap
}

#contact .contactTd2 {
  border:none;
  margin-bottom:1rem;
  white-space:nowrap
}

#contact #hideform {
  visibility:hidden
}

#contact #nameTd {
  position:fixed;
  top:-100px
}

#contact #emailTd {
  display:none
}

.clear {
  clear:both;
  height:0
}

.hidden {
  display:none
}

.buttonOrange {
  background:url(/images/background-button-orange.png) repeat-x;
  background-size:contain;
  border:1px solid #c4c4c4;
  border-radius:7px;
  color:white;
  display:inline-block;
  padding:.5rem 2rem;
  text-decoration:none;
  text-transform:uppercase;
  -webkit-transition:background .3s ease-out;
  transition:background .3s ease-out
}

.buttonOrange:hover {
  background:url(/images/background-button-orange-hover.png) repeat-x;
}

/* End Absolute Styles */

/**
* Relative Styles: 
* Styles that column based go here.
*/

/* One Column */
@media screen and (max-width:650px) {
/**
* Styles that are only for one column go here.
*/
}

/* Two Columns */
@media screen and (min-width:651px) and (max-width:975px) {
/**
* Styles that are only for two columns go here.
*/
}

/* Two & Three Columns */
@media screen and (min-width:651px) {
/**
* Styles that are for two and three columns go here.
*/
}

/* Three Columns */
@media screen and (min-width:976px) {
/**
* Styles that are for three columns go here.
*/
/*contact*/
#contact .contactTable {
  border:none;
  border-collapse:collapse;
  display:table;
  width:100%
}

#contact .contactTr {
  display:table-row
}

#contact .contactTd1,  
#contact .contactTd2 {
  display:table-cell;
  padding:.5rem;
  vertical-align:top
}
}

/**
* Relative Styles: 
* Styles that device based go here.
*/

/* QVGA Screen */
@media screen and (max-width:320px) {
}

/* HVGA Screen */
@media screen and (min-width:321px) { /* and (max-width:480px) {*/
html {
  font-size:15.33px /*18px for largest font size*/
}
}

/* WVGA Screen */
@media screen and (min-width:481px) {/* and (max-width:800px) {*/
html {
  font-size:16.15px /*18px for largest font size*/
}
}

/* Large Screen */
@media screen and (min-width:801px) { /* and (max-width:1041px) { */
html {
  font-size:17px /*18px for largest font size*/
}
}

/* Extra Large Screen */
@media all and (min-width:1042px) { 
html {
  font-size:18px
}
}

/* End Relative Styles */
/** created:20160212 modified:20160212
* Basic styling for the page aside section goes here.
*/

/**
* Absolute Styles:
* Styles that apply to all content in this section go here.
*/

#pageAside {
  background:rgba(0,30,61,.85);
  border-radius:2px;
  color:white;
  margin:2rem 0;
  padding:1.5rem
}

#pageAside h1, #pageAside h2, #pageAside h3, #pageAside h4, #pageAside h5, #pageAside h6 {
  color:#f48b01;
  font-weight:400
}

#pageAsideEvents {
  margin-bottom:2rem
}

#pageAsideEvents .link,
#pageAsideEvents header {
  border-bottom:2px solid transparent;
  position:relative;
  z-index:100
}

#pageAsideEvents .eventContainer {
  border-bottom:1px solid white;
  padding-bottom:1rem;
  position:relative;
  z-index:10
}

#pageAsideEvents a h2 {
  color: white;
  font-size:1rem;
}

#pageAsideEvents .eventDetails {
  font-size:.75rem;
  padding:0 2rem
}

#pageAsideEvents a {
  color: white;
  display: block;
  font-size: .9rem;
  padding: .5rem 1rem;
  text-decoration:none
}

#pageAsideEvents a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f48b01;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property:-webkit-transform;
  transition-property:-webkit-transform;
  transition-property:transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#pageAsideEvents a:hover, #pageAsideEvents a:focus, #pageAsideEvents a:active {
  color: white;
}

#pageAsideEvents a:hover:before, #pageAsideEvents a:focus:before, #pageAsideEvents a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.pageAsideContainer {
  background:#e6e6e6;
  border:1px solid #b4b4b4;
  margin-bottom:2rem;
  padding:1rem
}

/* End Absolute Styles */

/**
* Relative Styles: 
* Styles that column based go here.
*/

/* One Column */
@media screen and (max-width:650px) {
/**
* Styles that are only for one column go here.
*/
}

/* Two Columns */
@media screen and (min-width:651px) and (max-width:975px) {
/**
* Styles that are only for two columns go here.
*/
}

/* Two & Three Columns */
@media screen and (min-width:651px) {
/**
* Styles that are for two and three columns go here.
*/
#pageAside.left {
  float:left;
  margin-right:1rem;
  width:calc(50% - 4rem)
}

#pageAside.right {
  float:right;
  margin-left:1rem;
  width:calc(50% - 4rem)
}
}

/* Three Columns */
@media screen and (min-width:976px) {
/**
* Styles that are for three columns go here.
*/
#pageAside.left,
#pageAside.right {
  width:calc(33.333% - 4rem)
}
}

/**
* Relative Styles: 
* Styles that device based go here.
*/

/* QVGA Screen */
@media screen and (max-width:320px) {
}

/* HVGA Screen */
@media screen and (min-width:321px) { /* and (max-width:480px) {*/
}

/* WVGA Screen */
@media screen and (min-width:481px) {/* and (max-width:800px) {*/
}

/* Large Screen */
@media screen and (min-width:801px) { /* and (max-width:1041px) { */
}

/* Extra Large Screen */
@media all and (min-width:1042px) { 
}

/* End Relative Styles */