/* RESET */

*,
::after,
::before {
  box-sizing: border-box;
}

ol[class],
ul[class] {
  padding: 0;
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  position: relative;
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ol[class],
ul[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

button,
input,
select,
textarea {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
    scroll-behavior: auto !important;
  }
}

html {
  scroll-behavior: smooth;
}

/* COLORS */

	:root {
	--colorPrimary: #333366;
  --colorYellow: #ffcc31;
	--colorWhite: #fff;
	--colorLightGray: #f4f4f4;
	--colorGrayFont: #404040;
	--colorDark: #212121;
	--colorDarkest: #000;
	}



  p {
      color: var(--colorDark);
   
      font-weight: 400;
      font-size: 16px;
      margin-bottom: 20px;
      line-height: 160%;
  }

  h1 {

    letter-spacing: .02em;
    font-size: 40px;
    color: rgb(255,255,255,1);
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    line-height: 110%;
    margin-bottom: 20px;
  }

  h2 {
  
    letter-spacing: .02em;
    font-size: 32px;
    color: var(--colorDarkFont);
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    line-height: 120%;
    margin-bottom: 10px;
  }
  
  h3 {
  
    letter-spacing: .02em;
    font-size: 24px;
  
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    line-height: 110%;
    margin-bottom: 10px;
  }

/* LINKS */

a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
  font-family: inherit;
}

.post a:not(.learn-more) {
  color: var(--colorPrimary);
}

.post a:hover {
  border-bottom: 2px dotted var(--colorPrimary);
}

/* COMPONENTS */

.content-wrapper {
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 6%;
}

.split {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
}


.post {
  max-width: 1000px;
  margin: 0 auto;
}

.post p {
  text-align: left;
  color: var(--colorDarkFont);
  font-size: 20px;
  line-height: 1.8em;
}

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

.post h2 {
  text-align: left;
  margin: .6em 0 .8em;
}

.post li:before {
  font-family: 'FontAwesome';
  /* content: '\f0da'; */
  margin: 4px 8px 0 0;
  color: var(--colorDark);
  font-size: 16px;
}

.post ul {
  list-style-type: disc;
  padding-left: 30px;
	    margin-bottom: 20px;
}

.post li {
  color: var(--colorDark);
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.post li p {
  margin-bottom: 10px;
}


/* BUTTONS */

  .learn-more {
    display: inline-block;
    color: var(--colorPrimary);
    height: auto;
    width: auto;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 100%;
    border-radius: 24px;
    letter-spacing: .02em;
    font-size: 18px;
    background-color: var(--colorYellow);
    transition: all .4s;
  }

  a.learn-more:hover {
  transform: scale(1.03);
  cursor: pointer;
  }

  input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

/* OVERLAYS */

  .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgb(0,0,0,.3);
  }

/* FORMATTING */

  .alignleft {
      float: left;
      margin: 0 20px 20px 0;
      height: auto;
  }

  .alignright {
      float: right;
      margin: 0 0px 20px 20px;
      height: auto;
  }

  .aligncenter {
      display: block;
      margin: 0 auto 20px;
      height: auto;
  }

  .split {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }

   /* Header */

   header {
    width: 100%;
    position: fixed;
    display: block;
    height: auto;
    background-color: var(--colorWhite);
    left: 0;
    top: 0;
    z-index: 15;
    transition: all .5s;
}

.nav-one-row-with-banner .header-content {
  padding: 0px 3% 0px 3%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  max-width: 1600px;
  margin: 0px auto;
}

/* Banner Row */

.nav-one-row-with-banner .nav-row.top-nav-row {
  background-color: var(--colorPrimary);
  padding: 2px 3%;
  height: 36px;
}

/* Logo */

a.logo-link {
    padding: 6px 0px;
    height: 100%;
    flex: 0 0 auto;
    margin-right: 2%;
    align-items: center;
    display: flex;
}

.logo {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    transition: width .3s;
}

/* Nav */

.nav-rows {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
}

.nav-row {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

/* Top Nav Row */

.nav-row.top-nav-row > * {
    margin-left: 5%;
}

.nav-one-row-with-banner a.nav-phone-link {
    font-size: 20px;
    letter-spacing: 0.06em;
    font-weight: 700;
    color: var(--colorYellow);
}

.nav-one-row-with-banner .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 12px;
  padding: 0px 1em;
  margin-left: 30px;
}

.nav-one-row-with-banner a.nav-social {
  display: flex;
  align-items: center;
}

.nav-one-row-with-banner a.nav-social i {
  font-size: 28px;
  color: var(--colorWhite);
}

/* Bottom Nav Row */

nav {
    height: 100%;
    flex-grow: 1;
    position: relative;
   
}

