/* Standard Eric Meyer reset */
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, menu, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
	display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none;
}
body {
	line-height: 1;
}
menu, ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Get the variables in early so they're available */
/*
  The breakpoints for all resolutions represented as pairs with the breakpoint name and its associated pixel width.
  Note custom-media variables do not conflict with custom-properties
  http://cssnext.io/features/#custom-media-queries
  @media (--medium) { ...styles... }
*/
/*
  Allows you to create your own selectors
  http://cssnext.io/features/#custom-selectors
  .MyModule:--enter {
    ...
  }
*/
/*
  The measurements for the all the things in the project.
*/
/*
  The z-indexes for the project.
  z-index: var(--zindex--nav);
*/
/* Get the rest... */
.color--dark {
    color: rgb(28, 63, 84);
  }
.color--light {
    color: #ffffff;
  }
.form {
  color: rgb(28, 63, 84);
  font-family: inherit;
  font-size: inherit;
  margin: 0 auto;
  width: 100%;
}
.form *, .form *::-webkit-input-placeholder {
    color: rgb(28, 63, 84);
  }
.form *, .form *::-moz-placeholder {
    color: rgb(28, 63, 84);
  }
.form *, .form *::-ms-input-placeholder {
    color: rgb(28, 63, 84);
  }
.form *, .form *::placeholder {
    color: rgb(28, 63, 84);
  }
.form *::-webkit-input-placeholder {
    line-height: 3em;
  }
.form *::-moz-placeholder {
    line-height: 3em;
  }
.form *::-ms-input-placeholder {
    line-height: 3em;
  }
.form *::placeholder {
    line-height: 3em;
  }
.form__fieldset {
    height: auto;
    opacity: 1;
    pointer-events: auto;
  }
.form__fieldset.is--hidden {
      height: 0;
      opacity: 0;
      pointer-events: none;
    }
.form--thanks {
    display: none;
  }
.form--complete .form--thanks {
      display: block;
    }
.form textarea::-webkit-input-placeholder {
    line-height: 1.5;
  }
.form textarea::-moz-placeholder {
    line-height: 1.5;
  }
.form textarea::-ms-input-placeholder {
    line-height: 1.5;
  }
.form textarea::placeholder {
    line-height: 1.5;
  }
input, select, .input-group--select__control, option, textarea {
  background-color: #ffffff;
  font-family: 'AvenirNextLTPro-Regular', 'Arial', sans-serif;
}
select, .input-group--select__control {
  outline: none;
}
label {
  font-family: 'AvenirNextLTPro-Regular', 'Arial', sans-serif;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
  color: rgb(30, 93, 129);
  height: 3em;
  line-height: 3em;
  outline: none;
  padding: 1em 1em .8em;
  width: 100%;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: rgb(30, 93, 129);
  }
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, textarea::-moz-placeholder {
    color: rgb(30, 93, 129);
  }
input[type="text"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: rgb(30, 93, 129);
  }
input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, textarea::placeholder {
    color: rgb(30, 93, 129);
  }
input[type="text"]--bordered, input[type="email"]--bordered, input[type="tel"]--bordered, textarea--bordered {
    border: 1px solid currentColor;
  }
.input-group__label {
  font-weight: bold;
}
.input-group__input {
  border-width: 0;
  height: 3em;
  line-height: 3em;
  padding: 1em 1em .8em;
  width: 100%;
}
.input-group__input:focus {
    outline: 1px solid rgb(28, 63, 84);
  }
.is--invalid .input-group__input {
    border: 1px solid rgb(211, 106, 106);
  }
textarea.input-group__input {
  min-height: 192px;
  min-height: 12rem;
  padding: 1em;
  line-height: 1.5;
}
.input-group__error {
  display: none;
}
.is--invalid .input-group__error {
    display: block;
  }
.input-group--search {
  border-bottom: 1px solid #e9edee;
  color: rgb(30, 93, 129);
}
.input-group--search > * {
    display: inline-block;
    vertical-align: middle;
  }
.input-group--search > input[type="text"] {
    border: 0;
    padding-left: 0;
    width: calc(100% - 2em);
  }
