[data-whatinput="touch"] *:focus,
[data-whatintent='mouse'] *:focus {
  outline: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 17px;
  margin: 0;
  padding: 0;
}

@media (max-width: 1200px) {
  html {
    font-size: 15.1113px;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 14.1661px;
  }
}

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

body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-family: "Source Sans Pro", "Adobe Garamond Pro", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  color: #5F5F5F;
  background-color: #fff;
  font-weight: 400;
}

.radios {
  width: 100%;
}

.form-item.formType-checkbox > * {
  display: inline-block;
  margin-left: 0.3rem;
}

.form-item.formType-radio {
  position: relative;
  display: inline-block;
  margin-left: 20px;
}

.form-item.formType-radio:first-child {
  margin-left: 0;
}

.form-item.formType-radio .layout-formInput-radio {
  border-color: transparent;
  display: inline-block;
  position: absolute;
  margin-top: 2px;
}

.form-item.formType-radio .layout-formInput-radio::after, .form-item.formType-radio .layout-formInput-radio::before {
  display: none;
}

.form-item.formType-radio .layout-formInput-radio .pseudo-input {
  display: inline-block;
  border: 2px solid #0061AA;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.form-item.formType-radio .layout-formInput-radio input[type=radio] {
  display: none;
}

.form-item.formType-radio .layout-formInput-radio input[type=radio]:checked ~ .pseudo-input::after {
  content: '';
  background-color: #0061AA;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 5px;
  top: 5px;
}

.form-item.formType-radio label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}

.form-item label {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 0.3rem;
}

.form-item .select,
.form-item .layout-formInput,
.form-item .layout-textareaContainer {
  position: relative;
  border: 0;
  border-top: 2px solid #0061AA;
  border-bottom: 2px solid #0061AA;
}

.form-item .select select,
.form-item .select input,
.form-item .select textarea,
.form-item .layout-formInput select,
.form-item .layout-formInput input,
.form-item .layout-formInput textarea,
.form-item .layout-textareaContainer select,
.form-item .layout-textareaContainer input,
.form-item .layout-textareaContainer textarea {
  border: 0;
  padding: 0.5rem 0.7rem;
  color: #0061AA;
  width: 100%;
}

.form-item .select select,
.form-item .select input,
.form-item .layout-formInput select,
.form-item .layout-formInput input,
.form-item .layout-textareaContainer select,
.form-item .layout-textareaContainer input {
  height: 35px;
}

.form-item .select:after,
.form-item .layout-formInput:after,
.form-item .layout-textareaContainer:after {
  content: "";
  background: #0061AA;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 2px;
}

.form-item .select:before,
.form-item .layout-formInput:before,
.form-item .layout-textareaContainer:before {
  content: "";
  background: #0061AA;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 50%;
  width: 2px;
}

.form-item .select,
.form-item .layout-formInput {
  max-width: 500px;
}

.form-item .layout-textareaContainer:before, .form-item .layout-textareaContainer:after {
  height: 85%;
}

.form-item .select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5rem 1.9rem 0.5rem 0.7rem;
}

.form-item .select .select-icon {
  content: '';
  height: 21px;
  width: 10px;
  content: url(/themes/custom/srcd/images/icons/chev-right.svg);
  pointer-events: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
  position: absolute;
  top: 7px;
  right: 12px;
}

.layout-formInput-submit {
  display: inline-block;
  margin: 0 1rem 1rem 0;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 2px solid #0061AA;
  border-bottom: 2px solid #0061AA;
  color: #0061AA;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0;
}

.layout-formInput-submit:after {
  content: "";
  background: #0061AA;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 2px;
}

.layout-formInput-submit:before {
  content: "";
  background: #0061AA;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 50%;
  width: 2px;
}

.layout-formInput-submit:hover, .layout-formInput-submit:focus {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #0061AA;
}

.layout-formInput-submit:active {
  color: #fff;
  background-color: #003e6d;
}

.layout-formInput-submit input {
  font-family: "Source Sans Pro", "Adobe Garamond Pro", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  border: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #0061AA;
  padding: 0.5rem 0.7rem;
  background-color: transparent;
}

.layout-formInput-submit input:hover, .layout-formInput-submit input:focus {
  color: #fff;
}

.pageTitle {
  margin-top: 0;
}

.block-local-tasks-block {
  margin-top: 1rem;
}

.block-local-tasks-block a:hover {
  background-color: transparent;
}

table thead tr {
  border-bottom: 1px solid #5F5F5F;
}

table th {
  font-size: 1.1rem;
  font-family: "Merriweather", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
}

table tr,
table th,
table td {
  padding: 0.5rem 1rem;
}

table tbody tr:nth-child(2n -1) {
  background-color: #F5F5F5;
}

@media (max-width: 600px) {
  table {
    width: 100%;
  }
  table td,
  table th {
    display: block;
  }
}

