/* Theme Name: elsa-widding
 * Version: 1.0
 * Author: Daniel Frederiksen */
/* *html5doctor.com Reset Stylesheet
 * *v1.6.1
 * *Last Updated: 2010-09-17
 * *Author: Richard Clark - http://richclarkdesign.com
 * *Twitter: @rich_clark */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: GentiumPlusRegular;
  font-weight: 400;
  src: url(assets/fonts/GentiumPlus-Regular.ttf);
}
@font-face {
  font-family: GentiumPlusRegular;
  font-weight: 700;
  src: url(assets/fonts/GentiumPlus-Bold.ttf);
}
@font-face {
  font-family: GentiumPlusRegularItalic;
  font-weight: 400;
  src: url(assets/fonts/GentiumPlus-Italic.ttf);
}
@font-face {
  font-family: GentiumPlusRegularItalic;
  font-weight: 700;
  src: url(assets/fonts/GentiumPlus-BoldItalic.ttf);
}
@font-face {
  font-family: Waterfall;
  font-weight: 400;
  src: url(assets/fonts/Waterfall-Regular.ttf);
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-family: GentiumPlusRegular;
  box-sizing: border-box;
  color: #000;
}

html {
  font-size: 10px;
}

body {
  background-color: #F7F7F7;
}

header.header-top {
  height: 120px;
  background: linear-gradient(90deg, rgba(178, 218, 255, 0), rgba(163, 199, 232, 0.8));
}
header.header-top .header-top-primary-nav {
  background-image: url("assets/img/layout/roses-header-mob-port.png");
  background-repeat: no-repeat;
  height: 80px;
}
header.header-top .header-top-primary-nav div.header-top-primary-nav-wrapper {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 38px;
  height: 80px;
}
header.header-top .header-top-primary-nav div.header-top-primary-nav-wrapper #logo {
  color: #173551;
  font-size: 2.2rem;
}
header.header-top .header-top-primary-nav div.header-top-primary-nav-wrapper .tablet-desktop-header-ul {
  display: none;
  width: 65%;
}
header.header-top .header-top-primary-nav div.header-top-primary-nav-wrapper .tablet-desktop-header-ul li {
  margin: 0 0.75rem;
}
header.header-top .header-top-primary-nav div.header-top-primary-nav-wrapper .tablet-desktop-header-ul li a {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 1rem;
  color: #173551;
  font-weight: normal;
  font-size: 1.4rem;
}
header.header-top .header-top-primary-nav div.header-top-primary-nav-wrapper .tablet-desktop-header-ul li a:hover {
  opacity: 0.75;
}
header.header-top .header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav-container {
  width: 20px;
  height: 16px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}
header.header-top .header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav-container:hover {
  cursor: pointer;
}
header.header-top .header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav-container .ham-bar {
  background-color: #234767;
  height: 2px;
}
header.header-top .header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav {
  visibility: hidden;
  height: 100vh;
  width: 100vw;
  background: url("assets/img/layout/roses-ham-menu-mob-port.png") #375575;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
header.header-top .header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-logo-and-exit-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 0 28px;
}
header.header-top .header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-logo-and-exit-container a#ham-nav-menu-logo {
  color: #fff;
  font-size: 2.2rem;
  padding: 1rem;
}
header.header-top .header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-logo-and-exit-container button.ham-nav-menu-exit-btn {
  background-color: transparent;
  border: none;
  height: fit-content;
  width: fit-content;
  padding: 1rem;
}
header.header-top .header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-logo-and-exit-container button.ham-nav-menu-exit-btn:hover {
  cursor: pointer;
}
header.header-top .header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-logo-and-exit-container button.ham-nav-menu-exit-btn svg {
  display: block;
}
header.header-top .header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-links-and-search-container {
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  margin-left: 90px;
}
header.header-top .header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-links-and-search-container form#searchform {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-bottom: 0.5px solid white;
  width: 230px;
}
header.header-top .header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-links-and-search-container form#searchform div.ham-nav-search-icon {
  background: url(assets/img/icons/search-icon-white.svg);
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
  margin-right: 5px;
}
header.header-top .header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-links-and-search-container form#searchform div:not(.ham-nav-search-icon) {
  flex-grow: 1;
}
header.header-top .header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-links-and-search-container form#searchform div:not(.ham-nav-search-icon) input#s {
  height: 100%;
  color: #fff;
  font-size: 1.6rem;
}
header.header-top .header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-links-and-search-container form#searchform div:not(.ham-nav-search-icon) input#s:focus {
  outline: none;
  caret-color: #ffffff;
}
header.header-top .header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-links-and-search-container form#searchform div:not(.ham-nav-search-icon) input#s, header.header-top .header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-links-and-search-container form#searchform div:not(.ham-nav-search-icon) input#searchsubmit {
  background-color: transparent;
  border: none;
}
header.header-top .header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-links-and-search-container form#searchform div:not(.ham-nav-search-icon) input#searchsubmit {
  color: #fff;
  display: none;
}
header.header-top .header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-links-and-search-container ul li a {
  color: #fff;
  font-size: 1.7rem;
  line-height: 1;
  padding: 1.4rem 1.4rem 1.4rem 0;
  display: block;
  width: fit-content;
}
header.header-top .header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-links-and-search-container ul li a:hover {
  color: #d3d3d3;
}
header.header-top .header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-links-and-search-container ul hr.hr {
  border-color: #698199;
  margin: 0;
  width: 150px;
  margin: 1.4rem 0;
}
header.header-top .header-top-secondary-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  height: 40px;
}
header.header-top .header-top-secondary-nav .mob-header-top-ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  margin: 0;
}
header.header-top .header-top-secondary-nav .mob-header-top-ul li a {
  font-size: 1.15rem;
  color: #173551;
  line-height: 4rem;
  padding: 1rem 0;
}
header.header-top .header-top-secondary-nav .mob-header-top-ul li a:hover {
  opacity: 0.75;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.8rem;
}

p {
  line-height: 2.9rem;
  font-size: 1.8rem;
}

a {
  font-size: 1.6rem;
}

span.mandatory {
  color: #BD0000 !important;
}

figcaption {
  font-size: 1.55rem;
  margin-bottom: 2.5rem !important;
  font-style: italic;
  line-height: 2.5rem;
}

figure.aligncenter {
  font-size: 1.55rem;
  margin-bottom: 2.5rem !important;
  font-style: italic;
  line-height: 2.5rem;
}

.gen-btn {
  color: #292929;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  padding: 1.5rem 5rem;
  width: fit-content;
}

.read-more-btn {
  background-color: #E6E6E6;
}

.wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "main" "aside";
  max-width: 1240px;
  padding: 0.8rem;
  margin: 0 auto;
}

main {
  grid-area: main;
}

.sect, .article {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 0.8rem;
}

.shariff {
  margin: 20px 0;
}

.shariff div.ShariffHeadline {
  font-size: 1.6rem;
  font-style: italic;
  margin-bottom: 1rem;
}

