@charset "UTF-8";
html {
  box-sizing: border-box;
}

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

button, input[type=button], input[type=reset], input[type=submit] {
  appearance: none;
  background-color: #0c57aa;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 250ms ease-in-out;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover, button:focus, input[type=button]:hover, input[type=button]:focus, input[type=reset]:hover, input[type=reset]:focus, input[type=submit]:hover, input[type=submit]:focus {
  background-color: #0a4688;
  color: #fff;
}
button:disabled, input[type=button]:disabled, input[type=reset]:disabled, input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:disabled:hover, input[type=button]:disabled:hover, input[type=reset]:disabled:hover, input[type=submit]:disabled:hover {
  background-color: #0c57aa;
}

fieldset {
  background-color: #ececec;
  border: 1px solid #b3b3b3;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
}

label {
  font-weight: 600;
  margin-bottom: 0.375em;
}
label.required::after {
  content: "*";
}
label abbr {
  display: none;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]), textarea,
select[multiple=multiple] {
  background-color: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 250ms ease-in-out;
  width: 100%;
}
input[type=color]:hover, input[type=date]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=email]:hover, input[type=month]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=time]:hover, input[type=url]:hover, input[type=week]:hover, input:not([type]):hover, textarea:hover,
select[multiple=multiple]:hover {
  border-color: #8f8f8f;
}
input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input:not([type]):focus, textarea:focus,
select[multiple=multiple]:focus {
  border-color: #0c57aa;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(10, 75, 146, 0.7);
  outline: none;
}
input[type=color]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=email]:disabled, input[type=month]:disabled, input[type=number]:disabled, input[type=password]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=text]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=week]:disabled, input:not([type]):disabled, textarea:disabled,
select[multiple=multiple]:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
input[type=color]:disabled:hover, input[type=date]:disabled:hover, input[type=datetime]:disabled:hover, input[type=datetime-local]:disabled:hover, input[type=email]:disabled:hover, input[type=month]:disabled:hover, input[type=number]:disabled:hover, input[type=password]:disabled:hover, input[type=search]:disabled:hover, input[type=tel]:disabled:hover, input[type=text]:disabled:hover, input[type=time]:disabled:hover, input[type=url]:disabled:hover, input[type=week]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
select[multiple=multiple]:disabled:hover {
  border: 1px solid #b3b3b3;
}

textarea {
  resize: vertical;
}

input[type=search] {
  appearance: none;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
  margin-right: 0.375em;
}
input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
}

input[type=file] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: 600;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #868686;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #b3b3b3;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

@font-face {
  font-family: "open-sans";
  font-style: true;
  font-weight: normal;
  src: url("../fonts/opensans/opensans/opensans.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/opensans/opensans.woff2") format("woff2"), url("../fonts/opensans/opensans/opensans.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: true;
  font-weight: normal;
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat Bold";
  font-style: true;
  font-weight: bold;
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Lora";
  font-style: true;
  font-weight: normal;
  src: url("../fonts/Lora/Lora-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Lora Italic";
  font-style: true;
  font-weight: italic;
  src: url("../fonts/Lora/Lora-Italic.ttf") format("truetype");
}
body {
  color: #5f5f5f;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat Bold";
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 0.75em;
}

a {
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  color: #0c57aa;
  text-decoration: none;
}
a:active, a:focus, a:hover {
  color: #094180;
}

hr {
  border-bottom: 1px solid #b3b3b3;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

div.error {
  display: block;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em;
  background: #fbe3e4;
  border: 0;
  color: #97161b;
  text-align: center;
}
div.error a {
  color: #6a0f13;
  border-bottom: 1px solid rgba(106, 15, 19, 0.3);
}
div.error a:hover {
  color: #110203;
}

div.status {
  display: block;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em;
  background: #e6efc2;
  border: 0;
  color: #56651a;
  text-align: center;
}
div.status a {
  color: #333c10;
  border-bottom: 1px solid rgba(51, 60, 16, 0.3);
}
div.status a:hover {
  color: black;
}

div.warning {
  display: block;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em;
  background: #fff6bf;
  border: 0;
  color: #8c7800;
  text-align: center;
}
div.warning a {
  color: #594c00;
  border-bottom: 1px solid rgba(89, 76, 0, 0.3);
}
div.warning a:hover {
  color: black;
}

.sliding-panel-button,
.sliding-panel-close {
  display: none;
}

@media screen and (max-width: 940px) {
  .sliding-panel-content {
    display: block;
    position: fixed;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 220px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    z-index: 1;
  }
  .sliding-panel-content.is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.sliding-panel-fade-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}
.sliding-panel-fade-screen.is-visible {
  opacity: 0.4;
  visibility: visible;
}

#tabs {
  line-height: 1.5;
  padding: 0;
}
#tabs::after {
  clear: both;
  content: "";
  display: block;
}
#tabs ul {
  padding: 0;
  border-color: #b3b3b3;
}
#tabs li {
  list-style: none;
}
@media screen and (min-width: 940px) {
  #tabs li {
    display: inline;
  }
}
#tabs a {
  background-color: #fff;
  border-top: 1px solid #b3b3b3;
  color: #5f5f5f;
  display: block;
  font-weight: 400;
  padding: 0.75em 1.618em;
  text-decoration: none;
}
@media screen and (min-width: 940px) {
  #tabs a {
    display: inline-block;
    border: 0;
  }
}
#tabs a:hover {
  color: #0c57aa;
}
#tabs a:focus {
  outline: none;
}
#tabs a.active {
  border-bottom: 0;
}
@media screen and (min-width: 940px) {
  #tabs a.active {
    border: 1px solid #b3b3b3;
    border-bottom-color: #fff;
    margin-bottom: -1px;
  }
}

/*
*   #Page - General positioning of regions
*   1) Header - container, region-header, region-nav (all states)
*   2) Search Page
*
**/
body.user-logged-in #block-searchicon.contextual-region,
body.user-logged-in #block-compro-theme-branding.contextual-region,
body.user-logged-in #block-mainmenu.contextual-region {
  position: static;
}
@media all and (max-width: 940px) {
  body.user-logged-in header .region-nav {
    top: 111px;
  }
  body.user-logged-in header.header-fixed {
    top: 40px;
  }
  body.user-logged-in header.header-fixed .region-nav {
    top: 78px;
  }
}

body.toolbar-tray-open header.header-fixed {
  top: 80px;
}
@media all and (max-width: 940px) {
  body.toolbar-tray-open header.header-fixed {
    top: 40px;
  }
}
body.toolbar-tray-open header.header-fixed #block-googlecse {
  top: 65px;
}
@media all and (max-width: 940px) {
  body.toolbar-tray-open header.header-fixed #block-googlecse {
    top: 180px;
  }
}

