* {
  margin: 0;
  padding: 0;
}

:root {
  --border: #d1d1d1;
  --red: #ea2127;
  --blue: #2f7ebe;
  --yellow: #f6c216;
  --light-grey: #f1f1f1;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  font: 400 18px 'Open Sans', sans-serif;
  min-height: 100%;
  position: relative;
}

h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1em;
  margin-bottom: 1.1em;
}

h3 {
  color: var(--blue);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1em;
  margin: 1em 0;
  text-decoration: underline;
  text-transform: uppercase;
}

h3:first-child { margin-top: 0; }

h4 {
	font-size: 20px;
	font-weight: 600;
	margin: 1.2em 0 1em 0;
	text-decoration: underline;
}

h5 {
  font-size: 18px;
  font-weight: 700;
  margin: 1.2em 0 1em;
}

p {
  line-height: 1.5em;
  margin: 1em 0;
}

p:first-of-type { margin-top: 0; }

p:last-of-type { margin-bottom: 0; }

p.smaller { font-size: 14px; }

img { vertical-align: middle; }

strong { font-weight: 600; }

a { transition: 300ms; }

button,
.button {
  background-color: var(--blue);
  border: none;
  color: #fff !important;
  display: inline-block;
  font: 18px 'Open Sans', sans-serif;
  font-weight: 400 !important;
  line-height: normal !important;
  padding: 12px 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.border { border: 1px solid var(--border); }

.pull-left {
  float: left;
  margin: 0 2em 2em 0;
  width: min-content;
}

.pull-right {
  float: right;
  margin: 0 0 2em 2em;
  width: min-content;
}

/* ==========================================================================
   Header
   ========================================================================== */

header {
  display: grid;
  gap: 45px 40px;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto 1fr;
  margin: 0 auto;
  max-width: 1600px;
  padding: 40px 20px 0;
  place-items: end;
  position: relative;
  z-index: 100;
}

.logo {
  grid-row: 1 / span 2;
  align-self: start;
}

.logo a { display: block; }

.search {
  align-items: flex-end;
  display: flex;
  flex-flow: row nowrap;
  gap: 5px;
}

.search label {
	font-weight: 400;
	text-transform: uppercase;
}

header form.searchwp-form input.swp-input--search {
  background: none;
	font: 400 18px 'Open Sans', sans-serif;
	padding: 2px 5px;
}

header form.searchwp-form input.swp-input--search:focus {
  background-color: var(--light-grey);
  outline: 0;
}

.searchwp-live-search-results a {
  color: var(--red);
  font-weight: 500;
}

.main-menu { grid-column: 2 / span 2; }

.main-menu ul { list-style: none; }

.main-menu a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}

.main-menu .separator > a { cursor: text; }

#menu-main-menu {
  display: flex;
  flex-flow: row nowrap;
}

#menu-main-menu > li > a {
  color: #000;
  display: block;
  font-weight: 600;
  line-height: 1em;
  padding: 39px 20px;
  position: relative;
  text-transform: uppercase;
}

#menu-main-menu > li > a::after {
  background-color: #000;
  content: '';
  height: 1em;
  position: absolute;
    right: -1px;
  width: 2px;
}

#menu-main-menu > li:first-child > a { padding-left: 0; }

#menu-main-menu > li:last-child > a { padding-right: 0; }

#menu-main-menu > li:last-child > a::after { display: none; }

#menu-main-menu > li:hover > a { color: var(--blue); }

#menu-main-menu > li:hover .mega-sub-menu { display: grid; }

#menu-main-menu .mega-sub-menu {
  background-color: var(--blue);
  display: none;
  grid-template-columns: repeat(3, 1fr);
  padding: 40px 0;
  position: absolute;
    right: 20px;
    left: 20px;
}

#menu-main-menu .column > a { display: none; }

#menu-main-menu .sub-menu a { color: #fff; }

#menu-main-menu .sub-menu li:not(.separator) a:hover { text-decoration: underline; }