.excerpt img:hover {
  cursor: pointer;
  text-decoration: underline;
}
.excerpt .excerpt-text-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 1.5rem;
}
.excerpt .excerpt-text-container .excerpt-header .excerpt-header-h1, .excerpt .excerpt-text-container .excerpt-header .excerpt-header-h2 {
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.excerpt .excerpt-text-container .excerpt-header .excerpt-header-h1:hover, .excerpt .excerpt-text-container .excerpt-header .excerpt-header-h2:hover {
  cursor: pointer;
  text-decoration: underline;
}
.excerpt .excerpt-text-container .excerpt-header .excerpt-header-time, .excerpt .excerpt-text-container .excerpt-header .excerpt-header-category {
  font-size: 1.7rem;
}
.excerpt .excerpt-text-container .excerpt-header .excerpt-header-time {
  margin-right: 2rem;
}
.excerpt .excerpt-text-container .excerpt-header .excerpt-header-category {
  color: #003A71;
}
.excerpt .excerpt-header, .excerpt p, .excerpt .read-more-btn {
  margin-bottom: 1.5rem;
}
.excerpt .excerpt-p {
  font-size: 1.7rem;
}

article.article img.post-and-page-thumbnail {
  width: 100%;
  height: auto;
}
article.article div.post-and-page-wrapper {
  padding: 1.5rem;
  background-color: #fff;
}
article.article div.post-and-page-wrapper header.article-header {
  margin-bottom: 1.5rem;
}
article.article div.post-and-page-wrapper header.article-header h1.article-header-h1 {
  font-size: 2.8rem;
  line-height: 4.1rem;
  margin: 0 0 1.2rem 0;
}
article.article div.post-and-page-wrapper header.article-header time.article-header-time, article.article div.post-and-page-wrapper header.article-header a.article-header-category, article.article div.post-and-page-wrapper header.article-header a.article-header-tag, article.article div.post-and-page-wrapper header.article-header p.article-header-comment-count {
  font-size: 1.7rem;
  line-height: 1.75;
}
article.article div.post-and-page-wrapper header.article-header time.article-header-time {
  margin-right: 1.2rem;
}
article.article div.post-and-page-wrapper header.article-header a.article-header-category, article.article div.post-and-page-wrapper header.article-header a.article-header-tag {
  color: #00417e;
  margin-left: 0.7rem;
}
article.article div.post-and-page-wrapper header.article-header a.article-header-category:hover, article.article div.post-and-page-wrapper header.article-header a.article-header-tag:hover {
  text-decoration: underline;
  text-decoration-style: solid;
}
article.article div.post-and-page-wrapper header.article-header p.article-header-comment-count {
  margin-bottom: 0;
  margin-top: 0.5rem;
  color: #464646;
  font-weight: bold;
}
article.article div.post-and-page-wrapper div.share {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 1.5rem;
}
article.article div.post-and-page-wrapper div.share button {
  margin-right: 1.6rem;
}
article.article div.post-and-page-wrapper div.share p {
  font-size: 1.7rem;
  color: #2D3A46;
  font-weight: bold;
  font-family: GentiumPlusRegularItalic;
}
article.article div.post-and-page-wrapper div.share a {
  margin-left: 1.4rem;
}
article.article div.post-and-page-wrapper div.article-content-container p {
  padding-bottom: 2rem;
  line-height: 3.2rem;
  word-break: break-word;
}
article.article div.post-and-page-wrapper div.article-content-container h2 {
  padding-bottom: 2rem;
  line-height: 3.5rem;
}
article.article div.post-and-page-wrapper div.article-content-container h3 {
  padding-bottom: 2rem;
  line-height: 3.2rem;
}
article.article div.post-and-page-wrapper div.article-content-container h4 {
  padding-bottom: 2rem;
  line-height: 3.2rem;
}
article.article div.post-and-page-wrapper div.article-content-container a {
  font-size: 1.8rem;
  text-decoration: underline;
  color: #004a8f;
  word-break: break-word;
}
article.article div.post-and-page-wrapper div.article-content-container a:hover {
  opacity: 0.75;
}
article.article div.post-and-page-wrapper div.article-content-container a span {
  font-size: 1.8rem;
  text-decoration: underline;
  color: #004a8f;
}
article.article div.post-and-page-wrapper div.article-content-container a span:hover {
  opacity: 0.75;
}
article.article div.post-and-page-wrapper div.article-content-container ul {
  list-style: inside;
  padding-left: 1.5rem;
}
article.article div.post-and-page-wrapper div.article-content-container li {
  font-size: 1.8rem;
  line-height: 3.2rem;
  padding-bottom: 2rem;
  list-style: inside;
}
article.article div.post-and-page-wrapper div.article-content-container strong {
  font-size: 1.8rem;
  line-height: 3.2rem;
}
article.article div.post-and-page-wrapper div.article-content-container table, article.article div.post-and-page-wrapper div.article-content-container thead, article.article div.post-and-page-wrapper div.article-content-container tr, article.article div.post-and-page-wrapper div.article-content-container th, article.article div.post-and-page-wrapper div.article-content-container tbody, article.article div.post-and-page-wrapper div.article-content-container tr, article.article div.post-and-page-wrapper div.article-content-container td {
  font-size: 1.4rem;
}
article.article div.post-and-page-wrapper div.article-content-container table th, article.article div.post-and-page-wrapper div.article-content-container thead th, article.article div.post-and-page-wrapper div.article-content-container tr th, article.article div.post-and-page-wrapper div.article-content-container th th, article.article div.post-and-page-wrapper div.article-content-container tbody th, article.article div.post-and-page-wrapper div.article-content-container tr th, article.article div.post-and-page-wrapper div.article-content-container td th {
  text-align: start;
}
article.article div.post-and-page-wrapper div.article-content-container table tr, article.article div.post-and-page-wrapper div.article-content-container table td, article.article div.post-and-page-wrapper div.article-content-container table th, article.article div.post-and-page-wrapper div.article-content-container thead tr, article.article div.post-and-page-wrapper div.article-content-container thead td, article.article div.post-and-page-wrapper div.article-content-container thead th, article.article div.post-and-page-wrapper div.article-content-container tr tr, article.article div.post-and-page-wrapper div.article-content-container tr td, article.article div.post-and-page-wrapper div.article-content-container tr th, article.article div.post-and-page-wrapper div.article-content-container th tr, article.article div.post-and-page-wrapper div.article-content-container th td, article.article div.post-and-page-wrapper div.article-content-container th th, article.article div.post-and-page-wrapper div.article-content-container tbody tr, article.article div.post-and-page-wrapper div.article-content-container tbody td, article.article div.post-and-page-wrapper div.article-content-container tbody th, article.article div.post-and-page-wrapper div.article-content-container tr tr, article.article div.post-and-page-wrapper div.article-content-container tr td, article.article div.post-and-page-wrapper div.article-content-container tr th, article.article div.post-and-page-wrapper div.article-content-container td tr, article.article div.post-and-page-wrapper div.article-content-container td td, article.article div.post-and-page-wrapper div.article-content-container td th {
  border: 0.5px solid grey;
}
article.article div.post-and-page-wrapper div.wp-caption p.wp-caption-text {
  font-size: 1.6rem;
  line-height: 2.5rem;
}
article.article div.post-and-page-wrapper hr {
  border-color: #CED7E0;
  margin: 1rem 0 0 0;
}
article.article div.link-print {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 1.4rem 0;
}
article.article div.link-print button {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 1.5rem;
  background-color: transparent;
  border: none;
}
article.article div.link-print button:hover {
  cursor: pointer;
}
article.article section.comment-section {
  background-color: #fff;
  background: url("assets/img/layout/nature-background.svg");
}
article.article section.comment-section h2.comment-section-header-h2 {
  line-height: 7rem;
  background-color: #5a80a2;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 400;
  padding-left: 3rem;
  margin-bottom: 4rem;
}
article.article section.comment-section div.comment.thread-even.depth-1, article.article section.comment-section div.comment.thread-odd.depth-1 {
  margin-top: 0.8rem;
}
article.article section.comment-section div.comment {
  padding: 1.5rem;
  border: 1px solid #D4D4D4;
  background-color: #fff;
  margin-top: 3rem;
}
article.article section.comment-section div.comment div.comment-author {
  font-size: 1.7rem;
  line-height: 1.7rem;
  font-weight: bold;
  margin-right: 1.4rem;
  color: #2C2C2C;
  font-style: normal;
  margin-bottom: 6px;
}
article.article section.comment-section div.comment div.comment-author cite.fn {
  font-size: 1.7rem;
  font-style: normal;
}
article.article section.comment-section div.comment div.comment-author cite.fn a.url {
  font-size: 1.7rem;
  line-height: 1.7rem;
  color: #004a8f;
  font-style: normal;
}
article.article section.comment-section div.comment div.comment-author cite.fn a.url:hover {
  opacity: 0.75;
}
article.article section.comment-section div.comment div.comment-author span.says {
  display: none;
}
article.article section.comment-section div.comment em.comment-awaiting-moderation {
  font-size: 1.6rem;
  padding: 1rem;
  background-color: #edffe0;
  width: fit-content;
  border: 1px solid #d7e8cc;
}
article.article section.comment-section div.comment div.comment-meta {
  margin-bottom: 1.5rem;
}
article.article section.comment-section div.comment p {
  color: #1F1F1F;
  font-size: 1.7rem;
  line-height: 2.6rem;
  margin-bottom: 1rem;
}
article.article section.comment-section div.comment p a {
  color: #004a8f;
  text-decoration: underline;
  word-break: break-word;
}
article.article section.comment-section div.comment p a:hover {
  opacity: 0.75;
}
article.article section.comment-section div.comment div.reply a.comment-reply-link {
  background-color: #D7DEE4;
  color: black;
  border-radius: 3px;
  width: 11.5rem;
  height: 3.5rem;
  border: none;
  font-size: 1.7rem;
  margin-right: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
article.article section.comment-section div.comment div.reply a.comment-reply-link:hover {
  background-color: #BCD9F0;
}
article.article section.comment-section div.comment-respond h2.comment-reply-title {
  font-size: 2rem;
  margin-top: 4rem;
  padding: 1.5rem;
  color: #2C2C2C;
}
article.article section.comment-section div.comment-respond h2.comment-reply-title a {
  display: block;
  color: #2C2C2C;
  margin-top: 0.5rem;
  font-size: 1.8rem;
  font-weight: normal;
  width: fit-content;
}
article.article section.comment-section div.comment-respond h2.comment-reply-title a:hover {
  opacity: 0.75;
}
article.article section.comment-section div.comment-respond h2.comment-reply-title small a {
  color: #515151;
  margin-top: 0.5rem;
  font-size: 1.5rem;
  width: fit-content;
}
article.article section.comment-section div.comment-respond h2.comment-reply-title small a:hover {
  opacity: 0.75;
}
article.article section.comment-section div.comment-respond form.write-comment-form {
  padding: 1.5rem 1.5rem 3rem 1.5rem;
  margin-top: 0;
}
article.article section.comment-section div.comment-respond form.write-comment-form p.logged-in-as {
  padding-bottom: 3rem;
}
article.article section.comment-section div.comment-respond form.write-comment-form p.logged-in-as a {
  font-size: 1.8rem;
  text-decoration: underline;
  color: #004a8f;
}
article.article section.comment-section div.comment-respond form.write-comment-form p.logged-in-as a:hover {
  opacity: 0.75;
}
article.article section.comment-section div.comment-respond form.write-comment-form p.logged-in-as span.required-field-message span.required {
  color: #BD0000;
}
article.article section.comment-section div.comment-respond form.write-comment-form p.comment-notes {
  padding-bottom: 3rem;
}
article.article section.comment-section div.comment-respond form.write-comment-form p.comment-notes span#email-notes {
  font-size: 1.7rem;
}
article.article section.comment-section div.comment-respond form.write-comment-form p.comment-notes span.required-field-message {
  font-size: 1.7rem;
}
article.article section.comment-section div.comment-respond form.write-comment-form p.comment-notes span.required-field-message span.required {
  font-size: 1.7rem;
  color: #BD0000;
}
article.article section.comment-section div.comment-respond form.write-comment-form p.comment-form-comment {
  width: 100%;
}
article.article section.comment-section div.comment-respond form.write-comment-form p.comment-form-comment label {
  font-size: 1.7rem;
}
article.article section.comment-section div.comment-respond form.write-comment-form p.comment-form-comment label span.required {
  font-size: 1.7rem;
  color: #BD0000;
}
article.article section.comment-section div.comment-respond form.write-comment-form p.comment-form-comment textarea#comment {
  width: 100%;
  border: 1px solid #D4D4D4;
  background-color: #fff;
  padding: 1.5rem;
  height: 10rem;
  font-size: 1.7rem;
  line-height: 2.2rem;
  margin-bottom: 1.5rem;
  resize: vertical;
  accent-color: #6aa1d5;
  outline-color: #6aa1d5;
}
article.article section.comment-section div.comment-respond form.write-comment-form p.comment-form-author {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: start;
  width: 100%;
}
article.article section.comment-section div.comment-respond form.write-comment-form p.comment-form-author label {
  font-size: 1.7rem;
}
article.article section.comment-section div.comment-respond form.write-comment-form p.comment-form-author label span.required {
  font-size: 1.7rem;
  color: #BD0000;
}
article.article section.comment-section div.comment-respond form.write-comment-form p.comment-form-author input#author {
  font-size: 1.6rem;
  width: 100%;
  height: 4rem;
  border: 1px solid #D4D4D4;
  padding: 0 1.5rem;
  margin-bottom: 1.5rem;
  accent-color: #6aa1d5;
  outline-color: #6aa1d5;
}
article.article section.comment-section div.comment-respond form.write-comment-form p.comment-form-email {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: start;
}
article.article section.comment-section div.comment-respond form.write-comment-form p.comment-form-email label {
  font-size: 1.7rem;
}
article.article section.comment-section div.comment-respond form.write-comment-form p.comment-form-email label span.required {
  font-size: 1.7rem;
  color: #BD0000;
}
article.article section.comment-section div.comment-respond form.write-comment-form p.comment-form-email input#email {
  font-size: 1.6rem;
  width: 100%;
  height: 4rem;
  border: 1px solid #D4D4D4;
  padding: 0 1.5rem;
  margin-bottom: 1.5rem;
  accent-color: #6aa1d5;
  outline-color: #6aa1d5;
}
article.article section.comment-section div.comment-respond form.write-comment-form p.comment-form-url {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: start;
}
article.article section.comment-section div.comment-respond form.write-comment-form p.comment-form-url label {
  font-size: 1.7rem;
}
article.article section.comment-section div.comment-respond form.write-comment-form p.comment-form-url input#url {
  font-size: 1.6rem;
  width: 100%;
  height: 4rem;
  border: 1px solid #D4D4D4;
  padding: 0 1.5rem;
  margin-bottom: 1.5rem;
  accent-color: #6aa1d5;
  outline-color: #6aa1d5;
}
article.article section.comment-section div.comment-respond form.write-comment-form p.comment-form-cookies-consent input#wp-comment-cookies-consent {
  margin-right: 0.5rem;
  accent-color: #6aa1d5;
  width: 1.6rem;
  height: 1.6rem;
}
article.article section.comment-section div.comment-respond form.write-comment-form p.comment-form-cookies-consent input#wp-comment-cookies-consent:hover {
  cursor: pointer;
}
article.article section.comment-section div.comment-respond form.write-comment-form p.comment-form-cookies-consent label {
  font-size: 1.7rem;
}
article.article section.comment-section div.comment-respond form.write-comment-form p.comment-form-cookies-consent label:hover {
  cursor: pointer;
}
article.article section.comment-section div.comment-respond form.write-comment-form p.comment-policy-notice {
  margin-top: 1.5rem;
  font-size: 1.6rem;
}
article.article section.comment-section div.comment-respond form.write-comment-form p.comment-policy-notice a {
  color: #00417e;
  text-decoration: underline;
}
article.article section.comment-section div.comment-respond form.write-comment-form p.form-submit input#submit {
  border-radius: 2px;
  border: medium;
  padding: 1rem 2.5rem;
  display: block;
  margin: 3rem auto 0px;
  font-size: 1.6rem;
  background-color: #5a80a2;
  color: rgb(255, 255, 255);
}
article.article section.comment-section div.comment-respond form.write-comment-form p.form-submit input#submit:hover {
  cursor: pointer;
  background-color: #3f6588;
}

