@charset "UTF-8";
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url("https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
  outline: none; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

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

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

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

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:after, .cf:after {
    content: "";
    display: table;
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/*!
 *  Font Awesome 4.7.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("../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -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-pp: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-resistance: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: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: ""; }

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

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

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

.fa-usb:before {
  content: ""; }

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

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

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

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

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

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

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

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

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

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

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

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

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

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

.fa-blind:before {
  content: ""; }

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

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

.fa-braille:before {
  content: ""; }

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

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

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

.fa-glide:before {
  content: ""; }

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

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

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

.fa-viadeo:before {
  content: ""; }

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

.fa-snapchat:before {
  content: ""; }

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

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

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

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

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

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

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

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

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

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

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

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

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

@font-face {
  font-family: 'Linearicons';
  src: url("../fonts/linear/Linearicons-Free.eot?w118d");
  src: url("../fonts/linear/Linearicons-Free.eot?#iefixw118d") format("embedded-opentype"), url("../fonts/linear/Linearicons-Free.woff2?w118d") format("woff2"), url("../fonts/linear/Linearicons-Free.woff?w118d") format("woff"), url("../fonts/linear/Linearicons-Free.ttf?w118d") format("truetype"), url("../fonts/linear/Linearicons-Free.svg?w118d#Linearicons-Free") format("svg");
  font-weight: normal;
  font-style: normal; }

.lnr {
  font-family: 'Linearicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lnr-home:before {
  content: "\e800"; }

.lnr-apartment:before {
  content: "\e801"; }

.lnr-pencil:before {
  content: "\e802"; }

.lnr-magic-wand:before {
  content: "\e803"; }

.lnr-drop:before {
  content: "\e804"; }

.lnr-lighter:before {
  content: "\e805"; }

.lnr-poop:before {
  content: "\e806"; }

.lnr-sun:before {
  content: "\e807"; }

.lnr-moon:before {
  content: "\e808"; }

.lnr-cloud:before {
  content: "\e809"; }

.lnr-cloud-upload:before {
  content: "\e80a"; }

.lnr-cloud-download:before {
  content: "\e80b"; }

.lnr-cloud-sync:before {
  content: "\e80c"; }

.lnr-cloud-check:before {
  content: "\e80d"; }

.lnr-database:before {
  content: "\e80e"; }

.lnr-lock:before {
  content: "\e80f"; }

.lnr-cog:before {
  content: "\e810"; }

.lnr-trash:before {
  content: "\e811"; }

.lnr-dice:before {
  content: "\e812"; }

.lnr-heart:before {
  content: "\e813"; }

.lnr-star:before {
  content: "\e814"; }

.lnr-star-half:before {
  content: "\e815"; }

.lnr-star-empty:before {
  content: "\e816"; }

.lnr-flag:before {
  content: "\e817"; }

.lnr-envelope:before {
  content: "\e818"; }

.lnr-paperclip:before {
  content: "\e819"; }

.lnr-inbox:before {
  content: "\e81a"; }

.lnr-eye:before {
  content: "\e81b"; }

.lnr-printer:before {
  content: "\e81c"; }

.lnr-file-empty:before {
  content: "\e81d"; }

.lnr-file-add:before {
  content: "\e81e"; }

.lnr-enter:before {
  content: "\e81f"; }

.lnr-exit:before {
  content: "\e820"; }

.lnr-graduation-hat:before {
  content: "\e821"; }

.lnr-license:before {
  content: "\e822"; }

.lnr-music-note:before {
  content: "\e823"; }

.lnr-film-play:before {
  content: "\e824"; }

.lnr-camera-video:before {
  content: "\e825"; }

.lnr-camera:before {
  content: "\e826"; }

.lnr-picture:before {
  content: "\e827"; }

.lnr-book:before {
  content: "\e828"; }

.lnr-bookmark:before {
  content: "\e829"; }

.lnr-user:before {
  content: "\e82a"; }

.lnr-users:before {
  content: "\e82b"; }

.lnr-shirt:before {
  content: "\e82c"; }

.lnr-store:before {
  content: "\e82d"; }

.lnr-cart:before {
  content: "\e82e"; }

.lnr-tag:before {
  content: "\e82f"; }

.lnr-phone-handset:before {
  content: "\e830"; }

.lnr-phone:before {
  content: "\e831"; }

.lnr-pushpin:before {
  content: "\e832"; }

.lnr-map-marker:before {
  content: "\e833"; }

.lnr-map:before {
  content: "\e834"; }

.lnr-location:before {
  content: "\e835"; }

.lnr-calendar-full:before {
  content: "\e836"; }

.lnr-keyboard:before {
  content: "\e837"; }

.lnr-spell-check:before {
  content: "\e838"; }

.lnr-screen:before {
  content: "\e839"; }

.lnr-smartphone:before {
  content: "\e83a"; }

.lnr-tablet:before {
  content: "\e83b"; }

.lnr-laptop:before {
  content: "\e83c"; }

.lnr-laptop-phone:before {
  content: "\e83d"; }

.lnr-power-switch:before {
  content: "\e83e"; }

.lnr-bubble:before {
  content: "\e83f"; }

.lnr-heart-pulse:before {
  content: "\e840"; }

.lnr-construction:before {
  content: "\e841"; }

.lnr-pie-chart:before {
  content: "\e842"; }

.lnr-chart-bars:before {
  content: "\e843"; }

.lnr-gift:before {
  content: "\e844"; }

.lnr-diamond:before {
  content: "\e845"; }

.lnr-linearicons:before {
  content: "\e846"; }

.lnr-dinner:before {
  content: "\e847"; }

.lnr-coffee-cup:before {
  content: "\e848"; }

.lnr-leaf:before {
  content: "\e849"; }

.lnr-paw:before {
  content: "\e84a"; }

.lnr-rocket:before {
  content: "\e84b"; }

.lnr-briefcase:before {
  content: "\e84c"; }

.lnr-bus:before {
  content: "\e84d"; }

.lnr-car:before {
  content: "\e84e"; }

.lnr-train:before {
  content: "\e84f"; }

.lnr-bicycle:before {
  content: "\e850"; }

.lnr-wheelchair:before {
  content: "\e851"; }

.lnr-select:before {
  content: "\e852"; }

.lnr-earth:before {
  content: "\e853"; }

.lnr-smile:before {
  content: "\e854"; }

.lnr-sad:before {
  content: "\e855"; }

.lnr-neutral:before {
  content: "\e856"; }

.lnr-mustache:before {
  content: "\e857"; }

.lnr-alarm:before {
  content: "\e858"; }

.lnr-bullhorn:before {
  content: "\e859"; }

.lnr-volume-high:before {
  content: "\e85a"; }

.lnr-volume-medium:before {
  content: "\e85b"; }

.lnr-volume-low:before {
  content: "\e85c"; }

.lnr-volume:before {
  content: "\e85d"; }

.lnr-mic:before {
  content: "\e85e"; }

.lnr-hourglass:before {
  content: "\e85f"; }

.lnr-undo:before {
  content: "\e860"; }

.lnr-redo:before {
  content: "\e861"; }

.lnr-sync:before {
  content: "\e862"; }

.lnr-history:before {
  content: "\e863"; }

.lnr-clock:before {
  content: "\e864"; }

.lnr-download:before {
  content: "\e865"; }

.lnr-upload:before {
  content: "\e866"; }

.lnr-enter-down:before {
  content: "\e867"; }

.lnr-exit-up:before {
  content: "\e868"; }

.lnr-bug:before {
  content: "\e869"; }

.lnr-code:before {
  content: "\e86a"; }

.lnr-link:before {
  content: "\e86b"; }

.lnr-unlink:before {
  content: "\e86c"; }

.lnr-thumbs-up:before {
  content: "\e86d"; }

.lnr-thumbs-down:before {
  content: "\e86e"; }

.lnr-magnifier:before {
  content: "\e86f"; }

.lnr-cross:before {
  content: "\e870"; }

.lnr-menu:before {
  content: "\e871"; }

.lnr-list:before {
  content: "\e872"; }

.lnr-chevron-up:before {
  content: "\e873"; }

.lnr-chevron-down:before {
  content: "\e874"; }

.lnr-chevron-left:before {
  content: "\e875"; }

.lnr-chevron-right:before {
  content: "\e876"; }

.lnr-arrow-up:before {
  content: "\e877"; }

.lnr-arrow-down:before {
  content: "\e878"; }

.lnr-arrow-left:before {
  content: "\e879"; }

.lnr-arrow-right:before {
  content: "\e87a"; }

.lnr-move:before {
  content: "\e87b"; }

.lnr-warning:before {
  content: "\e87c"; }

.lnr-question-circle:before {
  content: "\e87d"; }

.lnr-menu-circle:before {
  content: "\e87e"; }

.lnr-checkmark-circle:before {
  content: "\e87f"; }

.lnr-cross-circle:before {
  content: "\e880"; }

.lnr-plus-circle:before {
  content: "\e881"; }

.lnr-circle-minus:before {
  content: "\e882"; }

.lnr-arrow-up-circle:before {
  content: "\e883"; }

.lnr-arrow-down-circle:before {
  content: "\e884"; }

.lnr-arrow-left-circle:before {
  content: "\e885"; }

.lnr-arrow-right-circle:before {
  content: "\e886"; }

.lnr-chevron-up-circle:before {
  content: "\e887"; }

.lnr-chevron-down-circle:before {
  content: "\e888"; }

.lnr-chevron-left-circle:before {
  content: "\e889"; }

.lnr-chevron-right-circle:before {
  content: "\e88a"; }

.lnr-crop:before {
  content: "\e88b"; }

.lnr-frame-expand:before {
  content: "\e88c"; }

.lnr-frame-contract:before {
  content: "\e88d"; }

.lnr-layers:before {
  content: "\e88e"; }

.lnr-funnel:before {
  content: "\e88f"; }

.lnr-text-format:before {
  content: "\e890"; }

.lnr-text-format-remove:before {
  content: "\e891"; }

.lnr-text-size:before {
  content: "\e892"; }

.lnr-bold:before {
  content: "\e893"; }

.lnr-italic:before {
  content: "\e894"; }

.lnr-underline:before {
  content: "\e895"; }

.lnr-strikethrough:before {
  content: "\e896"; }

.lnr-highlight:before {
  content: "\e897"; }

.lnr-text-align-left:before {
  content: "\e898"; }

.lnr-text-align-center:before {
  content: "\e899"; }

.lnr-text-align-right:before {
  content: "\e89a"; }

.lnr-text-align-justify:before {
  content: "\e89b"; }

.lnr-line-spacing:before {
  content: "\e89c"; }

.lnr-indent-increase:before {
  content: "\e89d"; }

.lnr-indent-decrease:before {
  content: "\e89e"; }

.lnr-pilcrow:before {
  content: "\e89f"; }

.lnr-direction-ltr:before {
  content: "\e8a0"; }

.lnr-direction-rtl:before {
  content: "\e8a1"; }

.lnr-page-break:before {
  content: "\e8a2"; }

.lnr-sort-alpha-asc:before {
  content: "\e8a3"; }

.lnr-sort-amount-asc:before {
  content: "\e8a4"; }

.lnr-hand:before {
  content: "\e8a5"; }

.lnr-pointer-up:before {
  content: "\e8a6"; }

.lnr-pointer-right:before {
  content: "\e8a7"; }

.lnr-pointer-down:before {
  content: "\e8a8"; }

.lnr-pointer-left:before {
  content: "\e8a9"; }

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.btn, input[type="submit"] {
  appearance: none;
  position: relative;
  display: inline-block;
  font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  background: transparent;
  font-size: 1.125em;
  padding: 11px 26px;
  min-width: 180px;
  border-radius: 0;
  cursor: pointer;
  color: #0578A9;
  border: 3px solid #0578A9;
  transition: all .2s ease-in-out; }
  .btn:hover, .btn:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #0578A9; }
  .btn:focus, input[type="submit"]:focus {
    outline: -webkit-focus-ring-color auto 5px; }
  .btn.disabled, .btn:disabled, input[type="submit"].disabled, input[type="submit"]:disabled {
    border: 3px solid #5A6274;
    color: #5A6274;
    cursor: default; }
    .btn.disabled:hover, .btn.disabled:focus, .btn:disabled:hover, .btn:disabled:focus, input[type="submit"].disabled:hover, input[type="submit"].disabled:focus, input[type="submit"]:disabled:hover, input[type="submit"]:disabled:focus {
      border: 3px solid #5A6274;
      color: #5A6274; }
  .btn.small, input[type="submit"].small {
    font-size: 1em;
    padding: 8px 20px; }
  .btn.white, input[type="submit"].white {
    color: #fff;
    border: 3px solid #fff; }
    .btn.white:hover, .btn.white:focus, input[type="submit"].white:hover, input[type="submit"].white:focus {
      background: #fff;
      color: #0578A9; }
  .btn.lt-blue, input[type="submit"].lt-blue {
    border: 3px solid #A0E3FE;
    color: #fff; }
    .btn.lt-blue:hover, .btn.lt-blue:focus, input[type="submit"].lt-blue:hover, input[type="submit"].lt-blue:focus {
      background: #A0E3FE;
      color: #003152; }
  .banner .btn.white, .banner input[type="submit"].white {
    color: #0C3A66;
    border: 3px solid #fff;
    background: #FFF; }
    .banner .btn.white:hover, .banner .btn.white:focus, .banner input[type="submit"].white:hover, .banner input[type="submit"].white:focus {
      background: #0C3A66;
      color: #FFF; }

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  line-height: 1em;
  padding: 18px 18px;
  font-weight: 400;
  width: 100%;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
  color: #5A6274;
  border: 1px solid #DDE2E8;
  height: 60px;
  appearance: none; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #ccc;
    opacity: 0.6; }

.tml label {
  font-weight: 600;
  font-size: .875em;
  line-height: 1.375em;
  color: #0578A9;
  text-transform: uppercase; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5A6274;
  opacity: .5; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #5A6274;
  opacity: .5; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #5A6274;
  opacity: .5; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #5A6274;
  opacity: .5; }

input[type="checkbox"] {
  appearance: none;
  display: none; }
  input[type="checkbox"] + label:before {
    content: '';
    border: 1px solid #DADDE2;
    width: 20px;
    height: 20px;
    top: -2px;
    left: 0px;
    background: #fff;
    position: absolute; }
  input[type="checkbox"]:checked + label:after {
    content: '';
    width: 14px;
    height: 14px;
    top: 2px;
    left: 4px;
    background: #0578A9;
    position: absolute; }
  input[type="checkbox"]:focus + label:before {
    outline: -webkit-focus-ring-color auto 5px; }

select {
  background-image: url(../img/select-bg.png);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  cursor: pointer; }

textarea {
  height: 300px;
  resize: none; }

.gform_fields {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px; }

.gform_body {
  margin-bottom: 40px;
  margin-top: 20px; }

.gfield_description {
  margin: 10px 0; }

.gfield + .gfield {
  margin-top: 40px; }

.gfield_checkbox {
  list-style-type: none;
  padding-left: 0; }
  .gfield_checkbox li {
    position: relative;
    margin-bottom: 20px; }
    .gfield_checkbox li input {
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      cursor: pointer; }
    .gfield_checkbox li label {
      display: inline-block;
      padding-left: 35px;
      font-size: .875em;
      line-height: 1.1875em;
      cursor: pointer;
      position: relative;
      margin-top: 2px; }

#gform_1 .gform_footer {
  text-align: center; }

.gform_hidden {
  margin: 0 !important; }

.gform_confirmation_message {
  margin: 20px 0; }

.gform_required_legend {
  display: none; }

.validation_error {
  margin-top: 20px; }
  .validation_error + .gform_body {
    border: 1px solid red;
    padding: 10px; }
    .validation_error + .gform_body .gform_fields {
      margin-top: 10px; }

.gform_body:before {
  content: '* = Required';
  color: #a94442;
  font-weight: 600;
  margin-bottom: 20px; }

.gfield_label {
  text-transform: uppercase;
  font-weight: 600;
  color: #003C66;
  display: inline-block;
  margin-bottom: 10px; }

span.gfield_required {
  color: #a94442;
  float: left;
  margin-right: 3px;
  font-weight: 600; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

.gform_validation_container {
  height: 0;
  overflow: hidden;
  opacity: 0; }

.validation_message, .gfield_validation_message {
  color: red;
  font-weight: bold;
  text-transform: uppercase; }

.gform_submission_error {
  padding: 1rem;
  border: solid 1px red;
  color: red; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  border: 0;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  z-index: 5; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 64px;
    line-height: 1;
    font-family: 'Linearicons';
    height: 10px;
    width: 10px;
    position: relative;
    color: #FFFFFF;
    opacity: .5; }
  .slick-prev:hover:before, .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before {
    opacity: 1; }

.slick-prev {
  left: 5%; }
  .slick-prev:before {
    content: '\e875'; }

.slick-next {
  right: 5%; }
  .slick-next:before {
    content: '\e876'; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0px;
  left: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 7px;
    padding: 0;
    cursor: pointer;
    vertical-align: bottom; }
    .slick-dots li button {
      border: 0;
      background: rgba(0, 0, 0, 0.3);
      display: block;
      height: 16px;
      width: 16px;
      border-radius: 50%;
      line-height: 0px;
      font-size: 0px;
      color: #000;
      cursor: pointer;
      background-color: #a8b6c7; }
      .slick-dots li button:hover {
        background-color: #9FE2FF; }
      .slick-dots li button:focus {
        background-color: #9FE2FF;
        outline: -webkit-focus-ring-color auto 5px; }
    .slick-dots li:focus {
      outline: -webkit-focus-ring-color auto 5px; }
    .slick-dots li.slick-active button {
      background-color: #0062A1; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html.overflow, body.overflow {
  overflow: hidden; }

html *:focus, body *:focus {
  outline-style: solid;
  outline-color: #85bffc;
  outline: -webkit-focus-ring-color auto 5px; }

html.hide-focus *, body.hide-focus * {
  outline: none !important; }

html.hide-focus input:focus, html.hide-focus textarea:focus, html.hide-focus select:focus, body.hide-focus input:focus, body.hide-focus textarea:focus, body.hide-focus select:focus {
  outline-style: solid !important;
  outline-color: #85bffc !important;
  outline: -webkit-focus-ring-color auto 5px !important; }

i.lnr.lnr-magnifier {
  font-weight: 600; }

.skip-link {
  position: fixed !important;
  left: 20px !important;
  top: 20px !important;
  color: #0578A9;
  opacity: 0; }
  .skip-link:focus {
    opacity: 1; }
  .public .skip-link {
    color: #fff; }

.text-to-copy {
  /*visibility: hidden;
	height: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	opacity: 0;
	width: 1px !important; 
	display: inline !important;*/
  position: fixed;
  left: -9999px;
  opacity: 0; }

[data-action='copy'] {
  color: #0578A9;
  float: right;
  cursor: pointer;
  display: block; }

.actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline; }
  .actions .blue-text {
    width: 80%; }
  .actions a {
    margin-top: 19px; }
  .actions .copy-confirm {
    width: 100%;
    margin-top: 10px; }

.copy-confirm {
  display: none; }