html, body {
  color: rgb(28, 63, 84);
  font-family: 'AvenirNextLTPro-Regular', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
html *, body * {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
  }
body {
  padding-top: 60px;
  padding-top: 3.75rem;
  -webkit-transition: .2s padding-top cubic-bezier(0.250, 0.100, 0.250, 1.000);
  transition: .2s padding-top cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
body.body--has-global-banner {
    padding-top: 120px;
    padding-top: 7.5rem;
  }
body.body--has-global-banner.body--scrolled-down {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
body.body--nav-is-active {
    overflow: hidden;
  }
body.is-locked {
    overflow: hidden;
  }
::-moz-selection {
  background-color: rgb(252, 177, 86);
}
::selection {
  background-color: rgb(252, 177, 86);
}
a {
  color: rgb(241, 106, 106);
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: .125s cubic-bezier(0.250, 0.100, 0.250, 1.000);
  transition: .125s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
a:hover,
  a:active,
  a:focus {
		color: rgb(211, 106, 106);
  }
img {
  height: auto; /* ensures natural aspect ratio of images when output with width/height attributes */
  max-width: 100%;
  vertical-align: middle;
}
p {
  clear: both;
}
input, select, option, textarea, label {
  font-size: 16px;
  line-height: 1.5;
}
/* Avenir, placing in root for priority (right?) */
/* REGULAR*/
@font-face {font-family: 'AvenirNextLTPro-Regular';src: url('fonts/369C6A_A_0.eot');src: url('fonts/369C6A_A_0.eot?#iefix') format('embedded-opentype'),url('fonts/369C6A_A_0.woff2') format('woff2'),url('fonts/369C6A_A_0.woff') format('woff'),url('fonts/369C6A_A_0.ttf') format('truetype');}
/* DEMI */
@font-face {font-family: 'AvenirNextLTPro-Demi';src: url('fonts/369C6A_2_0.eot');src: url('fonts/369C6A_2_0.eot?#iefix') format('embedded-opentype'),url('fonts/369C6A_2_0.woff2') format('woff2'),url('fonts/369C6A_2_0.woff') format('woff'),url('fonts/369C6A_2_0.ttf') format('truetype');}
/* DEMI ITALIC */
@font-face {font-family: 'AvenirNextLTPro-DemiIt';src: url('fonts/369C6A_3_0.eot');src: url('fonts/369C6A_3_0.eot?#iefix') format('embedded-opentype'),url('fonts/369C6A_3_0.woff2') format('woff2'),url('fonts/369C6A_3_0.woff') format('woff'),url('fonts/369C6A_3_0.ttf') format('truetype');}
/* ITALIC */
@font-face {font-family: 'AvenirNextLTPro-It';src: url('fonts/369C6A_6_0.eot');src: url('fonts/369C6A_6_0.eot?#iefix') format('embedded-opentype'),url('fonts/369C6A_6_0.woff2') format('woff2'),url('fonts/369C6A_6_0.woff') format('woff'),url('fonts/369C6A_6_0.ttf') format('truetype');}
/* Keeping these declarations in place in case more typography changes occur

@font-face {font-family: 'AvenirNextLTPro-Bold';src: url('var(--font-directory)/369C6A_0_0.eot');src: url('var(--font-directory)/369C6A_0_0.eot?#iefix') format('embedded-opentype'),url('var(--font-directory)/369C6A_0_0.woff2') format('woff2'),url('var(--font-directory)/369C6A_0_0.woff') format('woff'),url('var(--font-directory)/369C6A_0_0.ttf') format('truetype');}

@font-face {font-family: 'AvenirNextLTPro-BoldIt';src: url('var(--font-directory)/369C6A_1_0.eot');src: url('var(--font-directory)/369C6A_1_0.eot?#iefix') format('embedded-opentype'),url('var(--font-directory)/369C6A_1_0.woff2') format('woff2'),url('var(--font-directory)/369C6A_1_0.woff') format('woff'),url('var(--font-directory)/369C6A_1_0.ttf') format('truetype');}

@font-face {font-family: 'AvenirNextLTPro-HeavyIt';src: url('var(--font-directory)/369C6A_4_0.eot');src: url('var(--font-directory)/369C6A_4_0.eot?#iefix') format('embedded-opentype'),url('var(--font-directory)/369C6A_4_0.woff2') format('woff2'),url('var(--font-directory)/369C6A_4_0.woff') format('woff'),url('var(--font-directory)/369C6A_4_0.ttf') format('truetype');}

@font-face {font-family: 'AvenirNextLTPro-Heavy';src: url('var(--font-directory)/369C6A_5_0.eot');src: url('var(--font-directory)/369C6A_5_0.eot?#iefix') format('embedded-opentype'),url('var(--font-directory)/369C6A_5_0.woff2') format('woff2'),url('var(--font-directory)/369C6A_5_0.woff') format('woff'),url('var(--font-directory)/369C6A_5_0.ttf') format('truetype');}

@font-face {font-family: 'AvenirNextLTPro-LightIt';src: url('var(--font-directory)/369C6A_7_0.eot');src: url('var(--font-directory)/369C6A_7_0.eot?#iefix') format('embedded-opentype'),url('var(--font-directory)/369C6A_7_0.woff2') format('woff2'),url('var(--font-directory)/369C6A_7_0.woff') format('woff'),url('var(--font-directory)/369C6A_7_0.ttf') format('truetype');}

@font-face {font-family: 'AvenirNextLTPro-Light';src: url('var(--font-directory)/369C6A_8_0.eot');src: url('var(--font-directory)/369C6A_8_0.eot?#iefix') format('embedded-opentype'),url('var(--font-directory)/369C6A_8_0.woff2') format('woff2'),url('var(--font-directory)/369C6A_8_0.woff') format('woff'),url('var(--font-directory)/369C6A_8_0.ttf') format('truetype');}

@font-face {font-family: 'AvenirNextLTPro-MediumIt';src: url('var(--font-directory)/369C6A_9_0.eot');src: url('var(--font-directory)/369C6A_9_0.eot?#iefix') format('embedded-opentype'),url('var(--font-directory)/369C6A_9_0.woff2') format('woff2'),url('var(--font-directory)/369C6A_9_0.woff') format('woff'),url('var(--font-directory)/369C6A_9_0.ttf') format('truetype');}

@font-face {font-family: 'AvenirNextLTPro-Medium';src: url('var(--font-directory)/369C6A_B_0.eot');src: url('var(--font-directory)/369C6A_B_0.eot?#iefix') format('embedded-opentype'),url('var(--font-directory)/369C6A_B_0.woff2') format('woff2'),url('var(--font-directory)/369C6A_B_0.woff') format('woff'),url('var(--font-directory)/369C6A_B_0.ttf') format('truetype');}

@font-face {font-family: 'AvenirNextLTPro-ThinIt';src: url('var(--font-directory)/369C6A_C_0.eot');src: url('var(--font-directory)/369C6A_C_0.eot?#iefix') format('embedded-opentype'),url('var(--font-directory)/369C6A_C_0.woff2') format('woff2'),url('var(--font-directory)/369C6A_C_0.woff') format('woff'),url('var(--font-directory)/369C6A_C_0.ttf') format('truetype');}

@font-face {font-family: 'AvenirNextLTPro-Thin';src: url('var(--font-directory)/369C6A_D_0.eot');src: url('var(--font-directory)/369C6A_D_0.eot?#iefix') format('embedded-opentype'),url('var(--font-directory)/369C6A_D_0.woff2') format('woff2'),url('var(--font-directory)/369C6A_D_0.woff') format('woff'),url('var(--font-directory)/369C6A_D_0.ttf') format('truetype');}

@font-face {font-family: 'AvenirNextLTPro-UltLtIt';src: url('var(--font-directory)/369C6A_E_0.eot');src: url('var(--font-directory)/369C6A_E_0.eot?#iefix') format('embedded-opentype'),url('var(--font-directory)/369C6A_E_0.woff2') format('woff2'),url('var(--font-directory)/369C6A_E_0.woff') format('woff'),url('var(--font-directory)/369C6A_E_0.ttf') format('truetype');}

@font-face {font-family: 'AvenirNextLTPro-UltLt';src: url('var(--font-directory)/369C6A_F_0.eot');src: url('var(--font-directory)/369C6A_F_0.eot?#iefix') format('embedded-opentype'),url('var(--font-directory)/369C6A_F_0.woff2') format('woff2'),url('var(--font-directory)/369C6A_F_0.woff') format('woff'),url('var(--font-directory)/369C6A_F_0.ttf') format('truetype');}
*/
.rhythm > * + *, .rhythm--default > * + * { margin-top: 1em; }
.rhythm--small > * + * { margin-top: 0.5em; }
.rhythm--large > * + * { margin-top: 2em; }
.rhythm--ex-large > * + * { margin-top: 4em; }
.rhythm--deep * + *, .rhythm--deep-default * + * { margin-top: 1em; }
.rhythm--deep-small * + * { margin-top: 0.5em; }
.rhythm--deep-large * + * { margin-top: 2em; }
.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  padding: 0 1rem;
  width: 100%;
}
.wrapper--video {
    max-width: 1024px;
  }
.wrapper--narrow {
    max-width: 800px;
  }
.wrapper .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
/* IE 11 support hacks */
.ie11 .nav-search__input {
    position: relative;
  }
.ie11 .resource__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
.ie11 .resource__list > .card {
      display: block;
      margin: 1em .5em;
    }
.ie11 .resource__list > .card--featured {
      max-width: 100% !important;
      width: 100% !important;
    }
.ie11 .resource__filters {
    display: table !important;
  }
.ie11 .resource__filters .layout--4col {
      width: 100% !important;
    }
.ie11 .location {
    padding: 16px 16px 16px 0;
    padding: 1rem 1rem 1rem 0;
  }
.ie11 .layout {
  /*border-spacing: 3rem;*/
  /*max-width: 1028px;*/
  margin-top: 80px;
  margin-top: 5rem;
  width: 100%;
  }
.ie11 .layout > * {
      width: auto;
    }
.ie11 .layout--2col > * {
        max-width: 514px;
      }
.ie11 .layout--3col > * {
        max-width: 340px;
      }
.ie11 .layout--4col > * {
        max-width: 257px;
      }
.ie11 .layout--flush {
      border-spacing: 0;
    }
.ie11 .layout--2col-minor-major > *:nth-child(1) {
        width: 33%;
      }
.ie11 .layout--2col-minor-major > *:nth-child(2) {
        width: 67%;
      }
.ie11 .layout--2col-major-minor > *:nth-child(1) {
        width: 67%;
      }
.ie11 .layout--2col-major-minor > *:nth-child(2) {
        width: 33%;
      }
.ie11 .global-banner {
    display: table;
    padding: 8px 0;
    padding: .5rem 0;
  }
.ie11 .global-header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
.ie11 .global-header__homelink {
    display: block;
  }
.ie11 .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
.ie11 .nav-search__toggle {
    float: right;
    margin-left: 32px;
    margin-left: 2rem;
    margin-right: -32px;
    margin-right: -2rem;
    position: relative;
  }
.ie11 .contact__locations {
    display: block;
  }
/* tab-o-rama */
.ie11 .tabs-container {
    display: none;
  }
/* cards */
.ie11 .card__body {
    border-spacing: 0;
    display: table;
    max-width: 320px;
  }
.ie11 .card__icon, .ie11 .card--row-grid {
    display: table;
  }
.ie11 .card--leadership {
    margin: 16px;
    margin: 1rem;
  }
/* page-heads */
.ie11 .page-head--square-image__layout {
    display: table;
  }
.ie11 .page-head--square-image__layout > * {
      display: table-cell;
      vertical-align: top;
    }
.ie11 .page-head--square-image__layout .page-head--square-image__image {
      max-width: 422px;
    }
.ie11 .page-head--square-image__layout .page-head--simple {
      display: table;
      width: 100%;
    }
/* misc */
.ie11 .callout__content {
    vertical-align: top;
  }
.ie11 .callout__image img {
      max-width: 100%;
      width: 584px;
    }
.ie11 .blockquote--with-image .wrapper, .ie11 .q--with-image .wrapper {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
.ie11 .blockquote--with-image .wrapper img, .ie11 .q--with-image .wrapper img {
        margin-right: 48px;
        margin-right: 3rem;
        width: auto;
      }
.ie11 .global-footer__nav {
    display: table;
  }
.ie11 .global-footer__nav-list {
    display: table-cell;
  }
.ie11 .global-footer__copyright {
    display: table;
  }
.ie11 .global-footer__cta .button {
    float: right;
  }
.ie11 .resource__filters .layout--4col {  
  display: -webkit-box;  
  display: -ms-flexbox;  
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.ie11 .resource__filters .input-group--select {
  width: 20%;
}
/*new change*/
.resource__filters .layout {
  grid-gap: .5rem;
}
.layout--2col-major-minor {
  -ms-grid-columns: 3fr 1fr !important;
  /*grid-template-columns: 5fr 1fr !important;
  grid-gap: 1rem !important;*/
}
.layout__restructured {
  -ms-grid-columns: 5fr 1fr !important;
      grid-template-columns: 5fr 1fr !important;
  grid-gap: 1rem !important;
}
/*newly added css for you might also intresetd */
.ie11 .layout.layout--4col .card--row-grid {
  margin: 0 16px;
  margin: 0 1rem;}
.accessibility {
	display: inline-block;
	height: 1px;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	width: 1px;
}
.anchor-target {
  margin-top: -48px;
  margin-top: -3rem;
}
.anchor-target::before {
    content: '';
    display: inline-block;
    height: 48px;
    height: 3rem;
  }
.bg--white {
	background-color: #ffffff !important;
}
.bg--gray {
	background-color: #e9edee !important;
}
.bg--gray-dark {
	background-color: #cbcbcb !important;
}
.bg--black {
	background-color: #000000 !important;
}
.bg--blue {
	background-color: rgb(30, 93, 129) !important;
}
.bg--blue-dark {
	background-color: rgb(28, 63, 84) !important;
}
.bg--blue-light {
	background-color: rgb(27, 175, 221) !important;
}
.bg--salmon {
	background-color: rgb(241, 106, 106) !important;
}
.bg--slate {
	background-color: rgb(148, 173, 187) !important;
}
.bg--slate-light {
	background-color: rgba(38, 63, 82, .04) !important;
}
.bg--tan {
	background-color: rgb(247, 244, 238) !important;
}
.bg--orange {
	background-color: rgb(252, 177, 86) !important;
}
.has-border {
  border: 1px solid;
}
.has-border--default {
    border: 1px solid #e9edee;
  }
.border-bottom {
  border-bottom: 1px solid #e9edee;
}
.color--action {
  color: rgb(241, 106, 106);
}
.color--blue {
  color: rgb(30, 93, 129) !important;
}
.color--blue-light {
  color: rgb(27, 175, 221) !important;
}
.color--gray {
  color: #e9edee !important;
}
.color--gray-dark {
  color: #cbcbcb !important;
}
.color--orange {
  color: rgb(252, 177, 86) !important;
}
.color--salmon {
  color: rgb(241, 106, 106);
}
.color--slate-light {
  color: rgba(38, 63, 82, .04) !important;
}
.color--tan {
	color: rgb(247, 244, 238) !important;
}
.color--white {
  color: #ffffff !important;
}
.error {
  color: rgb(211, 106, 106);
}
.content-columns {
  -webkit-columns: 2 15rem;
     -moz-columns: 2 15rem;
          columns: 2 15rem;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.desktop-only {
  display: none;
}
.fill--action > path {
  fill: rgb(241, 106, 106);
}
.fill--blue > path {
  fill: rgb(30, 93, 129) !important;
}
.fill--blue-light > path {
  fill: rgb(27, 175, 221) !important;
}
.fill--current > path {
  fill: currentColor;
}
.fill--gray > path {
  fill: #e9edee !important;
}
.fill--gray-dark > path {
  fill: #cbcbcb !important;
}
.fill--orange > path {
  fill: rgb(252, 177, 86) !important;
}
.fill--salmon > path {
  fill: rgb(241, 106, 106);
}
.fill--slate-light > path {
  fill: rgba(38, 63, 82, .04) !important;
}
.fill--white > path {
  fill: #ffffff !important;
}
.fill--error > path {
  fill: rgb(211, 106, 106);
}
.flex {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
img.float-left, img.float-right {
    display: block;
    float: none;
    padding-bottom: 1em;
    max-width: 100%;
  }
.margin-top {
  margin-top: 32px;
  margin-top: 2rem;
}
.margin-top--large {
  margin-top: 48px;
  margin-top: 3rem;
}
.opacity-90 {
  opacity: .9;
}
.pad--horiz {
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 32px;
  padding-right: 2rem;
}
.pad--horiz-sm {
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
.pad--horiz-lg {
    padding-left: 64px;
    padding-left: 4rem;
    padding-right: 64px;
    padding-right: 4rem;
  }
.pad--vert {
  padding-bottom: 32px;
  padding-bottom: 2rem;
  padding-top: 32px;
  padding-top: 2rem;
}
.pad--vert-sm {
    padding-bottom: 16px;
    padding-bottom: 1rem;
    padding-top: 16px;
    padding-top: 1rem;
  }
.pad--vert-lg {
    padding-bottom: 64px;
    padding-bottom: 4rem;
    padding-top: 64px;
    padding-top: 4rem;
  }
.pad--vert + .pad--vert, .pad--vert-sm + .pad--vert, .pad--vert-lg + .pad--vert {
    padding-top: 0;
  }
.layout--2col-major-minor .rhythm > *:first-child {
  padding-top: 0;
}
.is-hidden {
  display: none !important;
}
.is-loading {
  /* min-height so it maintains some size when we rip out content */
  min-height: 250px;
  position: relative;
}
.is-loading::before {
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url('./images/loading.svg') !important;
    /* put it at the top for long results pages */
    background-position: center 100px;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
    content: '';
  }
.is-vertically-centered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.is-vertically-centered > * {
    margin-left: auto;
    margin-right: auto;
    width: 100%; /* IE 11 */
  }
.is-vertically-centered a {
  margin: auto;

}
.is-vertically-centered a > img
{
  max-width: none;
  width: 100%;
}
.centered {
  text-align: center;
}
.align--right {
  text-align: right;
}
.align--left {
  text-align: left;
}
.full {
  width: 100%;
}
.arrow--down {
    border-left: .5em solid transparent;
    border-right:.5em solid transparent;
    border-top: .75em solid currentColor;
    display: inline-block;
    height: 0;
    margin-right: 1ch;
    position: relative;
    top: -0.05em;
    width: 0;
  }
.arrow--left {
    border-bottom: .5em solid transparent;
    border-right:.75em solid currentColor;
    border-top: .5em solid transparent;
    display: inline-block;
    height: 0;
    margin-right: 1ch;
    position: relative;
    top: 0.125em;
    width: 0;
  }
.arrow--right {
    border-bottom: .5em solid transparent;
    border-left: .75em solid currentColor;
    border-top: .5em solid transparent;
    display: inline-block;
    height: 0;
    margin-right: 1ch;
    position: relative;
    top: 0.125em;
    width: 0;
  }
.arrow--up {
    border-bottom: .75em solid currentColor;
    border-left: .5em solid transparent;
    border-right: .5em solid transparent;
    display: inline-block;
    height: 0;
    margin-right: 1ch;
    position: relative;
    top: -0.05em;
    width: 0;
  }
.aspect {
  position: relative;
  overflow: hidden;
}
.aspect::before {
    content: '';
    display: block;
  }
/* 4:3 */
.aspect--4by3::before {
      padding-top: 75%;
      content: '';
    }
/* 16:9 */
.aspect--16by9::before {
      padding-top: 56.5%;
      content: '';
    }
/* 16:9 */
.aspect--16by9gap::before
{
  padding-top: 45%;
  content: '';
}
.aspect--2by1::before {
      padding-top: 50%;
      content: '';
    }
.aspect--4by1::before {
      padding-top: 25%;
      content: '';
    }
.aspect--card-img::before {
      padding-top: 52.14008%;
      content: '';
    }
.aspect--card-img-featured::before {
      padding-top: 23.84342%;
      content: '';
    }
.aspect > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
.aspect > iframe {
    height: 100%;
  }
blockquote, q {
  margin: 48px 0;
  margin: 3rem 0;

}
blockquote.blockquote--with-image img, blockquote.q--with-image img, q.blockquote--with-image img, q.q--with-image img {
  margin: 0 0 32px;
  margin: 0 0 2rem;
  max-width: 161px;
}
blockquote strong, blockquote em, q strong, q em {
  color: rgb(28, 63, 84);
  display: block;
  font-family: 'AvenirNextLTPro-DemiIt', 'Arial', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  margin: 9.6px 9.6px;
  margin: .6rem .6rem;
}
blockquote h3 font strong, q h3 font strong {
  font-size: 28px;
  font-family: 'AvenirNextLTPro-Regular', 'Arial', sans-serif;
  margin-top: -30px;
}
blockquote {
  color: rgb(27, 175, 221);
  font-size: 24px;
  font-size: 1.5rem;
}
blockquote .wrapper

{
  border-bottom: 1px solid #e9edee;
  border-top: 1px solid #e9edee;
  padding: 48px 16px;
  padding: 3rem 1rem;
}
blockquote + blockquote {

margin-top: -48px;
margin-top: -3rem;
}
blockquote + blockquote .wrapper

{
  border-bottom: 1px solid #e9edee;
  border-top: 0;
}
q {
  border-left: 1px solid rgb(27, 175, 221);
  display: block;
  padding: 8px 0 8px 32px;
  padding: .5rem 0 .5rem 2rem;
}
blockquote.blockquote--with-image .it_service_images {
  margin: 0 0 32px;
  margin: 0 0 2rem;
  max-width: 250px;
}
.wrapper-second h3 {
  margin-top: -25px;
}
.wrapper-second {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button {
  background-color: rgb(252, 177, 86);
  border: 2px solid transparent;
  border-radius: 3em;
  color: rgb(28, 63, 84);
  cursor: pointer;
  display: inline-block;
  font-size: calc(13.02326px + 0.23256vw);
  font-family: 'AvenirNextLTPro-Demi', 'Arial', sans-serif;
  outline: transparent;
  padding: 8px 24px;
  padding: .5rem 1.5rem;
  -webkit-transition: .2s cubic-bezier(0.250, 0.100, 0.250, 1.000);
  transition: .2s cubic-bezier(0.250, 0.100, 0.250, 1.000);
  white-space: nowrap;
}
.button:hover,
  .button:active,
  .button:focus {
    background-color: rgb(28, 63, 84);
    color: #ffffff;
  }
.button.button--small {
    font-family: 'AvenirNextLTPro-Regular', 'Arial', sans-serif;
    font-size: 14px;
    font-size: .875rem;
    padding: 4px 16px 2px;
    padding: .25rem 1rem .125rem;
  }
.button--plain {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 16px;
    outline: transparent;
    padding: 0;
    -webkit-transition: .125s cubic-bezier(0.250, 0.100, 0.250, 1.000);
    transition: .125s cubic-bezier(0.250, 0.100, 0.250, 1.000);
  }
.button--plain:hover,
    .button--plain:active,
    .button--plain:focus {
      color: inherit;
    }
.button--transparent {
    background-color: transparent;
  }
.button--transparent:hover,
    .button--transparent:active,
    .button--transparent:focus {
      background-color: transparent;
    }
.button--submit{
    height: auto;
    position: relative;
    top: 0.125em;
    width: 1.5em;
  }
.button--submit > svg {
      fill: rgb(30, 93, 129);
      width: 100%;
    }
.button--search {
    background-color: transparent;
    margin-left: -32px;
    margin-left: -2rem;
    padding: 0;
    position: relative;
  }
.button--search svg {
      fill: rgb(28, 63, 84);
      height: 20px;
      position: absolute;
      top: -16px;
      top: -1rem;
      width: 20px;
    }
.button--go-home {
    color: rgb(241, 106, 106);
    font-weight: bold;
  }
.button--go-home:hover,
    .button--go-home:active,
    .button--go-home:focus {
      color: rgb(28, 63, 84);
    }
.button--go-home .icon--inline {
      /* better icon/text alignment */
      position: relative;
      top: -2px;
    }
.button.button--dark-blue {
  background-color: rgb(28, 63, 84);
  color: white;
}
.button.button--dark-blue:hover,
  .button.button--dark-blue:active,
  .button.button--dark-blue:focus {
    background-color: rgb(27, 175, 221);
  }
.button.button--salmon {
  background-color: rgb(241, 106, 106);
  color: #ffffff;
}
.button.button--salmon:hover,
  .button.button--salmon:active,
  .button.button--salmon:focus {
    background-color: rgb(27, 175, 221);
  }
.button.button--dark-gray {
  background-color: #ffffff;
  border-color: #cbcbcb;
  color: #cbcbcb;
}
.button.button--dark-gray:hover,
  .button.button--dark-gray:active,
  .button.button--dark-gray:focus {
    background-color: rgb(27, 175, 221);
    border-color: rgb(27, 175, 221);
    color: #ffffff;
  }
.button.button--blue-light {
  background-color: rgb(27, 175, 221);
  border-color: rgb(27, 175, 221);
  color: #ffffff;
}
.button.button--blue-light:hover,
  .button.button--blue-light:active,
  .button.button--blue-light:focus {
    background-color: #ffffff;
    border-color: rgb(27, 175, 221);
    color: rgb(27, 175, 221);
  }
.button.button--white {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button.button--white:hover,
  .button.button--white:active,
  .button.button--white:focus {
    background-color: #ffffff;
    border-color: #ffffff;
    color: rgb(241, 106, 106);
  }
.button.button--trans-dark-gray {
  background-color: transparent;
  border-color: #cbcbcb;
  color: #cbcbcb;
}
.button.button--trans-dark-gray:hover,
  .button.button--trans-dark-gray:active,
  .button.button--trans-dark-gray:focus {
    background-color: #cbcbcb;
    border-color: #cbcbcb;
    color: rgb(28, 63, 84);
  }
.button.button--google-play, .button.button--app-store {
  display: inline-block;
  height: 40px;
}
.button.button--google-play {
  background: url('images/google-play-badge@2x.png') center center no-repeat;
  background-size: contain;
  width: 135px;
}
.button.button--app-store {
  background: url('images/apple_app_store_badge@2x.png') center center no-repeat;
  background-size: contain;
  width: 120px;

}
.heading {
  font-family: 'AvenirNextLTPro-Demi', 'Arial', sans-serif;
  font-range: 320px 1280px; /* viewport widths between which font-size is fluid */
  font-size: 2em;
  line-height: 1.35;
  width: 100%;
}
/* fights weird grid side effect of not pushing block-level grid-children full width */
.heading--h1 {
    font-family: 'AvenirNextLTPro-Demi', 'Arial', sans-serif;
    font-size: calc(1.38953rem + 2.32558vw); /* min-size, max-size */
  }
.heading--h2 {
    font-family: 'AvenirNextLTPro-Regular', 'Arial', sans-serif;
    font-size: calc(1.19767rem + 1.62791vw);
  }
.heading--h3 {
    font-family: 'AvenirNextLTPro-Regular', 'Arial', sans-serif;
    font-size: calc(1.43895rem + 0.23256vw);
  }
.heading--h4 {
    font-family: 'AvenirNextLTPro-Demi', 'Arial', sans-serif;
    font-size: calc(1.43895rem + 0.23256vw);
  }
.heading--h5 {
    color: rgb(148, 173, 187);
    font-size: 0.6875em;
    font-family: 'AvenirNextLTPro-Demi', 'Arial', sans-serif;
    text-transform: uppercase;
  }
.heading--h5[class*="color--"] {
      color: inherit;
    }
.heading--h6 {
    font-family: 'AvenirNextLTPro-Demi', 'Arial', sans-serif;
    font-size: calc(0.77674rem + 0.27907vw);
  }
.heading--flush {
    margin-top: 0;
  }
.heading--strong {
    font-weight: bold;
  }
.icon--inline {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    margin-right: 1ch;
    position: relative;
    top: -0.05em;
    vertical-align: middle;
    width: 1em;
  }
.link--icon .icon--inline {
      height: 1.5em; 
      margin-right: 2ch;
    }
.icon--inline-last {
    margin-right: 0;
  }
.icon--inline-lg {
    height: 2em;
    width: 2em;
  }
.icon--inline-med {
    height: 1.5em;
    width: 1.5em;
  }
.icon--white {
    fill: #ffffff !important;
  }
.icon--white > path {
      fill: #ffffff !important;
    }
.icon--arrowup {
    -webkit-transform: rotate(-90.1deg);
            transform: rotate(-90.1deg); /* .1 = Safari & iOS hack */
  }
[class*="icon--value"] {
  height: 80%;
  margin: auto;
  max-width: 50%;
}
.social-icon {
  display: block;
  height: 26px;
  width: 26px;
}
.img--rounded {
    border-radius: 50%;
  }
.img--shadowed {
    -webkit-box-shadow: 0px 0em 1.25em .025em rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0em 1.25em .025em rgba(0, 0, 0, 0.5);
  }
.img--bordered {
    border: 1px solid rgb(28, 63, 84);
  }
.input-group--select__label {
    color: rgba(233, 237, 238, 0.75);
    display: block;
    font-size: 14px;
    font-size: .875rem;
    text-align: left;
  }
.input-group--select__input {
    height: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: 0;
  }
.input-group--select__control {
    position: relative;
  }
.input-group--select__container {
    display: block;
    position: relative;
    width: 100%;
  }
.input-group--select__container.is-open {
      color: rgb(30, 93, 129);
    }
.input-group--select__container.is-open .input-group--select__panel {
        display: block;
        z-index: 300;
      }
.input-group--select__opener {
    border: 1px solid #e9edee;
    border-radius: 2px;
    display: block;
    line-height: 1.3em;
    padding: 1em;
    position: relative;
  }
.input-group--select__opener:focus {
      outline: none;
      border-color: #000000;
    }
.input-group--select__opener::after {
      content: '';
      height: 100%;
      width: 1px;
      position: absolute;
      top: 0;
      right: calc(3em - 4px);
    }
.input-group--select__opener span {
      color: rgb(28, 63, 84);
      display: inline-block;
      min-height: 1em;
      text-align: left;
      width: 100%;
    }
.input-group--select__opener span::after, .input-group--select__opener span::before {
        background-color: #e9edee;
        content: '\0020';
        height: 4px;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 50%;
        width: 10px;
      }
.input-group--select__opener span::before {
        right: 1em;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        content: '';
      }
.input-group--select__opener span::after {
        right: calc(1em + 5px);
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        content: '';
      }
.input-group--select__panel {
    background-color: #ffffff;
    border: 1px solid #e9edee;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 0.5em;
            box-shadow: rgba(0, 0, 0, 0.2) 0 1px 0.5em;
    display: none;
    left: 0;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;

  }
.input-group--select__panel.is-placeholder .input-group--select__option.is-selected {
        background-color: #e9edee;
        color: rgb(148, 173, 187);
        cursor: default;
      }
.input-group--select.is-near-bottom .input-group--select__panel {
      bottom: 0;
      top: auto;
    }
.input-group--select__option {
    cursor: pointer;
    font-weight: bold;
    margin: 0 -1px;
    padding: 1em;
    position: relative;
    text-align: left;
  }
.input-group--select__option + .input-group--select__option {
      border-top: 1px solid #e9edee;
    }
.input-group--select__option[data-value="-1"] {
      display: none;
    }
.input-group--select__option[data-value="-1"] + * {
        border-top: none;
      }
.input-group--select__option.is-selected::after, .input-group--select__option.is-selected::before {
        /* styles for the indicator on selected options -- keeping stubbed in case needed */
      }
.input-group--select__option.has-focus {
      background-color: #e9edee;
      -webkit-transition: .2s background-color cubic-bezier(0.250, 0.100, 0.250, 1.000);
      transition: .2s background-color cubic-bezier(0.250, 0.100, 0.250, 1.000);
    }
.input-group--select__option.has-focus::after, .input-group--select__option.has-focus::before {
        background-color: #ffffff;
      }
.linebreak {
  background: #e9edee;
  border: none;
  display: block;
  height: 1px;
  margin: 1em 0;
  width: 100%;
}
.linebreak--flush {
    margin: 0;
  }
.linebreak--large {
    font-size: 2em;
  }
.linebreak--ex-large {
    font-size: 4em;
  }
.rhythm .linebreak {
    margin-bottom: 0;
  }
.link--block {
    display: block;
  }
.link--inherit {
    color: inherit !important;
  }
.list--blank {
    list-style: none;
    padding-left: 0;
  }
.list--unordered {
    list-style-type: disc;
    padding-left: 2em;
  }
.list--ordered {
    list-style-type: decimal;
    padding-left: 2em;
  }
.list--ordered-custom {
    counter-reset: fanciness;
    list-style: none;
    padding-left: 0;
  }
.list--ordered-custom > li::before {
        color: rgb(241, 106, 106);
        content: counter(fanciness, decimal) ".";
        counter-increment: fanciness;
        margin-right: 1ch;
      }
ul {
  list-style-type: disc;
  padding-left: 2em;

}
ol {
  list-style-type: decimal;
  padding-left: 2em;
}
.two-column-list .two-column-list__col {
    border-bottom: 1px solid rgb(27, 175, 221);
    border-top: 1px solid rgb(27, 175, 221);
    padding: 48px 0;
    padding: 3rem 0;
    margin: 32px 0;
    margin: 2rem 0;
  }
.meta-links .meta-links__title {
    padding-bottom: 1em;
  }
.meta-links a {
    padding-right: 1em;
  }
/* we get the Marketo forms via embed and the mark up is attrocious, 
this part is meant to focefully override any inline styles, etc.  */
/* typography */
.mktoForm {
  color: rgb(28, 63, 84) !important;
  font-family: inherit !important;
  font-size: inherit !important;
  margin: 0 auto;
  max-width: 360px !important;
  width: 100% !important;
}
.mktoForm *, .mktoForm *::-webkit-input-placeholder {
    color: rgb(28, 63, 84) !important;
  }
.mktoForm *, .mktoForm *::-moz-placeholder {
    color: rgb(28, 63, 84) !important;
  }
.mktoForm *, .mktoForm *::-ms-input-placeholder {
    color: rgb(28, 63, 84) !important;
  }
.mktoForm *, .mktoForm *::placeholder {
    color: rgb(28, 63, 84) !important;
  }
/* hide things we don't want at all. */
.mktoAsterix, .mktoGutter, .mktoLabel, .mktoOffset {
  display: none !important;
}
/* floats */
.mktoFormCol, .mktoFieldWrap {
  float: none !important;
}
.mktoButtonWrap, .mktoButtonRow {
  margin: 0!important;
  overflow: hidden;
  display: block;
  text-align: center!important;
  width: 100% !important;
}
.mktoButtonWrap button, .mktoButtonRow button {
    margin: 0 auto!important;
  }
.mktoFormRow {
  margin-bottom: 32px !important;
  margin-bottom: 2rem !important;
}
/* common class for inputs */
.mktoField {
  border-width: 0 !important;
  height: 3em !important;
  padding: 1em 1em .8em !important;
  width: 100% !important;
}
textarea.mktoField {
  height: 192px !important;
  height: 12rem !important;
  padding: 1em !important;
  line-height: 1.5 !important;
}
.mktoForm select, .marketo option {
  background-color: #ffffff;
  outline: none;
}
.mktoButton {
  background-image: none !important;
  background-color: rgb(27, 175, 221) !important;
  border-color: rgb(27, 175, 221) !important;
  border-radius: 2rem;
  border-width: 2px !important;
  color: #ffffff !important;
  font-family: 'AvenirNextLTPro-Demi', 'Arial', sans-serif !important;
  outline: transparent !important;
  padding: 8px 24px !important;
  padding: .5rem 1.5rem !important;
  -webkit-transition: .2s all cubic-bezier(0.250, 0.100, 0.250, 1.000);
  transition: .2s all cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
.mktoButton:hover,
  .mktoButton:active,
  .mktoButton:focus {
    background-color: #ffffff !important;
    color: rgb(27, 175, 221) !important;
  }
/* error message */
.mktoError {
  right: 0 !important;
}
.mktoErrorMsg {
  background-color: rgb(241, 106, 106) !important;
  background-image: none !important;
  border: none !important;
  -webkit-box-shadow: rgba(0, 0, 0, .25) 0 2px 7px !important;
          box-shadow: rgba(0, 0, 0, .25) 0 2px 7px !important;
  color: #ffffff !important;
  padding: 1em !important;
  text-shadow: none !important;
}
.mktoErrorDetail {
  color: #ffffff !important;
  font-family: 'AvenirNextLTPro-It', 'Arial', sans-serif !important;
}
.mktoErrorArrow {
  background-color: rgb(241, 106, 106) !important;
  border-color: transparent !important;
}
.nested-padding {
  padding: 1em;
}
.nested-padding--small {
    padding: 0.5em;
  }
.nested-padding--large {
    padding: 2em;
  }
.rich-text {
  font-size: 16px;
  font-size: 1rem;
}
.rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
    /* replicating .heading styles */
    font-family: 'AvenirNextLTPro-Demi', 'Arial', sans-serif;
    font-range: 320px 1280px;
    font-size: 2em;
    line-height: 1.35;
    width: 100%;
  }
.rich-text h1 {
    font-family: 'AvenirNextLTPro-Regular', 'Arial', sans-serif;
    font-size: calc(1.38953rem + 2.32558vw);
  }
.rich-text h2 {
    font-family: 'AvenirNextLTPro-Regular', 'Arial', sans-serif;
    font-size: calc(1.19767rem + 1.62791vw);
  }
.rich-text h3 {
  font-family: 'AvenirNextLTPro-Regular', 'Arial', sans-serif;
  font-size: calc(1.14128rem + 0.60465vw);
  margin: auto;
  margin-top: 1em;
}
.rich-text h4 {
    font-family: 'AvenirNextLTPro-Demi', 'Arial', sans-serif;
    font-size: calc(1.06686rem + 0.69767vw);
  }
.rich-text h5 {
    color: rgb(148, 173, 187);
    font-size: 0.6875em;
    font-family: 'AvenirNextLTPro-Demi', 'Arial', sans-serif;
    text-transform: uppercase;
  }
.rich-text h5[class*="color--"] {
      color: inherit;
    }
.rich-text h6 {
    font-family: 'AvenirNextLTPro-Demi', 'Arial', sans-serif;
    font-size: calc(0.77674rem + 0.27907vw);
  }
.rich-text hr {
    /* replicating .linebreak styles */
    background: #e9edee;
    border: none;
    display: block;
    height: 1px;
    margin: 1em 0;
    width: 100%;
  }
.rich-text sub, .rich-text sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
		z-index: 100;
  }
.rich-text sup {
    /* Move the superscripted text up */
    top: -0.5em;
  }
.rich-text sub {
    /* Move the subscripted text down, but only
       half as far down as the superscript moved up */
    bottom: -0.25em;
  }
.rich-text blockquote::after, .rich-text blockquote::before, .rich-text q::after, .rich-text q::before {
      content: '';
    }
.rich-text blockquote {
    font-size: 1.5em;
  }
.screenshot {
  background-repeat: no-repeat;
  background-position: 70% bottom;
  background-size: 320%;
  padding: 0 0 80%;
}
.sc-editor-notice, .sc-editor-edit {
  display: block;
  font-size: 12.8px;
  font-size: .8rem;
  margin: 16px 0;
  margin: 1rem 0;
  padding: 0 16px;
  padding: 0 1rem;
}
.sc-editor-notice::before, .sc-editor-edit::before {
    background-color: rgb(241, 106, 106);
    border-radius: 2rem;
    color: #ffffff;
    content: "!";
    display: inline-block;
    float: left;
    height: 20px;
    height: 1.25rem;
    font-size: 16px;
    font-size: 1rem;
    padding: 4px;
    padding: .25rem;
    margin: -4px 12px 0 0;
    margin: -.25rem .75rem 0 0;
    text-align: center;
    width: 20px;
    width: 1.25rem;
  }
.sc-editor-edit {
  position: absolute;
  left: 0;
  top: 0;
}
.sc-editor-wrap .sc-editor-edit {
    display: inline-block;
    padding: 0 0;
    position: relative;
  }
.sc-editor-edit::before {
    background-color: #91D58E;  /* non-brand color, works with palette */
    border: 2px solid #ffffff;
    content: '';
  }
.sc-editor-edit dfn {
    background-image: url('./images/icon-edit.svg');
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    height: 1rem;
    left: 7.2px;
    left: .45rem;
    position: relative;
    top: 3.2px;
    top: .2rem;
    width: 16px;
    width: 1rem;
  }
.sc-editor-wrap {
  position: relative;
}
table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cbcbcb;
  font-size: 0.9em;
}
td, th {
  text-align: center;
  border: solid #cbcbcb;
  border-width: 0 1px;
}
td:first-child, th:first-child {
    text-align: left;
  }
thead {
  background-color: rgb(30, 93, 129);
  color: #ffffff;
}
thead th {
    padding: 24px 12px;
    padding: 1.5rem 0.75rem;
    font-family: 'AvenirNextLTPro-Demi', 'Arial', sans-serif;
    text-transform: uppercase;
  }
tbody td, tbody th {
    padding: 12px;
    padding: 0.75rem;
  }
tbody td svg, tbody th svg { vertical-align: top; }
tbody tr:nth-child(2n) {
      background-color: #e9edee;
    }
.table-overflow-container {
  position: relative;
}
.table-overflow-container::before, .table-overflow-container::after {
    content: '\0020';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.3s ease opacity;
    transition: 0.3s ease opacity;
    z-index: 10;
  }
.table-overflow-container::before {
    left: 0;
    background-image: -webkit-gradient(
      linear,
      left top, right top,
      from(rgba(255, 255, 255, 0.5)),
      to(rgba(255, 255, 255, 0))
    );
    background-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0)
    );
    content: '';
  }
.table-overflow-container::after {
    right: 0;
    background-image: -webkit-gradient(
      linear,
      right top, left top,
      from(rgba(255, 255, 255, 0.5)),
      to(rgba(255, 255, 255, 0))
    );
    background-image: linear-gradient(
      to left,
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0)
    );
    content: '';
  }
.table-overflow-container.is-overflowing-left::before, .table-overflow-container.is-overflowing-right::after {
    opacity: 1;
  }
.table-overflow-scroller {
  overflow: auto;
}
.table-overflow-inner {
  min-width: 240px;
}
em {
  font-family: 'AvenirNextLTPro-It', 'Arial', sans-serif;
}
em strong, em b {
  	font-family: 'AvenirNextLTPro-DemiIt', 'Arial', sans-serif;
  }
strong, b {
  font-family: 'AvenirNextLTPro-Demi', 'Arial', sans-serif;
}
strong em, b em {
  	font-family: 'AvenirNextLTPro-DemiIt', 'Arial', sans-serif;
  }
.type--small {
  font-size: 0.75em;
}
.type--large {
  font-size: 1.5em;
}
.author-block {
  border-bottom: 1px solid #e9edee;
  border-top: 1px solid #e9edee;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.author-block__image {
    float: right;
    margin-left: 16px;
    margin-left: 1rem;
  }
.author-block .rich-text > * {
    clear: none;
  }
.author-block .heading {
    margin-bottom: 1em;
  }
.breadcrumb {
  font-size: calc(7.06977px + 0.69767vw);
  margin-bottom: -8px;
  margin-bottom: -.5rem;
}
.breadcrumb__item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1ch;
  }
.breadcrumb__item > * {
      display: inline-block;
      vertical-align: middle;
    }
.breadcrumb__icon {
    fill: #e9edee;
    font-size: 0.9em;
    height: 1em;
    margin-left: 1ch;
    position: relative;
    top: -0.05em;
    width: 1em;
  }
.callout {
  margin: 48px 0;
  margin: 3rem 0;
}
.callout .bg--blue > * {
    color: #fff;
  }
.callout__image {

  /*@media (--medium) {
    display: flex;
  }*/
}
/*removed due to new chrome version issue flex-direction: column;*/
.callout__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 32px;
  padding: 2rem;
}
.card {
  background-color: transparent;
  width: 100%;
}
.card--solid {
    background-color: #ffffff;
  }
.card[class*="bg--"] {
    background-color: inherit;
  }
.card--nope {
    background-color: #e9edee;
    border: 1px solid #cbcbcb;
    padding: 16px;
    padding: 1rem;
  }
.card--row-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr auto;
        grid-template-rows: auto 1fr auto;
  }
.card--row-grid.card--values {
      -ms-grid-rows: 75px 1fr auto;
          grid-template-rows: 75px 1fr auto;
    }
.card--row-grid div {
      width: 100%;
    }
.card--row-grid:not(.card--cta) .card__body {
      height: 100%;
    }
.card--bordered {
    border: 1px solid #e9edee;
  }
.card--link:hover,
    .card--link:active,
    .card--link:focus {
      -webkit-transform: scale(1.0125);
              transform: scale(1.0125);
      -webkit-box-shadow: 1px 0.25em 1em -0.33em rgba(0, 0, 0, 0.15);
              box-shadow: 1px 0.25em 1em -0.33em rgba(0, 0, 0, 0.15);
    }
.card--leadership {
    border-top: 1px solid #e9edee; 
    margin-bottom: 16px; 
    margin-bottom: 1rem;
    max-width: none !important;
    padding-top: 32px;
    padding-top: 2rem;
  }
.card--leadership .leadership__name {
      color: rgb(241, 106, 106);
      font-family: 'AvenirNextLTPro-Demi', 'Arial', sans-serif;
      font-size: calc(0.81686rem + 0.69767vw);
      margin: 1em 0 .25em;
    }
.card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
.card__body--centered {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
.card__icon {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
.card__icon--sm {
      height: 120px;
    }
.card__icon--extra-sm {
      height: 80px;
      margin-top: 32px;
      margin-top: 2rem;
    }
.card__milestone {
    padding: 0 0 48px;
    padding: 0 0 3rem;
  }
.card__milestone.has-image {
      display: -ms-grid;
      display: grid;
      grid-gap: 2rem;
      -ms-grid-columns: 1fr 118px;
          grid-template-columns: 1fr 118px;
    }
.card__milestone img {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
    }
.card__milestone figcaption {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
    }
.milestone {
  border-bottom: 1px solid #e9edee;
}
.live-webinar {
  background: rgb(241, 106, 106);
  color: #ffffff;
  padding: 0 4px;
}
.checklist {
  margin-top: 48px;
  margin-top: 3rem;
}
.rhythm .checklist {
    margin-top: 0;
  }
.checklist__item {
  background-image: url('images/icon-checkmark.svg');
  background-position: top left;
  background-repeat: no-repeat;
  margin-bottom: 1em;
  padding-left: 48px;
  padding-left: 3rem;
}
.component {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 20px;
  font-size: 1.25rem;
  min-height: 200px;
  text-align: center;
  -webkit-transition: .2s cubic-bezier(0.250, 0.100, 0.250, 1.000);
  transition: .2s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
.component span {
    margin: auto;
  }
.contact {
  margin: 64px 0;
  margin: 4rem 0;
}
.contact .linebreak {
    margin: 48px 0;
    margin: 3rem 0;
  }
.contact__form {
  padding: 16px;
  padding: 1rem;
}
.contact__section + .linebreak {
  margin: 48px 0;
  margin: 3rem 0;
}
.location {
  margin-top: 1.5em;
}
.location h6 {
    margin-bottom: .5em;
  }
.course-list__item {
    border-top: 1px solid #e9edee;
    margin-top: 32px;
    margin-top: 2rem;
    padding-top: 32px;
    padding-top: 2rem;
  }
.course-list__flag {
    position: relative;
    top: 5.28px;
    top: .33rem;
  }
.faq {
  margin: 48px 0;
  margin: 3rem 0;
}
.faq__item {
  padding: 16px 0 32px;
  padding: 1rem 0 2rem;
}
.faq__item > * {
    max-width: 85ch;
  }
/*.alignment {
  margin-left: 130px !important;
}
@media only screen and (max-width: 420px) {
  .alignment {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .alignment {
    margin-left: 70px !important;
  }
}*/
.feature-overview {
    /*display: grid;
  grid-template-rows: 1fr;*/
    grid-gap: 3rem;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
h5.feature-overview__heading {
    text-align: left !important;
  }
.feature-overview .card {
    width: 33%;
    display: inline-block;
    /*padding: 10px;*/
    margin: 0 20px;
    margin-bottom: 48px;
    margin-bottom: 3rem;
  }
.feature-overview.layout {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
.feature-overview .card .feature-overview__icon {
    text-align: left;
  }
.feature-overview .card p, .card strong {
    text-align: left;
  }
.feature-overview.layout strong em {
    float: left
  }
.feed + .feed {
    margin-top: 160px;
    margin-top: 10rem;
  }
.feed__item {
    border-bottom: 1px solid #e9edee;
    margin-bottom: 48px;
    margin-bottom: 3rem;
    padding-bottom: 48px;
    padding-bottom: 3rem;
  }
.global-footer__cta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.2fr .8fr;
      grid-template-columns: 1.2fr .8fr;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 2em 0;
}
.global-footer__cta .global-footer__cta-tagline {
    text-align: left;
  }
.global-footer__cta .global-footer__cta-button {
    text-align: center;
  }
.global-footer__cta .heading {
    margin-right: 16px;
    margin-right: 1rem;
  }
.global-footer__nav {
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-top: 80px;
  padding-top: 5rem;
}
.global-footer__homelink {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  height: 26px;
}
.global-footer__nav-list {
  list-style: none;
  margin-top: 48px;
  margin-top: 3rem;
  padding: 0 32px 0 0;
  padding: 0 2rem 0 0;
}
.global-footer__nav-list a {
    color: rgb(28, 63, 84);
    white-space: nowrap;
  }
.global-footer__nav-list a:hover,
    .global-footer__nav-list a:active,
    .global-footer__nav-list a:focus {
      color: rgb(27, 175, 221);
    }
.global-footer__nav-list li + li {
    margin-top: 8px;
    margin-top: .5rem;
  }
.global-footer__copyright {
  padding-bottom: 64px;
  padding-bottom: 4rem;
  padding-top: 64px;
  padding-top: 4rem;
  text-align: center;
}
.global-banner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  height: 3.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: .2s margin-top cubic-bezier(0.250, 0.100, 0.250, 1.000);
  transition: .2s margin-top cubic-bezier(0.250, 0.100, 0.250, 1.000);
  width: 100%;
  z-index: 200;

}
.body--scrolled-down .global-banner, .body--scrolled-up .global-banner

{
  margin-top: -60px;
  margin-top: -3.75rem;
}
.global-banner__mobile-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: .875rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.desktop--amargin {
  margin: 0px 15px;
}
.banner--msg--desktop{
  display:block;
}
.banner--msg--mobile{
  display:none;
}
.global-header {
  background-color: #ffffff;
  border-bottom: 1px solid #e9edee;
  height: 60px;
  height: 3.75rem;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 200;
}
.body--has-global-banner .global-header {
    height: 120px;
    height: 7.5rem;
  }
.is-locked.has-takeover .global-header {
    z-index: 1;
  }
.body--scrolled-down .global-header, .body--scrolled-down .global-header__wrapper, .body--scrolled-down .global-header__homelink, .body--scrolled-down .global-nav, .body--scrolled-down .nav {
    height: 60px;
    height: 3.75rem;
  }
.global-header__homelink, .global-footer__homelink {
  display: block;
  max-width: 152px;
  width: 100%;
}
.global-header__homelink svg, .global-footer__homelink svg {
    vertical-align: baseline;
  }
.global-header__homelink {
  -ms-flex-line-pack: center;
      align-content: center;
  display: -ms-grid;
  display: grid;
  height: 60px;
  height: 3.75rem;
}
.global-header__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 116px 1fr 1fr;
      grid-template-columns: 116px 1fr 1fr;
}
.inline-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  width: 100%;
  padding: 16px;
  padding: 1rem;
}
.inline-cta__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 16px;
    margin-top: 1rem;
  }
.inline-cta__content > * + * {
      margin-top: 8px;
      margin-top: 0.5rem;
    }
.inline-cta__action {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 16px;
    margin-top: 1rem;
  }
.inline-cta__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
.media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.media--no-stack {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
.media--no-stack .media__body ~ .media__figure, .media--no-stack .media__figure ~ .media__body {
      margin-top: 0;
    }
.media--no-stack .media__figure + .media__figure {
      margin-left: 16px;
      margin-left: 1rem;
    }
.media--split .media__body {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
    }
.media--split .media__figure {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
    }
.media--2-1 {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
.media--2-1 .media__body {
      -webkit-box-flex: 1.5;
          -ms-flex: 1.5;
              flex: 1.5;
    }
.media--2-1 .media__figure {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
    }
.media--2-1 .media__figure > * {
        display: inline-block;
      }
.media--2-1 .media__figure--stacked {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: left;
      }
.media--2-1 .media__figure--stacked > * {
          display: block;
        }
.media__figure--centered {
      width: 100%;
      text-align: center;
    }
.media__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
.media--no-stack .media__body {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      text-align: left;
    }
/* body on the right */
.media__figure ~ .media__body {
      margin-top: 32px;
      margin-top: 2rem;
    }
/* body on the left */
.media__body ~ .media__figure {
      margin-top: 32px;
      margin-top: 2rem;
    }
/* image alignment variants */
.media__figure--top {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
.media__figure--middle {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
.media__figure--bottom {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
.rich-text .video-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: inherit;
}
.rich-text .video-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: inherit;
}
.rich-text .video-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: inherit;
}
.modal {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: .2s cubic-bezier(0.250, 0.100, 0.250, 1.000);
  transition: .2s cubic-bezier(0.250, 0.100, 0.250, 1.000);
  width: 100vw;
  z-index: -1;
}
.modal[aria-hidden='true'] {
    display: none;
  }
.has-takeover .modal {
    opacity: 1;
    z-index: 400;
  }
.modal__overlay {
    background-color: rgba(255, 255, 255, 0);
    bottom: 0;
    display: block;
    left: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: .2s cubic-bezier(0.250, 0.100, 0.250, 1.000);
    transition: .2s cubic-bezier(0.250, 0.100, 0.250, 1.000);
    z-index: 401;
  }
.has-takeover .modal__overlay {
      background-color: rgba(255, 255, 255, 0.9);
      pointer-events: all;
    }
.modal__close {
    background-color: transparent;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 32px;
    font-size: 2rem;
    padding: 0;
    position: fixed;
    right: 16px;
    right: 1rem;
    top: 8px;
    top: 0.5rem;
    z-index: 1;
  }
.modal__close:hover,
    .modal__close:active,
    .modal__close:focus {
      color: rgb(241, 106, 106);
      outline: 0;
    }
.modal__content {
    background: rgb(30, 93, 129) url('./images/line-modal-bg.png') left top;
    background-repeat: no-repeat;
    background-size: calc(100% - 3.5rem);
    border: 0;
    color: #ffffff;
    left: 50%;
    max-height: 90vh;
    max-width: 90vw;
    overflow: auto;
    padding: 64px 32px 32px;
    padding: 4rem 2rem 2rem;
    position: fixed;
    right: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 425px;
    z-index: 402;
  }
.modal--video .modal__content {
      background-image: none;
      padding: 56px 0 0;
      padding: 3.5rem 0 0;
      width: 840px;
    }
.modal__img {
    background-position: center center;
    background-repeat: none;
    background-size: cover;
    border-radius: 100px;
    height: 100px;
    left: calc(100% - 150px - 1rem);
    margin-top: 0;
    position: absolute;
    top: 28px;
    top: 1.75rem;
    width: 100px;
  }
.cookie-popover {
  font-size: 12px;
  font-size: 12px;
  font-size: .75rem;
  width: 100%;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #e9edee;
  padding: 1em;
  margin-top: 60px;
  -webkit-box-shadow: 0 -1px 2px #e9e9e9;
          box-shadow: 0 -1px 2px #e9e9e9;
  z-index: 50005;
}
.cookie-popover p {
    color: #333;
  }
.cookie-popover-inner {
  max-width: 750px;
  margin: 0 auto;
}
.cookie-popover-inner p {
    font-weight: 400;
    line-height: 1.45;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
  }
.cookie-popover-inner .text-right {
    text-align: right !important;
  }
.cookie-popover-inner .text-right button, .cookie-popover-inner .text-right .btn, .modal-footer .btn, .modal-footer button {
  border: 1px solid;
  border-color: #d3d4de;
  border-radius: 2px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: Nunito,sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  padding: .5em 1.25em;
  position: relative;
  margin: 0 0 16px;
  margin: 0 0 1rem;
  text-align: center;
  text-decoration: none;
 }
.cookie-popover-inner .text-right button, .cookie-popover-inner .text-right .btn {
    font-weight: bold;
    font-size: 13px;
  }
.cookie-popover-inner .text-right .btn-bare {
      color: #000;
      background: none !important;
      border-color: transparent !important;
      -webkit-box-shadow: none;
              box-shadow: none;
    }
.cookie-popover-inner .text-right .btn-bare:hover {
        color: #236c96;
      }
.cookie-popover-inner .text-right .btn-primary:hover, .cookie-popover-inner .text-right .btn-primary:focus, .cookie-popover-inner .text-right .btn-primary:active {
      background-color: #2a7ba9;
      border-color: #2a7ba9;
      color: #fff;
    }
.cookie-popover-inner .text-right .btn-primary {
      background-color: #205d80;
      border-color: #205d80 !important;
      color: #fff;
    }
.modal-footer .btn-alt {
  background-color: #f8fafc;
  border-color: #d0d0d0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #303030;
}
.modal-footer .btn-right {
  float: right;
}
.cookiemodal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90001;
  display: none;
  overflow-y: auto;
  width:auto;
}
.cookiemodal.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.cookiemodal .modal-dialog {
    height: auto;
    padding: 3em 16px 0;
    padding: 3em 1rem 0;
    margin: 0 auto;
    max-width: 960px;
    width: auto;
  }
.cookiemodal.fade.in {
    opacity: 1;
  }
.modal-backdrop {
  background: hsla(0, 0%, 100%, .9);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90000;
}
.modal-backdrop.in {
    opacity: 0.9;
    filter: alpha(opacity=50);
    background: hsla(0, 0%, 100%, .9);
    background-attachment: scroll;
  }
.modal-backdrop.fade {
    filter: alpha(opacity=0);
  }
.modal-content {
  border: 4px solid hsla(0, 0%, 80%, .5);
  height: auto;
}
.modal-header h4 {
  color: #205d80;
  font-family: Nunito,sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  line-height: 1.25;
}
.modal-content {
  background: #fff;
  border-radius: 4px;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.modal-content h3 {
    line-height: 1.25;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: .75em;
  }
.modal-header {
  border-bottom: 4px solid hsla(0, 0%, 80%, .5);
  padding: 16px;
  padding: 1rem;
  position: relative;
}
.cookiemodal.modal .close {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #656565;
  padding: .6em 10.666px;
  padding: .6em .66667rem;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0;
}
.modal-body {
  padding: 16px;
  padding: 1rem;
  color: #333;
}
.modal-body p {
    font-weight: 400;
    line-height: 1.45;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
  }
.modal-footer {
  padding: 16px;
  padding: 1rem;
}
.modal-body table {
  border-collapse: collapse;
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  width:99%;
  border-spacing: 0;
  border: 0px solid #cbcbcb;
}
.modal-body table td, .modal-body table th {
    text-align: left;
    padding: .5em 1em;
  }
.modal-body td {
  text-align: center;
  border: solid #cbcbcb;
  border-width: 1px;
}
.modal-body thead th {
  border: #ffffff;
  border-width: 0;
  font-size: 14px;
  text-transform: none;
  font-family: AvenirNextLTPro-Regular;
  font-weight: bold;
}
.modal-header .cross {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #656565;
  padding: .6em 10.666px;
  padding: .6em .66667rem;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0;
}
.modal-body tbody, .modal-body tbody tr, .modal-body  tbody tr:nth-child(2n) {
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #cbcbcb;
}
.modal-body thead {
  background-color: #ffffff;
  color: #333333;
}
.modal-body a {
  color: #000;
  text-decoration: none;
  line-height: inherit;
  background-color: transparent;
}
global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
	height: 60px;
	height: 3.75rem;
	left: 0;
	top: 0;
	z-index: 200;
}
.nav {
	background-color: rgb(241, 106, 106);
	height: 100vh;
	left: -100vw;
  list-style: none;
	opacity: 0;
	padding: 4em 2em 2em;
	pointer-events: none;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: -1;
}
.global-nav--is-active .nav {
		height: 100vh;
		opacity: 1;
    left: 0;
		pointer-events: all;
		-webkit-transition: .1s opacity cubic-bezier(0.250, 0.100, 0.250, 1.000);
		transition: .1s opacity cubic-bezier(0.250, 0.100, 0.250, 1.000);
		z-index: 200;
	}
.nav .nav__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 48px 0 0;
    margin: 3rem 0 0;
  }
.nav__menu-toggle {
	color: #ffffff;
  display: block;
	font-size: 24px;
	font-size: 1.5rem;
}
.nav__menu-toggle.is-active {
    position: relative;
  }
.nav__category {
	margin-top: 1em;
}
.global-nav__menu {
  background-color: rgb(241, 106, 106);
  -webkit-box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, .15);
          box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, .15);
  height: 100vh;
  left: 100vw;
  opacity: 0;
  padding: 24px 32px 32px;
  padding: 1.5rem 2rem 2rem;
  position: absolute;
  top: 0;
  -webkit-transition: .2s opacity cubic-bezier(0.250, 0.100, 0.250, 1.000) .1s, .1s top cubic-bezier(0.250, 0.100, 0.250, 1.000) 0s;
  transition: .2s opacity cubic-bezier(0.250, 0.100, 0.250, 1.000) .1s, .1s top cubic-bezier(0.250, 0.100, 0.250, 1.000) 0s;
  width: 100vw;
  z-index: 10;
}
.global-nav__menu.is-active {
    left: 0;
    opacity: 1;
  }