section.riksdagen-section p, section.riksdagen-section h1, section.riksdagen-section h2 {
  color: #121212;
}
section.riksdagen-section header.riksdagen-header {
  padding: 4.6rem 1.5rem 2rem 1.5rem;
}
section.riksdagen-section header.riksdagen-header h1.riksdagen-header-h1 {
  font-size: 3rem;
  line-height: 4.4rem;
}
section.riksdagen-section header.riksdagen-header hr.hr {
  border-color: #CED7E0;
}
section.riksdagen-section header.riksdagen-header p.riksdagen-header-p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
section.riksdagen-section header.riksdagen-header p.riksdagen-header-p a.riksdagen-header-link {
  color: #003A71;
  text-decoration: underline;
}
section.riksdagen-section div.articles-container :nth-child(odd of .riksdagen-article) {
  background-color: #EFEFEF;
}
section.riksdagen-section div.articles-container :nth-child(even of .riksdagen-article) {
  background-color: #fff;
}
section.riksdagen-section div.articles-container article.riksdagen-article {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1.6rem;
  padding: 3.4rem 1.5rem 4.8rem 1.5rem;
}
section.riksdagen-section div.articles-container article.riksdagen-article h2.riksdagen-article-h2 {
  font-size: 2.2rem;
  line-height: 3.5rem;
}
section.riksdagen-section div.articles-container article.riksdagen-article div.riksdagen-article-dates-container p.riksdagen-article-date, section.riksdagen-section div.articles-container article.riksdagen-article div.riksdagen-article-dates-container p.riksdagen-article-interpellation-info {
  font-size: 1.6rem;
  line-height: 2.3rem;
  padding: 0.25rem 0;
}
section.riksdagen-section div.articles-container article.riksdagen-article div.riksdagen-article-dates-container p.separator {
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #2C2C2C;
}
section.riksdagen-section div.articles-container article.riksdagen-article p.riksdagen-article-full-text-p {
  font-family: GentiumPlusRegular;
  line-height: 2.9rem;
  display: none;
}
section.riksdagen-section div.articles-container article.riksdagen-article p.riksdagen-article-summary-p {
  font-family: GentiumPlusRegularItalic;
  line-height: 2.6rem;
}
section.riksdagen-section div.articles-container article.riksdagen-article button.riksdagen-read-more-btn {
  width: 143px;
  height: 35px;
  border-radius: 2px;
  border: 1px solid #CED7E0;
  font-size: 15px;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  line-height: 16px;
  margin-top: -0.8rem;
  margin-bottom: 0.8rem;
}
section.riksdagen-section div.articles-container article.riksdagen-article button.riksdagen-read-more-btn img {
  rotate: 90deg;
}
section.riksdagen-section div.articles-container article.riksdagen-article iframe {
  width: 346px;
  height: 197px;
}

