/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: FontAwesome;
  src: url(fonts/fontawesome-webfont.eot?v=4.6.3);
  src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"),url(fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"),url(fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"),url(fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"),url(fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em;
}

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

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

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}

.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}

.fa-krw:before,
.fa-won:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0";
}

.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-television:before,
.fa-tv:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

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

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

a,
a.SkinObject,
a:link {
  text-decoration: none;
  color: #2ba9e0;
}

a.SkinObject:hover,
a:hover,
a:link:hover {
  color: #1c6281;
}

a.SkinObject:active,
a.SkinObject:focus,
a:active,
a:focus,
a:link:active,
a:link:focus {
  color: #2ba9e0;
}

a.SkinObject:visited,
a.SkinObject:visited:hover,
a:link:visited,
a:link:visited:hover,
a:visited,
a:visited:hover {
  color: #1c6281;
}

a.SkinObject:visited:focus,
a:link:visited:focus,
a:visited:focus {
  color: #2ba9e0;
}

a img {
  border: none;
}

a[href$=".pdf"]:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c1";
  margin-left: .25em;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}

.dnnFormItem input[type=submit],
.dnnPrimaryAction,
a.dnnPrimaryAction {
  color: #fff;
}

.dnnFormItem input[type=submit]:hover,
.dnnPrimaryAction:hover,
a.dnnPrimaryAction:hover {
  color: #fff!important;
}

.dnnFormItem button,
.dnnFormItem input[type=button],
.dnnFormItem input[type=reset],
.dnnLogin .LoginTabGroup span,
.dnnSecondaryAction,
a.dnnSecondaryAction,
ul.dnnAdminTabNav li a {
  color: #555;
}

.dnnFormItem button:hover,
.dnnFormItem input[type=button]:hover,
.dnnFormItem input[type=reset]:hover,
.dnnLogin .LoginTabGroup span:hover,
.dnnSecondaryAction:hover,
a.dnnSecondaryAction:hover,
ul.dnnAdminTabNav li a:hover {
  color: #555!important;
}

@media print {
  a {
    text-decoration: underline!important;
  }
}

.row {
  position: relative;
  margin: 0 -1em;
  margin: 0 auto;
  max-width: 1300px;
}

.row:after,
.row:before {
  content: "";
  display: table;
  clear: both;
}

.row .col:last-child:first-child,
.row .col:last-child:first-child ~ .col {
  position: relative;
  min-height: 1px;
  padding-left: 1em;
  padding-right: 1em;
  float: left;
  width: 100%;
}

.row .col:last-child:first-child:after,
.row .col:last-child:first-child:before,
.row .col:last-child:first-child ~ .col:after,
.row .col:last-child:first-child ~ .col:before {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width:635px) {
  .row .col:last-child:first-child,
  .row .col:last-child:first-child ~ .col {
    position: relative;
    min-height: 1px;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
    width: 100%;
  }

  .row .col:last-child:first-child:after,
  .row .col:last-child:first-child:before,
  .row .col:last-child:first-child ~ .col:after,
  .row .col:last-child:first-child ~ .col:before {
    content: "";
    display: table;
    clear: both;
  }
}

.row .col:nth-last-child(2):first-child,
.row .col:nth-last-child(2):first-child~.col {
  position: relative;
  min-height: 1px;
  padding-left: 1em;
  padding-right: 1em;
  float: left;
  width: 100%;
}

.row .col:nth-last-child(2):first-child:after,
.row .col:nth-last-child(2):first-child:before,
.row .col:nth-last-child(2):first-child~.col:after,
.row .col:nth-last-child(2):first-child~.col:before {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width:720.316px) {
  .row .col:nth-last-child(2):first-child,
  .row .col:nth-last-child(2):first-child~.col {
    position: relative;
    min-height: 1px;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
    width: 50%;
  }

  .row .col:nth-last-child(2):first-child:after,
  .row .col:nth-last-child(2):first-child:before,
  .row .col:nth-last-child(2):first-child~.col:after,
  .row .col:nth-last-child(2):first-child~.col:before {
    content: "";
    display: table;
    clear: both;
  }
}

.row .col:nth-last-child(3):first-child,
.row .col:nth-last-child(3):first-child~.col {
  position: relative;
  min-height: 1px;
  padding-left: 1em;
  padding-right: 1em;
  float: left;
  width: 100%;
}

.row .col:nth-last-child(3):first-child:after,
.row .col:nth-last-child(3):first-child:before,
.row .col:nth-last-child(3):first-child~.col:after,
.row .col:nth-last-child(3):first-child~.col:before {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width:816.6164402px) {
  .row .col:nth-last-child(3):first-child,
  .row .col:nth-last-child(3):first-child~.col {
    position: relative;
    min-height: 1px;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
    width: 33.33333333%;
  }

  .row .col:nth-last-child(3):first-child:after,
  .row .col:nth-last-child(3):first-child:before,
  .row .col:nth-last-child(3):first-child~.col:after,
  .row .col:nth-last-child(3):first-child~.col:before {
    content: "";
    display: table;
    clear: both;
  }
}

.row .col:nth-last-child(4):first-child,
.row .col:nth-last-child(4):first-child~.col {
  position: relative;
  min-height: 1px;
  padding-left: 1em;
  padding-right: 1em;
  float: left;
  width: 100%;
}

.row .col:nth-last-child(4):first-child:after,
.row .col:nth-last-child(4):first-child:before,
.row .col:nth-last-child(4):first-child~.col:after,
.row .col:nth-last-child(4):first-child~.col:before {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width:925.22237741px) {
  .row .col:nth-last-child(4):first-child,
  .row .col:nth-last-child(4):first-child~.col {
    position: relative;
    min-height: 1px;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
    width: 25%;
  }

  .row .col:nth-last-child(4):first-child:after,
  .row .col:nth-last-child(4):first-child:before,
  .row .col:nth-last-child(4):first-child~.col:after,
  .row .col:nth-last-child(4):first-child~.col:before {
    content: "";
    display: table;
    clear: both;
  }
}

.row .col:nth-last-child(5):first-child,
.row .col:nth-last-child(5):first-child~.col {
  position: relative;
  min-height: 1px;
  padding-left: 1em;
  padding-right: 1em;
  float: left;
  width: 100%;
}

.row .col:nth-last-child(5):first-child:after,
.row .col:nth-last-child(5):first-child:before,
.row .col:nth-last-child(5):first-child~.col:after,
.row .col:nth-last-child(5):first-child~.col:before {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width:1047.59479812px) {
  .row .col:nth-last-child(5):first-child,
  .row .col:nth-last-child(5):first-child~.col {
    position: relative;
    min-height: 1px;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
    width: 20%;
  }

  .row .col:nth-last-child(5):first-child:after,
  .row .col:nth-last-child(5):first-child:before,
  .row .col:nth-last-child(5):first-child~.col:after,
  .row .col:nth-last-child(5):first-child~.col:before {
    content: "";
    display: table;
    clear: both;
  }
}

.row .col:nth-last-child(6):first-child,
.row .col:nth-last-child(6):first-child~.col {
  position: relative;
  min-height: 1px;
  padding-left: 1em;
  padding-right: 1em;
  float: left;
  width: 100%;
}

.row .col:nth-last-child(6):first-child:after,
.row .col:nth-last-child(6):first-child:before,
.row .col:nth-last-child(6):first-child~.col:after,
.row .col:nth-last-child(6):first-child~.col:before {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width:1185.34531551px) {
  .row .col:nth-last-child(6):first-child,
  .row .col:nth-last-child(6):first-child~.col {
    position: relative;
    min-height: 1px;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
    width: 16.66666667%;
  }

  .row .col:nth-last-child(6):first-child:after,
  .row .col:nth-last-child(6):first-child:before,
  .row .col:nth-last-child(6):first-child~.col:after,
  .row .col:nth-last-child(6):first-child~.col:before {
    content: "";
    display: table;
    clear: both;
  }
}

.row .col:nth-last-child(7):first-child,
.row .col:nth-last-child(7):first-child~.col {
  position: relative;
  min-height: 1px;
  padding-left: 1em;
  padding-right: 1em;
  float: left;
  width: 100%;
}

.row .col:nth-last-child(7):first-child:after,
.row .col:nth-last-child(7):first-child:before,
.row .col:nth-last-child(7):first-child~.col:after,
.row .col:nth-last-child(7):first-child~.col:before {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width:1340.24666468px) {
  .row .col:nth-last-child(7):first-child,
  .row .col:nth-last-child(7):first-child~.col {
    position: relative;
    min-height: 1px;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
    width: 14.28571429%;
  }

  .row .col:nth-last-child(7):first-child:after,
  .row .col:nth-last-child(7):first-child:before,
  .row .col:nth-last-child(7):first-child~.col:after,
  .row .col:nth-last-child(7):first-child~.col:before {
    content: "";
    display: table;
    clear: both;
  }
}

.row .col:nth-last-child(8):first-child,
.row .col:nth-last-child(8):first-child~.col {
  position: relative;
  min-height: 1px;
  padding-left: 1em;
  padding-right: 1em;
  float: left;
  width: 100%;
}

.row .col:nth-last-child(8):first-child:after,
.row .col:nth-last-child(8):first-child:before,
.row .col:nth-last-child(8):first-child~.col:after,
.row .col:nth-last-child(8):first-child~.col:before {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width:1514.24265094px) {
  .row .col:nth-last-child(8):first-child,
  .row .col:nth-last-child(8):first-child~.col {
    position: relative;
    min-height: 1px;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
    width: 12.5%;
  }

  .row .col:nth-last-child(8):first-child:after,
  .row .col:nth-last-child(8):first-child:before,
  .row .col:nth-last-child(8):first-child~.col:after,
  .row .col:nth-last-child(8):first-child~.col:before {
    content: "";
    display: table;
    clear: both;
  }
}

.row .row {
  margin-left: -1em;
  margin-right: -1em;
}

ol li,
ul li {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #555;
  margin: 0;
}

ul>li {
  list-style: disc;
}

.arrow-list li {
  list-style: none;
}

.arrow-list li:before {
  content: "›";
  margin-right: .5em;
}

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