.global-nav__submenu {
  list-style: none;
  margin-top: 72px;
  margin-top: 4.5rem;
  padding-left: 0;
}
.global-nav__submenu > li + li {
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
.global-nav__submenu a {
    color: #ffffff;
  }
.global-nav__menu-inner-content {
  display: none;
}
.nav__close {
  position: absolute;
  top: 24px;
  top: 1.5rem;
}
.nav__close:before {
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    content: ' ';
    display: inline-block;
    height: 6px;
    margin-right: .5em;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 6px;
  }
.nav__priority-link {
  border-top: 1px solid #e9edee;
  display: block;
  margin-top: 16px;
  margin-top: 1rem;
  padding-top: 16px;
  padding-top: 1rem;

}
/* this partial applies to the search component in the global nav, abstracting for clarity */
/**/
.nav-search {
  border-bottom: solid 2px rgba(255, 255, 255, .33);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem;
      grid-template-columns: 1fr 2rem;
  height: 32px;
  height: 2rem;
  margin-top: 128px;
  margin-top: 8rem;
  position: relative;
}
.nav-search--is-active {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: pink;
    border-bottom: 1px solid #e9edee;
    height: 104px;
    height: 6.5rem;
    position: absolute;
    right: 0;
    top: 0;
  }
.nav-search__input {
  background: transparent;
  border-width: 0;
  color: #ffffff;
  outline: none;
  padding-right: 1.5em;
  width: 100%;
}
.nav-search__input::-webkit-input-placeholder {
    color: #ffffff;
  }
.nav-search__input::-moz-placeholder {
    color: #ffffff;
  }
.nav-search__input::-ms-input-placeholder {
    color: #ffffff;
  }
.nav-search__input::placeholder {
    color: #ffffff;
  }
.nav-search__mobile-submit {
  background-color: transparent;
  border: 0;
  display: inline-block;
  height: 24px;
  height: 1.5rem;
  padding: 0;
  width: 24px;
  width: 1.5rem;
}
.nav-search__mobile-submit svg {
    fill: #ffffff;
  }
.nav-search__toggle {
  display: none;
  height: 24px;
  height: 1.5rem;
  width: 24px;
  width: 1.5rem;
}
.nav-search__toggle svg {
    fill: rgb(28, 63, 84);
  }
.nav__search {
  border-bottom: 1px solid transparent;
  -ms-grid-column-align: end;
      justify-self: end;
}
/* this is the mobile toggle for global navigation */
/* god damn it, testing. */
.nav__toggle {
	display: block;
	height: 16px;
  -ms-grid-column-align: right;
      justify-self: right;
	position: relative;
	width: 28px;
	z-index: 200;
}
.nav__toggle:after, .nav__toggle:before {
		background-color: #cbcbcb;
		content: ' ';
		display: block;
		left: 0;
		height: 5px;
		position: absolute;
    -webkit-transition: .2s cubic-bezier(0.250, 0.100, 0.250, 1.000);
    transition: .2s cubic-bezier(0.250, 0.100, 0.250, 1.000);
		width: 28px;
	}
.nav__toggle:after {
		bottom: 0;
		content: '';
	}
.nav__toggle:before {
		top: 0;
		content: '';
	}
.nav__toggle--is-active:after {
		background-color: #ffffff;
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		-webkit-transform-origin: center;
		        transform-origin: center;
		top: 6px;
		content: '';
	}
.nav__toggle--is-active:before {
		background-color: #ffffff;
		top: 6px;
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
		-webkit-transform-origin: center;
		        transform-origin: center;
		content: '';
	}
.page-head {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 48px 0;
  padding: 3rem 0;
  position: relative;
}
.page-head--simple {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 1px 0px;
    display: -ms-grid;
    display: grid;
    min-height: 140px;
    padding-bottom: 0;
    -webkit-transition: .2s;
    transition: .2s;
  }
.page-head--simple .layout {
      grid-gap: 0;
    }
.page-head--home {
    margin-bottom: 0;
    height: calc(100vh + 3.75rem);
    padding: 0;
    position: relative;
  }
.body--has-global-banner .page-head--home {
      height: calc(100vh + 7.5rem);
    }
.page-head--home > img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      max-width: 100%;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
    }