header {
  z-index: 1;
}
header .container {
  max-height: 120px;
  margin: 0 auto;
  max-width: 1400px;
  padding: 32px;
  display: flex;
  /* added by WTW-kld for logo menu issues*/
  align-items: center;
}
@media all and (max-width: 1085px) {
  header .container {
    padding: 32px 1rem;
  }
}
@media all and (max-width: 940px) {
  header .container {
    max-height: 85px;
    padding: 20px 1rem;
  }
  header .container .logo img {
    max-height: 36px;
    padding-right: 16px;
  }
}
@media all and (max-width: 720px) {
  header .container {
    padding: 20px 1rem;
  }
}
@media all and (max-width: 480px) {
  header .container {
    padding: 20px 1rem;
  }
}
header .region-header {
  flex: auto;
  /*  WTW-kld for logo menu issue, logo will take up the remaining space after the menu takes what it needs */
}
@media all and (max-width: 940px) {
  header .region-header {
    display: block;
  }
  header .region-header .inner {
    display: flex;
    justify-content: space-between;
    align-content: center;
  }
}
header .region-nav {
  flex: none;
  /* WTW-kld for logo menu issue, menu will take all the space it needs to remain a single line */
}
@media all and (max-width: 940px) {
  header .region-nav {
    background-color: rgba(250, 250, 250, 0.9);
    display: none;
    height: 300px;
    position: absolute;
    top: 76px;
    transition: 250ms cubic-bezier(0.18, 0.01, 0.63, 0.98);
    width: 100vw;
  }
}
header .region-nav.nav-open {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
header .region-nav.child-open {
  height: auto;
  max-height: 500px;
}
header.header-fixed {
  background-color: rgba(250, 250, 250, 0.85);
  height: 85px;
  padding-top: 0px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200;
}
@media screen and (max-width: 940px) {
  header.header-fixed {
    width: 100vw;
  }
}
header.header-fixed .container {
  padding: 20px 40px;
  width: 100%;
  z-index: 500;
}
@media all and (max-width: 480px) {
  header.header-fixed .container {
    padding: 20px;
  }
}
header.header-fixed .region-header {
  background-color: transparent;
}
header.header-fixed .region-nav {
  background-color: transparent;
}
@media all and (max-width: 940px) {
  header.header-fixed .region-nav {
    background-color: rgba(250, 250, 250, 0.85);
  }
}

.path-search .layout-content {
  margin: 0 auto;
  max-width: 980px;
  padding: 40px;
}
.path-search .search-page-form {
  padding: 50px 0 0 0;
}
.path-search .form-wrapper {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.path-search .form-wrapper label {
  display: none;
}
.path-search .form-submit {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.path-search .search-help-link {
  float: right;
  margin: 0 5% 0 0;
}
.path-search h2 {
  clear: both;
}
.path-search .item-list li {
  margin-left: 0px;
}
.path-search .item-list .gsc-table-cell-snippet-close,
.path-search .item-list .gs-promotion-text-cell {
  width: 90%;
}

/*
*   #NODE
*
**/
/*Page*/
.path-frontpage .field--name-field-title {
  display: none;
}

.node--type-page .field--name-field-page-hero {
  margin: 0 0 60px 0;
}
.node--type-page .field--name-field-page-hero .field-type-text {
  display: inline-block;
  margin: 0 auto;
  width: 35%;
}
.node--type-page .field--name-field-page-hero > div {
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  max-height: 300px;
  min-width: 100%;
  width: 100%;
}
.node--type-page .field--name-field-page-hero > div img {
  background: transparent;
  max-height: 300px;
  object-fit: cover;
  overflow-y: hidden;
  width: 100%;
}
@media screen and (max-width: 940px) {
  .node--type-page .field--name-field-page-hero > div img {
    visibility: visible;
  }
}
.node--type-page .field-group-page-hero {
  position: relative;
  z-index: -1;
}
.node--type-page .field-group-page-hero .field--name-field-title {
  color: #fff;
  font-size: 2.75rem;
  font-weight: 600;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

/*Webform*/
.node--type-webform .image-form-wrapper {
  background-color: #1dadff;
  display: flex;
}
@media screen and (max-width: 940px) {
  .node--type-webform .image-form-wrapper {
    flex-direction: column;
    width: 100%;
  }
}
.node--type-webform .field--name-field-form-image,
.node--type-webform .field-group-form-text {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
@media screen and (max-width: 940px) {
  .node--type-webform .field--name-field-form-image,
.node--type-webform .field-group-form-text {
    width: 100%;
  }
}
.node--type-webform .field--name-field-form-image {
  line-height: 0px;
}
@media screen and (max-width: 940px) {
  .node--type-webform .field--name-field-form-image {
    margin: 0 0 30px 0;
    max-width: 100%;
  }
}
.node--type-webform .field--name-field-form-image img {
  height: 100%;
  line-height: 0px;
  object-fit: cover;
}
.node--type-webform .field-group-form-text {
  color: white;
  padding: 50px 10% 50px 5%;
}
@media screen and (max-width: 940px) {
  .node--type-webform .field-group-form-text {
    padding: 0 20px;
  }
}
.node--type-webform .field--name-field-title {
  color: #00264b;
  font-family: "Montserrat Bold";
  font-size: 2.25rem;
  letter-spacing: 0.00625rem;
  margin: 0 0 35px 0;
  text-align: left;
  text-transform: capitalize;
}
.node--type-webform .field--name-field-form-text {
  font-family: "Lora";
  font-size: 1.3125rem;
  margin: 0 0 35px 0;
  text-align: left;
}
@media screen and (max-width: 940px) {
  .node--type-webform .field--name-field-form-webform {
    margin: 0 auto;
  }
}
.node--type-webform .field--name-field-form-webform .form-item {
  height: 70px;
  margin: 0 0 30px 0;
  max-width: 85%;
}
@media screen and (max-width: 940px) {
  .node--type-webform .field--name-field-form-webform .form-item {
    margin: 0 0 30px 0;
    max-width: 100%;
  }
}
.node--type-webform .field--name-field-form-webform .form-item label {
  color: #2d2d2d;
  font-family: "Montserrat";
  font-size: 11px;
  margin: 0 0 12px 0;
  text-transform: uppercase;
}
.node--type-webform .field--name-field-form-webform .form-item label::after {
  content: ":";
  font-size: 0.875rem;
  position: relative;
  bottom: 1px;
  left: 2px;
}
.node--type-webform .field--name-field-form-webform .form-item input {
  background-color: #dcdcdc;
  border-radius: unset;
  border-stye: none;
  border-width: 0px;
  color: #5f5f5f;
  font-size: 15px;
  height: 40px;
  padding: 10px 20px;
}
.node--type-webform .field--name-field-form-webform .form-item input::-webkit-input-placeholder, .node--type-webform .field--name-field-form-webform .form-item input::-moz-placeholder, .node--type-webform .field--name-field-form-webform .form-item input:-ms-input-placeholder, .node--type-webform .field--name-field-form-webform .form-item input:-moz-placeholder {
  font-family: "Lora Italic";
  font-size: 15px;
}
.node--type-webform .field--name-field-form-webform fieldset {
  padding: 5px;
  height: auto !important;
}
.node--type-webform .field--name-field-form-webform .form-type-radio {
  height: auto;
  margin: 0;
}
.node--type-webform .field--name-field-form-webform .form-type-radio input {
  height: auto;
  display: inline-block;
  margin: 5px 4px 0;
  vertical-align: top;
}
.node--type-webform .field--name-field-form-webform .form-type-radio label {
  display: inline-block;
  width: 82%;
  margin: 4px 0 0;
  text-transform: none;
  font-size: 12px;
}
.node--type-webform .field--name-field-form-webform .form-type-radio label::after {
  content: "";
}
.node--type-webform .field--name-field-form-webform .form-type-radio fieldset {
  padding: 5px;
  height: auto;
}
.node--type-webform .field--name-field-form-webform .form-actions {
  margin: 0;
}
.node--type-webform .field--name-field-form-webform .form-actions input {
  background-color: #0f6cb6;
  border-radius: unset;
  font-family: "Montserrat";
  font-size: 0.875rem;
  margin: 0;
  padding: 12px 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 940px) {
  .node--type-webform .field--name-field-form-webform .form-actions input {
    margin: 0 0 50px 0;
  }
}
.node--type-webform .field--name-field-form-webform .form-actions input:hover {
  background-color: #429FE9;
  transition: 250ms ease-in-out;
}

/*Report*/
.node--type-report.node--view-mode-card {
  border-top: 1.5px solid #333;
  margin: 0 30px 0 0;
  padding: 0 20px 0 0;
}
@media all and (max-width: 500px) {
  .node--type-report.node--view-mode-card {
    margin: 0;
    padding: 0;
  }
}
.node--type-report.node--view-mode-card:first-child {
  border-top: none;
  padding-top: 0;
}
.node--type-report.node--view-mode-card > h2 {
  display: none;
}
.node--type-report.node--view-mode-card .field--name-field-report-featured-image {
  float: left;
  margin: 0 25px 0 0;
  max-height: 200px;
  max-width: 300px;
  overflow: hidden;
}
.node--type-report.node--view-mode-card .field--name-field-report-featured-image img {
  object-fit: contain;
}
.node--type-report.node--view-mode-card .group-report-teaser-text {
  font-size: 16px;
  position: relative;
}
.node--type-report .group-sidebar .field--name-field-report-report {
  padding: 25px 15px;
  color: white;
}
.node--type-report .group-sidebar .field--name-field-report-report .field__label {
  padding-bottom: 25px;
  font-weight: normal;
  font-size: 1.6em;
}
.node--type-report .group-sidebar .field--name-field-report-report a {
  text-transform: uppercase;
  font-weight: bold;
  padding: 9px 20px;
  font-size: 0.8em;
}

.node--type-report-container {
  margin: 60px auto 0;
  max-width: 1200px;
  padding: 0 20px;
}
.node--type-report-container:after {
  content: "";
  clear: both;
  display: table;
}
@media all and (max-width: 500px) {
  .node--type-report-container {
    padding: 0;
  }
  .node--type-report-container .field--name-field-title {
    padding: 0 20px;
  }
}

.group-sidebar {
  display: inline-block;
  font-size: 0.875rem;
  float: left;
  margin: 0 0 0 30px;
  width: 18%;
}
@media all and (max-width: 940px) {
  .group-sidebar {
    width: 24%;
  }
}
.group-sidebar:after {
  content: "";
  clear: both;
  display: table;
}
.group-sidebar .sidebar-share-text {
  font-weight: bold;
}
.group-sidebar a {
  color: #0f6cb6;
  font-family: "Montserrat Bold";
  font-weight: bold;
}
.group-sidebar a:before {
  font-size: 22px;
  padding: 5px 10px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  color: #0c57aa;
  text-decoration: none;
}
.group-sidebar a:before:active, .group-sidebar a:before:focus, .group-sidebar a:before:hover {
  color: #094180;
}
.group-sidebar .featured-in-label {
  margin-bottom: 25px;
}
@media all and (max-width: 660px) {
  .group-sidebar {
    float: none;
    margin: 0;
    padding: 0 20px;
    width: 100%;
  }
}

.group-report-content {
  display: inline-block;
  float: right;
  width: 78%;
}
.group-report-content:after {
  content: "";
  clear: both;
  display: table;
}
@media all and (max-width: 940px) {
  .group-report-content {
    width: 70%;
  }
}
@media all and (max-width: 660px) {
  .group-report-content {
    float: none;
    width: 100%;
  }
}

.node--type-report .title-download-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.node--type-report .field--name-field-report-report a,
.node--type-report .field--name-field-report-link a {
  background-color: #ffcc05;
  color: #0c57aa;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 1rem 2rem;
  text-align: center;
  text-transform: uppercase;
}
.node--type-report .field--name-field-report-report a:hover, .node--type-report .field--name-field-report-report a:focus,
.node--type-report .field--name-field-report-link a:hover,
.node--type-report .field--name-field-report-link a:focus {
  background-color: #0c57aa;
  color: #fff;
}

.node--type-report.node--view-mode-card .field--name-field-report-report,
.node--type-report.node--view-mode-card .field--name-field-report-link {
  text-align: right;
  margin-top: 1rem;
}

.node--type-report.node--view-mode-card a.download-pdf,
.node--type-report.node--view-mode-card .field--name-field-report-link a {
  background-color: transparent;
  border: 1px solid #0c57aa;
  color: #0c57aa;
  padding: 0.75rem;
  margin: 0;
  font-size: 0.7rem;
  text-align: center;
  text-transform: uppercase;
}
.node--type-report.node--view-mode-card a.download-pdf:hover,
.node--type-report.node--view-mode-card .field--name-field-report-link a:hover {
  background-color: #ffcc05;
}

@media all and (max-width: 940px) {
  .node--type-report .title-download-wrapper {
    display: block;
  }
}
.group-sidebar .download-pdf {
  display: block;
  text-align: center;
}

.field--name-field-report-link,
.group-sidebar > .field,
.group-sidebar > .sidebar-share-wrapper,
.group-sidebar > .field--name-field-report-news-source-link {
  margin: 0 0 20px 0;
}
.field--name-field-report-link > .field__label,
.group-sidebar > .field > .field__label,
.group-sidebar > .sidebar-share-wrapper > .field__label,
.group-sidebar > .field--name-field-report-news-source-link > .field__label {
  font-weight: 300;
}
.field--name-field-report-link > .field__item,
.field--name-field-report-link > .field__items,
.group-sidebar > .field > .field__item,
.group-sidebar > .field > .field__items,
.group-sidebar > .sidebar-share-wrapper > .field__item,
.group-sidebar > .sidebar-share-wrapper > .field__items,
.group-sidebar > .field--name-field-report-news-source-link > .field__item,
.group-sidebar > .field--name-field-report-news-source-link > .field__items {
  font-family: "Montserrat Bold";
  font-weight: 700;
}
.field--name-field-report-link > .field__item a,
.field--name-field-report-link > .field__items a,
.group-sidebar > .field > .field__item a,
.group-sidebar > .field > .field__items a,
.group-sidebar > .sidebar-share-wrapper > .field__item a,
.group-sidebar > .sidebar-share-wrapper > .field__items a,
.group-sidebar > .field--name-field-report-news-source-link > .field__item a,
.group-sidebar > .field--name-field-report-news-source-link > .field__items a {
  font-family: "Montserrat Bold";
}
@media all and (max-width: 660px) {
  .field--name-field-report-link,
.group-sidebar > .field,
.group-sidebar > .sidebar-share-wrapper,
.group-sidebar > .field--name-field-report-news-source-link {
    font-size: 0.875rem;
  }
}

.group-sidebar h3 {
  font-weight: 300;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
}

.field--name-field-report-news-source > .field__items > .field__item {
  font-style: italic;
}

.field--name-field-report-report > .field__label {
  font-family: "Lora";
  font-weight: 300;
}

.group-sidebar > .field:last-child {
  margin-bottom: 40px;
}

.region-content {
  overflow: hidden;
}

.node--type-news.node--view-mode-full .news-hero .container {
  height: 300px;
  max-height: 350px;
  margin: 0 auto;
  max-width: 1400px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 48rem) {
  .node--type-news.node--view-mode-full .news-hero .container {
    height: auto;
    max-height: unset;
    flex-direction: column;
    max-height: unset;
  }
}
.node--type-news.node--view-mode-full .image {
  max-height: 300px;
  max-width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 68rem) {
  .node--type-news.node--view-mode-full .image {
    max-width: 40%;
  }
}
@media screen and (max-width: 48rem) {
  .node--type-news.node--view-mode-full .image {
    max-height: unset;
    max-width: unset;
    width: 100%;
  }
}
.node--type-news.node--view-mode-full .image picture,
.node--type-news.node--view-mode-full .image img {
  max-height: 300px;
}
@media screen and (max-width: 48rem) {
  .node--type-news.node--view-mode-full .image picture,
.node--type-news.node--view-mode-full .image img {
    max-height: unset;
    max-width: unset;
    width: 100%;
  }
}
.node--type-news.node--view-mode-full .content {
  color: white;
  padding: 2rem;
  font-family: "Lora", serif;
  font-size: 1.125rem;
  line-height: 1.4;
  max-width: 48rem;
  flex-shrink: 1;
}
@media screen and (max-width: 48rem) {
  .node--type-news.node--view-mode-full .content {
    font-size: 1rem;
    width: 100%;
    padding: 25px 20px;
    max-width: unset;
  }
}
.node--type-news.node--view-mode-full .title .field--name-field-title {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 48rem) {
  .node--type-news.node--view-mode-full .title .field--name-field-title {
    font-size: 1.75rem;
    line-height: 2.1875rem;
    padding-top: 0;
    margin-bottom: 1rem;
  }
}

.node--type-report.node--view-mode-teaser,
.node--type-news.node--view-mode-teaser {
  margin: 5rem auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 62rem) {
  .node--type-report.node--view-mode-teaser,
.node--type-news.node--view-mode-teaser {
    padding: 0 1rem;
    flex-wrap: wrap;
  }
}
.node--type-report.node--view-mode-teaser .field--name-field-report-featured-image,
.node--type-report.node--view-mode-teaser .field--name-field-news-featured-image,
.node--type-news.node--view-mode-teaser .field--name-field-report-featured-image,
.node--type-news.node--view-mode-teaser .field--name-field-news-featured-image {
  width: 30%;
}
.node--type-report.node--view-mode-teaser .field--name-field-report-featured-image img,
.node--type-report.node--view-mode-teaser .field--name-field-news-featured-image img,
.node--type-news.node--view-mode-teaser .field--name-field-report-featured-image img,
.node--type-news.node--view-mode-teaser .field--name-field-news-featured-image img {
  height: auto;
}
@media screen and (max-width: 40rem) {
  .node--type-report.node--view-mode-teaser .field--name-field-report-featured-image,
.node--type-report.node--view-mode-teaser .field--name-field-news-featured-image,
.node--type-news.node--view-mode-teaser .field--name-field-report-featured-image,
.node--type-news.node--view-mode-teaser .field--name-field-news-featured-image {
    width: 100%;
  }
}
.node--type-report.node--view-mode-teaser .text-wrapper,
.node--type-news.node--view-mode-teaser .text-wrapper {
  width: 65%;
}
@media screen and (max-width: 40rem) {
  .node--type-report.node--view-mode-teaser .text-wrapper,
.node--type-news.node--view-mode-teaser .text-wrapper {
    margin-top: 0.5rem;
    width: 100%;
  }
}
.node--type-report.node--view-mode-teaser h3 a,
.node--type-news.node--view-mode-teaser h3 a {
  font-size: 1.25rem;
}

/*
*   #REGION - General positioning of blocks within regions
*
*   1) region-header - branding block, hamburger
*   2) region-nav - email signup, search icon, main menu, search form
*
*
**/
/*Header*/
.region-header .block-system-branding-block {
  margin: 0 50px 0 0;
}
@media all and (max-width: 940px) {
  .region-header .block-system-branding-block {
    margin: 0;
  }
}
.region-header .hamburger {
  background-color: unset;
  display: none;
  float: right;
  padding: 0;
}
@media all and (max-width: 940px) {
  .region-header .hamburger {
    display: inline-block;
  }
}
@media all and (max-width: 1230px) {
  .region-header {
    max-width: 43%;
  }
}
@media all and (max-width: 940px) {
  .region-header {
    max-width: 100%;
  }
}

.region-nav {
  /*States*/
}
.region-nav .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  text-transform: uppercase;
}
@media all and (max-width: 940px) {
  .region-nav .inner {
    height: 100%;
    display: block;
  }
}
.region-nav .block-email-sign-up {
  display: inline-block;
  float: right;
}
@media all and (max-width: 940px) {
  .region-nav .block-email-sign-up {
    display: none;
    position: relative;
    text-align: center;
    top: 240px;
    width: 100%;
    z-index: 2;
  }
}
.region-nav .menu--menu-main-menu {
  display: inline-block;
  float: right;
}
.region-nav .block-search-icon-block {
  display: inline-block;
  float: right;
  margin: 0 30px 0 0;
  z-index: 2;
}
@media all and (max-width: 1320px) {
  .region-nav .block-search-icon-block {
    margin: 0 2vw 0 0;
  }
}
@media all and (max-width: 940px) {
  .region-nav .block-search-icon-block {
    display: none;
  }
}
.region-nav .block-google-cse {
  opacity: 0;
  position: absolute;
  top: 47px;
  right: 16.5%;
  transform: translateY(-100%);
  transition: transform 200ms cubic-bezier(0.07, 0.25, 0.97, 0.82);
  min-width: 25%;
  z-index: -1;
  /*States*/
}
.region-nav .block-google-cse.is-open {
  opacity: 1;
  transform: unset;
  z-index: 2;
}
@media all and (max-width: 940px) {
  .region-nav .block-google-cse {
    display: none;
    opacity: 1;
    position: absolute;
    top: 175px;
    right: unset;
    transform: unset;
    width: 100%;
    z-index: 2;
  }
  .region-nav .block-google-cse.is-open {
    display: block;
  }
}
.header-fixed .region-nav .block-google-cse {
  min-width: 50%;
  top: 65px;
  right: 200px;
}
@media all and (max-width: 940px) {
  .header-fixed .region-nav .block-google-cse {
    top: 175px;
    right: unset;
  }
}
.region-nav.nav-open {
  display: flex;
  flex-direction: column;
}
.region-nav.nav-open .block-email-sign-up,
.region-nav.nav-open .block-google-cse,
.region-nav.nav-open .menu--menu-main-menu {
  position: relative;
  float: none;
  display: block;
  top: unset;
  margin-bottom: 15px;
  margin-top: 10px;
}
.region-nav.nav-open .block-email-sign-up label,
.region-nav.nav-open .block-google-cse label,
.region-nav.nav-open .menu--menu-main-menu label {
  color: #5f5f5f;
}
@media all and (max-width: 1130px) {
  .region-nav {
    margin: 0 -20px 0 0;
  }
}

.region-footer .inner,
.region-post-footer .inner {
  margin: 0 auto;
  max-width: 1340px;
}

.region-footer {
  padding: 60px 3rem 35px 3rem;
  background-color: #37383A;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 940px) {
  .region-footer {
    padding: 30px 20px 25px 30px;
  }
}

.region-post-footer {
  padding: 40px 3rem;
  background-color: #292a2c;
}
@media screen and (max-width: 940px) {
  .region-post-footer {
    padding: 25px 20px;
  }
}

footer.footer-wrapper {
  color: #969696;
}

/*
*   #BLOCKS
*   1) Logo block
*   2) Search Icon
*   3) Search Form
*   4) Email Sign-up Button
*   5) Main Menu & Hamburger Button
*   6) Footer Menu
*   7) Footer Blocks (Address & Mobile Social Icons)
*   8) Post-Footer Blocks (Copyright & Desktop Social Icons)
*   9) Recent Reports
*  10) Recent News
**/
.block-system-branding-block h1 {
  line-height: 0;
  margin: 0;
}
@media screen and (max-width: 940px) {
  .block-system-branding-block {
    margin: 0;
  }
}
.block-system-branding-block.nav-open {
  left: 20px;
  max-width: 83%;
  position: relative;
  top: -55px;
}

.hamburger .hamburger-inner:before {
  color: #00264b;
  content: "☰";
  font-size: 1.8rem;
  transition: 0.25s ease-in-out;
}
.hamburger.nav-open .hamburger-inner::before {
  color: #00264b;
  content: "✕";
  font-size: 1.8rem;
  transform: scaleX(-1);
  transition: 0.25s ease-in-out;
}
.hamburger:focus {
  outline: none;
}

.block-email-sign-up a {
  background-color: #0f6cb6;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.4375rem 1.875rem;
}
.block-email-sign-up a:hover, .block-email-sign-up a:focus {
  transition: 250ms ease-in-out;
  background-color: #3ca0ef;
}
@media all and (max-width: 1260px) {
  .block-email-sign-up a {
    font-size: 0.75rem;
    padding: 0.4375rem 1.25rem;
  }
}
@media all and (max-width: 940px) {
  .block-email-sign-up a {
    font-size: 1rem;
    padding: 0.4375rem 1.875rem;
  }
}

/*Search Icon*/
.block-search-icon-block span:before {
  color: #00264b;
  font-family: "fontello";
  font-size: 1.0625rem;
}

/*Search Form*/
.block-google-cse {
  position: relative;
}
.block-google-cse #google-cse-results {
  display: none;
}
.block-google-cse .google-cse-search-box-form {
  position: relative;
}
@media all and (max-width: 940px) {
  .block-google-cse .google-cse-search-box-form {
    margin: 0 auto;
    min-width: 210px;
    width: 50%;
  }
}
.block-google-cse .form-item {
  color: white;
  font-size: 0.875rem;
  margin: 0;
}
.block-google-cse .form-item .form-text {
  background-color: #dcdcdc !important;
  background-image: none !important;
  border: 0 none;
  border-radius: 0;
  color: #5f5f5f;
  height: 40px;
  margin: 0;
  padding: 0 1.25rem;
}
@media all and (max-width: 940px) {
  .block-google-cse .form-item .form-text {
    background-color: #fff !important;
    border: 1px solid #ccc;
  }
}
.block-google-cse .form-item label {
  display: none;
}
.block-google-cse input.form-submit {
  background: url("../images/sprites/search-icon.png") no-repeat center transparent;
  height: 40px;
  margin: 0;
  position: absolute;
  top: 0px;
  right: 0;
  text-indent: -99999px;
  width: 40px;
}
.block-google-cse input.form-submit:focus {
  outline: none;
}

/*Main Menu*/
.menu--menu-main-menu.block-menu .menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
}
@media screen and (max-width: 940px) {
  .menu--menu-main-menu.block-menu .menu {
    flex-direction: column;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    transform: unset;
    width: 100%;
  }
}
.menu--menu-main-menu.block-menu li {
  display: block;
  font-size: 0.9375rem;
  padding: 1rem;
  position: relative;
}
.menu--menu-main-menu.block-menu li a {
  display: block;
  color: #00264b;
  text-transform: uppercase;
}
@media screen and (max-width: 1085px) {
  .menu--menu-main-menu.block-menu li a {
    padding: 0 0.5rem;
  }
}
.menu--menu-main-menu.block-menu li a:hover, .menu--menu-main-menu.block-menu li a:focus {
  color: #0c57aa;
  text-decoration: underline;
}
.menu--menu-main-menu.block-menu li.menu-item--active-trail a {
  color: #0c57aa;
}
.menu--menu-main-menu.block-menu li.menu-item--active-trail > ul a {
  color: #00264b;
}
@media all and (max-width: 940px) {
  .menu--menu-main-menu.block-menu li.menu-item--expanded > a {
    display: inline-block;
    z-index: 2;
  }
  .menu--menu-main-menu.block-menu li.menu-item--expanded > .menu {
    opacity: 0;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    padding: 0;
  }
  .menu--menu-main-menu.block-menu li.menu-item--expanded > .menu li a {
    display: inline-block;
    width: 100%;
    transition: unset;
  }
}
.menu--menu-main-menu.block-menu li.menu-item--expanded li {
  margin-right: 0;
  width: 100%;
  color: #00264b;
  display: block;
  font-size: 0.9375rem;
  padding: 0;
}
.menu--menu-main-menu.block-menu li.menu-item--expanded li a {
  display: block;
  width: 100%;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  text-transform: capitalize;
}
.menu--menu-main-menu.block-menu li.menu-item--expanded li:hover, .menu--menu-main-menu.block-menu li.menu-item--expanded li:focus {
  background-color: #ccf5ff;
  color: #0c57aa;
}
@media all and (max-width: 940px) {
  .menu--menu-main-menu.block-menu li.menu-item--expanded li:hover, .menu--menu-main-menu.block-menu li.menu-item--expanded li:focus {
    background-color: unset;
  }
}
.menu--menu-main-menu.block-menu li > .menu {
  background-color: white;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 48px;
  left: 0;
  transition: max-height, opacity 300ms ease-in-out;
}
@media all and (max-width: 940px) {
  .menu--menu-main-menu.block-menu li > .menu {
    box-shadow: unset;
    background-color: transparent;
    left: 0;
    opacity: 1;
    top: 0;
    transform: unset;
    transition: unset;
  }
}
.menu--menu-main-menu.block-menu li.child-open {
  margin-bottom: 0;
}
.menu--menu-main-menu.block-menu li.child-open > .menu {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: transparent;
  font-size: 0.9375rem;
  max-height: none;
  opacity: 1;
  padding: 15px;
  transform: unset;
}
@media all and (max-width: 940px) {
  .menu--menu-main-menu.block-menu li.child-open > .menu {
    display: block;
    position: relative;
  }
  .menu--menu-main-menu.block-menu li.child-open > .menu li {
    margin: 0;
  }
}
.menu--menu-main-menu.block-menu li.child-open .toggle {
  transform: rotate(-135deg);
  z-index: 200;
  top: 8px;
}
.region-nav.nav-open .menu--menu-main-menu.block-menu li {
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.region-nav.nav-open .menu--menu-main-menu.block-menu li.child-open {
  margin-bottom: 0;
}
@media all and (max-width: 1320px) {
  .menu--menu-main-menu.block-menu li {
    font-size: 0.875rem;
  }
}
@media all and (max-width: 940px) {
  .menu--menu-main-menu.block-menu .toggle {
    border-bottom: 2px solid #00264b;
    border-right: 2px solid #00264b;
    content: "";
    padding: 6px;
    position: absolute;
    top: 0;
    left: 60%;
    transform: rotate(45deg);
  }
}
@media all and (max-width: 940px) and (max-width: 940px) {
  .menu--menu-main-menu.block-menu .toggle {
    left: 60%;
  }
}
@media all and (max-width: 940px) and (max-width: 480px) {
  .menu--menu-main-menu.block-menu .toggle {
    left: 75%;
  }
}

.region-nav:not(.nav-open) .menu-item--expanded:hover > .menu,
.region-nav:not(.nav-open) .menu-item--expanded:hover > .menu:hover,
.region-nav:not(.nav-open) .menu-item--expanded:hover > .menu:focus, .region-nav:not(.nav-open) .menu-item--expanded:focus > .menu,
.region-nav:not(.nav-open) .menu-item--expanded:focus > .menu:hover,
.region-nav:not(.nav-open) .menu-item--expanded:focus > .menu:focus {
  position: absolute;
  flex-direction: column;
  opacity: 1;
  max-height: 400px;
  z-index: 2;
  padding: 5px 15px;
}
@media all and (max-width: 940px) {
  .region-nav:not(.nav-open) .menu-item--expanded:hover > .menu,
.region-nav:not(.nav-open) .menu-item--expanded:hover > .menu:hover,
.region-nav:not(.nav-open) .menu-item--expanded:hover > .menu:focus, .region-nav:not(.nav-open) .menu-item--expanded:focus > .menu,
.region-nav:not(.nav-open) .menu-item--expanded:focus > .menu:hover,
.region-nav:not(.nav-open) .menu-item--expanded:focus > .menu:focus {
    opacity: 0;
    background-color: transparent;
    max-height: 0;
  }
}
.region-nav:not(.nav-open) .menu-item--expanded:hover > a, .region-nav:not(.nav-open) .menu-item--expanded:focus > a {
  cursor: pointer;
}

/*Footer Menu*/
.footer-wrapper .block-menu {
  display: inline-block;
  float: right;
}
@media screen and (max-width: 940px) {
  .footer-wrapper .block-menu {
    display: block;
    float: none;
  }
}
.footer-wrapper .block-menu ul {
  margin: 0 -15px 0 0;
}
.footer-wrapper .block-menu ul li.menu-item {
  display: inline;
  margin: 0 15px;
}
@media screen and (max-width: 940px) {
  .footer-wrapper .block-menu ul li.menu-item {
    display: block;
    font-size: 0.8125rem;
    margin: 0 0 20px 0;
  }
}
.footer-wrapper .block-menu ul li.menu-item a {
  color: #969696;
  text-transform: uppercase;
}
.footer-wrapper .block-menu ul li.menu-item a:hover, .footer-wrapper .block-menu ul li.menu-item a:focus {
  color: #ffcc05;
}
.footer-wrapper .block-menu ul li.menu-item a.is-active {
  color: #ffcc05;
}

/*Footer Blocks*/
#block-logoforthefooter {
  display: inline-block;
  margin: 0;
}
@media screen and (max-width: 940px) {
  #block-logoforthefooter {
    margin: 0 0 40px 0;
  }
}

.block-address,
.block-email {
  position: relative;
  text-align: right;
}
@media screen and (max-width: 940px) {
  .block-address,
.block-email {
    margin: 0 0 40px 0;
    text-align: left;
  }
}
.block-address address,
.block-address a.email,
.block-email address,
.block-email a.email {
  font-size: 0.6875rem;
  font-style: normal;
}
@media screen and (max-width: 940px) {
  .block-address address,
.block-address a.email,
.block-email address,
.block-email a.email {
    font-size: 0.8125rem;
  }
}
.block-address a.email,
.block-email a.email {
  color: #ffca05;
}

.region-footer .block-contact-info.block-social {
  display: none;
}
@media screen and (max-width: 940px) {
  .region-footer .block-contact-info.block-social {
    display: block;
    float: none;
  }
}

/*Post Footer*/
.block-copyright-block {
  display: inline-block;
  font-size: 0.6875rem;
}
.block-copyright-block a {
  color: #ffca05;
}

.block-contact-info.block-social {
  float: right;
  margin: 0;
}
.block-contact-info.block-social .social {
  margin: 0 -30px 0 0;
}
.block-contact-info.block-social a {
  color: transparent;
  font-size: 1rem;
  margin: 0px 30px 0 0;
  width: 20px;
}
.block-contact-info.block-social a::before {
  color: #969696;
  font-size: 1.5rem;
}
.block-contact-info.block-social a:hover::before, .block-contact-info.block-social a:focus::before {
  color: #ffca05;
}

@media screen and (max-width: 940px) {
  .region-post-footer .block-contact-info.block-social {
    display: none;
  }
}

.block-views-blockreport-recent-reports h2 {
  color: #00264b;
  font-family: "Montserrat Bold";
  font-size: 25px;
  margin: 0 0 30px 0;
}

a[href].learn-more.button {
  background-color: #0f6cb6;
  color: white;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  padding: 0.575rem 1.75rem;
  position: absolute;
  bottom: 20px;
}

.block-views-blockreport-recent-reports .field--name-field-report-summary:after {
  clear: none;
  content: none;
}

#block-404menu {
  padding: 25px;
  text-align: center;
}
#block-404menu .menu {
  text-align: center;
}