#menu-main-menu .column {
  border-left: 1px solid #fff;
  padding: 0 40px;
}

#menu-main-menu .column:first-child { border-left: none; }

#menu-main-menu .sub-menu.lvl-1 > li:not(:first-child) { margin-top: 40px; }

#menu-main-menu .sub-menu.lvl-1 > li > a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

#menu-main-menu .sub-menu.lvl-2 > li { margin-top: 10px; }

#menu-main-menu .sub-menu.lvl-2 > li:first-child,
#menu-main-menu .sub-menu.lvl-2 > li.menu-item-has-children { margin-top: 20px; }

#menu-main-menu .sub-menu.lvl-3 > li { margin-top: 7px; }

#menu-main-menu .sub-menu.lvl-3 > li > a {
  color: #e6ecf2;
  font-size: 15px;
}

/* ==========================================================================
   Side Menu
   ========================================================================== */

.side-menu ul {
  list-style: none;
  text-align: right;
}

#menu-side-menu li { margin-top: 5px; }

#menu-side-menu a {
  color: #000;
  text-decoration: none;
}

#menu-side-menu li:not(.separator) a:hover { text-decoration: underline; }

#menu-side-menu > li { margin-top: 24px; }

#menu-side-menu > li:first-child { margin-top: 0; }

#menu-side-menu .separator > a { cursor: text; }

#menu-side-menu > li > a {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

#menu-side-menu .sub-menu .menu-item-has-children > a {
  font-size: 18px;
  font-weight: 600;
}

#menu-side-menu .sub-menu li.menu-item-has-children { margin-top: 18px; }

#menu-side-menu .sub-menu li { font-size: 16px; }

/* ==========================================================================
   Mobile Menu
   ========================================================================== */

#mainMenu {
  background-color: var(--blue);
  color: #fff;
  height: 100vh;
  overflow-x: hidden;
  position: fixed;
    top: 0;
    right: 0;
  transition: 1s;
  width: 0;
  z-index: 998;
}

#mainMenu.show { width: 100%; }

.mobile-menu {
  box-sizing: border-box;
  margin: 30px 0;
  min-width: 100vw;
  padding: 0 30px;
}

.mobile-menu ul { list-style: none; }

#menu-mobile-menu a {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0;
  text-decoration: none;
}

#menu-mobile-menu > li > a {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0;
  padding: 5px 0;
  text-transform: uppercase;
}

#menu-mobile-menu .mega-sub-menu > li { margin-top: 20px; }

#menu-mobile-menu .mega-sub-menu > li > a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

#menu-mobile-menu .sub-menu.lvl-1 > li.menu-item-has-children { margin-top: 20px; }

#menu-mobile-menu .sub-menu.lvl-2 > li > a {
  color: #e6ecf2;
  font-size: 15px;
}

/* ==========================================================================
    Mobile Menu Toggle
   ========================================================================== */
  
#openMenu {
  background-color: var(--blue);
  display: none;
  padding: 20px 15px;
  position: fixed;
    top: 0;
    right: 0;
  transition: .5s;
  width: 41px;
  z-index: 999;
}

#openMenu.open {
  background-color: var(--blue);
  color: #fff;
}

#menuTitle {
  position: relative;
  text-align: center;
  transition: .5s;
}
  
/* ==========================================================================
    Mobile Menu Icon Transition Effect
   ========================================================================== */
  
#btn {
  cursor: pointer;
  display: block;
  height: 30px;
  position: relative;
  transition: .5s;
  z-index: 200;
}

#btn .icon,
#btn .icon::before,
#btn .icon::after {
  background: #fff;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  transition: top ease .5s .5s, transform ease .5s;
  width: 41px;
}

#btn .icon {
  top: 14px;
  left: 2px;
}

#btn .icon::before { top: -8px; }

#btn .icon::after { top: 8px; }

#btn.active .icon { background: transparent; }

#btn.active .icon::before { transform: rotate(45deg); }

#btn.active .icon::after { transform: rotate(-45deg); }

