/**** Colors for Colleges ****/
/* start legacy, should not be in use */
/* end legacy, should not be in use */
/* Primary Colors ___________________________________________________ */
/* Secondary Colors___________________________________________________ */
/* Tertiary Colors___________________________________________________ */
/* Tertiary Web Only Colors ___________________________________________________ */
/* Grayscale Colors ___________________________________________________ */
/*$color_grayscale_lighter50: #A5AAAF;*/
.has-primary-uvmgreen-color {
  color: #007155;
}

.has-primary-uvmgreen-background-color {
  background-color: #007155;
}

.has-primary-lightgreen-color {
  color: #B2D23E;
}

.has-primary-lightgreen-background-color {
  background-color: #B2D23E;
}

.has-primary-lightgreen-lighter-10-color {
  color: #CCEC58;
}

.has-primary-lightgreen-lighter-10-background-color {
  background-color: #CCEC58;
}

.has-primary-lightgreen-darker-20-color {
  color: #7F9F0B;
}

.has-primary-lightgreen-darker-20-background-color {
  background-color: #7F9F0B;
}

.has-primary-skyblue-color {
  color: #A7D4EE;
}

.has-primary-skyblue-background-color {
  background-color: #A7D4EE;
}

.has-primary-skyblue-lighter-10-color {
  color: #C1EEFF;
}

.has-primary-skyblue-lighter-10-background-color {
  background-color: #C1EEFF;
}

.has-primary-skyblue-darker-20-color {
  color: #74A1BB;
}

.has-primary-skyblue-darker-20-background-color {
  background-color: #74A1BB;
}

.has-secondary-brightyellow-color {
  color: #FFD416;
}

.has-secondary-brightyellow-background-color {
  background-color: #FFD416;
}

.has-secondary-midblue-color {
  color: #90D4ED;
}

.has-secondary-midblue-background-color {
  background-color: #90D4ED;
}

.has-secondary-orange-color {
  color: #F47D20;
}

.has-secondary-orange-background-color {
  background-color: #F47D20;
}

.has-secondary-yellowochre-color {
  color: #D99B13;
}

.has-secondary-yellowochre-background-color {
  background-color: #D99B13;
}

.has-secondary-darkblue-color {
  color: #159FDA;
}

.has-secondary-darkblue-background-color {
  background-color: #159FDA;
}

.has-secondary-darkgreen-color {
  color: #01533F;
}

.has-secondary-darkgreen-background-color {
  background-color: #01533F;
}

.has-secondary-darkgreen-darker-10-color {
  color: #003A26;
}

.has-secondary-darkgreen-darker-10-background-color {
  background-color: #003A26;
}

.has-secondary-deepblue-color {
  color: #1375AF;
}

.has-secondary-deepblue-background-color {
  background-color: #1375AF;
}

.has-secondary-deepblue-darker-10-color {
  color: #005C96;
}

.has-secondary-deepblue-darker-10-background-color {
  background-color: #005C96;
}

.has-black-color {
  color: #000000;
}

.has-black-background-color {
  background-color: #000000;
}

.has-white-color {
  color: #ffffff;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-grayscale-graybase-color {
  color: #262B30;
}

.has-grayscale-graybase-background-color {
  background-color: #262B30;
}

.has-grayscale-lighter-10-color {
  color: #3F4449;
}

.has-grayscale-lighter-10-background-color {
  background-color: #3F4449;
}

.has-grayscale-lighter-20-color {
  color: #595E63;
}

.has-grayscale-lighter-20-background-color {
  background-color: #595E63;
}

.has-grayscale-lighter-30-color {
  color: #72777C;
}

.has-grayscale-lighter-30-background-color {
  background-color: #72777C;
}

.has-grayscale-lighter-40-color {
  color: #8C9196;
}

.has-grayscale-lighter-40-background-color {
  background-color: #8C9196;
}

.has-silver-color {
  color: #BEC3C8;
}

.has-silver-background-color {
  background-color: #BEC3C8;
}

.has-silver-lighter-10-color {
  color: #CACDD1;
}

.has-silver-lighter-10-background-color {
  background-color: #CACDD1;
}

.has-silver-lighter-20-color {
  color: #595E63;
}

.has-silver-lighter-20-background-color {
  background-color: #595E63;
}

.has-silver-lighter-30-color {
  color: #DDDEE0;
}

.has-silver-lighter-30-background-color {
  background-color: #DDDEE0;
}

.has-silver-lighter-40-color {
  color: #E7E7E7;
}

.has-silver-lighter-40-background-color {
  background-color: #E7E7E7;
}

.has-silver-lighter-50-color {
  color: #F6F4F2;
}

.has-silver-lighter-50-background-color {
  background-color: #F6F4F2;
}

a {
  text-decoration: none;
}
a:link {
  color: #007155;
  border-bottom: 1px dashed #007155;
}
a:hover, a:visited {
  color: #00583c;
  border-bottom: none;
}

p {
  margin-top: 8px;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 32px;
  color: #3f4449;
  font-weight: 400;
}

img {
  height: auto;
  max-width: 100%;
  position: relative;
}

table {
  margin: 0 0 1rem;
  border-collapse: collapse;
  width: 100%;
  font-family: "Roboto", sans-serif;
}

th {
  color: #668600;
  background: #fbfbf9;
  padding: 0.5em;
  text-align: center;
  vertical-align: top;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}
th a,
th a:link,
th a:hover,
th a:visited {
  letter-spacing: 1px;
  background-blend-mode: normal;
  text-decoration: underline;
  border-bottom: 1px dashed #3f4449;
  color: #3f4449;
}

td a:hover,
tr a:hover,
tr td a:hover {
  background: #d2e97c;
  color: #191e23;
  background-blend-mode: normal;
  text-decoration: underline;
  border-bottom: none;
}

html,
body {
  font-size: 17px;
  font-family: Roboto, sans-serif;
}

body {
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
}
body #header {
  background: #f5f5f5;
  border-top: 60px solid #66ac47;
  padding-bottom: 0;
  margin-left: 0 !important;
  width: 100%;
}

#logo_wrapper {
  margin-top: -25px;
  height: 90px;
  background: transparent;
  border-bottom: 1px solid #999;
  padding-bottom: 115px;
}

#logo_container {
  max-width: 1200px;
  margin: 0 auto !important;
}

#logo_wrapper_withparentbanner {
  margin-top: -25px;
  height: 150px;
  background: transparent;
  border-bottom: 60px solid #ccc;
  border-bottom: 60px solid #fff;
  margin-bottom: -60px;
}

a#logo.header__logo,
#logo.header__logo a:hover .site-title a:link {
  padding-left: 0;
  border-bottom: none;
  text-decoration: none;
}
a#logo.header__logo img,
#logo.header__logo a:hover .site-title a:link img {
  width: 400px;
}

div.site-branding {
  margin: 16px 0 0 0;
}
div.site-branding h1.site-title {
  color: #01533f;
  width: calc(90% - 90px);
  /*float: left;*/
  margin-top: 0;
  margin-bottom: 0.8em;
  padding: 18px 10px 0 0;
  font-family: Roboto, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.3em;
}
div.site-branding h1.site-title a:link,
div.site-branding h1.site-title a:visited {
  color: #01533f;
  font-size: 150%;
  letter-spacing: 0.06em;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  top: 3px;
  padding-left: 10px;
  border-bottom: none;
}

section#menu {
  display: none;
  /* temporary */
}