.block-views-blocknews-recent-news {
  position: relative;
  max-width: 980px;
  min-height: 200px;
  margin: 0 auto;
}
.block-views-blocknews-recent-news .view-filters {
  background: #00264b;
  padding-top: 2rem;
  z-index: 5;
  margin-bottom: 4rem;
}
.block-views-blocknews-recent-news .view-filters form {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-end;
  padding: 0 1rem 2rem;
}
.block-views-blocknews-recent-news .view-filters form .form__inline {
  flex-wrap: wrap;
}
.block-views-blocknews-recent-news .view-filters form .form-item, .block-views-blocknews-recent-news .view-filters form .form-actions {
  float: none;
  max-width: 250px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-end;
  margin-bottom: 1rem;
}
.block-views-blocknews-recent-news .view-filters form .form-item.form-item-s {
  width: 100%;
  max-width: unset;
}
.block-views-blocknews-recent-news .view-filters form .form-actions {
  margin-top: 1rem;
}
.block-views-blocknews-recent-news .view-filters form select {
  border-radius: 0;
  min-width: 250px;
}
.block-views-blocknews-recent-news .view-filters label {
  color: white;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 0.25em;
}
.block-views-blocknews-recent-news .view-filters select, .block-views-blocknews-recent-news .view-filters input {
  border: 1px solid #b3b3b3;
  border-radius: 1px;
  margin-bottom: 0;
  vertical-align: bottom;
  padding: 0.5rem;
}
.block-views-blocknews-recent-news .view-filters input[type=submit] {
  background: #1dadff;
  margin-top: 0;
  border: 0.2rem solid #1dadff;
  border-radius: 1px;
  padding: 0.5rem 1.5rem 0.5rem;
}
.block-views-blocknews-recent-news .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.block-views-blocknews-recent-news .views-infinite-scroll-content-wrapper .views-row {
  width: 100%;
  margin-bottom: 2rem;
}
.block-views-blocknews-recent-news .views-infinite-scroll-content-wrapper .views-row .node--type-news.node--view-mode-card {
  height: 100%;
  margin: 0;
  padding: 0;
}
.block-views-blocknews-recent-news .views-infinite-scroll-content-wrapper:after {
  display: none;
}
.block-views-blocknews-recent-news .card-container {
  background-repeat: no-repeat;
  background-position: 50% top;
  background-size: cover;
  height: 100%;
}
.block-views-blocknews-recent-news .overlay-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: 250px;
  padding: 3rem 3rem 1rem;
  background: rgba(77, 77, 77, 0.7);
  background: linear-gradient(215deg, rgba(77, 77, 77, 0.1), #4d4d4d);
}
.block-views-blocknews-recent-news .overlay-wrapper .text {
  width: 100%;
  align-self: flex-end;
}
.block-views-blocknews-recent-news .overlay-wrapper h3 {
  margin: 0;
}
.block-views-blocknews-recent-news .overlay-wrapper h3 a {
  display: block;
  width: 100%;
  padding-bottom: 1em;
  font-size: 1.25rem;
  line-height: 1.4;
  color: white;
}
.block-views-blocknews-recent-news .overlay-wrapper p {
  display: none;
  color: white;
  margin: 0.5rem;
}
.block-views-blocknews-recent-news .card-footer {
  width: 100%;
  align-self: flex-end;
  height: 3rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0 0;
  border-top: 3px solid white;
  color: white;
}
.block-views-blocknews-recent-news .card-footer .field, .block-views-blocknews-recent-news .card-footer .sidebar-share-wrapper {
  display: block;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  color: inherit;
}
.block-views-blocknews-recent-news .card-footer a {
  display: block;
  border: none;
  color: inherit;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  text-transform: capitalize;
  text-align: left;
}
.block-views-blocknews-recent-news .sidebar-share-wrapper .sidebar-share-text {
  display: none;
}
.block-views-blocknews-recent-news .sidebar-share-wrapper .share-links {
  margin-top: 0.65rem;
  text-align: right;
}
.block-views-blocknews-recent-news .sidebar-share-wrapper .share-links a {
  display: inline-block;
  font-size: 0.5rem;
  width: 2rem;
  color: transparent;
  text-align: right;
}
.block-views-blocknews-recent-news .sidebar-share-wrapper .share-links a::before {
  line-height: 100%;
  font-size: 1rem;
  color: white;
  padding: 0 0 0 0.25rem;
}
.block-views-blocknews-recent-news .sidebar-share-wrapper .share-links a::before svg {
  width: 75%;
  height: auto;
}
.block-views-blocknews-recent-news .sidebar-share-wrapper .social a[href*="twitter.com"]:hover:before, .block-views-blocknews-recent-news .sidebar-share-wrapper .social a[href*="twitter.com"]:focus:before {
  content: url(/themes/compro_theme/images/icons/svg-social-media/twitter-maize.svg);
}
.block-views-blocknews-recent-news .sidebar-share-wrapper .social a[href*="twitter.com"]:before {
  content: url(/themes/compro_theme/images/icons/svg-social-media/twitter-white.svg);
}
.block-views-blocknews-recent-news .sidebar-share-wrapper .social a[href*="linkedin.com"]:hover:before, .block-views-blocknews-recent-news .sidebar-share-wrapper .social a[href*="linkedin.com"]:focus:before {
  content: url(/themes/compro_theme/images/icons/svg-social-media/linkedin-maize.svg);
}
.block-views-blocknews-recent-news .sidebar-share-wrapper .social a[href*="linkedin.com"]:before {
  content: url(/themes/compro_theme/images/icons/svg-social-media/linkedin-white.svg);
}
.block-views-blocknews-recent-news .sidebar-share-wrapper .social a[href*="facebook.com"] {
  width: 1.5rem;
}
.block-views-blocknews-recent-news .sidebar-share-wrapper .social a[href*="facebook.com"]:hover:before, .block-views-blocknews-recent-news .sidebar-share-wrapper .social a[href*="facebook.com"]:focus:before {
  content: url(/themes/compro_theme/images/icons/svg-social-media/facebook-maize.svg);
}
.block-views-blocknews-recent-news .sidebar-share-wrapper .social a[href*="facebook.com"]:before {
  content: url(/themes/compro_theme/images/icons/svg-social-media/facebook-white.svg);
}
.block-views-blocknews-recent-news .pager__item {
  display: block;
  padding-bottom: 2rem;
}

