* {
  margin: 0;
  padding: 0;
}

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

body {
  box-sizing: border-box;
  color: #494b4d;
  font: 400 16px 'Montserrat', sans-serif;
  min-height: 100%;
  position: relative;
}

h1 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 0.9em;
}

h3 {
  font-size: 32px;
  font-weight: 600;
  margin: 1em 0 0.75em 0;
}

h4 {
  color: #6e7272;
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
  margin: 1em 0 0.75em 0;
}

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

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

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

p.larger {
  font-size: 18px;
  font-weight: 400;
}

a { transition: 300ms; }

img { vertical-align: middle; }

strong { font-weight: 600; }

.button {
  background-color: #396279;
  border-radius: 26px;
  color: #fff !important;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover { background-color: #1c1f1e; }

.button.white {
  background-color: #fff;
  color: #396279 !important;
}

.pull-left {
	float: left;
	margin: 0 2em 1em 0;
}

.pull-right {
	float: right;
	margin: 0 0 1em 2em;
}

.divider {
  margin: 120px auto;
  padding: 0 20px;
  text-align: center;
}

ul.no-bullets {
  line-height: 1.5em;
  list-style: none;
  margin: 1.5em 0;
}

ul.checkmark {
  list-style: none;
  margin: 1.5em 0;
}

ul.checkmark li {
  background: url("/wp-content/themes/numacorp/images/checkmark.png") left top no-repeat;
  line-height: 22px;
  margin-bottom: 0.75em;
  padding-left: 32px; 
}

ul.checkbox {
  list-style: none;
  margin: 1.5em 0;
}

ul.checkbox li {
  background: url("/wp-content/themes/numacorp/images/checkbox.png") left top no-repeat;
  line-height: 1.5em;
  margin-bottom: 1em;
  min-height: 28px;
  padding-left: 39px;
}

.col2 { columns: 2; }

.hide { opacity: 0; }

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

header {
  background: #fff url("/wp-content/themes/numacorp/images/header-bg.png") center bottom no-repeat;
  background-size: cover;
  box-sizing: border-box;
  color: #fff;
  height: 870px;
  margin: 0 auto;
  padding: 20px 20px 0;
}

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

header .contact {
  display: flex;
  gap: 10px 30px;
  flex-flow: row wrap;
  list-style: none;
  justify-content: end;
}

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

.menu {
  display: flex;
  flex-flow: row nowrap;
  gap: 50px;
  justify-self: end;
  list-style: none;
}

.menu a {
  color: #fff;
  display: block;
  font-weight: 600;
  text-decoration: none;
}

.menu a::after {
  border-bottom: 3px solid #a8c5d6;
  content: '';
  display: block;
  padding-bottom: 7px;
  transform: scaleX(0);
  transition: transform 300ms ease-in-out;
}

.menu a:hover::after { transform: scaleX(0.9); }

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

.banner {
  color: #fff;
  display: grid;
  gap: 20px 80px;
  grid-template-columns: 4fr 5fr;
  margin: 0 auto 80px;
  max-width: 1600px;
  padding: 0 20px;
  place-items: center;
}

.banner h1 {
  font-size: 64px;
  font-weight: 800;
  margin-bottom: 0.5em;
}

.banner h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5em;
}

.banner h3 span { font-size: 30px; }

.banner img { max-width: 100%; }

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

.content {
  display: grid;
  gap: 30px 80px;
  grid-template-columns: 4fr 5fr;
  margin: 120px auto;
  max-width: 1600px;
  padding: 0 20px;
  place-items: center start;
}

.content img { max-width: 100%; }

.content .button-wrapper { margin-top: 2em; }

.fm_empty_margin { margin-top: 0 !important; }

.fm-form-container.fm-theme1 .fm-form,
input[type="text"],
textarea { font-family: 'Montserrat', sans-serif !important; }

.fm-form-container.fm-theme1 .fm-form .button-submit {
  font: 700 16px 'Montserrat', sans-serif;
  text-transform: uppercase;
}

.iti { display: block !important; }

.fm-form .wd-flex { display: block !important; }

.fm-form .fm-header-bg, .fm-form .wdform-field:not([type="type_hidden"]) { padding: 10px 0 !important; }

/* ==========================================================================
   Section 1
   ========================================================================== */

.section1 {
  margin: 120px auto;
  max-width: 1600px;
  padding: 0 20px;
}

.section1 h2 {
  margin-bottom: 1.5em;
  text-align: center;
}

.section1 h3 {
  font-size: 24px;
  font-weight: 800;
  margin-top: 0;
}

.section1 .grid {
  display: grid;
  gap: 80px;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
}

.section1 .grid-item {
  display: grid;
  gap: 40px;
  grid-template-columns: auto 1fr;
}

.section1 .icon {
  padding: 10px 10px 0 0;
  position: relative;
}

.section1 .icon img {
  position: relative;
  z-index: 1;
}

.section1 .icon::after {
  border: 50px solid rgba(114,158,184,0.25);
  border-radius: 50px;
  content: ' ';
  position: absolute;
    top: 0;
    left: 0;
  z-index: 0;
}

/* ==========================================================================
   Section 2
   ========================================================================== */

.section2 {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: repeat(2, 1fr);
  margin: 120px auto;
  max-width: 1600px;
  padding: 0 20px;
}

.section2 img { max-width: 100%; }

/* ==========================================================================
   Section 3
   ========================================================================== */

.section3 {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: repeat(2, 1fr);
  margin: 120px auto;
  max-width: 1600px;
  padding: 0 20px;
}

.section3 img { max-width: 100%; }

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

.footer-wrapper { background-color: #396279; }

.footer {
  color: #fff;
  display: grid;
  gap: 40px 120px;
  grid-template-columns: 560px 1fr;
  margin: 0 auto;
  max-width: 1600px;
  padding: 60px 20px;
}

.bottom-menu { justify-self: end; }

.bottom-menu ul {
  line-height: 1.5em;
  list-style: none;
}

.footer h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.75em;
}

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

.footer .contact { text-align: right; }

.footer .logo {
  display: block;
  margin-bottom: 1.5em;
}

.copyright {
  border-top: 1px solid rgba(255,255,255,0.1);
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

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

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

.banner {
  grid-template-columns: auto;
  margin: 30px auto 80px;
}

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

.frontpage {
  grid-template-columns: auto;
  justify-items: center;
  text-align: center;
}

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

.section3 .image { display: none; }

}

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

.banner h1 { font-size: 48px; }

.banner h3 { font-size: 32px; }

.banner h3 span { font-size: 36px; }

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

}

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

img { max-width: 100%; }

nav { display: none; }

header { height: 640px; }

.banner { margin: 60px auto; }

.banner h1 { font-size: 36px; }

.banner h3 { font-size: 24px; }

.banner h3 span { font-size: 32px; }

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

.divider { margin: 60px auto; }

.content,
.section1,
.section2,
.section3,
.section4 {
  grid-template-columns: auto;
  margin: 80px auto;
}

.section1 h2,
.section2 h2 { text-align: center; }

.section1 .grid,
.section2 .grid {
  gap: 40px;
  grid-template-columns: auto;
}

.section4 .grid { display: block; }

.section4 .slideshow { margin-bottom: 40px; }

.section4 h3 { font-size: 24px; }

.section1 .grid-item {
  grid-template-columns: auto;
  justify-items: center;
}

.section1 .grid-item .text { text-align: center; }

.footer {
  grid-template-columns: auto;
  text-align: center;
}

.bottom-menu { justify-self: center; }

.footer .contact { text-align: center; }

}