@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(//fonts.googleapis.com/css?family=Oswald:700|Open+Sans:400italic,700italic,400,700|Open+Sans+Condensed:700);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../library/font-awesome/fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../../library/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../../library/font-awesome/fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../../library/font-awesome/fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../../library/font-awesome/fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../../library/font-awesome/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  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; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #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; }

/* Deprecated as of 4.4.0 */
.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); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  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; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

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

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

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

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

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

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

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

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

.fa-git:before {
  content: ""; }

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

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

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

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

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

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

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

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

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

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

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

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

.fa-lastfm:before {
  content: ""; }

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

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

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

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

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

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

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

.fa-motorcycle:before {
  content: ""; }

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

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

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

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

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

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

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

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

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

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

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

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: ""; }

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

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

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

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

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

.fa-hourglass:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

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

.fa-gg:before {
  content: ""; }

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

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

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

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

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

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

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

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

.fa-contao:before {
  content: ""; }

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

.fa-amazon:before {
  content: ""; }

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

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

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

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

.fa-industry:before {
  content: ""; }

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

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

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

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

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

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

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

.fa-fonticons:before {
  content: ""; }

@font-face {
  font-family: "fontcustom";
  src: url("/leblanc/wp-content/themes/succeed/fonts/fontcustom.eot");
  src: url("/leblanc/wp-content/themes/succeed/fonts/fontcustom.eot?#iefix") format("embedded-opentype"), url("/leblanc/wp-content/themes/succeed/fonts/fontcustom.woff") format("woff"), url("/leblanc/wp-content/themes/succeed/fonts/fontcustom.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.icon:before,
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontcustom";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-chevron-down:before {
  content: "\f101"; }

.icon-chevron-left-circle:before {
  content: "\f102"; }

.icon-chevron-left:before {
  content: "\f103"; }

.icon-chevron-right-circle:before {
  content: "\f104"; }

.icon-chevron-right:before {
  content: "\f105"; }

.icon-chevron-up:before {
  content: "\f106"; }

.icon-close:before {
  content: "\f107"; }

.icon-download:before {
  content: "\f108"; }

.icon-facebook:before {
  content: "\f109"; }

.icon-google-plus:before {
  content: "\f10a"; }

.icon-input-chevron-down:before {
  content: "\f10b"; }

.icon-input-chevron-right:before {
  content: "\f10c"; }

.icon-instagram:before {
  content: "\f10d"; }

.icon-linked-in:before {
  content: "\f10e"; }

.icon-mail:before {
  content: "\f10f"; }

.icon-map-pin:before {
  content: "\f110"; }

.icon-menu-with-text:before {
  content: "\f111"; }

.icon-menu:before {
  content: "\f112"; }

.icon-on-campus-experience:before {
  content: "\f113"; }

.icon-online-experience:before {
  content: "\f114"; }

.icon-phone:before {
  content: "\f115"; }

.icon-pinterest:before {
  content: "\f116"; }

.icon-reddit:before {
  content: "\f117"; }

.icon-regional-center-experience:before {
  content: "\f118"; }

.icon-rss:before {
  content: "\f119"; }

.icon-search:before {
  content: "\f11a"; }

.icon-share:before {
  content: "\f11b"; }

.icon-twitter:before {
  content: "\f11c"; }

.icon-youtube-play:before {
  content: "\f11d"; }

.icon-youtube:before {
  content: "\f11e"; }

html {
  font-size: 62.5%;
  box-sizing: border-box; }

*, *::before, *::after {
  box-sizing: inherit; }

:focus {
  outline-color: #fbb731;
  outline-width: 2px;
  outline-style: solid; }

.js-focus-ring :focus:not(.focus-ring) {
  outline-width: 0; }

body {
  font-family: "Open Sans", "Arial Regular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  color: #3a4d6a;
  background-color: #f3f3f3;
  overflow-x: hidden; }
  body.nav-open {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; }
  body.single #main, body.page #main, body.error404 #main {
    background-color: white; }
  body.page-template-full-width #main {
    background-color: transparent; }
  body.page-template-full-width article {
    display: block; }
  body.page-template-form-page article {
    display: block; }

.clear {
  *zoom: 1; }
  .clear:before, .clear:after {
    content: " ";
    display: table; }
  .clear:after {
    clear: both; }