.page-head--home + [class*="bg--"] > .pad--vert {
        padding-top: 0;
      }
.page-head--background {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 1px 1px;
    display: -ms-grid;
    display: grid; /* for vertical centering */
    min-height: 166px;
    padding: 24px 0;
    padding: 1.5rem 0;
  }
.page-head--background .layout {
      grid-gap: 0;
    }
.page-head--background-large {
    margin-top: 48px;
    margin-top: 3rem;
  }
.page-head--background-large.is-flush {
      margin: 0;
    }
.page-head--image-bleed {
    margin-bottom: 64px;
    margin-bottom: 4rem;
    padding-bottom: 64px;
    padding-bottom: 4rem;
  }
.page-head--image-bleed > img {
      display: none;
    }
.page-head.bg--white {
    color: rgb(28, 63, 84);
  }
.page-head__body {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: padding .2s cubic-bezier(0.250, 0.100, 0.250, 1.000);
    transition: padding .2s cubic-bezier(0.250, 0.100, 0.250, 1.000);
    z-index: 100;
  }
.page-head__body > * {
      height: 100%;
    }
.page-head__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    height: calc(100% - 3.75rem);
    text-align: center;
  }
.page-head__inner > .pos--left {
      -ms-grid-column: 1;
          grid-column-start: 1;
    }