section.archive-section header.archive-header {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  background-color: #617993;
  height: 128px;
  padding: 1.5rem;
}
section.archive-section header.archive-header div.archive-header-container h1.archive-header-h1 {
  color: #fff;
  font-size: 2.6rem;
  line-height: 3.8rem;
}
section.archive-section header.archive-header div.archive-header-container hr.hr {
  border-color: #D4D4D4;
  margin: 0;
}
section.archive-section section.filter-section header.filter-section-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  height: 82px;
  border-bottom: 1px solid #E1E1E1;
  cursor: pointer;
  padding: 0 1.5rem;
}
section.archive-section section.filter-section header.filter-section-header h2.filter-section-header-h2 {
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: normal;
  color: #282828;
  margin-right: 1.2rem;
}
section.archive-section section.filter-section header.filter-section-header img {
  width: 12px;
  height: 7px;
}
section.archive-section section.filter-section section.filter-inner-section {
  padding: 0 1.5rem 3.5rem 1.5rem;
}
section.archive-section section.filter-section section.filter-inner-section h3 {
  font-size: 1.6rem;
  line-height: 2.3rem;
  margin: 1.8rem 0 1.2rem 0;
  color: #282828;
}
section.archive-section section.filter-section section.filter-inner-section div.filter-category-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-wrap: wrap;
  gap: 0.9rem;
}
section.archive-section section.filter-section section.filter-inner-section div.filter-category-container div.filter-category {
  background-color: #E0EBF5;
}
section.archive-section section.filter-section section.filter-inner-section div.filter-category-tag {
  height: 35px;
  padding: 0 2rem;
  border: 1px solid #C2C2C2;
  text-align: center;
  line-height: 35px;
  font-size: 1.6rem;
  border-radius: 2px;
  cursor: pointer;
}
section.archive-section section.filter-section section.filter-inner-section div.filter-tag-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 0.4rem;
}
section.archive-section section.filter-section section.filter-inner-section div.filter-tag {
  background-color: #EFEFEF;
}
section.archive-section section.filter-section section.filter-inner-section span.show-more-tags {
  font-size: 1.6rem;
  line-height: 2.3rem;
  color: #535353;
  cursor: pointer;
  padding: 0.8rem;
  width: fit-content;
}
section.archive-section section.filter-section section.filter-inner-section span.show-more-tags:hover {
  text-decoration: underline;
  color: #282828;
}
section.archive-section section.filter-section section.filter-inner-section hr.hr {
  margin: 1.2rem 0 0 0;
  border-color: #E1E1E1;
}
section.archive-section section.filter-section section.filter-inner-section h3.sorting-order-h3 {
  margin: 1.3rem 0;
  color: #3E3E3E;
  line-height: 2.3rem;
}
section.archive-section section.filter-section section.filter-inner-section div.sorting-input-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0;
}
section.archive-section section.filter-section section.filter-inner-section div.sorting-input-container label.sorting-label {
  font-size: 1.6rem;
  line-height: 2.3rem;
  padding-left: 1.6rem;
  cursor: pointer;
}
section.archive-section section.filter-section section.filter-inner-section div.sorting-input-container input.sorting-input-class {
  cursor: pointer;
}
section.archive-section section.filter-section section.filter-inner-section button#apply-filter-btn {
  font-size: 1.7rem;
  line-height: 2.5rem;
  padding: 0.8rem 3.2rem;
  border-radius: 2px;
  border: 1px solid #ABABAB;
  background-color: #fff;
  color: #292929;
  cursor: pointer;
  margin-top: 2rem;
}
section.archive-section article.article a.article-featured-image-link img.archive-thumbnail {
  width: 100%;
  height: auto;
}
section.archive-section article.article a.article-featured-image-link:hover {
  cursor: pointer;
}
section.archive-section article.article .article-text-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 1.5rem;
}
section.archive-section article.article .article-text-container p {
  font-size: 1.7rem;
  line-height: 2.9rem;
}
section.archive-section article.article .article-text-container .article-header .article-header-h2 {
  font-size: 3.2rem;
  line-height: 2.9rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
section.archive-section article.article .article-text-container .article-header .article-header-h2 a {
  font-size: 2.6rem;
  line-height: 3.2rem;
}
section.archive-section article.article .article-text-container .article-header .article-header-h2:hover {
  cursor: pointer;
  text-decoration: underline;
}
section.archive-section article.article .article-text-container .article-header .article-header-time, section.archive-section article.article .article-text-container .article-header .article-header-category, section.archive-section article.article .article-text-container .article-header .article-header-comment-count {
  font-size: 1.7rem;
}
section.archive-section article.article .article-text-container .article-header .article-header-time {
  margin-right: 1rem;
}
section.archive-section article.article .article-text-container .article-header .article-header-tag {
  font-size: 1.6rem;
}
section.archive-section article.article .article-text-container .article-header .article-header-category, section.archive-section article.article .article-text-container .article-header .article-header-tag {
  color: #00417e;
  margin-left: 0.7rem;
  line-height: 2.6rem;
}
section.archive-section article.article .article-text-container .article-header .article-header-category:hover, section.archive-section article.article .article-text-container .article-header .article-header-tag:hover {
  cursor: pointer;
  text-decoration: underline;
}
section.archive-section article.article .article-text-container .article-header .article-header-comment-count {
  margin-bottom: 0;
  margin-top: 0.5rem;
  color: #464646;
  font-weight: bold;
}
section.archive-section article.article .article-header, section.archive-section article.article p, section.archive-section article.article .read-more-btn {
  margin-bottom: 1.5rem;
}
section.archive-section article.article .article-p {
  font-size: 1.6rem;
  line-height: 2.5rem;
}
section.archive-section article.article .read-more-btn {
  background-color: #fff;
  border: 1px solid #ABABAB;
  width: 122px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  border-radius: 2px;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.archive-section article.article .read-more-btn:hover {
  background-color: #f3f3f3;
}
section.archive-section nav.page-nav {
  background-color: #fff;
  padding: 1.5rem;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  height: 65px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
section.archive-section nav.page-nav div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2.4rem;
  margin: 0 auto;
  width: fit-content;
}
section.archive-section nav.page-nav div a, section.archive-section nav.page-nav div span {
  font-size: 1.7rem;
  color: #323232;
  padding: 0.4rem;
}
section.archive-section nav.page-nav div span {
  cursor: default;
  letter-spacing: 4%;
}
section.archive-section nav.page-nav div a.bold {
  font-weight: bold;
}
section.archive-section nav.page-nav div a.next-page-btn {
  padding-right: 1.2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
section.archive-section nav.page-nav div a.next-page-btn img {
  padding-left: 1.2rem;
  height: 17px;
  width: auto;
}
section.archive-section nav.navigation.pagination {
  background-color: #fff;
  padding: 1.5rem;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  height: 65px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 0.8rem;
}
section.archive-section nav.navigation.pagination div.nav-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1.8rem;
  margin: 0 auto;
  width: fit-content;
}
section.archive-section nav.navigation.pagination div.nav-links .page-numbers {
  font-size: 1.5rem;
  color: #323232;
  padding: 0.4rem;
}
section.archive-section nav.navigation.pagination div.nav-links .current, section.archive-section nav.navigation.pagination div.nav-links .dots {
  cursor: default;
}
section.archive-section nav.navigation.pagination div.nav-links .current {
  font-weight: bold;
}
section.archive-section nav.navigation.pagination div.nav-links .prev:hover, section.archive-section nav.navigation.pagination div.nav-links .page-numbers:hover, section.archive-section nav.navigation.pagination div.nav-links .next:hover {
  opacity: 0.75;
}
section.archive-section nav.navigation.pagination div.nav-links .page-numbers.current:hover, section.archive-section nav.navigation.pagination div.nav-links .page-numbers.dots:hover {
  opacity: 1;
}

div.gridjs.gridjs-container {
  width: 280px !important;
  max-width: 778px;
}
div.gridjs.gridjs-container .gridjs-footer .gridjs-pagination .gridjs-summary {
  font-size: 1.4rem;
}
div.gridjs.gridjs-container .gridjs-footer .gridjs-pagination .gridjs-summary b {
  font-size: 1.4rem;
}
div.gridjs.gridjs-container th, div.gridjs.gridjs-container td {
  width: 150px !important;
}

h1.search-page-results-header-h1 {
  font-size: 2rem;
  margin: 1.5rem;
  line-height: 3.2rem;
  color: #444444;
}

section.error-page {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 2rem;
  margin: 1.5rem;
}
section.error-page h2 {
  font-size: 2rem;
  line-height: 3.2rem;
}
section.error-page input#s {
  flex-grow: 1;
  font-size: 1.65rem;
  height: 35px;
  border: none;
  border: 1px solid rgba(62, 98, 133, 0.24);
  margin-right: 1rem;
  accent-color: #6aa1d5;
  outline-color: #6aa1d5;
  background-color: #f9f9f9;
  padding-left: 1rem;
}
section.error-page input#s::placeholder {
  font-size: 1.6rem;
  color: black;
}
section.error-page input#searchsubmit {
  width: 7rem;
  height: 3.5rem;
  border-radius: 2px;
  border: 0;
  background-color: #5a80a2;
  font-size: 1.6rem;
  color: #fff;
}
section.error-page input#searchsubmit:hover {
  cursor: pointer;
  background-color: #3f6588;
}
section.error-page a.back-to-homepage-link {
  width: fit-content;
}
section.error-page a.back-to-homepage-link button.back-to-homepage-btn {
  border: 1px solid #ABABAB;
  padding: 0 3rem;
  line-height: 40px;
  border-radius: 2px;
  margin-bottom: 0.5rem;
  background-color: #fff;
  font-size: 1.6rem;
  border-radius: 3px;
}
section.error-page a.back-to-homepage-link button.back-to-homepage-btn:hover {
  background-color: #f3f3f3;
  cursor: pointer;
}