h1, h2, h3 {
  font-family: "Oswald", "Arial Narrow Bold", sans-serif;
  font-weight: 700;
  line-height: 1.3em;
  color: #0e356f; }

h1 {
  font-size: 40px;
  font-size: 4rem; }

h2 {
  font-size: 25px;
  font-size: 2.5rem; }

h3 {
  font-size: 20px;
  font-size: 2rem; }

h4, h4 > a, h4 > a:hover, h5, h5 > a, h5 > a:hover, h6, h6 > a, h6 > a:hover {
  font-family: "Open Sans Condensed", "Arial Narrow Bold", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5em;
  color: #3a4d6a; }

.copy h2 {
  font-size: 25px;
  font-size: 2.5rem; }

p {
  font-family: "Open Sans", "Arial Regular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  color: #3a4d6a; }

.disclaimer {
  font-size: 14px;
  font-size: 1.4rem; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.fieldForm span.required:before {
  content: "*";
  display: inline;
  color: #e00914;
  font-weight: 700;
  margin-right: 0.5em; }

hr {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  background-color: #d4d6d9;
  margin: 40px 0px;
  margin: 4rem 0rem; }
  hr.double {
    height: 2px;
    background-color: #f3f3f3; }

i:not(.fa):not([class*="icon-"]) {
  font-style: italic;
  color: #3a4d6a; }

i[class*="icon-"] {
  position: relative;
  top: -2px;
  top: -0.2rem; }

.icon-share:before {
  position: relative;
  top: 2px;
  top: 0.2rem; }

.caption {
  font-family: "Open Sans", "Arial Italic", sans-serif;
  font-style: italic;
  font-weight: 400;
  padding: 5px 20px;
  padding: 0.5rem 2rem; }

.breadcrumbs {
  font-family: "Open Sans", "Arial Regular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  color: #3a4d6a; }

blockquote, caption {
  font-family: "Open Sans", "Arial Italic", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  font-size: 2rem; }

form {
  display: block; }

#root {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3; }

.disabled, [disabled] {
  pointer-events: none;
  cursor: default; }

a {
  font-family: "Open Sans", "Arial Bold", sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  color: #2066a2;
  transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none; }
  a > h1 {
    transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1); }
  a > h2 {
    transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1); }
  a > h3 {
    transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1); }
  a > h4 {
    transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1); }
  a > h5 {
    transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1); }
  a > h6 {
    transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1); }
  a:hover {
    color: #235A8B; }
  a.header, a.share {
    text-decoration: none; }
  a[class*="icon-"]:before {
    vertical-align: bottom;
    font-size: 30px;
    font-size: 3rem;
    margin-right: 5px;
    margin-right: 0.5rem; }
  a[class*="icon-"] > span {
    display: inline-block;
    vertical-align: bottom; }
    .lt-ie8 a[class*="icon-"] > span {
      zoom: 1;
      display: inline;
      margin-right: 0.25em; }
  a.social {
    font-size: 48px;
    font-size: 4.8rem;
    color: #fbb731; }
    a.social:hover {
      color: #fdcb54; }
    a.social + a.social {
      margin-left: .2em; }
  a.more {
    text-decoration: none;
    display: block;
    text-align: right; }
    a.more:after {
      padding-left: 5px;
      padding-left: 0.5rem;
      position: relative;
      top: -1px;
      top: -0.1rem; }
  #root a.hover-icon {
    position: relative; }
    #root a.hover-icon::before {
      display: block;
      content: " ";
      width: 100%;
      padding-top: 100%; }
    #root a.hover-icon > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    #root a.hover-icon > .content {
      padding: 0;
      background-size: cover;
      box-shadow: none; }
      #root a.hover-icon > .content > span {
        display: block;
        opacity: 0;
        transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: white;
        background-color: #2066a2;
        border-radius: 5px;
        font-size: 14px;
        font-size: 1.4rem;
        text-align: center;
        padding: 1em 0; }
        #root a.hover-icon > .content > span i {
          display: block;
          font-size: 30px;
          font-size: 3rem;
          padding: 1em 0 .5em; }
        #root a.hover-icon > .content > span img {
          padding: 10px 0px 5px;
          padding: 1rem 0rem 0.5rem;
          max-height: 60%; }
        #root a.hover-icon > .content > span span {
          display: block; }
    #root a.hover-icon:hover span {
      opacity: 1; }
  a.pdf {
    display: block;
    overflow: hidden;
    border-radius: 5px;
    position: relative; }
    a.pdf > img {
      display: block;
      width: 100%;
      height: 100%; }
    a.pdf > .pdf-download {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
    a.pdf:hover > .pdf-download {
      background-color: #fdcb54;
      background-color: rgba(253, 203, 84, 0.8); }
  a.video {
    display: block;
    overflow: hidden;
    border-radius: 5px;
    position: relative; }
    a.video > img {
      display: block;
      width: 100%;
      height: 100%; }
    a.video > .video-play {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
    a.video:hover > .video-play {
      background-color: #fdcb54;
      background-color: rgba(253, 203, 84, 0.8); }

.video-play {
  font-size: 24px;
  font-size: 2.4rem;
  color: white;
  color: rgba(255, 255, 255, 0.6);
  background-color: #fbb731;
  background-color: rgba(251, 183, 49, 0.8);
  border-radius: 5px;
  padding: .6em 1em;
  transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .video-play:before {
    font-family: "fontcustom";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f10c"; }

.pdf-download {
  font-size: 24px;
  font-size: 2.4rem;
  color: white;
  color: rgba(255, 255, 255, 0.6);
  background-color: #fbb731;
  background-color: rgba(251, 183, 49, 0.8);
  border-radius: 5px;
  padding: .6em 1em;
  transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.video-container, .testimonial-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .testimonial-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

iframe {
  max-width: 100%; }
  iframe[align=left] {
    margin-right: 2rem;
    margin-bottom: 2rem; }
  iframe[align=right] {
    margin-left: 2rem;
    margin-bottom: 2rem; }

ul, ol {
  list-style: square;
  padding-left: 20px;
  padding-left: 2rem; }
  .copy ul, .copy ol {
    color: #3a4d6a;
    margin-left: 1em; }
  ul, ul li, ol, ol li {
    font-size: 14px;
    font-size: 1.4rem; }
  ul li, ol li {
    /*@include rem(padding-bottom, 1);*/
    padding: 5px 0px;
    padding: 0.5rem 0rem;
    /*section.content &:first-child {
			@include rem(padding-top, 1);
		}*/ }

ol {
  list-style-type: decimal; }

.alt-bg {
  background-color: #fff; }

.bullet {
  display: list-item;
  list-style: square;
  margin-left: 1.5em; }
  .bullet a {
    font-weight: 400; }

img {
  max-width: 100%; }
  img.rounded {
    border-radius: 5px; }
  img.circular {
    border-radius: 50%; }

.rounded {
  border-radius: 5px; }

.wrap {
  display: block;
  margin: 0 auto;
  max-width: 1160px;
  max-width: 116rem;
  padding-left: 20px;
  padding-left: 2rem;
  padding-right: 20px;
  padding-right: 2rem;
  padding-top: 1px;
  padding-bottom: 1px; }
  .wrap.outer {
    padding: 0;
    overflow-x: hidden; }

.border-top {
  border-top: 1px solid #d4d6d9; }

ul.results {
  padding-left: 0; }
  ul.results li {
    list-style: none;
    margin-top: 1.5em;
    font-size: 0; }
    ul.results li > * {
      font-size: 14px;
      font-size: 1.4rem;
      display: inline-block;
      vertical-align: middle; }
      .lt-ie8 ul.results li > * {
        zoom: 1;
        display: inline;
        margin-right: 0.25em; }
      ul.results li > *:first-child {
        width: 40%; }
      ul.results li > *:last-child {
        width: 60%;
        padding: 0 1em; }

.caps {
  text-transform: uppercase; }

label[for^="archives-dropdown-"] {
  display: none; }

.hidden {
  display: none; }

#main .hide-large {
  display: none; }

[data-href] {
  cursor: pointer; }

header {
  position: relative;
  z-index: 10;
  background-color: #0e356f;
  box-shadow: 0px 4px 16px rgba(128, 128, 128, 0.6);
  width: 100%;
  display: table;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  header, header a {
    color: white;
    font-weight: normal; }
  header > * {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 2rem 3rem; }
    header > *:first-child {
      text-align: left; }
    header > *:last-child {
      text-align: right; }
  header .logo {
    position: static; }
    header .logo img {
      width: 240px; }
      header .logo img.small {
        display: none; }
  header span[data-href="#toggle"] {
    display: none;
    padding: 0; }
    header span[data-href="#toggle"] img {
      width: 45px;
      height: 100%;
      margin: 0 1rem; }
  header nav.mobile {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 110%;
    right: 0;
    transition-property: left;
    transition-duration: .25s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0px 4px 16px rgba(128, 128, 128, 0.6);
    padding: 0; }
    body.nav-open header nav.mobile {
      left: 0; }
      body.nav-open header nav.mobile.submenu-open {
        left: -100%; }
    header nav.mobile ul, header nav.mobile li, header nav.mobile a {
      list-style: none;
      margin: 0;
      padding: 0; }
    header nav.mobile form input[type="submit"] {
      padding: .5em; }
    header nav.mobile ul {
      background-color: #071b39;
      position: relative;
      z-index: 1;
      height: 100vh; }
      header nav.mobile ul li {
        display: block;
        background-color: #071b39;
        border-top: 2px solid #fbb731;
        border-bottom: 2px solid #fbb731; }
        header nav.mobile ul li + li {
          border-top: none; }
        header nav.mobile ul li, header nav.mobile ul li a, header nav.mobile ul li [data-href] {
          color: white; }
        header nav.mobile ul li a, header nav.mobile ul li form, header nav.mobile ul li [data-href] {
          padding: 2rem 4rem 2rem 2rem;
          display: block;
          position: relative; }
          header nav.mobile ul li a::after, header nav.mobile ul li form::after, header nav.mobile ul li [data-href]::after {
            content: url("/leblanc/wp-content/themes/succeed//library/img/Menu-Arrow.svg");
            display: inline-block;
            position: absolute;
            top: 47%;
            bottom: 0;
            width: 2.4rem;
            transform: translateY(-50%);
            right: 1rem; }
        header nav.mobile ul li form.search {
          padding: 0;
          display: block; }
          header nav.mobile ul li form.search input[type="text"] {
            display: block;
            width: 100% !important;
            min-width: 0;
            max-width: none;
            padding: 2rem 1rem;
            border-radius: 0;
            text-align: center;
            font-size: 2.4rem; }
        header nav.mobile ul li ul {
          display: block;
          position: absolute;
          top: 0;
          left: 110%;
          transition-property: left;
          transition-duration: .25s;
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          right: 0;
          width: 100%; }
          header nav.mobile ul li ul.open {
            left: 100%; }
          header nav.mobile ul li ul a, header nav.mobile ul li ul form, header nav.mobile ul li ul [data-href] {
            padding: 2rem 2rem 2rem 0rem; }
          header nav.mobile ul li ul span[data-href^="#back"] {
            padding: 0 1rem; }
            header nav.mobile ul li ul span[data-href^="#back"]::after {
              content: url("/leblanc/wp-content/themes/succeed//library/img/Menu-Arrow.svg");
              display: inline-block;
              position: absolute;
              top: 47%;
              bottom: 0;
              width: 2.4rem;
              transform: translateY(-50%);
              left: 1rem;
              transform: translateY(-50%) rotate(180deg);
              position: static;
              transform: rotate(180deg); }
  header h1 a {
    font-size: 40px;
    font-size: 4rem;
    font-family: "Oswald", "Arial Narrow Bold", sans-serif;
    font-weight: 700;
    line-height: 1.5em; }
  header .widgettitle {
    display: none; }
  header form {
    display: table;
    -js-display: flex;
    display: flex;
    justify-content: flex-end;
    width: 100%; }
    header form input {
      display: table-cell;
      vertical-align: middle;
      width: auto !important;
      margin: 0 !important;
      white-space: nowrap;
      overflow: hidden; }
      header form input[type=text] {
        padding: 0.35em 0.5em 0.45em;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border: none; }
      header form input[type=submit] {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background-color: #fbb731;
        color: #0e356f;
        border-color: #fbb731;
        font-weight: bold; }

nav, nav ul, nav ul li, nav div[class^="menu"] {
  vertical-align: middle; }

nav ul {
  margin: 0;
  padding: 0; }
  nav ul li {
    margin: 0;
    padding: 0 1rem 0 1rem;
    list-style: none; }
    nav ul li, nav ul li a, nav ul li span {
      color: white;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 400; }
  nav ul.social {
    margin-left: 2rem; }
    nav ul.social li a {
      font-size: 3.2rem;
      font-weight: 400; }

.banner {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  overflow: hidden;
  position: relative; }
  .banner img {
    display: block;
    width: 100%; }
  .banner.has-nav::after {
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.67), transparent);
    pointer-events: none; }
  .banner iframe {
    width: 100%;
    height: 100%; }
  .banner.video > iframe {
    display: none; }
  .banner.video.video-active {
    position: relative; }
    .banner.video.video-active::after {
      display: none; }
    .banner.video.video-active::before {
      display: block;
      content: " ";
      width: 100%;
      padding-top: 56.25%; }
    .banner.video.video-active > iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .banner.video.video-active .menu-banner-menu-container {
      display: none; }
    .banner.video.video-active > iframe {
      display: block; }
    .banner.video.video-active .video-play {
      display: none; }
    .banner.video.video-active img {
      display: none; }

.video-play {
  font-family: "fontcustom";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f10c";
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 2.4rem;
  padding: .6em 1em;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(251, 183, 49, 0.8);
  transition: background-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .video-play:hover {
    background-color: rgba(253, 203, 84, 0.8); }

.menu-banner-menu-container {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 1; }
  .menu-banner-menu-container ul, .menu-banner-menu-container li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .menu-banner-menu-container ul {
    display: inline-block; }
    .menu-banner-menu-container ul li {
      display: inline-block;
      position: relative;
      margin-left: 2rem; }
      .menu-banner-menu-container ul li + li::before {
        content: " ";
        position: absolute;
        color: #fff;
        background-color: #fff;
        width: 2px;
        height: 66%;
        font-size: 2rem;
        font-weight: 700;
        margin: 0;
        top: 50%;
        bottom: 0;
        right: 0;
        left: -1.2rem;
        transform: translateY(-50%); }
      .menu-banner-menu-container ul li a {
        display: inline-block;
        transition: background-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
        color: white;
        padding: 1rem 1.6rem;
        border-radius: 5px;
        font-size: 1.6rem; }
        .menu-banner-menu-container ul li a:hover {
          background-color: #0a3370; }
      .menu-banner-menu-container ul li.active a, .menu-banner-menu-container ul li.current-menu-item a {
        background-color: #0a3370; }

#main {
  font-size: 0; }
  #main > h1 {
    text-align: center;
    margin: 0; }
    #main > h1 a {
      font-size: 40px;
      font-size: 4rem;
      font-family: "Oswald", "Arial Narrow Bold", sans-serif;
      font-weight: 700;
      line-height: 1.5em; }
    #main > h1 a {
      color: #0e356f;
      font-size: 3rem; }

section, article, aside {
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem; }

  section.wide, article.wide, aside.wide {
    width: 67%; }
  section .breadcrumb, article .breadcrumb, aside .breadcrumb {
    margin-bottom: 5px;
    margin-left: 20px; }
    section .breadcrumb a, article .breadcrumb a, aside .breadcrumb a {
      font-family: "Open Sans", "Arial Regular", sans-serif;
      font-weight: "Open Sans", "Arial Bold", sans-serif;
      font-size: 12px;
      font-size: 1.2rem;
      color: #3a4d6a; }
  section.narrow, article.narrow, aside.narrow {
    width: 33%; }
  section h3, article h3, aside h3 {
    clear: left; }

.cat-mobile-closeheader {
  display: none; }

.cat-mobile-update {
  display: none; }

 section.banner {
	 background-color: #071b39;
 }
  
section.posts {
  display: grid;
  grid-template-columns: calc(33% - 1rem) calc(33% - 1rem) calc(33% - 1rem);
  grid-column-gap: 2rem;
  align-items: flex-start;
  margin-bottom: 8rem;
  opacity: 1.0;
  transition-property: opacity;
  transition-duration: .25s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  body.search-loading section.posts {
    opacity: 0.0; }
  section.posts .post {
    box-shadow: 0px 4px 16px rgba(128, 128, 128, 0.6);
    margin: 2rem 0 0;
    border-radius: 5px;
    border: 1px solid #d4d6d9;
    background-color: white;
    position: relative;
    word-wrap: break-word; }
    section.posts .post iframe {
      max-width: 100%; }
    section.posts .post .date {
      margin-bottom: 0; }
      section.posts .post .date + p {
        margin-top: 0;
        margin-bottom: 0; }
    section.posts .post .category {
      position: absolute;
      left: 0px;
      top: 0px;
      padding: 10px;
      color: white;
      font-weight: bold;
      border-top-left-radius: 5px;
      border-bottom-right-radius: 5px; }
      section.posts .post .category + .cardbody {
        margin-top: 2rem; }
    section.posts .post > img {
      display: block;
      object-fit: cover;
      width: 100%;
      max-width: none;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      section.posts .post > img + .cardbody h2 {
        margin-top: 0; }
    section.posts .post .cardbody {
      padding: 2.4rem; }
      section.posts .post .cardbody h2 {
        line-height: 1.4em; }
    section.posts .post.featured:first-of-type {
      grid-row-start: 1;
      grid-column-start: span 3; }
    section.posts .post.twitter .twitterheader {
      font-size: 2.5rem;
      font-weight: bold;
      font-family: "Oswald", "Arial Narrow Bold", sans-serif;
      position: absolute;
      left: 0;
      top: 0;
      margin: 0;
      padding: 1rem;
      display: block;
      width: 100%;
      background-color: #2f68a5;
      color: white;
      text-align: center;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    section.posts .post.twitter .twitter-timeline-profile {
      margin: 0; }
    section.posts .post.status {
      display: block;
      overflow: hidden; }
      section.posts .post.status h3 {
        background-color: #2f68a5;
        color: white;
        font-family: "Oswald", "Arial Narrow Bold", sans-serif;
        margin: 0 0 4.8rem;
        font-size: 2rem;
        padding: 2rem;
        text-align: center; }
        section.posts .post.status h3 > span {
          display: block;
          width: 100%;
          text-align: center; }
          section.posts .post.status h3 > span:first-child {
            margin-bottom: -4rem; }
          section.posts .post.status h3 > span img {
            position: relative;
            top: 5.8rem; }
      section.posts .post.status div {
        -js-display: flex;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 2rem; }
        section.posts .post.status div .twitter-timeline-profile {
          margin: 0; }
        section.posts .post.status div img {
          margin-right: 2rem;
          max-width: 40px;
          max-height: 40px; }
        section.posts .post.status div dl, section.posts .post.status div dt, section.posts .post.status div dd {
          margin: 0; }
        section.posts .post.status div dl {
          width: 100%; }
          section.posts .post.status div dl dt {
            font-weight: bold; }
		.scroller-status{
		  margin-bottom:8rem;
		}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  section.posts {
    -js-display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    section.posts > *,
    section.posts .post {
      margin-right: 2rem;
      width: calc(33.33333% - 2rem); }
    section.posts article {
      width: 100%; } }

@supports not (display: grid) {
  section.posts {
    -js-display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    section.posts > *,
    section.posts .post {
      margin-right: 2rem;
      width: calc(33.33333% - 2rem); }
    section.posts article {
      width: 100%; } }

.infinite-scroll-request {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1rem; }

.cat-mobile-header {
  display: none; }

.category-filters {
  -js-display: flex;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem 0; }
  .category-filters .search {
    font-size: 2.5rem;
    line-height: 1em;
    font-weight: bold;
    border: none;
    padding: .4em .47em;
    border-radius: 50%;
    background-color: #0e356f;
    color: #b7b4b9;
    position: relative;
    bottom: .5rem; }
  .category-filters .category {
    display: inline-block;
    color: white;
    font-weight: bold;
    padding: 1rem;
    font-size: 1.4rem;
    border: none;
    border-radius: 5px;
    margin-right: 1rem;
    margin-bottom: 1rem; }
    .category-filters .category input[type=checkbox] {
      pointer-events: none; }

.search-box {
  position: relative;
  visibility: hidden;
  display: block;
  width: 100%;
  height: 0;
  max-height: 0;
  opacity: 0.0;
  transition-property: max-height opacity;
  transition-duration: .25s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  .search-box input[type=text],
  .search-box input[type=search] {
    display: block;
    border: none;
    width: 100%;
    padding: 2rem;
    font-size: 3rem;
    text-align: center;
    border-radius: 0; }
    .search-box input[type=text]::-ms-clear,
    .search-box input[type=search]::-ms-clear {
      display: none; }
  .search-box span[data-href^="#clear-search"] {
    transition-property: opacity;
    transition-duration: .25s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem; }
  body.search-open .search-box {
    height: auto;
    visibility: visible;
    max-height: 85px;
    opacity: 1.0; }
    body.search-open .search-box span[data-href^="#clear-search"] {
      opacity: 1.0; }

.president-reflections {
  background-color: #0a3370; }
  .president-reflections:hover, .president-reflections:active {
    background-color: #0e489f; }

.current-issues {
  background-color: #E61F05; }
  .current-issues:hover, .current-issues:active {
    background-color: #fc7563; }

.q-and-a {
  background-color: #007FAD; }
  .q-and-a:hover, .q-and-a:active {
    background-color: #20c5ff; }

.people-and-places {
  background-color: #008542; }
  .people-and-places:hover, .people-and-places:active {
    background-color: #00d76d; }

.pop-picks {
  background-color: #1268f6; }
  .pop-picks:hover, .pop-picks:active {
    background-color: #4387f8; }

.snhu-news {
  background-color: #fdb913; }
  .category-filters .snhu-news.category, .snhu-news.innercategory,
  section.posts .post .snhu-news.category {
    color: #0e356f; }
  .snhu-news:hover, .snhu-news:active {
    background-color: #fdc846; }

.additionalcategories {
  margin-top: 2rem;
  margin-bottom: 3rem; }

.hoverdisabled {
  pointer-events: none;
  /**<-----------*/ }

article {
  margin-top: 3rem; }
  article h2 {
    margin: 0; }

.post > a, .post > a > h2, .post > a > h3 {
  display: table;
  table-layout: fixed; }

.post > a > img {
  width: 100%; }

.post > a > h2, .post > a > h3 {
  margin: 0; }

aside {
  margin: 3rem 0; }

.innercategory {
  padding: 10px;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 15px;
  margin-right: 1rem;
  display: inline-block; }

.related_posts_by_taxonomy {
  padding-left: 0.5em;
  margin-bottom: 2em;
  background-color: #f3f3f3;
  border-radius: 5px; }
  .related_posts_by_taxonomy, .related_posts_by_taxonomy ul, .related_posts_by_taxonomy li {
    list-style: none;
    padding: 0.2em 0.5em; }
  .related_posts_by_taxonomy .widgettitle {
    padding-bottom: 1em;
    padding-left: 0.5em;
    font-size: 2rem;
    border-bottom: 1px solid #dbdbdb; }
  .related_posts_by_taxonomy a {
    font-weight: 400; }

.widget_categories, .widget_categories ul, .widget_categories li {
  list-style: none;
  padding: 0;
  display: inline-block; }
  .widget_categories .cat-item-8, .widget_categories ul .cat-item-8, .widget_categories li .cat-item-8 {
    background-color: #0a3370; }
  .widget_categories .cat-item-4, .widget_categories ul .cat-item-4, .widget_categories li .cat-item-4 {
    background-color: #fb4931; }
  .widget_categories .cat-item-9, .widget_categories ul .cat-item-9, .widget_categories li .cat-item-9 {
    background-color: #00afec; }
  .widget_categories .cat-item-6, .widget_categories ul .cat-item-6, .widget_categories li .cat-item-6 {
    background-color: #00a453; }
  .widget_categories .cat-item-7, .widget_categories ul .cat-item-7, .widget_categories li .cat-item-7 {
    background-color: #1268f6; }
  .widget_categories .cat-item-5, .widget_categories ul .cat-item-5, .widget_categories li .cat-item-5 {
    background-color: #fdb913; }
    .widget_categories .cat-item-5, .widget_categories .cat-item-5 a, .widget_categories ul .cat-item-5, .widget_categories ul .cat-item-5 a, .widget_categories li .cat-item-5, .widget_categories li .cat-item-5 a {
      color: #0e356f; }

.widget_categories .widgettitle {
  padding-bottom: 10px;
  font-size: 2rem;
  border-bottom: 1px solid #dbdbdb; }

.widget_categories .cat-item {
  border-radius: 5px;
  margin: 5px;
  padding: 5px; }
  .widget_categories .cat-item a {
    color: white; }

.widget_recent_entries {
  display: block;
  margin-bottom: 3rem; }
  .widget_recent_entries, .widget_recent_entries ul, .widget_recent_entries li {
    list-style: none;
    padding: 0; }
  .widget_recent_entries ul, .widget_recent_entries li {
    margin: 0;
    padding: 4px 0; }
  .widget_recent_entries > h2 {
    margin: 0 0 4px; }

.socialWidget {
  width: 100%; }
  .socialWidget article {
    width: 100%; }

.socialWidget nav {
  white-space: nowrap;
  padding: 0;
  text-align: left;
  font-size: 0; }

.socialWidget nav a {
  display: inline-block;
  width: 33%;
  font-size: 1.4rem;
  text-align: center;
  padding: 1rem;
  color: white;
  background-color: #082450; }
  .socialWidget nav a:hover, .socialWidget nav a.active {
    background-color: #2066a2; }

/*.socialWidget article { width: 360px; padding: 10px 20px; }*/
.socialWidget nav a i {
  font-size: 3rem; }

.widget_search {
  margin-bottom: 3rem; }

.author-bio {
  display: block;
  *zoom: 1;
  background-color: #f3f3f3;
  border-radius: 5px;
  margin-bottom: 3rem;
  box-shadow: 0px 0px 8px rgba(128, 128, 128, 0.4);
  padding: 10px;
  padding: 1rem; }
  .author-bio:before, .author-bio:after {
    content: " ";
    display: table; }
  .author-bio:after {
    clear: both; }
  .author-bio img {
    max-width: 150px; }

footer {
  background-color: #f3f3f3;
  text-align: center;
  margin-top: 8rem;
  justify-content: flex-start; }
  footer, footer.wrap {
    -js-display: flex;
    display: flex; }
  footer > * {
    text-align: left; }
  footer > .widget {
    max-width: 60%; }
  #main footer {
    margin-top: 3rem; }
  footer, footer p, footer a {
    font-size: 1.2rem;
    font-weight: 400;
    color: #505353; }
  footer a {
    text-decoration: underline; }
    footer a[href^='tel:'] {
      pointer-events: none;
      text-decoration: none; }
  footer div[class*="menu-"],
  footer .menu {
    align-self: center;
    padding: 1rem;
    display: inline-block; }
    footer div[class*="menu-"], footer div[class*="menu-"] a,
    footer .menu,
    footer .menu a {
      color: #2066a2;
      font-weight: bold;
      font-size: 1.4rem; }
    footer div[class*="menu-"] > span,
    footer .menu > span {
      padding: 2rem;
      color: #505353; }
    footer div[class*="menu-"] a,
    footer .menu a {
      text-decoration: none; }
      footer div[class*="menu-"] a:hover,
      footer .menu a:hover {
        text-decoration: underline; }
      footer div[class*="menu-"] a[href*="twitter"]::after,
      footer .menu a[href*="twitter"]::after {
        content: url("/leblanc/wp-content/themes/succeed/library/img/twitter.svg");
        display: inline-block;
        width: 40px;
        height: auto;
        vertical-align: middle; }
    footer div[class*="menu-"] img,
    footer .menu img {
      width: 40px;
      height: auto;
      vertical-align: middle;
      display: inline; }
    footer div[class*="menu-"] ul, footer div[class*="menu-"] li,
    footer .menu ul,
    footer .menu li {
      display: inline-block;
      list-style: none; }
    footer div[class*="menu-"] ul li,
    footer .menu ul li {
      list-style: none;
      margin-right: 1em; }
	.fixedfooter{position:fixed;bottom:0;}

.post-edit-link {
  background-color: #fdda95;
  padding: .4em .8em; }
  .post-edit-link:hover {
    background-color: #fde3ae; }
  .post-edit-link > i {
    margin-right: 4px; }

/* Images */
.entry-content img,
.comment-content img,
.widget img {
  max-width: 97.5%;
  /* Fluid images for posts, comments, and widgets */ }

.wrap img,
img[class*="align"],
img[class*="wp-image-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width >attributes are scaled correctly */ }
  .wrap img.alignleft,
  img[class*="align"].alignleft,
  img[class*="wp-image-"].alignleft {
    float: left;
    margin: 0 1.5rem 1rem 0; }
  .wrap img.alignright,
  img[class*="align"].alignright,
  img[class*="wp-image-"].alignright {
    float: right;
    margin: 0 0 1rem 1.5rem; }

img.size-full {
  max-width: 97.5%;
  width: auto;
  /* Prevent stretching of full-size images with height and >>width attributes in IE8 */ }

.pagination {
  display: table;
  width: 100%;
  margin-top: 6rem;
  padding-top: 2rem;
  border-top: 1px #d4d6d9 solid; }
  .pagination > * {
    display: table-cell; }
    .pagination > *.nav-next {
      text-align: right; }

.featured-images figure {
  margin: 0 0 2rem; }

figure.featured-image {
  display: none;
  margin: 0 0 2rem; }
  figure.featured-image img {
    display: block;
    width: 100%; }

select, textarea, input[type=text], input[type=phone], input[type=number], input[type=email], input[type=password], input[type=file], input[type=date], input[type=search], input[type=tel] {
  font-size: 1.4rem;
  width: 100%;
  line-height: 1em;
  padding: .5em .4em;
  border: 1px solid #d4d6d9;
  border-radius: 5px;
  color: #3a4d6a; }
  select.error, textarea.error, input[type=text].error, input[type=phone].error, input[type=number].error, input[type=email].error, input[type=password].error, input[type=file].error, input[type=date].error, input[type=search].error, input[type=tel].error {
    font-weight: 400;
    border-color: #e00914; }
  select:focus, textarea:focus, input[type=text]:focus, input[type=phone]:focus, input[type=number]:focus, input[type=email]:focus, input[type=password]:focus, input[type=file]:focus, input[type=date]:focus, input[type=search]:focus, input[type=tel]:focus {
    border-color: #235A8B; }

input[type=number] {
  -moz-appearance: textfield; }
  input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.checkbox {
  position: relative;
  cursor: pointer; }
  .checkbox input[type=checkbox] {
    position: absolute;
    top: 1rem;
    left: .5rem;
    visibility: hidden; }
    .checkbox input[type=checkbox] + span {
      display: inline-block;
      vertical-align: baseline;
      padding-left: 3rem; }
      .checkbox input[type=checkbox] + span::before {
        content: url("/leblanc/wp-content/themes/succeed/library/img/Check-Mark-01.svg");
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        vertical-align: baseline;
        border: 1px solid #d4d6d9;
        border-radius: 5px;
        color: #0e356f;
        background-color: white;
        width: 2rem;
        height: 2rem;
        font-size: 2.4rem;
        text-indent: -9999px;
        font-size: 1em;
        line-height: 1em;
        padding: .1rem; }
    .checkbox input[type=checkbox]:checked + span:before {
      text-indent: 0;
      color: #2066a2;
      background-color: white; }
  .lt-ie9 .checkbox input[type=checkbox] {
    position: static;
    visibility: visible; }
    .lt-ie9 .checkbox input[type=checkbox] + span {
      padding-left: 1em; }
      .lt-ie9 .checkbox input[type=checkbox] + span:before {
        display: none; }

.acc .checkbox {
  display: block;
  padding-right: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-left: 1em; }
  .acc .checkbox input[type=checkbox] + span {
    font-weight: 400; }

form:not(#form-category-filters) input[type=checkbox], form:not(#form-category-filters) input[type=radio] {
  position: absolute;
  left: -9999px; }
  form:not(#form-category-filters) input[type=checkbox]:focus + label:before, form:not(#form-category-filters) input[type=radio]:focus + label:before {
    border-color: #235A8B; }
  form:not(#form-category-filters) input[type=checkbox] + label, form:not(#form-category-filters) input[type=radio] + label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    padding-left: 3rem;
    display: inline-block;
    text-align: left; }
    form:not(#form-category-filters) input[type=checkbox] + label:before, form:not(#form-category-filters) input[type=radio] + label:before {
      content: 'x';
      text-indent: -9999px;
      text-align: center;
      display: inline-block;
      vertical-align: baseline;
      position: absolute;
      top: 0.1rem;
      left: 0rem;
      width: 2rem;
      height: 2rem;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1.2em;
      border: 1px solid #d4d6d9;
      border-radius: 5px;
      color: #0e356f;
      background-color: white; }
  form:not(#form-category-filters) input[type=checkbox]:checked + label:before, form:not(#form-category-filters) input[type=radio]:checked + label:before {
    text-indent: 0;
    border-color: #2066a2;
    background-color: #2066a2;
    color: white; }
  form:not(#form-category-filters) input[type=checkbox]:focus:checked + label:before, form:not(#form-category-filters) input[type=radio]:focus:checked + label:before {
    border-color: #235A8B;
    background-color: #235A8B; }

form:not(#form-category-filters) input[type=radio] + label:before {
  content: '•';
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1.15em;
  font-weight: 700; }

.error {
  font-weight: 700;
  color: #e00914; }

input + input[type=submit] {
  margin-top: 1rem; }

.forms {
  display: block;
  box-shadow: 0px 4px 16px rgba(128, 128, 128, 0.6);
  border-radius: 5px;
  background-color: white; }
  .forms > h2 {
    padding: 2rem;
    background-color: #fbb731;
    color: #0e356f;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center; }
  .forms .copy {
    padding: 1px 5rem 1px; }
  .forms fieldset {
    border: none; }
  .forms .nf-form-fields-required,
  .forms .nf-form-title {
    display: none; }

.form {
  border-top: 1px solid #d4d6d9;
  border-bottom: 1px solid #d4d6d9; }
  .form + .form {
    border-top: none; }
  .form .toggle {
    padding: 2rem;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .form .toggle::before {
      color: #b7b4b9;
      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: "";
      transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
      margin-right: 1rem; }
    .form .toggle img {
      width: 40px;
      vertical-align: middle;
      margin-right: 1rem; }
  .form .content {
    display: none;
    padding: 2rem 2rem 2rem 4.5rem; }
  .form.open .toggle::before {
    transform: rotate(90deg); }
  .form.hide-copy .gfield_html:first-of-type {
    display: none; }

.gform_heading {
  display: none; }

#form-speaking-request .save-progress, #form-speaking-request .continue, div .save-progress, div .continue {
  margin-top: 2rem; }
  #form-speaking-request .save-progress + span, #form-speaking-request .continue + span, div .save-progress + span, div .continue + span {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 0.8em 0em 0;
    line-height: 2.4rem; }

#form-speaking-request .gform_wrapper div.validation_error, div .gform_wrapper div.validation_error {
  border: none;
  color: #eb4d06; }

#form-speaking-request .gform_heading .gform_title, div .gform_heading .gform_title {
  font-size: 2.5rem; }

#form-speaking-request .gsection, div .gsection {
  border-bottom: none !important; }
  #form-speaking-request .gsection.open h2.gsection_title.accordion::before, div .gsection.open h2.gsection_title.accordion::before {
    transform: rotate(90deg); }

#form-speaking-request .gform_wrapper select, #form-speaking-request .gform_wrapper textarea, #form-speaking-request .gform_wrapper input[type=text], #form-speaking-request .gform_wrapper input[type=phone], #form-speaking-request .gform_wrapper input[type=number], #form-speaking-request .gform_wrapper input[type=email], #form-speaking-request .gform_wrapper input[type=password], #form-speaking-request .gform_wrapper input[type=file], #form-speaking-request .gform_wrapper input[type=date], #form-speaking-request .gform_wrapper input[type=search], #form-speaking-request .gform_wrapper input[type=tel], div .gform_wrapper select, div .gform_wrapper textarea, div .gform_wrapper input[type=text], div .gform_wrapper input[type=phone], div .gform_wrapper input[type=number], div .gform_wrapper input[type=email], div .gform_wrapper input[type=password], div .gform_wrapper input[type=file], div .gform_wrapper input[type=date], div .gform_wrapper input[type=search], div .gform_wrapper input[type=tel] {
  font-size: 1.4rem;
  width: 100%;
  line-height: 1em;
  padding: .5em .4em;
  border: 1px solid #d4d6d9;
  border-radius: 5px;
  color: #3a4d6a; }

#form-speaking-request .gform_wrapper [class*="gchoice_"] input[type=text], div .gform_wrapper [class*="gchoice_"] input[type=text] {
  width: 45.25%; }

#form-speaking-request .gform_wrapper label, #form-speaking-request .gform_wrapper .gfield_label, div .gform_wrapper label, div .gform_wrapper .gfield_label {
  font-size: 1.4rem;
  border-radius: 5px;
  letter-spacing: normal; }

#form-speaking-request .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, div .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  font-size: 1.4rem; }

#form-speaking-request .gform_wrapper h2.gsection_title, div .gform_wrapper h2.gsection_title {
  font-family: "Open Sans Condensed", "Arial Narrow Bold", sans-serif;
  padding: 1.2rem !important;
  background-color: #fbb731;
  color: #0e356f;
  display: block;
  cursor: pointer;
  border-radius: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #form-speaking-request .gform_wrapper h2.gsection_title.accordion::before, div .gform_wrapper h2.gsection_title.accordion::before {
    color: #0e356f;
    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: "";
    transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-right: 1.4rem; }

#form-speaking-request .gform_wrapper li.gfield div, div .gform_wrapper li.gfield div {
  margin-top: 0; }

#form-speaking-request .gform_wrapper li.gfield[data-type="text"], div .gform_wrapper li.gfield[data-type="text"] {
  position: relative; }
  #form-speaking-request .gform_wrapper li.gfield[data-type="text"] > label, div .gform_wrapper li.gfield[data-type="text"] > label {
    transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    z-index: 3;
    top: .9rem;
    left: 0.6rem;
    background-color: white;
    pointer-events: none;
    padding: 0 .6rem;
    font-weight: normal;
    margin-top: 0 !important; }
  #form-speaking-request .gform_wrapper li.gfield[data-type="text"] select::-webkit-input-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] textarea::-webkit-input-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=text]::-webkit-input-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=phone]::-webkit-input-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=number]::-webkit-input-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=email]::-webkit-input-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=password]::-webkit-input-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=file]::-webkit-input-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=date]::-webkit-input-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=search]::-webkit-input-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=tel]::-webkit-input-placeholder, div .gform_wrapper li.gfield[data-type="text"] select::-webkit-input-placeholder, div .gform_wrapper li.gfield[data-type="text"] textarea::-webkit-input-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=text]::-webkit-input-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=phone]::-webkit-input-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=number]::-webkit-input-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=email]::-webkit-input-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=password]::-webkit-input-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=file]::-webkit-input-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=date]::-webkit-input-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=search]::-webkit-input-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=tel]::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff; }
  #form-speaking-request .gform_wrapper li.gfield[data-type="text"] select:-moz-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] textarea:-moz-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=text]:-moz-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=phone]:-moz-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=number]:-moz-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=email]:-moz-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=password]:-moz-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=file]:-moz-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=date]:-moz-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=search]:-moz-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=tel]:-moz-placeholder, div .gform_wrapper li.gfield[data-type="text"] select:-moz-placeholder, div .gform_wrapper li.gfield[data-type="text"] textarea:-moz-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=text]:-moz-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=phone]:-moz-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=number]:-moz-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=email]:-moz-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=password]:-moz-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=file]:-moz-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=date]:-moz-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=search]:-moz-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=tel]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1; }
  #form-speaking-request .gform_wrapper li.gfield[data-type="text"] select::-moz-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] textarea::-moz-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=text]::-moz-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=phone]::-moz-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=number]::-moz-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=email]::-moz-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=password]::-moz-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=file]::-moz-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=date]::-moz-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=search]::-moz-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=tel]::-moz-placeholder, div .gform_wrapper li.gfield[data-type="text"] select::-moz-placeholder, div .gform_wrapper li.gfield[data-type="text"] textarea::-moz-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=text]::-moz-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=phone]::-moz-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=number]::-moz-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=email]::-moz-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=password]::-moz-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=file]::-moz-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=date]::-moz-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=search]::-moz-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=tel]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1; }
  #form-speaking-request .gform_wrapper li.gfield[data-type="text"] select:-ms-input-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] textarea:-ms-input-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=text]:-ms-input-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=phone]:-ms-input-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=number]:-ms-input-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=email]:-ms-input-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=password]:-ms-input-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=file]:-ms-input-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=date]:-ms-input-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=search]:-ms-input-placeholder, #form-speaking-request .gform_wrapper li.gfield[data-type="text"] input[type=tel]:-ms-input-placeholder, div .gform_wrapper li.gfield[data-type="text"] select:-ms-input-placeholder, div .gform_wrapper li.gfield[data-type="text"] textarea:-ms-input-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=text]:-ms-input-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=phone]:-ms-input-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=number]:-ms-input-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=email]:-ms-input-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=password]:-ms-input-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=file]:-ms-input-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=date]:-ms-input-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=search]:-ms-input-placeholder, div .gform_wrapper li.gfield[data-type="text"] input[type=tel]:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff; }
  #form-speaking-request .gform_wrapper li.gfield[data-type="text"].gfield_error, div .gform_wrapper li.gfield[data-type="text"].gfield_error {
    padding-top: 0 !important;
    margin-bottom: 0 !important; }
    #form-speaking-request .gform_wrapper li.gfield[data-type="text"].gfield_error select, #form-speaking-request .gform_wrapper li.gfield[data-type="text"].gfield_error textarea, #form-speaking-request .gform_wrapper li.gfield[data-type="text"].gfield_error input[type=text], #form-speaking-request .gform_wrapper li.gfield[data-type="text"].gfield_error input[type=phone], #form-speaking-request .gform_wrapper li.gfield[data-type="text"].gfield_error input[type=number], #form-speaking-request .gform_wrapper li.gfield[data-type="text"].gfield_error input[type=email], #form-speaking-request .gform_wrapper li.gfield[data-type="text"].gfield_error input[type=password], #form-speaking-request .gform_wrapper li.gfield[data-type="text"].gfield_error input[type=file], #form-speaking-request .gform_wrapper li.gfield[data-type="text"].gfield_error input[type=date], #form-speaking-request .gform_wrapper li.gfield[data-type="text"].gfield_error input[type=search], #form-speaking-request .gform_wrapper li.gfield[data-type="text"].gfield_error input[type=tel], div .gform_wrapper li.gfield[data-type="text"].gfield_error select, div .gform_wrapper li.gfield[data-type="text"].gfield_error textarea, div .gform_wrapper li.gfield[data-type="text"].gfield_error input[type=text], div .gform_wrapper li.gfield[data-type="text"].gfield_error input[type=phone], div .gform_wrapper li.gfield[data-type="text"].gfield_error input[type=number], div .gform_wrapper li.gfield[data-type="text"].gfield_error input[type=email], div .gform_wrapper li.gfield[data-type="text"].gfield_error input[type=password], div .gform_wrapper li.gfield[data-type="text"].gfield_error input[type=file], div .gform_wrapper li.gfield[data-type="text"].gfield_error input[type=date], div .gform_wrapper li.gfield[data-type="text"].gfield_error input[type=search], div .gform_wrapper li.gfield[data-type="text"].gfield_error input[type=tel] {
      margin-bottom: 0; }
  #form-speaking-request .gform_wrapper li.gfield[data-type="text"].has-value > label, #form-speaking-request .gform_wrapper li.gfield[data-type="text"].has-focus > label, div .gform_wrapper li.gfield[data-type="text"].has-value > label, div .gform_wrapper li.gfield[data-type="text"].has-focus > label {
    font-size: smaller;
    top: -1rem; }

#form-speaking-request .gform_wrapper li.gfield .gfield_required, div .gform_wrapper li.gfield .gfield_required {
  color: #9B3303; }

#form-speaking-request .gform_wrapper .accordion-content, div .gform_wrapper .accordion-content {
  padding-left: 0; }

#form-speaking-request .gform_wrapper li.gfield.gfield_error, div .gform_wrapper li.gfield.gfield_error {
  background-color: transparent;
  border: none; }
  #form-speaking-request .gform_wrapper li.gfield.gfield_error .gfield_label, div .gform_wrapper li.gfield.gfield_error .gfield_label {
    color: #3a4d6a; }
  #form-speaking-request .gform_wrapper li.gfield.gfield_error .validation_message, #form-speaking-request .gform_wrapper li.gfield.gfield_error .gfield_required, div .gform_wrapper li.gfield.gfield_error .validation_message, div .gform_wrapper li.gfield.gfield_error .gfield_required {
    color: #9B3303; }
  #form-speaking-request .gform_wrapper li.gfield.gfield_error .validation_message, div .gform_wrapper li.gfield.gfield_error .validation_message {
    font-size: 1.4rem;
    font-weight: normal;
    padding-top: 0; }
  #form-speaking-request .gform_wrapper li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #form-speaking-request .gform_wrapper li.gfield.gfield_error textarea, div .gform_wrapper li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), div .gform_wrapper li.gfield.gfield_error textarea {
    border-color: #eb4d06; }

#form-speaking-request .validation_message, div .validation_message {
  color: #eb4d06;
  font-size: 1.4rem;
  font-weight: normal;
  padding-top: 0; }

[id^="form-"] .gform_wrapper .form_saved_message {
  border: none;
  background-color: white;
  text-align: left; }
  [id^="form-"] .gform_wrapper .form_saved_message form {
    text-align: left; }

.form_saved_message_sent {
  border: none;
  background-color: white; }

.button, #form-speaking-request .gform_save_link, div .gform_save_link, button, input[type=button], input[type=submit] {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  text-transform: none;
  margin: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
  padding: 0.5em 1.5em;
  margin-right: 10px;
  margin-right: 1rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  background-color: #2066a2;
  color: white;
  border: 1px solid #2066a2;
  transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .lt-ie8 .button, .lt-ie8 #form-speaking-request .gform_save_link, #form-speaking-request .lt-ie8 .gform_save_link, .lt-ie8 div .gform_save_link, div .lt-ie8 .gform_save_link, .lt-ie8 button, .lt-ie8 input[type=button], .lt-ie8 input[type=submit] {
    zoom: 1;
    display: inline;
    margin-right: 0.25em; }
  .button.active, #form-speaking-request .active.gform_save_link, div .active.gform_save_link, .button:hover, #form-speaking-request .gform_save_link:hover, div .gform_save_link:hover, button.active, button:hover, input[type=button].active, input[type=button]:hover, input[type=submit].active, input[type=submit]:hover {
    background-color: #235A8B;
    color: white;
    border: 1px solid #235A8B; }
  .button[disabled], #form-speaking-request [disabled].gform_save_link, div [disabled].gform_save_link, .button.disabled, #form-speaking-request .disabled.gform_save_link, div .disabled.gform_save_link, button[disabled], button.disabled, input[type=button][disabled], input[type=button].disabled, input[type=submit][disabled], input[type=submit].disabled {
    pointer-events: none;
    background-color: #9c9c9c;
    color: #b7b4b9;
    border: 1px solid #9c9c9c; }
  .button.cta, #form-speaking-request .cta.gform_save_link, div .cta.gform_save_link, button.cta, input[type=button].cta, input[type=submit].cta {
    background-color: #fbb731;
    border-color: #fbb731;
    color: #0e356f; }
    .button.cta:hover, #form-speaking-request .cta.gform_save_link:hover, div .cta.gform_save_link:hover, button.cta:hover, input[type=button].cta:hover, input[type=submit].cta:hover {
      background-color: #fdcb54;
      border-color: #fdcb54;
      color: #0e356f; }
  .button.medium, #form-speaking-request .medium.gform_save_link, div .medium.gform_save_link, button.medium, input[type=button].medium, input[type=submit].medium {
    font-size: 16px;
    font-size: 1.6rem; }
  .button.inverse, #form-speaking-request .inverse.gform_save_link, div .inverse.gform_save_link, button.inverse, input[type=button].inverse, input[type=submit].inverse {
    color: #2066a2;
    background-color: white;
    border: 1px solid #2066a2; }
    .button.inverse:hover, #form-speaking-request .inverse.gform_save_link:hover, div .inverse.gform_save_link:hover, button.inverse:hover, input[type=button].inverse:hover, input[type=submit].inverse:hover {
      color: white;
      background-color: #235A8B;
      border: 1px solid #235A8B; }
  .button.small, #form-speaking-request .small.gform_save_link, div .small.gform_save_link, button.small, input[type=button].small, input[type=submit].small {
    font-size: 13.5px;
    font-size: 1.35rem; }
  .button.large, #form-speaking-request .large.gform_save_link, div .large.gform_save_link, button.large, input[type=button].large, input[type=submit].large {
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%;
    padding: 1.5em 1.5em; }
  .button.download, #form-speaking-request .download.gform_save_link, div .download.gform_save_link, button.download, input[type=button].download, input[type=submit].download {
    font-size: 16px;
    font-size: 1.6rem;
    color: #2066a2;
    background-color: white;
    border: 1px solid #d4d6d9;
    position: relative;
    padding: 0;
    text-align: left; }
    .button.download:before, #form-speaking-request .download.gform_save_link:before, div .download.gform_save_link:before, .button.download > span, #form-speaking-request .download.gform_save_link > span, div .download.gform_save_link > span, button.download:before, button.download > span, input[type=button].download:before, input[type=button].download > span, input[type=submit].download:before, input[type=submit].download > span {
      padding: 14px;
      padding: 1.4rem; }
    .button.download:before, #form-speaking-request .download.gform_save_link:before, div .download.gform_save_link:before, button.download:before, input[type=button].download:before, input[type=submit].download:before {
      position: absolute;
      font-size: 1.8em;
      top: 0;
      left: 0;
      padding: 12px 8px;
      padding: 1.2rem 0.8rem;
      vertical-align: middle; }
    .button.download > span, #form-speaking-request .download.gform_save_link > span, div .download.gform_save_link > span, button.download > span, input[type=button].download > span, input[type=submit].download > span {
      display: inline-block;
      vertical-align: top;
      padding-left: 48px;
      padding-left: 4.8rem;
      line-height: 1.5em; }
      .lt-ie8 .button.download > span, .lt-ie8 #form-speaking-request .download.gform_save_link > span, #form-speaking-request .lt-ie8 .download.gform_save_link > span, .lt-ie8 div .download.gform_save_link > span, div .lt-ie8 .download.gform_save_link > span, .lt-ie8 button.download > span, .lt-ie8 input[type=button].download > span, .lt-ie8 input[type=submit].download > span {
        zoom: 1;
        display: inline;
        margin-right: 0.25em; }
    .button.download:hover, #form-speaking-request .download.gform_save_link:hover, div .download.gform_save_link:hover, button.download:hover, input[type=button].download:hover, input[type=submit].download:hover {
      color: white;
      background-color: #235A8B;
      border: 1px solid #d4d6d9; }
  .button.social, #form-speaking-request .social.gform_save_link, div .social.gform_save_link, button.social, input[type=button].social, input[type=submit].social {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    color: #2066a2;
    background-color: transparent;
    border: 1px solid #2066a2;
    position: relative;
    padding: .7em 1.5em .7em 3em; }
    .button.social:hover, #form-speaking-request .social.gform_save_link:hover, div .social.gform_save_link:hover, button.social:hover, input[type=button].social:hover, input[type=submit].social:hover {
      color: white;
      background-color: #235A8B;
      border: 1px solid #235A8B; }
    .button.social:before, #form-speaking-request .social.gform_save_link:before, div .social.gform_save_link:before, button.social:before, input[type=button].social:before, input[type=submit].social:before {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.5em;
      position: absolute;
      top: 0;
      left: 10px;
      left: 1rem; }
    #root .button.social > [class*="aticon-"], #root #form-speaking-request .social.gform_save_link > [class*="aticon-"], #form-speaking-request #root .social.gform_save_link > [class*="aticon-"], #root div .social.gform_save_link > [class*="aticon-"], div #root .social.gform_save_link > [class*="aticon-"], #root button.social > [class*="aticon-"], #root input[type=button].social > [class*="aticon-"], #root input[type=submit].social > [class*="aticon-"] {
      display: none; }
  aside .button, aside #form-speaking-request .gform_save_link, #form-speaking-request aside .gform_save_link, aside div .gform_save_link, div aside .gform_save_link, aside button, aside input[type=button], aside input[type=submit] {
    line-height: 1.5em; }

.hover-button:before {
  display: none;
  text-align: center; }

.hover-button:hover {
  color: white;
  background-color: #2066a2; }
  .hover-button:hover:before {
    display: block; }

table {
  width: 100%;
  text-align: left; }
  table td {
    border: 1px solid #d4d6d9;
    padding: .5em .7em; }
  table tr:first-of-type td {
    background-color: #f3f3f3; }
  table thead th {
    background-color: #f3f3f3; }

@media screen and (max-width: 1160px) {
  .category-filters {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media screen and (max-width: 1023px) {
  body {
    background-color: white; }
  #main .hide-large {
    display: block; }
  #main .hide-small {
    display: none; }
  #main section, #main article, #main aside {
    display: block;
    width: 100%; }
  #main aside {
    display: none; }
  #main section.posts {
    display: grid;
    grid-template-columns: calc(50% - .5rem) calc(50% - .5rem);
    grid-column-gap: .5rem; }
  header {
    display: block;
    position: relative; }
    header .logo {
      box-shadow: none; }
      header .logo img {
        width: 100px; }
        header .logo img.large {
          display: none; }
        header .logo img.small {
          display: inline; }
    header > * {
      display: block;
      width: 100%;
      text-align: center !important;
      padding: 1rem; }
    header h1 {
      display: none; }
      header h1 + div {
        display: none; }
    header span[data-href="#toggle"] {
      display: block;
      width: auto;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0; }
      body.nav-open header span[data-href="#toggle"] img {
        display: none; }
      body.nav-open header span[data-href="#toggle"]::before {
        content: 'X';
        font-weight: bold;
        display: block;
        padding: 2rem;
        font-size: 2.4rem;
        background-color: #fbb731;
        color: #0e356f;
        height: 100%;
        line-height: 5rem; }
    header nav.mobile {
      display: block;
      background-color: white; }
      header nav.mobile, header nav.mobile a, header nav.mobile p, header nav.mobile [data-href] {
        color: #727577; }
      header nav.mobile ul li {
        text-align: left; }
        header nav.mobile ul li form {
          -js-display: flex;
          display: flex;
          justify-content: center; }
          header nav.mobile ul li form input[type="text"] {
            min-width: 60%;
            max-width: 256px; }
          header nav.mobile ul li form::after {
            display: none; }
  .menu-banner-menu-container {
    display: none; }
  section.posts .post {
    margin: 2rem 1rem; }
    section.posts .post.twitter {
      display: none; }
  footer a[href^='tel:'] {
    pointer-events: auto;
    text-decoration: underline; }
  .category-filters .filters {
    display: none; }
  .category-filters .cat-mobile-header {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid #d4d6d9;
    color: #0e356f;
    font-size: 2rem;
    font-weight: bold; }
    .category-filters .cat-mobile-header img {
      width: 2rem;
      height: 2rem; }
  body.mobile-open {
    position: fixed; }
    body.mobile-open header {
      z-index: 200; }
    body.mobile-open .category-filters .cat-mobile-header {
      display: none; }
    body.mobile-open .category-filters .cat-mobile-closeheader {
      display: block; }
    body.mobile-open .category-filters .search {
      display: none; }
    body.mobile-open .category-filters .filters {
      display: block;
      width: 100%;
      height: calc(100% - 8rem - 9rem);
      position: fixed;
      z-index: 10;
      top: 9rem;
      left: 0;
      right: 0;
      overflow-y: scroll;
      background-color: white;
      padding: 2rem; }
    body.mobile-open .category-filters .cat-mobile-update {
      display: block; }
  .category-filters .cat-mobile-closeheader {
    color: #0e356f;
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 5rem;
    width: 100%; }
  .category-filters span[data-href^="#close-filters"] {
    position: absolute;
    right: 2rem;
    transform: translateY(-10%);
    font-size: 2rem; }
  .category-filters .cat-mobile-update {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #e6e9ef;
    text-align: center;
    padding: 2rem;
    margin-top: 3rem; }
    .category-filters .cat-mobile-update a, .category-filters .cat-mobile-update [data-href] {
      display: block;
      color: #0e356f;
      font-weight: bold;
      border-radius: 5px;
      background-color: #fdb913;
      padding-top: 1rem;
      padding-bottom: 1rem; }
  .featured-images {
    display: none; }
  figure.featured-image {
    display: block; }
  #comments {
    display: none; }
  #main .gform_wrapper .gsection {
    padding: 0; }
  .gform_footer.top_label {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    background-color: white;
    box-shadow: 0px 4px 16px rgba(128, 128, 128, 0.6);
    z-index: 50; }
    .nav-open .gform_footer.top_label {
      display: none; }
    .gform_footer.top_label > * {
      margin-left: 0;
      margin-right: 0; }
    .gform_footer.top_label .gform_save_link {
      width: 100%; }
  body.page-template-full-width article > .wrap {
    padding: 0; }
  body.page-template-full-width .form .content {
    padding: 1rem; } }

@media screen and (max-width: 767px) {
  #main section.posts {
    display: block;
    width: 100%;
    -js-display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    #main section.posts > *,
    #main section.posts .post {
      width: 100%; }
    #main section.posts article {
      width: 100%; }
  #main footer {
    flex-direction: column-reverse; }
    #main footer > *, #main footer .menu {
      display: block;
      width: 100%; }
    #main footer .menu {
      text-align: center;
      padding: 1rem 0 0;
      border-bottom: 1px solid #d4d6d9; }
      #main footer .menu span {
        padding: 1rem; }
    #main footer .widget {
      max-width: none; }
  #main .gform_footer.top_label {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    background-color: white;
    box-shadow: 0px 4px 16px rgba(128, 128, 128, 0.6);
    z-index: 50; }
    .nav-open #main .gform_footer.top_label {
      display: none; }
    #main .gform_footer.top_label > * {
      margin-left: 0;
      margin-right: 0; } }

@media screen and (max-width: 359px) {
  #main footer .menu a {
    display: block; }
    #main footer .menu a[href*="twitter"] {
      white-space: nowrap; }
  #main footer .menu span {
    display: none; } }
