/** Load Fonts **/

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

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

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

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

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

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

@font-face {
  font-family: "Quadon Black";
  src: url("fonts/quadon-black.otf") format("opentype");
  src: url("fonts/quadon-black.eot?#iefix") format("embedded-opentype"),
    url("fonts/quadon-black.woff") format("woff"),
    url("fonts/quadon-black.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Quadon Extra Bold";
  src: url("fonts/Quadon ExtraBold.otf") format("opentype");
  src: url("fonts/quadon-bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/quadon-bold.woff") format("woff"),
    url("fonts/quadon-bold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "font-awesome";
  src: url("font-awesome/fonts/FontAwesome.otf") format("opentype");
  src: url("font-awesome/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"),
    url("font-awesome/fonts/fontawesome-webfont.woff") format("woff"),
    url("font-awesome/fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}




p {
  font-family: 'Gentona Light', sans-serif;
  font-size: 18px;
  line-height: 1.4;
}
.block-system-main-block.no-title header {
  display: none;
}
#block-gavias-fiza-local-tasks {
  display: none;
}


/* paragraph css */
/* adjust padding for mobile */

.paragraph-black-block {
  background-image:url('/sites/default/files/images/blackboard_quote_bg.png');
  background-repeat:no-repeat;
  background-position:center top
}
.white-block h2.title {
  padding-bottom: 25px;
}
.highlight-icon img {
  padding: 15px;
}
.panel.container {
  padding-left: 15px;
}
.panel.container img {
  width: 100%;
  padding: 0 10px;
}
.panel.container.blue-background img {
  width: 100%;
  padding: 0;
}
.white-block .bb-inner {
  padding-bottom: 25px;
}
.blue-block .title, .blue-block .desc {
  color: #fff !important;
}

.panel.container.blue-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.panel.container.blue-background > .gsc-column {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.panel.container.blue-background.Left .text-order { order: 2; }
.panel.container.blue-background.Left .image-order { order: 1; }

.extramargin {
  margin-top: 350px;
}

@media (min-width: 1024px) {
  .gsc-column.text-box .gsc-box-text.grid-item {
  margin-bottom: 3rem;
  min-height: 21rem;
  padding: 3rem;
  }
}
.gsc-column.text-box .gsc-box-text.grid-item {
  background-color: white;
  border: 1px solid #A5A5A5;
  line-height: 1.25;
  margin-bottom: 15px;
  padding: 2rem;
  transition: all .3s ease;
}
.gsc-column.text-box .gsc-box-text.grid-item:hover {
  background-color: #F5C300;
  border: 1px solid #F5C300;
  box-shadow: 0 5px 1rem 0 rgba(0, 0, 0, 0.1);
  transition: all .3s ease;
}
.gsc-column.text-box .gsc-box-text.grid-item:hover .title.widget-title {
  color: #31251B;
}
.gsc-column.text-box .title.widget-title {
  font-family: 'Quadon Bold', serif;
  font-size: 22px;
  margin-bottom: 1rem;
}
.gsc-column.text-box .gsc-box-text.grid-item li {
  font-family: 'Gentona Light', sans-serif;
  font-size: 16px;
  list-style: none;
  padding-bottom: 9px;
}
.gsc-column.text-box .grid-item li a {
  text-decoration: underline;
}
.text-box .post-meta {
  padding: 15px 0;
}
.panel.container .text-box img {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
}
#content > .container {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
/* a.btn-theme {
  left: -212px;
  top: 40px;
} */

@media (min-width: 1200px) {
  .container .white-block.container, .container .blue-block.container, .container .yellow-block.container {
    width: 1200px !important;
  }
  .gsc-column.Left {
    float: right;
  }
  .paragraph-header-block .bb-container.container {
    width: 1200px !important;
  }
}
@media (min-width: 900px) {
  .paragraph-header-block h1 {
    margin-top: 3em;
  }
}
.paragraph-yellow-block {
  background-color:#F5C300;
}
.paragraph-feedback-block .webform-submission-form .form-content-inner {
  margin: 0;
}
.paragraph-feedback-block .box-content {
  margin-bottom: 50px;
}
.views_slideshow_cycle_main {
  height: 250px;
}
.views-slideshow-cycle-main-frame-row-item {
  float: left;
  padding-right: 13px;
}

.tns-nav {
  display: none;
}

.field--name-field-slider {
  height: 130px;
}
.field--name-field-slider .field-content {
  padding-right: 50px;
}
.field--name-field-slider button[data-controls="prev"] {
  float: left;
}
.field--name-field-slider button[data-controls="prev"]::before {
  content: "<";
}
.field--name-field-slider button[data-controls="next"] {
  float: right;
}
.field--name-field-slider button::before {
  font-family: "font-awesome";
  font-size: 25px;
}
.field--name-field-slider button[data-controls="next"]::before {
  content: "\f105";
}
.field--name-field-slider button[data-controls="prev"]::before {
  content: "\f104";
}

.field--name-field-slider img {
  max-height: 120px;
}


.field--name-field-slider:hover .tns-controls {
  opacity: 1;
  filter: alpha(opacity=100);
}
.field--name-field-slider .tns-controls {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  position: relative;
  top: -130px;
}


/* from customize css theme settings */

body {
  font-family: 'Gentona Light', sans-serif !important;
}
.btn-theme:after,
.gsc-quote-text .icon,
.icon-play .fa-play,
.widget.gsc-heading .sub-title:after,
.widget.gsc-call-to-action.button-center .title:after,
.widget.gsc-call-to-action.button-bottom .title:after,
.block .block-title:after {
  display: none;
}
#overview, #care, #resources, #feedback, #recommendations {
  margin-top: -5em;
  padding-top:5em;
}
#news {
  margin-top: -10em;
  padding-top: 10em;
}
h1 {
  color: white;
  font-family: 'Quadon Medium';
	font-size: 2.3em;
  letter-spacing: 2px;
  line-height: 1.3;
  max-width: 40em;
}
h2, h2.title span {
  font-family: 'Quadon Black';
  font-size: 42px;
  letter-spacing: 1px;
}
h3 {
  font-family: "Quadon Bold",serif;
	font-size: 4em;
  line-height: 1.1;
}
h4 {
  font-family: 'Gentona Medium', sans-serif;
  font-size: 22px;
  line-height: 1.3;
}
h4 strong {
  font-family: 'Gentona Bold', sans-serif;
  letter-spacing: 0.5px;
}
p {
  font-family: 'Gentona Light', sans-serif;
  font-size: 18px;
  line-height: 1.4;
}
.bg-blue {
  background-color: #246FB7;
}
.btn-theme,
a.btn-theme:visited,
.webform-submission-form .form-actions .webform-button--submit,
.text-light .webform-submission-form .form-actions input.form-submit {
  background-color: #F5C300;
  border: transparent;
  color: #31251B;
  font-weight: 400;
  text-align: center;
  padding: 0 3em;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active {
  background-color: #032f7e !important;
  color: white !important;
}
.f-blue, .title span, .title,
.widget.gsc-icon-box .highlight_content .title {
  color: #246FB7;
}
.f-serif {
  font-family: 'Quadon Medium', serif;
}
.f-serif strong {
  font-family: 'Quadon Black', serif;
  letter-spacing: 1px;
}
.f-white {
  color: white;
}
.f-black {
  color: #31251B;
}
body .body-page .f-white a {
  color: white !important;
  text-decoration: underline;
}
.f-yellow {
	color: #F5C300;
}
.p-0 {
  padding: 0;
}
.pt-0 {
  padding-top: 0;
}
.p-50 {
  padding: 5em;
}
.pt-15, .py-40 {
  padding-top: 1.5em;
  margin-bottom: 0;
}
.sm-bg-img .column-inner.bg-size-cover {
  padding-bottom: 72%;
}
.sm-mt-15 {
  margin-top: 1.5em;
}
.sm-mt-20 {
  margin-top: 2em;
}


#care p {
  font-size: 16px;
}
.footer .block {
  margin-bottom: 0;
}
.footer .footer-center {
  padding: 2em 4em;
}
.footer-first, .footer-second {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-first img {
  margin-right: 1.4em;
  align-self: center;
}
.footer-first p {
  border-left: 1px solid white;
  font-size: 13px;
  line-height: 1;
  padding-left: 1.5em;
}
.footer-second p {
  font-size: 16px;
  margin-bottom: 0;
  margin-right: 2em;
}
.footer-second i {
  font-size: 32px;
}
.gsc-quote-text {
  margin: 15em 0;
  padding: 0em 1em;
}
.gsc-quote-text p {
  font-family: 'Quadon Black', serif;
  font-size:23px;
  letter-spacing: 1px;
  line-height: 1.25;
  text-align: center;
}
.gsc-quote-text p.quoter {
  font-family: 'Quadon Medium', serif;
  font-size: 16px;
  font-weight: bold;
  margin-top: 25px;
  text-transform: uppercase;
}
header {
  margin-top: 0;
}
header.header-v1 .header-main {
  padding: 0;
}
header.header-v1 .p-static {
  padding: 0;
}
header.header-v1 .branding div {
  color: white;
  display: flex;
  font-family: 'Gentona Light', sans-serif;;
  font-size: 13px;
}
header.header-v1 .branding .site-branding-logo {
  align-self: center;
  padding: 0 1em 5px;
}
header.header-v1 .branding .site-branding-logo,
.footer-first img {
  max-width: 17.5em;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
}
header.header-v1 .branding .site-branding__slogan {
  border-left: 1px solid white;
  padding-left: 1em;
  align-self: center;
  max-width: 14em;
  line-height: 1;
}
header.header-v1 .branding .site-branding__slogan a {
  color: white !important;
}
.header-main-inner {
  background-color: #2470b7;
}
.header-main-inner .container .d-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
#hero .widget.gsc-call-to-action.button-bottom .button-action {
  margin-top: -6em;
}
#hero .widget.gsc-heading.align-left .title-desc {
  max-width: 50em;
}
.help.gav-help-region .container {
  margin: 0;
  padding: 0;
  background-color: #F5C300;
  width: 100%;
}
.help.gav-help-region .container .messages {
  font-family: 'Gentona Medium', sans-serif;
  padding: 2em;
  font-size: 18px;
}
#logo .column-inner {
  margin: auto;
}
#logo img {
  max-height: 12em;
}
#logo .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  text-align: center;
}
.menu-bar span {
  background-color: white;
}
.main-page {
  background-image:url('/sites/default/files/images/plug_bg.png');
  background-repeat:repeat;
  background-position:center top;
}
#news .widget.gsc-call-to-action.button-center {
  padding-top: 0px !important;
}
#news.gbb-row .bb-inner {
  padding-top: 0;
  padding-bottom: 0;
}
#news .gva-view-grid-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#news .gva-view-grid-inner .item-columns {
  flex-basis: 50%;
}
#news .gva-view-grid-inner .item-columns {
  padding-bottom: 1em;
}
#news .item-list ul {
  display: flex;
  justify-content: space-between;
}
#news .post-block,
.news-list .post-block {
  display: flex;
}
#news .post-block {
  background-color: white;
  border: 1px solid #707070;
  flex-direction: column;
  padding-top: 0;
}
#news .post-content {
  padding: 0 1em;
  width: 100%;
}
#news .post-image {
  width: 100%;
  max-height: 20em;
}
.news-list .post-block {
  flex-direction: column;
  padding: 2em 0;
}
.news-list .post-read-more {
  margin-top: 2em;
}
#news .views-field.views-field-title,
#news .views-field.views-field-view-node {
  padding: 1em;
  text-decoration: underline;
}
#news .views-field.views-field-title {
  font-family: 'Quadon Medium', serif;
}
#news .views-field .views-field-view-node a {
  font-family: 'Gentona Light', sans-serif;
}
#news .views-field-title a,
.post-title span {
  color: #246FB7 !important;
  font-family: 'Quadon Medium', serif;
  font-size: 22px;
  text-decoration: underline;
  line-height: 1.25;
}
#news .views-field .views-field-view-node a {
  text-decoration: underline;
}
.news-sidebar {
  display: none;
}
.news-sidebar .block .block-title {
  margin-bottom: 0;
  padding-bottom: 0;
}
.news-sidebar h2.block-title > span {
  color: #246FB7 !important;
  font-size: 22px;
}
.news-sidebar .post-block {
  padding: 0;
}
.news-sidebar .post-image img {
  width: 85%;
}
.news-sidebar .post-title span {
  font-size: 18px !important;
  text-decoration: underline !important;
}
.news-sidebar .news-list .gva-view-grid .post-block .post-content {
  width: 100%;
  padding: 0;
}
.news-sidebar .post-body,
.news-sidebar .post-read-more {
  display: none;
}
.news-list p {
  font-size: 16px;
}
.news-list .post-title span {
  font-family: 'Quadon Medium', serif;
}
.news-list .post-image {
  align-self: center;
}
.news-title h2 {
  padding: 2em;
  margin: 0;
}
.node--type-article .post-title span {
  font-family: 'Quadon Bold', serif;
  font-size: 30px;
  text-decoration: none;
}
.post-block {
  background: transparent;
}
.post-comment {
  display: none;
}
.post-read-more {
  font-family: 'Gentona Light', sans-serif;
  font-size: 16px;
  text-decoration: underline;
}
#recommendations .widget.gsc-call-to-action.button-center {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
#recommendations .button-action {
  margin-top: -6em;
  margin-bottom: 0em;
}
#recommendations .highlight-icon {
  padding-bottom: 1em;
}
#resources .grid-item a {
  text-decoration: underline;
}
#resources .btn-theme {
  margin-bottom: 9.5em;
  margin-left: 5em;
}
#resources .gsc-column .gsc-box-text.grid-item {
  background-color: white;
  border: 1px solid #A5A5A5;
  line-height: 1.25;
  margin-bottom: 15px;
  padding: 2em;
  transition: all .3s ease;
}
#resources .gsc-column .gsc-box-text.grid-item:hover {
  background-color: #F5C300;
  border: 1px solid #F5C300;
  box-shadow: 0 5px 1em 0 rgba(0, 0, 0, 0.1);
  transition: all .3s ease;
}
#resources .gsc-column .gsc-box-text.grid-item:hover .title.widget-title {
  color: #31251B;
}
#resources .gsc-column .gsc-box-text.grid-item ul {
  padding-left: 0;
}
#resources .gsc-column .gsc-box-text.grid-item li {
  font-family: 'Gentona Light', sans-serif;
  font-size: 16px;
  list-style: none;
  margin-bottom: 0.5em;
}
.title.widget-title {
  font-family: 'Quadon Bold', serif;
  font-size: 22px;
  margin-bottom: 1em;
}
.text-light .webform-submission-form .form-item input,
.text-light .webform-submission-form .form-item textarea {
  background-color: #032f7e;
  border-bottom: none;
  padding-left: 1em;
}
.text-light .webform-submission-form .form-item:after {
  display: none;
}
.text-light .webform-submission-form .form-actions input.form-submit {
  margin-bottom: 6em;
  margin-top: 1em;
}
.webform-submission-form .form-content-inner {
  margin: 0 5em;
}
.webform-submission-form .form-item label {
  font-family: 'Gentona Light', serif;
  font-size: 16px;
}
.widget.gsc-icon-box .highlight_content .title {
  font-family: 'Quadon Medium', serif;
  font-size: 21px;
  line-height: 1.25;
  margin-bottom: 1.5em;
}
.widget.gsc-icon-box .highlight_content p {
  font-size: 16px;
}
.widget.gsc-heading .title-desc {
  max-width: 60em;
}
.widget.gsc-heading .title {
  text-transform: initial !important;
}
.widget.gsc-video-box .video-inner {
  border-radius: initial;
  box-shadow: none;
}
.widget.gsc-video-box .video-inner .gsc-video-link .icon-play {
  background: url(/sites/default/files/images/icon_play.png) no-repeat center center transparent;
  height: 131px;
  width: 131px;
  border-radius: 0;
}
.webform-submission-form.webform-submission-contact-form .form-item.form-item-name input,
.webform-submission-form.webform-submission-contact-form .form-item.form-item-email input {
  padding-left: 1em;
}
.webform-submission-form .form-actions {
  padding: 0;
}
#video .widget.gsc-call-to-action.button-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#video .widget.gsc-call-to-action.button-center .button-action{
  margin-top: -7em;
}
@media (min-width: 768px) {
  h3 {
    font-size: 5em;
  }
}
@media (min-width: 900px) {
  h1 {
    font-size: 3em;
    margin-top: 1em;
  }
  h3 {
    font-size: 6em;
  }
  .gsc-quote-text p {
    font-size: 25px;
  }
  .gsc-quote-text p.quoter {
    font-size: 18px;
    margin-top: 5em;
  }
  #news .gva-view-grid-inner {
    flex-wrap: nowrap;
  }
  .news-list .post-block {
    flex-direction: row;
    padding: 2em 0;
  }
  .news-list .gva-view-grid .post-block .post-content {
    padding: 0 2em;
  }
  .news-list .post-block .post-image img {
    max-width: 35em;
  }
  .sm-mt-20 {
    margin-top: 0;
  }
}
@media (min-width: 977px) {
  .gsc-quote-text {
    margin: 7em auto;
    padding: 3em;
  }
  .lg-min-height {
    min-height: 30em;
  }
  .news-sidebar {
    display: block;
  }
  #news .gva-view-grid-inner .item-columns .post-block {
    transition: all .3s ease;
  }
  #news .gva-view-grid-inner .item-columns .post-block:hover {
    box-shadow: 0 5px 1em 0 rgb(0 0 0 / 10%);
    transition: all .3s ease;
  }
  #video .widget.gsc-call-to-action.button-center .button-action{
    margin-top: -5em;
  }
}
@media (max-width: 991px) {
  #hero {
    background-position: left center !important;
  }
  .gva-offcanvas-mobile.show-view {
    background: #2470b7;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a,
  .gva-offcanvas-mobile .close-offcanvas i {
    color: white !important;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a:hover,
  .gva-offcanvas-mobile .close-offcanvas i:hover {
    color: #F5C300 !important;
  }
  .main-page {
    margin-top: -11px;
  }
}
@media (min-width: 992px) and (min-width: 991px) {
  .navigation .gva_menu > li:hover {
    box-shadow: none;
  }
}
@media (min-width: 992px) {
  .header-main .container {
    width: 100%;
  }
  .header-main .container .branding {
    padding: 0;
  }
  #overview, #care, #resources, #feedback {
    margin-top: -6.5em;
    padding-top: 6.5em;
  }
  #recommendations {
    margin-top: -3em;
    padding-top: 3em;
  }
  .navigation .gva_menu > li > a {
    padding: 29px 6px;
  }
  .navigation .gva_menu > li.menu-item--active-trail > a {
    color: #f5c400!important;
  }
  #news .gva-view-grid-inner {
    flex-direction: row;
  }
  #news .post-content {
    padding: 1em 2em;
  }
  .sm-bg-img .column-inner.bg-size-cover {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  h2, h2.title span {
    max-width: 800px;
  }
  #hero .widget.gsc-call-to-action.button-bottom .button-action {
    margin-top: 3em;
  }
  .footer-second {
    justify-content: flex-end;
    padding-right: 5em;
  }
  .gsc-quote-text {
    max-width: 130em;
    margin: 15em auto;
  }
  .gsc-quote-text p {
    font-size: 32px;
  }
  .gsc-quote-text p.quoter {
    font-size: 22px;
    letter-spacing: 0;
  }
  #hero .widget.gsc-heading.align-left .title-desc {
    margin: -2.5em 0 -7em;
    max-width: initial;
  }
  #hero .btn-theme {
    margin-bottom: 6em;
  }
  .lg-p-left-0 {
    padding-left: 0;
  }
  .lg-p-right-0 {
    padding-right: 0;
  }
  .mt-30 {
    margin-top: 3em;
  }
  #news .gva-view-grid-inner .item-columns {
    padding: 0 15px;
  }
  #news .gva-view-grid-inner .item-columns:nth-child(1) {
    padding-left: 10px;
  }
  #news .gva-view-grid-inner .item-columns:nth-last-child() {
    padding-right: 10px;
  }
  #overview h4 {
    max-width: 65em;
  }
  .pt-15 {
    padding-top: 0;
  }
  .news-title h2 {
    padding: 5em;
  }
  .news-list .post-content {
    width: 60%;
    padding: 0 5em;
  }
  .node--type-article h1.post-title {
    max-width: none;
  }
  .node--type-article .post-title span {
    font-size: 42px;
  }
  .py-40 {
    margin-top: 4em;
    margin-bottom: 4em;
  }
  #recommendations .button-action {
    margin-bottom: -11em;
    margin-top: -8em;
  }
  #resources .gsc-column .gsc-box-text.grid-item {
    margin-bottom: 3em;
    min-height: 27em;
    padding: 3em;
  }
  .sm-mt-15 {
    margin-top: 3em;
  }
  .widget.gsc-heading .title-desc {
    max-width: 700px;
  }
  .widget.gsc-call-to-action.button-center .button-action .rec-btn {
    margin-bottom: -11em;
  }
}
@media (min-width: 1200px) {
  .navigation .gva_menu > li > a {
    padding: 29px 13px;
  }
}