.site-header.featured-image {
  overflow: hidden;
  position: relative;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 1em;
}
.site-header.featured-image .site-featured-image .entry-header {
  margin: 0;
  padding: 1em;
}
@media only screen and (min-width: 768px) {
  .site-header.featured-image .site-featured-image .entry-header {
    margin: 0;
  }
}
.site-header.featured-image .site-featured-image .entry-header .svg-icon {
  display: none;
}
.site-header.featured-image .site-featured-image .entry-header h1.entry-title {
  margin: 0;
  line-height: 48px;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 0.7px;
}
.site-header.featured-image .site-featured-image:after {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9));
  transition: opacity 1200ms ease-in-out;
}
.site-header.featured-image .site-featured-image .post-thumbnail:before, .site-header.featured-image .site-featured-image .post-thumbnail:after {
  display: none;
  background-color: inherit;
}
.site-header.featured-image .site-featured-image .post-thumbnail img {
  min-width: 100%;
}
.site-header.featured-image:after {
  opacity: 0.4;
}

@media (min-width: 768px) {
  .site-header.featured-image {
    min-height: 16em;
    margin-bottom: 3rem;
  }
}
.post-navigation .nav-links a .meta-nav, .post-navigation .nav-links a .post-title, h5,
h6, h4, h3, h2, h2.entry-title, h1 {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin-bottom: 16px;
}
.post-navigation .nav-links a .meta-nav:before, .post-navigation .nav-links a .post-title:before, h5:before,
h6:before, h4:before, h3:before, h2:before, h2.entry-title:before, h1:before {
  content: "";
  display: none;
}
.entry .post-navigation .nav-links a .entry-content > .meta-nav, .post-navigation .nav-links a .entry .entry-content > .meta-nav, .entry .post-navigation .nav-links a .entry-content > .post-title, .post-navigation .nav-links a .entry .entry-content > .post-title, .entry .entry-content > h5,
.entry .entry-content > h6, .entry .entry-content > h4, .entry .entry-content > h3, .entry .entry-content > h2, .entry .entry-content > h1 {
  margin: 64px 0 8px 0;
}

.widget-title, .hfeed .entry, .entry {
  border-bottom: 1px solid #E7E7E7;
}

h1 {
  font-size: 44px;
  line-height: 56px;
  margin-top: 0.67em;
  margin-left: 0;
  margin-right: 0;
}

h2, h2.entry-title {
  font-size: 32px;
  color: #101418;
  letter-spacing: 0;
  line-height: 40px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
h2 a:hover, h2.entry-title a:hover {
  color: #3f4449;
  border-bottom: 1px dashed #3f4449;
  text-decoration: none;
}
h2.posts-marker, h2.entry-title.posts-marker {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  letter-spacing: 1.12px;
  line-height: 36.26px;
  color: #007155;
  margin: 0 0 50px 0;
}

h1:not(.site-title):before, h2:before {
  content: "";
  display: none;
}

h1:not(.site-title)::before,
h2::before {
  border-top: none;
  background: none;
  content: "";
  display: block;
  height: 0;
  margin: 0 0;
  width: 0;
}

.site-description {
  color: #5d6771;
}

h3 {
  margin-top: 96px;
}
h3 a:link {
  color: #3f4449;
  text-decoration: none;
  border-bottom: none;
  border-bottom: none;
}
h3 a:hover {
  color: #000;
  border-bottom: 1px dashed #000;
  text-decoration: none;
}

h4 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.01em;
  margin-top: 1.33em;
  margin-left: 0;
  margin-right: 0;
}

h5,
h6 {
  font-weight: 500;
  text-transform: none;
  color: #262b30;
}

h5 {
  font-size: 22px;
  line-height: 26px;
  margin-top: 1.67em;
  margin-left: 0;
  margin-right: 0;
}

h6 {
  font-size: 18px;
  line-height: 22px;
  margin-top: 2.33em;
  margin-left: 0;
  margin-right: 0;
}

.site-content {
  clear: both;
}

.entry .entry-content, .entry .entry-summary {
  box-shadow: none;
  max-width: 100%;
}

.site-content {
  margin: 40px auto;
  padding: 0;
}
section.content-area {
  display: grid;
  /*row-gap: 1em;*/
  grid-template-areas: "header" "content" "sidebar";
  grid-template-columns: 100%;
}
@media (min-width: 900px) {
  section.content-area.has-sidebar-posts {
    grid-template-areas: "header header" "content sidebar";
    /* The logic here is a bit wonky, but it works. */
    /*grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));*/
    grid-template-columns: minmax(500px, 1fr) 400px;
    grid-column-gap: 2%;
  }
}
@media (min-width: 1200px) {
  section.content-area {
    grid-column-gap: 5%;
  }
}
section.content-area .posts-marker {
  grid-area: header;
  display: none;
}
@media (min-width: 900px) {
  section.content-area .posts-marker {
    display: block;
  }
}
section.content-area main.site-main {
  grid-area: content;
}
section.content-area aside.widget-area {
  grid-area: sidebar;
  /*@media (min-width: 900px) {
      min-width: 400px;
  }*/
}
.singular section.content-area aside.widget-area {
  margin-top: 95px;
}
section.content-area aside.widget-area .widget-column section h2 {
  margin-top: 0;
}

.has-featured-image .entry-meta, .hfeed .entry footer.entry-footer .comments-link, .entry footer.entry-footer .comments-link, .hfeed .entry header.entry-header .posted-on, .hfeed .entry header.entry-header .byline, .entry header.entry-header .posted-on, .entry header.entry-header .byline {
  display: block;
  margin-bottom: 8.5px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #5E6A74;
}
.has-featured-image .entry-meta svg, .hfeed .entry footer.entry-footer .comments-link svg, .entry footer.entry-footer .comments-link svg, .hfeed .entry header.entry-header .posted-on svg, .hfeed .entry header.entry-header .byline svg, .entry header.entry-header .posted-on svg, .entry header.entry-header .byline svg {
  display: none;
}
.has-featured-image .entry-meta a, .hfeed .entry footer.entry-footer .comments-link a, .entry footer.entry-footer .comments-link a, .hfeed .entry header.entry-header .posted-on a, .hfeed .entry header.entry-header .byline a, .entry header.entry-header .posted-on a, .entry header.entry-header .byline a {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.7px;
  line-height: 17.5px;
  text-decoration: none;
  border-bottom: none;
}

.hfeed .entry, .entry {
  padding: 48px 0;
}
.hfeed .entry:first-of-type, .entry:first-of-type {
  padding-top: 0;
}
.hfeed .entry:last-of-type, .entry:last-of-type {
  padding-bottom: 0;
}
.hfeed .entry header.entry-header, .entry header.entry-header {
  overflow: hidden;
}
.singular .hfeed .entry header.entry-header, .singular .entry header.entry-header {
  margin-top: 95px;
}
.hfeed .entry header.entry-header .sticky-post, .entry header.entry-header .sticky-post {
  display: block;
  font-size: 13px;
  line-height: 16px;
  color: #5E6A74;
  position: initial;
  z-index: 0;
  background: none;
  padding: 0;
  margin-bottom: 26px;
}
.hfeed .entry header.entry-header .posted-on .entry-date, .hfeed .entry header.entry-header .byline .entry-date, .entry header.entry-header .posted-on .entry-date, .entry header.entry-header .byline .entry-date {
  color: #5E6A74;
}
.hfeed .entry header.entry-header .byline .author, .entry header.entry-header .byline .author {
  margin-top: 8px;
}
.hfeed .entry header.entry-header .entry-title, .hfeed .entry header.entry-header .entry-meta, .entry header.entry-header .entry-title, .entry header.entry-header .entry-meta {
  margin-top: 0;
}
.hfeed .entry header.entry-header h1.entry-title, .entry header.entry-header h1.entry-title {
  font-family: "Oswald", sans-serif !important;
  font-size: 40px;
  letter-spacing: -0.03em;
  line-height: 48px;
  color: #007155;
  text-transform: titlecase;
  font-weight: 500;
  border-top: none;
}
.hfeed .entry header.entry-header .entry-meta, .entry header.entry-header .entry-meta {
  margin: 0;
  font-size: 14px;
  margin-top: 0;
}
.hfeed .entry .entry-content a, .entry .entry-content a {
  text-decoration: none;
}
.hfeed .entry footer.entry-footer, .entry footer.entry-footer {
  margin-top: 18px;
  margin-bottom: 0;
  max-width: initial;
}
.has-featured-image #masthead {
  margin-bottom: 48px;
}
.has-featured-image .entry-meta {
  margin-left: 17px;
  margin-bottom: 64px;
}
.has-featured-image .entry-meta .posted-on svg, .has-featured-image .entry-meta .byline-prefix {
  display: none;
}
.has-featured-image .entry-meta .posted-on, .has-featured-image .entry-meta .byline {
  margin-right: 0.5em;
}
.has-featured-image .entry-meta .byline, .has-featured-image .entry-meta .comment-count {
  margin-left: 0.5em;
}