@media screen and (min-width: 650px) {
  /* tablet */
  .block-views-blocknews-recent-news .views-infinite-scroll-content-wrapper .views-row {
    width: 48%;
  }
}
@media screen and (min-width: 900px) {
  /* desktop */
  .block-views-blocknews-recent-news .views-infinite-scroll-content-wrapper .views-row {
    width: 31%;
    /* LEAD CARD */
  }
  .block-views-blocknews-recent-news .views-infinite-scroll-content-wrapper .views-row:first-child {
    width: 100%;
  }
  .block-views-blocknews-recent-news .views-infinite-scroll-content-wrapper .views-row:first-child .overlay-wrapper {
    min-height: 500px;
  }
  .block-views-blocknews-recent-news .views-infinite-scroll-content-wrapper .views-row:first-child .overlay-wrapper h3 {
    margin-bottom: 1rem;
  }
  .block-views-blocknews-recent-news .views-infinite-scroll-content-wrapper .views-row:first-child .overlay-wrapper h3 a {
    width: 55%;
    font-size: 2.5rem;
  }
  .block-views-blocknews-recent-news .views-infinite-scroll-content-wrapper .views-row:first-child .overlay-wrapper p {
    display: block;
    width: 55%;
  }
}
/*
*   #Entity/Section-Types
*
*   1) Featured Report
*   2) Sponsors
*   3) Highlight
*   4) Testimonial
*   5) Media
*   6) Heading
*   7) Longtext
*   8) Pullquote
*   9) Infographic
*
**/
/* Featured Report */
.section-type-featured-report {
  color: white;
  display: flex;
  justify-content: space-between;
  max-height: 500px;
  width: 100%;
}
@media all and (max-width: 1275px) {
  .section-type-featured-report {
    max-height: 550px;
  }
}
@media all and (max-width: 1085px) {
  .section-type-featured-report {
    max-height: 600px;
  }
}
@media all and (max-width: 1000px) {
  .section-type-featured-report {
    max-height: 650px;
  }
}
.section-type-featured-report .featured-report-image {
  display: flex;
  height: auto;
  width: 45%;
}
.section-type-featured-report .featured-report-text {
  padding: 0 10% 4% 0;
  width: 50%;
}
@media screen and (max-width: 940px) {
  .section-type-featured-report {
    flex-direction: column;
  }
  .section-type-featured-report .featured-report-image {
    height: 300px;
    overflow: hidden;
    width: 100%;
  }
  .section-type-featured-report .featured-report-text {
    padding: 25px 20px;
    width: 100%;
  }
}