.responsive-media {
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

.responsive-media embed,
.responsive-media iframe,
.responsive-media object {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

* {
  box-sizing: border-box;
}

body,
html {
  margin: 0;
}

.dnnDropDownList .selected-item a,
.dnnDropDownList .selected-item a:active,
.dnnDropDownList .selected-item a:hover,
.dnnDropDownList .selected-item a:link,
.dnnDropDownList .selected-item a:visited {
  height: auto!important;
  box-sizing: content-box!important;
}

.dnn_mact li.actionMenuMove ul li,
div.actionMenu ul.dnn_mact>li.actionMenuMove>ul li {
  height: auto;
}

#ControlBar_ControlPanel,
#ControlBar_ControlPanel *,
#ControlBar_ControlPanel:after,
#ControlBar_ControlPanel :after,
#ControlBar_ControlPanel:before,
#ControlBar_ControlPanel :before {
  box-sizing: content-box;
}

.console-large img {
  box-sizing: content-box;
}

.dnnCheckbox .mark {
  background-color: transparent;
}

.nacada-responsive {
  overflow: hidden;
}

.nacada-responsive .Normal,
.nacada-responsive .NormalBold,
.nacada-responsive .NormalDeleted,
.nacada-responsive .NormalDisabled {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #555;
}

.nacada-responsive .dnnPrimaryAction,
.nacada-responsive a.dnnPrimaryAction {
  color: #fff;
}

.dnnEditState .nacada-responsive .DnnModule {
  opacity: 1;
}

.nacada-responsive .DNNEmptyPane {
  display: none;
}

.nacada-responsive .DNNEmptyPane.dnnSortable {
  min-height: 0!important;
}

.nacada-responsive .dnnAdvancedSettings textarea[name$=PageHeadText],
.nacada-responsive .dnnSQLModule textarea,
.nacada-responsive .dnnViewSource textarea,
.nacada-responsive .ssStylesheetEditor textarea {
  font-family: Consolas,Inconsolata,monospace;
}

.nacada-responsive .dnnFormItem input[type=email],
.nacada-responsive .dnnFormItem input[type=password],
.nacada-responsive .dnnFormItem input[type=search],
.nacada-responsive .dnnFormItem input[type=text],
.nacada-responsive .dnnFormItem select,
.nacada-responsive .dnnFormItem textarea {
  padding: .5em;
}

.nacada-responsive .dnnActions li,
.nacada-responsive ul.dnnAdminTabNav li {
  list-style: none;
}

.DnnModule-DNN_HTML table,
.table {
  border-collapse: collapse;
}

.DnnModule-DNN_HTML table caption,
.table caption {
  font-style: italic;
  font-size: .867em;
  margin: 1em 0;
}

.DnnModule-DNN_HTML table tr,
.table tr {
  border-bottom: 1px solid #ececec;
}

.DnnModule-DNN_HTML table td,
.DnnModule-DNN_HTML table th,
.table td,
.table th {
  padding: .5em .75em;
}

.DnnModule-DNN_HTML table thead tr,
.table thead tr {
  background-color: rgba(0,0,0,.05);
}

.DnnModule-DNN_HTML table thead th,
.table thead th {
  border-bottom: 2px solid #ececec;
}

.DnnModule-DNN_HTML table tbody tr:nth-of-type(2n),
.table tbody tr:nth-of-type(2n) {
  background-color: rgba(0,0,0,.05);
}

.table.table__bordered th,
.table.table__bordered tr {
  border-color: #d3d3d3;
}

.table.table__bordered td {
  border-right: 1px solid #d3d3d3;
}

.table.table__bordered td:last-of-type {
  border: none;
}

.table.table__bordered thead {
  background: #ececec;
}

.table.table__bordered thead th {
  border-color: #666;
}

.table.table__plain th,
.table.table__plain tr {
  border: none;
}

.table.table__plain tr:nth-of-type(2n) {
  background: none;
}

.table.table__plain thead {
  background: none;
}

.table.table__plain thead th {
  border: none;
}

body,
html,
p {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #555;
}

p.lead {
  font-size: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: .5em 0;
  color: #333;
  font-family: Montserrat,Helvetica,Arial,sans-serif;
}

h1 {
  font-size: 3em;
}

h1,
h2 {
  color: #1c6281;
}

h2 {
  font-size: 2.4em;
}

h3,
h4 {
  font-size: 2em;
  margin-bottom: .25em;
}

h4 {
  font-style: italic;
}

h5,
h6 {
  font-size: 1.6em;
  margin-bottom: .25em;
}

h6 {
  font-style: italic;
}

blockquote {
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  font-size: 2em;
  line-height: 1.3;
  color: #1c6281;
  border-left: 3px solid #c4d92f;
  padding: .75em .75em .75em 1.25em;
}

blockquote.testimonial {
  position: relative;
  z-index: 1;
}

blockquote.testimonial:before {
  font-size: 6em;
  color: #ececec;
  position: absolute;
  z-index: -1;
  content: "“";
  top: -.25em;
  left: -.125em;
}

blockquote.testimonial cite {
  display: block;
  color: #666;
  padding: 1em .75em 0;
}

blockquote.testimonial cite:before {
  content: "―";
}

.no-js [role=tabpanel] {
  display: block!important;
}

[role=tab] {
  display: block;
}

@media (max-width:1200) {
  [data-function=tabs] {
    margin-bottom: 0!important;
  }
}

@media (min-width:1200) {
  [data-function=tabs] {
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

  [data-function=tabs] [role=tab] {
    display: inline-block;
  }

  [data-function=tabs] [role=tabpanel] {
    opacity: 0;
    position: absolute;
    top: 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: -1;
  }

  [data-function=tabs] [aria-hidden=false] {
    opacity: 1;
    z-index: 1;
  }
}

[data-function=banner] {
  position: relative;
  overflow: hidden;
}

[data-function=banner] img {
  top: 0;
  position: absolute;
  -webkit-transition: left 1s ease-in-out;
  transition: left 1s ease-in-out;
  width: 100%;
}

[data-function=banner] img.active {
  left: 0;
  position: relative;
}

[data-function=banner] img.before {
  left: -100%;
  opacity: 0;
}

[data-function=banner] img.after {
  left: 100%;
}

[data-function=copy] {
  position: relative;
}

[data-copy]:after,
[data-copy]:before {
  content: "";
  -webkit-transition: opacity .2s ease-out,z-index .2s ease-out;
  transition: opacity .2s ease-out,z-index .2s ease-out;
  display: block;
  top: 100%;
  position: absolute;
  opacity: 0;
  z-index: -1;
}

[data-copy]:before {
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #666;
  width: 0;
  height: 0;
}

[data-copy]:after {
  background: #666;
  border-radius: 5px;
  color: #fff;
  content: "Your text has been copied!";
  left: -30px;
  right: -30px;
  margin-top: 10px;
  padding: 10px;
  font-size: 12px;
  text-transform: none;
}

[data-copy=copied]:after,
[data-copy=copied]:before {
  opacity: 1;
  z-index: 200;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

[data-function=modal] {
  background: rgba(0,0,0,.75);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -100;
}

[data-function=modal],
[data-function=modal]>aside {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  opacity: 0;
}

[data-function=modal]>aside {
  position: absolute;
  background: #fff;
  display: inline-block;
  max-width: 1300px;
  margin: auto;
  left: 30px;
  right: 30px;
  top: -50%;
  bottom: 50%;
}

[data-function=modal][aria-hidden=false] {
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  opacity: 1;
  z-index: 1001;
}

[data-function=modal][aria-hidden=false]>aside {
  top: 30px;
  bottom: 30px;
  opacity: 1;
}

.module-container {
  margin-bottom: 2em;
}

.module-container__heading-underline .module-container--heading {
  border-bottom: 1px solid #ececec;
  padding-bottom: .25em;
}

.module-container__callout {
  background: #fff;
  padding: 1em;
  border-bottom: 6px solid #e0e0e0;
  border-top: 6px solid #e0e0e0;
}

.module-container__callout-grey {
  background: #ececec;
  border: none;
}

.module-container__callout-blue {
  background: #2ba9e0;
  border: none;
}

.module-container__callout-blue .module-container--body *,
.module-container__callout-blue .module-container--heading * {
  color: #fff;
}

.module-container__callout-green {
  background: #c4d92f;
  border: none;
}

.site-banner {
  position: relative;
}

.site-banner .site-banner--copy {
  padding: 1em;
  background: #1c6281;
}

.site-banner .site-banner--copy h1 {
  color: #fff;
  font-size: 1.5em;
  line-height: 1.2;
}

@media screen and (min-width:400px) {
  .site-banner .site-banner--copy {
    padding: 1em 2em;
  }
}

@media screen and (min-width:500px) {
  .site-banner .site-banner--copy h1 {
    font-size: 2em;
  }
}

@media screen and (min-width:700px) {
  .site-banner .site-banner--copy {
    position: absolute;
    bottom: 20%;
    right: 0;
    padding: 2em;
    width: 60%;
    background: rgba(28,98,129,.85);
  }
}

@media screen and (min-width:1300px) {
  .site-banner .site-banner--copy {
    padding: 2em 10em 2em 8em;
    width: 60%;
  }

  .site-banner .site-banner--copy h1 {
    font-size: 2.5em;
  }
}

@media screen and (min-width:1700px) {
  .site-banner .site-banner--copy h1 {
    font-size: 3em;
  }
}

.nacada-responsive.home #dnn_Column1of3 .module-container__callout,
.nacada-responsive.home #dnn_Column2of3 .module-container__callout,
.nacada-responsive.home #dnn_Column3of3 .module-container__callout {
  min-height: 400px;
}

.target-card {
  min-height: 371px;
  height: 100%;
}

h2.target-card--heading {
  font-size: 2.133em;
}

h2.target-card--heading i {
  margin-right: .25em;
}

h2.target-card--heading i.target-card--icon__green {
  color: #c4d92f;
}

h2.target-card--heading i.target-card--icon__blue {
  color: #2ba9e0;
}

h2.target-card--heading i.target-card--icon__dark-blue {
  color: #1c6281;
}

.upcoming-events {
  margin: 0;
  padding-bottom: 1em;
}

.upcoming-events li {
  list-style: none;
  padding: .667em 0;
  border-bottom: 1px solid #ececec;
  line-height: 1.2;
}

.upcoming-events h5 {
  margin: 0;
}

@media screen and (min-width:1300px) {
  .target-card {
    min-height: 335px;
  }
}

.gcse-searchbox-wrap {
  width: 335px;
}

.gcse-searchbox-wrap input.gsc-search-button {
  background: #a2b421;
  padding: .5em .75em;
  display: inline-block;
  color: #fff;
  border: none;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: 700;
}

.gcse-searchbox-wrap input.gsc-search-button:hover {
  background: #c4d92f;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

ul.latest-article {
  padding-left: 0;
}

ul.latest-article li {
  list-style: none;
  padding-bottom: 15px;
}

.latest-article h3 {
  color: #630021;
  margin-bottom: 0;
  font-size: 16px;
}

.latest-article p {
  font-size: 12px;
  margin-top: 0;
}

.latest-article p a {
  font-style: italic;
}

.latest-article p span {
  display: block;
  padding-bottom: 15px;
  font-style: italic;
}

.read-more-articles a {
  background: url(images/arrow.jpg) no-repeat 100%;
  padding-right: 30px;
}

ul.article-list {
  padding-left: 12px;
}

li.archive-list,
ul.article-list li {
  list-style: none;
  padding-bottom: 7px;
}

li.archive-list a {
  padding-left: 15px;
}

ul.article-index li {
  list-style: none;
  padding-bottom: 7px;
  float: left;
  display: inline;
  width: 48%;
  padding-left: 2%;
}

.article .category span {
  font-style: italic;
  font-weight: 700;
}

.articleEntry .Heading1Bold {
  font-size: 28px;
  color: #005363;
}

.article .print {
  margin: 0;
  text-align: right;
}

.ModDDRMenuC ul {
  padding-left: 20px;
}

.ModDDRMenuC ul li {
  padding: 0 0 5px;
  list-style: none;
}

.ModDDRMenuC ul li:hover,
.ModDDRMenuC ul li a:hover {
  background: none;
}

.ModDDRMenuC ul.level-0 li ul.level-1 li a,
.ModDDRMenuC ul.level-2 li a,
.ModDDRMenuC ul li:hover ul li a {
  color: #666;
}

.aat .gcse-searchbox-wrap.gcse-searchbox-placeholder,
.clearinghouse .gcse-searchbox-wrap.gcse-searchbox-placeholder {
  background: #ebeff2;
  padding-bottom: 15px;
}

.aat .gsc-control-searchbox-only.gsc-control-searchbox-only-en .gsc-search-box,
.clearinghouse .gsc-control-searchbox-only.gsc-control-searchbox-only-en .gsc-search-box {
  padding-top: 5px;
}

.aat .gsc-control-searchbox-only.gsc-control-searchbox-only-en .gsc-search-box .gsc-search-button input.gsc-search-button:hover,
.clearinghouse .gsc-control-searchbox-only.gsc-control-searchbox-only-en .gsc-search-box .gsc-search-button input.gsc-search-button:hover {
  cursor: pointer;
}

.shopping-cart-wrap .utility-cart {
  width: 255px;
  float: left;
}

.shop-cart-wrapper {
  padding-top: 3px;
}

.shop-cart-wrapper ul {
  padding-left: 0;
}

.shop-cart-wrapper ul li {
  list-style: none;
}

.shopping-cart-wrap {
  clear: both;
  float: right;
  padding-right: 3px;
}

#Nacada-responsive .utility-wrap .shopping-cart-wrap .MXDefault.ShoppingCartSummary_MXDefault {
  border: none;
}

#Nacada-responsive .utility-wrap .shopping-cart-wrap .MXDefault.ShoppingCartSummary_MXDefault h3 {
  display: none;
}

#Nacada-responsive .utility-wrap .shopping-cart-wrap .utility-cart .MXDefault.ShoppingCartSummary_MXDefault ul.twoColumn {
  padding-top: 0;
}

#Nacada-responsive .utility-wrap .shopping-cart-wrap .utility-cart .MXDefault.ShoppingCartSummary_MXDefault div p a:link,
#Nacada-responsive .utility-wrap .shopping-cart-wrap .utility-cart .MXDefault.ShoppingCartSummary_MXDefault ul.twoColumn li:last-child {
  display: none;
}

#Nacada-responsive .utility-cart .shopping-cart .DNNModuleContent.ModMXShoppingCartSummaryC {
  width: 75px!important;
  float: right;
}

#Nacada-responsive .utility-cart .shopping-cart .MXDefault.ShoppingCartSummary_MXDefault,
.shop-cart-wrapper .ShoppingCartSummary_MXDefault ul.twoColumn {
  background: none;
  border: none;
}

#Nacada-responsive .shop-cart-wrapper .DNNModuleContent.ModMXShoppingCartSummaryC {
  float: right;
  width: 125px;
}

#Nacada-responsive .shop-cart-wrapper .ModMXShoppingCartSummaryC .MXDefault.ShoppingCartSummary_MXDefault {
  border: none;
}

#Nacada-responsive .utility-wrap .shopping-cart-wrap .utility-cart .MXDefault.ShoppingCartSummary_MXDefault ul.twoColumn li {
  width: 110px!important;
  background: url(/Portals/_default/Skins/CHADD/images/shopping_cart.png) no-repeat 0;
  color: #630021;
  padding: 0 0 0 20px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

#Nacada-responsive .utility-wrap .shopping-cart-wrap .utility-cart .MXDefault.ShoppingCartSummary_MXDefault ul.twoColumn li span {
  color: #630021;
  cursor: pointer;
}

.shop-cart-wrapper .ShoppingCartSummary_MXDefault ul.twoColumn li {
  padding-left: 30px;
  width: 125px;
}

.shop-cart-wrapper .ShoppingCartSummary_MXDefault ul.twoColumn li strong {
  font-weight: 400;
  width: 100px;
}

.shop-cart-wrapper .MXDefault.ShoppingCartSummary_MXDefault p.admin {
  padding-top: 25px;
}

.MXDefault.ShoppingCartCartView_MXDefault .footer-instructions ol {
  margin-left: 20px;
}

.MXDefault.ShoppingCartCartView_MXDefault .footer-instructions ol li {
  list-style: decimal;
}

#Nacada-responsive .utility-wrap .shopping-cart-wrap .utility-cart .MXDefault.ShoppingCartSummary_MXDefault p.admin {
  padding-top: 40px;
  clear: both;
}

#Nacada-responsive .utility-wrap .shopping-cart-wrap .utility-cart .MXDefault.ShoppingCartSummary_MXDefault ul.twoColumn {
  float: right;
}

#Nacada-responsive .utility-wrap .shopping-cart-wrap {
  padding-bottom: 20px;
}

#Nacada-responsive .utility-wrap .shopping-cart-wrap .MXDefault.ShoppingCartSummary_MXDefault ul.twoColumn li {
  width: 110px!important;
}

#Nacada-responsive .MXDefault.ShoppingCartTotals_MXDefault ul.twoColumn li {
  width: 255px!important;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}

.collapse.in {
  height: auto;
}

.nacada-collapse {
  margin-bottom: 20px;
}

.nacada-collapse .accordion-group {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #ddd;
  margin-bottom: 2px;
}

.nacada-collapse .accordion-heading {
  border-bottom: 0;
}

.nacada-collapse .accordion-toggle {
  color: #666;
  padding: 10px 15px;
  display: block;
  cursor: pointer;
  background-color: #f9f9f9;
}

.nacada-collapse .accordion-toggle h3 {
  color: #666;
  font-size: 18px;
  margin: 0;
  font-weight: 400;
}

.nacada-collapse .accordion-toggle:hover {
  background: #eee;
  color: #005363;
  text-decoration: none;
}

.nacada-collapse .accordion-toggle:hover h3,
.nacada-collapse .accordion-toggle:hover span {
  color: #005363;
}

.nacada-collapse .accordion-inner {
  border: none;
  padding: 9px 15px;
}

#Nacada-responsive p.register-button-left a {
  float: left;
}

#Nacada-responsive p.register-button-center {
  width: 100px;
  margin: 10px auto 0;
}

#Nacada-responsive p.register-button-center a {
  float: none;
}

#Nacada-responsive p.register-button-right a {
  float: right;
}

.nav--search {
  padding: 1.5em;
}

.nav--search .sb-skinobject-instance {
  display: block;
  position: relative;
}

.nav--search .sb-inp {
  width: 100%;
  margin: 0!important;
}

.nav--search .sb-inp input.search-box {
  width: 100%;
  color: #fff;
  font-size: 15px;
  margin: .25em 0 0;
  padding: .5em 2.25em .5em .75em;
  line-height: 1.5;
  background-color: hsla(0,0%,100%,.35);
  outline: 0;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  -webkit-transition: background-color .4s,border-color .4s;
  transition: background-color .4s,border-color .4s;
}

.nav--search .sb-inp input.search-box::-webkit-input-placeholder {
  color: hsla(0,0%,100%,.5);
  -webkit-transition: color .4s;
  transition: color .4s;
}

.nav--search .sb-inp input.search-box::-moz-placeholder {
  color: hsla(0,0%,100%,.5);
  -webkit-transition: color .4s;
  transition: color .4s;
}

.nav--search .sb-inp input.search-box:-ms-input-placeholder {
  color: hsla(0,0%,100%,.5);
  -webkit-transition: color .4s;
  transition: color .4s;
}

.nav--search .sb-inp input.search-box::placeholder {
  color: hsla(0,0%,100%,.5);
  -webkit-transition: color .4s;
  transition: color .4s;
}

.nav--search .sb-inp a.dnnSearchBoxClearText,
.nav--search .sb-inp ul.searchSkinObjectPreview {
  display: none!important;
}

.nav--search a.search--submit {
  color: hsla(0,0%,100%,.5);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.nav--search a.search--submit:hover {
  color: #fff;
}

.nav--search a.search--submit:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  content: "\f002";
  margin: .75em;
  line-height: 1.5;
}

@media screen and (min-width:900px) {
  .nav--search {
    float: right;
    width: 20%;
    padding: 1.5em;
    border-top: none;
  }

  .nav--search .sb-inp input.search-box {
    background-color: rgba(0,0,0,.95);
  }
}

.site-header--nav-toggle {
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 4px;
  margin: 0;
  padding: .9em 1em 0 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 103;
}

.site-header--nav-toggle:hover {
  background: none;
  cursor: pointer;
}

.site-header--nav-toggle .icon-bar {
  border-radius: 1px;
  display: block;
  height: 4px;
  margin: 6px 0;
  width: 40px;
  background: #2ba9e0;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s,-webkit-transform .4s;
  z-index: 1;
}

.site-header--nav-toggle[aria-expanded=true] .icon-bar {
  -webkit-transform: rotate(45deg) translate(7px,7px);
  -ms-transform: rotate(45deg) translate(7px,7px);
  transform: rotate(45deg) translate(7px,7px);
}