aside.sidebar {
  grid-area: aside;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
aside.sidebar .aside-section-h3 {
  font-size: 1.6rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.5px;
}
aside.sidebar .generic-sidebar-section {
  padding: 3.2rem 1.5rem;
}
aside.sidebar .generic-sidebar-section div.link-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: end;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 2px 2px 5px #00000024;
  padding: 0.5rem;
  margin: 0.8rem 0;
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  padding-left: 1.25rem;
  border: 1px solid #eee;
  box-shadow: 2px 2px 5px #00000017;
}
aside.sidebar .generic-sidebar-section div.link-container a {
  font-size: 1.6rem;
  line-height: 2.3rem;
  margin: 2rem 0.8rem 0 0;
  margin-top: 0;
}
aside.sidebar .generic-sidebar-section div.link-container a:hover {
  text-decoration: underline;
  text-decoration-style: solid;
}
aside.sidebar .generic-sidebar-section div.link-container #top-placed-link {
  margin-top: 0;
}
aside.sidebar .generic-sidebar-section div.link-container i.link-icon {
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  margin-right: 6px;
}
aside.sidebar .generic-sidebar-section div.link-container i.partiet-ambition-sverige-icon {
  background-image: url(assets/img/icons/partiet-ambition-sverige-logo.svg);
  width: 25px;
  height: 29.8px;
}
aside.sidebar .generic-sidebar-section div.link-container i.yt-icon {
  background-image: url(assets/img/icons/youtube-icon.svg);
  width: 25px;
  height: 20px;
}
aside.sidebar .generic-sidebar-section div.link-container i.rumble-icon {
  background-image: url(assets/img/icons/rumble-icon.svg);
}
aside.sidebar .generic-sidebar-section div.link-container .book-icon {
  background-image: url(assets/img/icons/book-icon.svg);
}
aside.sidebar section.sib-top-section {
  padding: 0;
}
aside.sidebar section.sib-top-section section.subscribe-section {
  box-shadow: none;
  margin-bottom: 0;
}
aside.sidebar section.sib-top-section section.subscribe-section header #aside-section-h3-subscribe {
  background-color: #D0E3F5;
  line-height: 5.3rem;
  padding-bottom: 0;
}
aside.sidebar section.sib-top-section section.subscribe-section div.flex-container {
  padding: 3.2rem 1.5rem;
}
aside.sidebar section.sib-top-section section.subscribe-section div.flex-container label#subscribe-label {
  font-size: 1.5rem;
  display: block;
  font-weight: bold;
}
aside.sidebar section.sib-top-section section.subscribe-section div.flex-container label#subscribe-label span.mandatory {
  font-weight: normal;
}
aside.sidebar section.sib-top-section section.subscribe-section div.flex-container input#subscribe-input {
  display: block;
  margin: 1.5rem 0;
  height: 3.5rem;
  width: 100%;
  border: 1px solid rgba(62, 98, 133, 0.24);
  padding-left: 1rem;
  font-size: 1.65rem;
  accent-color: #6aa1d5;
  outline-color: #6aa1d5;
  background-color: #f9f9f9;
}
aside.sidebar section.sib-top-section section.subscribe-section div.flex-container input#subscribe-input::placeholder {
  font-style: italic;
  font-size: 1.4rem;
  color: #a1a1a1;
}
aside.sidebar section.sib-top-section section.subscribe-section div.flex-container input#subscribe-checkbox {
  margin-right: 1rem;
  accent-color: #5a80a2;
}
aside.sidebar section.sib-top-section section.subscribe-section div.flex-container input#subscribe-checkbox:hover {
  cursor: pointer;
}
aside.sidebar section.sib-top-section section.subscribe-section div.flex-container label#subscribe-checkbox-label {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #222;
}
aside.sidebar section.sib-top-section section.subscribe-section div.flex-container label#subscribe-checkbox-label a {
  color: #003A71;
  text-decoration: underline;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