.comments-area {
  margin: 0;
}
.comments-area .comments-title-wrap {
  margin: 0;
}
.comments-area .comments-title-wrap .comments-title::before {
  display: none;
  content: "";
}
.comments-area .comment-list .comment.depth-1 {
  margin-left: 6em;
}
.comments-area .comment-content {
  margin: 8px 0;
}

.post-title {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  text-transform: none;
  text-decoration-line: none;
  color: #262b30;
}

.post-title:hover,
.meta-nav:hover,
.nav-prev-text:hover,
.nav-next-text:hover {
  text-decoration: none;
  color: #003a26;
}

.meta-nav {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.entry-footer a:hover {
  text-decoration-line: underline;
  text-decoration-style: solid;
  color: #003a26;
}

.entry .entry-meta a:hover,
.entry .entry-footer a:hover {
  transition: color 110ms ease-in-out;
  text-decoration-line: underline;
  text-decoration-style: solid;
  color: #003a26;
}

article.entry .entry-title a,
article.entry:first-of-type .entry-title a {
  /*font-size: 48px;*/
  /*letter-spacing: -1px;*/
  font-weight: normal;
  font-style: normal;
  font-family: "Oswald" sans-serif;
  line-height: 64px;
  margin-top: 120px;
  margin-bottom: 0;
  border: 0 none black;
}

.entry .entry-content p {
  word-wrap: break-word;
  margin-top: 8px;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 24px;
  color: #3f4449;
  font-weight: 400;
}

.entry-content :last-child {
  margin-bottom: 0;
}

.entry .entry-content .has-extra-small-font-size {
  font-family: roboto;
  color: #262b30;
  font-size: 10px;
  margin-bottom: 8px;
  margin-top: 8px;
  line-height: 14px;
  font-weight: 400;
}
.entry .entry-content .has-large-font-size {
  font-size: 28px;
  line-height: 40px;
  font-family: "Oswald", sans-serif;
  letter-spacing: -0.3px;
  margin-top: 8px;
  margin-bottom: 40px;
}
.entry .entry-content .has-huge-font-size {
  font-family: roboto;
  font-size: 40px;
  margin-bottom: 40px;
  line-height: 130%;
  font-weight: 400;
  color: #262b30;
  margin-top: 8px;
}

ul.tags li {
  background: #eee;
  border: 1px solid #cee9f9;
  border-radius: 2px;
  display: inline-block;
  padding: 3px 10px 4px;
}

.post-navigation .nav-links {
  display: flex;
  flex-direction: row;
}
.post-navigation .nav-links a .meta-nav, .post-navigation .nav-links a .post-title {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #595e63;
}
.post-navigation .nav-links a .meta-nav::before, .post-navigation .nav-links a .meta-nav::after {
  content: "";
}
.post-navigation .nav-links a .post-title {
  font-size: 18px;
}
.post-navigation .nav-links a:hover .meta-nav, .post-navigation .nav-links a:hover .post-title {
  color: #101418;
}

.entry .entry-content .more-link {
  display: inline-block;
  padding: 0em 0.7em;
  margin-bottom: 6em;
  font-size: 15px;
  color: #3f4449;
  background-color: #efefef;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.entry .entry-content .more-link:after {
  content: "";
  display: none;
}

.error-404.not-found .page-title,
.error-404.not-found .page-content,
.no-results.not-found .page-title,
.no-results.not-found .page-content {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .error-404.not-found .page-title,
.error-404.not-found .page-content,
.no-results.not-found .page-title,
.no-results.not-found .page-content {
    margin: 0;
  }

  .archive .page-header,
.search .page-header,
.error404 .page-header {
    margin: 0;
  }
}
article.entry .entry-title a,
article.entry:first-of-type .entry-title a {
  /*font-size: 32px;*/
  font-weight: normal;
  font-style: normal;
  font-family: "Oswald" sans-serif;
  line-height: 64px;
  margin-top: 120px;
  margin-bottom: 0;
  line-height: 36px;
  /*color: #000;*/
}

article.entry .entry-title a,
article.entry:first-of-type .entry-title a:hover {
  margin-bottom: 1px;
  border-bottom: none;
  color: #101418;
}

.entry .entry-title::before {
  background: none;
  content: "";
  display: none;
  /*
  height: 2px;
  margin: 0.2rem 0;
  width: 1em;
  */
}

.rt-tpg-container .layout1 .rt-holder .rt-detail .read-more a {
  border-bottom: none;
  text-decoration: none;
}

#rt-tpg-container-107383755 .pagination li a,
#rt-tpg-container-107383755 .rt-tpg-isotope-buttons button,
#rt-tpg-container-107383755 .rt-detail .read-more a {
  background-color: #f6f4f2;
  border-bottom: none;
  text-decoration: none;
  margin: 0;
}

.rt-tpg-container .isotope1 .rt-holder {
  padding-bottom: 48px;
}

.post-tag a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 0.6rem;
  font-size: 1em;
  line-height: 0;
  color: #72808e;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid rgba(114, 128, 142, 0.2);
  border-radius: 500px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 20px;
  padding: 0.2rem 0.6rem;
  font-size: 1em;
  line-height: 1.1em;
  color: inherit !important;
  font-size: 0.75em;
  margin-right: 0.3rem;
  margin-top: 0.3rem;
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  transition: background 150ms ease-in-out;
  background: #007155;
  border: none;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 0.88889em;
  font-weight: 700;
  line-height: 1.2;
  outline: none;
  padding: 0.76rem 1rem;
  text-decoration: none;
  vertical-align: bottom;
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit]:hover {
  background: #003a26;
  color: #fff;
  border-radius: 2px;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

select {
  font-family: "Roboto", sans-serif;
  font-size: 0.88889em;
  line-height: 1.2;
  padding: 2px;
}

/* =================== TABLES =================== */
.uvmtable {
  border: 1px #d3d5d8 solid;
  border-collapse: collapse;
}

.uvmtable th {
  border: 1px #d3d5d8 solid;
  padding: 0.125in;
}

.uvmtable td {
  border: 1px #d3d5d8 solid;
  padding: 0.125in;
}

.widget-title {
  text-align: center;
  padding-bottom: 2px;
}

.entry-content p.has-extra-small-font-size {
  color: #262b30;
  font-size: 10px;
}

.entry-content p.has-small-font-size {
  color: #262b30;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 20px 0;
}

.entry-content p.has-regular-font-size {
  color: #262b30;
  font-size: 17px;
}

.entry-content p.has-large-font-size {
  color: #262b30;
  font-size: 26px;
}

.entry-content p.has-larger-font-size {
  color: #262b30;
  font-size: 36px;
}

.entry-content p.has-huge-font-size {
  color: #262b30;
  font-size: 48px;
}

.white {
  color: #fff;
}

.entry .entry-content .has-small-font-size,
.entry .entry-content .has-larger-font-size,
.entry .entry-content .has-huge-font-size {
  line-height: 130%;
}

.entry .entry-content p.intro--left {
  font-family: "Roboto", sans-serif;
  display: block;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: normal;
  font-style: normal;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  color: #3f4449;
  min-width: 100%;
  letter-spacing: 0.04em;
}

.entry .entry-content p.lead-text {
  color: #007155;
  font-size: 13px;
  font-family: Roboto;
  line-height: 110%;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 64px 0 16px 0;
}

.rt-pagination .pagination > .active > a,
.rt-pagination .pagination > .active > span,
.rt-pagination .pagination > .active > a:hover,
.rt-pagination .pagination > .active > span:hover,
.rt-pagination .pagination > .active > a:focus,
.rt-pagination .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #595e63;
  border-color: #8c9196;
  cursor: default;
}