#btn.active .icon::before,
#btn.active .icon::after {
  background-color: #fff;
  top: 0;
  transition: top ease .5s, transform ease .5s .5s;
}

/* ==========================================================================
   Banner
   ========================================================================== */

.banner-wrapper {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 20px;
}

.banner.homepage { align-items: center; }

.banner {
  align-items: start;
  background-color: var(--yellow);
  color: #000;
  display: grid;
  grid-template-columns: 4fr 3fr;
}

.banner.red {
  background-color: var(--red);
  color: #fff;
}

.banner.blue {
  background-color: var(--blue);
  color: #fff;
}

.banner a {
  color: #000;
  font-weight: 500;
}

.banner h2 a {
  font-weight: 700;
  text-decoration: none;
}

.banner.red a,
.banner.blue a { color: #fff; }

.banner .image {
  align-self: stretch;
  aspect-ratio: 1 / 1;
  position: relative;
}

.banner .image > img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.banner .text { padding: 60px; }

.banner ul {
  list-style: none;
  overflow: hidden;
}

.banner li { margin-top: 8px; }

.banner li:first-child { margin-top: 0; }

#wds_container1_0 {
  border: 1px solid var(--border);
  border-left: none;
  max-width: 100%;
  width: auto !important;
}

.banner .features {
	background-color: #f6c216;
	color: #000;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	padding: 10px 20px;
	position: absolute;
	top: 320px;
	right: -131px;
	text-decoration: none;
	text-transform: uppercase;
	transform: rotate(90deg);
	z-index: 99;
}

/* ==========================================================================
   Homepage
   ========================================================================== */

.section-wrapper {
  margin: 60px auto;
  max-width: 1600px;
  padding: 0 20px;
}

.section {
  display: grid;
  gap: 20px 40px;
  grid-template-columns: repeat(3, 1fr);
}

.section img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.section h2 {
  border-bottom: 1px solid #000;
  margin-bottom: calc(1em - 20px);
  padding-bottom: 10px;
}

.section h2.features {
  grid-column: 1 / span 2;
  grid-row: 1;
}

.section h2.latest-news {
  grid-column: 3;
  grid-row: 1;
}

.section h3 {
  font-weight: 600;
  text-decoration: none;
}

.section .post {
  background-color: var(--blue);
  color: #fff;
}

.section .post a {
  color: #fff;
  text-decoration: none;
}

.section .post a:hover { text-decoration: underline; }

.section .post:first-of-type {
  background-color: var(--yellow);
  color: #000;
}