.site-header--nav-toggle[aria-expanded=true] .icon-bar+.icon-bar {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.site-header--nav-toggle[aria-expanded=true] .icon-bar+.icon-bar+.icon-bar {
  -webkit-transform: rotate(-45deg) translate(7px,-7px);
  -ms-transform: rotate(-45deg) translate(7px,-7px);
  transform: rotate(-45deg) translate(7px,-7px);
}

@media screen and (min-width:900px) {
  .site-header--nav-toggle {
    display: none;
  }
}

@media print {
  .site-header--nav-toggle {
    display: none;
  }
}

@media screen and (min-width:0) and (max-width:899px) {
  #site-header--nav {
    z-index: 101;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transform: translateX(100%) translateZ(0) scaleX(0);
    transform: translateX(100%) translateZ(0) scaleX(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: background-color .4s,height .4s,-webkit-transform .4s;
    transition: background-color .4s,height .4s,-webkit-transform .4s;
    transition: transform .4s,background-color .4s,height .4s;
    transition: transform .4s,background-color .4s,height .4s,-webkit-transform .4s;
  }

  #site-header--nav[aria-hidden=false] {
    -webkit-transform: translateX(0) translateZ(0) scale(1);
    transform: translateX(0) translateZ(0) scale(1);
  }

  #site-header--nav ul {
    position: absolute;
    width: 100%;
  }

  #site-header--nav ul.nav--utility-nav {
    position: relative;
  }

  #site-header--nav ul.menu {
    position: relative!important;
    left: 0;
    z-index: -1;
    -webkit-transition: height .4s,-webkit-transform .4s;
    transition: height .4s,-webkit-transform .4s;
    transition: transform .4s,height .4s;
    transition: transform .4s,height .4s,-webkit-transform .4s;
  }

  #site-header--nav.has_level_2_open ul.menu {
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
  }

  #site-header--nav.has_level_3_open ul.menu {
    -webkit-transform: translateX(-300%);
    -ms-transform: translateX(-300%);
    transform: translateX(-300%);
  }

  #site-header--nav.has_level_4_open ul.menu {
    -webkit-transform: translateX(-450%);
    -ms-transform: translateX(-450%);
    transform: translateX(-450%);
  }

  #site-header--nav ul.submenu {
    left: 150%;
    top: 0;
    -webkit-transform: translateX(100%) scaleX(0);
    -ms-transform: translateX(100%) scaleX(0);
    transform: translateX(100%) scaleX(0);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }

  #site-header--nav ul.submenu[aria-hidden=false] {
    -webkit-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }

  .ie-9 #site-header--nav ul.submenu {
    display: none;
  }

  .ie-9 #site-header--nav ul.submenu[aria-hidden=false] {
    display: block;
  }
}

@media screen and (min-width:900px) {
  #site-header--nav {
    z-index: 102;
    position: relative;
  }

  #site-header--nav:after,
  #site-header--nav:before {
    content: "";
    display: table;
    clear: both;
  }

  #site-header--nav ul.menu {
    float: left;
  }

  #site-header--nav ul.menu:after,
  #site-header--nav ul.menu:before {
    content: "";
    display: table;
    clear: both;
  }

  #site-header--nav ul.menu>li.hasFocus>.submenu,
  #site-header--nav ul.menu>li:hover>.submenu {
    display: block;
  }

  #site-header--nav li.menu-item {
    float: left;
    display: block;
  }

  #site-header--nav ul.submenu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
  }

  #site-header--nav ul.submenu:before {
    -webkit-transition: border-color .4s;
    transition: border-color .4s;
  }

  #site-header--nav .menu-item__hidden-on-desktop {
    display: none!important;
  }
}

#site-header--nav {
  background-color: rgba(0,0,0,.95);
  padding: 0 1.5em 3em;
  overflow: hidden;
  width: 100%;
  border-top: 3px solid #c4d92f;
}

#site-header--nav ul {
  margin: 0;
  padding: 2em 0 0;
  text-align: center;
}

#site-header--nav ul li {
  list-style: none;
  display: block;
  margin: 0;
}

#site-header--nav ul li+li {
  margin-top: 1.5em;
}

#site-header--nav ul .menu-button__back,
#site-header--nav ul a {
  display: block;
  width: 100%;
  max-width: none;
  text-decoration: none;
  border: 0;
  line-height: 1.15;
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .05em;
  margin: 0;
  padding: 0;
  color: #fff;
  position: relative;
  background: transparent;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s,-webkit-transform .4s;
}

#site-header--nav ul .menu-button__back:focus,
#site-header--nav ul .menu-button__back:hover,
#site-header--nav ul a:focus,
#site-header--nav ul a:hover {
  cursor: pointer;
  outline: 0;
  -webkit-transform: translateX(.4em);
  -ms-transform: translateX(.4em);
  transform: translateX(.4em);
}

#site-header--nav ul .menu-button__back:focus:before,
#site-header--nav ul .menu-button__back:hover:before,
#site-header--nav ul a:focus:before,
#site-header--nav ul a:hover:before {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

#site-header--nav ul .menu-button__back:before,
#site-header--nav ul a:before {
  content: "";
  position: absolute;
  background-color: transparent;
  width: .4em;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s,-webkit-transform .4s;
}

#site-header--nav ul .menu-button__back:focus,
#site-header--nav ul .menu-button__back:hover {
  -webkit-transform: translateX(-.4em);
  -ms-transform: translateX(-.4em);
  transform: translateX(-.4em);
}

#site-header--nav ul.nav--utility-nav {
  padding: 0;
}

#site-header--nav ul.nav--utility-nav li {
  display: inline-block;
  padding: 1em;
  margin: 0;
}

#site-header--nav ul.nav--utility-nav i {
  color: #2ba9e0;
}

#site-header--nav ul.nav--utility-nav a {
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
}

#site-header--nav ul.nav--utility-nav a.utility-nav--login:before,
#site-header--nav ul.nav--utility-nav a.utility-nav--user:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2ba9e0;
  margin-right: .5em;
  position: relative;
  width: auto;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

#site-header--nav ul.nav--utility-nav a.utility-nav--login:before:hover,
#site-header--nav ul.nav--utility-nav a.utility-nav--user:before:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

#site-header--nav ul.nav--utility-nav a.utility-nav--user:before {
  content: "\f05a";
}

#site-header--nav ul.nav--utility-nav a.utility-nav--login:before {
  content: "\f007";
}

.ie-old #site-header--nav {
  z-index: 102;
  position: relative;
}

.ie-old #site-header--nav:after,
.ie-old #site-header--nav:before {
  content: "";
  display: table;
  clear: both;
}

.ie-old #site-header--nav ul.menu {
  float: left;
}

.ie-old #site-header--nav ul.menu:after,
.ie-old #site-header--nav ul.menu:before {
  content: "";
  display: table;
  clear: both;
}

.ie-old #site-header--nav ul.menu>li.hasFocus>.submenu,
.ie-old #site-header--nav ul.menu>li:hover>.submenu {
  display: block;
}

.ie-old #site-header--nav li.menu-item {
  float: left;
  display: block;
}

.ie-old #site-header--nav ul.submenu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

.ie-old #site-header--nav ul.submenu:before {
  -webkit-transition: border-color .4s;
  transition: border-color .4s;
}

.ie-old #site-header--nav .menu-item__hidden-on-desktop {
  display: none!important;
}

.ie-old #site-header--nav {
  width: 100%;
  background-color: transparent;
  padding: 0;
  overflow: visible;
  border: none;
}

.ie-9 .ie-old #site-header--nav:after,
.ie-9 .ie-old #site-header--nav:before,
.ie-old .ie-old #site-header--nav:after,
.ie-old .ie-old #site-header--nav:before {
  content: "";
  display: table;
  clear: both;
}

.ie-old #site-header--nav ul {
  margin: 0;
  padding: 1.5em 0 0;
  text-align: right;
}

.ie-old #site-header--nav ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80%;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.ie-9 .ie-old #site-header--nav ul.menu li,
.ie-old .ie-old #site-header--nav ul.menu li {
  margin: 0;
}

.ie-9 .ie-old #site-header--nav ul.menu li+li,
.ie-old .ie-old #site-header--nav ul.menu li+li {
  margin-left: 1em;
}

.ie-old #site-header--nav ul.submenu {
  height: auto;
  margin: 0 -3.75em;
  background-color: rgba(0,0,0,.95);
  border-radius: 2px;
  padding: 1em 0;
}

.ie-old #site-header--nav ul.submenu:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 0;
  margin: 0 auto;
  border-bottom: .75em solid rgba(0,0,0,.95);
  border-left: .75em solid transparent;
  border-right: .75em solid transparent;
}

.ie-old #site-header--nav ul.submenu .menu-item {
  width: 100%;
  display: block;
}

.ie-old #site-header--nav ul.submenu .menu-item a {
  font-size: .875em;
  text-align: center;
  padding: .75em .5em;
  line-height: 1.125;
}

.ie-old #site-header--nav ul.submenu .menu-item.menu-item__breadcrumb {
  border-bottom: none;
}

.ie-old #site-header--nav ul.submenu .menu-item.menu-item__breadcrumb a {
  color: #c4d92f;
}

.ie-old #site-header--nav ul li.menu-item {
  margin: 0;
  font-weight: 700;
  position: relative;
}

.ie-old #site-header--nav ul li.menu-item.hasFocus>a {
  opacity: .5;
}

.ie-old #site-header--nav ul li.menu-item.menu-item__breadcrumb {
  border-bottom: 3px solid #c4d92f;
}

.ie-old #site-header--nav ul a {
  line-height: 1.5;
  font-size: 1.2em;
  color: #fff;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  font-weight: 700;
  padding: .5em 0;
}

.ie-old #site-header--nav ul a:focus,
.ie-old #site-header--nav ul a:hover {
  opacity: .5;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.ie-old #site-header--nav ul a:before {
  display: none;
}

.ie-old #site-header--nav ul.nav--utility-nav {
  position: absolute;
  right: 0;
  top: -5em;
}

@media screen and (min-width:900px) {
  #site-header--nav {
    width: 100%;
    background-color: transparent;
    padding: 0;
    overflow: visible;
    border: none;
  }

  .ie-9 #site-header--nav:after,
  .ie-9 #site-header--nav:before,
  .ie-old #site-header--nav:after,
  .ie-old #site-header--nav:before {
    content: "";
    display: table;
    clear: both;
  }

  #site-header--nav ul {
    margin: 0;
    padding: 1.5em 0 0;
    text-align: right;
  }

  #site-header--nav ul.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80%;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
  }

  .ie-9 #site-header--nav ul.menu li,
  .ie-old #site-header--nav ul.menu li {
    margin: 0;
  }

  .ie-9 #site-header--nav ul.menu li+li,
  .ie-old #site-header--nav ul.menu li+li {
    margin-left: 1em;
  }

  #site-header--nav ul.submenu {
    height: auto;
    margin: 0 -3.75em;
    background-color: rgba(0,0,0,.95);
    border-radius: 2px;
    padding: 1em 0;
  }

  #site-header--nav ul.submenu:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 0;
    margin: 0 auto;
    border-bottom: .75em solid rgba(0,0,0,.95);
    border-left: .75em solid transparent;
    border-right: .75em solid transparent;
  }

  #site-header--nav ul.submenu .menu-item {
    width: 100%;
    display: block;
  }

  #site-header--nav ul.submenu .menu-item a {
    font-size: .875em;
    text-align: center;
    padding: .75em .5em;
    line-height: 1.125;
  }

  #site-header--nav ul.submenu .menu-item.menu-item__breadcrumb {
    border-bottom: none;
  }

  #site-header--nav ul.submenu .menu-item.menu-item__breadcrumb a {
    color: #c4d92f;
  }

  #site-header--nav ul li.menu-item {
    margin: 0;
    font-weight: 700;
    position: relative;
  }

  #site-header--nav ul li.menu-item.hasFocus>a {
    opacity: .5;
  }

  #site-header--nav ul li.menu-item.menu-item__breadcrumb {
    border-bottom: 3px solid #c4d92f;
  }

  #site-header--nav ul a {
    line-height: 1.5;
    font-size: 1.2em;
    color: #fff;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    font-weight: 700;
    padding: .5em 0;
  }

  #site-header--nav ul a:focus,
  #site-header--nav ul a:hover {
    opacity: .5;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  #site-header--nav ul a:before {
    display: none;
  }

  #site-header--nav ul.nav--utility-nav {
    position: absolute;
    right: 0;
    top: -5em;
  }
}

@media print {
  #site-header--nav {
    display: none;
  }
}

.NewsArticles .article {
  border-bottom: 1px solid #ececec;
}

.NewsArticles .articleHeadline h1 {
  background: none;
  border: none;
  font-size: 2em;
  line-height: 1.5;
}

.NewsArticles .articleComments h2,
.NewsArticles .postComment h2,
.NewsArticles .related h2 {
  margin-bottom: 0;
  background: none;
  border: none;
  padding-left: 0;
  font-size: 2em;
}

#Nacada-responsive .MXDefault {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.MXDefault fieldset.buttons input {
  background: #2ba9e0;
  border: none;
  border-radius: 0;
  color: #fff;
  box-shadow: 2px 1px 2px #888;
}

.MXDefault fieldset.buttons input:hover {
  background: #aa627a;
  color: #fff;
}

.MXDefault fieldset input,
.MXDefault fieldset select {
  border: 1px solid #bcbcbc;
}

.MXDefault h3 span {
  color: #1c6281;
}

#Nacada-responsive .MXDefault input[type=submit] {
  background: #1c8cbc;
  padding: .5em .75em;
  display: inline-block;
  color: #fff;
  border: none;
  font-weight: 700;
  margin: 0 .5em 0 0;
  border-radius: 0;
  text-shadow: none;
  text-transform: capitalize;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

#Nacada-responsive .MXDefault input[type=submit]:visited {
  color: #fff;
}

#Nacada-responsive .MXDefault input[type=submit]:hover {
  background: #2ba9e0;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.MXDefault.GlobalFind_MXDefault {
  width: 100%;
}

.MXDefault .nacada-online-directory {
  width: 275px;
  float: left;
  min-height: 265px;
  padding: 15px 10px 0;
  border: 1px solid #d8dfdd;
  margin: 10px;
}

.MXDefault .nacada-online-directory h3 {
  color: #1c6281;
  margin-bottom: 0;
  font-size: 1.067em;
}

.MXDefault .nacada-online-directory span.title {
  font-style: italic;
  color: #666;
}

.MXDefault .nacada-online-directory ul li {
  color: #666;
  font-size: .867em;
}

.MXDefault .nacada-online-directory ul li.bold {
  font-weight: 700;
  padding: 10px 0;
  font-size: .933em;
}

.MXDefault .nacada-online-directory ul li.address {
  font-style: italic;
}

.MXDefault .nacada-online-directory ul li.office_first {
  padding-top: 5px;
  font-style: italic;
}

.MXDefault .nacada-online-directory ul li.office_first span,
.MXDefault .nacada-online-directory ul li.office span {
  font-weight: 700;
  padding-right: 5px;
}

.MXDefault.GlobalFind_MXDefault .RadGrid_MXDefault .rgMasterTable thead tr th a {
  color: #3d3d3d;
}

.MXDefault .ControlsPagerControl_MXDefault .pagination {
  width: auto;
  margin: 0 10px 0 0;
  float: right;
}

.MXDefault .sortArea .innerSortArea {
  margin-right: 20px;
  display: none;
}

.MXDefault .sortArea .innerSortArea select {
  border: 1px solid #d8dfdd;
  margin-right: 10px;
}

.MXDefault .sortArea .innerSortArea input {
  font-size: 18px;
  background: none;
  text-transform: none;
  border: 0;
  color: #2ba9e0;
  text-shadow: none;
  font-weight: 400;
  padding-top: 10px;
  margin: 0;
  text-shadow: 0;
}

.MXDefault .sortArea .innerSortArea input:hover {
  border: 0;
  background: none;
  color: #1c6281;
}

.MXDefault.MeetingSearch_MXDefault h3 {
  color: #1c6281;
}

.MXDefault.MeetingSearch_MXDefault fieldset.keywordSearch {
  background: #eaeaea;
  padding: 15px 0 3px 20px;
  border: 1px solid #668998;
}

.MXDefault.MeetingSearch_MXDefault .advanced-search-panel input,
.MXDefault.MeetingSearch_MXDefault .advanced-search-panel select,
.MXDefault.MeetingSearch_MXDefault fieldset.keywordSearch input {
  border: 1px solid #d8dfdd;
}

.MXDefault.MeetingSearch_MXDefault fieldset.keywordSearch label {
  width: 13%;
  font-size: 1em;
  color: #1c6281;
  font-weight: 700;
}