aside.sidebar section.sib-top-section section.subscribe-section div.flex-container input.subscribe-form-btn {
  border-radius: 2px;
  border: none;
  padding: 1rem 2.5rem;
  display: block;
  margin: 0 auto;
  font-size: 1.6rem;
  margin-top: 1.5rem;
  background-color: #5a80a2;
  color: #fff;
}
aside.sidebar section.sib-top-section section.subscribe-section div.flex-container input.subscribe-form-btn:hover {
  cursor: pointer;
  background-color: #3f6588;
}
.rcb-content-blocker div div div:nth-child(2) {
  background: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #D0E3F5;
}
.rcb-content-blocker div div div:nth-child(2) div {
  display: none !important;
}

aside.sidebar .sponsor-top-section {
  padding: 0;
  border-radius: 3px;
  background-color: transparent;
}
aside.sidebar .sponsor-top-section .sponsor-section {
  background-color: #FFB495;
  border-radius: 3px;
  height: 68px;
  margin-bottom: 0;
  box-shadow: none;
}
aside.sidebar .sponsor-top-section .sponsor-section:hover {
  background-color: #f5a17e;
}
aside.sidebar .sponsor-top-section .sponsor-section a {
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 68px;
  text-align: center;
  color: #631E00;
  font-weight: bold;
}
aside.sidebar form#searchform {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
aside.sidebar form#searchform i {
  background: url(assets/img/icons/search-icon.svg);
  width: 27px;
  height: 27px;
  margin-right: 7px;
  min-width: 27px;
  min-height: 27px;
}
aside.sidebar form#searchform div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
aside.sidebar form#searchform div input#s {
  flex-grow: 1;
  font-size: 1.65rem;
  height: 35px;
  border: none;
  border: 1px solid rgba(62, 98, 133, 0.24);
  margin-right: 1rem;
  accent-color: #6aa1d5;
  outline-color: #6aa1d5;
  background-color: #f9f9f9;
  padding-left: 1rem;
  width: 100%;
}
aside.sidebar form#searchform div input#s::placeholder {
  font-size: 1.6rem;
  color: black;
}
aside.sidebar form#searchform div input#searchsubmit {
  width: 7rem;
  height: 3.5rem;
  border-radius: 2px;
  border: 0;
  background-color: #5a80a2;
  font-size: 1.6rem;
  color: #fff;
}
aside.sidebar form#searchform div input#searchsubmit:hover {
  cursor: pointer;
  background-color: #3f6588;
}
aside.sidebar section.generic-sidebar-section h3 {
  padding-bottom: 3.2rem;
}
aside.sidebar section.generic-sidebar-section div.tagcloud {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-wrap: wrap;
  gap: 3px;
}
aside.sidebar section.generic-sidebar-section div.tagcloud a.tag-cloud-link {
  line-height: 2.3rem;
  color: #11518e;
  background-color: #f1f1f1;
  padding: 0.45rem 0.75rem;
  border-radius: 2px;
}
aside.sidebar section.generic-sidebar-section div.tagcloud a.tag-cloud-link:hover {
  text-decoration: underline;
  background-color: #e8e8e8;
}
aside.sidebar section.generic-sidebar-section span {
  color: #0B3964;
}
aside.sidebar section.generic-sidebar-section ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-wrap: wrap;
  gap: 12px;
}
aside.sidebar section.generic-sidebar-section ul li.cat-item a {
  font-size: 1.8rem !important;
  line-height: 2.3rem;
  color: #0B3964;
  display: inline-block;
  border-radius: 2px;
  background-color: #D0E3F5;
  padding: 0.85rem;
}
aside.sidebar section.generic-sidebar-section ul li.cat-item a:hover {
  text-decoration: underline;
  background-color: #c2d7ea;
}
aside.sidebar .featured-articles-section {
  padding-bottom: 0;
}
aside.sidebar .featured-articles-section header h3 {
  padding-bottom: 3.2rem;
}
aside.sidebar .featured-articles-section .featured-article {
  padding-bottom: 2rem;
}
aside.sidebar .featured-articles-section .featured-article img {
  padding-bottom: 0.9rem;
}
aside.sidebar .featured-articles-section .featured-article h3 {
  line-height: 2.6rem;
  font-size: 1.8rem;
}
aside.sidebar section.latest-articles-widget ul {
  display: block;
}
aside.sidebar section.latest-articles-widget ul li a {
  display: block;
  padding: 1.1rem 0;
  font-size: 1.7rem;
  line-height: 2.6rem;
  width: fit-content;
}
aside.sidebar section.latest-articles-widget ul li a:hover {
  text-decoration: underline;
  text-decoration-style: solid;
}
aside.sidebar section.latest-articles-widget ul li span {
  font-size: 1.5rem;
  color: #2c2c2c;
}
aside.sidebar div.rp4wp-related-posts h3 {
  font-size: 1.6rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.5px;
}
aside.sidebar div.rp4wp-related-posts ul {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  float: left;
}
aside.sidebar div.rp4wp-related-posts ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
  clear: both;
}
aside.sidebar div.rp4wp-related-posts ul li .rp4wp-related-post-image {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-bottom: 0.5rem;
}
aside.sidebar div.rp4wp-related-posts ul li .rp4wp-related-post-image img {
  width: 100%;
  max-width: 432px;
  height: auto;
}
aside.sidebar div.rp4wp-related-posts ul li div.rp4wp-related-post-content a {
  display: block;
  font-size: 1.8rem;
  line-height: 2.6rem;
  width: 100%;
  font-weight: bold;
}
aside.sidebar div.rp4wp-related-posts ul li div.rp4wp-related-post-content a:hover {
  text-decoration: underline;
}
aside.sidebar div.rp4wp-related-posts ul li div.rp4wp-related-post-content p {
  display: none;
}