.section .post:first-of-type a { color: #000; }

.section .post:last-of-type { background-color: var(--red); }

.section .text { padding: 30px; }

.section .more-link { display: none; }

.frontpage-wrapper {
  margin: 60px auto 0;
  max-width: 1600px;
  padding: 0 20px;
}

.frontpage {
  background-color: var(--light-grey);
  box-sizing: border-box;
  padding: 60px;
}

.frontpage ul {
  display: grid;
  gap: 18px 40px;
  grid-template-columns: repeat(2, 1fr);
  line-height: 1.5em;
}

.frontpage li { margin-left: 1.1em; }

.frontpage a {
  color: #000;
  text-decoration: none;
}

/* ==========================================================================
   Homepage Button Animation
   ========================================================================== */

@keyframes buttonFadeIn {
  50% { opacity: 0; }
}

@keyframes buttonFadeOut {
  50% { opacity: 1; }
}

.animated-button {
  box-sizing: border-box;
  height: 48px;
  position: relative;
  vertical-align: middle;
  width: 217px;
}

.animated-button .span1,
.animated-button .span2 {
  position: absolute;
    left: 20px;
}

.span1,
.span2 {
  display: inline-block;
  width: 177px;
  text-align: center;
}

.span1 { opacity: 1; animation: buttonFadeIn 6s infinite; }

.span2 { opacity: 0; animation: buttonFadeOut 6s infinite; }

/* ==========================================================================
   Categories
   ========================================================================== */

.content .post {
	border-bottom: 1px solid var(--border);
	display: grid;
	gap: 20px 40px;
	grid-auto-columns: 1fr;
	grid-auto-flow: column;
	grid-template-columns: auto;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.content .post img {
  height: auto;
  width: 240px;
}

.content .post-info {
  display: flex;
  flex-flow: row wrap;
  gap: 0 20px;
  list-style: none;
}

.content .post-info span { font-weight: 600; }

.content .post-info a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.content .more-link {
  background-color: var(--red);
  color: #fff !important;
  display: inline-block;
  font: 18px 'Open Sans', sans-serif;
  font-weight: 400 !important;
  line-height: normal !important;
  margin-top: 1.5em;
  padding: 12px 20px;
  text-decoration: none;
  text-transform: uppercase;
}

/* ==========================================================================
   Content
   ========================================================================== */

main {
  display: grid;
  gap: 60px;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  grid-template-columns: auto;
  margin: 60px auto;
  max-width: 1600px;
  padding: 0 20px;
}

.content img { max-width: calc(100vw - 40px); }

.content a {
  color: var(--red);
  font-weight: 500;
}

.content hr {
	background-color: #d1d1d1;
	border: none;
	clear: both;
	height: 1px;
	margin: 2em 0;
}

.content ul,
.content ol {
	line-height: 1.6em;
	margin: 1em 0;
	overflow: hidden;
}

.content ul.no-bullet { list-style: none; }

.content ul:not([class]) li { margin-left: 1em; }

.content ol li { margin-left: 1.1em; }

.content ul ul { margin: 0.25em 0; }

.content ul.col3 { columns: 3; }

.content .label { margin-bottom: 0.5em; }

.content .label + * { margin-top: 0.5em; }

.flex {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  gap: 40px;
  margin: 2em 0;
}

.flex.column {
  align-items: center;
  flex-direction: column;
}

.flex-item.flex { margin: 0; }

.grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

.grid.publications { text-align: center; }

.grid.publications .image {
  align-items: center;
  display: inline-flex;
  height: 240px;
}

.grid.publications img { max-height: 100%; }

.grid.contact { grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); }

.grid.contact .grid-item {
  background-color: var(--light-grey);
  padding: 30px;
}

.group {
  display: flex;
  flex-flow: row nowrap;
  gap: 8px;
}

.left-image {
  display: grid;
  gap: 20px 40px;
  grid-template-columns: 200px 1fr;
  margin: 1.5em 0;
}

.left-image.wide { grid-template-columns: 400px 1fr; }

.left-image img { max-width: 100%; }

.left-image .text :first-child { margin-top: 0; }

/* ==========================================================================
   Pagination
   ========================================================================== */

.nav-links {
  border: 1px solid var(--border);
  display: flex;
  flex-flow: row nowrap;
  margin: 0 auto;
  width: max-content;
}

.nav-links .page-numbers {
  border-left: 1px solid var(--border);
  color: #000;
  font-weight: normal;
  padding: 4px 12px;
  text-decoration: none;
}

.nav-links .page-numbers:first-child { border-left: none; }

.page-numbers.current { background-color: var(--light-grey); }

/* ==========================================================================
   Tables
   ========================================================================== */

table {
  border-collapse: collapse;
  margin: 1.5em 0 2em;
  width: 100%;
}

th, td { padding: 20px; }

table thead tr {
	background-color: var(--light-grey);
	border-bottom: none;
	color: #2f7ebe;
	font-weight: 600;
  text-align: left;
	text-transform: uppercase;
}

table tbody tr { border-bottom: 1px solid #000; }

/* ==========================================================================
   Accordion Menu
   ========================================================================== */

.lightweight-accordion { border: 1px solid var(--border); }

.lightweight-accordion:first-of-type { margin-top: 1em; }

.lightweight-accordion + br { display: none; }

.lightweight-accordion .lightweight-accordion-title {
  background-color: #fff !important;
  transition: 300ms;
}

.lightweight-accordion details[open] .lightweight-accordion-title,
.lightweight-accordion .lightweight-accordion-title:hover { background-color: var(--light-grey) !important; }

.lightweight-accordion .lightweight-accordion-body {
  border-top: 1px solid var(--border);
  padding: 20px !important;
}

.lightweight-accordion .lightweight-accordion-body > :first-child { margin-top: 0; }

.lightweight-accordion .lightweight-accordion-body > :last-child { margin-bottom: 0; }

/* ==========================================================================
   Form
   ========================================================================== */

.fm-form input,
.fm-form textarea,
.fm-form select { font-family: "Open Sans", sans-serif; }

.fm-form-container.fm-theme1 { max-width: 1200px; }

.fm-header-title { font-weight: 700; }

.fm-form label { line-height: 1.5em; }

.wdform-required { color: var(--red); }

.wdform_footer { display: none; }

.button-submit {
  margin: 0 !important;
  width: 100%;
}

.ml-subscribe-form { margin: 1.5em 0; }

.ml-block-form {
  display: flex;
  flex-flow: row wrap;
}

input.form-control {
  background-color: var(--light-grey);
  border: none;
  font: 18px 'Open Sans', sans-serif;
  padding: 12px;
}

input.form-control:focus {
  background-color: #f6f6f6;
  outline: none;
}

/* ==========================================================================
   Smart Simple API
   ========================================================================== */

table.col6 { margin: 1em 0; }

table.col6 thead tr {
  background-color: #f2f2f2;
  border-bottom: none;
  color: #2f7ebe;
  font-weight: 600;
  text-transform: uppercase;
}

table.col6 tr {
	border-bottom: 1px solid #000;
	padding: 20px;
}

table.col6 tbody tr td:first-child {
  color: #2f7ebe;
  font-weight: 600;
}

table.col6 thead a {
  color: #2f7ebe;
  font-weight: 600;
  text-decoration: none;
}

main .search-fields {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

main .search-fields input[type="text"] {
  background-color: var(--light-grey);
  border-bottom: none;
  box-sizing: border-box;
  font-weight: 600;
  padding: 15px 20px;
  width: 100%;
}

main .search-fields a {
  background-color: var(--blue) !important;
  color: #fff;
  margin: 0 !important;
  text-decoration: none;
  width: auto !important;
}

main input[type="text"].main-search { text-transform: uppercase; }

main input[type="text"].search-project { width: 860px; }

main input[type="text"] {
  border: none;
  border-bottom: 1px solid #000;
  font: 400 18px 'Open Sans', sans-serif;
  padding: 2px 5px;
}

main input[type="text"]:focus {
  background-color: #f6f6f6;
  outline: none;
}

.pages a {
  color: #ea2127;
  margin: 0 4px;
}

/* ==========================================================================
   SK Arts 75th Anniversary
   ========================================================================== */

.sk-arts-75 .header {
  display: grid;
  gap: 20px;
  grid-template-columns: auto 1fr;
  margin-bottom: 20px;
}

.sk-arts-75 .header .text {
	background-color: #2f7ebe;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.25em;
	padding: 30px;
	position: relative;
}

.sk-arts-75 .header .text span { color: var(--yellow); }

.sk-arts-75 .view-all {
  color: #fff;
  font-size: 26px;
  text-decoration: none;
}

.sk-arts-75 .view-all:hover { color: var(--yellow); }

.sk-arts-75 .image img { max-width: 100%; }

.sk-arts-75 .body {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.sk-arts-75 .body span[id*="more"] { display: none; }

.sk-arts-75 .body .col:last-child {
  background-color: var(--yellow);
  padding: 40px;
}

.sk-arts-75 .body h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 1em 0 0.667em;
  text-decoration: none;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.footer-wrapper {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 20px;
}

.footer {
  background-color: var(--blue);
  box-sizing: border-box;
  color: #fff;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  padding: 40px;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer .social {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  gap: 12px;
  margin-top: 30px;
}

.footer .fa-brands {
  font-size: 36px;
  width: 40px;
}

.footer .sponsors {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  gap: 20px 30px;
  margin-top: 30px;
}

/* ==========================================================================
   Mobile
   ========================================================================== */

@media only screen  
and (max-width : 1349px) {

h1 { font-size: 48px; }

header { gap: 0 40px; }

.main-menu {
  grid-column: 1 / span 3;
  justify-self: center;
}

.banner { min-height: auto; }

.banner .text { padding: 40px; }

.section { grid-template-columns: auto; }

.section h2.features { grid-column: 1; }

.section h2.latest-news {
  grid-column: 1;
  grid-row: auto;
  margin-top: calc(1em - 20px);
}

.frontpage { padding: 40px; }

.footer { grid-template-columns: auto; }

}

@media only screen  
and (max-width : 1349px) and (min-width : 768px) {

.section .post {
  display: grid;
  grid-template-columns: 2fr 3fr;
}

}

@media only screen  
and (max-width : 1119px) {

h2 { font-size: 36px; }

.main-menu { display: none; }

#openMenu { display: block; }

.banner-wrapper,
.section-wrapper { margin: 40px auto; }

.frontpage-wrapper { margin: 40px auto 0; }

}

@media only screen  
and (max-width : 1023px) {

body { font-size: 16px; }

h1,
h2 { font-size: 32px; }

h3 { font-size: 24px; }

header {
  align-items: start;
  gap: 40px;
}

header .search { grid-row: 2; }

.frontpage ul { grid-template-columns: auto; }

.side-menu { display: none; }

th, td { padding: 10px; }

.lightweight-accordion .lightweight-accordion-title span { font-size: 16px !important; }

table.col6,
table.col6 thead,
table.col6 tbody,
table.col6 tr,
table.col6 td { display: block; }

table.col6 thead { display: none; }

table.col6 tr { padding: 10px 0; }

table.col6 td {
  margin: 10px 0;
  padding: 0;
}

table.col6 td:nth-child(2)::before {
  content: "Community: ";
  font-weight: 600;
}

table.col6 td:nth-child(3)::before {
  content: "Discipline: ";
  font-weight: 600;
}

table.col6 td:nth-child(4)::before {
  content: "Program: ";
  font-weight: 600;
}

table.col6 td:nth-child(5)::before {
  content: "Year: ";
  font-weight: 600;
}

table.col6 td:nth-child(6)::before {
  content: "Amount: ";
  font-weight: 600;
}

}

@media only screen  
and (max-width : 767px) {

.pull-left,
.pull-right {
  float: none;
  margin: 2em auto;
}

header {
  grid-template-columns: auto;
  gap: 30px;
  justify-items: center;
}

.logo { grid-row: auto; }

.banner { grid-template-columns: auto; }

.banner .image { aspect-ratio: unset; }

#wds_container1_0 {
  border-bottom: none;
  border-left: 1px solid var(--border);
}

.banner .image { grid-row: 1; }

.banner .text { grid-row: 2; }

.content .post { grid-auto-flow: row; }

.content ul.col3 { columns: 1; }

.left-image,
.left-image.wide { grid-template-columns: auto; }

.content .fm-form-container.fm-theme1 .fm-form { padding: 10px !important; }

.fm-form-container.fm-theme1 .fm-form .fm-header {
  margin-bottom: 10px !important;
  text-align: left !important;
}

.sk-arts-75 .header { grid-template-columns: auto; }

.sk-arts-75 .header .text { font-size: 18px; }

.sk-arts-75 .body .col:last-child { padding: 30px; }

}

@media only screen  
and (max-width : 479px) {

h1,
h2 { font-size: 24px; }

h3 { font-size: 20px; }

.banner .text,
.section .text,
.frontpage,
.footer { padding: 20px; }

.grid,
.grid.contact { grid-template-columns: auto; }

.grid.contact .grid-item { padding: 20px; }

.fm-header-title { font-size: 24px !important; }

.sk-arts-75 .body { grid-template-columns: auto; }

}