.MXDefault fieldset.keywordSearch label,
div.advanced-search-panel fieldset label,
fieldset.keywordSearch label {
  font-size: .933em;
  margin-left: 0;
  width: 95px;
  color: #1c6281;
}

fieldset.keywordSearch label input {
  display: block;
}

fieldset.keywordSearch span.advanced-search-link {
  paddding-left: 15px;
  font-size: 13px;
  color: #2ba9e0;
  display: block;
  margin-top: 3px;
}

fieldset.keywordSearch span.advanced-search-link:hover {
  cursor: pointer;
  color: #1c6281;
}

.advanced-search-panel {
  background: #eaeaea;
  padding: 25px 0 25px 25px;
  margin-top: -25px;
  border-bottom: 1px solid #668998;
  border-left: 1px solid #668998;
  border-right: 1px solid #668998;
}

.advanced-search-panel fieldset.column1,
.advanced-search-panel fieldset.column2 {
  float: left;
  width: 325px;
}

.advanced-search-panel fieldset.column2 label {
  width: 65px;
}

.MXDefault .row .event-title {
  color: #000;
  padding-bottom: 10px;
  color: #1c6281;
  font-size: 1em;
}

.MXDefault.MeetingSearch_MXDefault fieldset.row>div>label {
  margin-right: 0!important;
}

.MXDefault.MeetingSearch_MXDefault fieldset.keywordSearch .calendar-search {
  margin-left: 10px;
}

.MXDefault.MeetingSearch_MXDefault fieldset.buttons input,
.MXDefault.MeetingSearch_MXDefault fieldset.keywordSearch .calendar-search {
  letter-spacing: .03em;
  background: #2ba9e0;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  box-shadow: 2px 1px 2px #888;
  font-size: 1em;
  text-shadow: none;
  text-transform: none;
  margin-right: 25px;
}

.MXDefault.MeetingSearch_MXDefault fieldset.buttons input:hover,
.MXDefault.MeetingSearch_MXDefault fieldset .MXDefault.MeetingSearch_MXDefault fieldset.keywordSearch .calendar-search:hover {
  background: #aa627a;
  color: #fff;
}

.MXDefault.MeetingSearch_MXDefault fieldset.keywordSearch input[type=text] {
  padding: 5px 0;
}

.RadToolTip_MXDefault .MXDefault.MeetingTooltip_MXDefault {
  color: #666;
}

.RadToolTip_MXDefault .rtWrapper.rtShadow tbody .rtWrapperContent {
  border: 1px solid #666;
  background: #f4f4f4;
}

.RadToolTip_MXDefault .rtWrapper.rtShadow tr td {
  background-image: none!important;
}

.RadToolTip_MXDefault .MeetingTooltip_MXDefault h3 span:first-child {
  color: #1c6281;
  text-decoration: none;
}

.RadToolTip_MXDefault .MeetingTooltip_MXDefault dt {
  text-decoration: none;
  color: #3d3d3d;
}

.RadToolTip_MXDefault .MeetingTooltip_MXDefault dd {
  margin: 5px 0 5px 15px;
}

.RadToolTip_MXDefault .MeetingTooltip_MXDefault p {
  margin: 0 0 0 5px;
  padding: 0;
  font-size: .933em;
  font-weight: 700;
}

.RadToolTip_MXDefault .MeetingTooltip_MXDefault .prompt {
  color: #3d3d3d;
  text-decoration: none;
}

.RadToolTip_MXDefault .MeetingTooltip_MXDefault .preserve {
  text-indent: 1.5em;
}

.RadToolTip_MXDefault .MeetingTooltip_MXDefault #buttonContainer .action a,
.RadToolTip_MXDefault .MeetingTooltip_MXDefault #buttonContainer .action a:hover,
.RadToolTip_MXDefault .MeetingTooltip_MXDefault #buttonContainer .action a:visited {
  font-weight: 700;
  border: none;
  box-shadow: none;
  background: none;
  color: #2ba9e0;
  margin: 0;
  padding: 0;
  font-size: .933em;
}

.MXDefault .RadScheduler.RadScheduler_MXDefault div.rsHeader .MXDefault .RadScheduler.RadScheduler_MXDefault div.rsHeader .rsPrevDay:hover,
.MXDefault .RadScheduler.RadScheduler_MXDefault div.rsHeader .rsPrevDay {
  background-position: -127px -368px;
}

.MXDefault .RadScheduler.RadScheduler_MXDefault div.rsHeader .MXDefault .RadScheduler.RadScheduler_MXDefault div.rsHeader .rsNextDay:hover,
.MXDefault .RadScheduler.RadScheduler_MXDefault div.rsHeader .rsNextDay {
  background-position: -158px -368px;
}

.MXDefault .nacada-event-wrap {
  font-size: .933em;
  color: #666;
  padding: 20px 15px;
  border-bottom: 1px solid #d8dfdd;
}

.MXDefault .nacada-event-wrap:nth-child(2n+2) {
  background: #f2efef;
}

.home .MXDefault .nacada-event-wrap h3 a,
.home .MXDefault .nacada-event-wrap h3 a:visited,
.MXDefault .nacada-event-wrap h2 a,
.nacada-event-wrap h2 a:visited {
  color: #2ba9e0;
}

.home .MXDefault .nacada-event-wrap h3 a:hover,
.nacada-event-wrap h2 a:hover {
  text-decoration: underline;
}

.MXDefault p.nacada-event-date {
  color: #1c6281;
  padding: 5px 0 10px;
  margin-bottom: 10px;
  font-size: 1.067em;
  font-style: italic;
}

.MXDefault p.nacada-event-date span {
  padding: 10px 10px 0;
}

.MXDefault p.nacada-event-description {
  float: right;
  padding: 0 10px;
  width: 47%;
}

.MXDefault p.nacada-event-description span {
  display: block;
  font-weight: 700;
}

.MXDefault ul.nacada-event-info {
  float: left;
  width: 50%;
}

.MXDefault ul.nacada-event-info li {
  padding-bottom: 5px;
}

.MXDefault ul.nacada-event-info li span {
  padding-left: 10px;
  font-weight: 700;
}

.home .MXDefault .nacada-event-wrap {
  padding: 10px 0 15px 5px;
}

.home .MXDefault.GlobalFind_MXDefault {
  padding-top: 0!important;
  margin-top: -5px;
}

.home .MXDefault .nacada-event-wrap h3 {
  font-size: 1em;
  margin-bottom: 0;
  font-weight: 400;
}

.home .MXDefault p.nacada-event-date {
  font-size: .867em;
  padding-bottom: 0;
  margin: 0;
}

.home .MXDefault ul.nacada-event-info {
  display: none;
}

.home .MXDefault ul.nacada-event-info li span {
  padding: 0 5px 0 0;
  font-size: .867em;
}

.home .MXDefault.ControlsPagerControl_MXDefault {
  display: none;
}

.MXDefault.MeetingRegistrationInformation_MXDefault .action input {
  margin-top: 0;
  background: #2ba9e0;
  border: medium none;
  border-radius: 0 0 0 0;
  color: #fff;
  box-shadow: 2px 1px 2px #888;
  -webkit-box-shadow: 2px 2px 5px 0 #acacac;
  font-size: 1em;
  text-shadow: none;
  text-transform: none;
  margin-right: 10px;
}

.MXDefault.MeetingRegistrationInformation_MXDefault .action input:hover {
  background: #aa627a;
  color: #fff;
}

.MXDefault .nacada-event-details-wrap {
  font-size: .933em;
  color: #666;
}

.MXDefault .nacada-event-details-wrap a.register-link,
.MXDefault .nacada-event-details-wrap a.register-link:visited {
  float: right;
  margin: 10px 90px 0 0;
  background: #2ba9e0;
  border: medium none;
  border-radius: 0 0 0 0;
  color: #fff;
  box-shadow: 2px 1px 2px #888;
  -webkit-box-shadow: 2px 2px 5px 0 #acacac;
  font-size: 1em;
  text-shadow: none;
  text-transform: none;
  padding: 5px 10px;
}

.MXDefault .nacada-event-details-wrap a.register-link:hover {
  background: #aa627a;
  color: #fff;
}

.MXDefault .nacada-event-details-wrap h3 {
  clear: left;
  padding-top: 10px;
}

.MXDefault .nacada-event-details-wrap h3.decription-title {
  color: #1c6281;
}

.MXDefault .nacada-event-details-wrap .nacada-event-date {
  margin-bottom: 0;
}

.MXDefault .nacada-event-details-wrap .column {
  float: left;
  margin: 0 35px 10px 0;
}

.MXDefault .nacada-event-details-wrap .column span {
  color: #3d3d3d;
  font-weight: 700;
  padding-right: 10px;
}

.MXDefault .nacada-event-details-wrap p.description {
  margin-top: 10px;
  margin-bottom: 0;
  text-indent: 1.5em;
}

.MXDefault .nacada-session-item {
  padding: 15px 10px;
  color: #666;
  border-bottom: 1px solid #d8d8d8;
}

.MXDefault .nacada-session-item:nth-child(odd) {
  background: #f2efef;
}

.MXDefault .nacada-session-item h3 {
  float: left;
  margin: 0;
  width: 835px;
  font-size: 1.067em;
}

.MXDefault .session-price {
  float: right;
  margin: 0;
}

.MXDefault .nacada-session-item .session-date {
  clear: both;
  margin-left: 5px;
  padding-top: 5px;
}

.MXDefault .nacada-session-item .session-date li {
  display: inline;
  margin-left: 25px;
}

.MXDefault .nacada-session-item .session-price span,
.nacada-session-item .session-date span {
  color: #3d3d3d;
  font-weight: 700;
  padding-right: 10px;
}

.MXDefault.MeetingAdditionalInfo_MXDefault .preserve span {
  display: block;
  text-indent: 1.5em;
  color: #666;
}

.MXDefault.MeetingContactUs_MXDefault .preserve span {
  display: block;
  color: #666;
  font-style: italic;
}

.MXDefault.SecuritySignIn_MXDefault h3 {
  color: #1c6281;
}

.MXDefault.SecuritySignIn_MXDefault fieldset label {
  width: 30%;
  color: #1c6281;
}

.MXDefault.SecuritySignIn_MXDefault input,
.MXDefault.SecuritySignIn_MXDefault select,
.MXDefault.SecuritySignIn_MXDefault textarea {
  border: 1px solid #bcbcbc;
}

.MXDefault.SecuritySignIn_MXDefault p {
  font-size: .867em;
}

.MXDefault.SecuritySignIn_MXDefault p span {
  display: block;
  padding-bottom: 5px;
}

.MXDefault.SecuritySignIn_MXDefault p a,
.MXDefault.SecuritySignIn_MXDefault p a:visited {
  color: #2ba9e0;
}

.MXDefault.SecuritySignIn_MXDefault p a:hover {
  color: #1c6281;
  text-decoration: none;
  cursor: pointer;
}

.MXDefault.SecuritySignIn_MXDefault fieldset.buttons input {
  margin-top: 0;
  background: #2ba9e0;
  border: medium none;
  border-radius: 0 0 0 0;
  color: #fff;
  box-shadow: 2px 1px 2px #888;
  -webkit-box-shadow: 2px 2px 5px 0 #acacac;
  font-size: 1em;
  text-shadow: none;
  text-transform: none;
  margin-right: 10px;
}

.MXDefault.SecuritySignIn_MXDefault fieldset.buttons input:hover {
  background: #aa627a;
  color: #fff;
}

.MXDefault.SecuritySignIn_MXDefault fieldset label.checkbox {
  margin: 10px 0 0;
}

.MXDefault.SecuritySignInHelp_MXDefault h3 {
  color: #1c6281;
}

.MXDefault.SecuritySignInHelp_MXDefault h4 {
  color: #25408f;
}

.MXDefault.SecuritySignInHelp_MXDefault ul {
  margin: 0 0 35px;
}

.MXDefault.SecuritySignInHelp_MXDefault ul li {
  font-size: .867em;
  margin-bottom: 10px;
}

.MXDefault.SecuritySignInHelp_MXDefault p {
  font-size: .867em;
  margin-bottom: 0;
}

.MXDefault.SecuritySignInHelp_MXDefault fieldset {
  padding-top: 20px;
}

.MXDefault.SecuritySignInHelp_MXDefault fieldset label {
  font-size: .867em;
  margin-bottom: 10px;
}

.MXDefault fieldset.buttons input {
  margin-top: 0;
  background: none;
  color: #2ba9e0;
  border: medium none;
  border-radius: 0 0 0 0;
  border: 0;
  box-shadow: none;
  font-size: 1em;
  text-shadow: none;
  text-transform: none;
  margin-right: 10px;
}

.MXDefault fieldset.buttons input:hover {
  color: #1c6281;
  text-decoration: none;
  cursor: pointer;
  background: none;
}

.MXDefault fieldset input {
  border: 1px solid #bcbcbc;
}

.ModMXSecurityCreateNewUserAccountC .MXDefault div.alert,
.MXDefault p.alert {
  background: #eaeaea;
  padding: 0 0 0 20px;
  border: 1px solid #668998;
  margin: 10px auto;
}

.ModMXSecurityCreateNewUserAccountC .MXDefault .alert.information div {
  border: none;
  color: #ba0b0b;
  padding-left: 0;
  padding-top: 0;
}

.ModMXSecurityCreateNewUserAccountC .MXDefault .alert.information h4 {
  background: none;
  font-weight: 700;
  color: #25408f;
  padding-left: 0;
}

.MXDefault.SecuritySignInHelp_MXDefault label {
  width: 26%;
}

.MXDefault.SecuritySignInHelp_MXDefault label.radio {
  font-weight: 400;
}

.ModMXSecuritySignInHelpC .MXDefault.SecuritySignInHelp_MXDefault fieldset label {
  width: 56%;
}

.ModMXSecuritySignInHelpC .MXDefault.SecuritySignInHelp_MXDefault fieldset .RadCaptcha.RadCaptcha_MXDefault a {
  color: #2ba9e0;
  padding: 20px 0 10px;
  display: block;
  font-size: .867em;
}

.ModMXSecuritySignInHelpC .MXDefault.SecuritySignInHelp_MXDefault fieldset .RadCaptcha.RadCaptcha_MXDefault a:hover {
  color: #1c6281;
  cursor: pointer;
  text-decoration: none;
}

.sidebar .ModMXSecuritySignInHelpC .MXDefault.SecuritySignInHelp_MXDefault fieldset .RadCaptcha.RadCaptcha_MXDefault label {
  width: 370px;
  white-space: normal;
}

.MXDefault.SecurityChangeMyPassword_MXDefault h3 {
  margin-bottom: 0;
}

.MXDefault.SecurityChangeMyPassword_MXDefault input[type=image] {
  display: none;
}

.MXDefault.SecurityChangeMyPassword_MXDefault label {
  width: 15%;
}

.MXDefault.SecurityChangeMyPassword_MXDefault input,
.MXDefault.SecurityChangeMyPassword_MXDefault select {
  width: 200px;
}

#Nacada-responsive .MXDefault .header {
  background: none;
}

.MXDefault .header .action input {
  margin-top: 0;
  background: #2ba9e0;
  border: medium none;
  border-radius: 0 0 0 0;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  box-shadow: 2px 1px 2px #888;
  -webkit-box-shadow: 2px 2px 5px 0 #acacac;
  font-size: 1em;
  text-shadow: none;
  text-transform: none;
  margin-right: 10px;
}

.MXDefault .header .action input:hover {
  background: #aa627a;
  color: #fff;
}

.MXDefault.ShoppingCartCartView_MXDefault .header h3,
.MXDefault.ShoppingCartTotals_MXDefault h3 {
  color: #1c6281;
  margin-bottom: 15px;
}

.MXDefault .cartHeader .MXDefault {
  border: 1px solid #d8dfdd;
}