.section-type-sponsors {
  border-top: 1px solid #969696;
  padding: 40px 20px 60px;
}
@media screen and (max-width: 940px) {
  .section-type-sponsors {
    padding: 30px 2rem 25px 2rem;
  }
}
.section-type-sponsors .field-group-sponsors-wrapper {
  margin: 0 auto;
  max-width: 1340px;
}

.component-sponsor {
  display: inline-block;
}
.component-sponsor img {
  object-fit: contain;
}

/*Highlight*/
.section-type-highlight {
  background-color: #dcdcdc;
  padding: 70px 3rem;
}
@media screen and (max-width: 940px) {
  .section-type-highlight {
    padding: 20px;
  }
}
.section-type-highlight .highlight-content {
  background-color: #fff;
  display: flex;
  margin: 0 auto;
  max-width: 1340px;
}
@media screen and (max-width: 940px) {
  .section-type-highlight .highlight-content {
    flex-direction: column;
  }
}
.section-type-highlight .highlight-media,
.section-type-highlight .group-highlight-text {
  display: inline-block;
  vertical-align: middle;
}
.section-type-highlight .highlight-media {
  height: auto;
  width: 60%;
}
@media screen and (max-width: 940px) {
  .section-type-highlight .highlight-media {
    width: 100%;
  }
}
.section-type-highlight .group-highlight-text {
  padding: 60px 0 4% 60px;
  width: 35%;
}
@media screen and (max-width: 1120px) {
  .section-type-highlight .group-highlight-text {
    padding: 30px 0 4% 45px;
  }
}
@media screen and (max-width: 940px) {
  .section-type-highlight .group-highlight-text {
    padding: 28px 25px;
    width: 100%;
  }
}