.page-head__inner > .pos--right {
      -ms-grid-column: 2;
          grid-column-start: 2;
    }
.page-head__inner > .pos--top {
      -ms-flex-item-align: start;
          -ms-grid-row-align: start;
          align-self: start;
    }
.page-head__inner > .pos--bottom {
      -ms-flex-item-align: end;
          -ms-grid-row-align: end;
          align-self: end;
    }
.page-head__major, .page-head__minor {
  text-align: center;
}
.page-head__major a, .page-head__minor a {
    color: #ffffff;
  }
.page-head__major p, .page-head__minor p {
    margin-top: 32px;
    margin-top: 2rem;
  }
.page-head__category {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
.page-head--square-image__image {
  padding-top: 48px;
  padding-top: 3rem;
  text-align: center;
}
.page-head--square-image__content .heading--h5 + .heading--h1 {
    margin-top: .25em;
  }
.pagination {
  color: #cbcbcb;
  display: -ms-grid;
  display: grid;
  font-family: 'AvenirNextLTPro-Demi';
  -ms-grid-columns: .25fr 2.5fr .25fr;
      grid-template-columns: .25fr 2.5fr .25fr;
}
.pagination > div {
    text-align: center;
  }
.pagination__list {
  padding: 0 32px;
  padding: 0 2rem;
}
.pagination__list > li {
    display: inline-block;
    padding: 0 8px;
    padding: 0 .5rem;
  }
.resource__filters {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
.resource__item--full {
    grid-column: 1 / -1
  }
.info-graphic {
  margin-top: 48px;
  margin-top: 3rem;
}
.info-graphic__item {
    text-align: center;
  }
.info-graphic__item dt {
      color: rgb(241, 106, 106);
      font-size: calc(1.19767rem + 1.62791vw);
      padding: 0 32px;
      padding: 0 2rem;
    }
.search-results__item {
  padding: 2em 0;
}
.search-results__item + .search-results__item {
    border-top: 1px solid #e9edee;
  }
.search-results__link > span {
    clear: both;
    float: left;
    display: block;
  }
.search-results__heading {
  font-family: 'AvenirNextLTPro-Demi', 'Arial', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1em;
}
.search-utility__search-input {
  border-color: transparent;
  border-bottom-color: #e9edee;
  border-bottom-width: 1px;
  outline: none;
  padding: 0 2em 4px 0;
  padding: 0 2em .25rem 0;
  width: 320px;
}
.section-nav {
  font-family: 'AvenirNextLTPro-Demi', 'Arial', sans-serif;
  font-size: calc(0.81686rem + 0.69767vw);
}
.section-nav + .section-nav {
    margin-left: 48px;
    margin-left: 3rem;
  }
.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
.social-links .social-icon {
    margin-left: 32px;
    margin-left: 2rem;
    min-width: 26px;
  }
.social {
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  -ms-flex-wrap: no-wrap; 
      flex-wrap: no-wrap;
  margin: 64px 0;
  margin: 4rem 0;
}
.social__title {
  margin-right: 32px;
  margin-right: 2rem;
  margin-top: .25em;
}
.social__icon {
  display: inline-block;
  height: 32px;
  width: 36px;
}
.social__icon + .social__icon {
    margin-left: 1em;
  }
.social__icon:hover,
  .social__icon:active,
  .social__icon:focus {
    opacity: .8;
  }
.stylized-video {
  background: url(./images/bg-stylized-video.svg) top center no-repeat;
  background-size: cover;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  position: relative;
}
.stylized-video.bg--top-half-gray::before {
    background-color: #e9edee;
    height: 50%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    content: '';
  }
.tab-o-rama {
  background-color: #e9edee;
  font-family: 'AvenirNextLTPro-Demi', 'Arial', sans-serif;
  height: 240px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  width: 240px;
}
.tab-o-rama__title {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  height: 120px;
  left: calc(50% - 60px);
  position: absolute;
  text-align: center;
  top: calc(50% - 60px);
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  width: 120px;
  z-index: 3;
}
.tab-o-rama__title span {
    display: none;
  }
.tab-o-rama__title svg {
    margin: auto;
    max-width: 60px;
  }
.tabs {
  display: -ms-grid;
  display: grid;
  grid-gap: 16px;
  -ms-grid-columns: (112px)[2];
      grid-template-columns: repeat(2, 112px);
  height: 240px;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  width: 240px;
}
.tabs__section {
  display: -ms-grid;
  display: grid;
  height: 112px;
  position: relative;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 112px;
}
.tabs__section svg {
    max-height: 36px;
    max-width: 36px;
  }
.tabs__section:hover,
  .tabs__section:active,
  .tabs__section:focus,
  .tabs__section.is-active {
    -webkit-transition: .2s cubic-bezier(0.250, 0.100, 0.250, 1.000) ;
    transition: .2s cubic-bezier(0.250, 0.100, 0.250, 1.000) ;
  }
.tabs__section:hover .tabs__link-icon, .tabs__section:active .tabs__link-icon, .tabs__section:focus .tabs__link-icon, .tabs__section.is-active .tabs__link-icon {
      -webkit-box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, .25);
              box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, .25);
    }