.MXDefault .cartHeader .MXDefault h3 {
  color: #1c6281;
  text-align: center;
  text-transform: none;
  background: #eaeaea;
  font-size: 18px;
}

.MXDefault .cartHeader .MXDefault .action a,
.MXDefault .cartHeader .MXDefault .action a:visited {
  border: 2px outset #2ba9e0;
  color: #fff;
  text-shadow: none;
  background: #2ba9e0;
  font-size: 1em;
  border-radius: 0;
  text-transform: none;
  -moz-box-shadow: 2px 1px 2px #888;
}

.MXDefault .cartHeader .MXDefault .action a:hover {
  border: 2px inset #c6c6c6;
  color: #1c6281;
  background: #c6c6c6;
}

.MXDefault .cartHeader .MXDefault .twoColumn {
  color: #3d3d3d;
}

.MXDefault .cartHeader .MXDefault .twoColumn li {
  border-top: 1px solid #d8dfdd;
  padding: 10px 0 5px;
}

.MXDefault .cartHeader .MXDefault .twoColumn li:first-child {
  border: none;
}

.MXDefault .cartHeader .MXDefault .twoColumn li:last-child {
  color: #3d3d3d;
}

.MXDefault .cartHeader .MXDefault .twoColumn li strong {
  color: #1c6281;
}

.MXDefault .cartHeader .MXDefault .twoColumn li p {
  color: #3d3d3d;
}

.MXDefault .items .MXDefault {
  margin-top: 15px;
}

.MXDefault .items .MXDefault h3 {
  color: #1c6281;
}

.MXDefault .items .MXDefault .contain {
  border: 0;
}

.MXDefault .items .MXDefault .contain h4 {
  color: #1c6281;
  text-align: center;
  background: #eaeaea;
  margin-bottom: 0;
}

.MXDefault .items .MXDefault .contain .RadGrid_MXDefault {
  border: none;
}

.MXDefault .items .MXDefault .contain .RadGrid_MXDefault .rgMasterTable thead tr th {
  text-align: center;
  background: #f4f6f9;
  color: #3d3d3d;
  border: 1px solid #d8dfdd;
  font-size: 1em;
  padding: 10px 5px;
}

.MXDefault .items .MXDefault .contain .RadGrid_MXDefault .rgMasterTable tbody tr td input {
  text-align: center;
  margin-top: 10px;
  border: 1px solid #eaeaea!important;
}

.MXDefault .footer .action input {
  border: none;
  color: #fff;
  text-shadow: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  background: #2ba9e0;
  font-size: 1em;
  text-transform: none;
  -moz-box-shadow: 2px 1px 2px #888;
}

.MXDefault .footer .action input:hover {
  background: #aa627a;
  color: #fff;
}

.MXDefault.ShoppingCartCartView_MXDefault .cartHeader .address p.action a,
.MXDefault.ShoppingCartCartView_MXDefault .cartHeader .address p.action a:visited {
  font-size: .867em;
  letter-spacing: .02em;
  background: transparent;
  color: #2ba9e0;
  border: none;
  font-weight: 400;
}

.MXDefault.ShoppingCartCartView_MXDefault .cartHeader .address p.action a:hover {
  color: #1c6281;
  text-decoration: none;
}

.MXDefault.ShoppingCartItems_MXDefault .remove a,
.MXDefault.ShoppingCartItems_MXDefault p.action a,
.MXDefault.ShoppingCartItems_MXDefault ul.action li a {
  font-size: .867em;
  background: none;
  text-transform: none;
  border: 0;
  border-radius: 0;
  color: #2ba9e0;
  text-shadow: none;
  font-weight: 400;
  padding: 0 0 10px;
  margin: 0;
  text-shadow: 0;
}

.MXDefault.ShoppingCartItems_MXDefault p.action a:hover,
.MXDefault.ShoppingCartItems_MXDefault ul.action li a:hover {
  border: 0;
  background: none;
  color: #1c6281;
  font-size: .867em;
  text-decoration: none;
  margin: 0;
}

.MXDefault.ShoppingCartItems_MXDefault ul.action li.recalc {
  padding: 0 15px 5px 20px;
}

.MXDefault.ShoppingCartItems_MXDefault .Table tr td {
  padding: 12px 10px;
  text-align: center;
  border: 1px solid #eaeaea;
  vertical-align: middle;
}

.MXDefault.ShoppingCartCartView_MXDefault .emptyCart .contain {
  border: 1px solid #c1c1c1;
}

.MXDefault.ShoppingCartCartView_MXDefault .emptyCart h4 {
  background: #eaeaea;
}

.MXDefault.ShoppingCartCartView_MXDefault .emptyCart p {
  background: none;
  border: none;
  padding: 0;
}

.continue-shopping-wrap {
  padding: 10px 10px 15px;
  width: 415px;
}

.continue-shopping-wrap p {
  color: #000;
  font-size: 1em;
  font-weight: 700;
  margin-top: 0;
}

.continue-shopping-wrap ul {
  padding-left: 0;
  margin: 0;
  margin-right: 20px;
}

.continue-shopping-wrap ul li {
  list-style: none;
  display: inline;
}

.continue-shopping-wrap ul li a.primary {
  background: #d8dfdd;
  color: #3d3d3d!important;
  font-size: 12px;
  font-weight: 700;
  margin-right: 5px;
  box-shadow: 2px 1px 2px #888;
  padding: 4px 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
}

.continue-shopping-wrap ul li a.primary:hover {
  background: #adadad;
  text-decoration: none;
  color: #fff!important;
}

.MXDefault.SecurityCreateNewUserAccountUndefined_MXDefault label {
  width: 20%;
}

.MXDefault.SecurityCreateNewUserAccountUndefined_MXDefault input,
.MXDefault.SecurityCreateNewUserAccountUndefined_MXDefault select {
  width: 200px;
}

.MXDefault.SecurityCreateNewUserAccountUndefined_MXDefault .action a,
.MXDefault.SecurityCreateNewUserAccountUndefined_MXDefault a,
.MXDefault.SecurityCreateNewUserAccountUndefined_MXDefault a:visited {
  margin-top: 0;
  background: none;
  border: medium none;
  border-radius: 0 0 0 0;
  color: #2ba9e0;
  box-shadow: 0;
  font-weight: 400;
  font-size: 1em;
  text-shadow: none;
  text-transform: none;
  margin-right: 10px;
}

.MXDefault.SecurityCreateNewUserAccountUndefined_MXDefault .action a:hover,
.MXDefault.SecurityCreateNewUserAccountUndefined_MXDefault a:hover {
  color: #1c6281;
  background: none;
  text-decoration: underline;
}

.ModMXSecurityCreateNewUserAccountC .MXDefault.SecurityCreateNewUserAccountUndefined_MXDefault fieldset.buttons p a:link {
  color: #2ba9e0;
}

.MXDefault .RadPanelBar_MXDefault .rpRootGroup {
  border: 1px solid #d8dfdd!important;
  margin-bottom: 15px;
}

.MXDefault .RadPanelBar_MXDefault .rpRootGroup a.rpLink {
  background: #eaeaea!important;
  border-bottom: none!important;
  height: 24px;
}

.MXDefault .RadPanelBar_MXDefault .rpRootGroup a.rpLink .rpOut:hover {
  border: none!important;
}

.MXDefault .RadPanelBar_MXDefault .rpRootGroup a.rpLink .rpOut {
  border: none!important;
  margin: 0;
}

.MXDefault .RadPanelBar_MXDefault .rpRootGroup a.rpExpandable .rpOut .rpExpandHandle {
  background-position: 0 -342px;
}

.MXDefault .RadPanelBar_MXDefault .rpRootGroup a.rpExpanded .rpOut .rpExpandHandle {
  background-position: 0 -481px;
}

.MXDefault .RadPanelBar_MXDefault .rpRootGroup a.rpLink .rpOut .rpText {
  color: #2ba9e0!important;
  border: none!important;
  font-size: 13px;
}

.MXDefault .RadPanelBar_MXDefault .rpRootGroup a.rpLink .rpOut .rpText:hover {
  color: #1c6281!important;
  border: none!important;
}

.MXDefault .RadPanelBar_MXDefault .rpRootGroup .rpSlide fieldset label span {
  margin-right: 30px;
}

.MXDefault.GlobalFind_MXDefault .buttons input {
  box-shadow: none;
  -webkit-box-shadow: none;
  background: none;
  color: #2ba9e0;
  margin: 0;
  padding: 0;
  font-size: .933em;
}

.MXDefault.GlobalFind_MXDefault .buttons input:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  background: none;
  color: #1c6281;
}

.MXDefault .search-link,
.MXDefault .search-link:visited {
  margin-bottom: 10px;
  color: #2ba9e0;
  font-size: .933em;
  display: block;
}

.MXDefault .search-link:hover {
  color: #1c6281;
  text-decoration: underline;
}

.MXDefault .product-wrap {
  border: 1px solid #d8dfdd;
  width: 44%;
  margin: .75em;
  float: left;
  color: #666;
  min-height: 550px;
}

.MXDefault .product-wrap.details {
  width: 100%;
  margin: 0 auto;
  float: none;
}

.MXDefault .product-wrap.details h3 {
  height: auto;
  padding: 10px;
}

.MXDefault .product-wrap.details .product-details {
  margin-bottom: 10px;
}

.MXDefault .product-wrap.details .product-details li {
  width: 45%;
  padding-right: 5%;
  float: left;
  margin-bottom: 10px;
}

.MXDefault .product-wrap.details .description {
  text-indent: 1.5em;
  margin: 20px 10px;
}

.MXDefault .product-wrap.details h4 {
  margin: 0 5px;
}

.MXDefault .product-wrap.details h4 .category {
  float: right;
  font-size: .933em;
  font-weight: 400;
  color: #666;
}

.MXDefault .product-wrap.details h4 .category span {
  font-style: italic;
}

.MXDefault .product-wrap.details .product-addChart {
  float: right;
  width: 43%;
}

.MXDefault .product-wrap h3 {
  color: #1c6281;
  margin: 0;
  padding: 0;
  font-size: 1.067em;
  background: #f9f9f9;
  text-align: center;
  padding: 10px 10px 0;
  line-height: 1.35;
}

.MXDefault .product-wrap h3 a,
.MXDefault .product-wrap h3 a:hover,
.MXDefault .product-wrap h3 a:visited {
  color: #2ba9e0;
}

.MXDefault .product-wrap .frame {
  width: 175px;
  margin: 0 auto;
}

.MXDefault .product-wrap .frame img {
  max-width: 145px;
  margin: 15px 0;
}

.MXDefault .product-wrap .product-details {
  padding: 5px 10px;
  margin: 0 5px;
  font-size: 12px;
  font-style: italic;
}

.MXDefault .product-wrap .product-details li span {
  color: #3d3d3d;
  font-weight: 400;
  padding-right: 10px;
}

.MXDefault .product-wrap .pricing {
  border: 1px solid #eaeaea;
  padding: 5px 10px 0;
  margin: 5px;
  background: #f4f6f9;
}

.MXDefault .product-wrap .pricing+div+input[type=hidden]+div {
  margin-left: 5px;
  font-weight: 700;
  padding: 0 10px;
  width: auto!important;
  font-size: 12px;
}

.MXDefault .product-wrap .yourPrice {
  border: 1px solid #eaeaea;
  border-top: 1px solid #dbdbdb;
  padding: 10px 10px 5px;
  margin: 0 5px;
  background: #f4f6f9;
}

.MXDefault .product-wrap .pricing li,
.MXDefault .product-wrap .product-details,
.MXDefault .product-wrap .yourPrice li {
  text-align: right;
}

.MXDefault .product-wrap .pricing li {
  padding-bottom: 5px;
}

.MXDefault .product-wrap .pricing li b,
.MXDefault .product-wrap .product-details span,
.MXDefault .product-wrap .yourPrice li b {
  color: #3d3d3d;
  padding-right: 10px;
  float: left;
}

.MXDefault .product-wrap .product-addChart {
  color: #3d3d3d;
  font-weight: 700;
  margin: 10px 5px 0;
}

.MXDefault .product-wrap .product-addChart>div>div>div {
  font-size: 12px!important;
  padding: 0 10px!important;
  line-height: 16px!important;
  margin-right: 0!important;
  width: auto!important;
}

.MXDefault .product-wrap .product-addChart span {
  color: #0581cb;
  font-size: .933em;
  padding-left: 12px;
}

.MXDefault .product-wrap .product-addChart .RadInput_MXDefault input {
  border: 1px solid #d8dfdd;
  color: #3d3d3d;
}

.MXDefault .product-wrap .product-addChart .RadInput_MXDefault input:hover {
  border: 1px solid #d8dfdd;
  color: #3d3d3d;
  cursor: default;
}

.MXDefault .product-wrap .product-addChart input {
  width: 40px;
  text-align: center;
  margin-left: 0;
  background: none;
  box-shadow: none;
  padding: 2px;
  margin: 0;
}

.MXDefault .product-wrap .product-addChart input[type=submit] {
  width: auto!important;
}

.MXDefault.ProductSalesProductListing_MXDefault .product-wrap .product-addChart .RadInput_MXDefault input.riTextBox.riEnabled,
.MXDefault.ProductSalesProductListing_MXDefault .product-wrap .product-addChart .RadInput_MXDefault input.riTextBox.riFocused,
.MXDefault.ProductSalesProductListing_MXDefault .product-wrap .product-addChart .RadInput_MXDefault input.riTextBox.riHover {
  width: 40px!important;
  text-align: center;
  margin-left: 0;
  background: none;
  box-shadow: none;
  padding: 2px;
  margin: 0;
}

.MXDefault.MeetingRegistrationSelectSessions_MXDefault .RadGrid.RadGrid_MXDefault input[type=submit] {
  box-shadow: none;
}

.MXDefault.ProductSalesBrowseByCategory_MXDefault h3 {
  padding-top: 15px;
}

.MXDefault.ShoppingCartSummary_MXDefault {
  background: none;
  border: 1px solid #e5e5e5;
  color: #666;
}

.MXDefault.ShoppingCartSummary_MXDefault h3 {
  background: #d8dfdd;
  margin-bottom: 0;
}

.MXDefault.ShoppingCartSummary_MXDefault .twoColumn {
  background: none;
  padding: 10px 5px;
}

.MXDefault.ShoppingCartSummary_MXDefault .twoColumn strong {
  color: #3d3d3d;
  padding-right: 10px;
}

.MXDefault.ShoppingCartSummary_MXDefault .twoColumn strong:after {
  content: " : ";
}

.MXDefault.ShoppingCartSummary_MXDefault .twoColumn span {
  float: right;
}

.MXDefault.ShoppingCartSummary_MXDefault .twoColumn strong span {
  float: left;
}

.MXDefault.ShoppingCartSummary_MXDefault .twoColumn li {
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  width: auto!important;
}

.MXDefault.ShoppingCartSummary_MXDefault .action {
  clear: both;
  width: 100%;
  margin: 0;
}

.MXDefault.ShoppingCartSummary_MXDefault .action a,
.MXDefault.ShoppingCartSummary_MXDefault .action a:active,
.MXDefault.ShoppingCartSummary_MXDefault .action a:link,
.MXDefault.ShoppingCartSummary_MXDefault .action a:visited {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  background: none;
  color: #2ba9e0;
  margin: 0;
  padding: 0;
  font-size: .933em;
}

.MXDefault.ShoppingCartSummary_MXDefault .action a:hover {
  box-shadow: none;
  border: none;
  background: none;
  color: #1c6281;
  margin: 0;
  padding: 0;
}

.MXDefault.ProductSalesBrowseByCategory_MXDefault a:active,
.MXDefault.ProductSalesBrowseByCategory_MXDefault a:link,
.MXDefault.ProductSalesBrowseByCategory_MXDefault a:visited,
.MXDefault.ShoppingCartItems_MXDefault .MXDefault.ProductSalesBrowseByCategory_MXDefault a {
  color: #2ba9e0;
  font-size: .933em;
}

