/*! 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;
}/**
* global.css
* created:20140831 modified:20160328 
* Styles to use in CMS and the site
*/

/*generic*/
.clear {
  clear:both
}

.hidden {
  display:none
}
/*end generic*/

/*forms*/
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:first-child::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 input[type=checkbox]:first-child {/*
  margin-right:1rem*/
  margin-right:0.5rem
}

form input[type=submit] {
}

form .formField {
  margin:.5rem 0
}

form .formField > span,
form .labelSpan {
  display:inline-block;
}

form .formField > span:first-child,
form .labelSpan {
  vertical-align:top
}

form .formFieldInfo, 
form .error {
  font-size:.8em;
  font-weigh:400
}

form .error {
	color:#cc0000;
}

form .information {
  margin:2rem 5% 1rem
}

form .required {
  color:red;
  font-weight:700
}

form div .required {
  text-align:right
}

/*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*/
}

form .repeatableContainer > div {
  border-bottom:1px solid;
  margin-bottom:1rem;
  padding-bottom:2rem
}

form .repeatableActions {
  text-align:right
}

form .costSpan {
  text-align:right;
  white-space:nowrap
}

form .costFlex {
  display:flex;
  justify-content:space-between  
}

form .quantityInput {
  text-align:right  
}

form .costTotalSpan {
  border-top:1px solid;
}

form #discountApply {
  font-weight:700;
  text-align:right
}
/*end forms*/

/*tables*/
table {
  border-collapse:collapse
}
/*end tables*/

/*other*/
.actionIcon,
.actionIcon:visited {
  color:red;
  display:inline-block;
  font-weight:700;
  text-decoration:none;
  white-space:nowrap
}

.actionIcon:hover,
.actionIcon:active,
.actionIcon:focus {
  color:red
}

.actionIcon span {
  display:inline-block;
  vertical-align:middle
}

.actionIcon .actionText {
  font-weight:400;
  margin-left:.5rem;
  overflow:hidden;
  text-align:left;
  transition:width .3s ease-out;
  width:0
}

.actionIcon:hover .actionText {
  width:100%
}

/* HVGA Screen and smaller */
@media screen and (max-width:480px) {
form .formField > span {
  display:block;
  width:100%
}
}


/* WVGA Screen and larger */
@media screen and (min-width:481px) {
form .formField > span:first-child,
form .labelSpan {
  margin-right:1rem;
  max-width:300px;
  text-align:right;
  width:33%
}

form .formField > span:nth-child(2) {
  width:calc(66% - 3rem)
}
}

/*end global.css*/
@charset "utf-8";
/** 
* Load the page mobile first.
*
* Page Main Width:1024px
*
* Website Colors:
* - primary: #027bc9 (blueish)
* - secondary: #abd7f0 (light blueish)
* - tertiary: #fa7025 (orangish)
* - quaternary: #b4b4b4 (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; 1.1:1 ratio.  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%
* - Font size should use the same 1.1:1 ratio
* -- 6px - 34.8% - .349rem
* -- 7px - 38.7% - .387rem
* -- 8px - 43% - .43rem
* -- 10px - 53.1% - .531rem
* -- 11px - 59% - .59rem
* -- 12px - 65.6% - .656rem
* -- 13px - 72.9% - .729rem
* -- 15px - 81% - .81rem
* -- 16px - 9% - .9rem
* -- 18px - 100% - 1rem
* -- 20px - 110% - 1.1rem
* -- 22px - 121% - 1.21rem
* -- 24px - 133.1% - 1.331rem
* -- 26px - 146.4% - 1.454rem
* -- 29px - 161% - 1.61rem
* -- 32px - 177.2% - 1.772rem
* -- 35px - 194.9% - 1.949rem
* -- 39px - 214.4% - 2.145rem
* -- 42px - 235.8% - 2.348rem
* -- 47px - 259.3% - 2.593rem
* -- 51px - 285.3% - 2.853rem
* -- 56px - 313.8% - 3.138rem
*
* 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:#ffffff;
  font-size:14.5px /*18px for largest font size*/;
}

#main {
  color:#231f20;
  font-family:Arial, Helvetica, sans-serif;
}

#annualConference {
  color:#58595b;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, 'Arial Narrow', Arial, sans-serif;
}

a, a:visited {
  color:#216a95 /*blue*/;
  transition:color .3s ease-out
}

a:hover, a:active, a:focus {
  color:#ea5729 /*orange*/
}

h1, h2, h3, h4, h5, h6 {
  color:#216a95
} 

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