.tabs__section:hover .tabs__link-icon svg, .tabs__section:active .tabs__link-icon svg, .tabs__section:focus .tabs__link-icon svg, .tabs__section.is-active .tabs__link-icon svg {
        fill: #fff;
      }
.tabs__section:hover.top-left .tabs__link-icon, .tabs__section:active.top-left .tabs__link-icon, .tabs__section:focus.top-left .tabs__link-icon, .tabs__section.is-active.top-left .tabs__link-icon {
        background-color: rgb(241, 106, 106);
      }
.tabs__section:hover.top-right .tabs__link-icon, .tabs__section:active.top-right .tabs__link-icon, .tabs__section:focus.top-right .tabs__link-icon, .tabs__section.is-active.top-right .tabs__link-icon {
        background-color: rgb(148, 173, 187);
        border-color: rgb(148, 173, 187);
      }
.tabs__section:hover.bottom-left .tabs__link-icon, .tabs__section:active.bottom-left .tabs__link-icon, .tabs__section:focus.bottom-left .tabs__link-icon, .tabs__section.is-active.bottom-left .tabs__link-icon {
        background-color: rgb(27, 175, 221);
      }
.tabs__section:hover.bottom-right .tabs__link-icon, .tabs__section:active.bottom-right .tabs__link-icon, .tabs__section:focus.bottom-right .tabs__link-icon, .tabs__section.is-active.bottom-right .tabs__link-icon {
        background-color: rgb(252, 177, 86);
      }
.tabs__section.top-left {
    border-top-left-radius: 300px;
    border-top: solid 16px rgb(251, 208, 208);
    border-left: solid 16px rgb(251, 208, 208);
  }
.tabs__section.top-left svg {
      fill: rgb(241, 106, 106);
    }
.tabs__section.top-left:hover,
    .tabs__section.top-left:active,
    .tabs__section.top-left:focus,
    .tabs__section.top-left.top-left.is-active {
      background-color: rgb(246, 162, 162);
      border-color: rgb(241, 106, 106);
    }
.tabs__section.top-right {
    border-top: solid 16px rgb(162, 183, 195);
    border-right: solid 16px rgb(162, 183, 195);
    border-top-right-radius: 300px;
  }
.tabs__section.top-right svg {
      fill: rgb(148, 173, 187);
    }
.tabs__section.top-right:hover,
    .tabs__section.top-right:active,
    .tabs__section.top-right:focus,
    .tabs__section.top-right.top-right.is-active {
      background-color: rgb(193, 207, 215);
      border-color: rgb(148, 173, 187);
    }
.tabs__section.bottom-left {
    border-bottom: solid 16px rgb(210, 240, 249);
    border-left: solid 16px rgb(210, 240, 249);
    border-bottom-left-radius: 300px;
  }
.tabs__section.bottom-left svg {
      fill: rgb(27, 175, 221);
    }
.tabs__section.bottom-left:hover,
    .tabs__section.bottom-left:active,
    .tabs__section.bottom-left:focus,
    .tabs__section.bottom-left.bottom-left.is-active {
      background-color: rgb(164, 225, 244);
      border-color: rgb(27, 175, 221);
    }
.tabs__section.bottom-right {
    border-bottom: solid 16px rgb(254, 232, 205);
    border-right: solid 16px rgb(254, 232, 205);
    border-bottom-right-radius: 300px;
  }
.tabs__section.bottom-right svg {
      fill: rgb(252, 177, 86);
    }
.tabs__section.bottom-right:hover,
    .tabs__section.bottom-right:active,
    .tabs__section.bottom-right:focus,
    .tabs__section.bottom-right.bottom-right.is-active {
      background-color: rgb(253, 209, 155);
      border-color: rgb(252, 177, 86);
    }
.tabs__link {
  color: rgb(28, 63, 84);
  outline: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 3;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.tabs__link-icon {
  background-color: #e9edee;
  border-radius: 100%;
  -webkit-box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0);
          box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0);
  display: block;
  height: 72px;
  padding: 16px;
  padding: 1rem;
  position: absolute;
  text-align: center; /* Mozilla */
  -webkit-transition: .2s cubic-bezier(0.250, 0.100, 0.250, 1.000) ;
  transition: .2s cubic-bezier(0.250, 0.100, 0.250, 1.000) ;
  width: 72px;
}
.tabs__link-icon svg {
    -webkit-transition: .2s cubic-bezier(0.250, 0.100, 0.250, 1.000) ;
    transition: .2s cubic-bezier(0.250, 0.100, 0.250, 1.000) ;
  }
.top-left .tabs__link-icon {
    border: 2px solid rgb(241, 106, 106);
    left: -16px;
    top: -16px;
  }
.top-left .tabs__link-icon .tabs__link-text {
      right: 140%;
      top: 0;
      text-align: right;
    }
.top-right .tabs__link-icon {
    border: 2px solid rgb(148, 173, 187);
    right: -16px;
    top: -16px;
  }
.top-right .tabs__link-icon .tabs__link-text {
      left:  140%;
      top: 0;
    }
.bottom-left .tabs__link-icon {
    border: 2px solid rgb(27, 175, 221);
    bottom: -16px;
    left: -16px;
  }
.bottom-left .tabs__link-icon .tabs__link-text {
      right:  140%;
      top: 0;
      text-align: right;
    }
.bottom-right .tabs__link-icon {
    border: 2px solid rgb(252, 177, 86);
    bottom: -16px;
    right: -16px;
  }
.bottom-right .tabs__link-icon .tabs__link-text {
      left: 140%;
      top: 0;
    }
.tabs__link-text {
  display: none;
  text-align: left;
}
.tabs__panels {
  overflow-x: hidden;
  position: relative;
}
.tabs__panel {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .2s cubic-bezier(0.250, 0.100, 0.250, 1.000) .25s, left .2s cubic-bezier(0.250, 0.100, 0.250, 1.000) .2s, z-index .125s cubic-bezier(0.250, 0.100, 0.250, 1.000);
  transition: opacity .2s cubic-bezier(0.250, 0.100, 0.250, 1.000) .25s, left .2s cubic-bezier(0.250, 0.100, 0.250, 1.000) .2s, z-index .125s cubic-bezier(0.250, 0.100, 0.250, 1.000);
  z-index: -1;
}
.tabs__panel.is-active {
    left: 0;
    opacity: 1;
    pointer-events: auto;
    z-index: 100;
  }
.tabs-component {
  cursor: pointer
}
.w3-bar {
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.loadmore-newspress {
  display: none;
}
.is-loading::before {
  background-color: rgba(255, 255, 255, .9);
  /*background-image: url(./images/loading.svg);*/
  background-position: center 100px;
  background-repeat: no-repeat;
  background-size: 100px 100px;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
  content: '';
}
.press-news {
  color: #ff0000;
  width: unset;
  font-size: 16px !important;
  margin-right: 50px;
  border-bottom: 1px solid red;
}
.border-right {
  width: 3px;
  height: auto;
  background-color: red;
}
.press.active, .news.active, span.press:hover, span.news:hover {
  color: blue;
  border-bottom: 2px solid #00008b;
}
.carousel {
  position: relative;
  top: 0;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: block;
  }
.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next, .active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

  .carousel-item-next, .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev, .active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

  .carousel-item-prev, .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
  }
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5);
  }
.carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: "";
    }
.carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: "";
    }