.MXDefault.ProductSalesBrowseByCategory_MXDefault a:hover {
  color: #1c6281;
  text-decoration: underline;
}

.MXDefault.AccountBasicInformationView_MXDefault ul.twoColumn {
  padding-top: 15px;
}

.MXDefault.AccountBasicInformationView_MXDefault .photo,
.MXDefault.ContactBasicInformationView_MXDefault .photo {
  display: none;
}

.MXDefault.AccountAccounts_MXDefault .RadTreeView_MXDefault ul.rtLines .rtSelected .rtIn {
  background: none;
  border: none;
  color: #3d3d3d;
}

.MXDefault.AccountContacts_MXDefault .RadGrid_MXDefault .rgCommandCell {
  background: #d8dfdd;
  border: none;
}

.MXDefault.AccountContacts_MXDefault .RadGrid_MXDefault .rgCommandCell a:hover,
.MXDefault.AccountContacts_MXDefault .RadGrid_MXDefault .rgMasterTable tbody tr a:hover {
  border: none;
  background: none;
  color: #1c6281!important;
  text-decoration: none;
}

.MXDefault.AccountContacts_MXDefault .RadGrid_MXDefault .rgMasterTable thead tr th {
  background: #e7ebed;
  padding: 5px;
}

.MXDefault.AccountContacts_MXDefault .RadGrid_MXDefault .rgMasterTable thead tr th a {
  color: #3d3d3d!important;
}

.MXDefault.AccountContacts_MXDefault .RadGrid_MXDefault .rgMasterTable tbody tr a {
  color: #2ba9e0!important;
}

.MXDefault.AccountContacts_MXDefault .RadGrid_MXDefault .rgFilterRow {
  background: #efefef;
}

.MXDefault.AccountContacts_MXDefault .RadGrid_MXDefault .rgFilterRow table tr td.rcbArrowCell.rcbArrowCellRight,
.MXDefault.AccountContacts_MXDefault .RadGrid_MXDefault .rgFilterRow td {
  padding: 0;
}

.MXDefault.AccountContacts_MXDefault .RadGrid_MXDefault .rgFilterRow>td:first-child,
.MXDefault.AccountContacts_MXDefault .RadGrid_MXDefault .rgHeader:first-child,
.MXDefault.AccountContacts_MXDefault .RadGrid_MXDefault .rgRow>td:first-child,
.MXDefault.AccountContacts_MXDefault .RadGrid_MXDefault th.rgResizeCol:first-child,
.RadGrid_MXDefault .rgAltRow>td:first-child {
  padding: 10px 0 10px 8px;
}

.MXDefault.AccountContacts_MXDefault .RadGrid_MXDefault .rgNumPart a.rgCurrentPage span,
.RadGrid_MXDefault .rgNumPart a.rgCurrentPage:hover span {
  background: none;
}

.MXDefault.AccountContacts_MXDefault .RadGrid_MXDefault .rgMasterTable .rgFilterRow td table {
  margin: 0!important;
}

.MXDefault.AccountContacts_MXDefault .RadGrid_MXDefault tr td {
  padding: 10px 0;
}

.MXDefault.AccountContacts_MXDefault .RadGrid_MXDefault .RadPanelBar_MXDefault li.rpFirst .rpFocused,
.RadPanelBar_MXDefault .rpFirst a.rpLink:hover {
  height: 24px;
}

.MXDefault .action a:link,
.MXDefault ul.action a:link {
  background: none;
  border: none;
  border-radius: none;
  text-shadow: none;
  color: #2ba9e0;
  font-weight: 400;
  float: left;
  text-align: right;
  padding: 5px;
  font-size: .933em;
}

.MXDefault.CustomerMembership_MXDefault p.action a:link,
.MXDefault.CustomerMembership_MXDefault p.action a:visited,
.MXDefault.MembershipApplicationJoinNowView_MXDefault input[type=submit] {
  margin-top: 0;
  background: #2ba9e0;
  border: medium none;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  box-shadow: 2px 1px 2px #888;
  -webkit-box-shadow: 2px 2px 5px 0 #acacac;
  font-size: 1em;
  text-shadow: none;
  text-transform: none;
  margin-right: 10px;
}

.home .MXDefault.MembershipApplicationJoinNowView_MXDefault input[type=submit] {
  float: right;
}

.MXDefault.MembershipApplicationJoinNowView_MXDefault input[type=submit]:hover {
  background: #aa627a;
  color: #fff;
}

.MXDefault ul.action a:hover {
  color: #0581cb;
  cursor: pointer;
}

.MXDefault.ContactBasicInformationView_MXDefault ul.fourColumn li strong,
.MXDefault.ContactBasicInformationView_MXDefault ul.twoColumn li strong,
.MXDefault.CustomerMembership_MXDefault ul.twoColumn li strong {
  float: none;
  display: inline;
  margin-right: 15px;
}

.MXDefault.ShoppingCartPaymentInfo_MXDefault fieldset.button input {
  margin-top: 0;
  background: #2ba9e0;
  border: medium none;
  border-radius: 0 0 0 0;
  color: #fff;
  box-shadow: 2px 1px 2px #888;
  -webkit-box-shadow: 2px 2px 5px 0 #acacac;
  font-size: 1em;
  text-shadow: none;
  text-transform: none;
  margin-right: 10px;
}

.MXDefault.CustomerMembership_MXDefault p.action a:hover,
.MXDefault.ShoppingCartPaymentInfo_MXDefault fieldset.button input:hover {
  background: #aa627a;
  color: #fff;
}

.RadGrid_MXDefault td.rgExpandCol,
.RadGrid_MXDefault td.rgGroupCol {
  background: none!important;
}

.RadTabStripTop_MXDefault .rtsLevel.rtsLevel1 {
  height: 25px;
}

.MXDefault.GlobalFormView_MXDefault ul li ul li {
  padding: 0 0 5px;
}

.MXDefault.GlobalFormView_MXDefault .RadPanelBar_MXDefault li.rpFirst .rpFocused,
.RadPanelBar_MXDefault .rpFirst a.rpLink:hover {
  height: 24px;
}

.MXDefault.GlobalFormView_MXDefault strong+div {
  margin-left: 15px;
}

.MXDefault.GlobalFormView_MXDefault .RadTabStripBottom_MXDefault .rtsLevel .rtsLink,
.MXDefault.GlobalFormView_MXDefault .RadTabStripBottom_MXDefault .rtsLevel .rtsOut,
.MXDefault.GlobalFormView_MXDefault .RadTabStripBottom_MXDefault_Baseline .rtsLevel,
.MXDefault.GlobalFormView_MXDefault .RadTabStripTop_MXDefault .rtsLevel .rtsLink,
.MXDefault.GlobalFormView_MXDefault .RadTabStripTop_MXDefault .rtsLevel .rtsOut,
.MXDefault.GlobalFormView_MXDefault .RadTabStripTop_MXDefault_Baseline .rtsLevel {
  background: none;
}

.MXDefault.GlobalFormView_MXDefault.RadGrid_MXDefault .rgSelectedRow,
.RadGrid.RadGrid_MXDefault .rgSelectedRow {
  background: none;
  background: #c9c9c9;
}

.RadGrid.RadGrid_MXDefault .rgSelectedRow td,
.RadGrid_MXDefault .rgSelectedRow td.rgSorted {
  border-bottom: 1px solid #c9c9c9;
}

.MXDefault.GlobalFormView_MXDefault .RadTabStripTop_MXDefault .rtsLevel a.rtsLink {
  background: #d8dfdd;
  margin-left: -8px;
}

.MXDefault.GlobalFormView_MXDefault .RadTabStripTop_MXDefault .rtsLevel a.rtsSelected .rtsIn,
.MXDefault.GlobalFormView_MXDefault .RadTabStripTop_MXDefault .rtsLevel a.rtsSelected .rtsOut,
.MXDefault.GlobalFormView_MXDefault .RadTabStripTop_MXDefault .rtsLevel a.rtsSelected .rtsTxt {
  background: #97a9b0;
  color: #fff;
  padding-bottom: 1px;
  margin-top: -1px;
}

.MXDefault.GlobalFormView_MXDefault .RadTabStrip .rtsLevel a.rtsBefore .rtsOut {
  background: #d8dfdd;
  *padding-bottom: 2px;
}

.MXDefault.GlobalFormView_MXDefault .RadTabStrip .rtsLevel .rtsOut {
  background: #d8dfdd;
}

.MXDefault.MeetingRegistrationRegisterGroup_MXDefault table tr td input {
  margin: 0 0 0 30px;
  background: #2ba9e0;
  border: medium none;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-box-shadow: 2px 1px 2px #888;
  moz-box-shadow: 2px 1px 2px #888;
  box-shadow: 2px 1px 2px #888;
  -webkit-box-shadow: 2px 2px 5px 0 #acacac;
  font-size: 1em;
  text-shadow: none;
  text-transform: none;
  margin-right: 10px;
}

.MXDefault.MeetingRegistrationRegisterGroup_MXDefault table tr td input:hover {
  background: #aa627a;
  color: #fff;
}

.MXDefault.MeetingRegistrationContactGrid_MXDefaultt .RadGrid.RadGrid_MXDefault table.rgMasterTable thead tr {
  background: #d8dfdd;
  color: #2ba9e0;
}

.MXDefault.MeetingRegistrationContactGrid_MXDefaultt .RadGrid.RadGrid_MXDefault table.rgMasterTable tr.rgSelectedRow {
  background: none;
  background: red;
}

.MXDefault.MeetingRegistrationContactGrid_MXDefaultt .RadGrid.RadGrid_MXDefault tbody tr td,
.MXDefault.MeetingRegistrationRegisterGroup_MXDefault table tr td {
  padding: 10px 0;
  font-size: .867em;
}

.MXDefault.MeetingRegistrationRegisterGroup_MXDefault ul li div {
  padding-top: 5px;
}

.MXDefault.MeetingRegistrationRegisterGroup_MXDefault .section p {
  padding: 0 10px;
  margin: 0;
}

.MXDefault.MeetingRegistrationRegisterGroup_MXDefault .section p+div {
  text-align: left;
  margin: 10px 0 0;
}

.MXDefault.MeetingRegistrationRegisterGroup_MXDefault .section p a {
  margin-bottom: -12px;
}

.MXDefault.MeetingRegistrationRegisterGroup_MXDefault .section p a:hover {
  color: #1c6281;
  text-decoration: none;
}

.MXDefault.MeetingRegistrationRegisterGroup_MXDefault .RadGrid.RadGrid_MXDefault {
  margin-top: 15px;
}

.MXDefault.MeetingRegistrationRegisterGroup_MXDefault table thead tr th.rgHeader a,
.MXDefault.MeetingRegistrationRegisterGroup_MXDefault table thead tr th.rgHeader a:visited {
  color: #3d3d3d!important;
}

.MXDefault.MeetingRegistrationRegisterGroup_MXDefault .RadGrid_MXDefault .rgNumPart a.rgCurrentPage span {
  background: none;
}

.MXDefault.MeetingRegistrationSelectSessions_MXDefault input[type=submit] {
  float: right;
}

.MXDefault.MeetingRegistrationQuestions_MXDefault input {
  margin-left: 25px;
  border: 1px solid #bcbcbc;
}

.MXDefault.MeetingRegistrationQuestions_MXDefault ul.fourColumn li strong,
.MXDefault.MeetingRegistrationQuestions_MXDefault ul.twoColumn li strong {
  font-weight: 400;
}

.MXDefault.MeetingRegistrationStatusBar_MXDefault p {
  margin-left: 0;
  font-weight: 400;
}

.MXDefault.MeetingRegistrationStatusBar_MXDefault p span {
  padding-left: 30px;
}

.MXDefault.MeetingRegistrationStatusBar_MXDefault {
  background: none;
  border: none;
}

.MXDefault.MeetingRegistrationHeader_MXDefault .options a,
.MXDefault.MeetingRegistrationHeader_MXDefault h3 a {
  color: #2ba9e0!important;
}

.MXDefault.MeetingRegistrationHeader_MXDefault .options a,
.MXDefault.MeetingRegistrationHeader_MXDefault h3 a:hover {
  color: #1c6281;
  text-decoration: none;
}

.MXDefault.MeetingRegistrationHeader_MXDefault ul.highlight li span {
  color: #000!important;
}

.MXDefault.MeetingRegistrationSelectSessions_MXDefault .RadGrid_MXDefault tr th a {
  color: #3d3d3d!important;
}

.MXDefault.MeetingRegistrationSelectSessions_MXDefault .RadGrid_MXDefault tr.rgFilterRow {
  background: #efefef;
}

.MXDefault.MeetingRegistrationSelectSessions_MXDefault .RadGrid_MXDefault .rgNumPart a.rgCurrentPage:hover span,
.MXDefault.MeetingRegistrationSelectSessions_MXDefault .RadGrid_MXDefault .rgNumPart a.rgCurrentPage span {
  background: none;
}

.MXDefault.MeetingRegistrationSelectSessions_MXDefault .RadComboBox.RadComboBox_MXDefault {
  height: 24px;
}

.MXDefault.MeetingRegistrationQuestions_MXDefault p.action input[type=submit],
.MXDefault.MeetingRegistrationSelectSessions_MXDefault input[type=submit],
.MXDefault.MeetingRegistrationSummary_MXDefault input[type=submit],
.MXDefault.MembershipApplicationSubmission_MXDefault div input,
.MXDefault.MembershipApplicationSubmission_MXDefault input[type=submit] {
  margin: 40px 10px 0 0;
  background: #2ba9e0;
  border: medium none;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-box-shadow: 2px 1px 2px #888;
  moz-box-shadow: 2px 1px 2px #888;
  box-shadow: 2px 1px 2px #888;
  -webkit-box-shadow: 2px 1px 0 2px #888;
  font-size: 1em;
  text-shadow: none;
  text-transform: none;
}

.MXDefault.MeetingRegistrationQuestions_MXDefault p.action input[type=submit] {
  margin: 45px 10px 0 0;
}

.MXDefault.MeetingRegistrationQuestions_MXDefault p.action input[type=submit]:hover,
.MXDefault.MeetingRegistrationSelectSessions_MXDefault input[type=submit]:hover,
.MXDefault.MeetingRegistrationSummary_MXDefault input[type=submit]:hover,
.MXDefault.MembershipApplicationSubmission_MXDefault div input:hover {
  background: #aa627a;
  color: #fff;
}

.MXDefault.MeetingRegistrationBadgeView_MXDefault .badgeSection .column {
  margin-top: -15px!important;
}

.MXDefault.MeetingRegistrationBadgeView_MXDefault .RadPanelBar_MXDefault .rpGroup a.rpLink,
.RadPanelBar.RadPanelBar_MXDefault .rpGroup .rpOu {
  background: none!important;
}

.MXDefault .RadGrid.RadGrid_MXDefault table.rgMasterTable thead tr th.rgHeader a {
  color: #3d3d3d!important;
}

.MXDefault.MeetingRegistrationContactGrid_MXDefault .section .action,
.MXDefault.MeetingRegistrationContactGrid_MXDefault .section .prompt {
  float: left;
}

.MXDefault.MeetingRegistrationContactGrid_MXDefault .section .prompt .action a {
  padding: none;
}

.MXDefault.MeetingRegistrationContactGrid_MXDefault .section .prompt a:hover {
  color: #1c6281;
}

.MXDefault.MeetingRegistrationContactGrid_MXDefault .section .RadGrid.RadGrid_MXDefault {
  clear: both!important;
}

.MXDefault.MeetingRegistrationIdentification_MXDefault .RadPanelBar.RadPanelBar_MXDefault div.section fieldset#IdentificationFilters .column {
  margin-right: 5px;
}

.MXDefault.MeetingRegistrationNavigation_MXDefault .RadPanelBar.RadPanelBar_MXDefault {
  height: 500px;
  background: none;
}

.MXDefault.MeetingRegistrationNavigation_MXDefault .RadPanelBar.RadPanelBar_MXDefaultul.rpRootGroup li div.rpSlide {
  height: 45px!important;
}