.rt-pagination .pagination > li > a,
.rt-pagination .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #007155;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.rt-pagination .pagination > li > a:hover,
.rt-pagination .pagination > li > span {
  color: #000;
}

.wp-block-column ul li {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 24px;
  font-weight: 400;
}

.entry .entry-content ul li {
  padding: 0;
  margin-bottom: 16px;
}

.entry .entry-content > ul {
  margin: 24px 0 48px 0;
}

.entry .entry-content > ol {
  margin: 24px 0 48px 0;
  padding-left: 1.5rem;
}

ul a {
  padding: 5px;
}

ol li {
  padding: 0;
  margin: 0;
}

.widget_archive ul,
.widget_categories ul, .tags-links ul, .cat-links ul {
  list-style: none;
  display: flex;
}
.widget_archive ul li,
.widget_categories ul li, .tags-links ul li, .cat-links ul li {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.18px;
  line-height: 20px;
  color: #5E6A74;
  padding: 0.25em;
  margin: 0 8px 8px 0;
  background-color: #f7f7f7;
}
.widget_archive ul li a,
.widget_categories ul li a, .tags-links ul li a, .cat-links ul li a {
  border: none;
  padding: 0;
}

.tags-links, .cat-links {
  display: grid;
  grid-template-areas: "icon tags";
  grid-template-columns: 20px 100%;
  grid-column-gap: 0;
}
.tags-links svg, .cat-links svg {
  grid-area: icon;
  top: 5px;
}
.tags-links ul, .cat-links ul {
  grid-area: tags;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.tags-links ul li, .cat-links ul li {
  display: inline;
  margin-bottom: 0;
}

.widget_media_image img {
  border-radius: 2px;
}
.widget_media_image .alignnone {
  margin-left: auto;
  margin-right: auto;
}

.widget_archive ul,
.widget_categories ul {
  /*flex-wrap: wrap;
  justify-content: space-between;*/
  display: grid;
  grid-template-columns: repeat(3, 30%);
}
.widget_archive ul li,
.widget_categories ul li {
  /*width: 7.5em;*/
  justify-self: start;
  line-height: 16px;
  padding: 4px 8px;
  margin: 0px 8px 16px 0px;
}
.widget_archive ul li a,
.widget_categories ul li a {
  color: #5E6A74;
}

.widget_tag_cloud .tagcloud {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #5E6A74;
}
.widget_tag_cloud .tagcloud a {
  border: 0;
}

figure.post-thumbnail a, figure.gallery-item a, .wp-block-image figure a {
  border-bottom: none;
  background-color: #000;
  transition: 5s ease;
}
figure.post-thumbnail a img, figure.gallery-item a img, .wp-block-image figure a img {
  transition: 0.5s ease;
}
figure.post-thumbnail a:hover img, figure.gallery-item a:hover img, .wp-block-image figure a:hover img {
  opacity: 0.6;
  transition: 0.5s ease;
}

.figcaption {
  font-size: 13px;
  line-height: 1.6em;
  font-weight: 600;
  font-style: normal;
  font-family: Roboto, sans-serif;
  color: #3f4449;
  padding: 0.9rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.entry .entry-content .wp-block-image {
  margin: 16px 0;
}
.entry .entry-content .wp-block-image .aligncenter {
  width: 100%;
  max-width: 100%;
}
.entry .entry-content .wp-block-image:not(.alignwide):not(.alignfull) > img {
  max-width: 100%;
}

.entry .entry-content .wp-block-image.alignfull img {
  max-width: 100%;
}

.entry .entry-content .wp-block-audio figcaption,
.entry .entry-content .wp-block-video figcaption,
.entry .entry-content .wp-block-image figcaption,
.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  line-height: 1.6em;
  margin: 0;
  padding: 0.5rem;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.wp-block-columns.has-3-columns .wp-block-column .wp-block-image figcaption {
  font-size: 13px;
  line-height: 1.6em;
  font-style: normal;
  font-family: Roboto, sans-serif;
  color: #3f4449;
  padding: 8px 8px 8px 0;
}

.author_bio_section {
  background: none repeat scroll 0 0 #fff;
  padding: 40px;
  border: 1px solid #e7e7e7;
  padding-right: 20%;
  margin: 0 auto;
}

.entry .entry-content p.author_name {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  color: #3f4449;
}

.author_details img {
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  float: left;
  margin: 0 30px 30px 0;
}

.avatar {
  border-radius: 100%;
  display: block;
  height: calc(1.25 * 2rem);
  min-height: inherit;
  width: calc(1.25 * 2rem);
  box-shadow: 0 1px 2px 0 rgba(38, 43, 48, 0.32);
}

/*
.entry .entry-summary > * {
    margin: 48px 0 8px 0;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 24px;
    color: #3f4449;
    font-weight: 400;
}

.entry .entry-content > *,
.entry .entry-summary > * {
    margin: 0 0;
}
*/
p.credits {
  text-transform: uppercase;
  background-color: 0;
  color: #fff;
}

[class^=icon-],
[class*=" icon-"],
.bolt {
  font-family: "socialmedia";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.socialmedia {
  overflow: hidden;
  margin: 0;
}

.socialmedia li {
  list-style: none;
  font-size: 1.7777777778em;
  float: left;
  margin: 0;
  padding: 0.3em;
  text-indent: 0;
}

.socialmedia li a {
  color: #666;
  border: 0;
}

/*
.icon-arrow-down {
    &::before {
        content: $icon-arrow-down;
    }
}

.icon-arrow-left {
    &::before {
        content: $icon-arrow-left;
    }
}

.icon-arrow-right {
    &::before {
        content: $icon-arrow-right;
    }
}

.icon-arrow-up {
    &::before {
        content: $icon-arrow-up;
    }
}

.icon-three-bars {
    &::before {
        content: $icon-three-bars;
    }
}

.icon-bolt {
    &::before {
        content: $icon-bolt;
    }
}

.icon-power {
    &::before {
        content: $icon-power;
    }
}

.icon-lightning {
    &::before {
        content: $icon-lightning;
    }
}

.icon-cog {
    &::before {
        content: $icon-cog;
    }
}

.icon-gear {
    &::before {
        content: $icon-gear;
    }
}

.icon-settings {
    &::before {
        content: $icon-settings;
    }
}

.icon-options {
    &::before {
        content: $icon-options;
    }
}

.icon-generate {
    &::before {
        content: $icon-generate;
    }
}

.icon-home {
    &::before {
        content: $icon-home3;
    }
}

.icon-quill {
    &::before {
        content: $icon-quill;
    }
}

.icon-clock {
    &::before {
        content: $icon-clock;
    }
}

.icon-quotes-left {
    &::before {
        content: $icon-quotes-left;
    }
}

.icon-quotes-right {
    &::before {
        content: $icon-quotes-right;
    }
}

.icon-search {
    &::before {
        content: $icon-search;
    }
}

.icon-leaf {
    &::before {
        content: $icon-leaf;
    }
}

.icon-earth {
    &::before {
        content: $icon-earth;
    }
}

.icon-share {
    &::before {
        content: $icon-share;
    }
}

.icon-wordpress {
    &::before {
        content: $icon-wordpress;
    }
}

.icon-megaphone {
    &::before {
        content: $icon-megaphone;
    }
}

.icon-advertise {
    &::before {
        content: $icon-advertise;
    }
}

.icon-notify {
    &::before {
        content: $icon-notify;
    }
}

.icon-announce {
    &::before {
        content: $icon-announce;
    }
}

.icon-calendar {
    &::before {
        content: $icon-calendar;
    }
}

.icon-date {
    &::before {
        content: $icon-date;
    }
}

.icon-schedule {
    &::before {
        content: $icon-schedule;
    }
}

.icon-chevron-down {
    &::before {
        content: $icon-chevron-down;
    }
}

.icon-chevron-left {
    &::before {
        content: $icon-chevron-left;
    }
}

.icon-chevron-right {
    &::before {
        content: $icon-chevron-right;
    }
}

.icon-chevron-small-down {
    &::before {
        content: $icon-chevron-small-down;
    }
}

.icon-chevron-small-left {
    &::before {
        content: $icon-chevron-small-left;
    }
}

.icon-chevron-small-right {
    &::before {
        content: $icon-chevron-small-right;
    }
}

.icon-chevron-small-up {
    &::before {
        content: $icon-chevron-small-up;
    }
}

.icon-chevron-thin-down {
    &::before {
        content: $icon-chevron-thin-down;
    }
}

.icon-chevron-thin-left {
    &::before {
        content: $icon-chevron-thin-left;
    }
}

.icon-chevron-thin-right {
    &::before {
        content: $icon-chevron-thin-right;
    }
}

.icon-chevron-thin-up {
    &::before {
        content: $icon-chevron-thin-up;
    }
}

.icon-chevron-up {
    &::before {
        content: $icon-chevron-up;
    }
}

.icon-dots-three-horizontal {
    &::before {
        content: $icon-dots-three-horizontal;
    }
}

.icon-magnifying-glass {
    &::before {
        content: $icon-magnifying-glass;
    }
}

.icon-facebook {
    &::before {
        content: $icon-facebook;
    }
}

.icon-flickr {
    &::before {
        content: $icon-flickr;
    }
}

.icon-github {
    &::before {
        content: $icon-github;
    }
}

.icon-google {
    &::before {
        content: $icon-google;
    }
}

.icon-instagram {
    &::before {
        content: $icon-instagram;
    }
}

.icon-linkedin {
    &::before {
        content: $icon-linkedin;
    }
}

.icon-pinterest {
    &::before {
        content: $icon-pinterest;
    }
}

.icon-tumblr {
    &::before {
        content: $icon-tumblr;
    }
}

.icon-twitter {
    &::before {
        content: $icon-twitter;
    }
}

.icon-vimeo {
    &::before {
        content: $icon-vimeo;
    }
}

.icon-youtube {
    &::before {
        content: $icon-youtube;
    }
}

.icon-youtube-square {
    &::before {
        content: $icon-youtube-square;
    }
}

.icon-angle-double-down {
    &::before {
        content: $icon-angle-double-down;
    }
}

.icon-angle-double-up {
    &::before {
        content: $icon-angle-double-up;
    }
}

.icon-angle-double-right {
    &::before {
        content: $icon-angle-double-right;
    }
}

.icon-angle-double-left {
    &::before {
        content: $icon-angle-double-left;
    }
}

.icon-rss-square {
    &::before {
        content: $icon-rss-square;
    }
}

.icon-dot-circle-o {
    &::before {
        content: $icon-dot-circle-o;
    }
}

.icon-video-camera {
    &::before {
        content: $icon-video-camera;
    }
}

.icon-snapchat-ghost {
    &::before {
        content: $icon-snapchat-ghost;
    }
}

.icon-snapchat {
    &::before {
        content: $icon-snapchat;
    }
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
*/
.messageBox--green {
  -ms-flex-direction: row;
  background-color: #b2d23e;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  float: left;
  width: 20%;
  margin: 48px 24px 48px 0;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 1.4em;
  letter-spacing: 0.06em;
  color: #003a26;
  font-weight: 800;
  border-radius: 2px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.messageBox--yellow {
  -ms-flex-direction: row;
  background-color: #ffd416;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  float: left;
  width: 20%;
  margin: 48px 24px 48px 0;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 1.4em;
  letter-spacing: 0.06em;
  color: #262b30;
  font-weight: 800;
  border-radius: 2px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.messageBox--blue {
  -ms-flex-direction: row;
  background-color: #c4e9ff;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  padding: 1.25rem;
  float: left;
  width: 20%;
  margin: 48px 24px 48px 0;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 1.4em;
  letter-spacing: 0.06em;
  color: #3f4449;
  font-weight: 800;
  border-radius: 2px;
}

.entry .entry-content .messageBox--blue {
  margin-bottom: 32px;
}

.entry .entry-content .messageBox--blue {
  margin-top: 32px;
}

@media (min-width: 768px) {
  .entry .entry-content > *,
.entry .entry-summary > * {
    max-width: initial;
    /* override parent theme */
  }

  .entry .entry-content > *.alignfull, .entry .entry-summary > *.alignfull {
    left: auto;
    width: auto;
  }

  .site-content {
    clear: both;
  }

  .messageBox--green {
    -ms-flex-direction: row;
    background-color: #b2d23e;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    float: left;
    width: 40%;
    margin: 48px 24px 48px 0;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    line-height: 1.4em;
    letter-spacing: 0.06em;
    color: #3f4449;
    font-weight: 800;
    border-radius: 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .messageBox--yellow {
    -ms-flex-direction: row;
    background-color: #ffd416;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    float: left;
    width: 40%;
    margin: 48px 24px 48px 0;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    line-height: 1.4em;
    letter-spacing: 0.06em;
    color: #262b30;
    font-weight: 800;
    border-radius: 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .messageBox--blue {
    -ms-flex-direction: row;
    background-color: #c4e9ff;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    padding: 1.25rem;
    float: left;
    width: 40%;
    margin: 48px 24px 48px 0;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    line-height: 1.4em;
    letter-spacing: 0.06em;
    color: #3f4449;
    font-weight: 800;
    border-radius: 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .entry .entry-content > ol {
    margin: 24px 0 48px 0;
  }

  .entry .entry-content > ul {
    margin: 24px 0 48px 0;
  }
}
@media (min-width: 1168px) {
  .entry .entry-content > *,
.entry .entry-summary > * {
    /*max-width: calc(12 * (100vw / 12) - 0px);*/
    max-width: 100%;
  }

  .site-content {
    clear: both;
  }

  .messageBox--green {
    -ms-flex-direction: row;
    background-color: #b2d23e;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    float: left;
    width: 30%;
    margin: 48px 24px 48px 0;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    line-height: 1.4em;
    letter-spacing: 0.06em;
    color: #3f4449;
    font-weight: 800;
    border-radius: 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .messageBox--yellow {
    -ms-flex-direction: row;
    background-color: #ffd416;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    float: left;
    width: 30%;
    margin: 48px 24px 48px 0;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    line-height: 1.4em;
    letter-spacing: 0.06em;
    color: #262b30;
    font-weight: 800;
    border-radius: 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .messageBox--blue {
    -ms-flex-direction: row;
    background-color: #c4e9ff;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    padding: 1.25rem;
    float: left;
    width: 30%;
    margin: 48px 24px 48px 0;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    line-height: 1.4em;
    letter-spacing: 0.06em;
    color: #3f4449;
    font-weight: 800;
    border-radius: 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media all and (max-width: 767px) {
  .site-content {
    clear: both;
    margin: 40 auto;
  }

  .messageBox--blue {
    -ms-flex-direction: row;
    background-color: #c4e9ff;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
    padding: 48px 40px 48px 40px;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    line-height: 1.4em;
    letter-spacing: 0.06em;
    color: #3f4449;
    font-weight: 800;
    border-radius: 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .messageBox--green {
    -ms-flex-direction: row;
    background-color: #b2d23e;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
    padding: 48px 40px 48px 40px;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    line-height: 1.4em;
    letter-spacing: 0.06em;
    color: #3f4449;
    font-weight: 800;
    border-radius: 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .messageBox--yellow {
    -ms-flex-direction: row;
    background-color: #ffd416;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
    padding: 48px 40px 48px 40px;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    line-height: 1.4em;
    letter-spacing: 0.06em;
    color: #262b30;
    font-weight: 800;
    border-radius: 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .entry .entry-content ol {
    margin: 24px 0 48px 0;
  }

  .entry .entry-content ul {
    margin: 24px 0 48px 0;
  }
}
.entry .entry-content .wp-block-archives li,
.entry .entry-content .wp-block-categories li,
.entry .entry-content .wp-block-latest-posts li {
  margin-bottom: 0;
  letter-spacing: 0px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  /*font-size: calc(22px * 1.125);*/
  font-weight: normal;
  line-height: 1.2;
}
.entry .entry-content .wp-block-archives li a,
.entry .entry-content .wp-block-categories li a,
.entry .entry-content .wp-block-latest-posts li a {
  text-decoration: none;
  border-bottom: none;
  display: inline;
  letter-spacing: 0px;
  line-height: 32px;
  color: #3f4449;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  font-size: inherit;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #3f4449;
}

.wp-block-latest-posts__post-date {
  display: block;
  color: #000000 !important;
  font-size: 13px;
  font-weight: bold;
}

.wp-block-archives.wp-block-archives-list li a {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  font-weight: 400;
}

.ab-block-post-grid .aligncenter {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.ab-block-post-grid-text .ab-block-post-grid-header .ab-block-post-grid-title a {
  font-size: 24px;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 32px;
  color: #3f4449;
  text-decoration: none;
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.2;
}
.ab-block-post-grid-text .ab-block-post-grid-header .ab-block-post-grid-title a:hover {
  background: #d2e97c;
  color: #191e23;
  border-bottom: none;
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 0;
}

.ab-block-post-grid-more-link.ab-text-link {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
}

.ab-block-post-grid-text .ab-block-post-grid-excerpt p {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  font-style: normal;
  color: #3f4449;
  margin-bottom: 16px;
}

.ab-block-post-grid .ab-block-post-grid-more-link {
  visibility: hidden;
}

.ab-block-post-grid-more-link.ab-text-link {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 48px;
  background: none;
}

.ab-block-post-grid .ab-block-post-grid-image img {
  display: block;
  max-height: 400px;
  width: auto;
  height: auto;
  position: relative;
  display: block;
  max-height: 400px;
  width: auto;
  height: auto;
  position: relative;
  border: 1px solid #e7e7e7;
}

.ab-post-grid-items .is-list, .entry-content .ab-block-post-grid .is-list article {
  display: grid;
  grid-template-columns: 1% 0;
  grid-template-rows: 1fr;
  grid-gap: 0 2em;
}

#post-1971 > div.ab-block-post-grid-text > header > h2 > a, .ab-block-post-grid-text .ab-block-post-grid-header .ab-block-post-grid-title a {
  font-size: 64px;
  color: #cf2078;
}

.wp-block-atomic-blocks-ab-column.ab-block-layout-column .ab-block-layout-column-inner .wp-block-embed-youtube.wp-block-embed.is-type-video.is-provider-youtube.wp-embed-aspect-16-9.wp-has-aspect-ratio figcaption {
  font-size: 0.71111em;
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.9rem;
  text-align: center;
  color: #262b30;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.wp-block-atomic-blocks-ab-column.ab-block-layout-column .ab-block-layout-column-inner h3 a {
  color: #3f4449;
}

.wp-block-atomic-blocks-ab-column.ab-block-layout-column .ab-block-layout-column-inner h3 a:hover {
  color: #000;
}

.ab-block-accordion .ab-accordion-title {
  background: #f6f4f2;
  padding: 10px 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #595e63;
  width: 100%;
  margin: 8px 0;
}

.wp-block-atomic-blocks-ab-columns .ab-layout-service-3 .ab-layout-columns-2 .ab-2-col-equal .has-secondary_brightyellow-background-color .ab-columns-center .alignfull {
  margin-top: 96px;
  margin-bottom: 96px;
  padding-top: 15%;
  padding-right: 5%;
  padding-bottom: 15%;
  padding-left: 8%;
  background-color: #ccc;
}

.ab-block-sharing .ab-share-list {
  margin: 0;
  padding: 16px 0;
}
.ab-block-sharing .ab-share-list li {
  list-style: none;
  display: inline-block;
  margin: 20px 20px 20px 0;
  border: none;
}

.ab-share-linkedin a, .ab-share-facebook a, .ab-share-reddit a, .ab-share-email a, .ab-share-twitter a, .ab-share-* a {
  border: 0 none black;
}

.ab-block-sharing .ab-share-list a {
  color: #ccec58;
  background: #01533f;
  text-align: center;
  display: block;
  line-height: 1;
  font-size: 16px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
  border-bottom: none;
  border: none;
}
.ab-block-sharing .ab-share-list a:hover {
  background: #ccec58;
  color: #01533f;
  border: none;
  -webkit-box-shadow: 0 3px 5px 0 #ccc;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 3px 5px 30px #ccc;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 3px 5px 0 #ccc;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  background: #ccec58;
  color: #01533f;
  text-decoration: none;
  border-bottom: none;
  border: none;
}

/* Social Sharing */
.wp-block-atomic-blocks-ab-columns.ab-layout-service-2.ab-layout-columns-1.one-column.ab-has-custom-background-color.ab-columns-center {
  padding-top: 15%;
  padding-right: 5%;
  padding-bottom: 15%;
  padding-left: 5%;
}

@media (min-width: 900px) {
  .ab-layout-column-wrap {
    display: grid;
    grid-template-rows: 1fr;
    grid-gap: 0 2em;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 899px) {
  .ab-layout-column-wrap {
    display: block;
    position: relative;
  }
}

.ab-layout-service-4 {
  background-color: #fff;
}

.ab-layout-service-4 .secondary--yellow {
  background-color: #ffd416;
}

.ab-layout-service-4 .primary--lightBlue {
  background-color: #a7d4ee;
}

.ab-layout-service-4 .tint--lightGreenLighter {
  background-color: #d2e97c;
}

.ab-block-profile .ab-profile-name {
  font-family: "Oswald", sans-serif;
  letter-spacing: -0.03em;
  font-weight: 400;
  color: #262b30;
  display: block;
  font-size: 28px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  letter-spacing: 0.01em;
}

.ab-block-profile .ab-profile-title {
  opacity: 1;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.ab-block-profile .ab-profile-text {
  font-size: 13px;
  padding-top: 0;
  color: #3f4449;
  font-weight: 400;
}

p.ab-profile-text {
  font-size: 13px;
  padding-top: 0;
  color: #3f4449;
  font-weight: 400;
}

div[class*=wp-block-atomic].ab-font-size-18.ab-block-profile p {
  font-size: 17px;
  line-height: 1.4em;
  color: #3f4449;
}

.wp-block-atomic-blocks-ab-columns.ab-layout-team-1.ab-layout-columns-1.one-column.has-primary_skyblue-background-color.ab-columns-center.alignwide {
  background-color: #e7e7e7;
}

.ab-block-profile .ab-profile-name a {
  color: #3f4449;
  border-bottom: none;
  text-decoration: none;
  line-height: 130%;
}

.ab-block-profile .ab-profile-name a:hover {
  border-bottom: 1px dashed #000;
  color: #000;
}

.wp-block-atomic-blocks-ab-column.ab-block-layout-column .ab-block-layout-column-inner p {
  font-size: 17px;
  line-height: 1.4em;
  color: #3f4449;
}

.wp-block-atomic-blocks-ab-column.ab-block-layout-column .ab-block-layout-column-inner p:white {
  font-size: 17px;
  line-height: 1.4em;
  color: #fff;
}

.ab-block-testimonial {
  background: #f2f2f2;
  color: #293038;
  margin: 0 auto;
  padding: 5%;
  border-radius: 5px;
  margin-bottom: 1.2em;
  border: 1px solid #e9e9e9;
  border-bottom-color: #d5d5d5;
  border-bottom-width: 2px;
}
.ab-block-testimonial .ab-testimonial-name {
  font-family: "Oswald", sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin: 0;
  padding: 0;
}
.ab-block-testimonial .ab-testimonial-image-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 10;
  border-radius: 40px;
  z-index: 5;
  border: 1px solid #e7e7e7;
}

.entry-content .ab-container-inside .wp-block-atomic-blocks-ab-column.ab-block-layout-column .ab-block-layout-column-inner.has-small-font-size p {
  font-size: 17px;
  line-height: 1.4em;
  color: #fff;
}

/*
// sdelling 2019-10-04 Commented out as it was interfering in normal blocks.
.wp-block-atomic-blocks-ab-column.ab-block-layout-column .ab-block-layout-column-inner p {
    color: #fff;
}
*/
.sp-post-carousel-section {
  margin-top: 96px;
  margin-bottom: 96px;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.sp-post-carousel-section .sp-post-carousel-area.sp_pc_theme_carousel_two .sp-pc-post-box {
  margin: 6px;
  padding: 15px 15px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0 0 4px 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 475px;
}

.sp-post-carousel-section .sp-pc-post-image {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.sp-post-carousel-section-2173 .sp-pc-post-title,
.sp-post-carousel-section-2173 .sp-pc-post-title a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #262b30;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 0;
  padding: 0;
  letter-spacing: 0.03em;
  border-bottom: none;
  text-decoration: none;
}

.sp-post-carousel-section .sp-pc-post-title,
.sp-post-carousel-section .sp-pc-post-title a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #262b30;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 0;
  padding: 0;
  letter-spacing: 0.03em;
  border-bottom: none;
  text-decoration: none;
}

.sp-post-carousel-section .sp-pc-post-meta ul {
  margin: 0;
}

.sp-pc-post.slick-slide.slick-active .sp-pc-post-box .sp-pc-post-title a:hover {
  color: #007155;
  border-bottom: none;
  text-decoration: none;
}

.sp-pc-post-box:hover {
  background-color: #fbfbf9;
  box-shadow: rgba(0, 0, 0, 0.16) 0 4px 8px 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sp-post-carousel-section-2173 .sp-pc-content {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 5px;
}

.sp-pc-font-icon.sp-pc-icon-angle-right:hover {
  background-color: black;
  background-blend-mode: normal;
  border-top: 2px solid #000;
  border-bottom: 3px solid #000;
}

.sp-pc-font-icon.sp-pc-icon-angle-left:hover {
  background-color: black;
  background-blend-mode: normal;
  border-top: 2px solid #000;
  border-bottom: 3px solid #000;
}

@media all and (max-width: 767px) {
  div[class*=wp-block-atomic].ab-font-size-18.ab-block-profile p {
    text-align: left;
    font-size: 17px;
    line-height: 1.4em;
    color: #3f4449;
  }
}
.entry .entry-content .wp-block-button .wp-block-button__link,
.entry .entry-content .wp-block-file .wp-block-file__button,
.entry .entry-content .wp-block-button .wp-block-button__link:not(.has-background) {
  background-blend-mode: normal;
  color: #fff;
  border-radius: 2px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 16px;
  line-height: 110%;
  background: #007155;
  border: 1px solid #007155;
}

.entry .entry-content .wp-block-button .wp-block-button__link:hover,
.entry .entry-content .wp-block-file .wp-block-file__button:hover,
.entry .entry-content .wp-block-button .wp-block-button__link:not(.has-background):hover,
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover {
  background: #003a26;
  color: #fff;
  border: 1px solid #003a26;
  border-radius: 2px;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  background: #fff !important;
  opacity: 0.85;
  border-radius: 2px;
  color: #007155;
  border: 1px solid #007155;
  font-size: 16px;
  line-height: 110%;
}

.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  background: #003a26 !important;
  opacity: 1;
  border-radius: 2px;
  color: #fff;
  border: 1px solid #003a26;
  font-size: 16px;
  line-height: 110%;
}

.entry .entry-content .wp-block-column > *:first-child {
  margin-top: 0;
}

.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text *,
.entry .entry-content .wp-block-cover-image .wp-block-cover-text *,
.entry .entry-content .wp-block-cover-image h2 *,
.entry .entry-content .wp-block-cover .wp-block-cover-image-text *,
.entry .entry-content .wp-block-cover .wp-block-cover-text *,
.wp-block-cover-text *,
.entry .entry-content .wp-block-cover * {
  color: #fff;
}
.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text h2,
.entry .entry-content .wp-block-cover-image .wp-block-cover-text h2,
.entry .entry-content .wp-block-cover-image h2 h2,
.entry .entry-content .wp-block-cover .wp-block-cover-image-text h2,
.entry .entry-content .wp-block-cover .wp-block-cover-text h2,
.wp-block-cover-text h2,
.entry .entry-content .wp-block-cover h2 {
  font-size: 28px;
  line-height: 32px;
  font-family: "Oswald";
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-shadow: 0 4px 3px rgba(0, 0, 0, 0.4), 0 8px 13px rgba(0, 0, 0, 0.1), 0 18px 23px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

@media (min-width: 1168px) {
  .wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #f8f9f9;
  }

  .entry .entry-content .wp-block-cover-image,
.entry .entry-content .wp-block-cover {
    position: relative;
    min-height: 630px;
    padding: 1rem;
  }
}
.entry .entry-content .wp-block-gallery {
  width: 100%;
}
.entry .entry-content .wp-block-gallery .blocks-gallery-item img {
  width: auto;
  border: 1px solid #f6f4f2;
}
.entry .entry-content .wp-block-gallery .blocks-gallery-image figure, .entry .entry-content .wp-block-gallery .blocks-gallery-item figure a:link {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  border-bottom: none;
  text-decoration: none;
}
.entry .entry-content .wp-block-gallery .blocks-gallery-image figure, .entry .entry-content .wp-block-gallery .blocks-gallery-item figure a:hover {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  border-bottom: none;
  text-decoration: none;
  -webkit-transition: all 1.1s ease;
  transition: all 1.1s ease;
  max-width: 100%;
}
.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption, .entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 8px 8px;
  color: #fff;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
}
.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption {
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  margin: 0;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  padding: 14px;
}

.entry .entry-content .wp-block-group > div:first-child *:first-child {
  margin-top: 0;
}

blockquote, .entry .entry-content .wp-block-quote {
  text-transform: none;
  margin: 0;
}
blockquote:not(.is-large), blockquote:not(.is-style-large), .entry .entry-content .wp-block-quote:not(.is-large), .entry .entry-content .wp-block-quote:not(.is-style-large) {
  border-left: 4px solid #99B925;
}
blockquote :first-child, .entry .entry-content .wp-block-quote :first-child {
  padding-top: 0;
}
blockquote p, .entry .entry-content .wp-block-quote p {
  font-family: "Oswald", sans-serif;
  /*font-size: 24px !important;*/
  letter-spacing: 0.2px;
  color: #262b30;
  width: 65%;
  padding-top: 24px;
  line-height: 40px;
  font-weight: bold;
  font-style: normal;
  border-left: none;
}
@media all and (max-width: 767px) {
  blockquote p, .entry .entry-content .wp-block-quote p {
    width: 100%;
  }
}
blockquote.is-large p, blockquote.is-style-large, .entry .entry-content .wp-block-quote.is-large p, .entry .entry-content .wp-block-quote.is-style-large {
  padding: 0;
  border: 0;
}
blockquote.is-large p p, blockquote.is-style-large p, .entry .entry-content .wp-block-quote.is-large p p, .entry .entry-content .wp-block-quote.is-style-large p {
  font-size: 24px !important;
  font-style: normal;
  line-height: 32px;
  color: #367f17;
  box-shadow: none;
  width: 100%;
  margin: 0px 0px 32px 0px;
}

.wp-block-quote__citation {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 1;
  text-transform: none;
  color: #262b30;
  font-size: calc(1rem / (1.25 * 1.125));
  text-transform: uppercase;
  text-align: left;
  background: none;
}

.wp-block-quote cite, .wp-block-quote footer {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 1;
  text-transform: none;
  color: #262b30;
  font-size: calc(1rem / (1.25 * 1.125));
  text-transform: uppercase;
  text-align: left;
  background: none;
}

.entry .entry-content .wp-block-pullquote blockquote {
  margin: 0;
}
.entry .entry-content .wp-block-pullquote blockquote :first-child {
  padding-top: 48px;
}
.entry .entry-content .wp-block-pullquote blockquote :last-child {
  padding-bottom: 48px;
}
.entry .entry-content .wp-block-pullquote p {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-align: left;
  font-style: normal;
  text-transform: none;
  font-size: 24px;
  line-height: 32px;
  padding: 40px 0px;
  background: none;
}
.entry .entry-content .wp-block-pullquote p:first-child::before {
  display: block;
  content: " ";
  width: 64px;
  height: 8px;
  background-color: #b2d23e;
  margin-left: 0;
}
.entry .entry-content .wp-block-pullquote cite {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 1;
  text-transform: none;
  color: #262b30;
  font-size: calc(1rem / (1.25 * 1.125));
  text-transform: uppercase;
  text-align: left;
  background: none;
  text-align: left;
}
.entry .entry-content .wp-block-pullquote.is-style-solid-color {
  border-radius: 8px;
  background-blend-mode: normal;
  background: linear-gradient(rgba(254, 255, 252, 0.6), rgba(238, 249, 255, 0.8));
  background-position: center;
  box-shadow: none;
  margin-bottom: 0;
}
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p, .entry .entry-content .wp-block-pullquote.is-style-solid-color p {
  font-size: 24px;
  line-height: 32px;
  line-height: 40px;
  color: #262b30;
  font-style: normal;
}
.entry .entry-content .wp-block-pullquote.is-style-solid-color cite {
  color: #262b30;
}

.entry .entry-content .wp-block-separator,
.entry .entry-content hr {
  border: none;
  border-top: 8px solid #66ac47;
  color: #fff;
  background-color: #fff;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}
.entry .entry-content .wp-block-separator.is-style-wide,
.entry .entry-content hr.is-style-wide {
  border-width: 2px 0 0 0;
  border-style: dashed;
  border-color: #e7e7e7;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.entry .entry-content .wp-block-separator.is-style-dots,
.entry .entry-content hr.is-style-dots {
  border-width: 4px 0 0 0;
  border-style: dotted;
  border-color: #e7e7e7;
  width: 100%;
  max-width: 100%;
}
.entry .entry-content .wp-block-separator.is-style-dots::before,
.entry .entry-content hr.is-style-dots::before {
  color: #fff;
}

.wp-block-social-links .wp-social-link a {
  color: #fff;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
  border: 1px solid;
  word-break: normal;
}

.entry .entry-content .wp-block-table th,
.entry .entry-content .wp-block-table td {
  border: 1px solid #d3d5d8;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f6f4f2;
}

.wp-block-table.is-style-stripes thead th {
  background-color: #fbfbf9;
  text-transform: uppercase;
}

.entry .entry-content .wp-block-verse {
  font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.8;
  font-style: italic;
}

/**** Colors for Colleges ****/
/* start legacy, should not be in use */
/* end legacy, should not be in use */
#minifooter {
  box-sizing: content-box;
  textrendering: optimizelegibility;
  line-height: 1.3;
  clear: both;
  background: #007155;
  color: #fff;
  padding: 0.6125em 0 0.5em;
  margin-top: 0;
  text-align: center;
}
#minifooter a {
  color: #fff;
}
#minifooter a:link, #minifooter a:visited {
  color: #fff;
}
#minifooter .logo {
  text-transform: none;
  width: 228.5px;
  height: 25.5px;
  background: url(../images/universityofvermont-footer.svg) no-repeat;
  background-size: 100%;
  text-indent: -99999px;
  padding-bottom: 0.3125em;
}
#minifooter address {
  font-style: normal;
  display: inline-block;
  margin: 0 auto;
  font-size: 0.6875em;
  letter-spacing: 0.05em;
  text-align: center;
}

@media only screen and (min-width: 780px) {
  #minifooter {
    padding-bottom: 0.3em;
    margin-top: 0;
  }
  #minifooter address .telephone a {
    text-decoration: none;
  }
  #minifooter div.logo, #minifooter div.address_phone, #minifooter div.link {
    display: inline-block;
    margin-bottom: 0;
  }
  #minifooter div.logo {
    line-height: 2.5;
    padding-bottom: 0;
    float: left;
  }
  #minifooter div.address_phone {
    padding-left: 0.3em;
    float: left;
    margin-top: 0.5em;
  }
  #minifooter div.link {
    margin-top: 0.5em;
  }
  #minifooter span.telephone, #minifooter div.link {
    padding-left: 0.3em;
  }
  #minifooter div.address_phone:before, #minifooter span.telephone:before, #minifooter div.link:before {
    content: "|";
    padding-right: 0.3em;
  }
  #minifooter span.telephone:before, #minifooter div.link:before {
    padding-right: 0.7em;
  }
}

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