.row {
    display: flex;
    align-items: center;
    justify-content: stretch;
	column-gap: 30px;
		margin-bottom: 30px;
}

.row img {
	flex:0 0 auto;
}

.row-content {
	flex-grow:1;
	display: flex;
	justify-content:flex-start;
	align-items: flex-start;
	flex-direction:column;

}

/* Nav Menu */

.menu-main-menu-container {
    display: flex;
    justify-content: flex-end;
    height: 100%;
}

#menu-main-menu {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 890px;
    padding-right: 0;
    flex: 1;
}

#menu-main-menu > li {
    display: flex;
    align-items: center;
    height: 100%;
    cursor: pointer;
    position: relative;
    margin-left: 5%;
}

.menu-main-menu-container li a {
    transition: margin .3s;
    display: flex;
    align-items: center;
    color: #323263;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    height: 100%;
}

/* Sub Menu */

#menu-main-menu li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  display: block;
  /* border-top: 4px solid var(--colorBlue); */
  position: absolute;
  left: 0;
  top: 80px;
  width: auto;
  min-width: 200px;
  filter: drop-shadow(2px 2px 2px #999);
  border-radius: 4px;
  overflow: hidden;
  background-color: var(--colorWhite);
  }

  #menu-main-menu li:hover ul.sub-menu a {
      padding-bottom: 0px;
  }

  #menu-main-menu > li:not(.nav-cta):hover > a {
      text-decoration: none;
  }

  #menu-main-menu li.menu-item-has-children>a:after {
      font-family: 'Font Awesome 5 Free';
      content: '\f107';
      margin: 0 0 0 5px;
      font-weight:600;
  }

  .sub-menu {
      display: none;
      position: absolute;
      z-index: 20;
      margin: 0;
      height: auto;
      top: 23px;
      width: auto;
      min-width: 160px;
      background-color: var(--colorWhite);
  }

  .sub-menu li {
      margin: 0;
      display: block;
      text-align: left;
      background: var(--colorLight);
      padding: 8px 12px;
  }

  .sub-menu li:hover {
      background-color: var(--colorLightGray);
      color: var(--colorGrayFont);
  }

  .sub-menu li:hover a {
      color: var(--colorGrayFont);
  }

  .sub-menu a {
      font-size: 16px;
      font-weight: 500;
      color: var(--colorGrayFont);
      text-transform: none;
      height: 100%;
      display: block;
      width: 100%;
  }

  .sub-menu a:hover {
      color: var(--colorOrange) !important;
  }
  

/* Nav Contact Button */

.learn-more.nav-contact-btn {
    background-color: var(--colorPrimary);
    color: var(--colorWhite);
}

/* Fixed Space */

.fixed-header-space {
    height: 136px;
    width: 100%;
    background-color: var(--colorDark);
}


/* HOME PAGE */
/* Home - Hero */

section#hero {
  display: block;
  max-height: 600px;
  height: 80vh;
  position: relative;
  background-color: var(--colorDark);
}

#hero video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#hero h1 {
  font-size: 54px;
  color: var(--colorWhite);
  text-align: center;
}

#hero h2 {
  font-size: 32px;
  margin-bottom: 30px;
  color: var(--colorWhite);
  text-align: center;
}


section#under-hero {
    background-color: #333366;
}

section#under-hero p {
    color: #fff;
    margin-bottom: 0px;
}

/* INTERNAL PAGES */
/* Internal Pages - Internal Hero */

section.internal-header {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  margin-top: 0px;
  background-color: var(--colorGold);
  position: relative;
}

section.internal-header h1, section.internal-header p.hero-title {
  color: var(--colorWhite);
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0px;
  position: relative;
  z-index: 10;
  text-align: center;
  width: 100%;
}

/* GALLERY PAGE */

.image-gallery-row {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: center;
  flex-flow: wrap;
  max-width: 1000px;
  margin: 40px auto 0;
  row-gap: 14px;
  column-gap: 14px;
  }

  .image-gallery-container {
  height: 188px;
  overflow: hidden;
  }

  .image-gallery-container img {
  min-height: 200px;
  min-width: 100%;
  object-fit: cover;
  transition: .5s all;
  }

  .image-gallery-container img:hover {
  transform: scale(1.05);
  }

  a.image-gallery-container {
  border-bottom: none;
  border-radius: 6px;
  flex: 0 0 calc(20% - 12px);
  }

  a.image-gallery-container:hover {
    border-bottom: none;
  }