.button1 {
  font-weight: 700;
  text-transform: uppercase;
  border-top: 2px solid #0061AA;
  border-bottom: 2px solid #0061AA;
  color: #0061AA;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}

.button1:after {
  content: "";
  background: #0061AA;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 2px;
}

.button1:before {
  content: "";
  background: #0061AA;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 50%;
  width: 2px;
}

.button1:hover, .button1:focus {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #0061AA;
}

.button1:active {
  color: #fff;
  background-color: #003e6d;
}

.button2 {
  font-weight: 700;
  text-transform: uppercase;
  border-top: 2px solid #84025C;
  border-bottom: 2px solid #84025C;
  color: #84025C;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}

.button2:after {
  content: "";
  background: #84025C;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 2px;
}

.button2:before {
  content: "";
  background: #84025C;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 50%;
  width: 2px;
}

.button2:hover, .button2:focus {
  color: #fff;
  background-color: #84025C;
  text-decoration: none !important;
}

.button2:active {
  color: #fff;
  background-color: #480132;
}

html {
  font-size: 17px;
}

@media (max-width: 1200px) {
  html {
    font-size: 15.1113px;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 14.1661px;
  }
}

body {
  color: #5F5F5F;
  font-family: "Source Sans Pro", "Adobe Garamond Pro", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}

h1 {
  font-size: 2.8rem;
  color: #333333;
  font-family: "Merriweather", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
  h1 {
    font-size: 2.25rem;
  }
}

h2 {
  font-size: 2.4rem;
  color: #333333;
  font-family: "Merriweather", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
}

h3 {
  font-size: 2.2rem;
  color: #5F5F5F;
  font-weight: 700;
}

h4 {
  font-size: 1.6rem;
  color: #5F5F5F;
  font-family: "Merriweather", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
}

h1.heading-hasDecor, h2.heading-hasDecor, h3.heading-hasDecor, h4.heading-hasDecor {
  position: relative;
}

h1.heading-hasDecor::before, h2.heading-hasDecor::before, h3.heading-hasDecor::before, h4.heading-hasDecor::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(/themes/custom/srcd/css/../images/icons/icon-lines.svg);
  background-size: cover;
  background-repeat: repeat;
  width: 22px;
  height: 22px;
  left: -40px;
  top: -25px;
}

h1.heading-hasDecor.decorWhite::before, h2.heading-hasDecor.decorWhite::before, h3.heading-hasDecor.decorWhite::before, h4.heading-hasDecor.decorWhite::before {
  background-image: url(/themes/custom/srcd/css/../images/icons/icon-lines-white.svg);
}

p {
  margin-bottom: 30px;
}

.paragraph ul {
  list-style: none;
}

.paragraph ul li:before {
  content: "\2022";
  color: #0061AA;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.paragraph ol {
  list-style: none;
  counter-reset: li;
}

.paragraph ol > li {
  counter-increment: li;
}

.paragraph ol > li:before {
  content: counter(li);
  color: #0061AA;
  border: 1px solid #0061AA;
  display: inline-block;
  margin: 4px 0;
  margin-left: -1.15em;
  padding: 1px 4px;
  position: relative;
  right: 10px;
}

.paragraph ol.upper-alpha > li:before {
  content: counter(li, upper-alpha);
}

.paragraph ol.lower-alpha > li:before {
  content: counter(li, lower-alpha);
}

hr {
  border: 1px solid #F5F5F5;
}

figcaption {
  font-size: 1.8rem;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: oblique;
}

i {
  font-style: italic;
}

small {
  font-size: 0.8rem;
}

big {
  font-size: 1.2rem;
}

dl dt {
  font-weight: 700;
}

abbr {
  text-transform: uppercase;
}

pre,
code {
  font-family: Courier, monospace;
}

.layout-page a {
  text-decoration: none;
  color: #0061AA;
}

.layout-page a:focus, .layout-page a:hover {
  text-decoration: underline;
}

.layout-page a:visited {
  color: #0061AA;
}

.toolbar-vertical {
  margin-left: 0 !important;
}

.toolbar-vertical .toolbar-bar {
  position: fixed;
}

.layout-footer .region-footer {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1400px + (7rem));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 600px) {
  .layout-footer .region-footer {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.browser-ie .layout-footer .region-footer {
  max-width: 1500px;
}

@media only screen and (max-width: 1200px) {
  .layout-footer .region-footer {
    max-width: 100%;
  }
  .browser-ie .layout-footer .region-footer {
    overflow-x: hidden;
  }
}

.layout-footer .region-footer > div {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

@media only screen and (min-width: 1201px) {
  .layout-footer .region-footer .block-social-media {
    min-width: 410px;
  }
}

@media only screen and (max-width: 1200px) {
  .layout-footer .region-footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.layout-header .region-header {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1400px + (7rem));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 600px) {
  .layout-header .region-header {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.browser-ie .layout-header .region-header {
  max-width: 1500px;
}

@media only screen and (max-width: 1200px) {
  .layout-header .region-header {
    max-width: 100%;
  }
  .browser-ie .layout-header .region-header {
    overflow-x: hidden;
  }
}

@media only screen and (min-width: 1201px) {
  .layout-header .region-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .layout-header .region-header .icon-menu {
    display: none;
  }
  .layout-header .region-header .layout-siteBranding {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
    max-width: 300px;
  }
  .layout-header .region-header .layout-headerNavs {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .layout-header .region-header .layout-headerNavs ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.3rem;
    margin-left: 1rem;
  }
  .layout-header .region-header .block-srcd-account-menu-menu::after {
    content: '';
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .layout-header .region-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .layout-header .region-header .siteBranding-mobile-container {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(1400px + (7rem));
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 600px) {
  .layout-header .region-header .siteBranding-mobile-container {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media only screen and (max-width: 1200px) {
  .browser-ie .layout-header .region-header .siteBranding-mobile-container {
    max-width: 1500px;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  .layout-header .region-header .siteBranding-mobile-container {
    max-width: 100%;
  }
  .browser-ie .layout-header .region-header .siteBranding-mobile-container {
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 1200px) {
  .layout-header .region-header .siteBranding-mobile-container .block-site-branding {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  .layout-header .region-header .siteBranding-mobile-container .block-site-branding .siteBranding-logo {
    max-width: 320px;
  }
}

.layout-sidebar.node-viewMode-full .layout-colMain .fieldName-field-content > .field-items > .field-item > .paragraph,
.layout-sidebar.node-viewMode-full .layout-colMain .node-content > .field:not(.fieldName-field-content) > div,
.layout-sidebar.node-viewMode-full .layout-colMain .node-content > .fieldName-field-blog-description,
.layout-sidebar.node-viewMode-full .layout-hero .hero-container,
.layout-sidebar.node-viewMode-full .layout-colMain .print__wrapper--pdf,
.layout-sidebar.node-viewMode-full .layout-colMain .node-content > .event__subpages-navigation {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + (7rem));
}

@media screen and (max-width: 600px) {
  .layout-sidebar.node-viewMode-full .layout-colMain .fieldName-field-content > .field-items > .field-item > .paragraph,
  .layout-sidebar.node-viewMode-full .layout-colMain .node-content > .field:not(.fieldName-field-content) > div,
  .layout-sidebar.node-viewMode-full .layout-colMain .node-content > .fieldName-field-blog-description,
  .layout-sidebar.node-viewMode-full .layout-hero .hero-container,
  .layout-sidebar.node-viewMode-full .layout-colMain .print__wrapper--pdf,
  .layout-sidebar.node-viewMode-full .layout-colMain .node-content > .event__subpages-navigation {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.browser-ie .layout-sidebar.node-viewMode-full .layout-colMain .fieldName-field-content > .field-items > .field-item > .paragraph, .browser-ie
.layout-sidebar.node-viewMode-full .layout-colMain .node-content > .field:not(.fieldName-field-content) > div, .browser-ie
.layout-sidebar.node-viewMode-full .layout-colMain .node-content > .fieldName-field-blog-description, .browser-ie
.layout-sidebar.node-viewMode-full .layout-hero .hero-container, .browser-ie
.layout-sidebar.node-viewMode-full .layout-colMain .print__wrapper--pdf, .browser-ie
.layout-sidebar.node-viewMode-full .layout-colMain .node-content > .event__subpages-navigation {
  max-width: 1300px;
}

@media only screen and (max-width: 1200px) {
  .layout-sidebar.node-viewMode-full .layout-colMain .fieldName-field-content > .field-items > .field-item > .paragraph,
  .layout-sidebar.node-viewMode-full .layout-colMain .node-content > .field:not(.fieldName-field-content) > div,
  .layout-sidebar.node-viewMode-full .layout-colMain .node-content > .fieldName-field-blog-description,
  .layout-sidebar.node-viewMode-full .layout-hero .hero-container,
  .layout-sidebar.node-viewMode-full .layout-colMain .print__wrapper--pdf,
  .layout-sidebar.node-viewMode-full .layout-colMain .node-content > .event__subpages-navigation {
    max-width: 100%;
  }
  .browser-ie .layout-sidebar.node-viewMode-full .layout-colMain .fieldName-field-content > .field-items > .field-item > .paragraph, .browser-ie
  .layout-sidebar.node-viewMode-full .layout-colMain .node-content > .field:not(.fieldName-field-content) > div, .browser-ie
  .layout-sidebar.node-viewMode-full .layout-colMain .node-content > .fieldName-field-blog-description, .browser-ie
  .layout-sidebar.node-viewMode-full .layout-hero .hero-container, .browser-ie
  .layout-sidebar.node-viewMode-full .layout-colMain .print__wrapper--pdf, .browser-ie
  .layout-sidebar.node-viewMode-full .layout-colMain .node-content > .event__subpages-navigation {
    overflow-x: hidden;
  }
}

.layout-sidebar.node-viewMode-full .layout-colMain {
  position: relative;
}

.layout-sidebar.node-viewMode-full .layout-colRight {
  width: 20rem;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .layout-sidebar.node-viewMode-full .layout-colRight {
    padding-right: 3rem;
    padding-left: 3rem;
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .layout-sidebar.node-viewMode-full .layout-colRight {
    margin: 3rem auto;
  }
}

@media only screen and (min-width: 1201px) {
  .layout-sidebar.node-viewMode-full .node {
    position: relative;
  }
  .layout-sidebar.node-viewMode-full:not(.nodeType-page) .layout-colMain .fieldName-field-content > .field-items > .field-item > .paragraph,
  .layout-sidebar.node-viewMode-full:not(.nodeType-page) .layout-colMain .node-content > .field:not(.fieldName-field-content) > div,
  .layout-sidebar.node-viewMode-full:not(.nodeType-page) .layout-colMain .node-content > .fieldName-field-blog-description,
  .layout-sidebar.node-viewMode-full:not(.nodeType-page) .layout-colMain .print__wrapper--pdf,
  .layout-sidebar.node-viewMode-full:not(.nodeType-page) .layout-colMain .node-content > .event__subpages-navigation,
  .layout-sidebar.node-viewMode-full:not(.nodeType-page) .layout-colMain .event-branded-image,
  .layout-sidebar.node-viewMode-full:not(.nodeType-page) .layout-hero .hero-container {
    padding-right: 30rem;
  }
  .layout-sidebar.node-viewMode-full .layout-colMain .fieldName-field-content > .field-items > .field-item > .paragraph,
  .layout-sidebar.node-viewMode-full .layout-colMain .node-content > .field:not(.fieldName-field-content) > div,
  .layout-sidebar.node-viewMode-full .layout-colMain .node-content > .event__subpages-navigation,
  .layout-sidebar.node-viewMode-full .layout-colMain .event-branded-image,
  .layout-sidebar.node-viewMode-full .layout-colMain .print__wrapper--pdf {
    padding-left: 7rem;
  }
  .layout-sidebar.node-viewMode-full .layout-colMain {
    padding-top: 3rem;
    min-height: 360px;
  }
  .layout-sidebar.node-viewMode-full .layout-colMain__pdf {
    min-height: 430px;
  }
  .layout-sidebar.node-viewMode-full .layout-colMain .addthis {
    top: 3rem;
  }
  .layout-sidebar.node-viewMode-full .layout-colRight {
    position: absolute;
    left: 75%;
    top: 5rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 1450px) {
  .layout-sidebar.node-viewMode-full .layout-colRight {
    left: calc(50% + 410px);
  }
}

@media only screen and (min-width: 1201px) {
  .layout-sidebar.node-viewMode-full.nodeType-event-subpage .layout-colMain, .layout-sidebar.node-viewMode-full.nodeType-event .layout-colMain {
    min-height: 85vh;
  }
}

@media only screen and (max-width: 1200px) {
  .layout-sidebar.node-viewMode-full.nodeType-event-subpage .layout-colMain, .layout-sidebar.node-viewMode-full.nodeType-event .layout-colMain {
    min-height: auto !important;
  }
}

.layout-sidebar.node-viewMode-full.nodeType-blog .layout-colMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.layout-sidebar.node-viewMode-full.nodeType-blog .layout-colMain > .addthis {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85px;
  flex: 0 0 85px;
  max-width: 85px;
  position: relative;
  top: 0;
  left: 0;
}

@media (max-width: 1200px) {
  .layout-sidebar.node-viewMode-full.nodeType-blog .layout-colMain > .addthis {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.layout-sidebar.node-viewMode-full.nodeType-blog .layout-colMain > .node-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: calc(100% - 425px);
}

@media (max-width: 1200px) {
  .layout-sidebar.node-viewMode-full.nodeType-blog .layout-colMain > .node-content {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    max-width: 100%;
  }
}

.layout-sidebar.node-viewMode-full.nodeType-blog .layout-colMain > .node-content > .fieldName-field-blog-description {
  padding-right: 4rem;
}

.layout-sidebar.node-viewMode-full.nodeType-blog .layout-colMain > .layout-colRight {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 340px;
  flex: 0 0 340px;
  max-width: 340px;
  position: relative;
  top: -20rem;
  left: 0;
  -webkit-transform: none;
  transform: none;
}

@media (max-width: 1200px) {
  .layout-sidebar.node-viewMode-full.nodeType-blog .layout-colMain > .layout-colRight {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    top: 0;
    margin: 2rem auto;
  }
}

.layout-page {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}

.layout-page .region-content {
  min-height: calc(100vh - 234px);
}

.layout-page .region-content .block-page-title,
.layout-page .region-content .view-empty,
.layout-page .region-content .icon-feed,
.layout-page .region-content .block-page-title,
.layout-page .region-content .block-local-tasks-block {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + (7rem));
}

@media screen and (max-width: 600px) {
  .layout-page .region-content .block-page-title,
  .layout-page .region-content .view-empty,
  .layout-page .region-content .icon-feed,
  .layout-page .region-content .block-page-title,
  .layout-page .region-content .block-local-tasks-block {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.browser-ie .layout-page .region-content .block-page-title, .browser-ie
.layout-page .region-content .view-empty, .browser-ie
.layout-page .region-content .icon-feed, .browser-ie
.layout-page .region-content .block-page-title, .browser-ie
.layout-page .region-content .block-local-tasks-block {
  max-width: 1300px;
}

@media only screen and (max-width: 1200px) {
  .layout-page .region-content .block-page-title,
  .layout-page .region-content .view-empty,
  .layout-page .region-content .icon-feed,
  .layout-page .region-content .block-page-title,
  .layout-page .region-content .block-local-tasks-block {
    max-width: 100%;
  }
  .browser-ie .layout-page .region-content .block-page-title, .browser-ie
  .layout-page .region-content .view-empty, .browser-ie
  .layout-page .region-content .icon-feed, .browser-ie
  .layout-page .region-content .block-page-title, .browser-ie
  .layout-page .region-content .block-local-tasks-block {
    overflow-x: hidden;
  }
}

.layout-page .region-content > .block:not(.block-main-page-content):not(.views-element-container),
.layout-page .region-content .node-content > .field:not(.fieldName-field-content) > div {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1400px + (7rem));
}

@media screen and (max-width: 600px) {
  .layout-page .region-content > .block:not(.block-main-page-content):not(.views-element-container),
  .layout-page .region-content .node-content > .field:not(.fieldName-field-content) > div {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.browser-ie .layout-page .region-content > .block:not(.block-main-page-content):not(.views-element-container), .browser-ie
.layout-page .region-content .node-content > .field:not(.fieldName-field-content) > div {
  max-width: 1500px;
}

@media only screen and (max-width: 1200px) {
  .layout-page .region-content > .block:not(.block-main-page-content):not(.views-element-container),
  .layout-page .region-content .node-content > .field:not(.fieldName-field-content) > div {
    max-width: 100%;
  }
  .browser-ie .layout-page .region-content > .block:not(.block-main-page-content):not(.views-element-container), .browser-ie
  .layout-page .region-content .node-content > .field:not(.fieldName-field-content) > div {
    overflow-x: hidden;
  }
}

@media only screen and (min-width: 1201px) {
  .layout-page .region-content {
    padding-bottom: 3rem;
  }
}

body:not(.page-nodeType-listing-page) .block-views {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1400px + (7rem));
}

@media screen and (max-width: 600px) {
  body:not(.page-nodeType-listing-page) .block-views {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.browser-ie body:not(.page-nodeType-listing-page) .block-views {
  max-width: 1500px;
}

@media only screen and (max-width: 1200px) {
  body:not(.page-nodeType-listing-page) .block-views {
    max-width: 100%;
  }
  .browser-ie body:not(.page-nodeType-listing-page) .block-views {
    overflow-x: hidden;
  }
}

.page-nodeType-event .block-views {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + (7rem));
  padding-left: 7rem;
}

@media screen and (max-width: 600px) {
  .page-nodeType-event .block-views {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.browser-ie .page-nodeType-event .block-views {
  max-width: 1300px;
}

@media only screen and (max-width: 1200px) {
  .page-nodeType-event .block-views {
    max-width: 100%;
  }
  .browser-ie .page-nodeType-event .block-views {
    overflow-x: hidden;
  }
}

.block-breadcrumbs ol {
  display: block;
  list-style-type: none;
  padding-left: 0.2rem;
  margin-top: 5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-breadcrumbs ol li {
  display: inline;
  padding-right: 0.3rem;
  color: #0061AA;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.block-breadcrumbs ol li + li:before {
  content: '>';
  -webkit-transform: scale(0.85, 1.65);
  transform: scale(0.85, 1.65);
  display: inline-table;
  position: relative;
  bottom: .025rem;
  margin: 0 0.5rem;
}

.block-breadcrumbs ol li a {
  color: #0061AA;
}

.nodeType-landing-page .block-breadcrumbs ol,
.nodeType-listing-page .block-breadcrumbs ol {
  margin-top: 0;
  padding-top: 5rem;
}

.addthis:before {
  content: "SHARE";
}

.addthis a.at-icon-wrapper[style] {
  width: 60px;
  height: 60px;
  margin: 0.6rem 1rem 0 0;
  border-radius: 50% !important;
  background-color: white !important;
  border-bottom: 1px solid #0061AA;
  border-top: 1px solid #0061AA;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.addthis a.at-icon-wrapper[style] span.at-icon-wrapper {
  line-height: 60px !important;
  height: 60px !important;
  width: 60px !important;
}

.addthis a.at-icon-wrapper[style] svg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  fill: #0061AA !important;
  margin: 8px;
}

.addthis .addThis-container {
  position: relative;
  z-index: 1;
}

.addthis .at-svc-mailto {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: red;
  bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
}

@media only screen and (max-width: 1200px) {
  .addthis .at-svc-mailto {
    right: 0;
  }
}

.addthis .at-svc-mailto img {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 1200px) {
  .addthis {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(1200px + (7rem));
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 600px) {
  .addthis {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media only screen and (max-width: 1200px) {
  .browser-ie .addthis {
    max-width: 1300px;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  .addthis {
    max-width: 100%;
  }
  .browser-ie .addthis {
    overflow-x: hidden;
  }
}

@media only screen and (min-width: 1201px) {
  .node {
    position: relative;
  }
  .addthis {
    padding-left: 0;
    padding-right: 0;
    left: 3rem;
    position: absolute;
    top: 0;
    width: 5rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .addthis .at-share-btn-elements {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .addthis a.at-icon-wrapper[style] {
    margin-top: 0.6rem;
  }
}

@media (min-width: 1450px) {
  .addthis {
    left: calc(50% - 640px);
  }
}

.block-srcd-search {
  height: 24px;
  width: 24px;
  margin-left: 2rem;
  margin-top: .2rem;
}

.block-srcd-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}

.block-srcd-search input[type='text'] {
  width: 0px;
  position: absolute;
  right: 35px;
  border: 0;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  border-bottom: 1px solid #0061AA;
}

.block-srcd-search input[type='submit'] {
  background-image: url(/themes/custom/srcd/images/icons//srcd-search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  height: 35px;
  width: 35px;
  overflow: hidden;
  text-indent: 75px;
}

.hSearch-isExpanded .block-srcd-search input[type='text'] {
  width: 270px;
}

@media only screen and (max-width: 1200px) {
  .block-srcd-search {
    display: none;
  }
}

.path-user .block-main-page-content,
.page-log-in .block-main-page-content {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1400px + (7rem));
}

@media screen and (max-width: 600px) {
  .path-user .block-main-page-content,
  .page-log-in .block-main-page-content {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.browser-ie .path-user .block-main-page-content, .browser-ie
.page-log-in .block-main-page-content {
  max-width: 1500px;
}

@media only screen and (max-width: 1200px) {
  .path-user .block-main-page-content,
  .page-log-in .block-main-page-content {
    max-width: 100%;
  }
  .browser-ie .path-user .block-main-page-content, .browser-ie
  .page-log-in .block-main-page-content {
    overflow-x: hidden;
  }
}

.nodeType-blog.node-viewMode-feature {
  margin: 35px 0;
}

.nodeType-blog.node-viewMode-feature .fieldName-field-blog-feature-image img {
  width: 100%;
}

.nodeType-blog.node-viewMode-feature .fieldName-field-blog-description {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.nodeType-blog.node-viewMode-feature .fieldName-field-blog-description p {
  margin: 0;
}

.nodeType-blog.node-viewMode-feature .fieldName-field-blog-description p:not(:first-of-type) {
  display: none;
}

.nodeType-blog.node-viewMode-related-content .fieldName-field-blogs-topics-reference {
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent;
}

.nodeType-blog.node-viewMode-related-content .fieldName-field-blogs-topics-reference > .field-item {
  padding: 0.5rem 1.5rem !important;
  display: inline-block;
  margin: 1rem 1.5rem 0 0;
  color: #fff;
  text-transform: uppercase;
  background-color: #5F5F5F;
  font-weight: 700;
  width: auto !important;
}

.nodeType-blog.node-viewMode-related-content .fieldName-field-blogs-topics-reference > .field-item a {
  color: #fff;
}

.nodeType-blog.node-viewMode-related-content .fieldName-field-blog-tags {
  margin: 1rem 0;
}

.nodeType-blog.node-viewMode-related-content .fieldName-field-blog-tags > .field-item {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 3px 15px !important;
  width: unset !important;
  background-color: #C6EAFD;
  border-radius: 15px;
  text-transform: uppercase;
}

.nodeType-blog.node-viewMode-full .node-content .tags--navigation {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1400px + (7rem));
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 80px;
}

@media screen and (max-width: 600px) {
  .nodeType-blog.node-viewMode-full .node-content .tags--navigation {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.browser-ie .nodeType-blog.node-viewMode-full .node-content .tags--navigation {
  max-width: 1500px;
}

@media only screen and (max-width: 1200px) {
  .nodeType-blog.node-viewMode-full .node-content .tags--navigation {
    max-width: 100%;
  }
  .browser-ie .nodeType-blog.node-viewMode-full .node-content .tags--navigation {
    overflow-x: hidden;
  }
}

.nodeType-blog.node-viewMode-full .node-content .tags--navigation .field-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 0 !important;
  margin-bottom: 10px !important;
  padding: 0 !important;
}

@media only screen and (min-width: 1201px) {
  .nodeType-blog.node-viewMode-full .node-content .tags--navigation .field-item {
    -ms-flex-preferred-size: 230px;
    flex-basis: 230px;
    margin-right: 20px;
    margin-bottom: 20px !important;
  }
}

.nodeType-blog.node-viewMode-full .node-content .tags--navigation .field-item a {
  font-weight: 700;
  text-transform: uppercase;
  border-top: 2px solid #0061AA;
  border-bottom: 2px solid #0061AA;
  color: #0061AA;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 17px;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  text-align: center;
  width: 100%;
}

.nodeType-blog.node-viewMode-full .node-content .tags--navigation .field-item a:after {
  content: "";
  background: #0061AA;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 2px;
}

.nodeType-blog.node-viewMode-full .node-content .tags--navigation .field-item a:before {
  content: "";
  background: #0061AA;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 50%;
  width: 2px;
}

.nodeType-blog.node-viewMode-full .node-content .tags--navigation .field-item a:hover, .nodeType-blog.node-viewMode-full .node-content .tags--navigation .field-item a:focus {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #0061AA;
}

.nodeType-blog.node-viewMode-full .node-content .tags--navigation .field-item a:active {
  color: #fff;
  background-color: #003e6d;
}

@media only screen and (min-width: 1201px) {
  .nodeType-blog.node-viewMode-full .node-content .tags--navigation .field-item + .field-item {
    margin-left: 30px !important;
  }
  .nodeType-blog.node-viewMode-full .node-content .tags--navigation .field-item + .field-item:nth-child(5n+5) {
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 1400px) {
  .nodeType-blog.node-viewMode-full .node-content .tags--navigation .field-item + .field-item:nth-child(6n+6) {
    margin-left: 0 !important;
  }
  .nodeType-blog.node-viewMode-full .node-content .tags--navigation .field-item + .field-item:nth-child(5n+5) {
    margin-left: 30px !important;
  }
}

.nodeType-blog.node-viewMode-full .layout-colRight h4 {
  margin-bottom: 15px;
  font-family: "Source Sans Pro", "Adobe Garamond Pro", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 20px;
  font-weight: lighter;
  text-transform: uppercase;
}

.nodeType-blog.node-viewMode-full .layout-colRight .fieldName-field-blogs-topics-reference > .field-item {
  padding: 0.5rem 1.5rem !important;
  display: inline-block;
  margin: 1rem 1.5rem 0 0;
  color: #fff;
  text-transform: uppercase;
  background-color: #5F5F5F;
  font-weight: 700;
  width: auto !important;
}

.nodeType-blog.node-viewMode-full .layout-colRight .fieldName-field-blogs-topics-reference > .field-item a {
  color: #fff;
}

.nodeType-blog.node-viewMode-full .layout-colRight .fieldName-field-blog-tags {
  margin: 1rem 0;
}

.nodeType-blog.node-viewMode-full .layout-colRight .fieldName-field-blog-tags > .field-item {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 3px 15px !important;
  width: unset !important;
  background-color: #C6EAFD;
  border-radius: 15px;
  text-transform: uppercase;
}

.page-nodeType-event-subpage .sidebar-container .fieldName-field-feature-image {
  padding: 10px;
}

.page-nodeType-event-subpage .sidebar-container .fieldName-field-feature-image + .fieldName-field-event-cta {
  margin-top: 30px;
}

.page-nodeType-event-subpage .sidebar-container img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 10px #C6EAFD;
  box-shadow: 0 0 0 10px #C6EAFD;
  max-width: 100%;
  height: auto;
}

.page-nodeType-event-subpage .sidebar-container img > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-top: 100%;
  height: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1201px) {
  .page-nodeType-event-subpage .node-content > h2 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(1200px + (7rem));
    padding-left: 7rem;
    padding-right: 30rem;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 600px) {
  .page-nodeType-event-subpage .node-content > h2 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media only screen and (min-width: 1201px) {
  .browser-ie .page-nodeType-event-subpage .node-content > h2 {
    max-width: 1300px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1200px) {
  .page-nodeType-event-subpage .node-content > h2 {
    max-width: 100%;
  }
  .browser-ie .page-nodeType-event-subpage .node-content > h2 {
    overflow-x: hidden;
  }
}

.page-nodeType-event-subpage .node-content .fieldName-field-content > .field-label {
  display: none;
}

.nodeType-event .fieldName-field-event-cta a,
.nodeType-event-subpage .fieldName-field-event-cta a {
  font-weight: 700;
  text-transform: uppercase;
  border-top: 2px solid #0061AA;
  border-bottom: 2px solid #0061AA;
  color: #0061AA;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.nodeType-event .fieldName-field-event-cta a:after,
.nodeType-event-subpage .fieldName-field-event-cta a:after {
  content: "";
  background: #0061AA;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 2px;
}

.nodeType-event .fieldName-field-event-cta a:before,
.nodeType-event-subpage .fieldName-field-event-cta a:before {
  content: "";
  background: #0061AA;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 50%;
  width: 2px;
}

.nodeType-event .fieldName-field-event-cta a:hover, .nodeType-event .fieldName-field-event-cta a:focus,
.nodeType-event-subpage .fieldName-field-event-cta a:hover,
.nodeType-event-subpage .fieldName-field-event-cta a:focus {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #0061AA;
}

.nodeType-event .fieldName-field-event-cta a:active,
.nodeType-event-subpage .fieldName-field-event-cta a:active {
  color: #fff;
  background-color: #003e6d;
}

.nodeType-event .fieldName-field-details-header,
.nodeType-event .fieldName-field-host-audience-header,
.nodeType-event .fieldName-field-location-header,
.nodeType-event .fieldName-field-date-header,
.nodeType-event .fieldName-field-event-schedule-header,
.nodeType-event-subpage .fieldName-field-details-header,
.nodeType-event-subpage .fieldName-field-host-audience-header,
.nodeType-event-subpage .fieldName-field-location-header,
.nodeType-event-subpage .fieldName-field-date-header,
.nodeType-event-subpage .fieldName-field-event-schedule-header {
  font-family: "Merriweather", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1.1rem;
  margin-top: 2rem;
  margin-bottom: 0.6rem;
}

.nodeType-event .fieldName-field-event-schedule .field-item,
.nodeType-event-subpage .fieldName-field-event-schedule .field-item {
  margin-bottom: 5px;
}

.nodeType-event .fieldName-field-event-schedule .field-item:last-child,
.nodeType-event-subpage .fieldName-field-event-schedule .field-item:last-child {
  margin-bottom: 0;
}

.nodeType-event .fieldName-field-event-schedule .datetime,
.nodeType-event-subpage .fieldName-field-event-schedule .datetime {
  padding-right: 5px;
  padding-left: 5px;
}

.nodeType-event .fieldName-field-event-schedule .datetime:first-of-type,
.nodeType-event-subpage .fieldName-field-event-schedule .datetime:first-of-type {
  padding-right: 0;
  padding-left: 0;
}

.nodeType-event .fieldName-field-event-schedule .datetime:last-of-type,
.nodeType-event-subpage .fieldName-field-event-schedule .datetime:last-of-type {
  padding-right: 0;
}

.nodeType-event .event-branded-image,
.nodeType-event-subpage .event-branded-image {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  position: relative;
  text-align: center;
  display: none;
}

@media only screen and (min-width: 1201px) {
  .nodeType-event .event-branded-image,
  .nodeType-event-subpage .event-branded-image {
    display: block;
  }
}

.nodeType-event .event-branded-image img,
.nodeType-event-subpage .event-branded-image img {
  height: auto;
  max-width: 100%;
}

@media only screen and (max-width: 1450px) and (min-width: 1280px) {
  .nodeType-event .event-branded-image img,
  .nodeType-event-subpage .event-branded-image img {
    padding-right: 40px;
  }
}

.nodeType-event .event-branded-image-mobile,
.nodeType-event-subpage .event-branded-image-mobile {
  text-align: center;
}

@media only screen and (min-width: 1201px) {
  .nodeType-event .event-branded-image-mobile,
  .nodeType-event-subpage .event-branded-image-mobile {
    display: none;
  }
}

.nodeType-event .event-branded-image-mobile img,
.nodeType-event-subpage .event-branded-image-mobile img {
  height: auto;
  max-width: 100%;
  margin-top: 40px;
}

.nodeType-event.layout-sidebar .fieldName-field-datetime-range,
.nodeType-event-subpage.layout-sidebar .fieldName-field-datetime-range {
  text-transform: uppercase;
}

.nodeType-event.layout-sidebar .fieldName-field-datetime-range time.datetime,
.nodeType-event-subpage.layout-sidebar .fieldName-field-datetime-range time.datetime {
  display: block;
  text-transform: capitalize;
  margin: 0.8rem 0;
}

.nodeType-event.layout-sidebar .fieldName-field-datetime-range time.datetime span,
.nodeType-event-subpage.layout-sidebar .fieldName-field-datetime-range time.datetime span {
  display: block;
}

.homepage-hero {
  background-image: url(/themes/custom/srcd/images/srcd-homepage.svg);
  background-repeat: no-repeat;
  background-position: right 99%;
  background-size: auto 94%;
  padding: 8.23rem 0;
  position: relative;
  -webkit-transition: background-size 0.2s ease-in;
  transition: background-size 0.2s ease-in;
}

@media screen and (max-width: 1100px) {
  .homepage-hero {
    background-size: 85%;
  }
}

@media screen and (max-width: 800px) {
  .homepage-hero {
    background-size: 100%;
    padding-top: 6rem;
    padding-bottom: 25rem;
  }
}

@media screen and (max-width: 600px) {
  .homepage-hero {
    background-image: url(/themes/custom/srcd/images/srcd-homepage-mobile.svg);
    background-size: 90%;
    padding-top: 4rem;
    padding-bottom: 40rem;
  }
}

@media screen and (max-width: 550px) {
  .homepage-hero {
    background-size: 95%;
  }
}

@media screen and (max-width: 500px) {
  .homepage-hero {
    padding-bottom: 35rem;
    background-size: 100%;
  }
}

@media screen and (max-width: 450px) {
  .homepage-hero {
    padding-top: 3rem;
    padding-bottom: 30rem;
  }
}

.homepage-hero::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 10px;
  background: #0061AA;
}

.homepage-pageTitle {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.4;
}

@media screen and (max-width: 600px) {
  .homepage-pageTitle {
    font-size: 2.5em;
    line-height: 1.2;
  }
}

@media screen and (max-width: 450px) {
  .homepage-pageTitle {
    font-size: 2.25em;
  }
}

.homepage-hero-inner {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1400px + (7rem));
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 600px) {
  .homepage-hero-inner {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.browser-ie .homepage-hero-inner {
  max-width: 1500px;
}

@media only screen and (max-width: 1200px) {
  .homepage-hero-inner {
    max-width: 100%;
  }
  .browser-ie .homepage-hero-inner {
    overflow-x: hidden;
  }
}

.homepage-hero-bubbles {
  position: absolute;
  top: 100px;
  right: 0;
  bottom: 0;
  width: 63%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
}

@media screen and (max-width: 800px) {
  .homepage-hero-bubbles {
    width: 100%;
  }
}

.homepage-hero-bubbles-inner {
  position: relative;
  width: 100%;
}

.homepage-hero-bubble {
  position: absolute;
  -webkit-transition: top 0.2s ease-in, right 0.2s ease-in;
  transition: top 0.2s ease-in, right 0.2s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 10px #C6EAFD;
  box-shadow: 0 0 0 10px #C6EAFD;
}

.homepage-hero-bubble > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-top: 100%;
  height: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.homepage-hero-bubble.bubbleOne {
  top: 50%;
  right: 72%;
  width: 15%;
}

.homepage-hero-bubble.bubbleTwo {
  top: 19%;
  right: 46%;
  width: 20%;
}

.homepage-hero-bubble.bubbleThree {
  top: 0;
  right: 10%;
  width: 28%;
}

@media screen and (max-width: 1450px) {
  .homepage-hero-bubble.bubbleOne {
    top: 60%;
  }
  .homepage-hero-bubble.bubbleTwo {
    top: 29%;
  }
}

@media screen and (max-width: 1280px) {
  .homepage-hero-bubble.bubbleOne {
    top: 65%;
    right: 65%;
  }
  .homepage-hero-bubble.bubbleTwo {
    top: 32%;
    right: 44%;
  }
}

@media screen and (max-width: 1100px) {
  .homepage-hero-bubble.bubbleOne {
    top: 62%;
    right: 55%;
  }
  .homepage-hero-bubble.bubbleTwo {
    right: 38%;
  }
}

@media screen and (max-width: 1000px) {
  .homepage-hero-bubble.bubbleOne {
    right: 41%;
  }
  .homepage-hero-bubble.bubbleTwo {
    right: 28%;
  }
  .homepage-hero-bubble.bubbleThree {
    top: -2.5%;
    right: 5%;
  }
}

@media screen and (max-width: 800px) {
  .homepage-hero-bubble.bubbleOne {
    top: auto;
    right: auto;
    bottom: 7%;
    left: 7%;
  }
  .homepage-hero-bubble.bubbleTwo {
    top: auto;
    right: auto;
    bottom: 18%;
    left: 33%;
  }
  .homepage-hero-bubble.bubbleThree {
    top: auto;
    right: auto;
    bottom: 28%;
    left: 65%;
  }
}

@media screen and (max-width: 600px) {
  .homepage-hero-bubble.bubbleOne {
    display: none;
  }
  .homepage-hero-bubble.bubbleTwo {
    bottom: 8%;
    left: 15%;
    width: 30%;
  }
  .homepage-hero-bubble.bubbleThree {
    bottom: 26%;
    left: 50%;
    width: 40%;
  }
}

.homepage-hero-inner-content {
  max-width: 560px;
}

@media screen and (max-width: 1000px) {
  .homepage-hero-inner-content {
    max-width: 475px;
  }
}

@media screen and (max-width: 800px) {
  .homepage-hero-inner-content {
    max-width: 100%;
  }
}

.homepage-description {
  font-size: 1.3rem;
  margin-bottom: 1.75rem;
}

.homepage-hero-cta a {
  font-weight: 700;
  text-transform: uppercase;
  border-top: 2px solid #0061AA;
  border-bottom: 2px solid #0061AA;
  color: #0061AA;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  display: inline-block;
}

.homepage-hero-cta a:after {
  content: "";
  background: #0061AA;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 2px;
}

.homepage-hero-cta a:before {
  content: "";
  background: #0061AA;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 50%;
  width: 2px;
}

.homepage-hero-cta a:hover, .homepage-hero-cta a:focus {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #0061AA;
}

.homepage-hero-cta a:active {
  color: #fff;
  background-color: #003e6d;
}

@media screen and (max-width: 600px) {
  .homepage-hero-cta a {
    width: 100%;
    text-align: center;
    font-size: 1.25em;
  }
}

.homepage-highlights {
  padding: 3rem 0 5.88rem;
  background: #0061AA;
}

@media screen and (max-width: 600px) {
  .homepage-highlights {
    padding-bottom: 3rem;
  }
}

.homepage-highlights-inner {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1400px + (7rem));
}

@media screen and (max-width: 600px) {
  .homepage-highlights-inner {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.browser-ie .homepage-highlights-inner {
  max-width: 1500px;
}

@media only screen and (max-width: 1200px) {
  .homepage-highlights-inner {
    max-width: 100%;
  }
  .browser-ie .homepage-highlights-inner {
    overflow-x: hidden;
  }
}

.homepage-highlights-heading {
  margin-top: 0;
  font-size: 1.5em;
  color: #fff;
}

.homepage-highlights-items .fieldName-field-highlighted-items > .field-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.homepage-highlights-items .fieldName-field-article-type,
.homepage-highlights-items .node-viewMode-highlight-resourceType,
.homepage-highlights-items .fieldName-field-event-type,
.homepage-highlights-items .fieldName-field-datetime-range,
.homepage-highlights-items .datetime {
  color: #fff;
}

.homepage-highlights-items .fieldName-field-event-cta {
  position: absolute;
}

.homepage-highlights-items .fieldName-field-event-cta a {
  width: auto;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #fff;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.homepage-highlights-items .fieldName-field-event-cta a:after {
  content: "";
  background: #fff;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 2px;
}

.homepage-highlights-items .fieldName-field-event-cta a:before {
  content: "";
  background: #fff;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 50%;
  width: 2px;
}

.homepage-highlights-items .fieldName-field-event-cta a:hover, .homepage-highlights-items .fieldName-field-event-cta a:focus {
  color: #0061AA;
  text-decoration: none !important;
  background-color: #fff;
}

.homepage-highlights-items .fieldName-field-event-cta a:active {
  color: #0061AA;
  background-color: #e0e0e0;
}

.homepage-highlights-items .fieldName-field-highlighted-items > .field-items > .field-item {
  position: relative;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-right: 1px solid #fff;
  margin-right: 5%;
  padding-right: 5%;
}

.homepage-highlights-items .fieldName-field-highlighted-items > .field-items > .field-item h2 {
  font-family: "Source Sans Pro", "Adobe Garamond Pro", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-weight: 400;
  font-size: 1em;
}

.homepage-highlights-items .fieldName-field-highlighted-items > .field-items > .field-item a {
  color: #fff;
}

.homepage-highlights-items .fieldName-field-highlighted-items > .field-items > .field-item:last-child {
  margin-right: 0;
  border-right: 0;
}

@media screen and (max-width: 750px) {
  .homepage-highlights-items .fieldName-field-event-cta {
    position: relative;
    margin-bottom: 15px;
  }
  .homepage-highlights-items .fieldName-field-highlighted-items > .field-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .homepage-highlights-items .fieldName-field-highlighted-items > .field-items > .field-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    border-right: 0;
    padding-right: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }
  .homepage-highlights-items .fieldName-field-highlighted-items > .field-items > .field-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.homepage-promo {
  position: relative;
}

.homepage-promo-inner {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1400px + (7rem));
}

@media screen and (max-width: 600px) {
  .homepage-promo-inner {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.browser-ie .homepage-promo-inner {
  max-width: 1500px;
}

@media only screen and (max-width: 1200px) {
  .homepage-promo-inner {
    max-width: 100%;
  }
  .browser-ie .homepage-promo-inner {
    overflow-x: hidden;
  }
}

.homepage-promo-heading,
.homepage-promo-subheading {
  margin-top: 0;
  line-height: 1.2;
}

.homepage-promo-heading {
  font-size: 2rem;
}

.homepage-promo-subheading {
  font-family: "Merriweather", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 1.5em;
}

@media screen and (max-width: 1100px) {
  .homepage-promo-heading {
    font-size: 1.75em;
  }
  .homepage-promo-subheading {
    font-size: 1.25em;
  }
}

.homepage-promo-description {
  font-size: 1.3rem;
  margin-bottom: 1.75rem;
}

.homepage-promo-content {
  width: 50%;
  padding: 8.23rem 0;
  max-width: 600px;
  padding-right: 2rem;
}

@media screen and (max-width: 1100px) {
  .homepage-promo-content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.homepage-promo-cta {
  max-width: 390px;
  margin-bottom: 1rem;
}

.homepage-promo-cta a {
  font-weight: 700;
  text-transform: uppercase;
  border-top: 2px solid #0061AA;
  border-bottom: 2px solid #0061AA;
  color: #0061AA;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
}

.homepage-promo-cta a:after {
  content: "";
  background: #0061AA;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 2px;
}

.homepage-promo-cta a:before {
  content: "";
  background: #0061AA;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 50%;
  width: 2px;
}

.homepage-promo-cta a:hover, .homepage-promo-cta a:focus {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #0061AA;
}

.homepage-promo-cta a:active {
  color: #fff;
  background-color: #003e6d;
}

.homepage-promo-cta.ctaTwo a {
  border-top: 2px solid #84025C;
  border-bottom: 2px solid #84025C;
  color: #84025C;
}

.homepage-promo-cta.ctaTwo a::before, .homepage-promo-cta.ctaTwo a::after {
  background: #84025C;
}

.homepage-promo-cta.ctaTwo a:hover {
  background-color: #84025C;
  color: #fff;
}

.homepage-promo-link {
  max-width: 390px;
  width: 100%;
  text-align: center;
}

.homepage-promo-link a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2em;
  margin-top: 1rem;
}

.homepage-promo-images {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.homepage-promo-images-img {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1000px) {
  .homepage-promo-content {
    width: 60%;
  }
  .homepage-promo-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 40%;
  }
  .homepage-promo-images-img:nth-child(2), .homepage-promo-images-img:nth-child(4) {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .homepage-promo-content {
    width: 100%;
    padding-right: 0;
  }
  .homepage-promo-images {
    display: none;
  }
  .homepage-promo-cta,
  .homepage-promo-link {
    max-width: 100%;
  }
}

.pageLanding-topArea {
  background-image: url(/themes/custom/srcd/images/srcd-landing.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  border-left: 90px solid white;
  border-image-source: url(/themes/custom/srcd/images/gradient-tall2.svg);
  border-image-repeat: repeat;
  border-image-slice: 90;
  padding-bottom: 3rem;
  margin-bottom: -3px;
}

@media screen and (max-width: 1200px) {
  .pageLanding-topArea {
    border-left-width: 45px;
    border-image-slice: 45;
  }
}

@media screen and (max-width: 800px) {
  .pageLanding-topArea {
    border-left-width: 20px;
    border-image-slice: 20;
  }
}

.pageLanding-topArea h1,
.pageLanding-topArea .pageLanding-subtitle,
.pageLanding-topArea .pageLanding-description {
  max-width: 800px;
}

.pageLanding-topArea h1 {
  margin-bottom: 10px;
}

.pageLanding-subtitle {
  font-size: 2rem;
  margin-top: 0;
}

.pageLanding-topArea-inner {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + (7rem));
  -webkit-transform: translateX(-45px);
  transform: translateX(-45px);
}

@media screen and (max-width: 600px) {
  .pageLanding-topArea-inner {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.browser-ie .pageLanding-topArea-inner {
  max-width: 1300px;
}

@media only screen and (max-width: 1200px) {
  .pageLanding-topArea-inner {
    max-width: 100%;
  }
  .browser-ie .pageLanding-topArea-inner {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 1500px) {
  .pageLanding-topArea-inner {
    -webkit-transform: translateX(-22.5px);
    transform: translateX(-22.5px);
  }
}

@media screen and (max-width: 1400px) {
  .pageLanding-topArea-inner {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.pageLanding-featureItems {
  padding-bottom: 100px;
}

.pageLanding-featureItems .field-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pageLanding-featureItems .field-item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 1%;
  max-width: 600px;
  min-width: 33%;
}

.pageLanding-featureItems .field-item img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1000px) {
  .pageLanding-featureItems .field-item {
    margin-right: 2%;
  }
}

.pageLanding-featureItems .field-item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  .pageLanding-featureItems .field-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pageLanding-featureItems .field-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .pageLanding-featureItems .field-item:last-child {
    margin-bottom: 0;
  }
}

.pageLanding-featureItems .fieldName-field-datetime-range,
.pageLanding-featureItems .fieldName-field-event-type,
.pageLanding-featureItems .fieldName-field-topic-reference,
.pageLanding-featureItems .fieldName-field-posted-date,
.pageLanding-featureItems .fieldName-field-article-type,
.pageLanding-featureItems .fieldName-field-topic-reference {
  display: none;
}

.pageLading-featureHeader {
  font-family: "Source Sans Pro", "Adobe Garamond Pro", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 1.44em;
  margin-bottom: 20px;
}

.pageLanding-highlights {
  background: #0061AA;
  min-height: 6rem;
}

.pageLanding-highlights-inner {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1400px + (7rem));
  padding-top: 110px;
  padding-bottom: 110px;
}

@media screen and (max-width: 600px) {
  .pageLanding-highlights-inner {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.browser-ie .pageLanding-highlights-inner {
  max-width: 1500px;
}

@media only screen and (max-width: 1200px) {
  .pageLanding-highlights-inner {
    max-width: 100%;
  }
  .browser-ie .pageLanding-highlights-inner {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 800px) {
  .pageLanding-highlights-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 600px) {
  .pageLanding-highlights-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.pageLanding-highlights-heading,
.pageLanding-highlights-description {
  color: #fff;
  max-width: 800px;
}

.pageLanding-highlights-description {
  margin-bottom: 3rem;
}

.pageLanding-highlights-heading {
  margin-top: 0;
}

.pageLanding-highlights-items .fieldName-field-highlighted-items > .field-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pageLanding-highlights-items .node-viewMode-highlight-resourceType,
.pageLanding-highlights-items .fieldName-field-event-type,
.pageLanding-highlights-items .fieldName-field-datetime-range,
.pageLanding-highlights-items .datetime {
  color: #fff;
}

.pageLanding-highlights-items .fieldName-field-event-cta {
  position: absolute;
}

.pageLanding-highlights-items .fieldName-field-event-cta a {
  width: auto;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #fff;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.pageLanding-highlights-items .fieldName-field-event-cta a:after {
  content: "";
  background: #fff;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 2px;
}

.pageLanding-highlights-items .fieldName-field-event-cta a:before {
  content: "";
  background: #fff;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 50%;
  width: 2px;
}

.pageLanding-highlights-items .fieldName-field-event-cta a:hover, .pageLanding-highlights-items .fieldName-field-event-cta a:focus {
  color: #0061AA;
  text-decoration: none !important;
  background-color: #fff;
}

.pageLanding-highlights-items .fieldName-field-event-cta a:active {
  color: #0061AA;
  background-color: #e0e0e0;
}

.pageLanding-highlights-items .fieldName-field-highlighted-items > .field-items > .field-item {
  position: relative;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-right: 1px solid #fff;
  margin-right: 5%;
  padding-right: 5%;
}

.pageLanding-highlights-items .fieldName-field-highlighted-items > .field-items > .field-item h2 {
  font-family: "Source Sans Pro", "Adobe Garamond Pro", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-weight: 400;
  font-size: 1em;
}

.pageLanding-highlights-items .fieldName-field-highlighted-items > .field-items > .field-item a {
  color: #fff;
}

.pageLanding-highlights-items .fieldName-field-highlighted-items > .field-items > .field-item:last-child {
  margin-right: 0;
  border-right: 0;
}

@media screen and (max-width: 750px) {
  .pageLanding-highlights-items .fieldName-field-event-cta {
    position: relative;
    margin-bottom: 15px;
  }
  .pageLanding-highlights-items .fieldName-field-highlighted-items > .field-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pageLanding-highlights-items .fieldName-field-highlighted-items > .field-items > .field-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    border-right: 0;
    padding-right: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }
  .pageLanding-highlights-items .fieldName-field-highlighted-items > .field-items > .field-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.pageLanding-content {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1400px + (7rem));
  padding-top: 110px;
}

@media screen and (max-width: 600px) {
  .pageLanding-content {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.browser-ie .pageLanding-content {
  max-width: 1500px;
}

@media only screen and (max-width: 1200px) {
  .pageLanding-content {
    max-width: 100%;
  }
  .browser-ie .pageLanding-content {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 1200px) {
  .pageLanding-content {
    padding-top: 80px;
  }
}

@media screen and (max-width: 800px) {
  .pageLanding-content {
    padding-top: 50px;
  }
}

.pageListing-topArea {
  border: 0;
  background-image: url(/themes/custom/srcd/images/srcd-blue-curve.svg);
  background-repeat: no-repeat;
  background-position: 101% 100%;
  background-size: 101% auto;
  border-left: 90px solid white;
  border-image-source: url(/themes/custom/srcd/images/gradient-tall2.svg);
  border-image-repeat: repeat;
  border-image-slice: 90;
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: -3px;
}

.pageListing-topArea::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35%;
  background-image: url(/themes/custom/srcd/images/srcd-gradient-wht-to-egg2.svg);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: 100% 95%;
  z-index: -1;
}

@media screen and (min-width: 1000px) {
  .pageListing-topArea {
    background-image: url(/themes/custom/srcd/images/srcd-blue-curve-wide.svg);
  }
}

@media screen and (max-width: 1200px) {
  .pageListing-topArea {
    border-left-width: 45px;
    border-image-slice: 45;
  }
  .pageListing-topArea::after {
    width: 25%;
  }
}

@media screen and (max-width: 800px) {
  .pageListing-topArea {
    border-left-width: 20px;
    border-image-slice: 20;
  }
  .pageListing-topArea::after {
    content: none;
  }
}

.pageListing-topArea h1,
.pageListing-topArea .pageListing-subtitle,
.pageListing-topArea .pageListing-description {
  max-width: 800px;
}

@media screen and (max-width: 1400px) {
  .pageListing-topArea h1,
  .pageListing-topArea .pageListing-subtitle,
  .pageListing-topArea .pageListing-description {
    width: 60%;
  }
}

@media screen and (max-width: 1200px) {
  .pageListing-topArea h1,
  .pageListing-topArea .pageListing-subtitle,
  .pageListing-topArea .pageListing-description {
    width: 80%;
  }
}

@media screen and (max-width: 800px) {
  .pageListing-topArea h1,
  .pageListing-topArea .pageListing-subtitle,
  .pageListing-topArea .pageListing-description {
    width: 100%;
  }
}

.pageListing-topArea h1 {
  margin-bottom: 10px;
}

.pageListing-subtitle {
  font-size: 2rem;
  margin-top: 0;
}

.pageListing-topArea-inner {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + (7rem));
  -webkit-transform: translateX(-45px);
  transform: translateX(-45px);
  min-height: calc(100vh - 150px);
}

@media screen and (max-width: 600px) {
  .pageListing-topArea-inner {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.browser-ie .pageListing-topArea-inner {
  max-width: 1300px;
}

@media only screen and (max-width: 1200px) {
  .pageListing-topArea-inner {
    max-width: 100%;
  }
  .browser-ie .pageListing-topArea-inner {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 1500px) {
  .pageListing-topArea-inner {
    -webkit-transform: translateX(-22.5px);
    transform: translateX(-22.5px);
  }
}

@media screen and (max-width: 1400px) {
  .pageListing-topArea-inner {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.pageListing-featureItems {
  padding-bottom: 100px;
}

.pageListing-featureItems .field-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pageListing-featureItems .field-item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 600px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 1%;
  min-width: 33%;
}

@media screen and (max-width: 1000px) {
  .pageListing-featureItems .field-item {
    margin-right: 2%;
  }
}

.pageListing-featureItems .field-item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  .pageListing-featureItems .field-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pageListing-featureItems .field-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .pageListing-featureItems .field-item:last-child {
    margin-bottom: 0;
  }
}

.pageListing-featureItems .fieldName-field-feature-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pageListing-featureItems .fieldName-field-feature-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.pageListing-featureItems .fieldName-field-feature-image .fieldName-field-feature-image-noImg {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-top: 61%;
  background: #F5F5F5;
}

.pageListing-featureItems .fieldName-field-resource-type {
  display: none;
}

.pageLading-featureHeader {
  font-family: "Source Sans Pro", "Adobe Garamond Pro", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 1.44em;
  margin-bottom: 20px;
}

.pageListing-highlights {
  padding: 110px 0;
  background: #0061AA;
}

@media screen and (max-width: 800px) {
  .pageListing-highlights {
    padding: 80px 0;
  }
}

@media screen and (max-width: 600px) {
  .pageListing-highlights {
    padding: 50px 0;
  }
}

.pageListing-highlights-inner {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1400px + (7rem));
}

@media screen and (max-width: 600px) {
  .pageListing-highlights-inner {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.browser-ie .pageListing-highlights-inner {
  max-width: 1500px;
}

@media only screen and (max-width: 1200px) {
  .pageListing-highlights-inner {
    max-width: 100%;
  }
  .browser-ie .pageListing-highlights-inner {
    overflow-x: hidden;
  }
}

.pageListing-highlights-heading,
.pageListing-highlights-description {
  color: #fff;
  max-width: 800px;
}

.pageListing-highlights-description {
  margin-bottom: 3rem;
}

.pageListing-highlights-heading {
  margin-top: 0;
}

.pageListing-highlights-items .fieldName-field-highlighted-items > .field-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pageListing-highlights-items .node-viewMode-highlight-resourceType,
.pageListing-highlights-items .fieldName-field-event-type,
.pageListing-highlights-items .fieldName-field-datetime-range {
  color: #fff;
}

.pageListing-highlights-items .fieldName-field-event-cta {
  position: absolute;
}

.pageListing-highlights-items .fieldName-field-event-cta a {
  width: auto;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #fff;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.pageListing-highlights-items .fieldName-field-event-cta a:after {
  content: "";
  background: #fff;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 2px;
}

.pageListing-highlights-items .fieldName-field-event-cta a:before {
  content: "";
  background: #fff;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 50%;
  width: 2px;
}

.pageListing-highlights-items .fieldName-field-event-cta a:hover, .pageListing-highlights-items .fieldName-field-event-cta a:focus {
  color: #0061AA;
  text-decoration: none !important;
  background-color: #fff;
}

.pageListing-highlights-items .fieldName-field-event-cta a:active {
  color: #0061AA;
  background-color: #e0e0e0;
}

.pageListing-highlights-items .fieldName-field-highlighted-items > .field-items > .field-item {
  position: relative;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-right: 1px solid #fff;
  margin-right: 5%;
  padding-right: 5%;
}

.pageListing-highlights-items .fieldName-field-highlighted-items > .field-items > .field-item h2 {
  font-family: "Source Sans Pro", "Adobe Garamond Pro", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-weight: 400;
  font-size: 1em;
}

.pageListing-highlights-items .fieldName-field-highlighted-items > .field-items > .field-item a {
  color: #fff;
}

.pageListing-highlights-items .fieldName-field-highlighted-items > .field-items > .field-item:last-child {
  margin-right: 0;
  border-right: 0;
}

@media screen and (max-width: 750px) {
  .pageListing-highlights-items .fieldName-field-event-cta {
    position: relative;
    margin-bottom: 15px;
  }
  .pageListing-highlights-items .fieldName-field-highlighted-items > .field-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pageListing-highlights-items .fieldName-field-highlighted-items > .field-items > .field-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    border-right: 0;
    padding-right: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }
  .pageListing-highlights-items .fieldName-field-highlighted-items > .field-items > .field-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.page-nodeType-listing-page .region-content .view-header h2,
.path-events .region-content .view-header h2 {
  display: none;
}

.page-nodeType-listing-page .region-content .view-listings,
.path-events .region-content .view-listings {
  position: relative;
}

.page-nodeType-listing-page .region-content .view-listings > .view-content,
.path-events .region-content .view-listings > .view-content {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + (7rem));
  margin-top: 100px;
}

@media screen and (max-width: 600px) {
  .page-nodeType-listing-page .region-content .view-listings > .view-content,
  .path-events .region-content .view-listings > .view-content {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.browser-ie .page-nodeType-listing-page .region-content .view-listings > .view-content, .browser-ie
.path-events .region-content .view-listings > .view-content {
  max-width: 1300px;
}

@media only screen and (max-width: 1200px) {
  .page-nodeType-listing-page .region-content .view-listings > .view-content,
  .path-events .region-content .view-listings > .view-content {
    max-width: 100%;
  }
  .browser-ie .page-nodeType-listing-page .region-content .view-listings > .view-content, .browser-ie
  .path-events .region-content .view-listings > .view-content {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 800px) {
  .page-nodeType-listing-page .region-content .view-listings > .view-content,
  .path-events .region-content .view-listings > .view-content {
    margin-top: 70px;
  }
}

.page-nodeType-listing-page .region-content .views-element-container .views-header-container,
.path-events .region-content .views-element-container .views-header-container {
  background: #0061AA;
}

.page-nodeType-listing-page .region-content .views-element-container .views-header-container h2,
.path-events .region-content .views-element-container .views-header-container h2 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1400px + (7rem));
  font-family: "Source Sans Pro", "Adobe Garamond Pro", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 2rem;
  color: #fff;
  padding-top: 2rem;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .page-nodeType-listing-page .region-content .views-element-container .views-header-container h2,
  .path-events .region-content .views-element-container .views-header-container h2 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.browser-ie .page-nodeType-listing-page .region-content .views-element-container .views-header-container h2, .browser-ie
.path-events .region-content .views-element-container .views-header-container h2 {
  max-width: 1500px;
}

@media only screen and (max-width: 1200px) {
  .page-nodeType-listing-page .region-content .views-element-container .views-header-container h2,
  .path-events .region-content .views-element-container .views-header-container h2 {
    max-width: 100%;
  }
  .browser-ie .page-nodeType-listing-page .region-content .views-element-container .views-header-container h2, .browser-ie
  .path-events .region-content .views-element-container .views-header-container h2 {
    overflow-x: hidden;
  }
}

.page-nodeType-listing-page .region-content .views-element-container .views-header-container h2::before,
.path-events .region-content .views-element-container .views-header-container h2::before {
  display: none;
}

.page-nodeType-listing-page .region-content .view-filters,
.path-events .region-content .view-filters {
  background: #0061AA;
  padding: 10px 0 40px;
  margin-bottom: 2rem;
}

.page-nodeType-listing-page .region-content form,
.path-events .region-content form {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1400px + (7rem));
}

@media screen and (max-width: 600px) {
  .page-nodeType-listing-page .region-content form,
  .path-events .region-content form {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.browser-ie .page-nodeType-listing-page .region-content form, .browser-ie
.path-events .region-content form {
  max-width: 1500px;
}

@media only screen and (max-width: 1200px) {
  .page-nodeType-listing-page .region-content form,
  .path-events .region-content form {
    max-width: 100%;
  }
  .browser-ie .page-nodeType-listing-page .region-content form, .browser-ie
  .path-events .region-content form {
    overflow-x: hidden;
  }
}

.page-nodeType-listing-page .region-content form .layout-form-inline,
.path-events .region-content form .layout-form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}

@media screen and (max-width: 800px) {
  .page-nodeType-listing-page .region-content form .layout-form-inline,
  .path-events .region-content form .layout-form-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.page-nodeType-listing-page .region-content .past-events-link,
.path-events .region-content .past-events-link {
  position: absolute;
  right: 1rem;
  bottom: -.75rem;
  color: #fff;
  text-decoration: underline;
}

.page-nodeType-listing-page .region-content .form-item,
.path-events .region-content .form-item {
  -ms-flex-preferred-size: 280px;
  flex-basis: 280px;
  margin-right: 20px;
}

@media screen and (max-width: 1100px) {
  .page-nodeType-listing-page .region-content .form-item,
  .path-events .region-content .form-item {
    -ms-flex-preferred-size: 28%;
    flex-basis: 28%;
  }
}

@media screen and (max-width: 800px) {
  .page-nodeType-listing-page .region-content .form-item,
  .path-events .region-content .form-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.page-nodeType-listing-page .region-content .form-item > *,
.page-nodeType-listing-page .region-content .form-item select,
.path-events .region-content .form-item > *,
.path-events .region-content .form-item select {
  width: 100%;
}

.page-nodeType-listing-page .region-content .form-actions,
.path-events .region-content .form-actions {
  margin-left: auto;
}

.page-nodeType-listing-page .region-content .layout-formInput-submit,
.page-nodeType-listing-page .region-content .select,
.page-nodeType-listing-page .region-content .layout-formInput,
.path-events .region-content .layout-formInput-submit,
.path-events .region-content .select,
.path-events .region-content .layout-formInput {
  border-color: #fff;
}

.page-nodeType-listing-page .region-content .layout-formInput-submit select,
.page-nodeType-listing-page .region-content .layout-formInput-submit input,
.page-nodeType-listing-page .region-content .select select,
.page-nodeType-listing-page .region-content .select input,
.page-nodeType-listing-page .region-content .layout-formInput select,
.page-nodeType-listing-page .region-content .layout-formInput input,
.path-events .region-content .layout-formInput-submit select,
.path-events .region-content .layout-formInput-submit input,
.path-events .region-content .select select,
.path-events .region-content .select input,
.path-events .region-content .layout-formInput select,
.path-events .region-content .layout-formInput input {
  background-color: #0061AA;
  color: #fff;
}

.page-nodeType-listing-page .region-content .layout-formInput-submit select::-webkit-input-placeholder, .page-nodeType-listing-page .region-content .layout-formInput-submit input::-webkit-input-placeholder, .page-nodeType-listing-page .region-content .select select::-webkit-input-placeholder, .page-nodeType-listing-page .region-content .select input::-webkit-input-placeholder, .page-nodeType-listing-page .region-content .layout-formInput select::-webkit-input-placeholder, .page-nodeType-listing-page .region-content .layout-formInput input::-webkit-input-placeholder, .path-events .region-content .layout-formInput-submit select::-webkit-input-placeholder, .path-events .region-content .layout-formInput-submit input::-webkit-input-placeholder, .path-events .region-content .select select::-webkit-input-placeholder, .path-events .region-content .select input::-webkit-input-placeholder, .path-events .region-content .layout-formInput select::-webkit-input-placeholder, .path-events .region-content .layout-formInput input::-webkit-input-placeholder {
  color: #fff;
}

.page-nodeType-listing-page .region-content .layout-formInput-submit select::-moz-placeholder, .page-nodeType-listing-page .region-content .layout-formInput-submit input::-moz-placeholder, .page-nodeType-listing-page .region-content .select select::-moz-placeholder, .page-nodeType-listing-page .region-content .select input::-moz-placeholder, .page-nodeType-listing-page .region-content .layout-formInput select::-moz-placeholder, .page-nodeType-listing-page .region-content .layout-formInput input::-moz-placeholder, .path-events .region-content .layout-formInput-submit select::-moz-placeholder, .path-events .region-content .layout-formInput-submit input::-moz-placeholder, .path-events .region-content .select select::-moz-placeholder, .path-events .region-content .select input::-moz-placeholder, .path-events .region-content .layout-formInput select::-moz-placeholder, .path-events .region-content .layout-formInput input::-moz-placeholder {
  color: #fff;
}

.page-nodeType-listing-page .region-content .layout-formInput-submit select:-ms-input-placeholder, .page-nodeType-listing-page .region-content .layout-formInput-submit input:-ms-input-placeholder, .page-nodeType-listing-page .region-content .select select:-ms-input-placeholder, .page-nodeType-listing-page .region-content .select input:-ms-input-placeholder, .page-nodeType-listing-page .region-content .layout-formInput select:-ms-input-placeholder, .page-nodeType-listing-page .region-content .layout-formInput input:-ms-input-placeholder, .path-events .region-content .layout-formInput-submit select:-ms-input-placeholder, .path-events .region-content .layout-formInput-submit input:-ms-input-placeholder, .path-events .region-content .select select:-ms-input-placeholder, .path-events .region-content .select input:-ms-input-placeholder, .path-events .region-content .layout-formInput select:-ms-input-placeholder, .path-events .region-content .layout-formInput input:-ms-input-placeholder {
  color: #fff;
}

.page-nodeType-listing-page .region-content .layout-formInput-submit select::-ms-input-placeholder, .page-nodeType-listing-page .region-content .layout-formInput-submit input::-ms-input-placeholder, .page-nodeType-listing-page .region-content .select select::-ms-input-placeholder, .page-nodeType-listing-page .region-content .select input::-ms-input-placeholder, .page-nodeType-listing-page .region-content .layout-formInput select::-ms-input-placeholder, .page-nodeType-listing-page .region-content .layout-formInput input::-ms-input-placeholder, .path-events .region-content .layout-formInput-submit select::-ms-input-placeholder, .path-events .region-content .layout-formInput-submit input::-ms-input-placeholder, .path-events .region-content .select select::-ms-input-placeholder, .path-events .region-content .select input::-ms-input-placeholder, .path-events .region-content .layout-formInput select::-ms-input-placeholder, .path-events .region-content .layout-formInput input::-ms-input-placeholder {
  color: #fff;
}

.page-nodeType-listing-page .region-content .layout-formInput-submit select::placeholder,
.page-nodeType-listing-page .region-content .layout-formInput-submit input::placeholder,
.page-nodeType-listing-page .region-content .select select::placeholder,
.page-nodeType-listing-page .region-content .select input::placeholder,
.page-nodeType-listing-page .region-content .layout-formInput select::placeholder,
.page-nodeType-listing-page .region-content .layout-formInput input::placeholder,
.path-events .region-content .layout-formInput-submit select::placeholder,
.path-events .region-content .layout-formInput-submit input::placeholder,
.path-events .region-content .select select::placeholder,
.path-events .region-content .select input::placeholder,
.path-events .region-content .layout-formInput select::placeholder,
.path-events .region-content .layout-formInput input::placeholder {
  color: #fff;
}

.page-nodeType-listing-page .region-content .layout-formInput-submit:before, .page-nodeType-listing-page .region-content .layout-formInput-submit:after,
.page-nodeType-listing-page .region-content .select:before,
.page-nodeType-listing-page .region-content .select:after,
.page-nodeType-listing-page .region-content .layout-formInput:before,
.page-nodeType-listing-page .region-content .layout-formInput:after,
.path-events .region-content .layout-formInput-submit:before,
.path-events .region-content .layout-formInput-submit:after,
.path-events .region-content .select:before,
.path-events .region-content .select:after,
.path-events .region-content .layout-formInput:before,
.path-events .region-content .layout-formInput:after {
  background: #fff;
}

@media screen and (max-width: 800px) {
  .page-nodeType-listing-page .region-content .form-item .select,
  .page-nodeType-listing-page .region-content .form-item .layout-formInput,
  .path-events .region-content .form-item .select,
  .path-events .region-content .form-item .layout-formInput {
    max-width: 100% !important;
  }
}

.page-nodeType-listing-page .region-content .select-icon,
.path-events .region-content .select-icon {
  content: url(/themes/custom/srcd/images/icons/chev-right-wht.svg);
}

.path-events .region-content .view-filters {
  padding-top: 40px;
}

.nodeType-page.node-viewMode-full .fieldName-field-description {
  max-width: 75%;
}

.page-srcd-staff--society-for-research-in-child-development-srcd .paragraph-imageFeature-image .fieldName-field-image img,
.page-governing-council--society-for-research-in-child-development-srcd .paragraph-imageFeature-image .fieldName-field-image img,
.page-get-to-know-your-secc-representatives--society-for-research-in-child-development-srcd .paragraph-imageFeature-image .fieldName-field-image img {
  height: 280px;
  width: 280px;
  margin: auto;
}

@media screen and (max-width: 450px) {
  .page-srcd-staff--society-for-research-in-child-development-srcd .paragraph-imageFeature-image .fieldName-field-image img,
  .page-governing-council--society-for-research-in-child-development-srcd .paragraph-imageFeature-image .fieldName-field-image img,
  .page-get-to-know-your-secc-representatives--society-for-research-in-child-development-srcd .paragraph-imageFeature-image .fieldName-field-image img {
    height: 100%;
    width: 100%;
  }
}

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

.nodeType-person .node-content > div,
.nodeType-person .node-content > span {
  margin-bottom: 0.8rem;
}

.nodeType-person .fieldName-field-person-image .field-item {
  padding: 0 !important;
}

.nodeType-person .fieldName-field-person-image .field-item img {
  border-radius: 50%;
  overflow: hidden;
}

.nodeType-person .fieldName-title {
  font-family: "Merriweather", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1.1rem;
  margin-top: 2rem;
  margin-bottom: 0.6rem;
  text-align: center;
  font-size: 1.3rem;
  display: block;
}

.nodeType-person .person-titleAffil {
  display: block;
}

.nodeType-person .person-titleAffil * {
  display: inline-block;
}

.nodeType-person .person-titleAffil .field + .field:before {
  content: '/';
}

.nodeType-person .fieldName-field-person-email .field-item,
.nodeType-person .fieldName-field-person-phone .field-item {
  display: inline;
}

.nodeType-person .fieldName-field-person-email .field-item::before,
.nodeType-person .fieldName-field-person-phone .field-item::before {
  content: '';
  height: 18px;
  width: 18px;
  background-size: contain;
  display: inline-block;
  position: relative;
  right: 12px;
  top: 4px;
}

.nodeType-person .fieldName-field-person-phone .field-item:before {
  background-image: url(/themes/custom/srcd/images/icons/phone.svg);
}

.nodeType-person .fieldName-field-person-email .field-item:before {
  background-image: url(/themes/custom/srcd/images/icons/envelope.svg);
}

.nodeType-person .person-socialLinks > .field {
  display: inline-block;
}

.nodeType-person .person-socialLinks > .field a {
  height: 24px;
  width: 24px;
  overflow: hidden;
  text-indent: -999px;
  display: block;
  background-size: contain;
  background-repeat: none;
  margin: 1.25rem 0.3rem 2rem;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.nodeType-person .person-socialLinks > .field a:hover {
  opacity: 0.8;
  -webkit-filter: FlipH;
  filter: FlipH;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.nodeType-person .person-socialLinks .fieldName-field-person-facebook a {
  background-image: url(/themes/custom/srcd/images/icons/social-fa.svg);
}

.nodeType-person .person-socialLinks .fieldName-field-person-linkedin a {
  background-image: url(/themes/custom/srcd/images/icons/social-in.svg);
}

.nodeType-person .person-socialLinks .fieldName-field-person-twitter a {
  background-image: url(/themes/custom/srcd/images/icons/social-tw.svg);
}

.nodeType-person .person-socialLinks .fieldName-field-person-instagram a {
  background-image: url(/themes/custom/srcd/images/icons/social-insta.svg);
}

.nodeType-person .fieldName-field-person-download {
  background-image: none;
  padding-left: 0;
}

.nodeType-person .fieldName-field-person-download a {
  font-weight: 700;
  text-transform: uppercase;
  border-top: 2px solid #0061AA;
  border-bottom: 2px solid #0061AA;
  color: #0061AA;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  display: block;
}

.nodeType-person .fieldName-field-person-download a:after {
  content: "";
  background: #0061AA;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 2px;
}

.nodeType-person .fieldName-field-person-download a:before {
  content: "";
  background: #0061AA;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 50%;
  width: 2px;
}

.nodeType-person .fieldName-field-person-download a:hover, .nodeType-person .fieldName-field-person-download a:focus {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #0061AA;
}

.nodeType-person .fieldName-field-person-download a:active {
  color: #fff;
  background-color: #003e6d;
}

.nodeType-person .fieldName-field-person-link {
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.nodeType-person .fieldName-field-person-link a {
  color: #0061AA;
}

.page-nodeType-person h1.pageTitle {
  padding: 5rem 0;
}

.page-nodeType-person .person-socialLinks {
  display: block;
}

.page-nodeType-person .fieldName-field-person-download {
  display: inline-block;
}

.page-nodeType-person .fieldName-field-bio {
  margin: 3rem 0;
  text-align: left;
}

.nodeType-resource .layout-colRight .fieldName-field-resource-file-title,
.nodeType-resource .layout-colRight .fieldName-field-date-header {
  font-family: "Merriweather", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1.1rem;
  margin-top: 2rem;
  margin-bottom: 0.6rem;
}

.nodeType-resource .layout-colRight .fieldName-field-date {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid gray;
}

.nodeType-resource .layout-colRight .paragraph {
  margin-bottom: 0;
}

.nodeType-resource .layout-colRight .fieldName-field-resource-downloads .field-item + .field-item {
  margin-top: 3rem;
}

.nodeType-resource.node-viewMode-highlight .fieldName-field-resource-type {
  color: #fff;
}

.event__subpages-navigation {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.event__subpages-navigation .field-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1201px) {
  .event__subpages-navigation .field-item {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

.event__subpages-navigation .field-item.current a {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #0061AA;
}

.event__subpages-navigation .field-item a {
  font-weight: 700;
  text-transform: uppercase;
  border-top: 2px solid #0061AA;
  border-bottom: 2px solid #0061AA;
  color: #0061AA;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 17px;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  text-align: center;
  width: 100%;
}

.event__subpages-navigation .field-item a:after {
  content: "";
  background: #0061AA;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 2px;
}

.event__subpages-navigation .field-item a:before {
  content: "";
  background: #0061AA;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 50%;
  width: 2px;
}

.event__subpages-navigation .field-item a:hover, .event__subpages-navigation .field-item a:focus {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #0061AA;
}

.event__subpages-navigation .field-item a:active {
  color: #fff;
  background-color: #003e6d;
}

.block-mainnavigation-menu {
  width: 100%;
  color: #fff;
  background-color: #0061AA;
}

.block-mainnavigation-menu ul.menu {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.block-mainnavigation-menu ul.menu a {
  font-weight: 700;
}

@media only screen and (min-width: 1201px) {
  .block-mainnavigation-menu {
    display: none;
  }
}

.layout-footer {
  padding-top: 0.4rem;
  background-color: #333333;
  color: #fff;
  font-size: 1.1rem;
}

.layout-footer .socialIcons span {
  text-transform: uppercase;
}

.layout-footer .socialIcons svg {
  padding: 0 1rem;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 55px;
}

.layout-footer .socialIcons svg:hover {
  opacity: 0.8;
  -webkit-filter: FlipH;
  filter: FlipH;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.layout-footer .block-srcd-footer-menu ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 1rem;
}

.layout-footer .block-srcd-footer-menu ul.menu li {
  margin-left: 0.7rem;
}

.layout-footer .block-srcd-footer-menu ul.menu li a {
  color: #fff;
  text-decoration: none;
}

.layout-footer .block-srcd-footer-menu ul.menu li a:hover {
  text-decoration: underline;
}

@media (max-width: 1261px) {
  .layout-footer .block-copyright,
  .layout-footer .block-srcd-footer-menu ul.menu {
    text-align: center;
  }
}

@media only screen and (max-width: 1200px) {
  .layout-footer {
    text-align: center;
  }
  .layout-footer .socialIcons span {
    display: block;
    margin-bottom: 1rem;
  }
  .layout-footer .socialIcons svg {
    width: 50px;
  }
  .layout-footer .block-srcd-footer-menu ul.menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.block-contact-us {
  margin-top: 5rem;
}

.user-login-form {
  margin-top: 5rem;
}

.layout-header .region-header {
  padding-top: 1rem;
}

.layout-header .region-header .layout-siteBranding {
  padding-top: 0.9rem;
}

.layout-header .region-header .block-srcd-account-menu-menu a,
.layout-header .region-header .block-utilitymenu-menu a {
  text-decoration: none;
  color: #5F5F5F;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9rem;
  margin-left: 1.2rem;
}

.layout-header .region-header .block-mainnavigation-2-menu > ul > li > a,
.layout-header .region-header .block-srcd-main-menu-menu > ul > li > a {
  color: #0061AA;
  font-weight: 700;
  margin-left: 0.5rem;
  text-decoration: none;
  padding: 0.5rem 0.6rem 1.2rem;
  z-index: 3;
}

.layout-header .region-header .block-mainnavigation-2-menu > ul > li > a:hover, .layout-header .region-header .block-mainnavigation-2-menu > ul > li > a:focus,
.layout-header .region-header .block-srcd-main-menu-menu > ul > li > a:hover,
.layout-header .region-header .block-srcd-main-menu-menu > ul > li > a:focus {
  background-color: lightblue;
  color: #004275;
}

.layout-header .region-header .block-mainnavigation-2-menu .menu .menu,
.layout-header .region-header .block-srcd-main-menu-menu .menu .menu {
  background-color: #0061AA;
  padding: 0.5rem 1rem;
  margin-top: 0.45rem;
  z-index: 9;
}

.layout-header .region-header .block-mainnavigation-2-menu .menu .menu li,
.layout-header .region-header .block-srcd-main-menu-menu .menu .menu li {
  padding: 0.5rem 0;
}

.layout-header .region-header .block-mainnavigation-2-menu .menu .menu li a,
.layout-header .region-header .block-srcd-main-menu-menu .menu .menu li a {
  color: #fff;
  text-decoration: none;
}

.layout-header .region-header .block-mainnavigation-2-menu .menu .menu li a:hover, .layout-header .region-header .block-mainnavigation-2-menu .menu .menu li a:focus,
.layout-header .region-header .block-srcd-main-menu-menu .menu .menu li a:hover,
.layout-header .region-header .block-srcd-main-menu-menu .menu .menu li a:focus {
  opacity: 0.85;
}

@media only screen and (min-width: 1201px) {
  .layout-header {
    -webkit-box-shadow: 0px -4px 13px #5F5F5F;
    box-shadow: 0px -4px 13px #5F5F5F;
    padding-bottom: 0.45rem;
  }
  .layout-header .block-srcd-main-menu-menu {
    display: none !important;
  }
  .layout-header .layout-headerNavs .block-srcd-account-menu-menu a:hover, .layout-header .layout-headerNavs .block-srcd-account-menu-menu a:focus,
  .layout-header .layout-headerNavs .block-utilitymenu-menu a:hover,
  .layout-header .layout-headerNavs .block-utilitymenu-menu a:focus {
    border-bottom: 9px solid #C6EAFD;
  }
  .layout-header .layout-headerNavs .block-srcd-account-menu-menu {
    display: contents;
  }
  .layout-header .layout-headerNavs .block-srcd-account-menu-menu a[href="/search"] {
    display: none;
  }
  .layout-header .layout-headerNavs .block-utilitymenu-menu a[href='/search'] {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .layout-header {
    margin-top: 2rem;
  }
  .layout-header .region-header {
    padding-right: 0;
    padding-left: 0;
  }
  .layout-header .layout-siteBranding {
    -webkit-box-shadow: 0px -4px 13px #5F5F5F;
    box-shadow: 0px -4px 13px #5F5F5F;
    padding-bottom: 0.75rem;
    z-index: 1;
  }
  .layout-header .icon-menu {
    margin-bottom: 0.3rem;
  }
  .layout-header .icon-menu span {
    text-transform: uppercase;
    color: #0061AA;
    padding-bottom: 0.2rem;
  }
  .layout-header .layout-headerNavs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .layout-header .layout-headerNavs .block-srcd-main-menu-menu .menu .menu {
    margin-top: -4px;
    background-color: inherit;
  }
  .layout-header .layout-headerNavs .block-srcd-main-menu-menu .menu .menu li a {
    color: #0061AA;
  }
  .layout-header .layout-headerNavs .block-srcd-main-menu-menu .menu .menu li a:hover, .layout-header .layout-headerNavs .block-srcd-main-menu-menu .menu .menu li a:focus {
    background-color: lightblue;
    color: #004275;
  }
  .layout-header .layout-headerNavs .block-mainnavigation-2-menu {
    display: none;
  }
  .layout-header .layout-headerNavs .block-srcd-account-menu-menu {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0061AA;
    z-index: 2;
  }
  .layout-header .layout-headerNavs .block-srcd-account-menu-menu > * {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(1400px + (7rem));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 600px) {
  .layout-header .layout-headerNavs .block-srcd-account-menu-menu > * {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media only screen and (max-width: 1200px) {
  .browser-ie .layout-header .layout-headerNavs .block-srcd-account-menu-menu > * {
    max-width: 1500px;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  .layout-header .layout-headerNavs .block-srcd-account-menu-menu > * {
    max-width: 100%;
  }
  .browser-ie .layout-header .layout-headerNavs .block-srcd-account-menu-menu > * {
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 1200px) {
  .layout-header .layout-headerNavs .block-srcd-account-menu-menu > * a {
    color: #fff;
  }
  .layout-header .layout-headerNavs .block-utilitymenu-menu {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .layout-header .layout-headerNavs .block-utilitymenu-menu .menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .layout-header .layout-headerNavs .block-srcd-main-menu-menu {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background-color: #F5F5F5;
  }
  .layout-header .layout-headerNavs .block-srcd-main-menu-menu .menu-item-isExpanded > a {
    padding: 1.5rem;
    border-bottom: 2px solid #fff;
    margin-left: 0;
  }
  .layout-header .layout-headerNavs .block-srcd-search,
  .layout-header .layout-headerNavs .blockSearch {
    display: none;
  }
  .layout-header .layout-headerNavs .block-srcd-main-menu-menu,
  .layout-header .layout-headerNavs .block-utilitymenu-menu {
    display: none;
  }
}

@media only screen and (min-width: 1201px) {
  .menu-main > .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .menu-main > .menu > .menu-item {
    position: relative;
    margin-left: 1rem;
    padding: 0;
  }
  .menu-main > .menu > .menu-item:first-child {
    margin-left: 0;
  }
  .menu-main > .menu > .menu-item:last-child {
    margin-right: 0;
  }
  .menu-main > .menu > .menu-item:hover > .menu, .menu-main > .menu > .menu-item:focus > .menu {
    opacity: 1;
    max-height: 1000px;
  }
  .menu-main > .menu > .menu-item.menu-item-isRevealed > .menu {
    opacity: 1;
    max-height: 1000px;
  }
  .menu-main > .menu > .menu-item > .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 2rem;
    left: -0.5rem;
    opacity: 0;
    max-height: 1px;
    min-width: 220px;
    overflow: hidden;
    margin: 0;
    padding: 0.4rem 0.5rem;
    -webkit-transition: top 0.1s ease-out, opacity 0.2s ease-out 0.1s, max-height 0.1s linear;
    transition: top 0.1s ease-out, opacity 0.2s ease-out 0.1s, max-height 0.1s linear;
  }
  .menu-main > .menu > .menu-item > .menu:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -12px;
    right: 0;
    height: 12px;
    z-index: 2;
  }
  .menu-main > .menu > .menu-item > .menu:hover, .menu-main > .menu > .menu-item > .menu:focus {
    opacity: 1;
    max-height: 1000px;
  }
}

@media only screen and (max-width: 1200px) {
  /* Menu Toggle Style */
  .icon-menu {
    width: 35px;
    height: 35px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    cursor: pointer;
  }
  .icon-menu:hover .icon-menu-bar, .icon-menu:focus .icon-menu-bar {
    background-color: #0061AA;
  }
  .icon-menu span {
    position: absolute;
    top: -28px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }
  .icon-menu-bar {
    position: absolute;
    height: 4px;
    width: 100%;
    background: #0061AA;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  }
  .icon-menu-bar:nth-child(2) {
    top: -2px;
  }
  .icon-menu-bar:nth-child(3),
  .icon-menu-bar:nth-child(4) {
    top: 11px;
  }
  .icon-menu-bar:nth-child(5) {
    top: 24px;
  }
  .dl-active .icon-menu-bar:nth-child(2) {
    top: 9px;
    width: 0;
    left: 50%;
  }
  .dl-active .icon-menu-bar:nth-child(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .dl-active .icon-menu-bar:nth-child(4) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .dl-active .icon-menu-bar:nth-child(5) {
    top: 9px;
    width: 0;
    left: 50%;
  }
}

.layout-hero {
  background-color: #C6EAFD;
  background-image: url(/themes/custom/srcd/images/srcd-white-curve.svg), url(/themes/custom/srcd/images/srcd-gradient-bl-to-wht.svg);
  background-repeat: no-repeat, repeat-y;
  background-position: 100% 101%, left;
  background-size: 60%, cover;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.layout-hero .node-contentType-label {
  text-transform: uppercase;
  text-decoration: underline;
  display: inline-block;
  padding-right: .3rem;
}

.layout-hero .node-contentType-label a {
  color: #0061AA;
}

.layout-hero .resource-postDate {
  text-transform: uppercase;
  display: inline-block;
  padding-left: .5rem;
  border-left: 1px solid #333333;
  line-height: 1;
}

.layout-hero .resource-postDate div {
  display: inline;
}

.layout-hero h1 {
  margin: 20px 0;
}

.layout-hero .fieldName-field-description {
  color: #333333;
}

.layout-colRight {
  padding-right: 1.3rem;
  position: relative;
  color: #5F5F5F;
}

.layout-colRight span.sidebarText-vertical {
  position: absolute;
  top: 10px;
  right: -1.4rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 0;
  width: 1px;
  z-index: -1;
  white-space: nowrap;
}

@media screen and (max-width: 600px) {
  .layout-colRight span.sidebarText-vertical {
    font-size: 2.5rem;
    position: relative;
    top: 8px;
    right: 0;
  }
}

.layout-colRight .sidebar-container {
  background-color: #fff;
  border-top: 20px solid purple;
  -o-border-image: url(/themes/custom/srcd/images/srcd-gradient-top-purple.svg);
  border-image: url(/themes/custom/srcd/images/srcd-gradient-top-purple.svg);
  border-image-slice: 17;
  width: 20rem;
  z-index: 2;
  -webkit-box-shadow: 0px 4px 16px #cbdae2;
  box-shadow: 0px 4px 16px #cbdae2;
  padding: 1.75rem;
}

.layout-colRight .sidebar-container > div:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 800px) {
  .layout-colRight .sidebar-container {
    width: 100%;
  }
}

@media only screen and (min-width: 1201px) {
  .layout-sidebar .layout-hero {
    background-size: 33%;
    -webkit-box-shadow: inset 0px 12px 17px -20px #5F5F5F;
    box-shadow: inset 0px 12px 17px -20px #5F5F5F;
  }
}

.paragraphItem-accordion .fieldName-field-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.paragraphItem-accordion .fieldName-field-title h2 {
  margin: 0;
  margin-right: 1rem;
}

.paragraphItem-accordion .fieldName-field-content {
  display: none;
  padding-top: 0.5rem;
  overflow: hidden;
}

.paragraphItem-image-collage .imageCollage-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.paragraphItem-image-collage .imageCollage-wrapper .fieldType-image {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  max-width: 50vw;
}

.paragraphItem-image-collage .imageCollage-wrapper .fieldType-image .field-item {
  margin-bottom: -7px;
}

.paragraphItem-image-collage .imageCollage-wrapper .fieldType-image img {
  width: 100%;
}

.paragraphItem-image-collage .fieldName-field-image-caption {
  margin-top: 0.75rem;
}

@media only screen and (max-width: 1200px) {
  .paragraphItem-image-collage .paragraph {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .paragraphItem-image-collage .fieldName-field-image-caption {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.paragraph {
  margin-bottom: 3rem;
}

.paragraphItem-accordion .accordion-title {
  font-family: "Source Sans Pro", "Adobe Garamond Pro", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 700;
  color: #5F5F5F;
}

.paragraphItem-accordion .accordion-description {
  margin-bottom: 60px;
}

.accordion-item {
  margin: 0 0 10px;
}

.accordion-item .accordion-item-title-container {
  position: relative;
}

.accordion-item .accordion-item-title {
  padding-right: 70px;
}

.accordion-item .accordion-item-content {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease-out;
  transition: height 0.35s ease-out;
}

.accordion-item.accordion-item-isExpanded .accordion-item-content {
  height: inherit;
  padding: 20px 40px;
}

@media screen and (max-width: 600px) {
  .accordion-item.accordion-item-isExpanded .accordion-item-content {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
}

.accordion-item.accordion-item-isExpanded .accordion-item-trigger::before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.accordion-item.accordion-item-isExpanded .accordion-item-trigger::after {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.accordion-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 20px 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Merriweather", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1.33rem;
  font-weight: 400;
  color: #0061AA;
  background: #F5F5F5;
}

.accordion-item-trigger {
  position: absolute;
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
  background: transparent;
  top: 20px;
  right: 20px;
}

.accordion-item-trigger::before, .accordion-item-trigger::after {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  background: #0061AA;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.accordion-item-trigger::before {
  top: calc(50% - 1px);
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.accordion-item-trigger::after {
  top: calc(50% - 1px);
  left: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fieldName-field-coauthor > .field-label {
  font-family: "Merriweather", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1.1rem;
  margin-top: 2rem;
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
  color: #5F5F5F;
  margin: 0 0 2rem;
}

.fieldName-field-coauthor > .field-label.empty {
  display: none;
}

.field-item.paragraphItem-coauthor {
  display: inline-block;
  width: 50%;
  margin-right: -4px;
  padding: 1rem 0;
}

.field-item.paragraphItem-coauthor a {
  color: #0061AA;
}

.field-item.paragraphItem-coauthor .paragraph {
  margin-bottom: .5rem;
}

.field-item.paragraphItem-coauthor:nth-child(2n) {
  border-left: 3px solid #5F5F5F;
  padding-left: 3rem;
}

.paragraph-imageFeature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 1200px) {
  .paragraph-imageFeature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.paragraph-imageFeature .fieldName-field-description {
  max-width: 100% !important;
}

.paragraph-imageFeature-right .paragraph-imageFeature-image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.paragraph-imageFeature-right .paragraph-imageFeature-content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 0;
  padding-right: 5%;
}

@media only screen and (max-width: 1200px) {
  .paragraph-imageFeature-right .paragraph-imageFeature-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .paragraph-imageFeature-right .paragraph-imageFeature-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 0;
  }
}

.paragraph-imageFeature-image {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.paragraph-imageFeature-image .fieldName-field-image img {
  max-width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 10px #C6EAFD;
  box-shadow: 0 0 0 10px #C6EAFD;
}

.paragraph-imageFeature-image .fieldName-field-image img > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-top: 100%;
  height: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1200px) {
  .paragraph-imageFeature-image {
    width: 80%;
    margin: 0 auto;
  }
}

.paragraph-imageFeature-content {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  padding-top: 1.25rem;
  padding-left: 5%;
}

.paragraph-imageFeature-content h4 {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .paragraph-imageFeature-content h4::before {
    left: -20px;
  }
}

@media only screen and (max-width: 1200px) {
  .paragraph-imageFeature-content {
    padding-left: 0;
    padding-top: 0;
  }
}

.paragraph-imageFeature-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.paragraph-imageFeature-cta a {
  font-weight: 700;
  text-transform: uppercase;
  border-top: 2px solid #0061AA;
  border-bottom: 2px solid #0061AA;
  color: #0061AA;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  padding-right: 55px;
  padding-left: 55px;
  margin-right: 20px;
}

.paragraph-imageFeature-cta a:after {
  content: "";
  background: #0061AA;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 2px;
}

.paragraph-imageFeature-cta a:before {
  content: "";
  background: #0061AA;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 50%;
  width: 2px;
}

.paragraph-imageFeature-cta a:hover, .paragraph-imageFeature-cta a:focus {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #0061AA;
}

.paragraph-imageFeature-cta a:active {
  color: #fff;
  background-color: #003e6d;
}

@media screen and (max-width: 600px) {
  .paragraph-imageFeature-cta a {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.paragraphType-image {
  margin: 3.5rem 0;
  width: 100%;
}

@media screen and (max-width: 920px) {
  .paragraphType-image img {
    width: 100%;
    height: auto;
  }
}

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

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

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

.paragraphType-image .fieldName-field-image-caption {
  margin-top: 0.75rem;
}

.paragraphType-multi-list .fieldName-field-multi-list-reference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 1201px) {
  .paragraphType-multi-list .fieldName-field-multi-list-reference {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.paragraphType-multi-list .fieldName-field-multi-list-reference > .field-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media only screen and (min-width: 1201px) {
  .paragraphType-multi-list .fieldName-field-multi-list-reference > .field-item {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

.paragraphType-multi-list .views-row {
  margin-bottom: 5rem;
}

.paragraphType-multi-list .views-row:last-child {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 1200px) {
  .paragraphType-multi-list .views-row {
    height: auto !important;
  }
}

.paragraphType-multi-list .paragraphType-list__title {
  margin-bottom: 2.5rem;
}

.paragraphType-multi-list .node-viewMode-listing {
  margin-bottom: 0;
}

.paragraphType-multi-list .node-viewMode-listing h2 {
  font-size: 1rem;
}

.paragraphType-multi-list .node-viewMode-listing .fieldName-field-feature-image img {
  width: 200px;
  height: 200px;
}

.paragraphType-multi-list .node-viewMode-listing .fieldName-field-posted-date .field-item {
  padding-left: 0 !important;
}

.paragraphType-multi-list .node-viewMode-listing .fieldName-field-topic-reference,
.paragraphType-multi-list .node-viewMode-listing .fieldName-field-description {
  display: none;
}

.paragraphType-multi-list .show-author .node-viewMode-listing .fieldName-field-author-reference {
  display: block;
}

.paragraphType-multi-list .show-author .node-viewMode-listing .fieldName-field-author-reference::before {
  content: 'By ';
  display: inline;
  position: relative;
}

.paragraphType-quote .fieldName-field-quote-text {
  color: #84025C;
  font-style: italic;
  font-family: "Merriweather", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
}

.paragraphType-quote .fieldName-field-quote-credit {
  color: #0061AA;
  text-transform: uppercase;
}

.page-nodeType-landing-page .paragraphItem-quote {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-color: #F5F5F5;
  background-image: url(/themes/custom/srcd/images/srcd-gradient-quote.svg);
  background-position: right bottom;
  background-size: auto;
  background-repeat: no-repeat;
}

.scrollbar-5 .page-nodeType-landing-page .paragraphItem-quote {
  width: calc(100vw - 5px);
  margin-left: calc(-50vw + 50% + 2.5px);
}

.scrollbar-12 .page-nodeType-landing-page .paragraphItem-quote {
  width: calc(100vw - 12px);
  margin-left: calc(-50vw + 50% + 6px);
}

.scrollbar-15 .page-nodeType-landing-page .paragraphItem-quote {
  width: calc(100vw - 15px);
  margin-left: calc(-50vw + 50% + 7.5px);
}

.scrollbar-17 .page-nodeType-landing-page .paragraphItem-quote {
  width: calc(100vw - 17px);
  margin-left: calc(-50vw + 50% + 8.5px);
}

@media screen and (max-width: 1100px) {
  .page-nodeType-landing-page .paragraphItem-quote {
    background-size: 80% auto;
  }
}

.page-nodeType-landing-page .paragraphType-quote {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1400px + (7rem));
  padding-top: 60px;
  padding-bottom: 80px;
}

@media screen and (max-width: 600px) {
  .page-nodeType-landing-page .paragraphType-quote {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.browser-ie .page-nodeType-landing-page .paragraphType-quote {
  max-width: 1500px;
}

@media only screen and (max-width: 1200px) {
  .page-nodeType-landing-page .paragraphType-quote {
    max-width: 100%;
  }
  .browser-ie .page-nodeType-landing-page .paragraphType-quote {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 600px) {
  .page-nodeType-landing-page .paragraphType-quote {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.page-nodeType-landing-page .fieldName-field-quote-text {
  font-size: 1.25rem;
  max-width: 600px;
}

.nodeType-resource .paragraphType-resource-link a,
.nodeType-resource .paragraphType-resource-file a {
  font-weight: 700;
  text-transform: uppercase;
  border-top: 2px solid #0061AA;
  border-bottom: 2px solid #0061AA;
  color: #0061AA;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}

.nodeType-resource .paragraphType-resource-link a:after,
.nodeType-resource .paragraphType-resource-file a:after {
  content: "";
  background: #0061AA;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 2px;
}

.nodeType-resource .paragraphType-resource-link a:before,
.nodeType-resource .paragraphType-resource-file a:before {
  content: "";
  background: #0061AA;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 50%;
  width: 2px;
}

.nodeType-resource .paragraphType-resource-link a:hover, .nodeType-resource .paragraphType-resource-link a:focus,
.nodeType-resource .paragraphType-resource-file a:hover,
.nodeType-resource .paragraphType-resource-file a:focus {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #0061AA;
}

.nodeType-resource .paragraphType-resource-link a:active,
.nodeType-resource .paragraphType-resource-file a:active {
  color: #fff;
  background-color: #003e6d;
}

.nodeType-resource .file-info span {
  margin-right: 1rem;
}

.paragraphType-statistic {
  margin: 3.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.paragraphType-statistic .statistic-left {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
}

.paragraphType-statistic .statistic-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 75%;
  flex: 1 0 75%;
}

@media only screen and (max-width: 1200px) {
  .paragraphType-statistic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.paragraphType-statistic .statistic-left {
  min-height: 253px;
  border-right: 26px solid white;
  border-image-source: url(/themes/custom/srcd/images/gradient-vertical.svg);
  border-image-slice: 22;
  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;
  margin-right: 1.5rem;
}

.paragraphType-statistic .statistic-left .field-item {
  color: #5F5F5F;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  padding: 1rem;
}

.paragraphType-statistic .statistic-right .fieldName-field-statistic-label {
  color: #84025C;
  font-style: italic;
  font-family: "Merriweather", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
}

.paragraphType-statistic .statistic-right .fieldName-field-statistic-source-text {
  color: #0061AA;
  text-transform: uppercase;
}

.page-nodeType-landing-page .paragraphItem-statistic {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-color: #C6EAFD;
  background-image: url(/themes/custom/srcd/images/src-gradient-statistic.svg);
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.scrollbar-5 .page-nodeType-landing-page .paragraphItem-statistic {
  width: calc(100vw - 5px);
  margin-left: calc(-50vw + 50% + 2.5px);
}

.scrollbar-12 .page-nodeType-landing-page .paragraphItem-statistic {
  width: calc(100vw - 12px);
  margin-left: calc(-50vw + 50% + 6px);
}

.scrollbar-15 .page-nodeType-landing-page .paragraphItem-statistic {
  width: calc(100vw - 15px);
  margin-left: calc(-50vw + 50% + 7.5px);
}

.scrollbar-17 .page-nodeType-landing-page .paragraphItem-statistic {
  width: calc(100vw - 17px);
  margin-left: calc(-50vw + 50% + 8.5px);
}

@media screen and (max-width: 1600px) {
  .page-nodeType-landing-page .paragraphItem-statistic {
    background-size: 58.75% auto;
  }
}

@media screen and (max-width: 1450px) {
  .page-nodeType-landing-page .paragraphItem-statistic {
    background-size: 50% auto;
  }
}

@media screen and (max-width: 750px) {
  .page-nodeType-landing-page .paragraphItem-statistic {
    background-size: 75% auto;
  }
}

.page-nodeType-landing-page .paragraphType-statistic {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1400px + (7rem));
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 600px) {
  .page-nodeType-landing-page .paragraphType-statistic {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.browser-ie .page-nodeType-landing-page .paragraphType-statistic {
  max-width: 1500px;
}

@media only screen and (max-width: 1200px) {
  .page-nodeType-landing-page .paragraphType-statistic {
    max-width: 100%;
  }
  .browser-ie .page-nodeType-landing-page .paragraphType-statistic {
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 1200px) {
  .page-nodeType-landing-page .paragraphType-statistic {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.page-nodeType-landing-page .paragraphType-statistic .statistic-left {
  border-image-source: none;
  border-right: 2px solid #5F5F5F;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin-right: 4rem;
}

.page-nodeType-landing-page .paragraphType-statistic .statistic-left .field-item {
  font-size: 4.88rem;
  padding-right: 4rem;
}

.page-nodeType-landing-page .paragraphType-statistic .statistic-right {
  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;
}

.page-nodeType-landing-page .paragraphType-statistic .statistic-right .fieldName-field-statistic-label {
  font-size: 1.25rem;
  width: 70%;
}

.page-nodeType-landing-page .paragraphType-statistic .statistic-right .fieldName-field-statistic-source-text {
  margin-top: 1.5rem;
}

@media screen and (max-width: 750px) {
  .page-nodeType-landing-page .paragraphType-statistic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
  }
  .page-nodeType-landing-page .paragraphType-statistic .statistic-left {
    border-right: 0;
    margin-right: 0;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .page-nodeType-landing-page .paragraphType-statistic .statistic-left .field-item {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 550px) {
  .page-nodeType-landing-page .paragraphType-statistic {
    padding-bottom: 150px;
  }
  .page-nodeType-landing-page .paragraphType-statistic .statistic-left {
    margin-bottom: -50px;
  }
  .page-nodeType-landing-page .paragraphType-statistic .statistic-right .fieldName-field-statistic-label {
    width: 100%;
  }
}

.paragraphItem-wysiwyg .fancy .field-item {
  margin: 1rem 0;
  background-color: #C6EAFD;
  padding: 2rem;
  border: 0;
  border-left: 26px solid white;
  border-image-source: url(/themes/custom/srcd/images/gradient-tall.svg);
  border-image-repeat: repeat;
  border-image-slice: 82;
}

.paragraphItem-wysiwyg h2 {
  position: relative;
}

.paragraphItem-wysiwyg h2::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(/themes/custom/srcd/css/../images/icons/icon-lines.svg);
  background-size: cover;
  background-repeat: repeat;
  width: 22px;
  height: 22px;
  left: -40px;
  top: -25px;
}

.paragraphItem-wysiwyg h2.narrowWidth,
.paragraphItem-wysiwyg h3.narrowWidth,
.paragraphItem-wysiwyg h4.narrowWidth,
.paragraphItem-wysiwyg h5.narrowWidth,
.paragraphItem-wysiwyg h6.narrowWidth,
.paragraphItem-wysiwyg p.narrowWidth {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + (7rem));
}

@media screen and (max-width: 600px) {
  .paragraphItem-wysiwyg h2.narrowWidth,
  .paragraphItem-wysiwyg h3.narrowWidth,
  .paragraphItem-wysiwyg h4.narrowWidth,
  .paragraphItem-wysiwyg h5.narrowWidth,
  .paragraphItem-wysiwyg h6.narrowWidth,
  .paragraphItem-wysiwyg p.narrowWidth {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.browser-ie .paragraphItem-wysiwyg h2.narrowWidth, .browser-ie
.paragraphItem-wysiwyg h3.narrowWidth, .browser-ie
.paragraphItem-wysiwyg h4.narrowWidth, .browser-ie
.paragraphItem-wysiwyg h5.narrowWidth, .browser-ie
.paragraphItem-wysiwyg h6.narrowWidth, .browser-ie
.paragraphItem-wysiwyg p.narrowWidth {
  max-width: 1300px;
}

@media only screen and (max-width: 1200px) {
  .paragraphItem-wysiwyg h2.narrowWidth,
  .paragraphItem-wysiwyg h3.narrowWidth,
  .paragraphItem-wysiwyg h4.narrowWidth,
  .paragraphItem-wysiwyg h5.narrowWidth,
  .paragraphItem-wysiwyg h6.narrowWidth,
  .paragraphItem-wysiwyg p.narrowWidth {
    max-width: 100%;
  }
  .browser-ie .paragraphItem-wysiwyg h2.narrowWidth, .browser-ie
  .paragraphItem-wysiwyg h3.narrowWidth, .browser-ie
  .paragraphItem-wysiwyg h4.narrowWidth, .browser-ie
  .paragraphItem-wysiwyg h5.narrowWidth, .browser-ie
  .paragraphItem-wysiwyg h6.narrowWidth, .browser-ie
  .paragraphItem-wysiwyg p.narrowWidth {
    overflow-x: hidden;
  }
}

.paragraphType-video .fieldName-field-video-caption {
  margin-top: 0.75rem;
}

.paragraphType-webform .webform-type-checkboxes .form-isRequired::after {
  content: '*';
  color: red;
  display: inline-block;
  margin-left: 2px;
}

.print__wrapper--pdf {
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .addthis::before {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .addthis > div {
    display: inline-block;
    vertical-align: top;
  }
}

.addthis .at-svc-pdf {
  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;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}

@media screen and (max-width: 1200px) {
  .addthis .at-svc-pdf {
    margin-right: 0 !important;
  }
}

.addthis .at-svc-pdf:before {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: attr(data-content);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center;
}

.addthis .at-svc-pdf:hover {
  text-decoration: none;
}

.addthis .at-svc-pdf:hover:before {
  text-decoration: none;
}

.view-search .view-filters {
  background-color: #0061AA;
  padding-top: 2rem;
  padding-bottom: 1.8rem;
  margin-bottom: 3rem;
}

.view-search .view-filters .views-exposed-form {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1400px + (7rem));
}

@media screen and (max-width: 600px) {
  .view-search .view-filters .views-exposed-form {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.browser-ie .view-search .view-filters .views-exposed-form {
  max-width: 1500px;
}

@media only screen and (max-width: 1200px) {
  .view-search .view-filters .views-exposed-form {
    max-width: 100%;
  }
  .browser-ie .view-search .view-filters .views-exposed-form {
    overflow-x: hidden;
  }
}

.view-search .view-filters .views-exposed-form .layout-form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.view-search .view-filters .views-exposed-form .form-item-keyword {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 85%;
  flex: 1 0 85%;
}

.view-search .view-filters .views-exposed-form .form-item-keyword .layout-formInput {
  width: 100%;
  max-width: 95%;
}

.view-search .view-filters .views-exposed-form .form-actions {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 10%;
  flex: 1 0 10%;
}

.view-search .view-filters .layout-formInput-submit,
.view-search .view-filters .select,
.view-search .view-filters .layout-formInput {
  border-color: #fff;
}

.view-search .view-filters .layout-formInput-submit select,
.view-search .view-filters .layout-formInput-submit input,
.view-search .view-filters .select select,
.view-search .view-filters .select input,
.view-search .view-filters .layout-formInput select,
.view-search .view-filters .layout-formInput input {
  background-color: #0061AA;
  color: #fff;
}

.view-search .view-filters .layout-formInput-submit select::-webkit-input-placeholder, .view-search .view-filters .layout-formInput-submit input::-webkit-input-placeholder, .view-search .view-filters .select select::-webkit-input-placeholder, .view-search .view-filters .select input::-webkit-input-placeholder, .view-search .view-filters .layout-formInput select::-webkit-input-placeholder, .view-search .view-filters .layout-formInput input::-webkit-input-placeholder {
  color: #fff;
}

.view-search .view-filters .layout-formInput-submit select::-moz-placeholder, .view-search .view-filters .layout-formInput-submit input::-moz-placeholder, .view-search .view-filters .select select::-moz-placeholder, .view-search .view-filters .select input::-moz-placeholder, .view-search .view-filters .layout-formInput select::-moz-placeholder, .view-search .view-filters .layout-formInput input::-moz-placeholder {
  color: #fff;
}

.view-search .view-filters .layout-formInput-submit select:-ms-input-placeholder, .view-search .view-filters .layout-formInput-submit input:-ms-input-placeholder, .view-search .view-filters .select select:-ms-input-placeholder, .view-search .view-filters .select input:-ms-input-placeholder, .view-search .view-filters .layout-formInput select:-ms-input-placeholder, .view-search .view-filters .layout-formInput input:-ms-input-placeholder {
  color: #fff;
}

.view-search .view-filters .layout-formInput-submit select::-ms-input-placeholder, .view-search .view-filters .layout-formInput-submit input::-ms-input-placeholder, .view-search .view-filters .select select::-ms-input-placeholder, .view-search .view-filters .select input::-ms-input-placeholder, .view-search .view-filters .layout-formInput select::-ms-input-placeholder, .view-search .view-filters .layout-formInput input::-ms-input-placeholder {
  color: #fff;
}

.view-search .view-filters .layout-formInput-submit select::placeholder,
.view-search .view-filters .layout-formInput-submit input::placeholder,
.view-search .view-filters .select select::placeholder,
.view-search .view-filters .select input::placeholder,
.view-search .view-filters .layout-formInput select::placeholder,
.view-search .view-filters .layout-formInput input::placeholder {
  color: #fff;
}

.view-search .view-filters .layout-formInput-submit:before, .view-search .view-filters .layout-formInput-submit:after,
.view-search .view-filters .select:before,
.view-search .view-filters .select:after,
.view-search .view-filters .layout-formInput:before,
.view-search .view-filters .layout-formInput:after {
  background: #fff;
}

.view-search .view-content {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + (7rem));
}

@media screen and (max-width: 600px) {
  .view-search .view-content {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.browser-ie .view-search .view-content {
  max-width: 1300px;
}

@media only screen and (max-width: 1200px) {
  .view-search .view-content {
    max-width: 100%;
  }
  .browser-ie .view-search .view-content {
    overflow-x: hidden;
  }
}

.siteBranding a {
  display: block;
}

.siteBranding img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  padding-bottom: 0.5rem;
  max-width: 50vw;
}

.sitewide-alert.alert-purple .close, .sitewide-alert.alert-medium-blue .close, .sitewide-alert.alert-black .close, .sitewide-alert.alert-red .close {
  color: #fff;
  border: 1px solid #fff;
}

.sitewide-alert.alert-yellow .close {
  color: #333;
  border: 1px solid #333;
}

.sitewide-alert {
  text-align: center;
  position: relative;
}

.sitewide-alert .close {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 18px;
  opacity: 0.8;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 0;
  border: 1px solid #5F5F5F;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.sitewide-alert .close:hover {
  font-size: rem(20px);
  opacity: 1;
}

.sitewide-alert .close span {
  position: relative;
  top: -1px;
}

.sitewide-alert.alert-purple {
  color: #fff;
  background-color: #84025C;
}

.sitewide-alert.alert-light-blue {
  background-color: #70CBF9;
}

.sitewide-alert.alert-medium-blue {
  color: #fff;
  background-color: #0061AA;
}

.sitewide-alert.alert-black {
  color: #fff;
  background-color: #000;
}

.sitewide-alert.alert-black .fieldName-message a {
  color: #fff;
}

.sitewide-alert.alert-yellow {
  color: #333;
  background-color: #FFDE00;
}

.sitewide-alert.alert-yellow .fieldName-message a {
  color: #333;
}

.sitewide-alert.alert-red {
  color: #fff;
  background-color: #E30000;
}

.sitewide-alert.alert-red .fieldName-message a {
  color: #fff;
}

.sitewide-alert .fieldName-message {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1400px + (7rem));
  padding-right: 65px;
  padding-left: 65px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.06rem;
}

@media screen and (max-width: 600px) {
  .sitewide-alert .fieldName-message {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.browser-ie .sitewide-alert .fieldName-message {
  max-width: 1500px;
}

@media only screen and (max-width: 1200px) {
  .sitewide-alert .fieldName-message {
    max-width: 100%;
  }
  .browser-ie .sitewide-alert .fieldName-message {
    overflow-x: hidden;
  }
}

.sitewide-alert .fieldName-message a {
  font-weight: bold;
}

.sitewide-alert .fieldName-message a:hover {
  opacity: 0.8;
}

.sitewide-alert .fieldName-message p {
  margin: 0;
  font-size: inherit;
}

@media only screen and (max-width: 1200px) {
  .sitewide-alert .fieldName-message {
    padding-right: 65px;
    padding-left: 35px;
  }
}

/* Common styles of menus */
@media only screen and (min-width: 1201px) {
  ul.menu.dl-submenu.dl-animate-in-2,
  .dl-back {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .menu-main {
    width: 100%;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
  }
  .menu-main:first-child {
    margin-right: 100px;
  }
  .menu-main ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .menu-main li {
    position: relative;
  }
  .menu-main li a {
    display: block;
    position: relative;
    padding: 18px 22px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    outline: none;
  }
  .menu-main li a:visited, .menu-main li a:active {
    color: #fff;
  }
  .no-touch .menu-main li a:hover {
    background: rgba(255, 248, 213, 0.1);
  }
  .menu-main li.dl-back > a {
    font-size: 1.4rem;
    font-weight: 700;
    border-bottom: 2px solid white;
  }
  .menu-main li.dl-back:after,
  .menu-main li > a:not(:only-child):after {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 12px;
    height: 40px;
    width: 40px;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/themes/custom/srcd/css/../images/icons/chev-right.svg");
    cursor: pointer;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.25s ease-in;
    transition: -webkit-transform 0.25s ease-in;
    transition: transform 0.25s ease-in;
    transition: transform 0.25s ease-in, -webkit-transform 0.25s ease-in;
  }
  .menu-main li.dl-back:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url("/themes/custom/srcd/css/../images/icons/chev-right.svg");
  }
  .menu-main li.dl-back:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .menu-main li > a:after {
    right: 10px;
    color: rgba(0, 0, 0, 0.15);
  }
  .menu-main .dl-menu {
    margin: 5px 0 0 0;
    /*	position: absolute; */
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .menu-main .dl-menu.dl-menu-toggle {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu-main .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  /* Hide the inner submenus */
  .menu-main li .dl-submenu {
    display: none;
    margin-left: 0;
  }
  .dl-menu.dl-subview li,
  .dl-menu.dl-subview li.dl-subviewopen > a,
  .dl-menu.dl-subview li.dl-subview > a {
    display: none;
  }
  .dl-menu.dl-subview li.dl-subview,
  .dl-menu.dl-subview li.dl-subview .dl-submenu,
  .dl-menu.dl-subview li.dl-subviewopen,
  .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
  .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
    display: block;
  }
  /* Dynamically added submenu outside of the menu context */
  .menu-main > .dl-submenu {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    margin: 0;
  }
  /* Animation classes for moving out and in */
  .dl-menu.dl-animate-out-1 {
    -webkit-animation: MenuAnimOut1 0.4s;
    animation: MenuAnimOut1 0.4s;
  }
  .dl-menu.dl-animate-out-2 {
    -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
    animation: MenuAnimOut2 0.3s ease-in-out;
  }
  .dl-menu.dl-animate-out-3 {
    -webkit-animation: MenuAnimOut3 0.4s ease;
    animation: MenuAnimOut3 0.4s ease;
  }
  .dl-menu.dl-animate-out-4 {
    -webkit-animation: MenuAnimOut4 0.4s ease;
    animation: MenuAnimOut4 0.4s ease;
  }
  .dl-menu.dl-animate-out-5 {
    -webkit-animation: MenuAnimOut5 0.4s ease;
    animation: MenuAnimOut5 0.4s ease;
  }
  @-webkit-keyframes MenuAnimOut1 {
    0% {
    }
    50% {
      -webkit-transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
      -webkit-transform: translateZ(-372.5px) rotateY(15deg);
      opacity: .5;
    }
    100% {
      -webkit-transform: translateZ(-500px) rotateY(0deg);
      opacity: 0;
    }
  }
  @-webkit-keyframes MenuAnimOut2 {
    0% {
    }
    100% {
      -webkit-transform: translateX(-100%);
      opacity: 0;
    }
  }
  @-webkit-keyframes MenuAnimOut3 {
    0% {
    }
    100% {
      -webkit-transform: translateZ(300px);
      opacity: 0;
    }
  }
  @-webkit-keyframes MenuAnimOut4 {
    0% {
    }
    100% {
      -webkit-transform: translateZ(-300px);
      opacity: 0;
    }
  }
  @-webkit-keyframes MenuAnimOut5 {
    0% {
    }
    100% {
      -webkit-transform: translateY(40%);
      opacity: 0;
    }
  }
  @keyframes MenuAnimOut1 {
    0% {
    }
    50% {
      -webkit-transform: translateZ(-250px) rotateY(30deg);
      transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
      -webkit-transform: translateZ(-372.5px) rotateY(15deg);
      transform: translateZ(-372.5px) rotateY(15deg);
      opacity: .5;
    }
    100% {
      -webkit-transform: translateZ(-500px) rotateY(0deg);
      transform: translateZ(-500px) rotateY(0deg);
      opacity: 0;
    }
  }
  @keyframes MenuAnimOut2 {
    0% {
    }
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 0;
    }
  }
  @keyframes MenuAnimOut3 {
    0% {
    }
    100% {
      -webkit-transform: translateZ(300px);
      transform: translateZ(300px);
      opacity: 0;
    }
  }
  @keyframes MenuAnimOut4 {
    0% {
    }
    100% {
      -webkit-transform: translateZ(-300px);
      transform: translateZ(-300px);
      opacity: 0;
    }
  }
  @keyframes MenuAnimOut5 {
    0% {
    }
    100% {
      -webkit-transform: translateY(40%);
      transform: translateY(40%);
      opacity: 0;
    }
  }
  .dl-menu.dl-animate-in-1 {
    -webkit-animation: MenuAnimIn1 0.3s;
    animation: MenuAnimIn1 0.3s;
  }
  .dl-menu.dl-animate-in-2 {
    -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
    animation: MenuAnimIn2 0.3s ease-in-out;
  }
  .dl-menu.dl-animate-in-3 {
    -webkit-animation: MenuAnimIn3 0.4s ease;
    animation: MenuAnimIn3 0.4s ease;
  }
  .dl-menu.dl-animate-in-4 {
    -webkit-animation: MenuAnimIn4 0.4s ease;
    animation: MenuAnimIn4 0.4s ease;
  }
  .dl-menu.dl-animate-in-5 {
    -webkit-animation: MenuAnimIn5 0.4s ease;
    animation: MenuAnimIn5 0.4s ease;
  }
  @-webkit-keyframes MenuAnimIn1 {
    0% {
      -webkit-transform: translateZ(-500px) rotateY(0deg);
      opacity: 0;
    }
    20% {
      -webkit-transform: translateZ(-250px) rotateY(30deg);
      opacity: 0.5;
    }
    100% {
      -webkit-transform: translateZ(0px) rotateY(0deg);
      opacity: 1;
    }
  }
  @-webkit-keyframes MenuAnimIn2 {
    0% {
      -webkit-transform: translateX(-100%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0px);
      opacity: 1;
    }
  }
  @-webkit-keyframes MenuAnimIn3 {
    0% {
      -webkit-transform: translateZ(300px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0px);
      opacity: 1;
    }
  }
  @-webkit-keyframes MenuAnimIn4 {
    0% {
      -webkit-transform: translateZ(-300px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0px);
      opacity: 1;
    }
  }
  @-webkit-keyframes MenuAnimIn5 {
    0% {
      -webkit-transform: translateY(40%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes MenuAnimIn1 {
    0% {
      -webkit-transform: translateZ(-500px) rotateY(0deg);
      transform: translateZ(-500px) rotateY(0deg);
      opacity: 0;
    }
    20% {
      -webkit-transform: translateZ(-250px) rotateY(30deg);
      transform: translateZ(-250px) rotateY(30deg);
      opacity: 0.5;
    }
    100% {
      -webkit-transform: translateZ(0px) rotateY(0deg);
      transform: translateZ(0px) rotateY(0deg);
      opacity: 1;
    }
  }
  @keyframes MenuAnimIn2 {
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1;
    }
  }
  @keyframes MenuAnimIn3 {
    0% {
      -webkit-transform: translateZ(300px);
      transform: translateZ(300px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px);
      opacity: 1;
    }
  }
  @keyframes MenuAnimIn4 {
    0% {
      -webkit-transform: translateZ(-300px);
      transform: translateZ(-300px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px);
      opacity: 1;
    }
  }
  @keyframes MenuAnimIn5 {
    0% {
      -webkit-transform: translateY(40%);
      transform: translateY(40%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }
  .menu-main > .dl-submenu.dl-animate-in-1 {
    -webkit-animation: SubMenuAnimIn1 0.4s ease;
    animation: SubMenuAnimIn1 0.4s ease;
  }
  .menu-main > .dl-submenu.dl-animate-in-2 {
    -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
    animation: SubMenuAnimIn2 0.3s ease-in-out;
  }
  .menu-main > .dl-submenu.dl-animate-in-3 {
    -webkit-animation: SubMenuAnimIn3 0.4s ease;
    animation: SubMenuAnimIn3 0.4s ease;
  }
  .menu-main > .dl-submenu.dl-animate-in-4 {
    -webkit-animation: SubMenuAnimIn4 0.4s ease;
    animation: SubMenuAnimIn4 0.4s ease;
  }
  .menu-main > .dl-submenu.dl-animate-in-5 {
    -webkit-animation: SubMenuAnimIn5 0.4s ease;
    animation: SubMenuAnimIn5 0.4s ease;
  }
  @-webkit-keyframes SubMenuAnimIn1 {
    0% {
      -webkit-transform: translateX(50%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0px);
      opacity: 1;
    }
  }
  @-webkit-keyframes SubMenuAnimIn2 {
    0% {
      -webkit-transform: translateX(100%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0px);
      opacity: 1;
    }
  }
  @-webkit-keyframes SubMenuAnimIn3 {
    0% {
      -webkit-transform: translateZ(-300px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0px);
      opacity: 1;
    }
  }
  @-webkit-keyframes SubMenuAnimIn4 {
    0% {
      -webkit-transform: translateZ(300px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0px);
      opacity: 1;
    }
  }
  @-webkit-keyframes SubMenuAnimIn5 {
    0% {
      -webkit-transform: translateZ(-200px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
      opacity: 1;
    }
  }
  @keyframes SubMenuAnimIn1 {
    0% {
      -webkit-transform: translateX(50%);
      transform: translateX(50%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1;
    }
  }
  @keyframes SubMenuAnimIn2 {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1;
    }
  }
  @keyframes SubMenuAnimIn3 {
    0% {
      -webkit-transform: translateZ(-300px);
      transform: translateZ(-300px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px);
      opacity: 1;
    }
  }
  @keyframes SubMenuAnimIn4 {
    0% {
      -webkit-transform: translateZ(300px);
      transform: translateZ(300px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px);
      opacity: 1;
    }
  }
  @keyframes SubMenuAnimIn5 {
    0% {
      -webkit-transform: translateZ(-200px);
      transform: translateZ(-200px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
    }
  }
  .menu-main > .dl-submenu.dl-animate-out-1 {
    -webkit-animation: SubMenuAnimOut1 0.4s ease;
    animation: SubMenuAnimOut1 0.4s ease;
  }
  .menu-main > .dl-submenu.dl-animate-out-2 {
    -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
    animation: SubMenuAnimOut2 0.3s ease-in-out;
  }
  .menu-main > .dl-submenu.dl-animate-out-3 {
    -webkit-animation: SubMenuAnimOut3 0.4s ease;
    animation: SubMenuAnimOut3 0.4s ease;
  }
  .menu-main > .dl-submenu.dl-animate-out-4 {
    -webkit-animation: SubMenuAnimOut4 0.4s ease;
    animation: SubMenuAnimOut4 0.4s ease;
  }
  .menu-main > .dl-submenu.dl-animate-out-5 {
    -webkit-animation: SubMenuAnimOut5 0.4s ease;
    animation: SubMenuAnimOut5 0.4s ease;
  }
  @-webkit-keyframes SubMenuAnimOut1 {
    0% {
      -webkit-transform: translateX(0%);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(50%);
      opacity: 0;
    }
  }
  @-webkit-keyframes SubMenuAnimOut2 {
    0% {
      -webkit-transform: translateX(0%);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(100%);
      opacity: 0;
    }
  }
  @-webkit-keyframes SubMenuAnimOut3 {
    0% {
      -webkit-transform: translateZ(0px);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateZ(-300px);
      opacity: 0;
    }
  }
  @-webkit-keyframes SubMenuAnimOut4 {
    0% {
      -webkit-transform: translateZ(0px);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateZ(300px);
      opacity: 0;
    }
  }
  @-webkit-keyframes SubMenuAnimOut5 {
    0% {
      -webkit-transform: translateZ(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateZ(-200px);
      opacity: 0;
    }
  }
  @keyframes SubMenuAnimOut1 {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(50%);
      transform: translateX(50%);
      opacity: 0;
    }
  }
  @keyframes SubMenuAnimOut2 {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      opacity: 0;
    }
  }
  @keyframes SubMenuAnimOut3 {
    0% {
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateZ(-300px);
      transform: translateZ(-300px);
      opacity: 0;
    }
  }
  @keyframes SubMenuAnimOut4 {
    0% {
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateZ(300px);
      transform: translateZ(300px);
      opacity: 0;
    }
  }
  @keyframes SubMenuAnimOut5 {
    0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateZ(-200px);
      transform: translateZ(-200px);
      opacity: 0;
    }
  }
  /* No JS Fallback */
  .no-js .menu-main .dl-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  .no-js .menu-main li .dl-submenu {
    display: block;
  }
  .no-js .menu-main li.dl-back {
    display: none;
  }
  .no-js .menu-main li > a:not(:only-child) {
    background: rgba(0, 0, 0, 0.1);
  }
  .no-js .menu-main li > a:not(:only-child):after {
    content: '';
  }
  /* Colors for demos */
  /* Demo 1 */
  .demo-1 .menu-main button {
    background: #c62860;
  }
  .demo-1 .menu-main button:hover,
  .demo-1 .menu-main button.dl-active,
  .demo-1 .menu-main ul {
    background: #9e1847;
  }
  /* Demo 2 */
  .demo-2 .menu-main button {
    background: #e86814;
  }
  .demo-2 .menu-main button:hover,
  .demo-2 .menu-main button.dl-active,
  .demo-2 .menu-main ul {
    background: #D35400;
  }
  /* Demo 3 */
  .demo-3 .menu-main button {
    background: #08cbc4;
  }
  .demo-3 .menu-main button:hover,
  .demo-3 .menu-main button.dl-active,
  .demo-3 .menu-main ul {
    background: #00b4ae;
  }
  /* Demo 4 */
  .demo-4 .menu-main button {
    background: #90b912;
  }
  .demo-4 .menu-main button:hover,
  .demo-4 .menu-main button.dl-active,
  .demo-4 .menu-main ul {
    background: #79a002;
  }
  /* Demo 5 */
  .demo-5 .menu-main button {
    background: #744783;
  }
  .demo-5 .menu-main button:hover,
  .demo-5 .menu-main button.dl-active,
  .demo-5 .menu-main ul {
    background: #643771;
  }
}

.layout-homepage-latestUpdates {
  background-image: url(/themes/custom/srcd/images/latest-updates-merged.svg);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 5rem 0;
  position: relative;
  margin-bottom: -3rem;
}

.layout-homepage-latestUpdates .layout-homepage-latestUpdates-content {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1400px + (7rem));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 600px) {
  .layout-homepage-latestUpdates .layout-homepage-latestUpdates-content {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.browser-ie .layout-homepage-latestUpdates .layout-homepage-latestUpdates-content {
  max-width: 1500px;
}

@media only screen and (max-width: 1200px) {
  .layout-homepage-latestUpdates .layout-homepage-latestUpdates-content {
    max-width: 100%;
  }
  .browser-ie .layout-homepage-latestUpdates .layout-homepage-latestUpdates-content {
    overflow-x: hidden;
  }
}

.layout-homepage-latestUpdates .layout-homepage-left {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
}

.layout-homepage-latestUpdates .layout-homepage-left .fieldName-field-updates-image img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 10px #C6EAFD;
  box-shadow: 0 0 0 10px #C6EAFD;
}

.layout-homepage-latestUpdates .layout-homepage-left .fieldName-field-updates-image img > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-top: 100%;
  height: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.layout-homepage-latestUpdates .layout-homepage-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 80%;
  flex: 1 0 80%;
}

.layout-homepage-latestUpdates .layout-homepage-right .fieldName-field-updates-header,
.layout-homepage-latestUpdates .layout-homepage-right .fieldName-field-updates-description {
  max-width: 700px;
  margin-bottom: 1rem;
}

.layout-homepage-latestUpdates .layout-homepage-right .fieldName-field-updates-header {
  position: relative;
  font-family: "Merriweather", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 2.4rem;
  color: #333333;
}

.layout-homepage-latestUpdates .layout-homepage-right .fieldName-field-updates-header::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(/themes/custom/srcd/css/../images/icons/icon-lines.svg);
  background-size: cover;
  background-repeat: repeat;
  width: 22px;
  height: 22px;
  left: -40px;
  top: -25px;
}

.layout-homepage-latestUpdates .layout-homepage-right ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.layout-homepage-latestUpdates .layout-homepage-right ul.tabs li {
  display: inline-block;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 2px solid #0061AA;
  border-bottom: 2px solid #0061AA;
  color: #0061AA;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}

.layout-homepage-latestUpdates .layout-homepage-right ul.tabs li:after {
  content: "";
  background: #0061AA;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 2px;
}

.layout-homepage-latestUpdates .layout-homepage-right ul.tabs li:before {
  content: "";
  background: #0061AA;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 50%;
  width: 2px;
}

.layout-homepage-latestUpdates .layout-homepage-right ul.tabs li:hover, .layout-homepage-latestUpdates .layout-homepage-right ul.tabs li:focus {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #0061AA;
}

.layout-homepage-latestUpdates .layout-homepage-right ul.tabs li:active {
  color: #fff;
  background-color: #003e6d;
}

.layout-homepage-latestUpdates .layout-homepage-right ul.tabs li.current {
  color: #fff;
  background-color: #0061AA;
}

.layout-homepage-latestUpdates .layout-homepage-right .tab-content {
  display: none;
  padding: 3rem 0;
}

.layout-homepage-latestUpdates .layout-homepage-right .tab-content.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.layout-homepage-latestUpdates .layout-homepage-right .tab-content.current .layout-latest-left,
.layout-homepage-latestUpdates .layout-homepage-right .tab-content.current .layout-latest-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  max-width: 50%;
}

.layout-homepage-latestUpdates .layout-homepage-right .tab-content.current .layout-latest-left {
  padding: 0 3rem 3rem 0;
}

.layout-homepage-latestUpdates .layout-homepage-right .tab-content.current .layout-latest-left img {
  display: block;
  max-width: 100%;
  height: auto;
}

.layout-homepage-latestUpdates .layout-homepage-right .tab-content.current .layout-latest-right {
  border-left: 2px solid #5F5F5F;
  padding: 0 0 3rem 3rem;
}

@media (max-width: 1530px) {
  .layout-homepage-latestUpdates {
    background-position: -100px 0;
  }
  .layout-homepage-latestUpdates .layout-homepage-left {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 15%;
    flex: 1 0 15%;
  }
  .layout-homepage-latestUpdates .layout-homepage-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 65%;
    flex: 1 0 65%;
  }
}

@media only screen and (max-width: 1200px) {
  .layout-homepage-latestUpdates {
    background-position: bottom center;
    background-image: url(/themes/custom/srcd/images/latest-merged-mobile.svg);
    margin-bottom: -1rem;
  }
  .layout-homepage-latestUpdates .layout-homepage-latestUpdates-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .layout-homepage-latestUpdates .layout-homepage-latestUpdates-content .layout-homepage-left {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 70vw;
  }
  .layout-homepage-latestUpdates .layout-homepage-latestUpdates-content .layout-homepage-left img {
    display: block;
    margin: auto;
  }
  .layout-homepage-latestUpdates .layout-homepage-latestUpdates-content .layout-homepage-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .layout-homepage-latestUpdates .layout-homepage-latestUpdates-content .layout-homepage-right .tab-content.current {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .layout-homepage-latestUpdates .layout-homepage-latestUpdates-content .layout-homepage-right .tab-content.current .layout-latest-left,
  .layout-homepage-latestUpdates .layout-homepage-latestUpdates-content .layout-homepage-right .tab-content.current .layout-latest-right {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    border: 0;
    padding: 0;
  }
}

@media (min-width: 1725px) {
  .layout-homepage-latestUpdates .fieldName-field-updates-image img {
    position: absolute;
    left: 173px;
  }
}

.node-viewMode-related-content h2,
.node-viewMode-highlight h2,
.node-viewMode-listing h2,
.node-viewMode-feature h2 {
  color: #0061AA;
  font-size: 1.2rem;
  margin-top: 1.5rem;
}

.node-viewMode-related-content div.node-content .field.field .field-item,
.node-viewMode-highlight div.node-content .field.field .field-item,
.node-viewMode-listing div.node-content .field.field .field-item,
.node-viewMode-feature div.node-content .field.field .field-item {
  padding: 0;
}

.fieldName-field-event-type,
.fieldName-field-article-type,
.fieldName-field-resource-type,
.node-viewMode-highlight-resourceType {
  color: #0061AA;
  text-transform: uppercase;
}

.fieldName-field-highlighted-items article > *:first-child {
  margin-top: 0;
}

.fieldName-field-highlighted-items .fieldName-field-article-type,
.fieldName-field-highlighted-items .node-viewMode-highlight-resourceType,
.fieldName-field-highlighted-items .fieldName-field-event-type {
  color: #fff;
}

.page-nodeType-resource .region-content,
.page-nodeType-event .region-content {
  background-image: url(/themes/custom/srcd/images/srcd-gradient-bl-to-wht-vertical.svg);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.node-viewMode-highlight {
  margin-bottom: 3rem;
}

.node-viewMode-highlight h2 {
  font-size: 1.2rem;
  margin-top: 1rem;
}

.node-viewMode-highlight .fieldName-title {
  text-decoration: underline;
}

.node-viewMode-feature .fieldName-field-feature-image {
  margin-bottom: 2rem;
}

.node-viewMode-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.node-viewMode-listing .viewMode-listing-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 3.5rem;
}

.node-viewMode-listing .fieldName-field-feature-image-noImg {
  display: block;
  background: rgba(95, 95, 95, 0.5);
}

.node-viewMode-listing .fieldName-field-author-reference {
  display: none;
}

.node-viewMode-listing .fieldName-field-image-1 img,
.node-viewMode-listing .fieldName-field-feature-image img,
.node-viewMode-listing .viewMode-listing-left-related .fieldName-field-blog-feature-image img,
.node-viewMode-listing .fieldName-field-feature-image-noImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 10px #C6EAFD;
  box-shadow: 0 0 0 10px #C6EAFD;
  height: 324px;
  width: 324px;
}

.node-viewMode-listing .fieldName-field-image-1 img > *,
.node-viewMode-listing .fieldName-field-feature-image img > *,
.node-viewMode-listing .viewMode-listing-left-related .fieldName-field-blog-feature-image img > *,
.node-viewMode-listing .fieldName-field-feature-image-noImg > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-top: 100%;
  height: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1000px) {
  .node-viewMode-listing .fieldName-field-image-1 img,
  .node-viewMode-listing .fieldName-field-feature-image img,
  .node-viewMode-listing .fieldName-field-feature-image-noImg {
    height: 230px;
    width: 230px;
  }
}

@media screen and (max-width: 800px) {
  .node-viewMode-listing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .node-viewMode-listing .viewMode-listing-right {
    margin-left: 0;
  }
}

.node-viewMode-listing,
.node-viewMode-related-content {
  margin-bottom: 5rem;
}

.node-viewMode-listing .fieldName-field-datetime-range,
.node-viewMode-listing .fieldName-field-posted-date,
.node-viewMode-related-content .fieldName-field-datetime-range,
.node-viewMode-related-content .fieldName-field-posted-date {
  margin-bottom: 0.8rem;
}

.node-viewMode-listing .fieldName-field-description,
.node-viewMode-related-content .fieldName-field-description {
  margin-bottom: 2rem;
}

.fieldName-field-topic-reference .field-items {
  padding: 0 !important;
}

.fieldName-field-topic-reference .field-items .field-item {
  padding: 0.5rem 1.5rem !important;
  display: inline-block;
  margin: 1rem 1.5rem 0 0;
}

.viewMode-listing-right-related .fieldName-field-blogs-topics-reference {
  padding: 0.5rem 1.5rem !important;
  display: inline-block;
  margin: 1rem 1.5rem 0 0;
  color: #fff;
  text-transform: uppercase;
  background-color: #5F5F5F;
  font-weight: 700;
  width: auto !important;
}

.viewMode-listing-right-related .fieldName-field-blogs-topics-reference a {
  color: #fff;
}

.viewMode-listing-right-related .fieldName-field-blog-tags {
  margin: 1rem 0;
}

.viewMode-listing-right-related .fieldName-field-blog-tags > .field-item {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 3px 15px !important;
  width: unset !important;
  background-color: #C6EAFD;
  border-radius: 15px;
  text-transform: uppercase;
}

.viewMode-listing-right-related .tags.field-items {
  padding: 0 !important;
}

.viewMode-listing-right-related .tags.field-items .field-item {
  padding: 0.5rem 1.5rem !important;
  display: inline-block;
  margin: 1rem 1.5rem 0 0;
  color: #fff;
  text-transform: uppercase;
  background-color: #5F5F5F;
  font-weight: 700;
  width: auto !important;
}

.viewMode-listing-right-related .tags.field-items .field-item a {
  color: #fff;
}

.viewMode-listing-right-related .fieldName-field-blog-posted-date {
  margin-bottom: 0.8rem;
}

.viewMode-listing-right-related .fieldName-field-description {
  margin-bottom: 2rem;
}

article:not(.node-viewMode-related-content) .fieldName-field-topic-reference .field-item {
  color: #fff;
  text-transform: uppercase;
  background-color: #5F5F5F;
  font-weight: 700;
}

.node-viewMode-related-content .fieldName-field-topic-reference .field-item {
  font-weight: 700;
  text-transform: uppercase;
  border-top: 2px solid #0061AA;
  border-bottom: 2px solid #0061AA;
  color: #0061AA;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}

.node-viewMode-related-content .fieldName-field-topic-reference .field-item:after {
  content: "";
  background: #0061AA;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 2px;
}

.node-viewMode-related-content .fieldName-field-topic-reference .field-item:before {
  content: "";
  background: #0061AA;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 50%;
  width: 2px;
}

.node-viewMode-related-content .fieldName-field-topic-reference .field-item:hover, .node-viewMode-related-content .fieldName-field-topic-reference .field-item:focus {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #0061AA;
}

.node-viewMode-related-content .fieldName-field-topic-reference .field-item:active {
  color: #fff;
  background-color: #003e6d;
}

.views-card-list .view-content,
.view-taxonomy-term .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.views-card-list .view-content > div,
.view-taxonomy-term .view-content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.views-card-list .views-row,
.view-taxonomy-term .views-row {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-shadow: 0px 10px 30px rgba(57, 84, 116, 0.2);
  box-shadow: 0px 10px 30px rgba(57, 84, 116, 0.2);
  margin-right: 50px;
  margin-bottom: 20px;
  border-radius: 2px;
}

.views-card-list .views-row:hover h2 a,
.view-taxonomy-term .views-row:hover h2 a {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .views-card-list .views-row,
  .view-taxonomy-term .views-row {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    margin-right: 25px;
  }
}

@media (max-width: 700px) {
  .views-card-list .views-row,
  .view-taxonomy-term .views-row {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.views-card-list .views-row .viewMode-listing-right,
.view-taxonomy-term .views-row .viewMode-listing-right {
  margin: 0;
  padding: 0 20px;
}

.views-card-list .views-row .node-viewMode-listing,
.view-taxonomy-term .views-row .node-viewMode-listing {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2rem;
}

.views-card-list .views-row img,
.view-taxonomy-term .views-row img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.views-card-list .views-row .fieldName-field-blog-posted-date,
.view-taxonomy-term .views-row .fieldName-field-blog-posted-date {
  color: #5F5F5F;
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.views-card-list .views-row .fieldName-field-blog-description,
.view-taxonomy-term .views-row .fieldName-field-blog-description {
  margin-top: 20px;
}

.views-card-list .views-row .fieldName-field-blogs-topics-reference,
.view-taxonomy-term .views-row .fieldName-field-blogs-topics-reference {
  font-size: 0.9rem;
}

.views-card-list .views-row .fieldName-field-blog-tags,
.view-taxonomy-term .views-row .fieldName-field-blog-tags {
  margin: 1rem 0;
}

.views-card-list .views-row .fieldName-field-blog-tags > .field-item,
.view-taxonomy-term .views-row .fieldName-field-blog-tags > .field-item {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 3px 15px !important;
  width: unset !important;
  background-color: #C6EAFD;
  border-radius: 15px;
  text-transform: uppercase;
}

.views-infinite-scroll-pager {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-views > h2 {
  position: relative;
}

.block-views > h2::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(/themes/custom/srcd/css/../images/icons/icon-lines.svg);
  background-size: cover;
  background-repeat: repeat;
  width: 22px;
  height: 22px;
  left: -40px;
  top: -25px;
}

.block-views .more-link {
  margin-bottom: 5rem;
  text-align: center;
}

.block-views .more-link a {
  font-weight: 700;
  text-transform: uppercase;
  border-top: 2px solid #84025C;
  border-bottom: 2px solid #84025C;
  color: #84025C;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  display: inline-block;
}

.block-views .more-link a:after {
  content: "";
  background: #84025C;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 2px;
}

.block-views .more-link a:before {
  content: "";
  background: #84025C;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 50%;
  width: 2px;
}

.block-views .more-link a:hover, .block-views .more-link a:focus {
  color: #fff;
  background-color: #84025C;
  text-decoration: none !important;
}

.block-views .more-link a:active {
  color: #fff;
  background-color: #480132;
}

.view-taxonomy-term {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.view-taxonomy-term .view-content {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.view-taxonomy-term .view-content .fieldName-field-article-type,
.view-taxonomy-term .view-content .fieldName-field-description,
.view-taxonomy-term .view-content .fieldName-field-blog-description,
.view-taxonomy-term .view-content .node-content,
.view-taxonomy-term .view-content .fieldName-field-resource-type {
  display: none;
}

.view-taxonomy-term .view-content .views-row article {
  margin: 0;
}

.view-taxonomy-term .view-content .views-row article .node-content--container,
.view-taxonomy-term .view-content .views-row article > a > h2 {
  margin: 0;
  padding: 1rem;
}

.webform-submission-form {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1400px + (7rem));
}

@media screen and (max-width: 600px) {
  .webform-submission-form {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.browser-ie .webform-submission-form {
  max-width: 1500px;
}

@media only screen and (max-width: 1200px) {
  .webform-submission-form {
    max-width: 100%;
  }
  .browser-ie .webform-submission-form {
    overflow-x: hidden;
  }
}

#edit-second-column,
#edit-first-column {
  width: 46%;
  float: left;
}

#edit-second-column {
  margin-left: 35px;
}

/*# sourceMappingURL=sourcemaps/main.css.map */