footer {
  background: url("assets/img/layout/roses-footer-mob-port.png"), linear-gradient(90deg, rgba(178, 218, 255, 0), rgba(163, 199, 232, 0.8));
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 8.5rem 2.3rem;
}
footer div.img-container {
  width: 227px;
  border: 8px solid #fff;
  margin-bottom: 1.6rem;
}
footer div.titles {
  width: 227px;
}
footer div.titles p#cursive-hand-written-style {
  font-family: Waterfall;
  font-size: 4rem;
  line-height: 4.6rem;
}
footer div.titles p.title {
  font-size: 1.6rem;
  line-height: 2.3rem;
  padding-bottom: 0.3rem;
}
footer div.presentation-container {
  margin-top: 3.5rem;
  border: 1px solid #fff;
  padding: 3.8rem 3.6rem;
}
footer div.presentation-container p {
  font-size: 1.7rem;
  line-height: 3.4rem;
  color: #173551;
  font-family: GentiumPlusRegularItalic;
}
footer div.footer-details {
  width: 212px;
  height: 296px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 1.6rem 2.4rem 3rem 2.4rem;
  margin-top: 45px;
}
footer div.footer-details .footer-details-primary-link {
  font-size: 1.6rem;
  padding: 1.4rem 0;
  width: fit-content;
}
footer div.footer-details .footer-details-primary-link:hover {
  text-decoration: underline;
  text-decoration-style: solid;
}
footer div.footer-details div.social-media-icons {
  padding: 1.1rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
footer div.footer-details div.social-media-icons a {
  padding: 0 0.4rem;
}
footer div.footer-details div.social-media-icons a:hover {
  opacity: 0.8;
}
footer div.footer-details .footer-details-secondary-link {
  font-size: 1.4rem;
  padding: 0.8rem 0;
  color: #2D2D2D;
  width: fit-content;
}
footer div.footer-details .footer-details-secondary-link:hover {
  text-decoration: underline;
  text-decoration-style: solid;
}
footer div.footer-details hr {
  border-color: #CED7E0;
}
footer div.footer-details .copyright {
  font-size: 1.2rem;
  color: #2D2D2D;
  padding-top: 0.2rem;
}
footer .footer-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 641px) {
  .wrapper {
    grid-template-columns: 1fr 40%;
    grid-template-areas: "main aside";
  }
  .wrapper main {
    margin-right: 0.8rem;
  }
  .wrapper aside.sidebar section.sib-top-section section.subscribe-section div.flex-container {
    padding: 3.2rem 2rem;
  }
  .wrapper aside.sidebar section.generic-sidebar-section:not(.sib-top-section, .sponsor-top-section) {
    padding: 3.2rem 2rem;
  }
}
@media only screen and (width: 320px) and (height: 568px) {
  header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper {
    padding: 0 28px;
  }
}
/* SMALLER SMARTPHONES - LANDSCAPE */
@media only screen and (min-width: 481px) and (max-width: 767px) {
  header.header-top nav.header-top-primary-nav {
    background-image: url("assets/img/layout/roses-header-mob-land.png");
  }
  header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav {
    background-image: url("assets/img/layout/roses-ham-menu-mob-land.png");
  }
  header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-ul-primary-links, header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-ul-secondary-links {
    display: flex;
  }
  header.header-top nav.header-top-secondary-nav ul.mob-header-top-ul li a {
    font-size: 1.4rem;
  }
  footer {
    background: url("assets/img/layout/roses-footer-mob-land.png"), linear-gradient(90deg, rgba(178, 218, 255, 0), rgba(163, 199, 232, 0.8));
  }
}
/* LARGE SMARTPHONES - LANDSCAPE */
@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
  header.header-top nav.header-top-primary-nav {
    background-image: url("assets/img/layout/roses-header-largemob-tablet-land.png");
  }
  header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper .tablet-desktop-header-ul {
    display: none;
  }
  header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav {
    background-image: url("assets/img/layout/roses-ham-menu-largemob-land.png");
  }
  header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-ul-primary-links, header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-ul-secondary-links {
    display: flex;
  }
  header.header-top nav.header-top-secondary-nav ul.mob-header-top-ul li a {
    font-size: 1.4rem;
  }
  footer {
    background: url("assets/img/layout/roses-footer-largemob-land.png"), linear-gradient(90deg, rgba(178, 218, 255, 0), rgba(163, 199, 232, 0.8));
  }
  div.gridjs.gridjs-container {
    width: 100% !important;
    max-width: 430px;
  }
}
/* TABLETS - PORTRAIT */
@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  header.header-top nav.header-top-primary-nav {
    background-image: url("assets/img/layout/roses-header-largemob-tablet-land.png");
  }
  header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper #logo {
    font-size: 2.2rem;
  }
  header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper ul.tablet-desktop-header-ul {
    display: none;
  }
  header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav {
    background-image: url("assets/img/layout/roses-ham-menu-tablet-port.png");
  }
  header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-logo-and-exit-container {
    height: 108px;
  }
  header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-links-and-search-container {
    justify-content: center;
  }
  header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-links-and-search-container ul li a {
    padding: 2.4rem 2.4rem 2.4rem 0;
  }
  header.header-top nav.header-top-secondary-nav ul.mob-header-top-ul li a {
    font-size: 1.5rem;
    padding: 1rem;
  }
  .wrapper {
    grid-template-columns: 1fr 33%;
    grid-template-areas: "main aside";
    padding: 1.2rem;
  }
  .wrapper main {
    margin-right: 1.2rem;
  }
  .wrapper main section.archive-section article.article {
    margin-bottom: 1.2rem;
  }
  .wrapper main section.archive-section article.article div.article-text-container {
    margin: 1rem 2.6rem 2rem 2.6rem;
  }
  .wrapper main section.archive-section article.article div.article-text-container header.article-header h2 a {
    font-size: 2.6rem;
    line-height: 4.2rem;
  }
  .wrapper main section.archive-section article.article p {
    font-size: 1.7rem;
    line-height: 3.1rem;
  }
  .wrapper main section.archive-section article.article a.read-more-btn {
    width: 152px;
    height: 52px;
    line-height: 52px;
    font-size: 1.7rem;
  }
  .wrapper main article.article div.post-and-page-wrapper {
    padding: 1.75rem 2.6rem 2.6rem 2.6rem;
  }
  .wrapper main article.article div.post-and-page-wrapper header.article-header h1.article-header-h1 {
    font-size: 3rem;
    line-height: 4.3rem;
  }
  .wrapper aside.sidebar section.generic-sidebar-section {
    margin-bottom: 1.2rem;
  }
  .wrapper aside.sidebar section.sib-top-section h3#aside-section-h3-subscribe {
    font-size: 1.4rem;
  }
  footer {
    background: url("assets/img/layout/roses-footer-tablet-port.png"), linear-gradient(90deg, rgba(178, 218, 255, 0), rgba(163, 199, 232, 0.8));
  }
  footer div.presentation-container {
    max-width: 75%;
  }
  div.gridjs.gridjs-container {
    width: 100% !important;
    max-width: 430px;
  }
}
/* TABLETS LANDSCAPE & OLDER DESKTOP MONITORS */
@media only screen and (min-width: 1024px) and (max-width: 1365px) {
  header.header-top {
    height: 108px;
  }
  header.header-top nav.header-top-primary-nav {
    height: 108px;
    background-image: url("assets/img/layout/roses-header-tablet-land.png");
  }
  header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper {
    height: 108px;
  }
  header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav {
    background-image: url("assets/img/layout/roses-ham-menu-tablet-land.png");
  }
  header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-logo-and-exit-container {
    height: 108px;
  }
  header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-logo-and-exit-container a#ham-nav-menu-logo {
    font-size: 2.4rem;
  }
  header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-links-and-search-container {
    justify-content: center;
    margin-top: -45px;
  }
  header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-links-and-search-container ul li a {
    padding: 1.5rem 1.5rem 1.5rem 0;
  }
  header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper #logo {
    font-size: 2.4rem;
  }
  header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper ul.tablet-desktop-header-ul {
    display: flex;
    width: 71%;
    justify-content: space-evenly;
  }
  header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper ul.tablet-desktop-header-ul li a {
    font-size: 1.6rem;
  }
  header.header-top nav.header-top-secondary-nav {
    display: none;
  }
  .wrapper {
    grid-template-columns: 1fr 360px;
    grid-template-areas: "main aside";
    padding: 1.2rem;
  }
  .wrapper main {
    margin-right: 1.2rem;
  }
  .wrapper main section.archive-section article.article {
    margin-bottom: 1.2rem;
  }
  .wrapper main section.archive-section article.article div.article-text-container {
    margin: 2rem 2.6rem;
  }
  .wrapper main section.archive-section article.article div.article-text-container header.article-header h2 {
    font-size: 3rem;
    line-height: 4.8rem;
  }
  .wrapper main section.archive-section article.article div.article-text-container header.article-header h2 a {
    font-size: 3rem;
    line-height: 4.8rem;
  }
  .wrapper main section.archive-section article.article p {
    font-size: 1.7rem;
    line-height: 3.1rem;
  }
  .wrapper main section.archive-section article.article a.read-more-btn {
    width: 152px;
    height: 52px;
    line-height: 52px;
    font-size: 1.7rem;
  }
  .wrapper main article.article div.post-and-page-wrapper {
    padding: 1.75rem 2.6rem 2.6rem 2.6rem;
  }
  .wrapper main article.article div.post-and-page-wrapper header.article-header h1.article-header-h1 {
    font-size: 3rem;
    line-height: 4.3rem;
  }
  .wrapper main article.article div.post-and-page-wrapper div.article-content-container p {
    padding-bottom: 2.5rem;
  }
  .wrapper aside.sidebar section.generic-sidebar-section {
    margin-bottom: 1.2rem;
  }
  footer {
    background: url("assets/img/layout/roses-footer-tablet-land.png"), linear-gradient(90deg, rgba(178, 218, 255, 0), rgba(163, 199, 232, 0.8));
  }
  footer div.presentation-container {
    max-width: 75%;
  }
  div.gridjs.gridjs-container {
    width: 575px !important;
  }
}
/* MONITORS 1366px and ABOVE */
@media only screen and (min-width: 1366px) {
  header.header-top {
    height: 108px;
  }
  header.header-top nav.header-top-primary-nav {
    height: 108px;
    background-image: url("assets/img/layout/roses-header-desktop.png");
  }
  header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper {
    height: 108px;
  }
  header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper #logo {
    font-size: 2.5rem;
  }
  header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper ul.tablet-desktop-header-ul {
    display: flex;
    width: 68%;
    justify-content: space-evenly;
  }
  header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper ul.tablet-desktop-header-ul li a {
    font-size: 1.6rem;
  }
  header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav {
    background-image: url("assets/img/layout/roses-ham-menu-desktop.png");
  }
  header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-wrapper {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
  }
  header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-wrapper div.ham-nav-logo-and-exit-container {
    height: 108px;
  }
  header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-wrapper div.ham-nav-logo-and-exit-container a#ham-nav-menu-logo {
    font-size: 2.5rem;
  }
  header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-wrapper div.ham-nav-links-and-search-container {
    justify-content: center;
    margin-top: -45px;
  }
  header.header-top nav.header-top-primary-nav div.header-top-primary-nav-wrapper div.ham-nav div.ham-nav-wrapper div.ham-nav-links-and-search-container ul li a {
    padding: 1.5rem 1.5rem 1.5rem 0;
  }
  header.header-top nav.header-top-secondary-nav {
    display: none;
  }
  .wrapper {
    grid-template-columns: 1fr 360px;
    grid-template-areas: "main aside";
    padding: 1.8rem;
  }
  .wrapper main {
    margin-right: 1.8rem;
  }
  .wrapper main section.archive-section article.article {
    margin-bottom: 1.8rem;
  }
  .wrapper main section.archive-section article.article .article-text-container {
    margin: 2.5rem 4rem;
  }
  .wrapper main section.archive-section article.article .article-text-container header.article-header h2 {
    font-size: 3rem;
    line-height: 4.8rem;
  }
  .wrapper main section.archive-section article.article .article-text-container header.article-header h2 a {
    font-size: 3rem;
    line-height: 4.8rem;
  }
  .wrapper main section.archive-section article.article .article-text-container p {
    font-size: 1.8rem;
    line-height: 3.1rem;
  }
  .wrapper main section.archive-section article.article .article-text-container a.read-more-btn {
    width: 152px;
    height: 52px;
    line-height: 52px;
    font-size: 1.7rem;
  }
  .wrapper main article.article div.post-and-page-wrapper {
    padding: 3rem 4rem;
  }
  .wrapper main article.article div.post-and-page-wrapper header.article-header h1.article-header-h1 {
    font-size: 3.6rem;
    line-height: 5.6rem;
  }
  .wrapper main article.article div.post-and-page-wrapper .article-content-container p {
    padding-bottom: 2.5rem;
  }
  .wrapper main article.article div.post-and-page-wrapper .article-content-container p:not(.wp-caption-text), .wrapper main article.article div.post-and-page-wrapper .article-content-container li {
    font-size: 1.9rem;
    line-height: 3.4rem;
  }
  .wrapper aside.sidebar section.generic-sidebar-section {
    margin-bottom: 1.6rem;
  }
  .wrapper aside.sidebar section.latest-articles-widget ul li a {
    font-size: 1.8rem;
    padding: 1.25rem 0;
  }
  footer {
    background: url("assets/img/layout/roses-footer-desktop.png"), linear-gradient(90deg, rgba(178, 218, 255, 0), rgba(163, 199, 232, 0.8));
  }
  footer div.presentation-container p {
    font-size: 1.9rem;
    line-height: 4rem;
  }
  footer .footer-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1240px;
  }
  footer .footer-wrapper .footer-img-and-titles-container {
    grid-area: footer-img-and-titles-container;
    padding-top: 114px;
  }
  footer .footer-wrapper .presentation-container {
    margin: 0 7.5rem;
    height: 296px;
  }
  footer .footer-wrapper .footer-details {
    margin: 0;
  }
  div.gridjs.gridjs-container {
    width: 100% !important;
    max-width: 778px;
  }
}
/* PRINTING */
@media print {
  header.header-top, aside.sidebar, footer {
    display: none;
  }
}

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