.MXDefault.MeetingRegistrationNavigation_MXDefault {
  background: none;
}

.MXDefault.MeetingRegistrationNavigation_MXDefault .RadPanelBar.RadPanelBar_MXDefault {
  width: 180px;
}

.MXDefault.MeetingRegistrationNavigation_MXDefault .RadPanelBar.RadPanelBar_MXDefault ul {
  padding-left: 0;
  height: auto!important;
}

.MXDefault.MeetingRegistrationNavigation_MXDefault .RadPanelBar.RadPanelBar_MXDefault .rpSlide {
  height: auto!important;
}

.MXDefault.MeetingRegistrationNavigation_MXDefault .RadPanelBar_MXDefault .rpRootGroup {
  border: none!important;
}

.MXDefault.MeetingRegistrationNavigation_MXDefault .RadPanelBar.RadPanelBar_MXDefault .rpGroup,
.MXDefault.MeetingRegistrationNavigation_MXDefault .RadPanelBar.RadPanelBar_MXDefault .rpRootGroup a.rpLink {
  background: none!important;
  width: 180px;
  height: 30px;
}

.MXDefault.MeetingRegistrationNavigation_MXDefault .RadPanelBar_MXDefault .rpLevel1 li {
  padding: 5px 0 5px 10px!important;
}

.MXDefault.MeetingRegistrationNavigation_MXDefault .RadPanelBar_MXDefault {
  clear: both;
}

.MXDefault.MeetingRegistrationNavigation_MXDefault .RadPanelBar_MXDefault .rpRootGroup a.rpLink .rpOut .rpText {
  padding: 5px;
  display: block;
  color: #666!important;
  border: none!important;
  font-size: 13px;
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}

.MXDefault.MeetingRegistrationNavigation_MXDefault .RadPanelBar_MXDefault .rpRootGroup a.rpLink .rpOut .rpText:hover,
.MXDefault.MeetingRegistrationNavigation_MXDefault .RadPanelBar_MXDefault ul.rpGroup li.rpItem a.rpSelected .rpOut .rpText {
  color: #fff!important;
  background: #92a1ab!important;
  display: block;
  text-decoration: underline;
}

.MXDefault.MeetingRegistrationNavigation_MXDefault .RadPanelBar_MXDefault ul.rpGroup li.rpItem a.rpSelected .rpOut .rpText {
  text-decoration: none;
}

.MXDefault .RadGrid_MXDefault .rgNumPart a.rgCurrentPage:hover span,
.MXDefault .RadGrid_MXDefault .rgNumPart a.rgCurrentPage span {
  background: none!important;
}

.MXDefault.MembershipApplicationNavigation_MXDefault .RadPanelBar.RadPanelBar_MXDefault {
  height: 500px;
  background: none;
}

.MXDefault.MembershipApplicationNavigation_MXDefault .RadPanelBar.RadPanelBar_MXDefaultul.rpRootGroup li div.rpSlide {
  height: 45px!important;
}

.MXDefault.MembershipApplicationNavigation_MXDefault {
  background: none;
}

.MXDefault.MembershipApplicationNavigation_MXDefault .RadPanelBar.RadPanelBar_MXDefault ul {
  padding-left: 0;
  height: auto!important;
}

.MXDefault.MembershipApplicationNavigation_MXDefault .RadPanelBar.RadPanelBar_MXDefault .rpSlide {
  height: auto!important;
}

.MXDefault.MembershipApplicationNavigation_MXDefault .RadPanelBar_MXDefault .rpRootGroup {
  border: none!important;
}

.MXDefault.MembershipApplicationNavigation_MXDefault .RadPanelBar.RadPanelBar_MXDefault .rpGroup,
.MXDefault.MembershipApplicationNavigation_MXDefault .RadPanelBar.RadPanelBar_MXDefault .rpRootGroup a.rpLink {
  background: none!important;
  width: 180px;
  height: 30px;
}

.MXDefault.MembershipApplicationNavigation_MXDefault .RadPanelBar_MXDefault .rpLevel1 li {
  padding: 5px 0 5px 10px!important;
}

.MXDefault.MembershipApplicationNavigation_MXDefault .RadPanelBar_MXDefault .rpRootGroup a.rpLink .rpOut .rpText {
  padding: 5px;
  display: block;
  color: #666!important;
  border: none!important;
  font-size: .933em;
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}

.MXDefault.MembershipApplicationNavigation_MXDefault .RadPanelBar_MXDefault .rpRootGroup a.rpLink .rpOut .rpText:hover,
.MXDefault.MembershipApplicationNavigation_MXDefault .RadPanelBar_MXDefault ul.rpGroup li.rpItem a.rpSelected .rpOut .rpText {
  color: #fff!important;
  background: #92a1ab!important;
  display: block;
  text-decoration: underline;
}

.MXDefault.MembershipApplicationNavigation_MXDefault .RadPanelBar_MXDefault ul.rpGroup li.rpItem a.rpSelected .rpOut .rpText {
  text-decoration: none;
}

.MXDefault.MembershipApplicationSubmission_MXDefault div input {
  margin: 5px 10px 0 0;
  background: #2ba9e0;
  border: medium none;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-box-shadow: 2px 1px 2px #888;
  moz-box-shadow: 2px 1px 2px #888;
  box-shadow: 2px 1px 2px #888;
  -webkit-box-shadow: 2px 1px 0 2px #888;
  font-size: 1em;
  text-shadow: none;
  text-transform: none;
}

.MXDefault.MembershipApplicationSubmission_MXDefault div input:hover {
  background: #aa627a;
  color: #fff;
}

.MXDefault.MembershipApplicationRates_MXDefault div fieldset.buttons input {
  float: left;
  margin-top: 0;
  background: #2ba9e0;
  border: medium none;
  border-radius: 0 0 0 0;
  color: #fff;
  box-shadow: 2px 1px 2px #888;
  -webkit-box-shadow: 2px 2px 5px 0 #acacac;
  font-size: 1em;
  text-shadow: none;
  text-transform: none;
  margin-right: 10px;
}

.MXDefault.MembershipApplicationRates_MXDefault div fieldset.buttons input:hover {
  background: #aa627a;
  color: #fff;
}

.MXDefault.MeetingRegistrationContactGrid_MXDefault .RadGrid.RadGrid_MXDefault tfoot tr.rgPager tr td {
  padding: 0;
}

.MXDefault.MeetingRegistrationContactGrid_MXDefault .RadGrid.RadGrid_MXDefault tfoot tr.rgPager tr td.rcbInputCell.rcbInputCellLeft {
  padding-right: 6px;
}

.MXDefault.MeetingRegistrationContactGrid_MXDefault .RadGrid.RadGrid_MXDefault tfoot tr.rgPager tr td input {
  margin: -4px 0 0 2px;
  height: 18px;
  padding: 0;
  background: #fff;
}

.MXDefault.MembershipApplicationNavigation_MXDefault {
  width: 180px;
}

.MXDefault.MeetingRegistrationHeader_MXDefault ul li.highlight {
  color: #000;
  font-weight: 400;
}

.MeetingRegistrationHeader_MXDefault img {
  display: none;
}

.MXDefault.MembershipApplicationNavigation_MXDefault .RadPanelBar.RadPanelBar_MXDefault {
  width: 180px;
}

.MXDefault.MembershipApplicationNavigation_MXDefault .RadPanelBar.RadPanelBar_MXDefault ul li a:hover {
  padding: 0;
  background: #d8dfdd;
}

.fullwidth .MXDefault.ControlsPagerControl_MXDefault {
  display: block;
}

.engage-content {
  background: #d8dfdd;
}

.fullwidth .maincontent .MXDefault.ShoppingCartSummary_MXDefault div {
  float: left;
}

.fullwidth .maincontent .ShoppingCartSummary_MXDefault h3 {
  padding: 5px 0;
}

.fullwidth .maincontent .MXDefault.ShoppingCartSummary_MXDefault .twoColumn {
  width: 325px;
  float: left;
}

.fullwidth .maincontent .MXDefault ul.twoColumn li {
  width: 135px;
  float: left;
}

.fullwidth .maincontent .MXDefault ul.twoColumn li strong {
  float: none;
  display: inline;
}

.fullwidth .maincontent .MXDefault.ShoppingCartSummary_MXDefault .twoColumn strong span {
  float: none!important;
}

.fullwidth .maincontent .MXDefault.ShoppingCartSummary_MXDefault .action {
  clear: none;
  float: left;
  width: 100px;
  padding-top: 5px;
}

.GlobalFormView_MXDefault strong+div {
  padding-left: 205px!important;
}

.fullwidth .maincontent .MXDefault.ShoppingCartCartView_MXDefault .MXDefault.ShoppingCartTotals_MXDefault ul.twoColumn li {
  float: none;
  width: 265px;
}

.fullwidth .maincontent .MXDefault.ShoppingCartCartView_MXDefault .MXDefault.ShoppingCartTotals_MXDefault ul.twoColumn li strong {
  float: left;
  display: block;
}

.store-search {
  border: 2px solid #d8dfdd;
  background: #ebebe7;
  padding: 0 10px 15px;
}

.store-search:after,
.store-search:before {
  content: "";
  display: table;
  clear: both;
}

.store-search ul {
  padding-left: 0;
}

.store-search li {
  width: 250px;
  list-style: none;
  display: inline;
  float: left;
  margin-right: 20px;
}

.store-search li span {
  display: block;
  font-weight: 700;
}

.store-search li input {
  width: 215px;
}

.store-search a {
  float: right;
  clear: both;
  margin-right: 25px;
  padding: 0 10px;
  font-weight: 700;
  background: #2ba9e0;
  border-radius: 3px;
  box-shadow: 2px 1px 2px #888;
  color: #fff;
  font-size: 13px;
}

.store-search a:hover {
  background: #aa627a;
  color: #fff;
  text-decoration: underline;
}

.MXDefault.GlobalNavigationStatus_MXDefault div.wizardStepContainer,
.MXDefault.GlobalNavigationStatus_MXDefault div.wizardStepContainerOn {
  padding: 5px 0 5px 5px;
  width: 240px;
  font-family: Montserrat,Helvetica,Arial,sans-serif;
}

.MXDefault.GlobalNavigationStatus_MXDefault div.wizardStepContainer {
  background: #ececec;
}

.MXDefault.GlobalNavigationStatus_MXDefault div.wizardStepContainerOn {
  background: #2ba9e0;
}

.MXDefault.GlobalNavigationStatus_MXDefault div.wizardStepContainerOn .wizardStepName,
.MXDefault.GlobalNavigationStatus_MXDefault div.wizardStepContainerOn .wizardStepNumber {
  color: #fff;
}

.MXDefault.GlobalNavigationStatus_MXDefault .wizardStepName {
  font-size: .8em;
  margin-left: 2em;
}

.MXDefault.GlobalNavigationStatus_MXDefault .wizardStepName,
.MXDefault.GlobalNavigationStatus_MXDefault .wizardStepNumber {
  color: #000;
  font-weight: 400;
}

.MXDefault.MeetingRegistrationSelectSessions_MXDefault table.rgMasterTable td table tr td.rcbArrowCell.rcbArrowCellRight,
.MXDefault.MeetingRegistrationSelectSessions_MXDefault table.rgMasterTable td table tr td.rcbInputCell.rcbInputCellLeft {
  padding: 0!important;
  border-bottom: 0!important;
}

.MXDefault.MeetingRegistrationSelectSessions_MXDefault table.rgMasterTable td table.rcTable td {
  border-bottom: 0!important;
}

.MXDefault.MeetingRegistrationSelectSessions_MXDefault table.rgMasterTable td div.RadComboBox_Default {
  padding-right: 10px!important;
}

.MXDefault.MeetingRegistrationSelectSessions_MXDefault table.rgMasterTable td table {
  margin-bottom: 0!important;
  width: 90px;
}

.MXDefault.MeetingRegistrationSelectSessions_MXDefault table.rgMasterTable td table.rcbFocused td {
  padding: 0 10px!important;
  border: 0!important;
}

.MXDefault.MeetingRegistrationSelectSessions_MXDefault table.rgMasterTable td table td.rcbInputCell {
  width: 110px;
}

.MXDefault h3 {
  color: #2ba9e0!important;
}

.MXDefault.GlobalFormEdit_MXDefault .rpText {
  color: #555;
}

#Nacada-responsive .GlobalNavigationStatus_MXDefault .wizardStepRight {
  float: none;
  width: 145px;
  white-space: nowrap;
}

.wizardStepContainer .wizardStepName {
  white-space: nowrap;
}

.MXDefault.GlobalNavigationBar_MXDefault .center {
  width: 305px;
  margin: 0;
}

.MXDefault.MeetingRegistrationBadgeView_MXDefault #badgeSection .badge.column {
  margin-top: 30px!important;
}

.MXDefault.MeetingRegistrationBadgeView_MXDefault #badgeSection .badge .column {
  margin-top: 0;
}

#Nacada-responsive .MXDefault.GlobalFormEdit_MXDefault fieldset label {
  width: 95px;
}

#Nacada-responsive .MeetingRegistrationHeader_MXDefault .options {
  clear: left;
  margin: 20px 0 0;
}

.MXDefault.MeetingRegistrationQuestions_MXDefault ul.twoColumn li input {
  float: none;
}

.MXDefault.MeetingRegistrationSelectRegistration_MXDefault label {
  width: 40%;
}

#Nacada-responsive .MeetingRegistrationSummary_MXDefault div .column {
  margin-left: 0;
}

.MeetingRegistrationSelectSessionsTooltip_MXDefault dt {
  margin-bottom: 8px!important;
}

.MXDefault.MeetingRegistrationSelectSessionsTooltip_MXDefault dl dt dd span {
  margin-bottom: 8px;
  display: block;
}

.MXDefault.MeetingRegistrationSelectRegistrants_MXDefault .registerme>span:first-child {
  display: inline-block;
  margin-right: 1em;
}

.MXDefault.MeetingRegistrationSelectRegistrants_MXDefault input {
  float: none!important;
}

.maincontent .ShoppingCartSummary_MXDefault li {
  text-align: right;
}

#Nacada-responsive .maincontent .event-detail-shopping-cart .MXDefault.ShoppingCartSummary_MXDefault .twoColumn {
  width: 150px;
  float: none;
}

#Nacada-responsive .maincontent .event-detail-shopping-cart .MXDefault.ShoppingCartSummary_MXDefault .twoColumn li {
  float: left;
  width: 130px!important;
}

#Nacada-responsive .maincontent .event-detail-shopping-cart .MXDefault.ShoppingCartSummary_MXDefault ul.twoColumn li strong,
#Nacada-responsive .maincontent .event-detail-shopping-cart .MXDefault.ShoppingCartSummary_MXDefault ul.twoColumn li strong span {
  display: block;
  float: left!important;
}

.MXDefault.MembershipApplicationSummary_MXDefault .RadGrid.RadGrid_MXDefault table.rgMasterTable {
  border: 1px solid #dae2e8;
}

.MXDefault.MembershipApplicationSummary_MXDefault .RadGrid.RadGrid_MXDefault table.rgMasterTable tr {
  border-bottom: 1px solid #dae2e8;
}

.MXDefault.MembershipApplicationSummary_MXDefault .RadGrid.RadGrid_MXDefault table.rgMasterTable tr td {
  padding: 7px 10px 10px;
  border-bottom: 1px solid #dae2e8;
}

.MXDefault.MembershipApplicationSummary_MXDefault .RadGrid.RadGrid_MXDefault table.rgMasterTable tr td a {
  color: #630021;
}

#Nacada-responsive .MXDefault.MeetingRegistrationSelectSessions_MXDefault .RadGrid.RadGrid_MXDefault .rgMasterTable tr td {
  white-space: normal!important;
}

#Nacada-responsive .MXDefault.MeetingRegistrationSelectSessions_MXDefault .RadGrid.RadGrid_MXDefault .rgMasterTable tr td input {
  padding-right: 14px;
}