.carousel-indicators .active {
    background-color: #fff;
  }
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.carouselslider {
  padding: 5px;
  text-align: center;
  min-height: 55px;
}
.banner-carousel {
  width: 100%;
}
.clearfix {
  clear: both;
}
@font-face {
    font-family: 'AvenirNextLTPro-Regular';
    src: url('../fonts/369C6A_A_0.eot');
    src: url('../fonts/369C6A_A_0.eot?#iefix') format('embedded-opentype'), url('../fonts/369C6A_A_0.woff2') format('woff2'), url('../fonts/369C6A_A_0.woff') format('woff'), url('../fonts/369C6A_A_0.ttf') format('truetype');
}
/* DEMI */
@font-face {
    font-family: 'AvenirNextLTPro-Demi';
    src: url('../fonts/369C6A_2_0.eot');
    src: url('../fonts/369C6A_2_0.eot?#iefix') format('embedded-opentype'), url('../fonts/369C6A_2_0.woff2') format('woff2'), url('../fonts/369C6A_2_0.woff') format('woff'), url('../fonts/369C6A_2_0.ttf') format('truetype');
}
/* DEMI ITALIC */
@font-face {
    font-family: 'AvenirNextLTPro-DemiIt';
    src: url('../fonts/369C6A_3_0.eot');
    src: url('../fonts/369C6A_3_0.eot?#iefix') format('embedded-opentype'), url('../fonts/369C6A_3_0.woff2') format('woff2'), url('../fonts/369C6A_3_0.woff') format('woff'), url('../fonts/369C6A_3_0.ttf') format('truetype');
}
/* ITALIC */
@font-face {
    font-family: 'AvenirNextLTPro-It';
    src: url('../fonts/369C6A_6_0.eot');
    src: url('../fonts/369C6A_6_0.eot?#iefix') format('embedded-opentype'), url('../fonts/369C6A_6_0.woff2') format('woff2'), url('../fonts/369C6A_6_0.woff') format('woff'), url('../fonts/369C6A_6_0.ttf') format('truetype');
}
.order-change {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
/* first section  */
.library__management {
    background: #E9EDEE;
    padding: 48px 0;
}
.library__header--content {
    padding: 25px 0;
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 40px;
    color: #1E5D81;
}
.library--blog {
    color: #1BAFDD;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 15px;
}
/* first section  ends */
/* second section */
.library--nav {
  background: #E2E6E8;
  padding: 0;
  display: block;
}
.library--list .nav-list a {
  color: #1E5D81;
  font-size: 16px;
  font-family: 'AvenirNextLTPro-Regular';
  padding: 15px;
  border-bottom: 3px solid transparent;
}
.library--list .nav-list a:hover {
    color: rgb(211, 106, 106) !important;
    border-bottom: 3px solid rgb(211, 106, 106) !important;
    border-radius: 0 !important;
    font-weight: 800 !important;
    /*padding:15px 0;*/
  }
.library--nav .navbar {
    padding: 0;
}
.library--container {
    padding: 0;
}
/* second section */
/* third section */
.itsm__section {
  padding-top: 50px;
  /*padding-bottom: 40px;*/
}
.itsm-heading {
  color: #245167;
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 26px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.library--para {
  color: #245167;
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 16px;
  /*.library--para;*/
}
/* third section */
/* fourth section */
.cta__section {
    background: #1E5D81;
    color: #fff;
    padding: 30px 90px;
    font-family: 'AvenirNextLTPro-Regular';
}
.itsm__section--button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.cta--heading {
    font-size: 26px;
}
.cta--para {
    font-size: 16px;
}
.cta--button {
  padding: 14.4px 24px;
  padding: 0.9rem 1.5rem;
  color: #245167 !important;
  background: #FCB156 0% 0% no-repeat padding-box;
  border-radius: 48px;
  font-family: 'AvenirNextLTPro-Demi';
}
.cta--button:hover {
    background-color: rgb(28, 63, 84);
    color: #ffffff !important;
    text-decoration:none;
  }
/* fourth section */
/* fifth section */
/*.icons {
  width: 104px;
  height: 104px !important;
}*/
.icons-content {
    padding: 0 0 0 24px;
}
.icons--heading {
    font-size: 20px;
    font-family: 'AvenirNextLTPro-Demi';
    color: #245167;
}
.icons--section {
    padding-bottom: 20px;
}
/* fifth section */
.itsm--image {
    height: 269px;
    width: 521px;
}
.content-wrapper {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    max-width: 600px;
    padding: 0 60px;
}
.full--cta__section {
    background: #1E5D81;
}
.section--five {
    width: 100%;
    height: auto;
}
/*written by section  */
.employee--name {
    font-size: 18px;
    color: #245167;
    font-family: 'AvenirNextLTPro-Regular';
    margin: 4px 0;
}
.employee--position {
    font-size: 14px;
    color: #245167;
    font-family: 'AvenirNextLTPro-Demi';
}
.written--by {
    font-size: 12px;
    color: #245167;
    font-family: 'AvenirNextLTPro-Regular';
}
/*written by section  */
.icons--by {
    width: 76px;
    height: 76px !important;
    border-radius: 50%;
}
.library-section .library--banner {
  padding: 0;
}
.library--banner img{
  height:100%;
}
.library--content {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.library-section {
    background: #E9EDEE;
    margin-top: 70px;

}
.itsm--button {
  padding: 14.4px 24px;
  padding: 0.9rem 1.5rem;
  color: #245167;
  background: #FCB156 0% 0% no-repeat padding-box;
  border-radius: 48px;
  font-family: 'AvenirNextLTPro-Demi';
}
.itsm--button:hover {
  background-color: rgb(28, 63, 84);
  color: #ffffff;
  text-decoration: none;
}
.library__management .library--img {
  width: 557px;
  height: 268px;
}
.quote {
    color: #1BAFDD;
}
.library--bar {
    padding-left: 0;
}
.library__mobile--nav {
    display: none;
}
.active--library {
  color: rgb(211, 106, 106) !important;
  border-bottom: 3px solid rgb(211, 106, 106) !important;
  border-radius: 0 !important;
  font-weight: 800 !important;
}
button.btn:active--library {
  color: rgb(211, 106, 106) !important;
  border-bottom: 2px solid rgb(211, 106, 106) !important;
  font-weight: 800 !important;
  border-radius: 0;
}
.desktop--content {
  display: block;
}
.mobile--content {
  display: none;
}
.library--list {
  height: auto !important;
}
.library--banner {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.library--border {
  border-top: 1px solid #E9EDEE;
}
.icons--section:nth-child(3) {
  margin-top: 20px;
}
.icons--section:nth-child(2) {
  margin-top: 20px;
}
/* newly added */
.back--button {
  display: none !important;
}
.section__space {
  padding: 0 40px !important;
}
.mobile--border {
  display:none;
}
.full--width__cta{
  margin-top:50px;
}
.cta__margin--tb {
  margin: 30px 0 !important;
}
.bg--blue-light p a{		
  color: rgb(241, 106, 106); 		
  cursor: pointer; 		
  text-decoration: none;		
}
.nav--library p a {		
  color: rgb(241, 106, 106);		
  cursor: pointer;		
  text-decoration: none;		
}
.itsm__section p a:not(.button){		
  color: rgb(241, 106, 106);		
  cursor: pointer;		
  text-decoration: none;		
}
.full--cta__section p a {		
  color: rgb(241, 106, 106);		
  cursor: pointer;		
  text-decoration: none;		
}
.contenttmiddle{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contentttop{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}
.layout {
  display: -ms-grid;
  display: grid;
  grid-gap: 3rem;
}
.layout--flush {
    grid-gap: 0;
  }
.layout--align-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
.layout--align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
.layout--align-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
.layout--2col-major-minor-sm .wrapper--inner {
        margin: 0 auto;
        max-width: calc(-40vw + 1280px - 1rem);
        padding-left: 16px;
        padding-left: 1rem;
        padding-right: 16px;
        padding-right: 1rem;
      }
.layout--centered {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
.layout--split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
&.is-overflowing-left::before {
	content: '';
}
&.is-overflowing-right::after {
	content: '';
}
@media only screen and (min-width: 512px) {
img.float-left, img.float-right {
      max-width: 50%
  }
img.float-left {
      float: left;
      padding: 0 1em 1em 0
  }
img.float-right {
      float: right;
      padding: 0 0 1em 1em
  }
blockquote.blockquote--with-image .wrapper,

blockquote.q--with-image .wrapper,

q.blockquote--with-image .wrapper,

q.q--with-image .wrapper

{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 200px 1fr;
        grid-template-columns: 200px 1fr
}
blockquote.blockquote--with-image .wrapper-second

{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 300px 1fr;
        grid-template-columns: 300px 1fr
}
.card--featured {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / span 2;
      -ms-grid-row: 1;
      grid-row: 1 / 1
  }
.card--nope {
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
      grid-column: 1 / span 4;
      -ms-grid-row: 1;
      grid-row: 1 / 1
  }
.modal__img {
      left: calc(100% - 150px - 2rem)
  }
.layout--4col {
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr
  }
.layout--6col {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr
}
    }
@media only screen and (min-width: 768px) {
body {
    padding-top: 6.5rem
}
body.body--has-global-banner {
      padding-top: 10.25rem
  }
body.body--has-global-banner.body--scrolled-down {
      padding-top: 6.5rem
  }
body.body--nav-is-active {
      overflow: auto
  }
.wrapper {
    padding: 0 2rem
}
  .resource__filters .layout--4col {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
.anchor-target::before {
      height: 3rem
  }
.desktop-only {
    display: inline;
    display: initial
}
.mobile-only {
    display: none
}
.pad--horiz {
    padding-left: 4rem;
    padding-right: 4rem
}
.pad--horiz-sm {
      padding-left: 2rem;
      padding-right: 2rem
  }
.pad--horiz-lg {
      padding-left: 6rem;
      padding-right: 6rem
  }
.pad--vert {
    padding-bottom: 4rem;
    padding-top: 4rem
}
.pad--vert-sm {
      padding-bottom: 2rem;
      padding-top:  2rem
  }
.pad--vert-lg {
      padding-bottom: 6rem;
      padding-top: 6rem
  }
blockquote .wrapper

{
    padding: 3rem 2rem
}
.two-column-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 2rem
}
.rich-text > * {
      max-width: 66vw;
      margin: auto;
      margin-top: 1em
  }
.rich-text .figure {
      max-width: 100%
	
  }
.rich-text h1 {
        font-family: 'AvenirNextLTPro-Demi', 'Arial', sans-serif
  }
.screenshot {
    background-size: cover;
    background-position: center bottom;
    padding: 100px 0 130px;
    min-height: 500px
}
.screenshot__annotation {
    max-width: 50%;
    padding-right: 2rem
}
.callout {
    margin: 6rem 0
}
.callout__image img {
      margin: auto
  }
.callout__content {
    padding: 0 3rem
}
.callout__hasimage--left .callout__image {
      -ms-grid-row: 1;
          grid-row-start: 1;
      -ms-grid-column: 1;
          grid-column-start: 1
  }
.callout__hasimage--left .callout__content {
      -ms-grid-row: 1;
          grid-row-start: 1;
      -ms-grid-column: 2;
          grid-column-start: 2
  }
.callout__hasimage--left .bg--gray .callout__content {
    padding: 2rem 3rem
}
.card, .card--small {
      margin: 0 auto;
      max-width: 320px
  }
.card--medium {
      margin: 0 auto;
      max-width: 720px
  }
.card--full {
      margin: 0 auto;
      max-width: 100%
  }
.card--featured {
      max-width: none;
      width: 100%
  }
.checklist ul {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2
  }
.checklist__item {
    padding-right: 1rem
}
.feature-overview {
      /*display: grid; 
    grid-template-columns: 1fr 1fr 1fr;*/
      grid-gap: 3rem;
      margin: 3rem 0
  }

      .feature-overview .feature-overview__heading {
        font-family: 'AvenirNextLTPro-Demi', 'Arial', sans-serif;
        margin: 1rem 0;
      }
    .feed .media__figure{
      min-width: 254px;
    }

    .feed img {
      max-width: 254px;
    }
.global-footer__nav {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    margin: 3rem auto;
    max-width: 1280px
}
.global-footer__nav-list {
    margin-top: 0;
    padding: 0 3rem 0 0
}
.global-footer__copyright {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr;
        grid-template-columns: 2fr 1fr;
    padding-bottom: 2rem;
    padding-top: 2rem;
    text-align: left
}
.global-footer__copyright > p {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1
  }
.body--scrolled-down .global-banner, .body--scrolled-up .global-banner

{
    margin-top: -3.75rem
}
.global-banner .button {
    display: inline-block;
    margin: 0 0 0 1rem
}
.global-header {
    height: 6.5rem
}
.body--has-global-banner .global-header {
      height: 10.25rem
  }
.body--scrolled-down .global-header, .body--scrolled-down .global-header__wrapper, .body--scrolled-down .global-header__homelink, .body--scrolled-down .global-nav, .body--scrolled-down .nav {
      height: 6.5rem
  }
.body--scrolled-up .global-header, .body--scrolled-up .global-header__wrapper, .body--scrolled-up .global-header__homelink, .body--scrolled-up .global-nav, .body--scrolled-up .nav {
      height: 6.5rem
  }
.global-header__homelink, .global-footer__homelink {
    padding-right: 1rem
}
.global-header__homelink {
    height: 6.5rem
}
.global-header__wrapper {
    -ms-grid-columns: 145px 1fr;
        grid-template-columns: 145px 1fr;
    position: relative
}
.inline-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0
}

    .inline-cta__content {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-top: 0rem;
      padding: 1rem;
    }

    .inline-cta__action {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin: 0 1rem;
    }

    .inline-cta__image {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      min-width: 130px;
    }

      .inline-cta__image img {
        height: auto;
        width: 100%;
      }
.media--no-stack .media__body ~ .media__figure, .media--no-stack .media__figure ~ .media__body {
        margin-top: inherit
    }
.media--no-stack .media__figure + .media__figure {
        margin-left: 2rem
    }
.media {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row

    /* media variants */
}
    .media--top {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }

    .media--middle {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

    .media--bottom {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
    }
.media--narrow .media__body {
        margin-right: 1rem;
        padding-right: 0
    }
.media--narrow .media__figure ~ .media__body {
        margin-left: 1rem;
        padding-left: 0
    }
.media--narrow .media__body ~ .media__figure {
        margin-left: 1rem;
        padding-left: 0
    }
.media__figure {
      margin-right: 1em
  }
.media__figure--centered {
        width: auto;
        text-align: left
    }
.media__body {
      margin-right: 2rem;
      padding-right: 2rem;
      text-align: inherit
  }
.media__figure ~ .media__body {
        margin-left: 2rem;
        margin-right: inherit;
        margin-top: inherit;
        padding-right: inherit;
        padding-left: 2rem
    }
.media__body ~ .media__figure {
        margin-left: 2rem;
        margin-right: inherit;
        margin-top: inherit
    }
.media__figure--top ~ .media__body {
        margin-top: 0
    }
.modal--video .modal__content {
        padding: 4rem 3rem 3rem
    }
global-nav {;
    height: 6.5rem
}
.nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 140px 40px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 140px 40px;
    height: auto;
    justify-items: center;
    left: 0;
    opacity: 1;
    padding: 0;
    pointer-events: all;
    position: static;
    position: initial;
    width: 100%;
    z-index: 200
}
.global-nav--is-active .nav {
      height: 6.5rem
	}
.nav .nav__cta {
      display: inline;
      display: initial;
      margin: 0
  }
.nav__menu-toggle {
    color: rgb(30, 93, 129);
    font-size: 1rem;
    padding: 0.25rem
}

    .nav__menu-toggle::after {
      background-color: rgb(241, 106, 106);
      display: block;
      height: 0;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 4.65rem;
      -webkit-transition: .2s width cubic-bezier(0.250, 0.100, 0.250, 1.000);
      transition: .2s width cubic-bezier(0.250, 0.100, 0.250, 1.000);
      width: 0;
      content: '';
    }

      .nav__menu-toggle.is-active::after {
        height: .5rem;
        width: 100%;
        opacity: 1;
        content: '';
      }
.nav__menu-toggle--haf {
      color: rgb(30, 93, 129);
      opacity: .8
  }
.nav__category {
    margin-top: 0
}
.global-nav__menu {
    background-color: #ffffff;
    -webkit-transition: .2s opacity cubic-bezier(0.250, 0.100, 0.250, 1.000) .1s, .1s top cubic-bezier(0.250, 0.100, 0.250, 1.000) 0s;
    transition: .2s opacity cubic-bezier(0.250, 0.100, 0.250, 1.000) .1s, .1s top cubic-bezier(0.250, 0.100, 0.250, 1.000) 0s;
    padding: 1.5rem 4rem 2rem
}
.global-nav__menu.is-active {
      height: auto;
      top: 6.5rem;
      width: 100%
  }
.global-nav__submenu a {
      color: rgb(30, 93, 129);
      font-family: 'AvenirNextLTPro-Demi', 'Arial', sans-serif
  }
.global-nav__submenu a:hover,
    .global-nav__submenu a:active,
    .global-nav__submenu a:focus {
        color: rgb(241, 106, 106)
    }
.global-nav__submenu {
    border-right: 1px solid #e9edee;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 4rem 2rem 0;
    padding-right: 4rem
}
.global-nav__menu-inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2.5rem
}
.global-nav__menu-inner-content {
    display: block
}
.nav__close {
    display: none
}
.nav-search {
    -ms-grid-columns: 1fr 2rem;
        grid-template-columns: 1fr 2rem;
    margin-top: 0
}
.nav-search__input {
    color: rgb(30, 93, 129);
    margin-bottom: .5rem;
    opacity: 0;
    padding-right: 0;
    width: 1px
}

    .nav-search__input::-webkit-input-placeholder {
      color: rgb(30, 93, 129);
    }

    .nav-search__input::-moz-placeholder {
      color: rgb(30, 93, 129);
    }

    .nav-search__input::-ms-input-placeholder {
      color: rgb(30, 93, 129);
    }

    .nav-search__input::placeholder {
      color: rgb(30, 93, 129);
    }
.nav-search__mobile-submit {
    display: none
}
.nav-search__toggle {
    display: block
}

    .nav.nav--search-is-active .nav-search__toggle {
      position: relative;
    }

      .nav.nav--search-is-active .nav-search__toggle:after, .nav.nav--search-is-active .nav-search__toggle:before{
        content: '';
        border-bottom: solid 2px rgb(30, 93, 129);
        top: 12px;
        -webkit-transform-origin: center;
                transform-origin: center;
        position: absolute;
        right: 0;
        width: 30px;
      }

      .nav.nav--search-is-active .nav-search__toggle:after {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        content: '';
      }
      .nav.nav--search-is-active .nav-search__toggle:before {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        content: '';
      }


      .nav.nav--search-is-active .nav-search__toggle svg {
        display: none;
      }

    .nav.nav--search-is-active > li:not(.nav__search) {
      opacity: 0;
    }

    .nav.nav--search-is-active .nav__search {
      border-bottom: 1px solid #e9edee;
      position: absolute;
      right: 2rem;
      -webkit-transition: .2s border-color cubic-bezier(0.250, 0.100, 0.250, 1.000) .2s;
      transition: .2s border-color cubic-bezier(0.250, 0.100, 0.250, 1.000) .2s;
      width: 440px;
    }

    .nav.nav--search-is-active .nav-search__input {
      opacity: 1;
      -webkit-transition: .2s opacity cubic-bezier(0.250, 0.100, 0.250, 1.000) .2s;
      transition: .2s opacity cubic-bezier(0.250, 0.100, 0.250, 1.000) .2s;
      width: 100%;
    }
.nav__toggle {
    display: none
}
.page-head--simple {
      background-size: contain
  }
.page-head--home {
      height: auto
  }
.body--has-global-banner .page-head--home {
        height: auto
    }
.page-head--home > img {
        -o-object-fit: fill;
           object-fit: fill;
        -o-object-position: 0 -2rem;
           object-position: 0 -2rem;
        width: 100%
    }
.page-head--background {
      background-size: contain;
      grid-gap: 3rem;
      min-height: 220px
  }
.page-head--background-large {
      margin-bottom: -6rem;
      margin-top: 6rem;
      padding-bottom: 6rem
  }
.page-head--background-large.is-flush {
        margin-top: 0
    }
.page-head--image-bleed {
      margin-bottom: 6rem;
      padding-bottom: 6rem
  }
.page-head--image-bleed__layout {
        display: -ms-grid;
        display: grid;
        grid-gap: 1.5rem;
        -ms-grid-columns: (1fr)[12];
            grid-template-columns: repeat(12, 1fr)
    }
.page-head--image-bleed > img {
        bottom: -2.5rem;
        display: block;
        position: absolute;
        right: 0;
        z-index: 1
    }

        .page-head--image-bleed > img + * {
          position: relative;
          z-index: 2;
        }
.page-head--image-bleed .page-head--image-bleed__content {
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
        grid-column: 1 / 7
    }

        .page-head--image-bleed .page-head--image-bleed__content p {
          padding-right: 3rem
        }
.page-head__inner {
      -ms-grid-columns: 50% 50%;
          grid-template-columns: 50% 50%;
      grid-column-gap: 0;
      text-align: left
  }
.page-head__major {
    text-align: left
}
.page-head__minor {
    text-align: right
}
.page-head--square-image__layout {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 422px;
        grid-template-columns: 1fr 422px
}
.page-head--square-image-narrow .page-head--square-image__layout {
      display: -ms-grid;
      display: grid;
      grid-gap: 1.5rem;
      -ms-grid-columns: (1fr)[12];
          grid-template-columns: repeat(12, 1fr)
  }
.page-head--square-image__image {
    padding-top: 0
}
.page-head--square-image-narrow .page-head--square-image__image {
      grid-column: 8 / -1
  }
.page-head--square-image__content {
    padding-right: 10%
}
.page-head--square-image-narrow .page-head--square-image__content {
      -ms-grid-column: 1;
      -ms-grid-column-span: 6;
      grid-column: 1 / 7
  }
.pagination {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr)
}
.pagination__list {
    padding: 0
}
.info-graphic__item dd {
        padding: 0 2rem
    }
.search-utility__summary {
    text-align: right
}
.social-links {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2
}
.stylized-video {
    margin-bottom: 4rem;
    padding: 4rem 0
}
.tab-o-rama {
    height: 420px;
    width: 420px
}
.tab-o-rama__title {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    border-radius: 84px;
    -ms-grid-rows: 85px 1fr;
        grid-template-rows: 85px 1fr;
    height: 168px;
    left: calc(50% - 76px);
    top: calc(50% - 76px);
    width: 168px
}
.tab-o-rama__title span {
      display: block
  }
.tab-o-rama__title svg {
      margin: 50px auto 0;
      max-width: 120px
  }
.tabs {
    -ms-grid-columns: (210px)[2];
        grid-template-columns: repeat(2, 210px)
}
.tabs__section {
    height: 210px;
    width: 210px
}
.top-left .tabs__link-icon {
      left: 16px;
      top: 16px
  }
.top-right .tabs__link-icon {
      right: 16px;
      top: 16px
  }
.bottom-left .tabs__link-icon {
      bottom: 16px;
      left: 16px
  }
.bottom-right .tabs__link-icon {
      bottom: 16px;
      right: 16px
  }
.tabs__panel {
    padding-left: 2rem
}
.layout--2col {
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr
  }

      .layout--2col > .layout--end {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / span 1;
      }

      .layout--2col > *:nth-child(1) {
        -ms-grid-column: 1;
      }
      .layout--2col > *:nth-child(2) {
        -ms-grid-column: 2;
      }
      .layout--2col > *:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
      }
      .layout--2col > *:nth-child(4) {
        -ms-grid-column: 2;
        -ms-grid-row: 2;
      }
      .layout--2col > *:nth-child(5) {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
      }
      .layout--2col > *:nth-child(6) {
        -ms-grid-column: 2;
        -ms-grid-row: 3;
      }
      .layout--2col > *:nth-child(7) {
        -ms-grid-column: 1;
        -ms-grid-row: 4;
      }
      .layout--2col > *:nth-child(8) {
        -ms-grid-column: 2;
        -ms-grid-row: 4;
      }
.layout--3col {
      -ms-grid-columns: 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr
  }

      .layout--3col > .layout--end {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3 / span 1;
      }

      .layout--3col > *:nth-child(1) {
        -ms-grid-column: 1;
      }
      .layout--3col > *:nth-child(2) {
        -ms-grid-column: 2;
      }
      .layout--3col > *:nth-child(3) {
        -ms-grid-column: 3;
      }

      .layout--3col > *:nth-child(4) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
      }
      .layout--3col > *:nth-child(5) {
        -ms-grid-column: 2;
        -ms-grid-row: 2;
      }
      .layout--3col > *:nth-child(6) {
        -ms-grid-column: 3;
        -ms-grid-row: 2;
      }

      .layout--3col > *:nth-child(7) {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
      }
      .layout--3col > *:nth-child(8) {
        -ms-grid-column: 2;
        -ms-grid-row: 3;
      }
      .layout--3col > *:nth-child(9) {
        -ms-grid-column: 3;
        -ms-grid-row: 3;
      }
.layout--4col {
      -ms-grid-columns: 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr
  }

      .layout--4col > .layout--end {
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-column: 4 / span 1;
      }

      .layout--4col > *:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
      }
      .layout--4col > *:nth-child(2) {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
      }
      .layout--4col > *:nth-child(3) {
        -ms-grid-column: 3;
        -ms-grid-row: 1;
      }
      .layout--4col > *:nth-child(4) {
        -ms-grid-column: 4;
        -ms-grid-row: 1;
      }
      .layout--4col > *:nth-child(5) {
        -ms-grid-column: 5;
        -ms-grid-row: 2;
      }
      .layout--4col > *:nth-child(6) {
        -ms-grid-column: 6;
        -ms-grid-row: 2;
      }
      .layout--4col > *:nth-child(7) {
        -ms-grid-column: 7;
        -ms-grid-row: 2;
      }
      .layout--4col > *:nth-child(8) {
        -ms-grid-column: 8;
        -ms-grid-row: 2;
      }
.layout--2col-major-minor {
      -ms-grid-columns: 3fr 1fr;
          grid-template-columns: 3fr 1fr;
      grid-gap: 5rem
  }

      .layout--2col-major-minor > *:nth-child(1) {
        -ms-grid-column: 1;
      }
      .layout--2col-major-minor > *:nth-child(2) {
        -ms-grid-column: 2;
      }
.layout--2col-major-minor-sm {
        -ms-grid-columns: 1.5fr 1fr;
            grid-template-columns: 1.5fr 1fr
    }
.layout--2col-major-minor-sm .wrapper--inner {
          max-width: calc(-40vw + 1280px - 2rem)
      }
.layout--2col-minor-major {
      -ms-grid-columns: 1fr 3fr;
          grid-template-columns: 1fr 3fr
  }

      .layout--2col-minor-major > *:nth-child(1) {
        -ms-grid-column: 1;
      }
      .layout--2col-minor-major > *:nth-child(2) {
        -ms-grid-column: 2;
      }
.layout--1col-narrow {
      -ms-grid-columns: .75fr;
          grid-template-columns: .75fr
  }
.layout--2col-3-2 {
      -ms-grid-columns: 3fr 2fr;
          grid-template-columns: 3fr 2fr
  }

      .layout--2col-3-2 > *:nth-child(1) {
        -ms-grid-column: 1;
      }
      .layout--2col-3-2 > *:nth-child(2) {
        -ms-grid-column: 2;
      }
.layout--form .input-group {
        margin-left: 1em;
        margin-right: 1em;
        margin-top: 0
    }

        .layout--form .input-group:first-of-type {
          margin-left: 0;
        }

        .layout--form .input-group:last-of-type {
          margin-right: 0;
        }
  }