/*Testimonial*/
.section-type-testimonial {
  margin: -40px auto -7px;
  max-width: 1100px;
  position: relative;
}
@media screen and (max-width: 940px) {
  .section-type-testimonial {
    margin: 0 auto;
    padding: 0 20px;
  }
}
.section-type-testimonial .testimonial-text {
  display: inline-block;
  margin: 110px 2.75rem 65px 2.75rem;
  max-width: 55%;
  vertical-align: top;
}
@media screen and (max-width: 1100px) {
  .section-type-testimonial .testimonial-text {
    max-width: 46%;
  }
}
@media screen and (max-width: 940px) {
  .section-type-testimonial .testimonial-text {
    text-align: center;
    display: block;
    margin: 26px 0;
    max-width: 100%;
  }
}
.section-type-testimonial .testimonial-image {
  display: inline-block;
}
@media screen and (max-width: 940px) {
  .section-type-testimonial .testimonial-image {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 940px) {
  .section-type-testimonial .testimonial-image img {
    object-fit: contain;
  }
}

/*Media*/
.section-type-media {
  margin: 0 auto 40px auto;
  max-width: 980px;
  padding: 0 20px;
}

/*Heading*/
.section-type-heading {
  margin: 0 auto 30px auto;
  max-width: 980px;
  padding: 0 20px;
}

/*Longtext*/
.section-type-longtext {
  margin: 0 auto;
  max-width: 980px;
  padding: 40px 20px;
}
.section-type-longtext p {
  margin-bottom: 25px;
}
.section-type-longtext p:last-child {
  margin-bottom: 40px;
}
.section-type-longtext a {
  color: #0c57aa;
}
.section-type-longtext a:hover, .section-type-longtext a:focus {
  text-decoration: underline;
}
.section-type-longtext a:visited {
  color: #3d79bb;
}
.section-type-longtext ul {
  list-style-type: disc;
}
.section-type-longtext ol {
  list-style-type: decimal;
}
.section-type-longtext ol, .section-type-longtext ul {
  padding-left: 25px;
  margin: 25px 0;
}
.section-type-longtext li {
  padding-left: 8px;
  margin-top: 12px;
  margin-bottom: 12px;
}
@media all and (max-width: 500px) {
  .section-type-longtext {
    padding: 0 20px;
  }
}

.group-sidebar .section-type-longtext {
  padding: 0;
}
.group-sidebar .section-type-longtext a {
  text-decoration: none;
}

.section-type-longtext a,
.field--type-text-long a {
  text-decoration: underline;
}
.section-type-longtext a:hover, .section-type-longtext a:focus,
.field--type-text-long a:hover,
.field--type-text-long a:focus {
  text-decoration: none;
}

@media all and (max-width: 500px) {
  .entity-section-type.block h2,
.entity-section-type.block .field--name-field-report-featured-image,
.entity-section-type.block .field--name-field-title {
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.section-type-longtext.add-border {
  border-top: solid 1px #5f5f5f;
  padding-top: 40px;
}

/*Pull Quote*/
.section-type-pull-quote {
  border-bottom: 1px solid #969696;
  border-top: 1px solid #969696;
  margin: 40px auto;
  max-width: 980px;
  padding: 35px 40px;
  text-align: center;
}
@media screen and (max-width: 940px) {
  .section-type-pull-quote {
    margin: 40px 20px;
  }
}

/*Infographics*/
.section-type-infographic {
  margin: 0 auto 40px auto;
  max-width: 940px;
  position: relative;
}
@media screen and (max-width: 940px) {
  .section-type-infographic {
    margin: 0 20px 40px 20px;
  }
}

/*Leadership Listing*/
.entity-section-type.leadership-listing {
  margin: 0 auto;
  max-width: 980px;
  padding: 40px 20px;
}
.entity-section-type.leadership-listing:after {
  content: "";
  clear: both;
  display: table;
}
.entity-section-type.leadership-listing .field--name-field-leadership-listing-leader > .field__item {
  border-top: 1px solid #333;
  margin: 40px 0 0 0;
  padding: 40px 0 0 0;
}
.entity-section-type.leadership-listing .field--name-field-leadership-listing-leader > .field__item:after {
  content: "";
  clear: both;
  display: table;
}
.entity-section-type.leadership-listing .field--name-field-leadership-listing-leader > .field__item:last-child {
  border-bottom: 1px solid #333;
  margin-bottom: 75px;
  padding-bottom: 50px;
}
.entity-section-type.leadership-listing .field-group-image-icons {
  float: right;
  padding-left: 10px;
}
@media all and (max-width: 660px) {
  .entity-section-type.leadership-listing .field-group-image-icons {
    float: none;
    padding: 0 0 10px 0;
    text-align: center;
  }
}
.entity-section-type.leadership-listing .group-leadership-text .field--name-field-leadership-name {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 20px 0;
}
@media all and (max-width: 500px) {
  .entity-section-type.leadership-listing .group-leadership-text .field--name-field-leadership-name {
    text-align: center;
  }
}
.entity-section-type.leadership-listing .group-leadership-text .field--name-field-leadership-title {
  font-weight: bold;
  margin: 0 0 20px 0;
}
@media all and (max-width: 500px) {
  .entity-section-type.leadership-listing .group-leadership-text .field--name-field-leadership-title {
    text-align: center;
  }
}
.entity-section-type.leadership-listing .group-leadership-icons {
  text-align: center;
  padding-top: 25px;
}
.entity-section-type.leadership-listing .group-leadership-icons > .field {
  display: inline-block;
  height: 25px;
  margin: 0 20px 0 0;
  width: 25px;
}
.entity-section-type.leadership-listing .group-leadership-icons > .field a {
  color: #969696;
  display: inline-block;
  height: 25px;
  font-size: 1.5rem;
  text-indent: -9999px;
  white-space: nowrap;
  width: 25px;
}
.entity-section-type.leadership-listing .group-leadership-icons > .field:hover {
  color: blue;
}
.entity-section-type.leadership-listing .group-leadership-icons > .field:last-child {
  margin: 0;
}
.entity-section-type.leadership-listing .group-leadership-icons > .field--name-field-leadership-phone {
  background: url("../images/icons/fontawesome-phone-gray.svg") no-repeat center/contain;
}
.entity-section-type.leadership-listing .group-leadership-icons > .field--name-field-leadership-phone:hover {
  background: url("../images/icons/fontawesome-phone-blue.svg") no-repeat center/contain;
}
.entity-section-type.leadership-listing .group-leadership-icons .field--name-field-leadership-email {
  background: url("../images/icons/zocial-email-gray.svg") no-repeat center/contain;
}
.entity-section-type.leadership-listing .group-leadership-icons .field--name-field-leadership-email:hover {
  background: url("../images/icons/zocial-email-blue.svg") no-repeat center/contain;
}
.entity-section-type.leadership-listing .group-leadership-icons .field--name-field-leadership-twitter {
  background: url("../images/icons/zocial-twitter-gray.svg") no-repeat center/contain;
}
.entity-section-type.leadership-listing .group-leadership-icons .field--name-field-leadership-twitter:hover {
  background: url("../images/icons/zocial-twitter-blue.svg") no-repeat center/contain;
}
.entity-section-type.leadership-listing .group-leadership-icons .field--name-field-leadership-linkedin {
  background: url("../images/icons/zocial-linkedin-gray.svg") no-repeat center/contain;
}
.entity-section-type.leadership-listing .group-leadership-icons .field--name-field-leadership-linkedin:hover {
  background: url("../images/icons/zocial-linkedin-blue.svg") no-repeat center/contain;
}

.block-views-blockreport-recent-reports {
  margin: 0 auto;
  max-width: 980px;
  padding: 40px 20px;
}

.entity-section-type.resource-download {
  border: 2px solid;
  border-color: inherit;
  margin: 1rem 0 1rem 20px;
  padding: 30px;
  width: 75%;
}

.entity-section-type.resource-download:after {
  clear: both;
  content: "";
  display: table;
}

.resource-download .field--name-field-resources-text {
  display: inline-block;
  font-family: "Lora", serif;
  font-size: 24px;
  float: left;
  margin-right: 1rem;
  max-width: 70%;
}

.resource-download .field--name-field-resources-text:after {
  clear: both;
  content: "";
  display: table;
}

.resource-download .field--name-field-resource-file {
  display: inline-block;
  float: right;
  padding: 0.5rem 1.25rem;
}

.field--name-field-resource-file span {
  width: 100%;
}

.field--name-field-resource-file span a {
  color: inherit;
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0.5rem;
  text-transform: uppercase;
}

@media all and (max-width: 1140px) {
  .resource-download .field--name-field-resources-text {
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: 1rem;
    max-width: 100%;
    text-align: center;
  }

  .resource-download .field--name-field-resource-file {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 200px;
    text-align: center;
  }
}
.view-id-report ul,
.view-id-news ul {
  text-align: center;
}

.view-id-report .pager__item a,
.view-id-news .pager__item a {
  background-color: #0c57aa;
  color: white;
  padding: 0.5rem 1rem;
}

.view-id-report .pager__item a:hover,
.view-id-news .pager__item a:hover {
  background-color: #3ca0ef;
  text-decoration: none;
  transition: 250ms ease-in-out;
}

.view-id-report .views-infinite-scroll-content-wrapper .views-row,
.view-id-news .views-infinite-scroll-content-wrapper .views-row {
  margin-bottom: 3rem;
}

.view-id-report .views-infinite-scroll-content-wrapper .views-row:after,
.view-id-news .views-infinite-scroll-content-wrapper .views-row:after {
  clear: both;
  content: "";
  display: table;
}

.views-exposed-form {
  margin-bottom: 1rem;
}
.views-exposed-form .form--inline {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
}
.views-exposed-form .form-item {
  max-width: 200px;
  min-width: 150px;
  margin-top: 0;
  margin-bottom: 0;
}
.views-exposed-form .form-actions {
  margin-top: 0;
  margin-bottom: 0;
}
.views-exposed-form label {
  font-size: 18px;
  font-weight: 700;
}
.views-exposed-form select {
  font-size: 1em;
  padding: 0.5em;
  height: 37px;
}
.views-exposed-form .bef-datepicker {
  margin-bottom: 1.5em;
}
.views-exposed-form input[type=submit] {
  margin-top: 2em;
}

.view-taxonomy-term.view-display-id-page_1 {
  position: relative;
  max-width: 980px;
  min-height: 200px;
  margin: 4rem auto;
}

.view-taxonomy-term h2 {
  color: #00264b;
  font-family: "Montserrat Bold";
  font-size: 25px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 62rem) {
  .view-taxonomy-term h2 {
    padding: 0 1rem;
  }
}

/*
*   #FIELDS
**/
.field--type-image {
  line-height: 0;
}

/*Featured Report*/
.field--name-field-featured-report-image {
  height: 100%;
  line-height: 0px;
  width: 100%;
  display: flex;
  height: auto;
}
.field--name-field-featured-report-image img {
  height: 100%;
  line-height: 0px;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 940px) {
  .field--name-field-featured-report-image img {
    object-fit: cover;
  }
}
.field--name-field-featured-report-image img {
  height: auto;
}

.field--name-field-featured-report-title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.125rem;
  margin: 0 0 30px 0;
  padding-top: 75px;
}
@media screen and (max-width: 940px) {
  .field--name-field-featured-report-title {
    font-size: 1.75rem;
    line-height: 2.1875rem;
    margin: 0 0 20px 0;
    padding-top: 0;
  }
}

.field--name-field-featured-report-subtitle {
  font-family: "Lora", serif;
  font-size: 1.125rem;
  margin: 0 0 49px 0;
}
@media screen and (max-width: 940px) {
  .field--name-field-featured-report-subtitle {
    font-size: 0.8125rem;
    margin: 0 0 35px;
  }
}

.buttons-wrapper {
  display: flex;
}
@media screen and (max-width: 480px) {
  .buttons-wrapper {
    flex-direction: column;
  }
}

.field--name-field-secondary-button {
  margin-left: 1rem;
}
@media screen and (max-width: 480px) {
  .field--name-field-secondary-button {
    margin-left: 0;
  }
}

.field--name-field-featured-report-button a,
.field--name-field-secondary-button a {
  background-color: #ffca05;
  color: #79111b;
  display: block;
  font-family: "Montserrat";
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.875rem 2.1875rem;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 940px) {
  .field--name-field-featured-report-button a,
.field--name-field-secondary-button a {
    font-size: 0.6875rem;
    margin: 0 0 10px 0;
    padding: 0.6875rem 1.71875rem;
  }
}
.field--name-field-featured-report-button a:hover,
.field--name-field-secondary-button a:hover {
  background-color: #FFFF38;
  transition: 250ms ease-in-out;
}

.node--type-report .group-sidebar .field--name-field-more-resources .file {
  background-image: none;
  margin-bottom: 0.25rem;
  padding-left: 0;
}

.node--type-report .field--name-field-title {
  color: #0f284a;
  font-family: "Montserrat Bold";
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
  max-width: 980px;
  padding: 0 20px;
}
@media all and (max-width: 500px) {
  .node--type-report .field--name-field-title {
    padding: 0 20px;
  }
}

/*Sponsors*/
.field-group-sponsors-primary {
  vertical-align: top;
  display: inline-block;
  width: 45%;
}
@media screen and (max-width: 940px) {
  .field-group-sponsors-primary {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.field-group-sponsors-primary .field--name-field-sponsors-primary__label {
  color: #00264b;
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 940px) {
  .field-group-sponsors-primary .field--name-field-sponsors-primary__label {
    font-weight: 0.875rem;
    margin: 0 0 25px 0;
  }
}
.field-group-sponsors-primary .component-sponsor {
  width: 85%;
}
@media screen and (max-width: 940px) {
  .field-group-sponsors-primary .component-sponsor {
    padding: 0 0 25px 0;
  }
}

.field-group-sponsors-secondary {
  vertical-align: top;
  display: inline-block;
  width: 50%;
}
@media screen and (max-width: 940px) {
  .field-group-sponsors-secondary {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.field-group-sponsors-secondary div.field__item {
  display: inline-block;
}
@media screen and (max-width: 940px) {
  .field-group-sponsors-secondary div.field__item {
    display: block;
  }
}
.field-group-sponsors-secondary div.field__item div {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 940px) {
  .field-group-sponsors-secondary div.field__item div {
    display: block;
  }
}
.field-group-sponsors-secondary .field--name-field-sponsors-secondary-label {
  color: #00264b;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 940px) {
  .field-group-sponsors-secondary .field--name-field-sponsors-secondary-label {
    font-weight: 0.875rem;
    margin: 0 0 25px 0;
  }
}
.field-group-sponsors-secondary .field--name-field-sponsors-secondary-sponsor > .field__item {
  margin: 0 40px 0 0;
  padding: 0 30px 0 0;
  width: 45%;
}
@media screen and (max-width: 940px) {
  .field-group-sponsors-secondary .field--name-field-sponsors-secondary-sponsor > .field__item {
    border: none;
    margin: 0 0 0 0;
    padding: 0 0 25px 0;
    width: initial;
  }
}
.field-group-sponsors-secondary .field--name-field-sponsors-secondary-sponsor .field__item:last-child {
  border: none;
  margin: 0 0;
}

/*Highlight*/
.field--name-field-highlight-media {
  height: 100%;
  line-height: 0;
}
.field--name-field-highlight-media article.media {
  height: 100%;
}
.field--name-field-highlight-media .field--name-field-image {
  height: 100%;
}
.field--name-field-highlight-media img {
  height: 100%;
  line-height: 0px;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 940px) {
  .field--name-field-highlight-media img {
    object-fit: contain;
  }
}

.field--name-field-highlight-title {
  color: #0f284a;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
  max-width: 95%;
}

.field--name-field-highlight-text {
  color: #272727;
  font-size: 14px;
  margin: 0 0 1.5rem 0;
}

.field--name-field-highlight-button a {
  background-color: #0f6cb6;
  color: white;
  font-size: 0.8125rem;
  padding: 0.5rem 1rem;
  text-align: center;
  text-transform: uppercase;
}
.field--name-field-highlight-button a:hover {
  background-color: #429FE9;
  transition: 250ms ease-in-out;
}
@media screen and (max-width: 940px) {
  .field--name-field-highlight-button a {
    font-size: 0.6875rem;
    padding: 0.6875rem 1.875rem;
  }
}

/*Testimonial
*
**/
.field--name-field-testimonial-quote {
  color: #00264b;
  font-family: "Lora";
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 200;
  letter-spacing: 0.00625rem;
  line-height: 2.125rem;
  margin: 0 0 30px 0;
}
.field--name-field-testimonial-quote::before {
  content: "“";
}
.field--name-field-testimonial-quote::after {
  content: "”";
}
@media screen and (max-width: 940px) {
  .field--name-field-testimonial-quote {
    margin: 0 0 26px 0;
    text-align: center;
  }
}

.field--name-field-testimonial-author {
  color: #5f5f5f;
  font-family: "Montserrat";
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.field--name-field-testimonial-author::before {
  content: "–";
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 5px;
  padding: 3px 0 0 0;
}
@media screen and (max-width: 940px) {
  .field--name-field-testimonial-author {
    margin: 0 0 7px 0;
  }
}

.field--name-field-testimonial-credentials {
  font-size: 0.6875rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
}
@media screen and (max-width: 940px) {
  .field--name-field-testimonial-credentials {
    margin: 0;
    text-align: center;
  }
}

/*Media*/
.field--name-field-media-media img {
  object-fit: cover;
  width: 100%;
}

/*Heading*/
.field--name-field-heading-heading {
  color: #00264b;
  font-size: 1.5625rem;
  font-weight: 600;
}

/*Pull Quote*/
.field--name-field-pull-quote-quote {
  color: #79111b;
  font-family: "Lora";
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 200;
  letter-spacing: 0.00625rem;
  line-height: 3rem;
  margin: 0 0 25px 0;
  text-align: center;
}
.field--name-field-pull-quote-quote::before {
  content: "“";
}
.field--name-field-pull-quote-quote::after {
  content: "”";
}

.field--name-field-pull-quote-author {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 600;
}
.field--name-field-pull-quote-author::before {
  content: "–";
}

.field--name-field-pull-quote-credentials {
  display: inline-block;
  font-size: 0.6875rem;
  text-transform: uppercase;
}

/*Infographic*/
.field--name-field-infographic-image {
  line-height: 0;
  position: relative;
  width: 100%;
}
.field--name-field-infographic-image img {
  line-height: 0;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}

.share-and-download-wrapper {
  background-color: #0f6cb6;
  color: white;
  display: inline-block;
  font-family: "Montserrat Bold";
  font-size: 0.75rem;
  padding: 0 0 0 10px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  transform: translateY(-100%);
  z-index: 0;
}
.share-and-download-wrapper .share-links {
  display: inline-block;
  padding-top: 4px;
  vertical-align: middle;
}
.share-and-download-wrapper .share-links a::before {
  color: white;
  margin: 0 12px 0 0;
}
.share-and-download-wrapper .share-links a:hover::before {
  color: #ffca05;
}
.share-and-download-wrapper a {
  color: white;
}
.share-and-download-wrapper a:hover {
  color: #ffca05;
}
.share-and-download-wrapper .download-button {
  display: inline-block;
  vertical-align: middle;
}
.share-and-download-wrapper .download-button::after {
  content: "⬇";
  margin: 0 12px 0 10px;
}
.share-and-download-wrapper .share-parent-text {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.field--name-field-infographic-caption {
  padding-top: 10px;
  font-family: "Montserrat";
  font-style: italic;
  font-size: 0.8125rem;
}

/* More Resources Link in sidebar */
.file {
  background-image: none !important;
  margin-bottom: 0.25rem !important;
  padding-left: 0 !important;
}

body .gutter__xsm_top {
  padding-top: 0.625rem;
}

body .gutter__xsm_bottom {
  padding-top: 0.625rem;
}

body .gutter__xsm_top-bottom {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

body .gutter__sm_top {
  padding-top: 1.25rem;
}

body .gutter__sm_bottom {
  padding-top: 1.25rem;
}

body .gutter__sm_top-bottom {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

body .gutter__md_top {
  padding-top: 3.125rem;
}

body .gutter__md_bottom {
  padding-top: 3.125rem;
}

body .gutter__md_top-bottom {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

body .gutter__lg_top {
  padding-top: 4.375rem;
}

body .gutter__lg_bottom {
  padding-top: 4.375rem;
}

body .gutter__lg_top-bottom {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

body .gutter__xlg_top {
  padding-top: 6.25rem;
}

body .gutter__xlg_bottom {
  padding-top: 6.25rem;
}

body .gutter__xlg_top-bottom {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.node--type-report .quick-links {
  padding-bottom: 1rem;
  border-bottom: 1px solid #5f5f5f;
  margin-bottom: 2rem;
}
.node--type-report .quick-links .field {
  margin: 0;
  margin-bottom: 0.5rem;
  padding: 0;
}
.node--type-report .quick-links .field a {
  display: block;
  padding: 0.25rem 0;
  padding-left: 2.25rem;
  border: none;
  color: #0c57aa;
  font-size: 0.875rem;
  text-align: left;
  text-transform: capitalize;
}
.node--type-report .quick-links .field--name-field-report-videos a {
  background: url("/themes/compro_theme/images/icons/icon-watch-video-blue.png") left 50% no-repeat;
}
.node--type-report .quick-links .field--name-field-report-videos a:hover {
  color: #ffca05;
  background-image: url("/themes/compro_theme/images/icons/icon-watch-video-maize.png");
}
.node--type-report .quick-links .field--name-field-report-link a {
  background: transparent url("/themes/compro_theme/images/icons/icon-report-download-blue.png") left 50% no-repeat;
}
.node--type-report .quick-links .field--name-field-report-link a:hover {
  color: #ffca05;
  background-image: url("/themes/compro_theme/images/icons/icon-report-download-maize.png");
}
.node--type-report .quick-links .field--name-field-report-report a {
  background: transparent url("/themes/compro_theme/images/icons/icon-report-link-blue.png") left 50% no-repeat;
}
.node--type-report .quick-links .field--name-field-report-report a:hover {
  color: #ffca05;
  background-image: url("/themes/compro_theme/images/icons/icon-report-link-maize.png");
}
.node--type-report .quick-links .field--name-field-report-press-release a {
  background: transparent url("/themes/compro_theme/images/icons/icon-press-release-blue.png") left 50% no-repeat;
}
.node--type-report .quick-links .field--name-field-report-press-release a:hover {
  color: #ffca05;
  background-image: url("/themes/compro_theme/images/icons/icon-press-release-maize.png");
}

.block-views-blockreport-recent-reports-2020 {
  position: relative;
  max-width: 980px;
  min-height: 200px;
  margin: 0 auto;
}
.block-views-blockreport-recent-reports-2020 .view-filters {
  background: #00264b;
  padding-top: 2rem;
  z-index: 5;
  margin-bottom: 4rem;
}
.block-views-blockreport-recent-reports-2020 .view-filters form {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-end;
  padding: 0 1rem;
  padding-bottom: 2rem;
}
.block-views-blockreport-recent-reports-2020 .view-filters form .form__inline {
  flex-wrap: wrap;
}
.block-views-blockreport-recent-reports-2020 .view-filters form .form-item, .block-views-blockreport-recent-reports-2020 .view-filters form .form-actions {
  float: none;
  max-width: 250px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-end;
  margin-bottom: 1rem;
}
.block-views-blockreport-recent-reports-2020 .view-filters form .form-actions {
  margin-top: 1rem;
}
.block-views-blockreport-recent-reports-2020 .view-filters form select {
  border-radius: 0;
  min-width: 250px;
}
.block-views-blockreport-recent-reports-2020 .view-filters label {
  color: white;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 0.25em;
}
.block-views-blockreport-recent-reports-2020 .view-filters select, .block-views-blockreport-recent-reports-2020 .view-filters input {
  border: 1px solid #b3b3b3;
  border-radius: 1px;
  margin-bottom: 0;
  vertical-align: bottom;
  padding: 0.5rem;
}
.block-views-blockreport-recent-reports-2020 .view-filters input[type=submit] {
  background: #1dadff;
  margin-top: 0;
  border: 0.2rem solid #1dadff;
  border-radius: 1px;
  padding: 0.5rem 1.5rem 0.5rem;
}
.block-views-blockreport-recent-reports-2020 .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.block-views-blockreport-recent-reports-2020 .views-infinite-scroll-content-wrapper .views-row {
  width: 100%;
  /* for mobile */
  margin-bottom: 2rem;
}
.block-views-blockreport-recent-reports-2020 .views-infinite-scroll-content-wrapper .views-row .node--type-report.node--view-mode-card {
  height: 100%;
  margin: 0;
  padding: 0;
}
.block-views-blockreport-recent-reports-2020 .views-infinite-scroll-content-wrapper:after {
  display: none;
}
.block-views-blockreport-recent-reports-2020 .card-container {
  background-repeat: no-repeat;
  background-position: 50% top;
  background-size: cover;
  height: 100%;
}
.block-views-blockreport-recent-reports-2020 .overlay-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: 250px;
  padding: 3rem 3rem 1rem;
  background: rgba(77, 77, 77, 0.7);
  background: linear-gradient(215deg, rgba(77, 77, 77, 0.1), #4d4d4d);
}
.block-views-blockreport-recent-reports-2020 .overlay-wrapper .text {
  width: 100%;
  align-self: flex-end;
}
.block-views-blockreport-recent-reports-2020 .overlay-wrapper h3 {
  margin: 0;
}
.block-views-blockreport-recent-reports-2020 .overlay-wrapper h3 a {
  display: block;
  width: 100%;
  padding-bottom: 1em;
  font-size: 1.25rem;
  line-height: 1.4;
  color: white;
}
.block-views-blockreport-recent-reports-2020 .overlay-wrapper p {
  display: none;
  color: white;
  margin: 0.5rem;
}
.block-views-blockreport-recent-reports-2020 .card-footer {
  width: 100%;
  /* as flex item */
  align-self: flex-end;
  height: 3rem;
  /* as flex container */
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  /* other */
  padding: 0.5rem 0 0;
  border-top: 3px solid white;
  color: white;
}
.block-views-blockreport-recent-reports-2020 .card-footer .field, .block-views-blockreport-recent-reports-2020 .card-footer .sidebar-share-wrapper {
  display: block;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  color: inherit;
}
.block-views-blockreport-recent-reports-2020 .card-footer a {
  display: block;
  border: none;
  color: inherit;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  text-transform: capitalize;
  text-align: left;
}
.block-views-blockreport-recent-reports-2020 .card-footer a.report-link {
  display: block;
  padding: 0.5rem 0;
  padding-left: 1.75rem;
  background: transparent url("/themes/compro_theme/images/icons/icon-report-download-white.png") left 50% no-repeat;
  border: none;
  color: white;
  font-size: 1rem;
  text-align: left;
  text-transform: capitalize;
}
.block-views-blockreport-recent-reports-2020 .card-footer a.report-link:hover {
  color: #ffca05;
  background-image: url("/themes/compro_theme/images/icons/icon-report-download-maize.png");
}
.block-views-blockreport-recent-reports-2020 .card-footer a.video-link {
  display: block;
  flex-grow: 4;
  padding: 0.5rem 0;
  padding-left: 2rem;
  background: transparent url("/themes/compro_theme/images/icons/icon-watch-video-white.png") left 50% no-repeat;
}
.block-views-blockreport-recent-reports-2020 .card-footer a.video-link:hover {
  color: #ffca05;
  background-image: url("/themes/compro_theme/images/icons/icon-watch-video-maize.png");
}
.block-views-blockreport-recent-reports-2020 .sidebar-share-wrapper .sidebar-share-text {
  display: none;
}
.block-views-blockreport-recent-reports-2020 .sidebar-share-wrapper .share-links {
  margin-top: 0.65rem;
  text-align: right;
}
.block-views-blockreport-recent-reports-2020 .sidebar-share-wrapper .share-links a {
  display: inline-block;
  font-size: 0.5rem;
  width: 2rem;
  color: transparent;
  text-align: right;
}
.block-views-blockreport-recent-reports-2020 .sidebar-share-wrapper .share-links a::before {
  line-height: 100%;
  font-size: 1rem;
  color: white;
  padding: 0 0 0 0.25rem;
}
.block-views-blockreport-recent-reports-2020 .sidebar-share-wrapper .share-links a::before svg {
  width: 75%;
  height: auto;
}
.block-views-blockreport-recent-reports-2020 .sidebar-share-wrapper .social a[href*="twitter.com"]:hover:before {
  content: url(/themes/compro_theme/images/icons/svg-social-media/twitter-maize.svg);
}
.block-views-blockreport-recent-reports-2020 .sidebar-share-wrapper .social a[href*="twitter.com"]:before {
  content: url(/themes/compro_theme/images/icons/svg-social-media/twitter-white.svg);
}
.block-views-blockreport-recent-reports-2020 .sidebar-share-wrapper .social a[href*="linkedin.com"]:hover:before {
  content: url(/themes/compro_theme/images/icons/svg-social-media/linkedin-maize.svg);
}
.block-views-blockreport-recent-reports-2020 .sidebar-share-wrapper .social a[href*="linkedin.com"]:before {
  content: url(/themes/compro_theme/images/icons/svg-social-media/linkedin-white.svg);
}
.block-views-blockreport-recent-reports-2020 .sidebar-share-wrapper .social a[href*="facebook.com"] {
  width: 1.5rem;
}
.block-views-blockreport-recent-reports-2020 .sidebar-share-wrapper .social a[href*="facebook.com"]:hover:before {
  content: url(/themes/compro_theme/images/icons/svg-social-media/facebook-maize.svg);
}
.block-views-blockreport-recent-reports-2020 .sidebar-share-wrapper .social a[href*="facebook.com"]:before {
  content: url(/themes/compro_theme/images/icons/svg-social-media/facebook-white.svg);
}
.block-views-blockreport-recent-reports-2020 .pager__item {
  display: block;
  padding-bottom: 2rem;
}

@media screen and (min-width: 650px) {
  /* tablet */
  .block-views-blockreport-recent-reports-2020 .views-infinite-scroll-content-wrapper .views-row {
    width: 48%;
    /* for tablet */
  }
}
@media screen and (min-width: 900px) {
  /* desktop */
  .block-views-blockreport-recent-reports-2020 .views-infinite-scroll-content-wrapper .views-row {
    width: 31%;
    /* for tablet */
    /* LEAD CARD */
  }
  .block-views-blockreport-recent-reports-2020 .views-infinite-scroll-content-wrapper .views-row:first-child {
    width: 100%;
  }
  .block-views-blockreport-recent-reports-2020 .views-infinite-scroll-content-wrapper .views-row:first-child .overlay-wrapper {
    min-height: 500px;
  }
  .block-views-blockreport-recent-reports-2020 .views-infinite-scroll-content-wrapper .views-row:first-child .overlay-wrapper h3 {
    margin-bottom: 1rem;
  }
  .block-views-blockreport-recent-reports-2020 .views-infinite-scroll-content-wrapper .views-row:first-child .overlay-wrapper h3 a {
    width: 55%;
    /* only when lead card */
    font-size: 2.5rem;
  }
  .block-views-blockreport-recent-reports-2020 .views-infinite-scroll-content-wrapper .views-row:first-child .overlay-wrapper p {
    display: block;
    width: 55%;
    /* only when lead card */
  }
  .block-views-blockreport-recent-reports-2020 .views-infinite-scroll-content-wrapper .views-row:first-child .overlay-wrapper a.report-link {
    margin-right: 1rem;
  }
  .block-views-blockreport-recent-reports-2020 .views-infinite-scroll-content-wrapper .views-row:first-child .overlay-wrapper a.report-link:after {
    content: "Full Report";
  }
  .block-views-blockreport-recent-reports-2020 .views-infinite-scroll-content-wrapper .views-row:first-child .overlay-wrapper a.video-link {
    flex-grow: 12;
    /* only when lead card */
  }
  .block-views-blockreport-recent-reports-2020 .views-infinite-scroll-content-wrapper .views-row:first-child .overlay-wrapper a.video-link:after {
    content: "Watch Video";
  }
}
.block-views-blockvideos-gallery-block-1 {
  margin: 0 auto 3rem;
}
.block-views-blockvideos-gallery-block-1 .skin-default {
  max-width: 95%;
  margin: 0 auto;
}
.block-views-blockvideos-gallery-block-1 .views_slideshow_cycle_main {
  position: relative;
  width: 100%;
  border-bottom: 3px solid #b3b3b3;
  margin-bottom: 1.5rem;
}
.block-views-blockvideos-gallery-block-1 .views_slideshow_cycle_main .field--name-name {
  padding: 2rem 0 0.5rem;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: left;
  color: #0f6cb6;
}
.block-views-blockvideos-gallery-block-1 .views_slideshow_cycle_main .field--name-field-video-description {
  padding: 0 0 0.5rem;
}
.block-views-blockvideos-gallery-block-1 .views_slideshow_cycle_main p {
  font-size: 0.9rem;
}
.block-views-blockvideos-gallery-block-1 .views-slideshow-controls-bottom {
  width: 100%;
}
.block-views-blockvideos-gallery-block-1 .views_slideshow_pager_field {
  width: 100vw;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  overflow: scroll;
  overflow-y: hidden;
  background: white;
}
.block-views-blockvideos-gallery-block-1 .views_slideshow_pager_field_item {
  min-width: 175px;
  padding-right: 1rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  background: transparent;
}
.block-views-blockvideos-gallery-block-1 .views_slideshow_pager_field_item .views-field-field-video-still {
  order: 1;
}
.block-views-blockvideos-gallery-block-1 .views_slideshow_pager_field_item .views-field-field-video-still img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.block-views-blockvideos-gallery-block-1 .views_slideshow_pager_field_item .views-field-name {
  order: 2;
  padding-top: 0.5rem;
  font-size: 0.85rem;
  text-align: center;
}

@media screen and (min-width: 900px) {
  .block-views-blockvideos-gallery-block-1 {
    max-width: 960px;
  }
  .block-views-blockvideos-gallery-block-1 .skin-default {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    max-width: 960px;
  }
  .block-views-blockvideos-gallery-block-1 .views_slideshow_cycle_main {
    width: 60%;
    padding: 0 2rem 0 0;
    margin: 0;
    border-bottom: none;
    border-right: 3px solid #969696;
  }
  .block-views-blockvideos-gallery-block-1 .views_slideshow_cycle_main .views_slideshow_slide {
    width: 100%;
    height: auto;
  }
  .block-views-blockvideos-gallery-block-1 .views-slideshow-controls-bottom {
    width: 40%;
    padding-left: 2rem;
  }
  .block-views-blockvideos-gallery-block-1 .views_slideshow_pager_field {
    flex-wrap: wrap;
    max-height: 500px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .block-views-blockvideos-gallery-block-1 .views_slideshow_pager_field_item {
    width: 100%;
    padding-right: 0.25rem;
    padding-bottom: 0.75rem;
    border-bottom: solid 1px #b3b3b3;
    margin-right: 1rem;
    margin-bottom: 0.75rem;
    flex-wrap: nowrap;
  }
  .block-views-blockvideos-gallery-block-1 .views_slideshow_pager_field_item .views-field-field-video-still {
    width: 45%;
  }
  .block-views-blockvideos-gallery-block-1 .views_slideshow_pager_field_item .views-field-name {
    width: 55%;
    padding-top: 0;
    padding-left: 1rem;
    font-size: 0.9rem;
    text-align: left;
  }
}

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