.badge-wrap p {
  font-size: 1.067em;
}

.MXDefault.GlobalNavigationBar_MXDefault .center {
  width: 100%!important;
}

.MXDefault.GlobalNavigationBar_MXDefault fieldset.buttons {
  float: right;
  width: 25%;
}

.site-body {
  padding-bottom: 2em;
  background: #f9f9f9;
}

.pane__banner {
  background: #ececec;
  margin-bottom: 2em;
}

.pane__banner.DNNEmptyPane,
.pane__banner.DNNEmptyPane.dnnSortable,
.pane__banner .EvoqEmptyPane,
.pane__banner .EvoqEmptyPane.dnnSortable {
  background: #666;
  min-height: 185px!important;
  display: block;
  width: auto;
}

.pane__banner img {
  width: 100%;
}

.breadcrumb-wrap {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 1em 1em;
  margin-bottom: 2em;
  border-bottom: 1px solid #ececec;
  font-family: Montserrat,Helvetica,Arial,sans-serif;
}

.breadcrumb-wrap img {
  display: none;
}

.breadcrumb-wrap a,
.breadcrumb-wrap a.SkinObject {
  color: #b3b3b3;
  padding-right: .5em;
}

.breadcrumb-wrap a.SkinObject:before,
.breadcrumb-wrap a:before {
  content: "»";
  padding-right: .75em;
}

.breadcrumb-wrap a.home-link:before {
  content: "";
  padding-right: 0;
}

.interior-nav {
  background: #fff;
  padding: 1em;
  border-bottom: 6px solid #e0e0e0;
  border-top: 6px solid #e0e0e0;
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  position: relative;
}

.interior-nav .pageName {
  font-size: 1.25em;
}

.interior-nav .pageName a {
  color: #333;
  padding: 0 .25em;
}

.interior-nav.interior-nav__menu-open ul.level-0 {
  display: block;
}

.interior-nav ul {
  margin: 0;
  padding: 0;
}

.interior-nav ul.level-0 {
  margin-top: .5em;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #fff;
  padding: 0 1em 1em;
  box-shadow: 0 6px 4px -4px rgba(0,0,0,.1);
}

.interior-nav li {
  list-style: none;
  font-size: .933em;
  border-bottom: 1px solid #ececec;
}

.interior-nav li:last-of-type {
  border: none;
}

.interior-nav a {
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  font-weight: 400;
  padding: .75em .5em;
  display: block;
}

.interior-nav li.selected a {
  background: rgba(28,98,129,.05);
}

.admin .site-body {
  padding-top: 15em;
}

@media screen and (min-width:700px) {
  .row.row__2-7-3>.col:first-child {
    position: relative;
    min-height: 1px;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
    width: 100%;
  }

  .row.row__2-7-3>.col:first-child:after,
  .row.row__2-7-3>.col:first-child:before {
    content: "";
    display: table;
    clear: both;
  }

  .row.row__2-7-3>.col:first-child+.col {
    position: relative;
    min-height: 1px;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
    width: 100%;
  }

  .row.row__2-7-3>.col:first-child+.col:after,
  .row.row__2-7-3>.col:first-child+.col:before {
    content: "";
    display: table;
    clear: both;
  }

  .row.row__2-7-3>.col:first-child+.col+.col {
    position: relative;
    min-height: 1px;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
    width: 100%;
  }

  .row.row__2-7-3>.col:first-child+.col+.col:after,
  .row.row__2-7-3>.col:first-child+.col+.col:before {
    content: "";
    display: table;
    clear: both;
  }

  div.row.row__2-10 .col {
    z-index: 1;
  }

  div.row.row__2-10>.col:first-child {
    position: relative;
    min-height: 1px;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
    width: 100%;
  }

  div.row.row__2-10>.col:first-child:after,
  div.row.row__2-10>.col:first-child:before {
    content: "";
    display: table;
    clear: both;
  }

  div.row.row__2-10>.col:first-child+.col {
    position: relative;
    min-height: 1px;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
    width: 100%;
  }

  div.row.row__2-10>.col:first-child+.col:after,
  div.row.row__2-10>.col:first-child+.col:before {
    content: "";
    display: table;
    clear: both;
  }
}

@media screen and (min-width:900px) {
  .interior-nav {
    display: block;
  }

  .interior-nav ul.level-0 {
    display: block;
    position: static;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
  }

  .row.row__2-7-3>.col:first-child {
    position: relative;
    min-height: 1px;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
    width: 25%;
  }

  .row.row__2-7-3>.col:first-child:after,
  .row.row__2-7-3>.col:first-child:before {
    content: "";
    display: table;
    clear: both;
  }

  .row.row__2-7-3>.col:first-child+.col {
    position: relative;
    min-height: 1px;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
    width: 50%;
  }

  .row.row__2-7-3>.col:first-child+.col:after,
  .row.row__2-7-3>.col:first-child+.col:before {
    content: "";
    display: table;
    clear: both;
  }

  .row.row__2-7-3>.col:first-child+.col+.col {
    position: relative;
    min-height: 1px;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
    width: 25%;
  }

  .row.row__2-7-3>.col:first-child+.col+.col:after,
  .row.row__2-7-3>.col:first-child+.col+.col:before {
    content: "";
    display: table;
    clear: both;
  }

  div.row.row__2-10>.col:first-child {
    position: relative;
    min-height: 1px;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
    width: 25%;
  }

  div.row.row__2-10>.col:first-child:after,
  div.row.row__2-10>.col:first-child:before {
    content: "";
    display: table;
    clear: both;
  }

  div.row.row__2-10>.col:first-child+.col {
    position: relative;
    min-height: 1px;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
    width: 75%;
  }

  div.row.row__2-10>.col:first-child+.col:after,
  div.row.row__2-10>.col:first-child+.col:before {
    content: "";
    display: table;
    clear: both;
  }

  div.row.row__8-4>.col:first-child {
    position: relative;
    min-height: 1px;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
    width: 66.66666667%;
  }

  div.row.row__8-4>.col:first-child:after,
  div.row.row__8-4>.col:first-child:before {
    content: "";
    display: table;
    clear: both;
  }

  div.row.row__8-4>.col:first-child+.col {
    position: relative;
    min-height: 1px;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
    width: 33.33333333%;
  }

  div.row.row__8-4>.col:first-child+.col:after,
  div.row.row__8-4>.col:first-child+.col:before {
    content: "";
    display: table;
    clear: both;
  }
}

@media screen and (min-width:1300px) {
  .row.row__2-7-3>.col:first-child {
    position: relative;
    min-height: 1px;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
    width: 16.66666667%;
  }

  .row.row__2-7-3>.col:first-child:after,
  .row.row__2-7-3>.col:first-child:before {
    content: "";
    display: table;
    clear: both;
  }

  .row.row__2-7-3>.col:first-child+.col {
    position: relative;
    min-height: 1px;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
    width: 58.33333333%;
  }

  .row.row__2-7-3>.col:first-child+.col:after,
  .row.row__2-7-3>.col:first-child+.col:before {
    content: "";
    display: table;
    clear: both;
  }

  .row.row__2-7-3>.col:first-child+.col+.col {
    position: relative;
    min-height: 1px;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
    width: 25%;
  }

  .row.row__2-7-3>.col:first-child+.col+.col:after,
  .row.row__2-7-3>.col:first-child+.col+.col:before {
    content: "";
    display: table;
    clear: both;
  }

  div.row.row__2-10>.col:first-child {
    position: relative;
    min-height: 1px;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
    width: 16.66666667%;
  }

  div.row.row__2-10>.col:first-child:after,
  div.row.row__2-10>.col:first-child:before {
    content: "";
    display: table;
    clear: both;
  }

  div.row.row__2-10>.col:first-child+.col {
    position: relative;
    min-height: 1px;
    padding-left: 1em;
    padding-right: 1em;
    float: left;
    width: 83.33333333%;
  }

  div.row.row__2-10>.col:first-child+.col:after,
  div.row.row__2-10>.col:first-child+.col:before {
    content: "";
    display: table;
    clear: both;
  }
}

.site-footer {
  background: #1c6281;
}

.site-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.site-footer .module-container--heading {
  font-size: 1.5em;
}

.site-footer--row {
  padding-top: 2em;
  padding-bottom: 2em;
}

.site-footer--row .pane * {
  color: #ececec;
}

.site-footer--info {
  background: #134257;
  text-align: center;
  padding: 1em;
  font-family: Helvetica,Arial,sans-serif;
}

.site-footer--info .site-footer--row {
  padding-top: 1em;
  padding-bottom: 0;
}

.site-footer--info a,
.site-footer--info p,
.site-footer--info span {
  color: #ececec;
  font-size: .867em;
}

.site-footer--info a {
  padding: 0 .5em;
}

.site-footer--info p a {
  font-size: 1em;
  padding: 0;
}

.site-footer--info ul {
  margin: 0;
  padding: 0;
}

.site-footer--info ul li {
  list-style: none;
  display: inline-block;
  line-height: 1;
}

.site-footer--info ul li a {
  padding: .5em;
}

@media screen and (min-width:700px) {
  .site-footer--info {
    text-align: left;
  }

  .site-footer--info ul {
    text-align: right;
  }

  .site-footer--info ul li {
    border-right: 1px solid #ececec;
    padding: 0 .25em 0 0;
  }

  .site-footer--info ul li:last-of-type {
    border: none;
  }
}

.site-header {
  position: relative;
  background: #fff;
  padding: .5em 0 0;
}

.site-header--logo {
  margin: 0;
  width: 80%;
  padding: 0 .25em .5em;
}

.site-header--logo img {
  width: 100%;
}

.site-header--logo .dynamic-dnn-logo {
  display: none;
}

.admin .site-header {
  background: #666;
  min-height: 185px;
}

.resource-landing .site-header--logo h1 {
  margin: 0;
}

.resource-landing #site-header--nav ul.nav--utility-nav {
  top: -6em;
}

.resource-landing .nav--search {
  padding-top: 0;
  margin-top: -1em;
}

@media screen and (min-width:700px) {
  .site-header {
    padding: 1.5em 0 0;
    position: absolute;
    z-index: 1;
    background: transparent;
    width: 100%;
  }

  .site-header .dynamic-dnn-logo {
    display: block;
  }

  .site-header .mobile-logo {
    display: none;
  }
}

@media screen and (min-width:900px) {
  .site-header {
    width: 90%;
    left: 5%;
  }

  .admin .site-header {
    width: 100%;
    left: 0;
  }

  .site-header--logo {
    width: 45%;
  }
}

.social-media-list {
  margin: 0;
  padding: 1em 0 0;
}

.social-media-list li {
  display: inline;
}

.social-media-list a {
  padding: .5em;
  display: inline-block;
}

.social-media-list a:hover i {
  color: hsla(0,0%,100%,.5);
}

.social-media-list i {
  font-size: 3em;
  color: #fff;
}

.style-guide .style-guide--content {
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 0 0 3px 3px;
}

.style-guide[aria-hidden=false] .style-guide--content {
  top: 50px;
}

.style-guide--header {
  position: relative;
}

.style-guide--sub-title {
  color: #ccc;
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  margin: 50px 30px;
}

.style-guide--close-button {
  background: #f47a23;
  border: none;
  color: #c2611b;
  display: block;
  position: absolute;
  top: -30px;
  right: -30px;
  font-size: 2em;
  font-weight: 200;
  margin: 0;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  z-index: 1;
}

.style-guide--close-button:hover {
  background: #f47a23;
}

.style-guide--body {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 75px;
  height: auto;
  width: 80%;
  overflow: auto;
}

.style-guide--section {
  background: #fff;
  padding: 0 30px 30px;
  overflow: hidden;
  position: relative;
}

.style-guide--section+.style-guide--section-header {
  border-top: 1px solid #666;
}

.style-guide--section:last-of-type {
  top: -30px;
}

.style-guide--section .color-palette {
  float: none;
}

.style-guide--section .color-palette .style-guide--code {
  position: absolute;
  top: 5px;
  left: 5px;
  display: inline-block;
  margin: 0;
  background: hsla(0,0%,86%,.75);
}

.style-guide--section-header {
  color: #555;
  font-size: 3em;
  margin: 10px 0 15px;
  line-height: 1;
}

.style-guide--sub-header {
  font-size: 1.5em;
  color: #555;
  padding: 15px;
  background: #e6e6e6;
  margin: 30px 0 10px;
}

.style-guide--sub-header:after,
.style-guide--sub-header:before {
  content: "";
  display: table;
  clear: both;
}

.style-guide--code {
  display: block;
  padding: 10px 45px 10px 10px;
  background: #f2f2f2;
  color: #666;
  margin: 15px 0 25px;
  position: relative;
}

.style-guide--code button {
  background: #d3d3d3;
  padding: .5em .75em;
  display: inline-block;
  color: #555;
  border: none;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: 700;
  float: right;
  font-size: 1.5em;
  padding: 10px;
  color: inherit;
  margin: 0;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
}

.style-guide--code button:hover {
  background: #ececec;
  color: #555;
  cursor: pointer;
  text-decoration: none;
}

.style-guide--code button:focus {
  outline: none;
}

.style-guide--nav {
  width: 20%;
  background: #ededed;
  padding-top: 75px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  overflow: auto;
}

.style-guide--nav a {
  display: block;
  padding: 15px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
  cursor: pointer;
}

.style-guide--nav a i {
  display: inline-block;
  width: 15px;
  margin-right: 11px;
}

.style-guide--nav a:hover,
.style-guide--nav a[aria-expanded=true] {
  background: #737373;
  color: #fff;
}

.style-guide--nav ul {
  margin: 0;
  padding: 0;
}

.style-guide--nav ul ul {
  display: none;
}

.style-guide--nav li {
  display: block;
}

.style-guide--nav li a {
  padding-left: 45px;
  font-weight: 400;
}

.style-guide--nav li a.active,
.style-guide--nav li a:hover {
  background: #ccc;
  color: #fff;
}

.style-guide--open-button {
  border: none;
  background: none;
  bottom: 30px;
  color: #ddd;
  display: block;
  font-size: 2em;
  padding: 5px 10px;
  position: fixed;
  right: 30px;
  text-shadow: 1px 1px #000;
  z-index: 999999;
}

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

.screen-reader-only {
  border: 0 none;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.img-responsive {
  width: 100%;
}

.img__left {
  float: left;
  margin: .75em .75em .75em 0;
}

.img__right {
  float: right;
  margin: .75em 0 .75em .75em;
}

.button,
a.button,
a.primary {
  background: #1c8cbc;
  padding: .5em .75em;
  display: inline-block;
  color: #fff;
  border: none;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: 700;
}

.button:hover,
a.button:hover,
a.primary:hover {
  background: #2ba9e0;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.button:visited,
a.button:visited,
a.primary:visited {
  color: #fff;
}

.button__big,
a.button__big {
  background: #1c8cbc;
  display: inline-block;
  border: none;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  padding: .5em .75em;
  color: #fff;
}

.button__big:hover,
a.button__big:hover {
  background: #2ba9e0;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.button__big:visited,
a.button__big:visited {
  color: #fff;
}

.button__secondary,
a.button__secondary,
a.secondary {
  background: #a2b421;
  padding: .5em .75em;
  display: inline-block;
  color: #fff;
  border: none;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: 700;
}

.button__secondary:hover,
a.button__secondary:hover,
a.secondary:hover {
  background: #c4d92f;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.button__grey,
a.button__grey {
  background: #d3d3d3;
  padding: .5em .75em;
  display: inline-block;
  color: #555;
  border: none;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: 700;
}

.button__grey:hover,
a.button__grey:hover {
  background: #ececec;
  color: #555;
  cursor: pointer;
  text-decoration: none;
}

.callout {
  background: #fff;
  padding: 1em;
  border-bottom: 6px solid #e0e0e0;
  border-top: 6px solid #e0e0e0;
}