@media (min-width: 768px) and (max-width: 1023px) {
    .library--container .library--list .nav-list a {
        padding: 15px 3px;
    }
  .cta--button {
    padding: 15px 35px;
  }
  .content-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation : landscape) {

  .resource__filters .layout {
    grid-gap: 0.8rem;
    /*new change*/
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {

  .resource__filters .layout {
    /*new change*/
    grid-gap: .3rem;
    font-size: 10px;
    /*grid-gap: 1rem;*/
  }

  .resource__filters .input-group--select__container .input-group--select__opener {
    padding: 1em 0.5em;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .layout--3col.feature-overview {
    -ms-grid-columns: none;
    grid-template-columns: none;
  }

  .feature-overview .card {
    width: 27%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pad--vert {
    padding-top: 0.75rem;
  }

  .rhythm--margin > * + * {
    margin-top: 0.2rem;
  }
.callout__hasimage--left .bg--gray .callout__image {
    padding-left: 3rem
}
}
@media (max-width: 1024px) and (min-width: 768px) {
  .video-wrap .wrapper h3 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 824px) and (max-width: 1024px) {
.layout--6col {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr
}

    .layout--6col > .layout--end {
      -ms-grid-column: 4;
      -ms-grid-column-span: 1;
      grid-column: 4 / span 1;
    }

    .layout--6col > *:nth-child(1) {
      -ms-grid-column: 1;
      -ms-grid-row: 1;
    }

    .layout--6col > *:nth-child(2) {
      -ms-grid-column: 2;
      -ms-grid-row: 1;
    }

    .layout--6col > *:nth-child(3) {
      -ms-grid-column: 3;
      -ms-grid-row: 1;
    }

    .layout--6col > *:nth-child(4) {
      -ms-grid-column: 4;
      -ms-grid-row: 1;
    }

    .layout--6col > *:nth-child(5) {
      -ms-grid-column: 5;
      -ms-grid-row: 2;
    }

    .layout--6col > *:nth-child(6) {
      -ms-grid-column: 6;
      -ms-grid-row: 2;
    }

    .layout--6col > *:nth-child(7) {
      -ms-grid-column: 7;
      -ms-grid-row: 2;
    }

    .layout--6col > *:nth-child(8) {
      -ms-grid-column: 8;
      -ms-grid-row: 2;
    }
  }
@media only screen and (min-width: 1024px) {
.contact__form {
    padding: 3rem
}
.contact__locations {
    display: -ms-grid;
    display: grid;
    grid-gap: 2em 2rem;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
}
.global-header__wrapper {
    -ms-grid-columns: 18% 1fr;
        grid-template-columns: 18% 1fr
}
.nav {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 120px 80px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 120px 80px
}
.nav__menu-toggle {
    font-size: 1.25rem
}
.global-nav__menu.is-active {
      left: 50%;
      margin: 0 -458px;
      width: 916px
  }
.page-head--simple {
      min-height: 220px
  }
.page-head--background {
      min-height: 300px
  }
.page-head--image-bleed > img {
        bottom: -3rem
    }
.page-head__inner {
      -ms-grid-columns: 40% 40%;
          grid-template-columns: 40% 40%;
      grid-column-gap: 20%
  }
.tabs__link-text {
    display: block;
    position: absolute;
    width: 150px
}
  }
@media only screen and (min-width: 1025px) /*(--large)*/
  {
.global-footer__nav {
    -ms-grid-columns: 25% 1fr 1fr 1fr 1fr;
        grid-template-columns: 25% 1fr 1fr 1fr 1fr
}
.layout--6col {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
}
  }
@media only screen and (min-width: 1152px) {
.page-head--image-bleed > img {
        bottom: -4rem
    }
      }
@media screen and (min-width: 1280px) {
	.button {
		font-size: 16px;
	}
	.heading--h1 {
		font-size: 3.25rem;
	}
	.heading--h2 {
		font-size: 2.5rem;
	}
	.heading--h3 {
		font-size: 1.625rem;
	}
	.heading--h4 {
		font-size: 1.625rem;
	}
	.heading--h6 {
		font-size: 1rem;
	}
	.rich-text h1 {
		font-size: 3.25rem;
	}
	.rich-text h2 {
		font-size: 2.5rem;
	}
	.rich-text h3 {
		font-size: 1.625rem;
	}
	.rich-text h4 {
		font-size: 1.625rem;
	}
	.rich-text h6 {
		font-size: 1rem;
	}
	.breadcrumb {
		font-size: 16px;
	}
	.card--leadership .leadership__name {
		font-size: 1.375rem;
	}
	.info-graphic__item dt {
		font-size: 2.5rem;
	}
	.section-nav {
		font-size: 1.375rem;
	}
}
@media (max-height: 399px) {
.input-group--select__panel {
      max-height: 85vh

  }
    }
@media (max-width: 767px) {
   .layout__restructured {

    -ms-grid-columns: none !important;

        grid-template-columns: none !important;
    grid-gap: 1rem !important;
  }
  .library--blog {
    padding-top: 15px;
  }
  .column-spacing {
    margin-top: 10px;
  }
  /* newly added */
  .full--width__cta {
    margin-top: 25px !important;
  }
  .icons--section {
    padding-left: 10px !important;
  }
  .cta__margin--tb {
    margin: 30px 0 !important;
  }
  .mobile--border {
    display: block !important;
    border-top: 1px solid #c7d0d1;
    margin: 15px 0;
  }
  .library__management .back--button {
    display: block !important;
    color: #F16A6A;
    font-size: 12px;
    font-family: 'AvenirNextLTPro-Demi';
  }

  .section__space {
    padding: 0 !important;
  }
  .back--button::before {
    content: "<";
    color: #F16A6A;
    margin: 0 10px 0 0;
  }
  .icons-content .icons--heading {
    font-size: 16px;
  }
  .library--para {
    padding-top: 10px !important;
  }
    .library-section .library--img {
        padding: 15px;
    }

    .library-section .library--content {
        padding: 15px;
    }

     .content-wrapper {
        padding: 10px !important;
    }

    .nav--container .library__mobile--nav {
        display: block;
        width: 100%;
        outline: none;
        border: navajowhite;
        background: #E2E6E8;
    }

    .library--list {
        display: none;
    }

    .library--nav .library__mobile--nav {
        display: block;
        width: 100%;
        background: #E2E6E8;
        padding: 15px;
        border: none;
    }

    .cta__section .itsm__section--button {
        -webkit-box-pack: left;
            -ms-flex-pack: left;
                justify-content: left;
    }

    .itsm__section .cta__section {
        padding: 30px 15px;
    }

    .full--cta__section .cta__section {
        padding: 30px 15px;
    }

    .library__management .library__header--content {
        font-size: 28px;
        padding: 0;
    }

    .itsm__section .itsm-heading {
        font-size: 24px;
    }

    .itsm--image {
        margin-top: 20px;
        height: auto !important;
    }

    .library__management .library--img {
        height: auto;
        margin-top: 20px;
    }

  .itsm__section {
    padding-top: 25px !important;
    /*padding-bottom: 15px !important;*/
  }
  .icons--section:nth-child(3) {
     margin-top: 0 !important; 
  }

    .icons--section .icons {
        width: 78px;
        height: 78px !important;
    }

    .order-change {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
   .desktop--content {
     display:none;
    }
  .mobile--content {
    display: block;
  }
  .cta--button {
    padding: 8px 50px;
  }
  .icons-content {
    padding: 10px !important;
  }
  .library-section {
   
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 520px) {
  .imgcenter img {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .banner--heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .banner-carousel {
    top: -2px;
  }
}
@media screen and (max-width: 420px) {
	.button {
		font-size: 14px;
	}
	.heading--h1 {
		font-size: 2rem;
	}
	.heading--h2 {
		font-size: 1.625rem;
	}
	.heading--h3 {
		font-size: 1.5rem;
	}
	.heading--h4 {
		font-size: 1.5rem;
	}
	.heading--h6 {
		font-size: 0.85rem;
	}
	.rich-text h1 {
		font-size: 2rem;
	}
	.rich-text h2 {
		font-size: 1.625rem;
	}
	.rich-text h3 {
		font-size: 1.3rem;
	}
	.rich-text h4 {
		font-size: 1.25rem;
	}
	.rich-text h6 {
		font-size: 0.85rem;
	}
	.breadcrumb {
		font-size: 10px;
	}
	.card--leadership .leadership__name {
		font-size: 1rem;
	}
    .feature-overview .card {
      width: 100%;
    }
    .feature-overview .button {
      text-align: left;
    }

    .feature-overview .card {
      margin: 20px 0;
    }

      .feature-overview .card p {
        text-align: left;
      }

      .feature-overview .card .alignment {
        margin-left: 0 !important;
      }

      .info-graphic__item dt {
		font-size: 1.625rem;
	}

      .section-nav {
		font-size: 1rem;
	}
}
@media (max-width: 768px) {
  .cookiemodal .modal-dialog {
    padding: 0;
  }
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 960px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-footer .btn-alt {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.live-webinar {
    max-width: 60px
}
.nav__search {
    -ms-grid-column-align: auto;
        justify-self: auto
}
}
@media (max-width: 500px) and (-ms-high-contrast:none) {
  /* IE11 */
  *::-ms-backdrop, .body--has-global-banner .page-head--home {
    height: calc(50vh + 0.75rem);
  }  
}
@media (max-width: 576px) {
  .video-wrap .wrapper h3 {
    margin-top: 20px;
  }
  .mobile--txtcol {
    max-width: 63%;
    float: left;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lp-rte {
    margin-top: 60px;
  }
}
@media (max-width: 992px) {
  .banner--msg--mobile {
    display: block;
  }
  .banner--msg--desktop {
    display: none;
  }
}