body {
  font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  color: #5A6274;
  background-color: #fff; }

.img-holder {
  overflow: hidden;
  display: block; }
  .img-holder img {
    display: block;
    max-width: 100%;
    height: auto; }

p a {
  color: #0578A9; }
  p a:hover, p a:focus {
    color: #035987; }

ul, ol {
  margin: 0;
  padding-left: 20px; }
  ul.no-style, ol.no-style {
    list-style-type: none;
    padding-left: 0; }

.center {
  text-align: center; }

b {
  font-weight: 600; }

.no-border {
  border: none !important; }

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

.screen-reader-text {
  position: absolute !important;
  left: -999em; }

.wrap {
  width: 90%;
  margin: 0 auto;
  max-width: 1236px; }

iframe {
  max-width: 100%;
  border: 0; }

.vid-box {
  width: 100%; }
  .vid-box .vid-holder {
    position: relative;
    padding-bottom: 54%;
    width: 100%; }
    .vid-box .vid-holder iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }

a {
  color: inherit;
  text-decoration: none;
  /* mobile tap color */ }
  a:hover, a:focus {
    text-decoration: none; }
  a:focus {
    outline: -webkit-focus-ring-color auto 5px; }
  a:active {
    text-decoration: none; }
  a:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }
  a.simple {
    color: #0578A9;
    font-size: .875em; }
    a.simple:hover, a.simple:focus {
      color: #003C66; }

.reg-mark {
  vertical-align: super;
  font-size: .9rem;
  line-height: 0; }

.gray-text {
  color: #5A6274; }
  .gray-text:hover, .gray-text:focus {
    color: #0578A9; }

.blue-text {
  color: #0578A9; }
  .blue-text:hover, .blue-text:focus {
    color: #035987; }

.white-text {
  color: #fff; }
  .white-text:hover, .white-text:focus {
    color: #9FE2FF; }

.upper {
  text-transform: uppercase; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 600; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 1.875em;
  color: #fff; }

h2, .h2 {
  font-size: 1.625em;
  color: #0578A9; }

h3, .h3 {
  font-size: .875em; }

h4, .h4 {
  font-size: 1.25em; }

p {
  margin: 0; }

nav, .nav, .nav ul {
  list-style-type: none;
  padding-left: 0; }

.logo {
  max-width: 198px; }

#container {
  position: relative; }

.object-fit-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .object-fit-cover img, .object-fit-cover picture {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.object-fit-contain {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }
  .object-fit-contain img, .object-fit-contain picture {
    height: 100%;
    width: 100%;
    object-fit: contain; }

.object-fit-scale-down {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto; }
  .object-fit-scale-down img {
    height: 100%;
    width: 100%;
    object-fit: scale-down; }

.topbar {
  background: #fff;
  color: #515061;
  font-size: .875em;
  font-weight: 700;
  text-align: right;
  padding: 3px 0; }
  .topbar a {
    vertical-align: middle;
    margin-left: 10px;
    display: inline-block;
    line-height: 2.75em;
    padding: 0 4px; }
    .topbar a .img-holder {
      width: 29px;
      height: 30px;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      overflow: hidden; }
      .topbar a .img-holder img {
        position: absolute;
        width: 100%;
        height: auto;
        top: 0;
        left: 0; }
    .topbar a:hover {
      background: #515061;
      color: #fff; }
      .topbar a:hover .img-holder img {
        top: -100%; }

.header-prompt {
  background: #0578A9;
  color: #fff;
  padding: 30px 0;
  position: relative;
  z-index: 4;
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.2); }
  .header-prompt .dismiss {
    float: right;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    z-index: 4; }
    .header-prompt .dismiss i {
      font-size: 1.125em; }
  .header-prompt p {
    font-size: .875em;
    line-height: 1.25em; }
    .header-prompt p span {
      margin-left: 16px; }
    .header-prompt p b {
      font-size: 1em; }
    .header-prompt p + p {
      margin-top: 5px; }
  .header-prompt a {
    color: #fff;
    text-decoration: underline;
    display: inline-block;
    margin-top: 16px; }
    .header-prompt a:hover {
      color: #fff; }
  .header-prompt.square {
    display: none;
    position: absolute;
    top: 114px;
    right: 5%;
    background: #0061A3;
    padding: 12px 0 20px;
    max-width: 290px;
    opacity: 0;
    transition: opacity .25s ease-in-out; }
    .header-prompt.square.fadein {
      opacity: 1; }
    .header-prompt.square .wrap {
      padding-right: 30px; }
    .header-prompt.square p {
      max-width: none; }
      .header-prompt.square p b {
        font-size: 18px; }
      .header-prompt.square p + div {
        margin-top: 10px; }
      .header-prompt.square p > a:first-child {
        font-weight: 700;
        text-decoration: none; }
        .header-prompt.square p > a:first-child:after {
          content: '\e87a';
          font-family: 'Linearicons';
          vertical-align: middle;
          margin-left: 10px;
          font-weight: 700; }
    .header-prompt.square .dismiss {
      font-size: 0; }
      .header-prompt.square .dismiss i {
        font-size: 20px; }
    .page-template-page-home-public .header-prompt.square, .page-template-page-home .header-prompt.square {
      display: block; }

header {
  background-color: #0B3A66; }
  header .mobile-menu-btn {
    background: #002E53;
    font-size: 1.125em;
    padding: 12px 18px;
    color: #fff;
    cursor: pointer; }
    header .mobile-menu-btn.opener {
      width: 140px; }
      header .mobile-menu-btn.opener div {
        margin-right: 24px;
        display: inline-block;
        vertical-align: middle; }
      header .mobile-menu-btn.opener span {
        width: 25px;
        height: 2px;
        background: #fff;
        display: block; }
        header .mobile-menu-btn.opener span + span {
          margin-top: 5px; }
      header .mobile-menu-btn.opener p {
        vertical-align: middle;
        display: inline-block; }
    header .mobile-menu-btn.closer {
      display: flex;
      width: 100%;
      justify-content: flex-end;
      font-size: .875em;
      font-weight: 600;
      padding: 20px; }
      header .mobile-menu-btn.closer i {
        margin-left: 12px;
        font-size: 1.125em; }
  header .logo {
    max-width: 105px; }
  header .wrap {
    align-items: center; }
  header .head-facebook {
    order: 6;
    font-weight: 500;
    color: #fff;
    font-size: .875em;
    padding: 6px 20px;
    margin-bottom: 60px; }
  header .account {
    position: relative;
    order: 3;
    padding: 20px 0;
    width: 100%; }
    .public header .account {
      padding: 20px 0 0 20px; }
    header .account > a {
      color: #fff;
      font-size: 14px;
      display: block;
      margin-left: 20px;
      margin-bottom: 20px; }
      header .account > a i {
        color: #9FE2FF;
        margin-right: 8px; }
    header .account span {
      color: #fff;
      font-size: .875em;
      line-height: 1.25em;
      cursor: pointer;
      margin-left: 20px; }
      header .account span i {
        font-size: .5625em;
        display: none; }
    header .account ul {
      padding-left: 0;
      margin-top: 10px; }
      header .account ul li a {
        color: #9FE2FF;
        font-weight: 600;
        display: block;
        padding: 10px 20px; }
    header .account .btn {
      font-size: .875em;
      font-weight: 400;
      border-width: 1px;
      padding: 10px; }
  header form.search-site {
    order: 1;
    margin: 20px auto;
    width: 90%;
    background: #002E53;
    display: flex;
    border: 0;
    margin-bottom: 0; }
    header form.search-site input {
      height: 50px;
      border: 0;
      color: #fff;
      font-size: 1em; }
    header form.search-site button {
      height: 50px;
      border: 0;
      color: #fff; }
    header form.search-site ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff;
      opacity: 1; }
    header form.search-site ::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff;
      opacity: 1; }
    header form.search-site :-ms-input-placeholder {
      /* IE 10+ */
      color: #fff;
      opacity: 1; }
    header form.search-site :-moz-placeholder {
      /* Firefox 18- */
      color: #fff;
      opacity: 1; }
  header nav {
    position: absolute;
    left: 100%;
    top: 44px;
    width: 100%;
    display: none;
    transition: all .2s ease-in-out;
    z-index: 10;
    background: #003C66;
    flex-wrap: wrap;
    align-content: flex-start;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.32);
    overflow-y: auto; }
    header nav.open {
      left: 0;
      display: flex; }
    header nav > ul {
      order: 2;
      width: 100%;
      padding-left: 0;
      margin-top: 18px;
      border-bottom: 1px solid #0079A8; }
      header nav > ul > li {
        display: block;
        position: relative;
        padding: 0;
        border-top: 1px solid #0079A8; }
        header nav > ul > li.has-sub > a {
          display: inline-block; }
        header nav > ul > li.has-sub:after {
          content: '\e881';
          font-family: 'Linearicons';
          color: #fff;
          position: absolute;
          top: 5px;
          right: 10px;
          font-size: 1.0625em;
          padding: 10px; }
        header nav > ul > li.has-sub.open {
          background: #0578A9; }
          header nav > ul > li.has-sub.open:after {
            content: '\e882'; }
          header nav > ul > li.has-sub.open .sub-menu {
            display: block; }
        header nav > ul > li > a {
          color: #fff;
          font-size: 1.125em;
          font-weight: 600;
          padding: 13px 20px;
          display: block;
          border-bottom: 2px solid transparent;
          position: relative; }
        header nav > ul > li.my-lead a {
          color: #9FE2FF; }
        header nav > ul > li.my-lead .sub-menu {
          right: 0;
          margin-right: 0;
          width: auto;
          padding: 24px; }
          header nav > ul > li.my-lead .sub-menu:before {
            right: 43px; }
          header nav > ul > li.my-lead .sub-menu a {
            color: #0578A9; }
        header nav > ul > li.c-and-e .sub-menu {
          background: transparent; }
          header nav > ul > li.c-and-e .sub-menu .questions-blocks {
            display: block; }
            header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block {
              width: 100%;
              box-shadow: none;
              margin-bottom: 0; }
              header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block .title-bar {
                background-color: #ECECEC;
                height: auto;
                min-height: 0;
                padding: 14px 20px;
                color: #003D66; }
                header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block .title-bar h3 {
                  font-size: 1.125em;
                  line-height: normal;
                  text-transform: none; }
              header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block .components {
                background: #fff; }
                header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block .components .component {
                  padding: 0; }
                  header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block .components .component h4 {
                    padding: 15px 20px;
                    font-size: 1em;
                    line-height: 1.375em;
                    text-transform: uppercase;
                    border-bottom: 1px solid #F4F4F4;
                    margin-bottom: 0; }
                    header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block .components .component h4 a {
                      color: #003C66; }
                  header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block .components .component ul {
                    margin-top: 0;
                    padding-left: 0; }
                    header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block .components .component ul li {
                      margin-bottom: 0;
                      padding: 15px 20px 15px 40px; }
                      header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block .components .component ul li:last-of-type {
                        margin-bottom: 0; }
                      header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block .components .component ul li a {
                        color: #5A6274;
                        position: relative;
                        padding: 0;
                        padding-left: 42px;
                        display: block; }
                        header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block .components .component ul li a span {
                          position: absolute;
                          left: 0;
                          top: 0; }
                  header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block .components .component + .component {
                    border-top: 1px solid #F4F4F4; }
        header nav > ul > li > .sub-menu {
          display: none;
          background: #fff;
          box-shadow: 0 0 24px 0 rgba(5, 61, 101, 0.15);
          padding-left: 0; }
          header nav > ul > li > .sub-menu li + li {
            border-top: 1px solid #F4F4F4; }
          header nav > ul > li > .sub-menu li a {
            color: #5A6274;
            font-size: 1em;
            line-height: 1.5em;
            font-weight: 400;
            display: block;
            padding: 12px 22px; }

.banner {
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  background: #005083;
  padding: 43px 0;
  background-image: url(../img/full-banner.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover; }
  .banner .h4 {
    color: #9FE2FF;
    display: block;
    margin-bottom: 9px;
    text-transform: uppercase; }
  .banner p {
    margin-top: 12px;
    color: #fff;
    font-size: 1.25em;
    line-height: 2em; }
  .banner.slider {
    padding: 0;
    height: 550px;
    display: block;
    max-height: none; }
    .banner.slider .slick-slide > div {
      height: 100%; }
    .banner.slider .slide {
      height: 100%;
      display: inline-flex !important;
      justify-content: flex-start;
      align-items: center;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      position: relative; }
      .banner.slider .slide:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #002D51;
        opacity: .6; }
    .banner.slider .wrap {
      max-width: 878px;
      position: relative;
      width: 70%; }
    .banner.slider .slick-list, .banner.slider .slick-track {
      height: 100%; }
    .banner.slider .slick-dots {
      bottom: 49px; }
      .banner.slider .slick-dots li button {
        border-radius: 0;
        height: 4px;
        width: 60px;
        background-color: #D2E6FF;
        color: #5A6274; }
        .banner.slider .slick-dots li button:hover {
          background-color: #fff; }
        .banner.slider .slick-dots li button:focus {
          background-color: #fff; }
      .banner.slider .slick-dots li.slick-active button {
        height: 8px;
        background-color: #9FE2FF;
        color: #000; }
    .banner.slider .h1 {
      font-size: 2em;
      line-height: normal;
      margin-bottom: 34px; }
    .banner.slider p, .banner.slider .p {
      font-size: 1.8125em;
      line-height: normal;
      color: #fff;
      max-width: 368px;
      margin: 0 auto 60px; }

.flex {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap; }
  .flex.no-wrap {
    flex-wrap: nowrap; }
  .flex.flex-end {
    align-items: flex-end; }
  .flex.justify-center {
    justify-content: center; }
  .flex.align-center {
    align-items: center; }
  .flex > * {
    width: 100%; }

.archive-event {
  background: #F8FAFB; }

.page-content {
  padding: 50px 0; }
  .page-content .section {
    border-bottom: 1px solid #E5E5E5; }
    .page-content .section:last-of-type {
      border-bottom: 0; }
    .page-content .section:first-of-type p {
      line-height: 1.375em; }
    .page-content .section:not(:first-of-type) {
      padding-top: 26px; }
    .page-content .section p {
      line-height: 1.875em;
      margin-bottom: 30px; }
  .page-content .box {
    border: 1px solid #DDE2E8;
    margin-bottom: 30px; }
    .page-content .box:nth-of-type(2) {
      display: none; }
    .page-content .box .title-box {
      background-color: #F8FAFA;
      border-bottom: 1px solid #DDE2E8;
      position: relative;
      padding: 19px 46px 23px 58px; }
      .page-content .box .title-box i {
        position: absolute;
        left: 20px;
        top: 23px;
        color: #0578A9;
        font-size: 1.25em; }
      .page-content .box .title-box h2 {
        font-size: 1.5em;
        color: #0578A9; }
    .page-content .box .inner {
      padding: 24px 46px 30px 58px; }
      .page-content .box .inner p {
        margin-bottom: 12px; }
        .page-content .box .inner p.date {
          font-size: 1.25em;
          margin-bottom: 26px; }
        .page-content .box .inner p b {
          font-size: .8em;
          line-height: 1.375em;
          color: #003C66;
          display: inline-block; }
      .page-content .box .inner label {
        font-size: .875em;
        line-height: 1.1875em;
        display: block; }
      .page-content .box .inner input {
        appearance: none;
        padding: 0;
        border: 0;
        color: #0578A9;
        font-weight: 600;
        font-size: .875em;
        height: 20px; }
      .page-content .box .inner .copied {
        font-size: .75em; }
    .page-content .box .btn {
      width: 100%;
      padding: 18px; }
    .page-content .box a i {
      vertical-align: middle; }

.none {
  display: none;
  clear: both; }

.events {
  clear: both; }
  .events .event > .dates {
    display: none; }
  .events .event .mobile-only {
    margin-bottom: 20px; }
    .events .event .mobile-only .half {
      width: 48%; }

.sortby {
  text-align: right;
  font-size: .9375em;
  cursor: default;
  position: relative;
  margin-bottom: 30px;
  color: #003C66;
  display: inline-block;
  float: right; }
  .sortby span {
    cursor: pointer; }
  .sortby i {
    cursor: pointer;
    font-size: .75em;
    margin-left: 7px; }
  .sortby ul {
    list-style-type: none;
    padding: 14px 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
    right: 0;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    display: none;
    text-align: left; }
    .sortby ul li {
      padding: 11px 14px;
      cursor: pointer; }
      .sortby ul li:hover, .sortby ul li:focus {
        color: #fff;
        background-color: #0578A9; }

.show-all {
  color: #0578A9;
  font-size: .875em;
  cursor: pointer;
  display: none;
  float: left; }
  .show-all:hover, .show-all:focus {
    color: #035987; }
  .show-all.show {
    display: inline-block; }

.event-archive {
  background: #F8FAFB; }
  .event-archive > .wrap {
    align-items: flex-start; }
  .event-archive .left h2 {
    color: #003C66;
    font-size: 1.875em; }

.event-page .right h3 {
  color: #003C66;
  margin-bottom: 20px;
  font-size: 1em;
  line-height: 1.375em;
  text-transform: uppercase; }

.event-page .right p {
  font-size: 1em;
  line-height: 1.5em; }

.event-page .right .section p {
  line-height: 1.875em; }

.event-page .right .section h4 {
  color: #0578A9;
  font-size: 1.0625em;
  line-height: 1.375em;
  text-transform: none;
  margin-bottom: 10px; }

.mobile-filter {
  display: block;
  margin: 20px 0;
  padding-right: 40px; }

.cat-section {
  display: none;
  margin-top: 40px;
  margin-bottom: 60px; }
  .cat-section .h4 {
    font-size: 1em;
    margin-bottom: 26px;
    color: #003C66;
    text-transform: uppercase; }
  .cat-section .category {
    padding: 18px 26px;
    border: 1px solid #DDE2E8;
    border-left: 4px solid #0578A9;
    cursor: pointer;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 16px;
    background: #fff; }
    .cat-section .category:hover, .cat-section .category:focus {
      box-shadow: 0 0 24px 0 rgba(5, 61, 101, 0.15);
      color: #0578A9; }

.event {
  padding: 40px;
  border: 1px solid #DDE2E8;
  margin-bottom: 30px;
  background: #fff;
  position: relative; }
  .event:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 8px;
    background-color: #0578A9; }
  .event p {
    font-size: .875em;
    margin-bottom: 20px; }
  .event .info h2 {
    margin-bottom: 15px;
    color: #003C66;
    font-size: 1.875em;
    font-weight: 400; }
  .event .info .location {
    margin-bottom: 30px;
    color: #0578A9; }
  .event .dates h2 {
    text-align: center;
    color: #0578A9;
    font-size: 1.875em;
    font-weight: 400;
    display: inline-block; }
  .event .dates h3 {
    margin-bottom: 30px;
    font-size: 1em;
    text-transform: uppercase;
    display: inline-block; }
  .event .dates b {
    color: #0578A9;
    margin-bottom: 5px;
    display: inline-block; }
  .event:hover, .event:focus {
    box-shadow: 0 0 24px 0 rgba(5, 61, 101, 0.15); }

.guiding-questions {
  border-top: 1px solid #EAEDF1;
  border-bottom: 1px solid #EAEDF1;
  padding: 60px 0 45px;
  background-color: #F9FAFC;
  background-image: url(../img/qce-right.svg);
  background-repeat: repeat-y;
  background-position: right top; }
  .guiding-questions h2 {
    font-size: 1.875em;
    color: #0578A9;
    margin-bottom: 30px; }
  .guiding-questions p {
    font-size: 1.25em;
    line-height: 2em;
    max-width: 692px;
    margin: 0 auto 52px; }
  .guiding-questions .btn {
    width: 100%; }

.questions-blocks {
  align-items: stretch; }
  .questions-blocks .question-block {
    width: 100%;
    text-align: left;
    box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    background: #fff; }
    .questions-blocks .question-block .title-bar {
      background-color: #0578A9;
      padding: 10px 40px;
      height: 130px;
      display: flex;
      align-items: center;
      color: #fff; }
      .questions-blocks .question-block .title-bar h3 {
        font-size: 1.5em;
        line-height: normal;
        text-transform: none; }
      .questions-blocks .question-block .title-bar:hover {
        background-color: #01608F; }
    .questions-blocks .question-block .components {
      background: #fff; }
      .questions-blocks .question-block .components .component {
        padding: 30px; }
        .questions-blocks .question-block .components .component h4 {
          font-size: 1em;
          text-transform: uppercase;
          line-height: 1.375em;
          margin-bottom: 26px; }
          .questions-blocks .question-block .components .component h4 a {
            color: #0578A9; }
            .questions-blocks .question-block .components .component h4 a:hover {
              color: #01608F; }
        .questions-blocks .question-block .components .component ul {
          margin-top: 12px;
          padding-left: 20px; }
          .questions-blocks .question-block .components .component ul li {
            margin-bottom: 26px; }
            .questions-blocks .question-block .components .component ul li:last-of-type {
              margin-bottom: 0; }
            .questions-blocks .question-block .components .component ul li a {
              color: #5A6274;
              position: relative;
              padding-left: 42px;
              display: block; }
              .questions-blocks .question-block .components .component ul li a:hover {
                color: #0578A9; }
              .questions-blocks .question-block .components .component ul li a span {
                position: absolute;
                left: 0;
                top: 0; }
        .questions-blocks .question-block .components .component + .component {
          border-top: 1px solid #DDE2E8; }
    .questions-blocks .question-block:nth-of-type(2) .title-bar {
      background: #025987; }
      .questions-blocks .question-block:nth-of-type(2) .title-bar:hover {
        background-color: #004971; }
    .questions-blocks .question-block:nth-of-type(2) .components .component h4 a {
      color: #005083; }
      .questions-blocks .question-block:nth-of-type(2) .components .component h4 a:hover {
        color: #004971; }
    .questions-blocks .question-block:nth-of-type(3) .title-bar {
      background: #003C66; }
      .questions-blocks .question-block:nth-of-type(3) .title-bar:hover {
        background-color: #002B4A; }
    .questions-blocks .question-block:nth-of-type(3) .components .component h4 a {
      color: #003C66; }
      .questions-blocks .question-block:nth-of-type(3) .components .component h4 a:hover {
        color: #002B4A; }

.regional-leads {
  padding: 50px 0; }
  .regional-leads.with-pics h2 {
    text-align: center;
    margin-bottom: 30px; }
  .regional-leads.with-pics .leads .lead {
    padding-left: 100px;
    position: relative;
    margin-bottom: 65px; }
    .regional-leads.with-pics .leads .lead .img-holder {
      display: inline-block;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      border: 3px solid #DDE2E8;
      background: #fff;
      position: absolute;
      left: 0;
      top: 0; }
  .regional-leads h2 {
    font-size: 2.25em;
    margin-bottom: 36px; }
  .regional-leads .leads .lead {
    margin-bottom: 45px; }

.lead h3 {
  margin-bottom: 5px;
  text-transform: none; }
  .lead h3 a {
    color: #0578A9;
    font-size: 1.25em; }

.lead span {
  font-size: .875em;
  line-height: 1.6875em;
  margin-bottom: 5px;
  display: block; }

.lead a {
  color: #0578A9;
  font-size: .875em; }

input[type="submit"] {
  width: 100%; }

.gfield + .gfield {
  margin-top: 20px; }

#gform_4 .gform_body, #gform_5 .gform_body {
  margin-bottom: 20px; }

.contact {
  background: #F5F6F7;
  padding: 30px 0; }
  .contact .wrap {
    max-width: 1022px; }
  .contact .form-holder h2 {
    margin-bottom: 20px; }
  .contact .form-holder p {
    line-height: 1.5em; }
  .contact .form-holder .gform_body {
    margin-bottom: 0; }
  .contact .form-holder .gform_fields {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start; }
    .contact .form-holder .gform_fields li {
      width: 100%;
      margin-bottom: 20px;
      padding: 0; }
    .contact .form-holder .gform_fields .gfield + .gfield {
      margin-top: 0; }
  .contact .sidebar {
    margin-top: 50px; }
    .contact .sidebar .lead-box {
      margin-bottom: 52px;
      background: #fff;
      border: 1px solid #DDE2E8;
      padding: 30px; }
      .contact .sidebar .lead-box h2 {
        font-size: 1.625em;
        color: #003C66;
        margin-bottom: 24px; }
      .contact .sidebar .lead-box .lead {
        margin-bottom: 30px; }
      .contact .sidebar .lead-box h3 {
        margin-bottom: 3px; }
    .contact .sidebar h3 {
      line-height: 1.375em;
      font-size: 1em;
      color: #003C66;
      margin-bottom: 14px; }
    .contact .sidebar p {
      font-size: .875em;
      line-height: 1.25em;
      margin-bottom: 34px; }
      .contact .sidebar p a {
        color: #0578A9; }
        .contact .sidebar p a:hover {
          color: #035987; }

.tutorial-popup .text-holder {
  padding: 30px;
  color: #4A4A4A; }
  .tutorial-popup .text-holder h3 {
    font-size: 1em;
    line-height: 1.375em;
    text-transform: none;
    margin-bottom: 8px; }
  .tutorial-popup .text-holder p {
    font-size: .875em;
    line-height: 1.25em; }

.uses-popup .uses {
  padding: 30px 6%;
  display: block; }
  .uses-popup .uses ul {
    padding: 0;
    list-style: none; }

.bio-popup .bios {
  padding: 30px 25px; }
  .bio-popup .bios .bio {
    display: none;
    justify-content: space-between; }
    .bio-popup .bios .bio .img-holder {
      margin-bottom: 20px; }
    .bio-popup .bios .bio .text-holder h3 {
      font-size: 1.25em;
      color: #0578A9;
      font-weight: 600;
      margin-bottom: 12px; }
    .bio-popup .bios .bio .text-holder h4 {
      color: #757575;
      font-size: .875em;
      font-weight: 400;
      border-bottom: 1px solid #E0E0E0;
      padding-bottom: 1.14em;
      margin-top: 40px;
      margin-bottom: 35px; }
    .bio-popup .bios .bio .text-holder p {
      font-size: .875em;
      line-height: 1.42em; }
    .bio-popup .bios .bio .text-holder .featured-works {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .bio-popup .bios .bio .text-holder .featured-works .resource {
        min-width: 220px;
        max-width: 48%;
        margin-bottom: 26px; }
        .bio-popup .bios .bio .text-holder .featured-works .resource h3 {
          color: #003C66;
          font-size: .875em; }
        .bio-popup .bios .bio .text-holder .featured-works .resource p {
          display: none; }
        .bio-popup .bios .bio .text-holder .featured-works .resource .actions {
          margin-top: 12px;
          font-size: .875em; }
    .bio-popup .bios .bio.active {
      display: block; }

.lead-popup .lead-info {
  padding: 30px;
  align-items: flex-start; }
  .lead-popup .lead-info .img-holder {
    max-height: 200px;
    margin-bottom: 30px; }
    .lead-popup .lead-info .img-holder img {
      max-height: 200px; }
  .lead-popup .lead-info .text-holder .lead {
    margin-bottom: 30px; }
    .lead-popup .lead-info .text-holder .lead h3 {
      margin-bottom: 5px;
      text-transform: none;
      font-size: 1.25em;
      color: #0578A9; }
    .lead-popup .lead-info .text-holder .lead span {
      font-size: .875em;
      line-height: 1.6875em;
      margin-bottom: 5px;
      display: block; }
    .lead-popup .lead-info .text-holder .lead a {
      font-size: .875em; }
  .lead-popup .lead-info .text-holder p {
    margin-bottom: 14px; }

.scroll-top {
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  border-top: 3px solid transparent;
  font-size: 1em;
  padding: 5px 18px 11px;
  position: fixed;
  bottom: 30px;
  right: -100px;
  transition: all .3s ease-in-out;
  z-index: 7;
  cursor: pointer; }
  .scroll-top.on {
    right: 30px; }
  .scroll-top span {
    vertical-align: middle;
    margin-right: 5px; }
  .scroll-top i {
    color: #0578A9;
    vertical-align: middle; }
  .scroll-top:hover, .scroll-top:focus {
    border-top: 3px solid #0578A9; }
    .scroll-top:hover span, .scroll-top:focus span {
      color: #0578A9; }

.page-template-page-resource-bank .banner p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto; }

.page-template-page-resource-bank .page-content {
  position: relative; }
  .page-template-page-resource-bank .page-content .wrap {
    align-items: stretch; }

.page-template-page-resource-bank .sidebar {
  z-index: 12;
  position: absolute;
  top: 0;
  width: 324px;
  left: -350px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.5);
  transition: all .3s ease-in-out;
  background: #F8FAFB;
  min-height: 100vh;
  max-height: 100vh; }
  .page-template-page-resource-bank .sidebar.slide-out {
    left: 0; }
  .page-template-page-resource-bank .sidebar.fixed {
    position: fixed; }
  .page-template-page-resource-bank .sidebar.bottom {
    top: initial;
    bottom: 0; }
  .page-template-page-resource-bank .sidebar .inner {
    height: 100%;
    padding: 30px 20px; }

.clear-filters {
  color: #0578A9;
  font-size: .875em;
  cursor: pointer;
  visibility: hidden;
  margin-bottom: 16px;
  height: 0;
  margin-bottom: 0; }
  .clear-filters:hover {
    color: #035987; }
  .clear-filters i {
    font-size: 1.2em;
    vertical-align: text-bottom; }
  .clear-filters.visible {
    height: auto;
    margin-bottom: 30px;
    visibility: visible; }

.resource-sort-by {
  background-color: #fff;
  background-image: url("../img/select-bg.png");
  background-position: calc(100% - 18px) center;
  background-repeat: no-repeat;
  border: 1px solid #DDE2E8;
  margin-bottom: 22px;
  position: relative;
  padding: 0 18px;
  line-height: 40px;
  cursor: default; }
  .resource-sort-by:hover .sort-list {
    display: block; }
  .resource-sort-by .current-sort {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding-right: 18px; }
  .resource-sort-by .sort-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
    padding: 18px;
    border: 1px solid #DDE2E8;
    display: none;
    list-style-type: none; }
    .resource-sort-by .sort-list li {
      cursor: pointer;
      line-height: normal;
      padding: 10px 0; }

.search-resources {
  width: 100%; }

form.search {
  display: flex;
  background: #fff;
  border: 1px solid #DDE2E8;
  margin-bottom: 22px; }
  form.search label {
    position: fixed;
    top: -400px;
    left: -400px;
    color: #fff; }
    .page-template-page-resource-bank .page-content form.search label {
      color: #000; }
  form.search input {
    margin-bottom: 0;
    font-size: 1em;
    background: none;
    letter-spacing: 0;
    height: 40px;
    border: 0;
    color: #5A6274;
    padding: 0 18px; }
  form.search button {
    appearance: none;
    border: 0;
    background: none;
    font-size: 1em;
    padding: 0 17px;
    color: #003C66; }
  form.search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #5A6274;
    opacity: 1; }
  form.search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #5A6274;
    opacity: 1; }
  form.search :-ms-input-placeholder {
    /* IE 10+ */
    color: #5A6274;
    opacity: 1; }
  form.search :-moz-placeholder {
    /* Firefox 18- */
    color: #5A6274;
    opacity: 1; }

.mobile-slide-out {
  margin-top: -50px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5%;
  border-bottom: 1px solid #DDE2E8;
  cursor: pointer;
  background: #fff; }
  .mobile-slide-out i {
    color: #005283;
    font-size: 1.25em; }
    .mobile-slide-out i.lnr-funnel {
      font-size: 1.5em;
      margin: -2px 0; }
  .mobile-slide-out.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    z-index: 5; }

.slide-placeholder {
  margin-bottom: 30px; }

.resources.flex {
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch; }

.resources .resource {
  margin-bottom: 22px; }
  .resources .resource .inner {
    border: 1px solid #E5E5E5;
    position: relative;
    background: #fff;
    height: 100%; }
  .resources .resource.archived-resource {
    opacity: .6; }
  .resources .resource.video .type-bar {
    background: #003C66; }
  .resources .resource.conference-materials .type-bar {
    background: #0578A9; }
  .resources .resource.document .type-bar {
    background: #0578A9; }
  .resources .resource .type-bar {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px; }
    .resources .resource .type-bar i {
      font-size: 1.5em; }
    .resources .resource .type-bar span {
      font-size: 1.125em;
      font-weight: 600; }
  .resources .resource .text-holder {
    background: #fff;
    padding: 20px;
    min-height: 226px;
    display: grid;
    height: calc(100% - 54px);
    grid-template-rows: auto auto auto; }
    .resources .resource .text-holder .title-link {
      font-size: 1.0625em;
      line-height: 1.375em;
      text-transform: none;
      margin-bottom: 14px;
      color: #003C66;
      font-weight: 600;
      display: block; }
    .resources .resource .text-holder p {
      margin-bottom: 14px;
      font-size: .875em;
      line-height: 1.25em; }
    .resources .resource .text-holder .read-more {
      display: inline-block; }
    .resources .resource .text-holder .actions {
      font-size: .875em;
      align-self: end; }
      .resources .resource .text-holder .actions span {
        margin-right: 9px; }
      .resources .resource .text-holder .actions a {
        display: inline-block; }
        .resources .resource .text-holder .actions a:not(:last-of-type) {
          margin-right: 9px; }

.filter-group {
  margin-bottom: 42px; }
  .filter-group.open {
    border-bottom: 1px solid #E5E5E5; }
    .filter-group.open .acc i:before {
      content: '\e882'; }
    .filter-group.open > ul {
      display: block; }
  .filter-group .acc {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; }
    .filter-group .acc span {
      color: #003C66;
      font-size: 1em;
      font-weight: 600;
      text-transform: uppercase;
      display: inline-block; }
    .filter-group .acc i {
      font-size: 1.25em;
      color: #003C66; }
    .filter-group .acc a {
      font-size: 1em;
      line-height: 1.5em; }
  .filter-group ul {
    list-style-type: none;
    padding-left: 0;
    display: none;
    border-bottom: 1px solid #DADDE2; }
    .filter-group ul:last-of-type {
      border-bottom: 0; }
    .filter-group ul li {
      border: 1px solid #DDE2E8;
      border-bottom: 0;
      background: #fff;
      display: flex;
      flex-wrap: wrap; }
      .filter-group ul li.head {
        background-color: #5A6274;
        color: #fff;
        text-transform: uppercase;
        font-size: .875em;
        font-weight: 600;
        padding: 16px 20px;
        line-height: 1.375em; }
      .filter-group ul li input {
        appearance: none;
        background: #fff;
        border: 1px solid #DADDE2;
        height: 20px;
        width: 20px;
        cursor: pointer;
        margin: 18px 22px 18px 18px;
        display: inline-block; }
        .filter-group ul li input:checked + label:after {
          display: block; }
      .filter-group ul li label {
        color: #5A6274;
        font-size: 1.0625em;
        font-weight: 600;
        position: relative;
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
        margin: 18px 0;
        width: 70%; }
        .filter-group ul li label:before {
          display: none; }
        .filter-group ul li label:after {
          content: '';
          left: -39px !important;
          top: 3px !important;
          position: absolute;
          background: #0578A9;
          width: 14px;
          height: 14px;
          display: none; }
        .filter-group ul li label i {
          font-size: 1.5em;
          float: none;
          margin-top: 0;
          vertical-align: text-bottom;
          color: #0578A9; }
        .filter-group ul li label[for="resource_type-11"] i {
          color: #003C66; }
      .filter-group ul li ul {
        background: #F8FAFB;
        display: none;
        border-top: 1px solid #DDE2E8;
        width: 100%; }
        .filter-group ul li ul.open {
          display: block;
          padding: 20px 0; }
        .filter-group ul li ul li {
          border: 0;
          background: transparent; }
          .filter-group ul li ul li input {
            margin: 8px 22px 8px 18px; }
          .filter-group ul li ul li label {
            font-size: .875em;
            font-weight: 400;
            margin: 10px 0 8px 0; }
            .filter-group ul li ul li label:after {
              top: 1px !important; }
          .filter-group ul li ul li + li {
            margin-top: 5px; }
    .filter-group ul + ul {
      margin-top: 22px; }

#lightbox, #lightbox-tutorial, [id^='lightbox-webinars'], .lightbox-forcefull, #lightbox-experts, #lightbox-module, #lightbox-goingdeeper, #lightbox-discguides {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(20, 20, 20, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all .3s ease-in-out;
  z-index: 12;
  visibility: hidden; }
  #lightbox.active, #lightbox-tutorial.active, [id^='lightbox-webinars'].active, .lightbox-forcefull.active, #lightbox-experts.active, #lightbox-module.active, #lightbox-goingdeeper.active, #lightbox-discguides.active {
    height: 100vh;
    visibility: visible; }
  #lightbox > .lightbox-closer, #lightbox-tutorial > .lightbox-closer, [id^='lightbox-webinars'] > .lightbox-closer, .lightbox-forcefull > .lightbox-closer, #lightbox-experts > .lightbox-closer, #lightbox-module > .lightbox-closer, #lightbox-goingdeeper > .lightbox-closer, #lightbox-discguides > .lightbox-closer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #lightbox .inner, #lightbox-tutorial .inner, [id^='lightbox-webinars'] .inner, .lightbox-forcefull .inner, #lightbox-experts .inner, #lightbox-module .inner, #lightbox-goingdeeper .inner, #lightbox-discguides .inner {
    max-width: 768px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    width: 90%; }
    #lightbox .inner.wide, #lightbox-tutorial .inner.wide, [id^='lightbox-webinars'] .inner.wide, .lightbox-forcefull .inner.wide, #lightbox-experts .inner.wide, #lightbox-module .inner.wide, #lightbox-goingdeeper .inner.wide, #lightbox-discguides .inner.wide {
      max-width: 900px; }

#lightbox-tutorial .inner {
  max-width: 800px; }

[id^='lightbox-webinars'] .inner {
  max-width: 590px; }
  [id^='lightbox-webinars'] .inner .text-holder > div h3 {
    color: #0578A9; }
  [id^='lightbox-webinars'] .inner .text-holder > div p {
    margin-bottom: 1em; }
  [id^='lightbox-webinars'] .inner .text-holder > div a {
    font-weight: 700;
    color: #0578A9;
    font-size: .875rem; }
  [id^='lightbox-webinars'] .inner .text-holder > div + div {
    border-top: 1px solid #E5E5E5;
    margin-top: 50px;
    padding-top: 40px; }

#lightbox-experts .inner {
  max-width: 900px; }

#lightbox-module .inner {
  max-width: 980px;
  border-radius: 10px;
  width: 90%;
  max-height: none; }
  #lightbox-module .inner .iframe-holder {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.4%; }
  #lightbox-module .inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#lightbox-module.no-radius .inner {
  border-radius: 0 !important; }

*[class*='-popup'] {
  background: #fff;
  width: 100%;
  text-align: left; }
  *[class*='-popup'] .type-bar, *[class*='-popup'] .title-bar {
    position: sticky;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    padding-left: 6%;
    color: #fff;
    z-index: 2;
    background: #003C66; }
    *[class*='-popup'] .type-bar .close-lightbox, *[class*='-popup'] .title-bar .close-lightbox {
      width: 120px;
      text-align: center;
      font-size: .875em;
      font-weight: 600;
      position: absolute;
      top: 0;
      right: 0;
      height: 60px;
      padding: 20px 0;
      cursor: pointer;
      line-height: 1.5em;
      z-index: 3; }
      *[class*='-popup'] .type-bar .close-lightbox i, *[class*='-popup'] .title-bar .close-lightbox i {
        font-size: 1.125em;
        margin-left: 12px;
        vertical-align: sub; }
      *[class*='-popup'] .type-bar .close-lightbox:hover, *[class*='-popup'] .type-bar .close-lightbox:focus, *[class*='-popup'] .title-bar .close-lightbox:hover, *[class*='-popup'] .title-bar .close-lightbox:focus {
        color: #9FE2FF; }
    *[class*='-popup'] .type-bar h2, *[class*='-popup'] .title-bar h2 {
      font-size: 1.125em;
      color: #fff;
      padding: 20px 0;
      display: inline-block;
      vertical-align: middle;
      padding-right: 110px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }

.agree-popup .title-bar {
  height: auto;
  position: static; }

.agree-popup .text-holder {
  padding: 30px 6%; }
  .agree-popup .text-holder p {
    margin-bottom: 20px; }
  .agree-popup .text-holder .btn {
    margin-top: 40px; }

.resource-popup.video .type-bar {
  background: #003C66; }

.resource-popup.document .type-bar {
  background: #0578A9; }

.resource-popup .type-bar > i {
  font-size: 1.5em;
  margin-right: 22px;
  padding: 20px 0;
  display: inline-block;
  vertical-align: middle;
  color: #9FE2FF; }

.resource-popup .type-bar h2 {
  font-size: 1.0625em;
  line-height: 1.375em; }

.resource-popup .text-holder {
  padding: 30px; }
  .resource-popup .text-holder h2 {
    font-size: 1.0625em;
    margin-bottom: 20px;
    line-height: 1.375em;
    color: #0578A9; }
  .resource-popup .text-holder p + p {
    margin-top: 20px; }

.resource-popup .foot {
  padding: 30px;
  border-top: 1px solid #e5e5e5;
  font-size: .875em; }
  .resource-popup .foot p {
    margin-bottom: 20px; }
  .resource-popup .foot .actions a + a {
    margin-left: 5%; }

.resource-search {
  background: #003C66; }
  .resource-search .desktop-wrap .wrap {
    width: 90%; }
  .resource-search .tutorial-holder {
    background: #003052;
    padding: 44px 0; }
    .resource-search .tutorial-holder .opener {
      display: inline-flex;
      align-items: center; }
      .resource-search .tutorial-holder .opener span {
        background-image: url("../img/expand-6.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 19px;
        height: 19px;
        margin-left: 15px;
        transition: all .2s ease-in-out; }
      .resource-search .tutorial-holder .opener:hover span, .resource-search .tutorial-holder .opener:focus span, .resource-search .tutorial-holder .opener:active span {
        background-image: url("../img/expand-6-alt.png"); }
  .resource-search .search-holder {
    padding: 44px 0; }
  .resource-search .text-holder {
    width: 100%;
    margin-bottom: 30px; }
  .resource-search h2 {
    color: #fff;
    font-size: 1.625em;
    margin-bottom: 20px; }
    .resource-search h2 i {
      vertical-align: middle;
      color: #9FE2FF;
      font-size: 30px; }
  .resource-search p {
    color: #9FE2FF; }
    .resource-search p a {
      color: #fff; }
      .resource-search p a:hover {
        color: #9FE2FF; }
  .resource-search form {
    background-color: #003052;
    border: 0;
    color: #fff;
    margin-bottom: 0;
    width: 100%; }
    .resource-search form input {
      font-size: 1.375em;
      height: 65px;
      color: #fff;
      border: 0; }
    .resource-search form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff; }
    .resource-search form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff; }
    .resource-search form :-ms-input-placeholder {
      /* IE 10+ */
      color: #fff; }
    .resource-search form :-moz-placeholder {
      /* Firefox 18- */
      color: #fff; }
    .resource-search form button {
      color: #9FE2FF;
      font-size: 30px; }
      .resource-search form button:hover, .resource-search form button:focus {
        color: #fff; }

.coach-info {
  padding: 0; }
  .coach-info h2 {
    color: #0578A9;
    font-size: 1.625em;
    margin-bottom: 20px; }
  .coach-info h3 {
    color: #003C66;
    font-size: 1em;
    text-transform: uppercase;
    line-height: 1.375em;
    margin-bottom: 22px; }
  .coach-info p {
    line-height: 1.5em;
    margin-bottom: 43px; }
  .coach-info li {
    margin-bottom: 9px; }
    .coach-info li a {
      color: #0578A9; }
  .coach-info .half {
    padding: 44px 0; }
  .coach-info .half:last-of-type {
    border-top: 1px solid #DDE2E8; }
  .coach-info .btn {
    width: 100%;
    margin-bottom: 20px; }

.mobile-jump-to {
  margin-top: -60px;
  margin-bottom: 60px;
  padding: 0 40px 0 18px; }
  .mobile-jump-to.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    z-index: 5; }

.jump-placeholder {
  margin-bottom: 64px; }

.description-box {
  background-color: #F8FAFB;
  font-size: 1.25em;
  line-height: 2em;
  padding: 60px 0 70px;
  position: relative;
  border-bottom: 1px solid #dde2e8;
  position: relative; }
  .description-box:before, .description-box:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 1; }
  .description-box:before {
    border-color: rgba(221, 226, 232, 0);
    border-top-color: #DDE2E8;
    border-width: 18px;
    margin-left: -18px; }
  .description-box:after {
    border-color: rgba(248, 250, 250, 0);
    border-top-color: #F8FAFA;
    border-width: 17px;
    margin-left: -17px; }
  .description-box .wrap {
    max-width: 812px; }
  .description-box.with-arrow {
    border-bottom: 1px solid #DDE2E8; }
    .description-box.with-arrow:before, .description-box.with-arrow:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .description-box.with-arrow:before {
      border-color: rgba(221, 226, 232, 0);
      border-top-color: #DDE2E8;
      border-width: 18px;
      margin-left: -18px; }
    .description-box.with-arrow:after {
      border-color: rgba(248, 250, 250, 0);
      border-top-color: #F8FAFA;
      border-width: 17px;
      margin-left: -17px; }

.guiding-question {
  background: linear-gradient(to bottom, white 0%, #f8fafb 100%);
  position: relative;
  border-top: 1px solid #DDE2E8;
  padding: 70px 0 20px; }
  .guiding-question:before, .guiding-question:after {
    top: -1px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .guiding-question:before {
    border-color: rgba(221, 226, 232, 0);
    border-top-color: #DDE2E8;
    border-width: 18px;
    margin-left: -18px; }
  .guiding-question:after {
    border-color: rgba(248, 250, 250, 0);
    border-top-color: #F8FAFA;
    border-width: 17px;
    margin-left: -17px; }
  .description-box + .guiding-question {
    border-top: 0; }
    .description-box + .guiding-question:before, .description-box + .guiding-question:after {
      display: none; }
  .guiding-question .h4 {
    color: #003C66;
    font-size: 1em;
    display: block;
    margin-bottom: 12px;
    text-align: center;
    text-transform: uppercase; }
  .guiding-question h2 {
    color: #0578A9;
    font-size: 1.75em;
    text-align: center;
    margin-bottom: 50px; }
  .guiding-question .component {
    background: #fff;
    border: 1px solid #DDE2E8;
    margin-bottom: 30px;
    padding: 30px 20px; }
    .guiding-question .component:hover, .guiding-question .component:focus {
      box-shadow: 0 0 24px 0 rgba(5, 61, 101, 0.15);
      outline: none; }
    .guiding-question .component h3 {
      font-size: 1.375em;
      margin-bottom: 26px;
      text-transform: none; }
      .guiding-question .component h3 a {
        color: #003C66; }
    .guiding-question .component h4 {
      font-size: 1em;
      line-height: 1.375em;
      color: #003C66;
      margin-bottom: 30px;
      text-transform: uppercase; }
    .guiding-question .component p {
      line-height: 1.5em;
      margin-bottom: 20px; }
    .guiding-question .component .description .btn {
      width: 100%; }
    .guiding-question .component .elements {
      margin-top: 50px; }
      .guiding-question .component .elements li + li {
        margin-top: 32px; }
      .guiding-question .component .elements li .title {
        font-size: 1.0625em;
        color: #0578A9;
        font-weight: 600;
        line-height: 1.375em;
        margin-bottom: 14px;
        display: block; }
        .guiding-question .component .elements li .title:hover, .guiding-question .component .elements li .title:focus {
          color: #035987; }
      .guiding-question .component .elements li .excerpt {
        line-height: 1.5em;
        padding-left: 38px; }

.guiding-question-components {
  padding: 62px 0 0;
  overflow: hidden; }
  .guiding-question-components .components-and-elements {
    margin-bottom: -1px;
    margin-top: -62px;
    padding-right: 40px; }
  .guiding-question-components .sidebar {
    display: none; }
    .guiding-question-components .sidebar .question {
      padding-bottom: 40px; }
      .guiding-question-components .sidebar .question h2 {
        font-size: 1em;
        line-height: 1.375em;
        text-transform: uppercase;
        margin-bottom: 20px; }
        .guiding-question-components .sidebar .question h2 a {
          color: #003C66; }
      .guiding-question-components .sidebar .question ul > li {
        margin-bottom: 20px; }
        .guiding-question-components .sidebar .question ul > li h3 {
          font-size: 1.0625em;
          line-height: 1.375em;
          text-transform: none; }
          .guiding-question-components .sidebar .question ul > li h3 a {
            color: #0578A9; }
            .guiding-question-components .sidebar .question ul > li h3 a:after {
              content: '\e87a';
              font-family: 'Linearicons';
              font-size: 1em;
              font-weight: 400;
              margin-left: 5px;
              vertical-align: middle;
              opacity: 0; }
            .guiding-question-components .sidebar .question ul > li h3 a:hover:after {
              opacity: 1; }
        .guiding-question-components .sidebar .question ul > li ul {
          padding-left: 20px;
          margin-top: 20px; }
          .guiding-question-components .sidebar .question ul > li ul li {
            margin-bottom: 20px; }
            .guiding-question-components .sidebar .question ul > li ul li h4 {
              font-size: .875em;
              line-height: 1.1875em;
              font-weight: 400; }
              .guiding-question-components .sidebar .question ul > li ul li h4 a {
                color: #4A4A4A; }
                .guiding-question-components .sidebar .question ul > li ul li h4 a:hover, .guiding-question-components .sidebar .question ul > li ul li h4 a:focus {
                  color: #0578A9; }
        .guiding-question-components .sidebar .question ul > li:last-of-type {
          margin-bottom: 0; }
      .guiding-question-components .sidebar .question + .question {
        border-top: 1px solid #DDE2E8;
        padding-top: 40px; }
  .guiding-question-components .components .component > .title-bar {
    background: #F8FAFB;
    border-top: 1px solid #DDE2E8;
    border-bottom: 1px solid #DDE2E8;
    padding: 30px 0;
    cursor: pointer;
    position: relative; }
    .guiding-question-components .components .component > .title-bar:before, .guiding-question-components .components .component > .title-bar:after {
      content: '';
      height: 100%;
      width: 25%;
      position: absolute;
      top: -1px;
      background: #F8FAFB;
      border-top: 1px solid #DDE2E8;
      border-bottom: 1px solid #DDE2E8; }
    .guiding-question-components .components .component > .title-bar:before {
      right: 100%; }
    .guiding-question-components .components .component > .title-bar:after {
      left: 100%; }
    .guiding-question-components .components .component > .title-bar .h4 {
      font-size: 1em;
      line-height: 1.375em;
      color: #003C66;
      display: block;
      margin-bottom: 6px;
      text-transform: uppercase; }
    .guiding-question-components .components .component > .title-bar h2 {
      font-size: 2.25em;
      color: #0578A9; }
  .guiding-question-components .components .component .elements {
    padding: 42px 0; }
    .guiding-question-components .components .component .elements .element {
      margin-bottom: 60px; }
      .guiding-question-components .components .component .elements .element .h4 {
        font-size: 1em;
        line-height: 1.375em;
        color: #003C66;
        display: block;
        margin-bottom: 6px;
        text-transform: uppercase; }
      .guiding-question-components .components .component .elements .element h3 {
        color: #0578A9;
        font-size: 1.625em;
        text-transform: none;
        margin-bottom: 30px; }
      .guiding-question-components .components .component .elements .element b {
        line-height: 1.5em;
        font-size: 1em;
        display: block; }
      .guiding-question-components .components .component .elements .element p {
        line-height: 1.5em; }
        .guiding-question-components .components .component .elements .element p + p {
          margin-top: 20px; }
      .guiding-question-components .components .component .elements .element .print-resources {
        margin-top: 52px; }
        .guiding-question-components .components .component .elements .element .print-resources h4 {
          margin-bottom: 30px;
          font-size: 1.25em;
          color: #0578A9;
          text-transform: none;
          display: inline-block; }
          .guiding-question-components .components .component .elements .element .print-resources h4 i {
            font-size: 1.5em;
            vertical-align: text-bottom;
            margin-right: 22px; }
        .guiding-question-components .components .component .elements .element .print-resources .download-files {
          display: none;
          float: right; }
          .guiding-question-components .components .component .elements .element .print-resources .download-files button {
            appearance: none;
            font-size: .875em;
            background: none;
            border: 0;
            padding: 0; }
            .guiding-question-components .components .component .elements .element .print-resources .download-files button i {
              font-size: 1em;
              margin-right: 5px; }
        .guiding-question-components .components .component .elements .element .print-resources .print-resource-category {
          cursor: pointer;
          border-left: 1px solid #DDE2E8;
          border-right: 1px solid #DDE2E8;
          background: #F8FAFB; }
          .guiding-question-components .components .component .elements .element .print-resources .print-resource-category.open .title-bar h5:before {
            content: '\e882'; }
          .guiding-question-components .components .component .elements .element .print-resources .print-resource-category.open .print-resource {
            height: auto;
            padding: 6px 30px;
            border-bottom: 1px solid #F8FAFB;
            border-top: 1px solid #F8FAFB; }
            .guiding-question-components .components .component .elements .element .print-resources .print-resource-category.open .print-resource:nth-of-type(2) {
              padding-top: 10px; }
            .guiding-question-components .components .component .elements .element .print-resources .print-resource-category.open .print-resource:last-of-type {
              border-bottom: 1px solid #DDE2E8;
              padding-bottom: 10px;
              margin-bottom: 0;
              padding-bottom: 10px; }
          .guiding-question-components .components .component .elements .element .print-resources .print-resource-category + .print-resource-category .title-bar {
            border-top: 0; }
          .guiding-question-components .components .component .elements .element .print-resources .print-resource-category .title-bar {
            background: #fff;
            padding: 18px;
            border-top: 1px solid #DDE2E8;
            border-left: 0;
            border-right: 0;
            border-bottom: 1px solid #DDE2E8;
            position: relative;
            z-index: 1; }
            .guiding-question-components .components .component .elements .element .print-resources .print-resource-category .title-bar:hover, .guiding-question-components .components .component .elements .element .print-resources .print-resource-category .title-bar:focus {
              box-shadow: 0 0 24px 0 rgba(5, 61, 101, 0.15); }
            .guiding-question-components .components .component .elements .element .print-resources .print-resource-category .title-bar h5 {
              font-size: 1em;
              line-height: 1.375em;
              color: #0578A9;
              text-transform: uppercase;
              position: relative; }
              .guiding-question-components .components .component .elements .element .print-resources .print-resource-category .title-bar h5:before {
                font-family: 'Linearicons';
                content: '\e881';
                vertical-align: top;
                margin-right: 18px; }
          .guiding-question-components .components .component .elements .element .print-resources .print-resource-category .print-resource {
            border: 0;
            height: 0;
            padding: 0 30px;
            overflow: hidden;
            background: #F8FAFB; }
            .guiding-question-components .components .component .elements .element .print-resources .print-resource-category .print-resource.open {
              border-top: 1px solid #DDE2E8;
              border-bottom: 1px solid #DDE2E8;
              background: #fff;
              padding: 16px 30px; }
              .guiding-question-components .components .component .elements .element .print-resources .print-resource-category .print-resource.open:nth-of-type(2) {
                border-top: 0;
                margin-top: 0;
                padding-top: 0; }
              .guiding-question-components .components .component .elements .element .print-resources .print-resource-category .print-resource.open:last-of-type {
                margin-bottom: 0; }
              .guiding-question-components .components .component .elements .element .print-resources .print-resource-category .print-resource.open + .print-resource.open {
                border-top: 0; }
              .guiding-question-components .components .component .elements .element .print-resources .print-resource-category .print-resource.open .title-bar {
                padding: 17px 0 19px; }
                .guiding-question-components .components .component .elements .element .print-resources .print-resource-category .print-resource.open .title-bar h6 {
                  color: #0578A9; }
                  .guiding-question-components .components .component .elements .element .print-resources .print-resource-category .print-resource.open .title-bar h6:before {
                    content: '\e882'; }
              .guiding-question-components .components .component .elements .element .print-resources .print-resource-category .print-resource.open .the-resource {
                height: auto; }
            .guiding-question-components .components .component .elements .element .print-resources .print-resource-category .print-resource .title-bar {
              position: static;
              border: 0;
              background: transparent;
              padding: 5px 0;
              margin-bottom: 0; }
              .guiding-question-components .components .component .elements .element .print-resources .print-resource-category .print-resource .title-bar:hover, .guiding-question-components .components .component .elements .element .print-resources .print-resource-category .print-resource .title-bar:focus {
                box-shadow: none; }
              .guiding-question-components .components .component .elements .element .print-resources .print-resource-category .print-resource .title-bar h6 {
                font-size: .875em;
                color: #5A6274; }
                .guiding-question-components .components .component .elements .element .print-resources .print-resource-category .print-resource .title-bar h6:before {
                  font-family: 'Linearicons';
                  content: '\e881';
                  vertical-align: top;
                  margin-right: 12px; }
            .guiding-question-components .components .component .elements .element .print-resources .print-resource-category .print-resource .the-resource {
              padding: 0 30px;
              height: 0;
              overflow: hidden;
              background: #fff; }
              .guiding-question-components .components .component .elements .element .print-resources .print-resource-category .print-resource .the-resource p {
                font-size: .875em;
                line-height: 1.25em;
                margin-bottom: 16px; }
              .guiding-question-components .components .component .elements .element .print-resources .print-resource-category .print-resource .the-resource .actions {
                font-size: .875em;
                max-width: 300px; }
                .guiding-question-components .components .component .elements .element .print-resources .print-resource-category .print-resource .the-resource .actions a {
                  display: inline-block;
                  margin-right: 16px;
                  margin-bottom: 8px; }
      .guiding-question-components .components .component .elements .element .show-more {
        position: relative;
        /*&:before {
							content: '';
							position: absolute;
							bottom:100%;
							left:0;
							height: 188px;
							width: 100%;
							background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
						}*/ }
      .guiding-question-components .components .component .elements .element .video-resources {
        margin-top: 60px; }
        .guiding-question-components .components .component .elements .element .video-resources h4 {
          margin-bottom: 30px;
          font-size: 1.25em;
          color: #0578A9;
          text-transform: none; }
          .guiding-question-components .components .component .elements .element .video-resources h4 i {
            font-size: 1.5em;
            vertical-align: text-bottom;
            margin-right: 22px; }
        .guiding-question-components .components .component .elements .element .video-resources .video-resource {
          align-items: flex-start;
          padding: 36px 0; }
          .guiding-question-components .components .component .elements .element .video-resources .video-resource:first-of-type {
            padding-top: 0; }
          .guiding-question-components .components .component .elements .element .video-resources .video-resource.hide-it {
            height: 0;
            padding: 0;
            border-top: 0 !important;
            overflow: hidden; }
          .guiding-question-components .components .component .elements .element .video-resources .video-resource .video-thumb {
            width: 100%;
            display: inline-block;
            background: #003C66;
            position: relative;
            cursor: pointer;
            margin-bottom: 30px; }
            .guiding-question-components .components .component .elements .element .video-resources .video-resource .video-thumb img {
              opacity: .5; }
            .guiding-question-components .components .component .elements .element .video-resources .video-resource .video-thumb:after {
              content: '\f04b';
              font-family: FontAwesome;
              color: #9FE2FF;
              opacity: .5;
              font-size: 2.125em;
              position: absolute;
              top: 50%;
              left: 50%;
              margin-top: -17px;
              margin-left: -13.5px; }
            .guiding-question-components .components .component .elements .element .video-resources .video-resource .video-thumb:hover:after, .guiding-question-components .components .component .elements .element .video-resources .video-resource .video-thumb:focus:after {
              opacity: 1; }
          .guiding-question-components .components .component .elements .element .video-resources .video-resource .text-holder h5 {
            color: #003C66;
            font-size: .875em;
            line-height: 1.25em;
            margin-bottom: 6px; }
          .guiding-question-components .components .component .elements .element .video-resources .video-resource .text-holder p {
            font-size: .875em;
            line-height: 1.25em; }
          .guiding-question-components .components .component .elements .element .video-resources .video-resource + .video-resource {
            border-top: 1px solid #DDE2E8; }
      .guiding-question-components .components .component .elements .element:last-of-type {
        margin-bottom: 0; }
      .guiding-question-components .components .component .elements .element + .element {
        border-top: 1px solid #DDE2E8;
        padding-top: 40px; }

.video-thumb {
  position: relative;
  background: #003C66; }
  .video-thumb img {
    opacity: .5; }
  .video-thumb:after {
    content: '\f144';
    font-family: FontAwesome;
    font-size: 88px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: .3;
    color: #9FE2FF;
    margin-top: -44px;
    margin-left: -38px; }
  .video-thumb:hover:after, .video-thumb:focus:after {
    opacity: 1; }

.learning-branches {
  padding: 35px 0;
  background: #F8FAFB; }
  .learning-branches .slide-content {
    display: flex !important;
    flex-direction: column-reverse;
    flex-wrap: nowrap; }
    .learning-branches .slide-content .text-holder {
      margin-top: 30px;
      padding: 0 15px; }
      .learning-branches .slide-content .text-holder h2 {
        margin-bottom: 25px;
        font-weight: 600;
        font-size: 26px;
        line-height: 30px; }
    .learning-branches .slide-content .img-holder {
      width: 100%;
      height: 275px; }
  .learning-branches .slider-nav {
    display: none;
    padding: 0;
    list-style: none;
    width: 100%; }
    .learning-branches .slider-nav button {
      outline: none;
      background: none;
      padding: 0;
      border: none;
      color: #0578A9;
      text-align: center; }
      .learning-branches .slider-nav button:hover, .learning-branches .slider-nav button:focus {
        font-weight: 600;
        text-decoration: underline; }
    .learning-branches .slider-nav .slick-list, .learning-branches .slider-nav .slick-track {
      width: 100% !important; }
    .learning-branches .slider-nav .slick-track {
      display: flex !important;
      justify-content: space-around; }
    .learning-branches .slider-nav .slick-slide {
      padding: 0 20px; }
    .learning-branches .slider-nav .slick-current button {
      font-weight: 600;
      text-decoration: underline; }
  .learning-branches .slick-slider .slick-arrow {
    border: solid 1px #0578A9;
    border-radius: 50%;
    color: #0578A9;
    padding: 5px; }
    .learning-branches .slick-slider .slick-arrow:before {
      font-weight: bold;
      color: #0578A9;
      font-size: 15px;
      opacity: 1; }
    .learning-branches .slick-slider .slick-arrow.slick-prev {
      left: -5%; }
      .learning-branches .slick-slider .slick-arrow.slick-prev:before {
        content: "\e879"; }
    .learning-branches .slick-slider .slick-arrow.slick-next {
      right: -5%; }
      .learning-branches .slick-slider .slick-arrow.slick-next:before {
        content: "\e87a"; }

.webinar-overview h2.title {
  text-align: center;
  margin: 0 auto 50px;
  max-width: 648px;
  font-size: 1.625em; }

.webinar-overview .wrap.align-center {
  max-width: 1030px;
  padding-bottom: 50px; }

.webinar-overview .video-thumb {
  margin-bottom: 30px; }

.webinar-overview .text-holder h2 {
  font-size: 1.625em;
  color: #0578A9;
  margin-bottom: 24px; }

.webinar-overview .text-holder p {
  font-size: .875em;
  line-height: 1.25em;
  margin-bottom: 20px; }

.webinar-overview .text-holder .download-link {
  font-size: .875em;
  margin-top: 16px;
  display: inline-block; }
  .webinar-overview .text-holder .download-link + .download-link {
    margin-left: 20px; }

.webinar-overview .text-holder .btn {
  margin-top: 16px; }

.webinar-overview .text-holder a {
  width: 100%;
  text-align: center; }

.webinar-overview .text-holder .btn i {
  margin-right: 8px;
  font-size: 1.375em;
  vertical-align: sub; }

.team {
  border-bottom: 1px solid #DDE2E8;
  padding: 60px 0 0; }
  .team .text-holder {
    margin-bottom: 40px; }
  .team h2 {
    color: #0578A9;
    font-size: 1.625em;
    margin-bottom: 20px; }
  .team h3 {
    color: #003C66;
    font-size: 1.0625em;
    line-height: 1.375em;
    text-transform: none;
    margin-bottom: 14px; }
  .team p {
    line-height: 1.5em; }
  .team .resource {
    font-size: .875em;
    line-height: 1.25em;
    margin-bottom: 50px; }
    .team .resource h3 {
      margin-bottom: 20px; }
    .team .resource p {
      margin-bottom: 20px; }

.webinar-reengage {
  padding: 50px 0; }
  .webinar-reengage .team {
    margin-top: 50px;
    padding: 30px 5% 0; }
    .webinar-reengage .team .resource .actions a {
      margin-top: 0; }

.going-deeper .wrap {
  border-top: 1px solid #DDE2E8;
  padding: 80px 0 30px; }

.going-deeper .description {
  margin-bottom: 2rem; }
  .going-deeper .description h3 {
    color: #0578A9;
    font-size: 1.3rem; }
  .going-deeper .description p {
    font-size: .875rem;
    line-height: 1.25rem;
    margin: 1rem 0; }

.going-deeper .resource {
  margin-bottom: 3rem; }

.resource.with-image {
  display: flex;
  align-items: flex-start; }
  .resource.with-image .img-holder {
    width: auto;
    min-width: 100px;
    margin-right: 40px;
    border: 1px solid rgba(90, 98, 116, 0.3); }
  .resource.with-image h3 {
    margin-bottom: 1rem;
    color: #003C66; }
  .resource.with-image p {
    margin: 0; }
  .resource.with-image a {
    width: auto;
    text-align: left; }

#lightbox-discguides .going-deeper .resource.with-image,
#lightbox-goingdeeper .going-deeper .resource.with-image {
  flex-direction: column;
  justify-content: flex-start; }
  #lightbox-discguides .going-deeper .resource.with-image .img-holder,
  #lightbox-goingdeeper .going-deeper .resource.with-image .img-holder {
    margin-right: auto; }
  #lightbox-discguides .going-deeper .resource.with-image .text-holder,
  #lightbox-goingdeeper .going-deeper .resource.with-image .text-holder {
    padding: 30px 0; }

.tfap-bar {
  background-color: #003C66;
  color: #fff;
  padding: 50px 0; }
  .tfap-bar .wrap {
    max-width: 1016px; }
  .tfap-bar .flex {
    align-items: center; }
  .tfap-bar .text-holder {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px; }
    .tfap-bar .text-holder:before {
      content: '\e819';
      font-family: 'Linearicons';
      color: #9FE2FF;
      font-size: 2.875em;
      position: absolute;
      left: 0;
      top: 0; }
    .tfap-bar .text-holder h2 {
      font-size: 1.625em;
      color: #fff; }
    .tfap-bar .text-holder p {
      line-height: 1.5em; }
  .tfap-bar .btn i {
    color: #9FE2FF;
    font-size: 1.375em;
    margin-right: 8px;
    line-height: .9375em; }
  .tfap-bar .btn:hover i, .tfap-bar .btn:focus i {
    color: #003152; }

.next-steps {
  border-bottom: 1px solid #DDE2E8;
  position: relative;
  padding: 50px 0; }
  .next-steps .video-thumb {
    margin-bottom: 30px; }
  .next-steps .wrap {
    align-items: center; }
    .next-steps .wrap .img-holder {
      height: 300px;
      width: 100%;
      margin-bottom: 30px; }
    .next-steps .wrap .text-holder h2 {
      font-size: 1.625em;
      color: #0578A9;
      margin-bottom: 24px; }
    .next-steps .wrap .text-holder p {
      line-height: 1.5em;
      margin-bottom: 20px; }
    .next-steps .wrap .text-holder li {
      margin: 10px 0;
      line-height: 1.5em; }
    .next-steps .wrap .text-holder .download-link {
      font-size: .875em;
      margin-bottom: 20px;
      display: inline-block; }
    .next-steps .wrap .text-holder .btn {
      margin-top: 10px;
      width: 100%; }
      .next-steps .wrap .text-holder .btn i {
        margin-right: 8px;
        font-size: 1.375em;
        vertical-align: sub; }
  .next-steps .col + .col {
    margin-top: 30px; }

.page-template-page-new-coaches .next-steps .img-holder {
  height: auto; }

.returning-coach-two-col {
  width: 90%;
  margin: 0 auto;
  max-width: 1236px; }
  .returning-coach-two-col .next-steps .wrap {
    width: 100%; }
  .returning-coach-two-col .next-steps + .next-steps {
    padding-top: 0; }

.helpful-resources {
  padding: 50px 0;
  border-top: 1px solid #DDE2E8; }
  .helpful-resources .resource {
    margin-bottom: 30px; }
    .helpful-resources .resource h3 {
      color: #003C66;
      margin-bottom: 14px;
      text-transform: none; }
    .helpful-resources .resource p {
      margin-bottom: 20px;
      line-height: 1.25em; }
    .helpful-resources .resource .actions a {
      margin-right: 10px; }
  .helpful-resources.single {
    justify-content: center;
    align-items: flex-start; }
    .helpful-resources.single > .text-holder {
      margin-bottom: 30px; }
      .helpful-resources.single > .text-holder h3 {
        margin-bottom: 24px;
        font-size: 1.0625em;
        text-transform: none; }
      .helpful-resources.single > .text-holder p {
        line-height: 1.5em;
        font-size: 1em; }
    .helpful-resources.single .img-holder {
      max-width: 100px;
      margin-bottom: 20px;
      border: 1px solid #DDE2E8; }

.coming-soon {
  font-weight: 600;
  text-transform: uppercase;
  font-size: .875em;
  color: #5A6274;
  margin-bottom: 20px; }

.page-template-page-returning-coaches .team {
  background-color: #F8FAFB; }

.page-template-page-returning-coaches .webinar-overview {
  background: #fff; }

.seminars {
  padding: 60px 0;
  border-bottom: 1px solid #DDE2E8; }
  .seminars .flex {
    align-items: flex-start; }
  .seminars .text-holder h2 {
    font-size: 1.625em;
    color: #0578A9;
    margin-bottom: 30px;
    max-width: 450px;
    margin-top: 20px; }
  .seminars .text-holder p {
    line-height: 1.5em;
    margin-bottom: 24px; }

.training-materials {
  padding: 60px 0;
  background: #F8FAFB; }
  .training-materials h2 {
    color: #0578A9;
    font-size: 2.25em;
    margin-bottom: 32px; }
  .training-materials .center {
    max-width: 720px; }
    .training-materials .center p {
      font-size: 1.25em;
      line-height: 2em;
      margin-bottom: 46px; }
  .training-materials .cognitive-coaching {
    background: #fff;
    border: 1px solid #E5E5E5;
    padding: 40px 20px; }
    .training-materials .cognitive-coaching .btn {
      width: 100%; }
    .training-materials .cognitive-coaching > .flex .text-holder {
      margin-bottom: 50px; }
      .training-materials .cognitive-coaching > .flex .text-holder h3 {
        color: #003C66;
        text-transform: none;
        font-size: 1.375em;
        margin-bottom: 22px; }
      .training-materials .cognitive-coaching > .flex .text-holder p {
        font-size: .875em;
        line-height: 1.25em;
        margin-bottom: 20px; }
    .training-materials .cognitive-coaching .bottom {
      margin-top: 60px; }
    .training-materials .cognitive-coaching .dvd-scenes h4 {
      color: #003C66;
      font-size: 1em;
      line-height: 1.375em;
      margin-bottom: 20px;
      text-transform: uppercase; }
    .training-materials .cognitive-coaching .dvd-scenes .flex {
      border-top: 1px solid #E5E5E5;
      padding-top: 36px;
      justify-content: flex-start; }
    .training-materials .cognitive-coaching .dvd-scenes .section {
      font-size: .875em;
      position: relative;
      padding-top: 30px; }
      .training-materials .cognitive-coaching .dvd-scenes .section.with-title + .with-title {
        margin-top: 50px; }
      .training-materials .cognitive-coaching .dvd-scenes .section h5 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        color: #003C66;
        font-size: 1em;
        font-weight: 400; }
      .training-materials .cognitive-coaching .dvd-scenes .section p {
        font-weight: 600;
        color: #003C66;
        line-height: 1.25em;
        margin-bottom: 4px; }
      .training-materials .cognitive-coaching .dvd-scenes .section a + p {
        margin-top: 24px; }
  .training-materials .adaptive-schools {
    margin-top: 32px;
    align-items: stretch;
    background-color: #fff;
    border: 1px solid #E5E5E5; }
    .training-materials .adaptive-schools .img-holder {
      min-height: 240px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    .training-materials .adaptive-schools .text-holder {
      padding: 30px 20px; }
      .training-materials .adaptive-schools .text-holder h3 {
        color: #003C66;
        font-size: 1.375em;
        margin-bottom: 30px;
        text-transform: none; }
      .training-materials .adaptive-schools .text-holder p {
        font-size: .875em;
        line-height: 1.25em;
        margin-bottom: 30px; }
      .training-materials .adaptive-schools .text-holder .btn {
        width: 100%; }

.facilitation .wrap {
  max-width: 1242px; }

.facilitation .half {
  padding: 50px 0; }
  .facilitation .half.first {
    padding-bottom: 0; }

.facilitation h3 {
  color: #0578A9;
  font-size: 1.25em;
  text-transform: none;
  margin-bottom: 20px;
  max-width: 368px; }

.facilitation p {
  font-size: .875em;
  line-height: 1.25em;
  max-width: 348px;
  margin-bottom: 24px; }

.facilitation .flex {
  align-items: flex-start; }

.facilitation span {
  font-weight: 600;
  font-size: .875em;
  display: block;
  margin-bottom: 12px; }

.facilitation ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px; }
  .facilitation ul li {
    font-size: .875em;
    margin-bottom: 12px;
    position: relative;
    padding-left: 13px; }
    .facilitation ul li:before {
      content: '\f111';
      font-family: FontAwesome;
      font-size: .25em;
      vertical-align: middle;
      position: absolute;
      top: 4px;
      left: 0; }

.facilitation .text-holder a {
  font-size: .875em; }

.facilitation .btn {
  width: 100%; }

.facilitation .second h3 {
  position: relative;
  padding-left: 54px; }
  .facilitation .second h3:before {
    content: '\e83c';
    font-family: 'Linearicons';
    font-size: 2.5em;
    position: absolute;
    top: 0;
    left: 0px;
    font-weight: 400; }

.launching-into-learning {
  background: #F8FAFB;
  border-top: 1px solid #DDE2E8;
  padding: 50px 0; }
  .launching-into-learning h2 {
    color: #0578A9;
    font-size: 2.25em;
    text-align: center; }
  .launching-into-learning .training-guide {
    margin-top: 40px; }
    .launching-into-learning .training-guide p {
      font-size: .875em;
      line-height: 1.25em; }
    .launching-into-learning .training-guide h4 {
      color: #003C66;
      font-size: .875em;
      line-height: 1.25em;
      text-transform: none; }
      .launching-into-learning .training-guide h4.light {
        color: #0578A9; }
    .launching-into-learning .training-guide a {
      font-size: .875em; }
    .launching-into-learning .training-guide .img-holder img {
      border: 1px solid #DDE2E8; }
    .launching-into-learning .training-guide .learning-guide {
      padding-bottom: 30px;
      align-items: center; }
      .launching-into-learning .training-guide .learning-guide .info {
        align-items: flex-start; }
        .launching-into-learning .training-guide .learning-guide .info .img-holder {
          max-width: 77px;
          margin-bottom: 20px; }
        .launching-into-learning .training-guide .learning-guide .info .text-holder {
          margin-bottom: 30px; }
          .launching-into-learning .training-guide .learning-guide .info .text-holder h3 {
            color: #003C66;
            font-size: 1.375em;
            text-transform: none;
            margin-bottom: 16px; }
          .launching-into-learning .training-guide .learning-guide .info .text-holder span {
            padding-left: 26px;
            display: inline-block;
            position: relative; }
            .launching-into-learning .training-guide .learning-guide .info .text-holder span:before {
              content: '\e818';
              font-family: 'Linearicons';
              color: #0578A9;
              position: absolute;
              top: 0;
              left: 0; }
    .launching-into-learning .training-guide .in-practice {
      border-top: 1px solid #DDE2E8;
      padding-top: 42px;
      align-items: flex-start; }
      .launching-into-learning .training-guide .in-practice .text-holder {
        margin-bottom: 30px; }
        .launching-into-learning .training-guide .in-practice .text-holder h3 {
          color: #0578A9;
          font-size: 1.25em;
          text-transform: none;
          margin-bottom: 26px; }
    .launching-into-learning .training-guide .resource-holder .resource {
      margin-bottom: 50px; }
      .launching-into-learning .training-guide .resource-holder .resource h4 {
        margin-bottom: 6px; }
        .launching-into-learning .training-guide .resource-holder .resource h4.light {
          margin-bottom: 16px; }
      .launching-into-learning .training-guide .resource-holder .resource p {
        margin-bottom: 20px; }
      .launching-into-learning .training-guide .resource-holder .resource a {
        display: inline-block; }
    .launching-into-learning .training-guide:nth-of-type(odd) {
      background: #fff;
      border: 1px solid #DDE2E8;
      padding: 30px; }
      .launching-into-learning .training-guide:nth-of-type(odd) .info .img-holder {
        max-width: 114px; }

.search-results .page-content, .search-no-results .page-content {
  position: relative; }
  .search-results .page-content .left.slide-out, .search-no-results .page-content .left.slide-out {
    left: 0; }
  .search-results .page-content .left .filter-group, .search-no-results .page-content .left .filter-group {
    width: 100%; }
    .search-results .page-content .left .filter-group:first-of-type, .search-no-results .page-content .left .filter-group:first-of-type {
      order: 1; }
  .search-results .page-content .sidebar, .search-no-results .page-content .sidebar {
    z-index: 5;
    position: absolute;
    top: 0;
    width: 324px;
    left: -350px;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.5);
    transition: all .3s ease-in-out;
    background: #F8FAFB;
    height: 100vh; }
    .search-results .page-content .sidebar.slide-out, .search-no-results .page-content .sidebar.slide-out {
      left: 0; }
    .search-results .page-content .sidebar.fixed, .search-no-results .page-content .sidebar.fixed {
      position: fixed; }
    .search-results .page-content .sidebar.bottom, .search-no-results .page-content .sidebar.bottom {
      top: initial;
      bottom: 0; }
    .search-results .page-content .sidebar .inner, .search-no-results .page-content .sidebar .inner {
      height: 100%;
      padding: 30px 20px;
      overflow-y: auto;
      overflow-x: hidden;
      display: flex;
      flex-wrap: wrap;
      align-content: flex-start; }

.search-results h2, .search-no-results h2 {
  color: #003C66;
  font-size: 1.625em;
  margin-bottom: 36px;
  display: inline-block;
  margin-right: 26px; }

.search-results .clear, .search-no-results .clear {
  display: none; }
  .search-results .clear.active, .search-no-results .clear.active {
    display: block; }

.search-results .show-all, .search-no-results .show-all {
  display: inline-block;
  line-height: 1.25em;
  float: none; }

.search-results .showing, .search-no-results .showing {
  font-size: .875em;
  line-height: 1.25em;
  display: block;
  margin-bottom: 30px; }

.search-results .resources-results, .search-no-results .resources-results {
  margin-bottom: 60px; }

.search-results .page-results .result, .search-no-results .page-results .result {
  margin-bottom: 30px; }
  .search-results .page-results .result a, .search-no-results .page-results .result a {
    font-size: 1.0625em;
    line-height: 1.375em;
    font-weight: 600;
    margin-bottom: 12px;
    display: block; }
  .search-results .page-results .result p, .search-no-results .page-results .result p {
    font-size: 1em;
    line-height: 1.5em; }

.cta {
  background-color: #0578A9;
  background-image: url(../img/full-cta.png);
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
  text-align: center; }
  .cta .wrap {
    max-width: 786px; }
  .cta h2 {
    font-size: 1.375em;
    color: #fff;
    margin-bottom: 30px; }

.cta-box {
  background: #f3f3f3;
  width: 90%;
  max-width: 686px;
  margin: 0 auto 80px;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0 40px 24px -38px rgba(90, 97, 115, 0.4); }
  .cta-box h2 {
    margin-bottom: 0; }
  .cta-box a {
    text-decoration: underline;
    color: #003C66; }

footer {
  background: #003C66;
  color: #fff;
  font-weight: 500;
  font-size: .875em; }
  footer a {
    color: #fff; }
    footer a:hover, footer a:focus {
      color: #9FE2FF; }
  footer .flex {
    align-items: flex-start;
    padding: 50px 0; }
  footer .logo {
    margin-bottom: 50px; }
  footer .nav {
    column-count: 2;
    column-gap: 20px; }
    footer .nav li {
      margin-bottom: 20px;
      display: inline-block;
      width: 100%; }

section.tml {
  padding: 50px 0 82px; }
  section.tml a {
    color: #0578A9; }
  section.tml .wrap {
    max-width: 526px; }
  section.tml h1 {
    font-size: 1.875em;
    color: #003C66;
    margin-bottom: 40px; }
  section.tml p {
    line-height: 1.5em;
    margin-bottom: 36px; }
  section.tml div.tml {
    max-width: 380px;
    margin: 36px auto; }
    section.tml div.tml .tml-wrap {
      text-align: left;
      margin-bottom: 22px; }
  section.tml .tml-action-links {
    list-style-type: none; }
  section.tml .message {
    color: #0578A9;
    font-weight: 600; }
  section.tml .error {
    color: red; }
    section.tml .error + .message {
      display: none; }
  section.tml .tml-rememberme-wrap {
    position: relative; }
    section.tml .tml-rememberme-wrap input {
      margin-right: 16px; }
    section.tml .tml-rememberme-wrap label:before {
      top: 0; }
    section.tml .tml-rememberme-wrap label:after {
      top: 4px; }

#pass-strength-result {
  margin-top: 20px; }
  #pass-strength-result.short {
    color: #D70909; }
  #pass-strength-result.bad {
    color: #ef0a0a; }
  #pass-strength-result.good {
    color: #0578A9; }
  #pass-strength-result.strong {
    color: green; }

.page-template-page-login footer {
  background: none;
  text-align: center;
  color: #5A6274;
  margin-bottom: 62px; }
  .page-template-page-login footer .wrap {
    max-width: 1080px;
    border-top: 1px solid #DDE2E8;
    padding: 28px 0; }
  .page-template-page-login footer p {
    margin-bottom: 16px; }
  .page-template-page-login footer a {
    color: #0578A9; }

#no-resources {
  display: none;
  font-size: 1.625em;
  color: #0578A9; }

.page-template-page-my-account .page-content h2 {
  font-size: 1.625em;
  color: #0578A9;
  margin-bottom: 24px; }

.page-template-page-my-account .page-content label {
  font-weight: 600;
  font-size: .875em;
  text-transform: uppercase;
  line-height: 1.375em;
  color: #0578A9; }

.page-template-page-my-account .page-content p {
  margin-bottom: 20px; }

.page-template-page-my-account .page-content span {
  color: red;
  display: inline-block; }

.page-template-page-my-account .page-content .profile-pic {
  margin-bottom: 24px;
  margin-top: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .page-template-page-my-account .page-content .profile-pic .img-holder {
    max-height: 320px;
    max-width: 47%; }
    .page-template-page-my-account .page-content .profile-pic .img-holder img {
      max-height: 320px; }
  .page-template-page-my-account .page-content .profile-pic p {
    max-width: 47%;
    padding-left: 3%; }
  .page-template-page-my-account .page-content .profile-pic button {
    margin-top: 16px; }

#gform_4 .gform_fields textarea, #gform_5 .gform_fields textarea {
  height: 180px; }

.bottom-bar {
  background: #003152;
  color: #fff;
  font-size: .8em;
  padding: 40px 0 30px;
  font-weight: 400; }
  .bottom-bar .wrap div {
    padding-left: 26%;
    margin: 0 0 0 auto; }
  .bottom-bar span {
    color: #9FE2FF;
    display: block;
    margin-top: 10px; }

.essentials {
  border-top: 1px solid #DDE2E8;
  background: linear-gradient(to bottom, white 0%, #f8fafb 100%);
  padding: 78px 0; }
  .essentials a {
    font-size: .875em;
    color: #0578A9; }
  .essentials h2 {
    color: #003C66;
    margin-bottom: 60px;
    text-align: center; }
  .essentials .essential-links {
    display: none; }
  .essentials .essential {
    border: 1px solid #DDE2E8;
    background: #fff;
    padding: 36px 28px;
    position: relative; }
    .essentials .essential > i {
      color: #0578A9;
      font-size: 2.5em;
      position: absolute;
      top: 30px;
      left: 28px; }
    .essentials .essential h3 {
      color: #003C66;
      font-size: 1.375em;
      padding-left: 60px;
      margin-bottom: 40px; }
    .essentials .essential .text-holder p {
      font-size: .875em;
      line-height: 1.428em; }
      .essentials .essential .text-holder p + p {
        margin-top: 24px; }
    .essentials .essential .left {
      margin-bottom: 48px; }
    .essentials .essential .right .title {
      color: #0578A9;
      font-size: 1.0625em;
      line-height: 1.3em;
      margin-bottom: 10px;
      display: block;
      font-weight: 600; }
    .essentials .essential + .essential {
      margin-top: 36px; }

.resource-expanders {
  margin-top: 26px; }
  .resource-expanders .resource-expander {
    cursor: pointer;
    border-left: 1px solid #DDE2E8;
    border-right: 1px solid #DDE2E8;
    background: #F8FAFB; }
    .resource-expanders .resource-expander.open .title-bar h5:before, .resource-expanders .resource-expander.open .title-bar .h5:before {
      content: '\e882'; }
    .resource-expanders .resource-expander.open .resource {
      height: auto;
      padding: 6px 30px;
      border-bottom: 1px solid #F8FAFB;
      border-top: 1px solid #F8FAFB; }
      .resource-expanders .resource-expander.open .resource:nth-of-type(2) {
        padding-top: 10px; }
      .resource-expanders .resource-expander.open .resource:last-of-type {
        border-bottom: 1px solid #DDE2E8;
        padding-bottom: 10px;
        margin-bottom: 0;
        padding-bottom: 10px; }
    .resource-expanders .resource-expander + .resource-expander .title-bar {
      border-top: 0; }
    .resource-expanders .resource-expander .title-bar {
      background: #fff;
      padding: 18px;
      border-top: 1px solid #DDE2E8;
      border-left: 0;
      border-right: 0;
      border-bottom: 1px solid #DDE2E8;
      position: relative;
      z-index: 1; }
      .resource-expanders .resource-expander .title-bar:hover, .resource-expanders .resource-expander .title-bar:focus {
        box-shadow: 0 0 24px 0 rgba(5, 61, 101, 0.15); }
      .resource-expanders .resource-expander .title-bar h5, .resource-expanders .resource-expander .title-bar .h5 {
        font-size: 1em;
        line-height: 1.375em;
        color: #0578A9;
        text-transform: uppercase;
        position: relative; }
        .resource-expanders .resource-expander .title-bar h5:before, .resource-expanders .resource-expander .title-bar .h5:before {
          font-family: 'Linearicons';
          content: '\e881';
          vertical-align: top;
          margin-right: 18px; }
    .resource-expanders .resource-expander .resource {
      border: 0;
      height: 0;
      padding: 0 30px;
      overflow: hidden;
      background: #F8FAFB; }
      .resource-expanders .resource-expander .resource.open {
        border-top: 1px solid #DDE2E8;
        border-bottom: 1px solid #DDE2E8;
        background: #fff;
        padding: 16px 30px; }
        .resource-expanders .resource-expander .resource.open:nth-of-type(2) {
          border-top: 0;
          margin-top: 0;
          padding-top: 0; }
        .resource-expanders .resource-expander .resource.open:last-of-type {
          margin-bottom: 0; }
        .resource-expanders .resource-expander .resource.open + .resource.open {
          border-top: 0; }
        .resource-expanders .resource-expander .resource.open .title-bar {
          padding: 17px 0 19px; }
          .resource-expanders .resource-expander .resource.open .title-bar h6, .resource-expanders .resource-expander .resource.open .title-bar .h6 {
            color: #0578A9; }
            .resource-expanders .resource-expander .resource.open .title-bar h6:before, .resource-expanders .resource-expander .resource.open .title-bar .h6:before {
              content: '\e882'; }
        .resource-expanders .resource-expander .resource.open .the-resource {
          height: auto; }
      .resource-expanders .resource-expander .resource .title-bar {
        position: static;
        border: 0;
        background: transparent;
        padding: 5px 0;
        margin-bottom: 0; }
        .resource-expanders .resource-expander .resource .title-bar:hover, .resource-expanders .resource-expander .resource .title-bar:focus {
          box-shadow: none; }
        .resource-expanders .resource-expander .resource .title-bar h6, .resource-expanders .resource-expander .resource .title-bar .h6 {
          font-size: .875em;
          color: #5A6274; }
          .resource-expanders .resource-expander .resource .title-bar h6:before, .resource-expanders .resource-expander .resource .title-bar .h6:before {
            font-family: 'Linearicons';
            content: '\e881';
            vertical-align: top;
            margin-right: 12px; }
      .resource-expanders .resource-expander .resource .the-resource {
        padding: 0 30px;
        height: 0;
        overflow: hidden;
        background: #fff; }
        .resource-expanders .resource-expander .resource .the-resource p {
          font-size: .875em;
          line-height: 1.25em;
          margin-bottom: 16px; }
        .resource-expanders .resource-expander .resource .the-resource .actions {
          font-size: .875em; }
          .resource-expanders .resource-expander .resource .the-resource .actions a {
            display: inline-block;
            margin-right: 16px;
            margin-bottom: 8px; }

#welcome .wrap, .join-fame .wrap, #formative-assessment-process .wrap, #case-studies .wrap, #advocacy-briefs .wrap, #information-briefs .wrap {
  max-width: 1112px; }

#welcome {
  background-color: #F8FAFB;
  background-image: url(../img/qce-left.svg);
  background-repeat: repeat-y;
  background-position: left top;
  padding: 100px 0 100px;
  border-bottom: 1px solid #DDE2E8; }
  #welcome h1 {
    color: #0578A9;
    font-size: 1.625em;
    margin-bottom: 20px;
    font-weight: 600; }
  #welcome p {
    color: #0062A1;
    font-size: 1em;
    line-height: 1.428;
    font-weight: 500;
    margin-bottom: 28px; }
  #welcome .text-holder a {
    font-weight: 700;
    color: #0578A9;
    margin-bottom: 16px;
    display: inline-block; }
    #welcome .text-holder a i {
      font-weight: 700; }
  #welcome .btn {
    margin-bottom: 20px; }
  #welcome .h4 {
    color: #0062A1;
    font-weight: 600;
    font-size: 1em;
    margin-top: 20px; }
  #welcome .slick-dots li button {
    color: #000; }
  #welcome .slick-dots li.slick-active button {
    color: #fff; }
  #welcome .join-fame {
    padding: 36px 0;
    margin-top: 50px;
    margin-bottom: -200px;
    position: relative;
    /*&:before {
			content: '';
			height: 84.9%;
			width: 85%;
			position: absolute;
			bottom: -10px;
			left: 7.5%;
			background: #000;
			opacity: .2;
			backface-visibility: hidden;
			perspective: 1000;
			transform: translate3d(0,0,0);
			transform: translateZ(0);
			pointer-events: none;
			filter: blur(14px);
			z-index: -1;
		}*/ }
    #welcome .join-fame p {
      font-size: .875em;
      color: #BAECFF; }

#what-is-fame {
  padding: 30px 0 85px;
  border-top: 1px solid #DDE2E8; }
  #what-is-fame .half {
    padding-top: 50px; }
  #what-is-fame h2 {
    font-size: 1.625em;
    margin-bottom: 20px; }
  #what-is-fame p {
    font-size: .875em;
    line-height: 1.428em;
    margin-bottom: 10px; }
  #what-is-fame .btn {
    margin-top: 20px; }

.title-holder {
  max-width: 692px;
  margin: 0 auto 40px;
  text-align: center; }
  .title-holder h2 {
    color: #0578A9;
    font-weight: 600;
    font-size: 2.25em;
    margin-bottom: 32px; }
  .title-holder p {
    color: #5A6274;
    font-size: 1.25em;
    line-height: 1.6em;
    margin-bottom: 30px; }
    .title-holder p b {
      color: #035987; }
  .title-holder a {
    color: #003C66;
    font-size: 14px; }
    .title-holder a i {
      margin-right: 8px; }

#formative-assessment-process {
  background: #F5F6F7;
  padding: 180px 0 80px;
  overflow: hidden; }
  #formative-assessment-process h2 {
    font-size: 1.625em; }
  #formative-assessment-process .questions > .title-holder {
    margin-bottom: 40px;
    text-align: left; }
    #formative-assessment-process .questions > .title-holder h2 {
      margin-bottom: 30px; }
    #formative-assessment-process .questions > .title-holder p {
      font-size: 1em;
      margin-bottom: 20px;
      line-height: 1.428em;
      color: #5A6274; }
    #formative-assessment-process .questions > .title-holder h3 {
      color: #0578A9;
      margin-top: 45px;
      margin-bottom: 10px;
      font-size: 1em; }
      #formative-assessment-process .questions > .title-holder h3 + span {
        color: #5A6274;
        font-size: .75em; }
  #formative-assessment-process .content-cards {
    margin-top: 100px; }
    #formative-assessment-process .content-cards .text-holder {
      width: 100%; }
      #formative-assessment-process .content-cards .text-holder + .text-holder {
        margin-top: 40px; }
      #formative-assessment-process .content-cards .text-holder h2 {
        color: #0578A9;
        line-height: 26px;
        margin-bottom: 25px;
        font-size: 22px; }
      #formative-assessment-process .content-cards .text-holder a {
        display: inline-block;
        margin-top: 30px;
        color: #0578A9; }

#the-process {
  text-align: center;
  position: relative; }
  #the-process a {
    color: #fff;
    text-decoration: underline; }
    #the-process a:hover, #the-process a.active {
      font-weight: 700; }
  #the-process .planning-circle {
    position: relative;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    background: #0578A9;
    border-radius: 50%;
    height: 660px;
    width: 660px;
    padding: 42px;
    margin-bottom: 40px; }
    #the-process .planning-circle:after {
      content: url("../img/arrow.svg");
      display: block;
      margin-top: 40px; }
    #the-process .planning-circle > a {
      position: absolute;
      top: 10px;
      left: 50%;
      transform: translate(-50%, 0); }
    #the-process .planning-circle .analysis-circle {
      background: #F5F6F7;
      border-radius: 50%;
      padding: 124px 82px;
      height: 100%; }
      #the-process .planning-circle .analysis-circle svg {
        margin-top: -66px;
        margin-bottom: -100px; }
      #the-process .planning-circle .analysis-circle text {
        font-size: 16px;
        font-weight: 500;
        color: #5A6274;
        fill: #5A6274; }
      #the-process .planning-circle .analysis-circle .student-circle {
        border-radius: 50%;
        height: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 100vw;
        margin: 0 auto; }
        #the-process .planning-circle .analysis-circle .student-circle p {
          font-size: 18px;
          font-weight: 700;
          text-transform: uppercase;
          position: absolute;
          top: -137px; }
        #the-process .planning-circle .analysis-circle .student-circle a {
          position: absolute;
          height: 150px;
          width: 150px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 50%;
          padding: 20px; }
          #the-process .planning-circle .analysis-circle .student-circle a:nth-of-type(1) {
            background: #0578A9;
            top: -40px;
            left: 50%;
            transform: translate(-50%, 0); }
            #the-process .planning-circle .analysis-circle .student-circle a:nth-of-type(1):before, #the-process .planning-circle .analysis-circle .student-circle a:nth-of-type(1):after {
              content: url("../img/arrow.svg");
              position: absolute;
              transform-origin: top; }
            #the-process .planning-circle .analysis-circle .student-circle a:nth-of-type(1):before {
              transform: rotate(-135deg);
              bottom: -3px;
              left: -59px; }
            #the-process .planning-circle .analysis-circle .student-circle a:nth-of-type(1):after {
              transform: rotate(-45deg);
              bottom: 16px;
              right: -39px; }
          #the-process .planning-circle .analysis-circle .student-circle a:nth-of-type(2) {
            background: #3A8369;
            right: 0;
            top: 50%;
            transform: translate(0, -50%); }
          #the-process .planning-circle .analysis-circle .student-circle a:nth-of-type(3) {
            background: #703A96;
            bottom: -40px;
            left: 50%;
            transform: translate(-50%, 0); }
            #the-process .planning-circle .analysis-circle .student-circle a:nth-of-type(3):before, #the-process .planning-circle .analysis-circle .student-circle a:nth-of-type(3):after {
              content: url("../img/arrow.svg");
              position: absolute;
              transform-origin: top; }
            #the-process .planning-circle .analysis-circle .student-circle a:nth-of-type(3):before {
              transform: rotate(45deg);
              top: 28px;
              right: -57px; }
            #the-process .planning-circle .analysis-circle .student-circle a:nth-of-type(3):after {
              transform: rotate(-225deg);
              top: 46px;
              left: -40px; }
          #the-process .planning-circle .analysis-circle .student-circle a:nth-of-type(4) {
            background: #703A96;
            left: 0;
            top: 50%;
            transform: translate(0, -50%); }
  #the-process p {
    color: #5A6274;
    font-weight: 700; }

.process-steps {
  margin-bottom: 60px; }
  .process-steps .btn {
    margin-top: 10px; }
    .process-steps .btn + a {
      margin-top: 10px;
      font-size: .875em;
      color: #5A6274;
      text-decoration: underline;
      display: block; }
  .process-steps a {
    text-decoration: underline; }
    .process-steps a:hover {
      text-decoration: none; }

.process-step {
  margin-bottom: 20px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07); }
  .process-step .title-holder {
    color: #fff;
    text-transform: uppercase;
    padding: 24px;
    font-weight: 600;
    cursor: pointer;
    margin: 0;
    text-align: left;
    max-width: none;
    padding-right: 48px;
    position: relative; }
    .process-step .title-holder:before {
      content: '';
      position: absolute;
      background-color: #fff;
      height: 20px;
      width: 2px;
      right: 29px;
      top: 50%;
      margin-top: -10px; }
    .process-step .title-holder:after {
      content: '';
      right: 20px;
      height: 2px;
      width: 20px;
      top: 50%;
      margin-top: -1px;
      background-color: #fff;
      position: absolute; }
  .process-step .description-holder {
    display: none;
    padding: 24px;
    background: #fff;
    line-height: 1.428em; }
    .process-step .description-holder a {
      color: #0578A9; }
    .process-step .description-holder ul {
      font-size: 14px;
      columns: 2;
      column-gap: 46px;
      padding-left: 1ch; }
      .process-step .description-holder ul li {
        display: inline-block;
        margin-top: 10px; }
        .process-step .description-holder ul li a {
          display: block;
          text-indent: -1ch;
          padding-left: 1ch; }
  .process-step.active .title-holder:before {
    display: none; }
  .process-step.active .description-holder {
    display: block; }
  .process-step:nth-of-type(1) .title-holder {
    background: #0578A9; }
  .process-step:nth-of-type(2) .title-holder {
    background: #3A8369; }
  .process-step:nth-of-type(3) .title-holder {
    background: #703A96; }

.spotlight {
  background: #F8FAFB;
  padding: 50px 0;
  border-top: 1px solid #DDE2E8;
  border-bottom: 1px solid #DDE2E8; }
  .spotlight .quarter:first-of-type {
    font-size: 1.25em;
    line-height: 1.6em;
    font-weight: 700;
    color: #0062A1; }
  .spotlight .quarter + .quarter {
    margin-top: 40px; }
  .spotlight .resource h3 {
    color: #00628C; }
  .spotlight .resource p {
    margin: 10px 0;
    font-size: .875em; }
  .spotlight .resource .actions {
    font-size: .875em; }
  .spotlight .resource a {
    color: #0578A9; }
  .spotlight#conference-materials {
    background: #f1f1f1; }

#information-briefs {
  position: relative;
  color: #fff; }
  #information-briefs .wrap {
    padding: 30px 5%;
    width: 90%;
    background: #0062A1;
    max-width: 1112px; }
  #information-briefs .description p {
    color: #BAECFF; }
  #information-briefs .briefs {
    margin-top: 40px;
    font-size: .875rem; }
    #information-briefs .briefs .brief {
      display: block;
      margin-bottom: 40px; }
      #information-briefs .briefs .brief p {
        margin-bottom: 1em; }
  #information-briefs h2 {
    color: #fff;
    font-size: 1.625em; }
  #information-briefs .btn {
    margin: 20px 0; }
  #information-briefs + .spotlight {
    border-top: none; }

.page-template-page-home-public #information-briefs:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 50%;
  background: #F5F6F7;
  z-index: -1; }

.page-template-page-rnd #information-briefs:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 50%;
  background: #F8FAFB;
  z-index: -1; }

.page-template-page-conference-materials .jump-to,
.page-template-page-resource-guide .jump-to {
  margin-top: -40px;
  padding-bottom: 40px; }
  .page-template-page-conference-materials .jump-to .wrap,
  .page-template-page-resource-guide .jump-to .wrap {
    max-width: 800px; }
  .page-template-page-conference-materials .jump-to p,
  .page-template-page-resource-guide .jump-to p {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.25rem;
    text-align: center;
    color: #555; }
  .page-template-page-conference-materials .jump-to ul,
  .page-template-page-resource-guide .jump-to ul {
    margin-top: 1rem;
    font-weight: 600; }
    .page-template-page-conference-materials .jump-to ul li,
    .page-template-page-resource-guide .jump-to ul li {
      color: #0578A9;
      padding: 10px 0; }

.page-template-page-resource-guide .jump-to {
  padding: 35px 0;
  margin-top: 0; }

.page-template-page-resource-guide .resource-type-row:nth-of-type(even) {
  background-color: rgba(216, 216, 216, 0.2); }

.page-template-page-resource-guide .resource-type-row h2 {
  padding-top: 60px; }

.page-template-page-resource-guide .resource-type-row h3.h2 {
  font-size: 1.60rem;
  margin-bottom: 0.5em; }

.page-template-page-resource-guide .resource-type-row .text-holder h2 + p {
  margin-top: 1rem; }

.page-template-page-resource-guide .resource-type-row .text-holder p + p {
  margin-top: 1rem; }

.page-template-page-resource-guide .resource-type-row article:last-of-type {
  border-bottom: none; }

.conference_materials_section {
  padding: 66px 0; }
  .conference_materials_section:nth-of-type(odd) {
    background: rgba(216, 216, 216, 0.2); }
  .conference_materials_section h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #0578A9; }
  .conference_materials_section .resource-wrap .resource {
    display: block;
    margin-top: 60px;
    padding: 20px; }
    .conference_materials_section .resource-wrap .resource .img-holder {
      background-color: rgba(216, 216, 216, 0.42);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      height: 45vw;
      margin-bottom: 20px; }
    .conference_materials_section .resource-wrap .resource .text-holder h3 {
      margin-bottom: 1rem;
      font-size: 1.0625em;
      line-height: 1.375em;
      text-transform: none;
      color: #0578AB;
      font-weight: 600;
      display: block; }
    .conference_materials_section .resource-wrap .resource .text-holder p {
      color: #6B6B6B;
      font-size: .875rem;
      line-height: 120%; }
    .conference_materials_section .resource-wrap .resource:hover, .conference_materials_section .resource-wrap .resource:focus, .conference_materials_section .resource-wrap .resource:active {
      background: #fff;
      box-shadow: 0 24px 50px -20px rgba(0, 0, 0, 0.2); }

#case-studies, #advocacy-briefs {
  text-align: center;
  padding: 70px 0; }
  #case-studies .title-holder ul, #advocacy-briefs .title-holder ul {
    list-style: none;
    margin-top: 40px;
    padding-left: 0; }
    #case-studies .title-holder ul li, #advocacy-briefs .title-holder ul li {
      display: block;
      margin: 10px; }
    #case-studies .title-holder ul a, #advocacy-briefs .title-holder ul a {
      color: #0578A9;
      font-weight: 600;
      font-size: .875em; }
  #case-studies .case-study, #case-studies .brief, #advocacy-briefs .case-study, #advocacy-briefs .brief {
    text-align: left;
    padding: 50px 0 30px; }
    #case-studies .case-study .img-holder, #case-studies .brief .img-holder, #advocacy-briefs .case-study .img-holder, #advocacy-briefs .brief .img-holder {
      box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
      max-width: 154px;
      margin: 0 auto 30px; }
    #case-studies .case-study h3, #case-studies .brief h3, #advocacy-briefs .case-study h3, #advocacy-briefs .brief h3 {
      color: #00628C;
      font-weight: 600;
      font-size: 1.375em;
      margin-bottom: 20px; }
    #case-studies .case-study p, #case-studies .brief p, #advocacy-briefs .case-study p, #advocacy-briefs .brief p {
      margin-bottom: 20px;
      font-size: .875em;
      line-height: 1.428em; }
    #case-studies .case-study .read-more, #case-studies .brief .read-more, #advocacy-briefs .case-study .read-more, #advocacy-briefs .brief .read-more {
      font-size: .875em;
      line-height: 1.428em; }
      #case-studies .case-study .read-more ul, #case-studies .brief .read-more ul, #advocacy-briefs .case-study .read-more ul, #advocacy-briefs .brief .read-more ul {
        list-style: disc; }
        #case-studies .case-study .read-more ul li, #case-studies .brief .read-more ul li, #advocacy-briefs .case-study .read-more ul li, #advocacy-briefs .brief .read-more ul li {
          display: list-item;
          margin-top: 12px; }
      #case-studies .case-study .read-more .btn, #case-studies .brief .read-more .btn, #advocacy-briefs .case-study .read-more .btn, #advocacy-briefs .brief .read-more .btn {
        margin-top: 30px;
        min-width: 236px;
        font-size: 1.428em; }
      #case-studies .case-study .read-more .uses-link, #case-studies .brief .read-more .uses-link, #advocacy-briefs .case-study .read-more .uses-link, #advocacy-briefs .brief .read-more .uses-link {
        margin-top: 15px;
        display: block;
        color: #0578A9; }

#fast-scass {
  background: #F5F6F7;
  padding: 50px 0; }
  #fast-scass .quarter:first-of-type {
    font-size: 1.25em;
    line-height: 1.3em;
    font-weight: 700;
    color: #0062A1; }
  #fast-scass .quarter + .quarter {
    margin-top: 50px; }
  #fast-scass .resource h3 {
    color: #00628C; }
  #fast-scass .resource a {
    color: #0578A9; }
  #fast-scass .resource p {
    margin: 10px 0;
    font-size: .875em; }
  #fast-scass .resource .actions {
    font-size: .875em; }

.join-fame {
  background: #0062A1;
  color: #fff;
  padding: 50px 0; }
  .join-fame .wrap {
    padding-left: 42px;
    max-width: 1112px; }
    .join-fame .wrap > div:last-of-type p a {
      color: #9FE2FF;
      text-decoration: underline; }
  .join-fame h2 {
    color: #fff;
    font-size: 1.625em;
    margin-left: -42px;
    padding-left: 42px;
    text-indent: -42px; }
    .join-fame h2 i {
      color: #9FE2FF;
      margin-right: 16px; }
  .join-fame p {
    color: #9FE2FF;
    margin: 20px 0; }
    .join-fame p a {
      color: #fff; }
  .join-fame .btn {
    margin: 20px 0; }
  .join-fame .wrap-new {
    margin-top: -36px;
    margin-bottom: -36px; }
    .join-fame .wrap-new > div {
      padding: 36px 5%;
      padding-left: calc(5% + 42px); }
    .join-fame .wrap-new a {
      display: inline-block;
      margin-right: 20px; }
  .join-fame .new-webinars {
    background: #0C3A66; }

.public .topbar {
  position: sticky;
  top: 0px;
  z-index: 10; }

.public .header {
  position: sticky;
  top: 44px;
  z-index: 10;
  transition: all .2s ease-in-out; }
  .public .header .logo {
    transition: all .2s ease-in-out; }
  .public .header .account .btn {
    transition: all .2s ease-in-out; }
  .public .header.fixed .account .btn {
    padding: 5px 10px; }

#research-and-development {
  padding: 90px 0; }
  #research-and-development .wrap {
    max-width: 1120px; }
  #research-and-development .types {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #research-and-development .types > div {
      margin-top: 60px; }
      #research-and-development .types > div h3 {
        color: #0062A1;
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 40px; }
      #research-and-development .types > div .btn {
        margin-top: 46px; }
      #research-and-development .types > div > div {
        display: flex;
        align-items: flex-start; }
        #research-and-development .types > div > div .text-holder h4 {
          color: #0062A1;
          font-size: 14px;
          line-height: 20px;
          margin-bottom: 16px;
          text-transform: uppercase; }
        #research-and-development .types > div > div .text-holder p, #research-and-development .types > div > div .text-holder .actions {
          font-size: 14px;
          line-height: 20px;
          color: #5A6274; }
        #research-and-development .types > div > div .text-holder a {
          color: #0062A1; }
        #research-and-development .types > div > div .img-holder {
          max-width: 106px;
          min-width: 106px;
          width: 106px;
          margin-right: 46px; }

#experts h2 {
  color: #0062A1;
  font-size: 1.25em;
  line-height: 1.3em;
  max-width: 275px;
  width: 100%;
  margin: 0 auto 40px;
  text-align: center; }

#experts, .rd_team {
  padding: 46px 0; }
  #experts .wrap, .rd_team .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  #experts .gallery, .rd_team .gallery {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 912px; }
    #experts .gallery .expert, .rd_team .gallery .expert {
      text-align: center;
      margin: 0 auto 50px;
      width: 200px;
      max-width: 50%; }
      #experts .gallery .expert a, .rd_team .gallery .expert a {
        display: block;
        max-width: 126px;
        margin: 0 auto; }
        #experts .gallery .expert a[data-rel="lightbox-expert"], .rd_team .gallery .expert a[data-rel="lightbox-expert"] {
          cursor: pointer; }
      #experts .gallery .expert .img-holder, .rd_team .gallery .expert .img-holder {
        border-radius: 50%;
        height: 80px;
        width: 80px;
        margin: 0 auto 20px;
        background: #D8D8D8; }
      #experts .gallery .expert h3, .rd_team .gallery .expert h3 {
        font-size: .875em;
        color: #0578A9; }

.rd_team {
  border-top: 1px solid #E5E5E5;
  padding-top: 100px; }
  .rd_team .wrap {
    display: block; }
  .rd_team .title-holder {
    margin-bottom: 60px; }
  .rd_team .gallery {
    margin: 0 auto;
    max-width: 850px; }
    .rd_team .gallery .expert a {
      max-width: 160px; }
    .rd_team .gallery .expert .img-holder {
      height: 100px;
      width: 100px; }
    .rd_team .gallery .expert h3 {
      font-size: 18px; }

.page_content {
  padding: 60px 0 90px; }
  .page_content .wrap .text-holder {
    margin-top: 40px; }
    .page_content .wrap .text-holder h3, .page_content .wrap .text-holder .h3 {
      font-size: 26px;
      font-weight: 600;
      color: #0578A9;
      margin-bottom: 30px; }
    .page_content .wrap .text-holder p, .page_content .wrap .text-holder ul, .page_content .wrap .text-holder ol {
      line-height: 24px; }
      .page_content .wrap .text-holder p + p, .page_content .wrap .text-holder p + ul, .page_content .wrap .text-holder p + ol, .page_content .wrap .text-holder ul + p, .page_content .wrap .text-holder ul + ul, .page_content .wrap .text-holder ul + ol, .page_content .wrap .text-holder ol + p, .page_content .wrap .text-holder ol + ul, .page_content .wrap .text-holder ol + ol {
        margin-top: 24px; }
    .page_content .wrap .text-holder a i {
      margin-right: 8px; }
    .page_content .wrap .text-holder .btn {
      margin-right: 20px;
      margin-bottom: 20px; }
  .page_content .wrap .video-thumb {
    overflow: visible;
    margin-bottom: 66px; }
    .page_content .wrap .video-thumb span {
      position: absolute;
      top: 100%;
      left: 0; }
  .page_content .wrap .img-holder span {
    padding: 10px 0;
    display: block; }

#slider-skippers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  justify-content: space-evenly;
  margin-top: 80px; }
  #slider-skippers a {
    cursor: pointer;
    color: #003C66;
    font-size: 1.125rem;
    margin: 10px 0; }
    #slider-skippers a:hover, #slider-skippers a:focus, #slider-skippers a.active {
      opacity: 1;
      font-weight: 700;
      text-decoration: underline; }

.content_rows {
  padding-top: 100px;
  border-top: 1px solid #E5E5E5;
  background: linear-gradient(to bottom, #f8fafb 0%, white 100%); }
  .content_rows .wrap {
    max-width: 1100px; }
  .content_rows .title-holder {
    margin-bottom: 0; }
  .content_rows .rows.slider {
    padding: 30px 0;
    margin-bottom: 45px; }
    .content_rows .rows.slider .row {
      padding: 15px 0;
      max-width: 1020px;
      margin: 0 auto;
      margin-bottom: 45px; }
    .content_rows .rows.slider .slick-arrow {
      border: 2px solid #0578A9;
      border-radius: 50%;
      height: 24px;
      width: 24px; }
      .content_rows .rows.slider .slick-arrow:before {
        color: #0578A9;
        font-size: 16px;
        font-weight: 700;
        opacity: 1; }
    .content_rows .rows.slider .slick-prev {
      left: -4%; }
      .content_rows .rows.slider .slick-prev:before {
        content: '\e879'; }
    .content_rows .rows.slider .slick-next {
      right: -4%; }
      .content_rows .rows.slider .slick-next:before {
        content: '\e87a'; }
  .content_rows .rows .row {
    padding: 45px 0; }
    .content_rows .rows .row .text-holder h3 {
      font-size: 26px;
      font-weight: 600;
      color: #0578A9;
      margin-bottom: 30px; }
    .content_rows .rows .row .text-holder p, .content_rows .rows .row .text-holder ul, .content_rows .rows .row .text-holder ol {
      line-height: 24px; }
      .content_rows .rows .row .text-holder p + p, .content_rows .rows .row .text-holder p + ul, .content_rows .rows .row .text-holder p + ol, .content_rows .rows .row .text-holder ul + p, .content_rows .rows .row .text-holder ul + ul, .content_rows .rows .row .text-holder ul + ol, .content_rows .rows .row .text-holder ol + p, .content_rows .rows .row .text-holder ol + ul, .content_rows .rows .row .text-holder ol + ol {
        margin-top: 24px; }
    .content_rows .rows .row .text-holder a i {
      margin-right: 8px; }
    .content_rows .rows .row > div:nth-of-type(2) {
      margin-top: 40px; }
    .content_rows .rows .row + .row {
      border-top: 1px solid #E5E5E5; }

.page-template-page-news-notes h2 {
  font-size: 1.625em;
  margin-bottom: 20px; }

.page-template-page-news-notes .helpful-resources {
  flex-wrap: wrap; }
  .page-template-page-news-notes .helpful-resources .description {
    font-size: 1.125em;
    line-height: 1.625em;
    margin-bottom: 30px; }

.resources-row {
  padding: 50px 0 75px;
  background-color: #F8FAFB; }
  .resources-row .intro {
    margin-bottom: 50px; }
    .resources-row .intro .btn {
      margin-top: 25px; }
  .resources-row article + article {
    margin-top: 30px; }
  .resources-row article > a {
    display: block; }
  .resources-row article .h3 {
    margin: .75em 0 1.25em;
    font-size: 1.0625rem;
    color: #003c66; }
  .resources-row article .img-holder {
    height: 150px;
    margin-bottom: 30px; }
    .resources-row article .img-holder img {
      margin-right: auto;
      width: auto; }
    .resources-row article .img-holder.fallback {
      width: 100%;
      padding: 30px; }
  .resources-row article .text-holder span, .resources-row article .text-holder .read-more {
    display: block;
    color: #0578A9;
    font-size: 14px;
    line-height: 16px; }

.newsletters {
  padding: 76px 0 122px; }
  .newsletters h2 {
    width: 100%; }
  .newsletters .wrap {
    max-width: 1286px; }
  .newsletters article {
    margin-top: 46px; }
    .newsletters article .img-holder {
      margin-bottom: 20px; }
      .newsletters article .img-holder img {
        width: 100%; }
    .newsletters article .date {
      color: #0578A9;
      font-size: .875em; }
    .newsletters article .h3 {
      margin: .75em 0 1.25em;
      font-size: 1.0625rem;
      color: #003c66; }
    .newsletters article p {
      font-size: .875em;
      line-height: 1.625em; }
      .newsletters article p .read-more {
        color: #0578A9; }
  .newsletters .pagination {
    width: 100%;
    margin-top: 50px;
    font-size: 1.125em;
    font-weight: 700;
    padding: 0; }
    .newsletters .pagination li {
      display: inline-block;
      margin-right: 20px; }
    .newsletters .pagination a {
      color: #0578A9; }
    .newsletters .pagination i {
      font-weight: 700; }

.recent-gallery-posts {
  background: #f8fafb;
  padding: 60px 0;
  text-align: center; }
  .recent-gallery-posts .wrap {
    width: 100%; }
  .recent-gallery-posts .slider {
    padding: 0 5%; }
  .recent-gallery-posts p {
    font-size: 1.125em;
    line-height: 1.625em;
    margin-bottom: 30px;
    max-width: 768px;
    width: 90%;
    margin: 0 auto 40px; }
  .recent-gallery-posts .img-holder img {
    margin: 0 auto; }
  .recent-gallery-posts .slick-prev {
    left: 1px; }
    .recent-gallery-posts .slick-prev:before {
      content: '\e885'; }
  .recent-gallery-posts .slick-next {
    right: 1px; }
    .recent-gallery-posts .slick-next:before {
      content: '\e886'; }
  .recent-gallery-posts .slick-arrow:before {
    color: #0578A9;
    font-size: 24px;
    font-weight: 700;
    opacity: 1; }

.image-and-content {
  padding: 90px 0; }
  .image-and-content .wrap .img-holder {
    margin-bottom: 40px; }
  .image-and-content .wrap .text-holder p, .image-and-content .wrap .text-holder ul, .image-and-content .wrap .text-holder ol {
    line-height: 1.5em; }
    .image-and-content .wrap .text-holder p + p, .image-and-content .wrap .text-holder p + ul, .image-and-content .wrap .text-holder p + ol, .image-and-content .wrap .text-holder ul + p, .image-and-content .wrap .text-holder ul + ul, .image-and-content .wrap .text-holder ul + ol, .image-and-content .wrap .text-holder ol + p, .image-and-content .wrap .text-holder ol + ul, .image-and-content .wrap .text-holder ol + ol {
      margin-top: 20px; }
  .image-and-content .wrap .text-holder li {
    line-height: 1.5em; }
    .image-and-content .wrap .text-holder li + li {
      margin-top: 1em; }

.page-template-page-resource-guide .page-content {
  padding: 0; }
  .page-template-page-resource-guide .page-content .wrap {
    max-width: 860px; }

.page-template-page-resource-guide article {
  padding: 60px 0;
  border-bottom: 1px solid #e5e5e5; }
  .page-template-page-resource-guide article .title h2 {
    font-size: 1.65rem;
    margin-bottom: .5em; }
  .page-template-page-resource-guide article .title a {
    display: block;
    color: #0578A9;
    margin-bottom: 1em; }
  .page-template-page-resource-guide article .text-holder {
    line-height: 1.5rem; }

#emeritus {
  background: #F5F6F7;
  padding-top: 60px; }
  #emeritus .title {
    margin-bottom: 26px; }
    #emeritus .title h3 {
      font-size: 1.5625em;
      color: #0578A9;
      margin-bottom: 26px; }

.case-study-quotes {
  text-align: center;
  padding-bottom: 60px; }
  .case-study-quotes .wrap {
    background: #EEF0F3;
    padding: 56px 5% 86px; }
  .case-study-quotes .quote {
    padding: 0 10%; }
    .case-study-quotes .quote .quote-title {
      color: #545F71;
      font-size: 1rem;
      font-weight: 600; }
    .case-study-quotes .quote .quote-text {
      font-weight: 600;
      font-size: 1.625rem;
      line-height: 1.875rem;
      color: #0578A9;
      margin: 50px 0 30px; }
    .case-study-quotes .quote a {
      color: #545F71;
      font-size: .875rem;
      display: inline-block;
      margin-bottom: 30px; }
      .case-study-quotes .quote a i {
        margin-right: .5em; }
  .case-study-quotes .slick-prev:before {
    content: '\e885'; }
  .case-study-quotes .slick-next:before {
    content: '\e886'; }
  .case-study-quotes .slick-arrow {
    top: 45%; }
    .case-study-quotes .slick-arrow:before {
      color: #0578A9;
      font-size: 24px;
      font-weight: 700;
      opacity: 1; }
  .case-study-quotes .slick-dots {
    bottom: 42px; }
    .case-study-quotes .slick-dots li button {
      width: 60px;
      height: 4px;
      background: #fff;
      border-radius: 0; }
    .case-study-quotes .slick-dots li.slick-active button {
      height: 8px;
      background: #808999; }

@media only screen and (min-width: 481px) {
  #the-process .planning-circle .analysis-circle .student-circle a:nth-of-type(1):before {
    bottom: -19px;
    left: -36px; }
  #the-process .planning-circle .analysis-circle .student-circle a:nth-of-type(1):after {
    bottom: -1px;
    right: -16px; }
  #the-process .planning-circle .analysis-circle .student-circle a:nth-of-type(2) {
    right: -40px; }
  #the-process .planning-circle .analysis-circle .student-circle a:nth-of-type(3):before {
    top: 7px;
    right: -36px; }
  #the-process .planning-circle .analysis-circle .student-circle a:nth-of-type(3):after {
    top: 24px;
    left: -16px; }
  #the-process .planning-circle .analysis-circle .student-circle a:nth-of-type(4) {
    left: -40px; } }

@media only screen and (min-width: 586px) {
  .training-materials .cognitive-coaching .dvd-scenes .section {
    width: 50%;
    margin-bottom: 50px; }
    .training-materials .cognitive-coaching .dvd-scenes .section.with-title {
      padding-top: 40px; }
      .training-materials .cognitive-coaching .dvd-scenes .section.with-title + .with-title {
        margin-top: 0; }
  .team {
    padding-bottom: 60px; }
    .team .resource {
      width: 46.8%; }
  .webinar-reengage .team .resource {
    width: auto; }
  .helpful-resources .resource {
    width: 46%; }
  .helpful-resources.single .img-holder {
    width: 20%;
    margin-right: 7%; }
  .helpful-resources.single > .text-holder {
    width: 60%; }
  .facilitation ul {
    column-count: 2; }
  .launching-into-learning .training-guide .learning-guide .resource-holder .resource {
    margin-bottom: 16px;
    width: 48%; }
    .launching-into-learning .training-guide .learning-guide .resource-holder .resource:last-of-type {
      padding-left: 0; }
  .launching-into-learning .training-guide .in-practice .resource-holder .resource {
    width: 27%;
    margin-bottom: 0; }
  .page-template-page-news-notes .helpful-resources .description {
    width: 46%; }
  .newsletters h2 {
    margin-left: 25px; }
  .newsletters .wrap {
    display: flex;
    flex-wrap: wrap; }
  .newsletters article {
    padding: 0 25px;
    width: 50%; }
  .recent-gallery-posts .wrap {
    width: 90%; }
  .recent-gallery-posts .slider {
    padding: 0 40px; }
  .conference_materials_section .resource-wrap .resource {
    display: flex;
    justify-content: space-between; }
    .conference_materials_section .resource-wrap .resource .img-holder {
      width: 33%;
      height: auto;
      max-height: 180px;
      min-height: 140px;
      margin-bottom: 0; }
    .conference_materials_section .resource-wrap .resource .text-holder {
      width: 63%; } }

@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 2.875em; }
  h2, .h2 {
    font-size: 2.25em; }
  .flex.fd-row-reverse {
    flex-direction: row-reverse; }
  .half {
    width: 50%; }
    .half:first-of-type {
      padding-right: 6%; }
    .half:last-of-type {
      padding-left: 6%; }
  .header-prompt p {
    max-width: 60%; }
  header nav .mobile-only {
    display: block; }
  .border-left {
    border-left: 1px solid #DDE2E8;
    border-top: 0; }
  .banner {
    min-height: 250px;
    padding: 106px 0;
    background-position: center center;
    max-height: 300px; }
    .banner.short {
      padding: 81px 0; }
    .banner.slider .h1 {
      margin-bottom: 18px;
      font-size: 3.6875em; }
    .banner.slider p, .banner.slider .p {
      margin: 0 auto 100px;
      max-width: none; }
    .page-template-page-resource-bank .banner {
      max-height: none;
      padding-bottom: 50px; }
      .page-template-page-resource-bank .banner p {
        font-size: 1rem;
        line-height: 1.5rem;
        margin: 3rem auto; }
  .mobile-jump-to {
    display: none; }
  .resource-search {
    /*.text-holder {
		width: 37.8%;
		margin-bottom: 0;
	}
	
	form {
		width:48%;
	}*/ }
    .resource-search .desktop-wrap {
      max-width: 1232px;
      margin: 0 auto;
      width: 90%;
      align-items: stretch; }
    .resource-search .tutorial-holder {
      width: 50%;
      position: relative; }
      .resource-search .tutorial-holder:before {
        content: '';
        position: absolute;
        top: 0;
        right: 100%;
        height: 100%;
        width: 200%;
        background: #003052; }
    .resource-search .search-holder {
      width: 50%;
      /*.wrap {
			display: flex;
			align-items: center;
		}*/ }
  .coach-info {
    padding: 66px 0 118px; }
    .coach-info .half {
      padding: 0; }
      .coach-info .half:first-of-type {
        padding-right: 6%; }
      .coach-info .half:last-of-type {
        border-left: 1px solid #DDE2E8;
        border-top: 0;
        padding-left: 6%; }
    .coach-info .btn {
      width: auto; }
  .guiding-questions {
    padding: 100px 0 74px; }
    .guiding-questions h2 {
      font-size: 2.25em; }
    .guiding-questions .btn {
      width: auto; }
  .questions-blocks .question-block {
    width: 31.6%;
    margin-bottom: 50px; }
  input[type="submit"] {
    width: auto; }
  #gform_4 .gform_fields, #gform_5 .gform_fields {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start; }
    #gform_4 .gform_fields .half:nth-of-type(even), #gform_5 .gform_fields .half:nth-of-type(even) {
      margin-top: 0; }
    #gform_4 .gform_fields li, #gform_5 .gform_fields li {
      width: 100%; }
      #gform_4 .gform_fields li.half, #gform_5 .gform_fields li.half {
        width: 48%;
        padding: 0; }
    #gform_4 .gform_fields textarea, #gform_5 .gform_fields textarea {
      width: 100%; }
  .contact {
    padding: 56px 0; }
    .contact .form-holder {
      width: 58%; }
      .contact .form-holder .gform_fields .half {
        width: 48%;
        padding: 0; }
    .contact .sidebar {
      width: 31.7%;
      margin-top: 0; }
  .regional-leads {
    padding: 100px 0 55px; }
    .regional-leads.with-pics h2 {
      width: 100%; }
    .regional-leads.with-pics .leads {
      width: 100%; }
      .regional-leads.with-pics .leads .lead {
        padding-left: 120px;
        width: 48%; }
        .regional-leads.with-pics .leads .lead .img-holder {
          width: 100px;
          height: 100px;
          top: -10px; }
    .regional-leads h2 {
      width: 21.7%;
      margin-bottom: 0; }
    .regional-leads .leads {
      width: 71%; }
      .regional-leads .leads .lead {
        width: 48%; }
  *[class*='-popup'] .type-bar, *[class*='-popup'] .title-bar {
    padding-left: 46px; }
    *[class*='-popup'] .type-bar h2, *[class*='-popup'] .title-bar h2 {
      font-size: 1.375em; }
  .agree-popup .text-holder {
    padding: 30px 46px; }
  .lead-popup .lead-info {
    padding: 60px 40px; }
    .lead-popup .lead-info .img-holder {
      width: 34%;
      max-height: none;
      margin-bottom: 0; }
      .lead-popup .lead-info .img-holder img {
        max-height: none; }
    .lead-popup .lead-info .text-holder {
      width: 59%; }
  .tfap-bar .flex {
    flex-wrap: nowrap; }
    .tfap-bar .flex .text-holder {
      margin-bottom: 0;
      width: 62%; }
    .tfap-bar .flex .btn {
      width: auto; }
  .guiding-question {
    padding: 100px 0 70px; }
    .guiding-question h2 {
      font-size: 2.25em;
      margin-bottom: 78px; }
    .guiding-question .component {
      padding: 64px; }
      .guiding-question .component .description, .guiding-question .component .elements {
        width: 42.8%; }
      .guiding-question .component .description .btn {
        width: auto; }
      .guiding-question .component .elements {
        margin-top: 0; }
  .cta {
    padding: 96px 0;
    background-position: center center; }
    .cta h2 {
      font-size: 2.25em; }
  .tutorial-popup .text-holder {
    padding: 60px; }
  .bio-popup .bios {
    padding: 50px 45px; }
    .bio-popup .bios .bio .img-holder {
      width: 34%;
      margin-bottom: 0; }
    .bio-popup .bios .bio .text-holder {
      width: 59%; }
      .bio-popup .bios .bio .text-holder .featured-works .resource {
        min-width: 0;
        width: 220px; }
    .bio-popup .bios .bio.active {
      display: flex; }
  .gfield_checkbox {
    column-count: 2; }
  .resource-popup .text-holder {
    padding: 60px; }
  .resource-popup .foot {
    padding: 60px; }
  .seminars .img-holder {
    width: 47%; }
  .seminars .text-holder {
    width: 43%; }
  .training-materials {
    padding: 100px 0;
    background: linear-gradient(to bottom, white 0%, #f8fafb 100%); }
    .training-materials .center p {
      margin-bottom: 110px; }
    .training-materials .adaptive-schools .img-holder {
      width: 50%; }
    .training-materials .adaptive-schools .text-holder {
      width: 50%;
      padding: 75px 110px 75px 50px; }
      .training-materials .adaptive-schools .text-holder .btn {
        width: auto; }
  .learning-branches {
    padding: 50px 0; }
    .learning-branches .wrap {
      width: 86%;
      max-width: 1100px; }
    .learning-branches .slide-content {
      flex-direction: row;
      align-items: center;
      flex-wrap: nowrap; }
      .learning-branches .slide-content .text-holder {
        margin-top: 0;
        width: 45%;
        margin-right: auto; }
      .learning-branches .slide-content .img-holder {
        width: 50%;
        display: flex;
        align-items: center;
        height: 375px; }
    .learning-branches .slider-nav {
      padding-top: 50px;
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
      justify-content: space-around; }
  .team {
    padding: 120px 0; }
    .team h2 {
      margin-bottom: 64px; }
    .team .main.flex {
      padding-left: 5%; }
    .team .text-holder {
      width: 38%;
      margin-bottom: 0; }
    .team .resource-holder {
      width: 51%; }
  .webinar-overview {
    padding: 100px 0 0; }
    .webinar-overview .wrap.align-center {
      padding-bottom: 100px; }
    .webinar-overview .video-thumb, .webinar-overview .img-holder {
      width: 47%;
      margin-bottom: 0; }
      .webinar-overview .video-thumb p, .webinar-overview .img-holder p {
        font-size: 26px;
        color: #0578A9;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase; }
    .webinar-overview .text-holder {
      width: 48%; }
      .webinar-overview .text-holder a {
        width: auto;
        text-align: left; }
  .webinar-reengage .webinar-overview {
    padding: 0; }
    .webinar-reengage .webinar-overview .img-holder {
      margin-bottom: 30px; }
    .webinar-reengage .webinar-overview .text-holder {
      width: auto; }
      .webinar-reengage .webinar-overview .text-holder a + a {
        margin-left: 20px; }
  .webinar-reengage .team h2 {
    margin-bottom: 30px; }
  .webinar-reengage .team .text-holder {
    width: auto;
    margin-bottom: 30px; }
  .webinar-reengage .team .resource-holder {
    width: auto; }
  .going-deeper .resource {
    width: 50%; }
  #lightbox-discguides .going-deeper .resource,
  #lightbox-goingdeeper .going-deeper .resource {
    width: 100%; }
    #lightbox-discguides .going-deeper .resource.with-image,
    #lightbox-goingdeeper .going-deeper .resource.with-image {
      flex-direction: row; }
      #lightbox-discguides .going-deeper .resource.with-image .img-holder,
      #lightbox-goingdeeper .going-deeper .resource.with-image .img-holder {
        margin-right: 40px; }
      #lightbox-discguides .going-deeper .resource.with-image .text-holder,
      #lightbox-goingdeeper .going-deeper .resource.with-image .text-holder {
        padding: 0 0 40px; }
  .helpful-resources {
    padding: 54px 0 100px;
    justify-content: flex-start; }
    .helpful-resources .resource {
      width: 22%;
      margin-bottom: 0;
      margin-right: 4%; }
      .helpful-resources .resource:last-of-type {
        margin-right: 0; }
    .helpful-resources.single .img-holder {
      width: 15%; }
    .helpful-resources.single > .text-holder {
      width: 42%;
      margin-bottom: 0;
      margin-right: 9%; }
    .helpful-resources.single .resource {
      width: 26%; }
      .helpful-resources.single .resource .text-holder {
        width: 100%; }
  .next-steps {
    padding: 100px 0; }
    .next-steps .wrap.flex {
      align-items: flex-start; }
    .next-steps .wrap .img-holder {
      width: 100%;
      display: flex;
      margin-bottom: 25px; }
    .next-steps .wrap .text-holder {
      width: 100%; }
      .next-steps .wrap .text-holder .btn {
        width: auto; }
  .page-template-page-new-coaches .next-steps .flex {
    align-items: center; }
    .page-template-page-new-coaches .next-steps .flex .img-holder, .page-template-page-new-coaches .next-steps .flex .text-holder {
      width: 47.5%; }
  .returning-coach-two-col {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    .returning-coach-two-col .next-steps {
      width: 48%;
      padding: 70px 0; }
      .returning-coach-two-col .next-steps + .next-steps {
        padding-top: 70px; }
      .returning-coach-two-col .next-steps .flex {
        display: block; }
  .facilitation {
    padding: 100px 0; }
    .facilitation .half {
      padding: 0; }
    .facilitation .img-holder {
      margin-bottom: 0; }
    .facilitation .first {
      padding-right: 3%; }
    .facilitation .btn {
      width: auto; }
    .facilitation .second {
      padding-left: 3%; }
      .facilitation .second .inner {
        padding-left: 54px; }
      .facilitation .second h3 {
        padding-left: 0; }
        .facilitation .second h3:before {
          left: -54px; }
  .launching-into-learning {
    padding: 100px 0 175px; }
    .launching-into-learning .training-guide {
      margin-top: 82px; }
      .launching-into-learning .training-guide .learning-guide {
        padding-bottom: 60px; }
        .launching-into-learning .training-guide .learning-guide .info .img-holder {
          width: 18%;
          margin-bottom: 0; }
        .launching-into-learning .training-guide .learning-guide .info .text-holder {
          width: 75%;
          margin-bottom: 0; }
        .launching-into-learning .training-guide .learning-guide .resource-holder {
          padding-left: 2%; }
      .launching-into-learning .training-guide .in-practice .text-holder {
        width: 22%;
        margin-bottom: 0; }
      .launching-into-learning .training-guide .in-practice .resource-holder {
        width: 74%;
        margin-top: 72px; }
      .launching-into-learning .training-guide:nth-of-type(odd) {
        padding: 40px 60px 60px; }
        .launching-into-learning .training-guide:nth-of-type(odd) .learning-guide .info .img-holder {
          width: 31%; }
        .launching-into-learning .training-guide:nth-of-type(odd) .learning-guide .info .text-holder {
          width: 62%; }
        .launching-into-learning .training-guide:nth-of-type(odd) .in-practice .text-holder {
          width: 20.5%; }
        .launching-into-learning .training-guide:nth-of-type(odd) .in-practice .resource-holder {
          width: 76%; }
          .launching-into-learning .training-guide:nth-of-type(odd) .in-practice .resource-holder .resource {
            width: 30%; }
  .page-content .flex .left {
    width: 42%; }
  .page-content .flex .right {
    width: 50%; }
  .page-content .flex .flex .left {
    width: 100%; }
  .page-content .flex .flex .right {
    width: 100%; }
  .event-archive .wrap {
    align-items: stretch; }
  .event-archive .sidebar {
    width: 42%;
    display: block;
    position: relative; }
    .event-archive .sidebar .inner {
      padding-right: 25px; }
      .event-archive .sidebar .inner.scrolling, .event-archive .sidebar .inner.bottom {
        left: 0;
        height: 100vh;
        overflow-y: auto; }
      .event-archive .sidebar .inner.scrolling {
        top: 0;
        width: calc(42% + 25px);
        position: fixed; }
      .event-archive .sidebar .inner.bottom {
        bottom: -50px;
        width: calc(100% + 25px);
        position: absolute; }
  .events .event .mobile-only {
    display: block; }
  .mobile-filter {
    display: none; }
  .show-all {
    float: none;
    margin-top: 0; }
  .cat-section {
    display: block; }
  .mobile-slide-out {
    display: none; }
  .page-template-page-resource-bank .resource-sort-by {
    width: 62%; }
  .page-template-page-resource-bank .search-resources {
    width: 62%; }
  .page-template-page-resource-bank .page-content {
    padding-top: 0; }
    .page-template-page-resource-bank .page-content > .flex {
      align-items: stretch; }
      .page-template-page-resource-bank .page-content > .flex .right {
        width: 50%;
        padding-top: 50px; }
      .page-template-page-resource-bank .page-content > .flex .left {
        width: 40%;
        box-shadow: none;
        padding: 0;
        left: 0;
        left: initial;
        top: 0;
        top: initial;
        position: relative; }
  .page-template-page-resource-bank .sidebar {
    width: 40%;
    display: block;
    position: relative;
    max-height: none; }
    .page-template-page-resource-bank .sidebar.fixed {
      position: relative; }
    .page-template-page-resource-bank .sidebar .inner {
      min-height: 100vh;
      padding: 0;
      padding-top: 50px;
      padding-right: 25px; }
      .page-template-page-resource-bank .sidebar .inner.scrolling, .page-template-page-resource-bank .sidebar .inner.bottom {
        left: 0;
        max-height: 100vh;
        overflow-y: auto; }
      .page-template-page-resource-bank .sidebar .inner.scrolling {
        top: 0;
        width: calc(40% + 25px);
        position: fixed; }
      .page-template-page-resource-bank .sidebar .inner.bottom {
        bottom: -50px;
        position: absolute; }
  .search-results .page-content > .wrap, .search-no-results .page-content > .wrap {
    align-items: stretch; }
  .search-results .page-content .left, .search-no-results .page-content .left {
    position: relative;
    box-shadow: none;
    left: 0;
    left: initial;
    top: 0;
    top: initial;
    padding: 0;
    z-index: 0;
    display: block;
    height: auto; }
    .search-results .page-content .left .inner, .search-no-results .page-content .left .inner {
      display: block;
      padding: 0; }
      .search-results .page-content .left .inner.scrolling, .search-results .page-content .left .inner.bottom, .search-no-results .page-content .left .inner.scrolling, .search-no-results .page-content .left .inner.bottom {
        height: 100vh; }
      .search-results .page-content .left .inner.bottom, .search-no-results .page-content .left .inner.bottom {
        bottom: -50px; }
  .search-results .page-content .sidebar, .search-no-results .page-content .sidebar {
    width: 40%;
    display: block;
    position: relative;
    max-height: none; }
    .search-results .page-content .sidebar.fixed, .search-no-results .page-content .sidebar.fixed {
      position: relative; }
    .search-results .page-content .sidebar .inner, .search-no-results .page-content .sidebar .inner {
      min-height: 100vh;
      padding: 0;
      padding-top: 50px;
      padding-right: 25px; }
      .search-results .page-content .sidebar .inner.scrolling, .search-results .page-content .sidebar .inner.bottom, .search-no-results .page-content .sidebar .inner.scrolling, .search-no-results .page-content .sidebar .inner.bottom {
        left: 0;
        max-height: 100vh;
        overflow-y: auto; }
      .search-results .page-content .sidebar .inner.scrolling, .search-no-results .page-content .sidebar .inner.scrolling {
        top: 0;
        width: calc(40% + 25px);
        position: fixed; }
      .search-results .page-content .sidebar .inner.bottom, .search-no-results .page-content .sidebar .inner.bottom {
        bottom: -50px;
        position: absolute; }
  .search-results .page-content .flex .left, .search-no-results .page-content .flex .left {
    width: 40%; }
  .search-results .page-content .flex .right, .search-no-results .page-content .flex .right {
    width: 50%; }
  .page-content .box:nth-of-type(2) {
    display: block; }
  .mobile-only {
    display: none; }
  footer .logo {
    margin-bottom: 0;
    width: 20%; }
  footer .flex {
    padding: 84px 0; }
  footer .menu-holder {
    width: 74%; }
  footer .nav {
    column-count: 3; }
  .essentials .essential-links {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px; }
    .essentials .essential-links li {
      width: 20%; }
      .essentials .essential-links li a {
        opacity: .5;
        text-align: center;
        padding: 20px;
        display: block;
        transition: all .2s ease-in-out; }
        .essentials .essential-links li a i {
          color: #0578A9;
          font-size: 2.5em;
          display: block;
          margin-bottom: 20px; }
        .essentials .essential-links li a span {
          color: #0578A9;
          font-size: 1.125em;
          line-height: normal;
          font-weight: 600; }
        .essentials .essential-links li a:hover {
          opacity: 1;
          box-shadow: 0 0 24px 0 rgba(5, 61, 101, 0.15); }
          .essentials .essential-links li a:hover span {
            color: #003C66; }
  .essentials .essential {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .essentials .essential h3 {
      width: 100%;
      margin-bottom: 22px; }
    .essentials .essential .left, .essentials .essential .right {
      width: 47%; }
  #welcome .wrap, #what-is-fame .wrap, .spotlight .wrap, #fast-scass .wrap {
    display: flex;
    align-items: flex-start;
    max-width: 1258px; }
  #welcome .half, #what-is-fame .half, .spotlight .half, #fast-scass .half {
    width: 50%; }
  #welcome .quarter, #what-is-fame .quarter, .spotlight .quarter, #fast-scass .quarter {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px; }
    #welcome .quarter.hide, #what-is-fame .quarter.hide, .spotlight .quarter.hide, #fast-scass .quarter.hide {
      display: none; }
  .spotlight {
    padding: 30px 0; }
    .spotlight .wrap {
      flex-wrap: wrap; }
    .spotlight .quarter {
      padding: 20px 15px; }
  #welcome .wrap {
    flex-wrap: wrap; }
  #welcome .half:first-of-type {
    width: 54%;
    padding-right: 2%; }
  #welcome .half:last-of-type {
    width: 44%; }
    #welcome .half:last-of-type.dot-slider .slick-dots {
      padding-left: 13.6%; }
  #welcome .join-fame {
    width: 100%; }
  #what-is-fame {
    padding-top: 80px; }
    #what-is-fame .half {
      padding-top: 30px; }
      #what-is-fame .half:first-of-type {
        border-right: 1px solid #DDE2E8; }
  .spotlight .quarter + .quarter, #fast-scass .quarter + .quarter {
    margin-top: 0; }
  #information-briefs .wrap {
    padding: 30px 50px;
    display: flex; }
  #information-briefs .description {
    margin-right: 60px; }
    #information-briefs .description p {
      margin: 30px 0; }
  #information-briefs .briefs {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #information-briefs .briefs .brief {
      width: 48%;
      max-width: 274px; }
  .page-template-page-rnd #information-briefs .description {
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .page-template-page-rnd #information-briefs .description p, .page-template-page-rnd #information-briefs .description .btn {
      margin: 0; }
    .page-template-page-rnd #information-briefs .description p {
      max-width: 50%;
      margin: 0 4%; }
  .page-template-page-conference-materials .jump-to ul,
  .page-template-page-resource-guide .jump-to ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    list-style: none; }
    .page-template-page-conference-materials .jump-to ul li,
    .page-template-page-resource-guide .jump-to ul li {
      text-align: center; }
      .page-template-page-conference-materials .jump-to ul li:hover, .page-template-page-conference-materials .jump-to ul li:focus,
      .page-template-page-resource-guide .jump-to ul li:hover,
      .page-template-page-resource-guide .jump-to ul li:focus {
        text-decoration: underline; }
  .page-template-page-resource-guide .jump-to ul li {
    flex: 0 0 20%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .conference_materials_section .resource-wrap .resource {
    width: 100%; }
  #case-studies .title-holder ul, #advocacy-briefs .title-holder ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  #case-studies .case-study, #case-studies .brief, #advocacy-briefs .case-study, #advocacy-briefs .brief {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px; }
    #case-studies .case-study .text-holder, #case-studies .brief .text-holder, #advocacy-briefs .case-study .text-holder, #advocacy-briefs .brief .text-holder {
      width: 47%; }
    #case-studies .case-study .img-holder, #case-studies .brief .img-holder, #advocacy-briefs .case-study .img-holder, #advocacy-briefs .brief .img-holder {
      width: 15%;
      margin: 0; }
    #case-studies .case-study .read-more, #case-studies .brief .read-more, #advocacy-briefs .case-study .read-more, #advocacy-briefs .brief .read-more {
      width: 27.6%; }
    #case-studies .case-study + .case-study, #case-studies .case-study + .brief, #case-studies .brief + .case-study, #case-studies .brief + .brief, #advocacy-briefs .case-study + .case-study, #advocacy-briefs .case-study + .brief, #advocacy-briefs .brief + .case-study, #advocacy-briefs .brief + .brief {
      border-top: 1px solid #DDE2E8; }
  .join-fame .wrap {
    display: flex;
    justify-content: space-between;
    padding-left: 0; }
    .join-fame .wrap > div:first-of-type {
      width: 60%; }
    .join-fame .wrap > div:last-of-type {
      text-align: right; }
    .join-fame .wrap h2 {
      margin-left: 0;
      padding-left: 0;
      text-indent: 0; }
  .public .flex {
    flex-wrap: nowrap; }
  .public footer .wrap {
    align-items: flex-end; }
  .public footer .menu-holder p {
    color: #BAECFF;
    font-size: .875em; }
  .public footer .nav {
    column-count: 1;
    display: flex;
    justify-content: space-between; }
    .public footer .nav li {
      width: auto; }
  #experts .wrap {
    flex-wrap: nowrap; }
  #experts h2 {
    margin: 40px 0;
    text-align: left; }
  #experts .gallery .expert {
    margin: 0 0 50px; }
  #lightbox-module .inner {
    max-height: 90vh; }
    #lightbox-module .inner .iframe-holder {
      padding-bottom: 53.3%; }
  .page_content .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .page_content .wrap .img-holder {
      width: 47%;
      margin-bottom: 0; }
    .page_content .wrap .text-holder {
      width: 43%;
      margin-top: 0; }
  .content_rows .rows.slider {
    padding: 45px 0; }
    .content_rows .rows.slider .row {
      padding: 45px 0;
      margin-bottom: 0; }
  .content_rows .rows .row {
    padding: 90px 0;
    display: flex !important;
    justify-content: space-between; }
    .content_rows .rows .row .text-holder {
      width: 50%;
      padding-right: 7%; }
      .content_rows .rows .row .text-holder + .text-holder {
        padding-left: 7%;
        padding-right: 0;
        border-left: 1px solid #E5E5E5; }
    .content_rows .rows .row .img-holder {
      width: 47%; }
      .content_rows .rows .row .img-holder + .text-holder {
        padding-left: 7%;
        padding-right: 0; }
    .content_rows .rows .row > div:nth-of-type(2) {
      margin-top: 0; }
  .image-and-content .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .image-and-content .wrap .img-holder, .image-and-content .wrap .text-holder {
      width: 48%;
      margin: 0; }
  .page-template-page-news-notes .helpful-resources .description, .page-template-page-news-notes .helpful-resources .resource {
    width: 22%;
    margin-bottom: 0;
    margin-right: 2%; }
  .resources-row .wrap {
    display: flex;
    flex-wrap: wrap; }
  .resources-row .intro {
    width: 100%;
    padding: 0 25px; }
  .resources-row article {
    width: 33.333%;
    padding: 0 25px; }
    .resources-row article + article {
      margin-top: 0; }
  .newsletters article {
    width: 33.333%; }
  .page-template-page-resource-guide article {
    display: flex;
    justify-content: space-between; }
    .page-template-page-resource-guide article .title {
      width: 42%; }
    .page-template-page-resource-guide article .text-holder {
      width: 50%; }
  #emeritus .title {
    width: 21.7%;
    margin-bottom: 0; } }

@media only screen and (min-width: 1040px) {
  #mivu-overview-module {
    display: inline; }
  .header-prompt.square {
    top: 200px; }
  header {
    padding: 20px 0;
    background-color: #0B3A66; }
    header .logo {
      min-width: 124px;
      max-width: 124px; }
    header .wrap {
      align-items: center; }
    header .mobile-menu-btn {
      display: none !important; }
    header .account {
      position: relative;
      padding: 6px 30px;
      display: inline-block;
      z-index: 3;
      order: 1;
      width: auto; }
      .public header .account {
        padding: 0; }
      header .account span {
        color: #fff;
        font-size: .875em;
        line-height: 1.25em;
        cursor: pointer; }
        header .account span i {
          font-size: .5625em;
          margin-left: 7px;
          display: inline-block; }
      header .account > a {
        display: inline-block;
        margin: 0; }
        header .account > a + a {
          margin-left: 20px; }
      header .account ul {
        display: none;
        position: absolute;
        background: #fff;
        box-shadow: 0 0 24px 0 rgba(5, 61, 101, 0.15);
        top: 60%;
        right: 30px;
        padding-left: 0;
        text-align: left; }
        header .account ul.open {
          display: block; }
        header .account ul li a {
          color: #5A6274;
          font-weight: 400;
          display: block;
          padding: 8px 12px; }
          header .account ul li a:hover {
            background-color: #0578A9;
            color: #fff; }
    header form.search-site {
      width: 220px;
      background: #002E53;
      border: 0;
      margin: 0;
      order: 2; }
      header form.search-site input {
        height: 40px;
        border: 0;
        color: #fff;
        font-size: 1em;
        width: 170px; }
      header form.search-site button {
        height: 40px;
        border: 0;
        color: #fff; }
      header form.search-site ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff;
        opacity: 1; }
      header form.search-site ::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff;
        opacity: 1; }
      header form.search-site :-ms-input-placeholder {
        /* IE 10+ */
        color: #fff;
        opacity: 1; }
      header form.search-site :-moz-placeholder {
        /* Firefox 18- */
        color: #fff;
        opacity: 1; }
    header nav {
      background: transparent;
      position: relative;
      left: 0;
      top: 0;
      float: right;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-items: center;
      box-shadow: none;
      order: 3;
      min-height: 0;
      text-align: right;
      flex-direction: row;
      padding-bottom: 0;
      overflow: visible; }
      header nav .mobile-only {
        display: none; }
      header nav > ul {
        padding-left: 0;
        margin-top: 6px;
        width: auto;
        border-bottom: 0;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end; }
        header nav > ul > li {
          display: inline-block;
          position: relative;
          padding: 0 4px 0 6px;
          border-top: 0;
          font-size: .8125rem;
          text-align: center;
          max-width: 250px; }
          header nav > ul > li:nth-of-type(2) > a {
            white-space: normal; }
          header nav > ul > li.has-sub:after {
            content: '';
            padding: 0;
            top: initial; }
          header nav > ul > li.has-sub.open {
            background: transparent; }
            header nav > ul > li.has-sub.open:after {
              content: ''; }
          header nav > ul > li > a {
            color: #fff;
            font-size: 1.125em;
            font-weight: 600;
            padding: 6px 0;
            display: block;
            border-bottom: 2px solid transparent;
            position: relative; }
            .public header nav > ul > li > a {
              font-size: 1em; }
            header nav > ul > li > a:after {
              content: '';
              position: absolute;
              top: 100%;
              left: 0;
              width: 100%;
              height: 20px; }
            header nav > ul > li > a:hover, header nav > ul > li > a:focus {
              border-bottom: 2px solid #9FE2FF; }
          header nav > ul > li.my-lead a {
            color: #9FE2FF; }
          header nav > ul > li.my-lead .sub-menu {
            right: 0;
            margin-right: 0;
            width: auto;
            padding: 24px; }
            header nav > ul > li.my-lead .sub-menu:before {
              right: 43px; }
            header nav > ul > li.my-lead .sub-menu a {
              color: #0578A9; }
          header nav > ul > li.c-and-e {
            position: static; }
            header nav > ul > li.c-and-e .sub-menu {
              right: -52px;
              margin-right: 0;
              width: 1040px; }
              header nav > ul > li.c-and-e .sub-menu:before {
                display: none; }
              header nav > ul > li.c-and-e .sub-menu .questions-blocks {
                display: flex;
                justify-content: flex-start; }
                header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block {
                  width: 33.333%;
                  box-shadow: none; }
                  header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block .title-bar {
                    background: #0578A9;
                    height: 108px;
                    color: #fff; }
                    header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block .title-bar h3 {
                      font-size: 1.375em;
                      line-height: 1.5625em; }
                    header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block .title-bar:hover {
                      background-color: #01608F; }
                  header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block .components {
                    height: 380px; }
                    header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block .components .component {
                      padding: 30px; }
                      header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block .components .component h4 {
                        padding: 0;
                        border-bottom: 0; }
                        header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block .components .component h4 a {
                          color: #0578A9; }
                          header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block .components .component h4 a:hover, header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block .components .component h4 a:focus {
                            color: #01608F; }
                      header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block .components .component ul {
                        padding-left: 20px;
                        margin-top: 17px; }
                        header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block .components .component ul li {
                          padding: 0; }
                          header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block .components .component ul li a:hover, header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block .components .component ul li a:focus {
                            background: transparent;
                            color: #0578A9; }
                          header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block .components .component ul li + li {
                            border-top: 0;
                            margin-top: 12px; }
                  header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block + .question-block .components {
                    border-left: 1px solid #EAEDF1; }
                  header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block:nth-of-type(2) .title-bar {
                    background: #025987; }
                    header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block:nth-of-type(2) .title-bar:hover {
                      background-color: #004971; }
                  header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block:nth-of-type(2) .components .component h4 a {
                    color: #005083; }
                    header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block:nth-of-type(2) .components .component h4 a:hover {
                      color: #004971; }
                  header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block:nth-of-type(3) .title-bar {
                    background: #003C66; }
                    header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block:nth-of-type(3) .title-bar:hover {
                      background-color: #002B4A; }
                  header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block:nth-of-type(3) .components .component h4 a {
                    color: #003C66; }
                    header nav > ul > li.c-and-e .sub-menu .questions-blocks .question-block:nth-of-type(3) .components .component h4 a:hover {
                      color: #002B4A; }
            header nav > ul > li.c-and-e:hover:after, header nav > ul > li.c-and-e:focus:after {
              display: block; }
          header nav > ul > li:hover > .sub-menu, header nav > ul > li:focus > .sub-menu {
            display: block; }
          header nav > ul > li > .sub-menu {
            text-align: left;
            display: none;
            position: absolute;
            z-index: 1;
            top: 120%;
            right: 50%;
            margin-right: -110px;
            width: 220px;
            background: #fff;
            box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
            padding-left: 0; }
            header nav > ul > li > .sub-menu.open {
              display: block; }
            header nav > ul > li > .sub-menu li a {
              color: #5A6274;
              font-size: 1em;
              line-height: 1.5em;
              font-weight: 400;
              display: block;
              padding: 12px 22px; }
              header nav > ul > li > .sub-menu li a:hover {
                background-color: #0578A9;
                color: #fff; }
          header nav > ul > li + li {
            margin-left: 9px; }
            header nav > ul > li + li > a {
              white-space: nowrap; }
  .page-content .flex .left {
    width: 25.8%; }
  .page-content .flex .right {
    width: 66%; }
  .page-content .flex .flex .left {
    width: 25.8%; }
  .page-content .flex .flex .right {
    width: 71%; }
  .conference_materials_section .resource-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .conference_materials_section .resource-wrap .resource {
      width: 49%; }
  .resources {
    margin: 0 -10px; }
    .resources .resource {
      width: 33.333%;
      padding: 0 10px; }
  .launching-into-learning .training-guide .learning-guide .info .img-holder {
    max-width: 98px; }
  .launching-into-learning .training-guide:nth-of-type(odd) .info .img-holder {
    max-width: 154px; }
  .page-template-page-resource-bank .resource-sort-by {
    width: 31.5%; }
    .page-template-page-resource-bank .resource-sort-by:before {
      content: 'Sort By';
      font-weight: 700;
      margin-right: 1em;
      position: absolute;
      right: 100%;
      top: 50%;
      transform: translate(0, -50%);
      white-space: nowrap; }
  .page-template-page-resource-bank .search-resources {
    width: 31.5%; }
  .page-template-page-resource-bank .page-content > .flex {
    align-items: stretch; }
    .page-template-page-resource-bank .page-content > .flex .right {
      width: 70.2%; }
    .page-template-page-resource-bank .page-content > .flex .left {
      width: 27%;
      box-shadow: none;
      padding: 0;
      z-index: 0; }
  .page-template-page-resource-bank .sidebar {
    width: 27%; }
    .page-template-page-resource-bank .sidebar .inner {
      padding-top: 50px; }
      .page-template-page-resource-bank .sidebar .inner.scrolling {
        width: 27%; }
  .event-archive .sidebar {
    width: 25.8%; }
    .event-archive .sidebar .inner.scrolling {
      width: 25.8%; }
  .search-results .page-content .flex .left, .search-no-results .page-content .flex .left {
    width: 28%; }
  .search-results .page-content .flex .right, .search-no-results .page-content .flex .right {
    width: 69%; }
  .sidebar {
    display: block;
    position: relative; }
    .sidebar .inner.scrolling, .sidebar .inner.bottom {
      left: 0;
      max-height: 100vh;
      overflow-y: auto; }
    .sidebar .inner.scrolling {
      top: 0;
      width: 22%;
      position: fixed; }
    .sidebar .inner.bottom {
      bottom: 0;
      width: 100%;
      position: absolute; }
  .guiding-question-components .components-and-elements {
    display: none; }
  .guiding-question-components .wrap {
    align-items: stretch; }
  .guiding-question-components .sidebar {
    width: 22%;
    display: block;
    position: relative; }
    .guiding-question-components .sidebar .inner.scrolling, .guiding-question-components .sidebar .inner.bottom {
      left: 0;
      height: 100vh;
      overflow-y: auto; }
    .guiding-question-components .sidebar .inner.scrolling {
      top: 0;
      width: 22%;
      position: fixed; }
    .guiding-question-components .sidebar .inner.bottom {
      bottom: 0;
      width: 100%;
      position: absolute; }
  .guiding-question-components .components {
    width: 74%; }
    .guiding-question-components .components .component > .title-bar {
      width: 100%;
      position: static;
      padding: 30px 60px;
      border: 1px solid #DDE2E8; }
      .guiding-question-components .components .component > .title-bar:before, .guiding-question-components .components .component > .title-bar:after {
        display: none; }
    .guiding-question-components .components .component .elements {
      padding: 42px 60px; }
      .guiding-question-components .components .component .elements .element .print-resources h4 {
        width: 50%; }
      .guiding-question-components .components .component .elements .element .print-resources .print-resource-category {
        margin: 0 0 0 48px; }
        .guiding-question-components .components .component .elements .element .print-resources .print-resource-category.open .print-resource {
          padding: 6px 66px; }
        .guiding-question-components .components .component .elements .element .print-resources .print-resource-category .title-bar {
          padding: 18px 30px; }
        .guiding-question-components .components .component .elements .element .print-resources .print-resource-category .print-resource {
          padding: 0 66px; }
          .guiding-question-components .components .component .elements .element .print-resources .print-resource-category .print-resource.open {
            padding: 16px 66px; }
            .guiding-question-components .components .component .elements .element .print-resources .print-resource-category .print-resource.open .title-bar {
              padding: 17px 0 19px; }
          .guiding-question-components .components .component .elements .element .print-resources .print-resource-category .print-resource .the-resource {
            padding: 0 30px 0 27px; }
      .guiding-question-components .components .component .elements .element .print-resources .download-files {
        display: block; }
      .guiding-question-components .components .component .elements .element .video-resources .video-resource {
        padding: 36px 0 36px 46px; }
        .guiding-question-components .components .component .elements .element .video-resources .video-resource .video-thumb {
          width: 27%;
          margin-bottom: 0; }
        .guiding-question-components .components .component .elements .element .video-resources .video-resource .text-holder {
          width: 70%; }
  .events .event {
    align-items: flex-start; }
    .events .event > .dates {
      display: block;
      width: 20%; }
    .events .event .info {
      width: 68%; }
    .events .event .mobile-only {
      display: none; }
  .event-page .right h3 {
    margin-bottom: 0; }
  .regional-leads.with-pics .leads .lead {
    width: 30%; }
  .regional-leads .leads {
    justify-content: flex-start; }
    .regional-leads .leads.justify-center {
      justify-content: center; }
    .regional-leads .leads .lead {
      width: 33%;
      padding: 0 4%; }
  .guiding-questions {
    background-image: url(../img/qce-left.svg), url(../img/qce-right.svg);
    background-position: -25% top, 125% top;
    background-size: auto;
    background-repeat: repeat-y; }
  .guiding-question-components .components .component .elements .element .show-more {
    padding-left: 46px; }
  footer .logo {
    width: auto; }
  footer .nav {
    column-gap: 0; }
  .essentials .essential-links li {
    width: 16%; }
  .essentials .essential {
    padding: 56px 64px 72px; }
    .essentials .essential i {
      top: 50px;
      left: 64px; }
    .essentials .essential .left {
      padding-left: 60px; }
  #welcome {
    background-image: url(../img/qce-left.svg), url(../img/qce-right.svg);
    background-position: 0 top, 100% top;
    background-size: auto;
    background-repeat: repeat-y; }
  #formative-assessment-process .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #formative-assessment-process .wrap .questions {
      width: calc(100% - 560px);
      max-width: 540px; }
      #formative-assessment-process .wrap .questions > .title-holder {
        padding-right: 60px;
        margin-bottom: 20px; }
  #formative-assessment-process .content-cards {
    margin-top: 50px; }
    #formative-assessment-process .content-cards .wrap {
      align-items: flex-start;
      flex-wrap: nowrap; }
    #formative-assessment-process .content-cards .text-holder {
      flex: 1;
      padding-right: 8%; }
      #formative-assessment-process .content-cards .text-holder + .text-holder {
        margin-top: 0; }
      #formative-assessment-process .content-cards .text-holder:last-of-type {
        padding-right: 0; }
  .process-steps {
    padding-right: 34px; }
  .process-step.active {
    position: relative; }
    .process-step.active:after {
      left: 100%;
      top: 100px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-left-color: #ffffff;
      border-width: 20px;
      margin-top: -20px; }
  #the-process {
    margin-right: -95px; }
    #the-process .planning-circle {
      height: 610px;
      width: 610px; }
      #the-process .planning-circle .analysis-circle {
        padding: 82px; }
        #the-process .planning-circle .analysis-circle .student-circle {
          background: #fff; }
          #the-process .planning-circle .analysis-circle .student-circle p {
            position: static; }
  .public header nav > ul {
    transition: all .2s ease-in-out; }
  .public header.fixed {
    padding: 10px 0; }
    .public header.fixed .logo {
      min-width: 124px;
      max-width: 124px; }
    .public header.fixed nav > ul {
      margin-top: 0; }
  .training-materials .cognitive-coaching {
    padding: 60px; }
    .training-materials .cognitive-coaching .btn {
      width: auto; }
    .training-materials .cognitive-coaching > .flex .text-holder {
      width: 28%;
      margin-bottom: 0; }
    .training-materials .cognitive-coaching > .flex .parts {
      width: 72%;
      padding-left: 50px; }
    .training-materials .cognitive-coaching .bottom {
      margin-top: 0; }
    .training-materials .cognitive-coaching .dvd-scenes .section {
      width: 33.333%;
      padding-top: 50px;
      padding-right: 20px; }
      .training-materials .cognitive-coaching .dvd-scenes .section.with-title {
        padding-top: 50px; }
        .training-materials .cognitive-coaching .dvd-scenes .section.with-title + .with-title {
          margin-top: 0; }
      .training-materials .cognitive-coaching .dvd-scenes .section h5 {
        padding-right: 20px; }
  .page_content .wrap .text-holder {
    padding-right: 7%; }
  #research-and-development .types > div {
    width: 46%; }
  .page-template-page-new-coaches .webinar-overview .desktop-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 90%;
    max-width: 1236px;
    margin: 0 auto; }
  .page-template-page-new-coaches .webinar-overview .wrap.align-center {
    width: calc((100% * 1/3) - 40px);
    display: block !important;
    margin: 0 auto; }
  .page-template-page-new-coaches .webinar-overview .video-thumb, .page-template-page-new-coaches .webinar-overview .img-holder {
    width: 100%;
    margin-bottom: 30px;
    height: 220px; }
  .page-template-page-new-coaches .webinar-overview .text-holder {
    width: 100%; }
  .next-steps .wrap .img-holder {
    height: 325px; }
  .next-steps .col {
    width: 45%; }
    .next-steps .col + .col {
      margin-top: 0; }
  .page-template-page-new-coaches .next-steps .img-holder {
    height: auto; }
  .returning-coach-two-col .next-steps {
    width: 47.5%; }
  .going-deeper .wrap {
    align-items: flex-start; }
  .going-deeper .description {
    width: 210px; }
  .going-deeper .resource-holder {
    width: calc(100% - 300px); }
  #lightbox-discguides .resource-holder,
  #lightbox-goingdeeper .resource-holder {
    width: 100%; }
  .join-fame .wrap-new {
    display: flex;
    /*.new-webinars {
			width: 35%;
			flex-shrink: 0;
		}*/ }
    .join-fame .wrap-new > div {
      width: 50%;
      padding-left: 5%; }
    .join-fame .wrap-new h2 {
      margin-left: 0;
      padding-left: 0;
      text-indent: 0; } }

@media only screen and (min-width: 1240px) {
  header .logo {
    min-width: 198px;
    max-width: 198px; }
  header nav > ul {
    display: block; }
    header nav > ul > li {
      font-size: .9375rem; }
  header nav > ul > li.c-and-e .sub-menu {
    right: 0; }
  .banner {
    background-image: url(../img/left-banner.png), url(../img/right-banner.png);
    background-position: left top, right top;
    background-size: contain; }
  .cta {
    background-image: url(../img/left-cta.png), url(../img/right-cta.png);
    background-position: left top, right top;
    background-size: contain; }
  .search-results .page-content .flex .left, .search-no-results .page-content .flex .left {
    width: 24%; }
  .search-results .page-content .flex .right, .search-no-results .page-content .flex .right {
    width: 71%; }
  .guiding-questions {
    background-position: left top, right top;
    background-repeat: no-repeat; }
  .helpful-resources.single {
    padding-left: 100px; }
  #experts .gallery .expert {
    width: 126px;
    margin-right: 6%; }
    #experts .gallery .expert:nth-of-type(5n+5) {
      margin-right: 0; }
  .resources-row {
    padding: 80px 0 90px; }
    .resources-row .wrap {
      display: flex;
      flex-wrap: nowrap; }
    .resources-row .intro {
      width: 28%; }
      .resources-row .intro .text-holder {
        margin-bottom: 0; }
    .resources-row article {
      width: 24%; }
  .webinar-reengage {
    padding: 60px 0 85px; }
    .webinar-reengage .wrap {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .webinar-reengage .webinar-overview {
      width: 45%;
      margin-right: auto; }
      .webinar-reengage .webinar-overview .img-holder {
        width: 100%; }
    .webinar-reengage .team {
      width: 50%;
      margin-top: 0;
      padding: 45px 45px 5px; } }

@media only screen and (min-width: 1440px) {
  .public header nav > ul > li > a {
    font-size: 1.125em;
    transition: all .2s ease-in-out; }
  .public header.fixed nav > ul > li > a {
    font-size: 1em; } }

/*# sourceMappingURL=style.css.map */