form fieldset {
  border:none;
  padding:1rem 0
}

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
}

.hidden {
  display:none
}

/*Annual Conference*/
#annualConference h1, h5 {
  color:#278399
}

#annualConference h2, h6 {
  color:#8e2e61
}

#annualConference h3 {
  color:#e3b52f
}

#annualConference h4 {
  color:#159f85
}

.c-forms-form h1, .c-forms-form h2, .c-forms-form h3, .c-forms-form h4 {color: #000 !important;
}

/* 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 {
  margin-top:2rem;
}

#pageAside h1 {
  font-size:1.389rem /*25px for 18px font-size*/
}

.pageAsideContainerNoBG {
  margin-bottom:2rem;
  text-align:center
}

.pageAsideContainerNoBG a {
  text-decoration:none
}

.pageAsideContainerNoBG img {
  max-width:100%
}

.pageAsideContainer {
  background:#e6e6e6;
  border:1px solid #b4b4b4;
  margin-bottom:2rem;
  padding:1rem
}

.pageAsideContainer .borderBottomGray {
  border-bottom:1px solid #b4b4b4;
  color:#b4b4b4;
  font-style:italic;
  padding-bottom:1rem
}

/*Annual Conference*/
#annualConference #asideNav {
}

#annualConference #asideNav li {
  margin-bottom:1rem;
  position:relative;
  text-align:center
}

#annualConference #asideNav li a {
  border-radius:60px;
  display:inline-block;
  font-size:.729rem;
  height:120px;
  line-height:.85rem;
  padding:0 15px;
  position:relative;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
  width:90px
}

#annualConference #asideNav li a span {
  display:block;
  left:0;
	position:absolute;
  text-align:center;
  top:50%;
  transform:translateY(-55%);
  width:100%;
}

/*buttons with graphics*/
#annualConference #asideNav li:nth-child(1) a span,
#annualConference #asideNav li:nth-child(2) a span,
#annualConference #asideNav li:nth-child(3) a span {
  transform:translateY(10%)
}

#annualConference #asideNav li a,
#annualConference #asideNav li a:visited {
  color:white;
  text-decoration:none;
  transition:background-color .3s ease-out, transform .2s ease-out
}

#annualConference #asideNav li a:hover,
#annualConference #asideNav li a:active,
#annualConference #asideNav li a:focus {
  transform:scale(1.1, 1.1)
}

#annualConference #asideNav li:nth-child(4n + 1) a {
  background-color:#278399;
}


#annualConference #asideNav li:nth-child(4n + 1) a:hover {
  background-color:rgba(39, 131, 153, .75)
}

#annualConference #asideNav li:nth-child(4n + 2) a {
  background-color:#8e2e61
}

#annualConference #asideNav li:nth-child(4n + 2) a:hover {
  background-color:rgba(142, 46, 97, .75)
}

#annualConference #asideNav li:nth-child(4n + 3) a {
  background-color:#e3b52f
}

#annualConference #asideNav li:nth-child(4n + 3) a:hover {
  background-color:rgba(227, 181, 47, .75)
}

#annualConference #asideNav li:nth-child(4n + 4) a {
  background-color:#159f85
}
#annualConference #asideNav li:nth-child(4n + 4) a:hover {
  background-color:rgba(21, 159, 133, .75)
}

#annualConference #asideNav li:nth-child(1) a {
  background-image:url(/images/graphic-arrow-up.png);
  background-position:center 17px;
  background-repeat:no-repeat
}

#annualConference #asideNav li:nth-child(2) a {
  background-image:url(/images/graphic-video-camera.png);
  background-position:center 18px;
  background-repeat:no-repeat
}

#annualConference #asideNav li:nth-child(3) a {
  background-image:url(/images/graphic-people.png);
  background-position:center 15px;
  background-repeat:no-repeat
}/*

#annualConference #asideNav li:nth-child(4) a {
  background-image:url(/images/file-icon.png);
  background-position:center 15px;
  background-repeat:no-repeat
}*/

/* 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.
*/

/*Annual Conference*/
#annualConference #asideNav {
  text-align:center
}

#annualConference #asideNav li {
  display:inline-block;
  margin:1rem
}
}

/* 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 {
  width:calc(50% - 1rem)
}

#pageAside.left {
  float:left;
  margin-right:1rem
}

#pageAside.right {
  float:right;
  margin-left:1rem
}
}

/* Three Columns */
@media screen and (min-width:976px) {
/**
* Styles that are for three columns go here.
*/
#pageAside {
  width:31.333%
}
}

/**
* 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 */