.video-wrapper {
  position: relative;
  width: 100%;
  /* 16:9 ratio */
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ginput_container input {
    border: 2px solid var(--lightgray);
    border-radius: .5em;
    height: 48px;
    background-color: #ddd;
    color: var(--dark);
}

textarea {
	border: 2px solid var(--lightgray);
    border-radius: .5em;
    background-color: #ddd;
    color: var(--dark);
}

::placeholder {
	color: var(--dark);
	font-weight: 400;
	padding-left: 10px;
	font-size: 13px;
}

.gform_wrapper.gravity-theme .gfield {
    text-align: left;
}

.services-row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.service {
    padding: 60px 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service i {
    color: #ffcc31;
    font-size: 50px;
    margin-bottom: 30px;
}

.service h3 {
    color: #ffcc31;
}

.service p {
    color: #fff;
    text-align: center;
    max-width: 357px;
}


section#under-hero p {
    color: #fff;
    margin-bottom: 0px;
    max-width: 971px;
    margin: 0 auto;
}

section#split-testimonial {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
}

.home-image-container {
    position: relative;
    flex: 0 0 50%;
    aspect-ratio: 1;
}

.home-testimonial-container {
    flex: 0 0 50%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    row-gap: 24px;
}

.home-image-container img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.home-testimonial-container p {
    text-align: center;
}

.home-testimonial-container .quote {
    font-weight: 800;
    color: #252564;
}

section#our-work .content-wrapper {
    padding: 80px 5%;
}

section#our-work p {
    font-size: 21px;
    margin-bottom: 30px;
    margin: 0 auto 30px;
    max-width: 960px;
}

.achievements-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 30px;
}

.achievements-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 40px;
}

.achievements-image {
    flex: 0 0 200px;
    aspect-ratio: 1;
}

.achievements-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.achievements-text p {
    text-align: left;
    margin-bottom: 0px;
    font-size: 20px;
}

section#achievements {
    background-color: #f0f0f0;
}

footer {
    background-color: #333366;
}

footer h3 {
    color: #fff;
}

.footer-row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
      column-gap: 70px;
}

.newsletter-column {
    flex: 0 0 270px;
}

.contact-column {
    flex: 0 0 300px;
}

.contact-column p {
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
}

.contact-column strong {
    color: #ffcd32;
}

.contact-column a {
    color: #ffcd32;
}

footer label.gfield_label.gform-field-label {
    color: #fff;
    /* font-size: 11px; */
}

.social-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 16px;
}

.social-row i {
    color: #ffcd32;
    font-size: 36px;
}

.social-column h3 {
    margin-bottom: 24px;
}

.contact-column h3 {
    margin-bottom: 24px;
}

section#achievements h2 {
    text-align: center;
}

/* Single */

.single .blog-time-teaser {
  margin-bottom: 12px;
  /* margin-right: 8px; */
  color: var(--colorDark);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 16px;
  padding-top: 1px;
  font-family: "Mont", sans-serif;
}

.single .blog-author-teaser {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}

.single .blog-author-teaser p {
  margin-bottom: 10px;
  font-size: 16px;
}

.blog-separator {
  border-top: 1px dashed #aaa;
  margin-bottom: 20px;
}


.single .post li {
  font-size: 18px;
  font-family: "Mont", sans-serif;
  margin-bottom: 10px;
  line-height: 32px;
}

.single-post h1 {
  color: #000;
}

.single .post h2 {
  margin-bottom: 20px;
}

.single .post p {
  font-size: 18px;
  line-height: 32px;
}

.blog-image-container {
  margin-bottom: 40px;
  height: 360px;
  overflow: hidden;
}

.blog-image-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.single .content {
  flex-direction: column;
}

.single .more-posts .blog-author-teaser {
  flex-direction: column;
}

.single .more-posts .content-wrapper {
  padding-top: 10px;
}

section.more-posts h2 {
    text-align: center;
    margin-bottom: 40px;
}

.page-template-blog article,
.single article {
  max-width: 800px;
  margin: 0 auto;
  padding-right: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.single .content {
  flex-direction: column;
}

.single article h1 {

    text-transform: capitalize;
}


.blog-details p {
    text-align: left;
}

a.blog-link {
    text-align: left;
    margin: 0 auto 0 0;
    font-weight: 800;
    color: #333366;
}

.blog-details {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 40px;
}

/* RESPONSIVE */

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


	}

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


	}

	@media screen and (min-width: 1001px) {

    .mobile-only {
    display: none !important;
    }

	}

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

		.desktop {
			display: none !important;
		}

    .services-row {
    flex-direction: column;
}

.home-image-container {
    display: none;
}

.achievements-row {
    flex-direction: column;
}

.achievements-row img {
    max-width: 180px;
}

.footer-row {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
}

.footer-row {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
}

header.mobile-only .logo {
    width: 180px;
}

div#mobile-nav {
    display: none;
}

.mobile-navbar {
    display: none;
}

div#bottom-phone-bar {
    display: none;
}

  }

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

  }

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

  }

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

  }
