/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Big+Shoulders+Display:900|IBM+Plex+Sans:300,300i,400,400i,500i,600,600i,700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
a, a svg {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* Color Options
--------------------------------------------- */
.has-white-color {
  color: #fff !important;
}

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

.wp-block-column.has-white-background-color {
  padding: 0 32px;
  border-radius: 12px;
}

.wp-block-columns.has-white-background-color {
  padding: 32px;
  border-radius: 12px;
}

@media (max-width: 599px) {
  .wp-block-column.has-white-background-color {
    margin: .5em 0;
  }
}

.has-grey-color {
  color: #F4F4F0 !important;
}

.has-grey-background-color {
  background-color: #F4F4F0 !important;
}

.wp-block-column.has-grey-background-color {
  padding: 0 32px;
  border-radius: 12px;
}

.wp-block-columns.has-grey-background-color {
  padding: 32px;
  border-radius: 12px;
}

@media (max-width: 599px) {
  .wp-block-column.has-grey-background-color {
    margin: .5em 0;
  }
}

.has-dark-color {
  color: #252423 !important;
}

.has-dark-background-color {
  background-color: #252423 !important;
}

.wp-block-column.has-dark-background-color {
  padding: 0 32px;
  border-radius: 12px;
}

.wp-block-columns.has-dark-background-color {
  padding: 32px;
  border-radius: 12px;
}

@media (max-width: 599px) {
  .wp-block-column.has-dark-background-color {
    margin: .5em 0;
  }
}

.has-blue-color {
  color: #4F78D6 !important;
}

.has-blue-background-color {
  background-color: #4F78D6 !important;
}

.wp-block-column.has-blue-background-color {
  padding: 0 32px;
  border-radius: 12px;
}

.wp-block-columns.has-blue-background-color {
  padding: 32px;
  border-radius: 12px;
}

@media (max-width: 599px) {
  .wp-block-column.has-blue-background-color {
    margin: .5em 0;
  }
}

.has-orange-color {
  color: #F06E19 !important;
}

.has-orange-background-color {
  background-color: #F06E19 !important;
}

.wp-block-column.has-orange-background-color {
  padding: 0 32px;
  border-radius: 12px;
}

.wp-block-columns.has-orange-background-color {
  padding: 32px;
  border-radius: 12px;
}

@media (max-width: 599px) {
  .wp-block-column.has-orange-background-color {
    margin: .5em 0;
  }
}

.has-cream-color {
  color: #FFFBE9 !important;
}

.has-cream-background-color {
  background-color: #FFFBE9 !important;
}

.wp-block-column.has-cream-background-color {
  padding: 0 32px;
  border-radius: 12px;
}

.wp-block-columns.has-cream-background-color {
  padding: 32px;
  border-radius: 12px;
}

@media (max-width: 599px) {
  .wp-block-column.has-cream-background-color {
    margin: .5em 0;
  }
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
#page {
  margin-bottom: 4em;
}

body.home #page {
  margin-bottom: 0;
}

h1.entry-title {
  font-size: 5em;
}

/*--------------------------------------------------------------
# Utility Classes
--------------------------------------------------------------*/
.subtitle {
  margin: -10px 0 !important;
  font-weight: 600;
  color: #4F78D6;
}

h2.square-mark, h3.square-mark, h4.square-mark, h5.square-mark {
  position: relative;
}

h2.square-mark:before, h3.square-mark:before, h4.square-mark:before, h5.square-mark:before {
  position: relative;
  margin-right: 10px;
  content: '';
  width: .33em;
  height: .33em;
  background: #4F78D6;
  display: inline-block;
  top: -5px;
}

@media screen and (min-width: 1020px) {
  h2.square-mark:before, h3.square-mark:before, h4.square-mark:before, h5.square-mark:before {
    position: absolute;
    left: -.77em;
    margin: 0;
    top: .45em;
  }
}

h2.check-mark, h3.check-mark, h4.check-mark, h5.check-mark {
  position: relative;
}

h2.check-mark:before, h3.check-mark:before, h4.check-mark:before, h5.check-mark:before {
  content: url("/wp-content/themes/tnc/images/done-24px.svg");
  position: relative;
  margin-right: 3px;
}

@media screen and (min-width: 1020px) {
  h2.check-mark:before, h3.check-mark:before, h4.check-mark:before, h5.check-mark:before {
    position: absolute;
    left: -30px;
    margin: 0;
  }
}

ul.check-mark {
  list-style: none;
}

ul.check-mark li {
  position: relative;
  margin-left: 10px;
}

ul.check-mark li:before {
  content: url("/wp-content/themes/tnc/images/done-24px.svg");
  position: absolute;
  top: 0px;
  left: -38px;
  background: #FFFBE9;
  border-radius: 100%;
  height: 24px;
  width: 24px;
  padding: 0px;
  border: 2px solid #4F78D6;
}

.rounded-border, .rounded-border img {
  border-radius: 3px;
}

.grid-container {
  display: -ms-grid;
  display: grid;
  max-width: 1420px;
  margin: 0 auto;
  padding: 2em 15px;
}

.entry-content {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 15px;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 980px) {
  .flex-container {
    padding: 1em 0;
  }
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error-404 .wp-block-cover {
  margin-top: 0 !important;
  margin-bottom: 2.5em !important;
}

.error-404 .wp-block-cover .wp-block-cover__inner-container {
  padding: 2em 0 !important;
}

.error-404 .wp-block-cover.has-background-dim:before {
  opacity: .75;
}

.error-404 h1, .error-404 h2, .error-404 p {
  text-align: center;
}

.error-404 h1 {
  color: rgba(79, 120, 214, 0.3);
  font-size: 6em;
  margin-top: 0 !important;
}

@media screen and (min-width: 600px) {
  .error-404 h1 {
    font-size: 10em;
  }
}

.error-404 h2 {
  font-size: 2.5em;
  margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
# Header Menu
--------------------------------------------------------------*/
#masthead {
  background: #FFFBE9;
  position: relative;
  z-index: 9;
  -webkit-box-shadow: -5px 0px 12px 4px rgba(0, 0, 0, 0.3);
  box-shadow: -5px 0px 12px 4px rgba(0, 0, 0, 0.3);
}

#masthead .grid-container {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: auto auto;
  padding: .5em 1em;
}

@media screen and (min-width: 500px) {
  #masthead .grid-container {
    padding-bottom: 1em;
  }
}

@media screen and (min-width: 1400px) {
  #masthead .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: auto auto;
  }
}

#masthead .site-branding {
  -ms-grid-column: 1;
  padding-right: 3em;
  position: relative;
}

#masthead .site-branding img {
  display: inline-block;
}

#masthead .site-branding .tagline {
  display: none;
  font-style: italic;
  position: absolute;
  bottom: 0px;
  left: 118px;
  font-size: 18px;
  font-weight: 500;
  color: #5D5D5D;
}

@media screen and (min-width: 720px) {
  #masthead .site-branding .tagline {
    display: inline-block;
  }
}

#masthead .site-branding .site-title {
  vertical-align: -webkit-baseline-middle;
  font-weight: bold;
}

@media screen and (min-width: 500px) {
  #masthead .site-branding {
    padding-right: 4em;
  }
}

@media screen and (min-width: 1400px) {
  #masthead .site-branding {
    padding-right: 0;
  }
}

#masthead .menu-button {
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #FFFBE9;
  color: #252423;
  border-radius: 3px;
  padding: .25em 0;
  -webkit-transition: .1s;
  transition: .1s;
  justify-self: end;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: block;
  -ms-grid-column: 2;
  -ms-grid-column-align: end;
}

#masthead .menu-button .menu-text {
  display: block;
  margin-bottom: -4px;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
}

#masthead .menu-button .bar {
  display: block;
  height: 4px;
  width: 100%;
  background: #252423;
  border-radius: 20%;
  margin-top: 5px;
}

@media screen and (min-width: 720px) {
  #masthead .menu-button {
    padding-top: 1.5em;
  }
}

@media screen and (min-width: 1400px) {
  #masthead .menu-button {
    display: none;
  }
}

#masthead .menu-button:hover, #masthead .menu-button:focus {
  border-color: #fff;
}

#wrapper {
  -webkit-transition: all ease-out 0.25s;
  transition: all ease-out 0.25s;
}

#page.menu-active #wrapper {
  overflow-y: hidden;
  padding-right: 16em;
}

@media only screen and (max-width: 1300px) {
  #page.menu-active #wrapper {
    padding-right: 0;
    -webkit-transform: translate3d(-16em, 0, 0);
    transform: translate3d(-16em, 0, 0);
  }
}

#page.menu-active #push-menu {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#desktop-menu {
  -ms-grid-column: 2;
  text-align: right;
  display: none;
  position: relative;
}

@media screen and (min-width: 1400px) {
  #desktop-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#desktop-menu #primary-menu > li:hover > a {
  color: #F06E19;
}

#desktop-menu #primary-menu > li > a {
  z-index: 999;
}

#desktop-menu li {
  display: inline-block;
  margin: .25em .75em;
}

#desktop-menu li a {
  color: #252423;
  font-weight: 600;
  padding: .25em;
}

#desktop-menu li a:hover, #desktop-menu li a:focus {
  text-decoration: none;
  color: #F06E19;
}

#desktop-menu li.current_page_item ul.sub-menu, #desktop-menu li.current_page_parent ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

#desktop-menu li.current_page_item > a, #desktop-menu li.current_page_parent > a {
  color: #F06E19;
  position: relative;
}

#desktop-menu li.current_page_item > a:before, #desktop-menu li.current_page_parent > a:before {
  content: '';
  position: absolute;
  height: 20px;
  width: 2px;
  background: #4F78D6;
  top: -24px;
  left: 50%;
  left: calc(50% - 1px);
}

#desktop-menu li:hover ul.sub-menu, #desktop-menu li:focus ul.sub-menu, #desktop-menu li:focus-within ul.sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}

#desktop-menu li ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  background: #FFFBE9;
  width: 100%;
  left: 0;
  padding-top: 10px;
  text-align: center;
}

#desktop-menu li ul.sub-menu a, #desktop-menu li ul.sub-menu li.current_page_item a, #desktop-menu li ul.sub-menu li.current_page_parent a {
  font-size: 16px;
}

#desktop-menu li ul.sub-menu a:before, #desktop-menu li ul.sub-menu li.current_page_item a:before, #desktop-menu li ul.sub-menu li.current_page_parent a:before {
  display: none;
}

#push-menu {
  position: fixed;
  width: 16em;
  height: 100%;
  top: 0;
  right: 0;
  background: #FFFBE9;
  z-index: 400;
  overflow: hidden;
  -webkit-box-shadow: -5px 0px 12px 4px rgba(0, 0, 0, 0.15);
  box-shadow: -5px 0px 12px 4px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(16em, 0, 0);
  transform: translate3d(16em, 0, 0);
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}

#push-menu svg {
  max-width: 190px;
}

#push-menu .close-button {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 0;
  right: 20px;
  margin: 1em;
  /* border: 2px solid #252423; */
  color: transparent;
  cursor: pointer;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  /* border-radius: 2em; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 500;
}

#push-menu .nav-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4em 2em 4em 3em;
}

#push-menu .nav-label {
  display: block;
  padding: 1.66666em 2em;
  margin: 0;
  opacity: 0.5;
  font-size: 0.75em;
  line-height: 2em;
  font-weight: 500;
}

#push-menu ul {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 0;
  list-style: none;
}

#push-menu ul li {
  position: relative;
}

#push-menu ul li a {
  display: block;
  padding: .75em 0;
  color: #252423;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 700;
}

#push-menu ul li a:hover, #push-menu ul li a:focus {
  color: #F06E19;
  text-decoration: none;
}

#push-menu ul li.current_page_item > a, #push-menu ul li.current_page_parent > a {
  color: #F06E19;
  position: relative;
}

#push-menu ul li.current_page_item > a:before, #push-menu ul li.current_page_parent > a:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 20px;
  background: #4F78D6;
  left: -30px;
  bottom: 26px;
}

#push-menu ul li .sub-menu {
  margin-left: 20px;
  font-size: 16px;
}

#push-menu ul li .sub-menu a {
  font-weight: 400;
  padding: 0 0 10px 0;
}

#push-menu ul li .sub-menu .current_page_item > a, #push-menu ul li .sub-menu .current_page_parent > a {
  color: #F06E19;
}

#push-menu ul li .sub-menu .current_page_item > a:before, #push-menu ul li .sub-menu .current_page_parent > a:before {
  display: none;
}

@media screen and (min-width: 1400px) {
  #masthead .grid-container {
    -ms-grid-columns: 1fr 780px;
    grid-template-columns: auto 780px;
  }
  .menu-primary-container {
    margin: 0 auto;
  }
  #desktop-menu li a {
    padding: 1em .25em;
  }
  #desktop-menu li.current_page_item > a:before, #desktop-menu li.current_page_parent > a:before {
    top: -12px;
  }
  li.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #252423 transparent;
    z-index: 9998;
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    opacity: 0;
    visibility: hidden;
  }
  li.menu-item-has-children:hover > a:after, li.menu-item-has-children:focus > a:after, li.menu-item-has-children:focus-within > a:after {
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 1;
    visibility: visible;
  }
  #desktop-menu li ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    transition: .2s;
    position: absolute;
    background: #252423;
    width: 100%;
    left: 0;
    bottom: -1px;
    padding: 0 .5em;
    border-radius: 50px;
  }
  #desktop-menu li ul.sub-menu li > a {
    color: #FFFBE9;
  }
  #desktop-menu li ul.sub-menu li > a:hover, #desktop-menu li ul.sub-menu li > a:focus {
    color: #7898e0;
  }
  #desktop-menu li ul.sub-menu li.current_page_item > a {
    color: #F06E19;
  }
  #desktop-menu li.menu-item-has-children > a {
    position: relative;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#site-footer {
  background: #252423;
  color: #FFFBE9;
  padding: 1em 0 2em;
}

@media screen and (min-width: 980px) {
  #site-footer {
    padding: 1em 0;
  }
}

#site-footer .logo {
  margin: 1em auto 0 auto;
  max-width: 240px;
}

@media screen and (min-width: 740px) {
  #site-footer .logo {
    max-width: 320px;
  }
}

@media screen and (min-width: 1260px) {
  #site-footer .logo {
    max-width: 100%;
  }
}

#site-footer .tagline {
  font-weight: 500;
  font-style: italic;
  display: inline-block;
  margin-top: .5em;
  font-size: 14px;
}

@media screen and (min-width: 740px) {
  #site-footer .tagline {
    font-size: 16px;
  }
}

@media screen and (min-width: 1260px) {
  #site-footer .tagline {
    font-size: 20px;
  }
}

#site-footer .copyright {
  display: block;
  margin-top: 2em;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 251, 233, 0.7);
}

#site-footer .social-links a:hover, #site-footer .social-links a:focus {
  text-decoration: none;
}

#site-footer .social-links a:hover .svg-icon path, #site-footer .social-links a:focus .svg-icon path {
  fill: #4F78D6;
}

#site-footer .social-links .svg-icon {
  margin: 0 8px;
}

#site-footer .main-contact span {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

#site-footer .main-contact a {
  font-size: 20px;
  font-size: 5vw;
  color: #F06E19;
  word-break: break-word;
  display: inline-block;
  line-height: 1.1;
  margin-bottom: 16px;
}

@media screen and (min-width: 600px) {
  #site-footer .main-contact a {
    font-size: 24px;
  }
}

@media screen and (min-width: 1260px) {
  #site-footer .main-contact a {
    font-size: 1.75em;
    word-break: normal;
  }
}

#site-footer .main-contact:last-child {
  margin-bottom: 0;
}

#site-footer .main-contact:last-child a {
  margin-bottom: 0;
}

#site-footer hr.is-style-wide {
  background: #4F78D6 !important;
  margin-top: 3em;
  margin-bottom: 1.5em;
  max-width: 260px;
  margin-left: 0;
}

#site-footer a.btn {
  color: #FFFBE9;
  border: 2px solid #FFFBE9;
  border-radius: 50px;
  padding: 8px 16px;
  margin-top: 1em;
  display: inline-block;
}

#site-footer a.btn:hover, #site-footer a.btn:focus {
  color: #F06E19;
  border-color: #F06E19;
  text-decoration: none;
}

#site-footer a.btn:after {
  content: '';
  background: url(/wp-content/themes/tnc/images/arrow-right-white.svg);
  height: 20px;
  width: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 12px;
  position: relative;
  top: 4px;
}

#site-footer .flex-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media screen and (min-width: 760px) {
  #site-footer .flex-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-direction: initial;
        flex-direction: initial;
    padding-top: 0;
  }
}

#site-footer .flex-container .col {
  width: 100%;
  max-width: 740px;
  padding: 2em 15px;
}

#site-footer .flex-container .col:first-of-type {
  text-align: center;
}

#site-footer .flex-container .col:first-of-type hr {
  width: 220px;
  margin: .5em auto 2em auto;
  background: #FFFBE9;
}

#site-footer .flex-container .col img.tnc-team {
  margin-top: 4em;
}

@media screen and (min-width: 980px) {
  #site-footer .flex-container .col img.tnc-team {
    margin-top: 0;
  }
}

#site-footer .flex-container .col a {
  font-weight: 600;
}

@media screen and (min-width: 980px) {
  #site-footer .flex-container .col {
    width: 50%;
    max-width: 560px;
    padding: 3em 3em;
  }
}

#site-footer .flex-container.locations {
  margin: 0 auto;
  padding: 24px 15px 15px;
  max-width: 740px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 980px) {
  #site-footer .flex-container.locations {
    max-width: 1220px;
  }
}

#site-footer .flex-container.locations > div {
  width: 100%;
  color: rgba(255, 251, 233, 0.7);
  line-height: 1.5;
  max-width: 600px;
}

#site-footer .flex-container.locations > div h3 {
  color: #FFFBE9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 8px !important;
  margin-top: 16px !important;
}

#site-footer .flex-container.locations > div a {
  color: #F06E19;
}

#site-footer .flex-container.locations > div a.phone {
  color: rgba(255, 251, 233, 0.7);
  font-weight: 400;
}

#site-footer .flex-container.locations > div a.btn {
  color: #FFFBE9;
}

@media screen and (min-width: 600px) {
  #site-footer .flex-container.locations > div {
    width: 50%;
  }
}

@media screen and (min-width: 980px) {
  #site-footer .flex-container.locations > div {
    width: 25%;
  }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
#mobile-hero {
  background: #252423;
  padding: 2em 0 1.25em 0;
}

#mobile-hero h1 {
  font-size: 7.5vw;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0 !important;
  position: relative;
  z-index: 1;
}

#mobile-hero h1 strong {
  color: #F06E19;
  font-size: 2em;
  display: block;
}

@media screen and (min-width: 800px) {
  #mobile-hero {
    display: none;
  }
}

#hero {
  background-color: #252423;
  background-image: url(/wp-content/themes/tnc/images/TNC-homepage-hero-image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  padding: 6em 0 6em 0;
  position: relative;
}

#hero:before {
  content: '';
  background: url(/wp-content/themes/tnc/images/vector-ball.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 646px;
  width: 646px;
  position: absolute;
  right: 45vw;
  top: -185%;
  opacity: .5;
}

#hero:after {
  content: '';
  background: url(/wp-content/themes/tnc/images/diamond-mesh.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 376px;
  width: 570px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}

@media screen and (min-width: 680px) {
  #hero {
    padding: 2em 0 3em 0;
    min-height: 130px;
  }
}

@media screen and (min-width: 800px) {
  #hero {
    overflow: hidden;
    background-position: top right;
  }
  #hero:before {
    top: -92%;
    opacity: .75;
  }
}

@media screen and (min-width: 920px) {
  #hero:before {
    top: -45%;
  }
}

@media screen and (min-width: 1060px) {
  #hero {
    background-position: 0 center;
  }
  #hero:before {
    left: -85px;
    top: -250px;
    opacity: 1;
    display: inline-block;
  }
}

@media screen and (min-width: 1320px) {
  #hero {
    background-position: top right;
    padding: 2.6em 0 4em 0;
  }
  #hero:after {
    display: inline-block;
  }
}

#hero h1 {
  display: none;
  font-size: 3em;
  color: #FFFBE9;
  z-index: 1;
  text-align: center;
}

#hero h1 strong {
  color: #F06E19;
  font-size: 2em;
  display: block;
}

@media screen and (min-width: 800px) {
  #hero h1 {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1060px) {
  #hero h1 {
    margin-left: 60px;
  }
  #hero h1 strong {
    text-align: right;
  }
}

@media screen and (min-width: 920px) {
  #hero h1 {
    font-size: 4em;
  }
}

/*--------------------------------------------------------------
# Truck Callout
--------------------------------------------------------------*/
#truck-callout {
  background: #F06E19;
  background: transparent linear-gradient(121deg, #F77A29 0%, #CB611B 100%) 0% 0% no-repeat padding-box;
  min-height: 560px;
  position: relative;
  padding: 1em 0;
  overflow: hidden;
}

#truck-callout .flex-container {
  position: relative;
}

#truck-callout .flex-container img {
  position: absolute;
  top: 317px;
  left: 0;
  max-width: 590px;
}

#truck-callout h2 {
  color: #FFFBE9;
  text-transform: none;
  max-width: 600px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0 auto;
  text-align: left;
}

#truck-callout h2 .highlight {
  background-color: rgba(250, 135, 61, 0.75);
  -webkit-box-shadow: 0.25rem 0px 0px rgba(250, 135, 61, 0.75), -1.25rem 0px 0px rgba(250, 135, 61, 0.75);
  box-shadow: 0.25rem 0px 0px rgba(250, 135, 61, 0.75), -1.25rem 0px 0px rgba(250, 135, 61, 0.75);
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
  box-decoration-break: clone;
}

@media screen and (min-width: 400px) {
  #truck-callout .flex-container img {
    top: 295px;
    max-width: 640px;
  }
}

@media screen and (min-width: 480px) {
  #truck-callout .flex-container img {
    top: 268px;
    max-width: 700px;
  }
}

@media screen and (min-width: 620px) {
  #truck-callout {
    min-height: 640px;
    text-align: center;
  }
  #truck-callout .flex-container img {
    top: 233px;
    max-width: 960px;
  }
}

@media screen and (min-width: 980px) {
  #truck-callout {
    min-height: 356px;
  }
  #truck-callout .flex-container img {
    top: inherit;
    bottom: -20px;
    max-width: 820px;
  }
  #truck-callout h2 {
    max-width: 400px;
    margin: 0 0 0 auto;
    position: relative;
    right: 30px;
    text-align: left;
    top: -30px;
    background-color: rgba(250, 135, 61, 0.75);
    -webkit-box-shadow: 0.25rem 0px 0px rgba(250, 135, 61, 0.75), -1.25rem 0px 0px rgba(250, 135, 61, 0.75);
    box-shadow: 0.25rem 0px 0px rgba(250, 135, 61, 0.75), -1.25rem 0px 0px rgba(250, 135, 61, 0.75);
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}

@media screen and (min-width: 1200px) {
  #truck-callout h2 {
    right: 60px;
    top: 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media screen and (min-width: 1400px) {
  #truck-callout {
    overflow: visible;
  }
  #truck-callout .flex-container img {
    bottom: -20px;
    max-width: 940px;
  }
}

@media screen and (min-width: 1500px) {
  #truck-callout .flex-container img {
    left: -45px;
    max-width: 1000px;
    top: -64px;
  }
}

@media screen and (min-width: 1780px) {
  #truck-callout .flex-container img {
    left: -180px;
    max-width: 1100px;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
#services {
  border-top: 15px solid #4F78D6;
  border-bottom: 15px solid #4F78D6;
  background: #FFFBE9;
  padding: 4em 1em 2em 1em;
  text-align: center;
  position: relative;
}

#services h2 {
  font-weight: 600;
  text-transform: uppercase;
}

#services .svg-icon {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  max-width: 54px;
  top: -15px;
}

#services .svg-icon.residential-icon {
  top: -10px;
}

#services hr.is-style-wide {
  background: #4F78D6;
  width: 100%;
  margin: 0 0 -10px 0;
}

#services .flex-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 980px) {
  #services .flex-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}

#services .flex-container .col {
  width: 100%;
  max-width: 600px;
  position: relative;
  padding: 3em 0;
  margin: 0 auto;
}

#services .flex-container .col:first-of-type {
  margin-bottom: 2em;
}

@media screen and (min-width: 980px) {
  #services .flex-container .col {
    margin: 0;
  }
  #services .flex-container .col:first-of-type {
    margin-bottom: 0;
  }
}

#services .flex-container .col a {
  font-weight: 600;
  position: relative;
  margin-top: 10px;
  display: inline-block;
}

#services .flex-container .col a:after {
  content: '';
  background: url(/wp-content/themes/tnc/images/service-arrow-button.svg);
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  margin: .5em auto 0 auto;
}

@media screen and (min-width: 980px) {
  #services .flex-container .col a:after {
    display: inline-block;
    position: absolute;
    right: -64px;
    top: -13px;
    margin: 0;
  }
}

@media screen and (min-width: 980px) {
  #services .flex-container .col {
    width: 50%;
    max-width: 420px;
    padding: 3em 2em;
  }
  #services .flex-container .col .svg-icon {
    right: 33.33333%;
    top: 13px;
  }
  #services .flex-container .col .svg-icon.residential-icon {
    top: 20px;
  }
  #services .flex-container .col .blue-bar {
    width: 60px;
    height: 12px;
    background: #4F78D6;
  }
  #services .flex-container .col hr.is-style-wide {
    width: calc(66.66666% - 24px);
  }
}

@media screen and (min-width: 1200px) {
  #services .flex-container .col {
    padding: 3em 4em;
  }
}

@media screen and (min-width: 680px) {
  #services {
    border: 15px solid #4F78D6;
    padding: 4em 2em 2em 2em;
  }
}

@media screen and (min-width: 980px) {
  #services {
    padding: 2em;
    padding: 2em 0 2em 0;
    text-align: left;
  }
}

/*--------------------------------------------------------------
# Commercial Page
--------------------------------------------------------------*/
@media (max-width: 781px) {
  .wp-block-group.has-blue-background-color .wp-block-columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wp-block-group.has-blue-background-color .wp-block-columns .wp-block-column.has-cream-background-color {
    margin: .5em 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media (min-width: 782px) {
  .wp-block-group.has-blue-background-color .wp-block-columns .wp-block-column.has-cream-background-color:not(:first-child) {
    margin-left: 32px !important;
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
/* Pagination */
.pagination-wrapper {
  max-width: 1420px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-grid-columns: 125px 1fr;
  grid-template-columns: 125px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-row-align: center;
      align-self: center;
  padding: 0 20px;
  margin-top: 4em;
  font-size: 16px;
}

.pagination-wrapper h3 {
  display: inline-block;
  float: left;
  margin: 0 !important;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

nav.pagination {
  margin: 1em 0 1em 1em;
  width: 100%;
  text-align: left;
}

nav.pagination .nav-links > .current {
  border: none;
  color: #F06E19;
}

nav.pagination .nav-links > * {
  margin-right: .5em;
  border: 2px solid #4F78D6;
  border-radius: 3px;
  padding: .25em .75em;
}

nav.pagination .nav-links > a:hover, nav.pagination .nav-links > a:focus {
  text-decoration: none;
  border-color: #F06E19;
}

body.single .entry-content > .wp-block-cover:first-child {
  min-height: 260px;
}

@media screen and (min-width: 600px) {
  body.single .entry-content > .wp-block-cover:first-child {
    min-height: 320px;
  }
}

@media screen and (min-width: 820px) {
  body.single .entry-content > .wp-block-cover:first-child {
    min-height: 430px;
  }
}

body.single .header-block {
  z-index: 1;
}

body.single .header-block .flex-container h1 {
  font-weight: 9vw !important;
}

@media screen and (min-width: 600px) {
  body.single .header-block .flex-container h1 {
    font-size: 7vw !important;
  }
}

@media screen and (min-width: 1020px) {
  body.single .header-block .flex-container h1 {
    font-size: 4em !important;
  }
}

body.single .header-block .flex-container .row.subheading {
  margin-top: 32px;
}

body.single .header-block .flex-container .row.subheading a {
  text-decoration: none;
  color: #F06E19;
  margin-right: 10px;
}

body.single .header-block .flex-container .row.subheading a:hover, body.single .header-block .flex-container .row.subheading a:focus {
  text-decoration: underline;
}

body.single .header-block .flex-container .row.subheading:after {
  position: relative;
  top: -47px;
}

@media screen and (min-width: 1260px) {
  body.single .header-block.has-featured-image {
    width: auto;
    margin: -4em -230px 4em -230px !important;
  }
  body.single .header-block.has-featured-image .cream-bg:after {
    height: calc(100% + 45px);
  }
}

@media screen and (min-width: 1600px) {
  body.single .header-block.has-featured-image {
    width: auto;
    margin: -4em -230px 4em -230px !important;
  }
  body.single .header-block.has-featured-image .cream-bg:after {
    height: calc(100% + 45px);
  }
}

body.blog #main, body.archive.category #main, body.archive.date #main {
  background: #F4F4F0;
}

body.blog .entry-content, body.archive.category .entry-content, body.archive.date .entry-content {
  max-width: 1420px;
}

body.blog .header-block .flex-container, body.archive.category .header-block .flex-container, body.archive.date .header-block .flex-container {
  max-width: 1420px;
}

@media screen and (min-width: 600px) {
  body.blog .header-block .flex-container, body.archive.category .header-block .flex-container, body.archive.date .header-block .flex-container {
    text-align: center;
  }
  body.blog .header-block .flex-container .subheading:after, body.archive.category .header-block .flex-container .subheading:after, body.archive.date .header-block .flex-container .subheading:after {
    margin: 0 auto;
  }
}

.posts-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 20px 20px;
  max-width: 1420px;
  margin: 2em auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.posts-container .post {
  padding: 1em 1em 1em 1em;
  background: #fff;
  border-radius: 3px;
  position: relative;
}

.posts-container .post .post-image {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
  margin-left: -1em;
  margin-top: -1em;
  width: calc(100% + 2em);
}

.posts-container .post .post-image img {
  width: 100%;
}

.posts-container .post .post-image:before {
  content: '';
  position: absolute;
  background: #4F78D6;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.posts-container .post .post-image:hover:before, .posts-container .post .post-image:focus:before {
  opacity: .5;
}

.posts-container .post .post-meta {
  color: #5D5D5D;
  font-weight: normal;
  margin-bottom: 8px;
  font-size: 14px;
}

.posts-container .post .post-meta a {
  color: #F06E19;
  font-weight: bold;
  margin-right: 10px;
  font-size: 16px;
}

.posts-container .post .post-title {
  margin-top: 0 !important;
  margin-bottom: 2em !important;
  font-size: 1.25em;
  line-height: 1.3;
}

.posts-container .post .date-posted {
  font-size: 14px;
  position: absolute;
  bottom: 1em;
}

.posts-container .post .read-more {
  color: #4F78D6;
  border-bottom: 2px solid #4F78D6;
  position: absolute;
  bottom: 1.5em;
  font-weight: bold;
  font-size: 16px;
}

.posts-container .post .read-more:hover, .posts-container .post .read-more:focus {
  color: #4F78D6;
  border-color: #F06E19;
  text-decoration: none;
}

@media screen and (min-width: 0px) {
  .posts-container .post {
    display: block;
  }
  .posts-container .post:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .posts-container .post:nth-child(n + 2) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  .posts-container .post:nth-child(n + 3) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .posts-container .post:nth-child(n + 4) {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
  }
  .posts-container .post:nth-child(n + 5) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  .posts-container .post:nth-child(n + 6) {
    -ms-grid-column: 1;
    -ms-grid-row: 6;
  }
  .posts-container .post:nth-child(n + 7) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
  }
  .posts-container .post:nth-child(n + 8) {
    -ms-grid-column: 1;
    -ms-grid-row: 8;
  }
  .posts-container .post:nth-child(n + 9) {
    -ms-grid-column: 1;
    -ms-grid-row: 9;
  }
}

@media screen and (min-width: 600px) {
  .posts-container .post {
    display: inline-block;
  }
  .posts-container .post:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .posts-container .post:nth-child(n + 2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .posts-container .post:nth-child(n + 3) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  .posts-container .post:nth-child(n + 4) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
  .posts-container .post:nth-child(n + 5) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .posts-container .post:nth-child(n + 6) {
    -ms-grid-column: 2;
    -ms-grid-row: 3;
  }
  .posts-container .post:nth-child(n + 7) {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
  }
  .posts-container .post:nth-child(n + 8) {
    -ms-grid-column: 2;
    -ms-grid-row: 4;
  }
  .posts-container .post:nth-child(n + 9) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
}

@media screen and (min-width: 900px) {
  .posts-container .post:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .posts-container .post:nth-child(n + 2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .posts-container .post:nth-child(n + 3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .posts-container .post:nth-child(n + 4) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  .posts-container .post:nth-child(n + 5) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
  .posts-container .post:nth-child(n + 6) {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
  }
  .posts-container .post:nth-child(n + 7) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .posts-container .post:nth-child(n + 8) {
    -ms-grid-column: 2;
    -ms-grid-row: 3;
  }
  .posts-container .post:nth-child(n + 9) {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
}

@media screen and (min-width: 600px) {
  .posts-container {
    margin: 3em auto;
    grid-gap: 20px 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 900px) {
  .posts-container {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 32px;
    padding: 0 32px;
  }
}

@media screen and (min-width: 1200px) {
  .posts-container {
    margin: 4em auto;
  }
}

@media screen and (min-width: 1560px) {
  .posts-container {
    grid-gap: 32px;
    padding: 0 20px;
  }
}

/*--------------------------------------------------------------
# Blog Categories drop down
--------------------------------------------------------------*/
body.blog .header-block, body.archive .header-block {
  z-index: 1;
}

body.blog .header-block .cream-bg:after, body.archive .header-block .cream-bg:after {
  bottom: 0;
}

#filter-wrap {
  background: #252423;
  margin-top: -4em;
  padding: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

#filter-wrap:before {
  position: absolute;
  content: '';
  background: url(/wp-content/themes/tnc/images/vector-ball.png);
  background-repeat: no-repeat;
  background-size: cover;
  left: -150px;
  top: -150px;
  width: 664px;
  height: 664px;
}

@media screen and (min-width: 600px) {
  #filter-wrap:before {
    left: -65px;
  }
}

#filter-wrap .filter-btns {
  position: relative;
  z-index: 1;
  padding: 1em 15px;
}

@media screen and (min-width: 900px) {
  #filter-wrap .filter-btns {
    padding: 2em 15px;
  }
}

#filter-wrap .filter-btns .btn-filter {
  background: #252423;
  color: #FFFBE9;
  border: none;
  margin: 0 .5em;
  border: 2px solid #FFFBE9;
  border-radius: 60px;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 24px;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  height: 50px;
}

@media screen and (min-width: 900px) {
  #filter-wrap .filter-btns .btn-filter {
    margin: 0 1em;
  }
}

#filter-wrap .filter-btns .btn-filter svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 16px;
  position: relative;
  top: 2px;
  width: 1em;
  -webkit-transition: .2s;
  transition: .2s;
}

#filter-wrap .filter-btns .btn-filter svg path {
  fill: #FFFBE9;
  -webkit-transition: .2s;
  transition: .2s;
}

#filter-wrap .filter-btns .btn-filter:hover, #filter-wrap .filter-btns .btn-filter:focus, #filter-wrap .filter-btns .btn-filter.active {
  color: #F06E19;
  border-color: #F06E19;
}

#filter-wrap .filter-btns .btn-filter:hover svg path, #filter-wrap .filter-btns .btn-filter:focus svg path, #filter-wrap .filter-btns .btn-filter.active svg path {
  fill: #F06E19;
}

#filter-wrap .filter-btns .btn-filter.active svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: .2s;
  transition: .2s;
}

.blog-filter {
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.blog-filter .padding {
  padding: 0 15px;
  margin: 0 auto;
  line-height: 2;
  background: #181717;
}

.blog-filter .padding a {
  text-align: center;
  text-decoration: none;
  margin: 0 .5em;
  color: #F06E19;
  font-weight: 600;
}

.blog-filter .padding a:before {
  content: "/";
  margin: 0 1em 0 0;
  display: inline-block;
  color: rgba(255, 255, 255, 0.2);
  position: relative;
  font-size: 24px;
  top: 1px;
}

.blog-filter .padding a:first-of-type:before {
  display: none;
}

.blog-filter .padding a:hover, .blog-filter .padding a:focus {
  text-decoration: underline;
  color: #F06E19;
}

/*--------------------------------------------------------------
# Blog Single Page
--------------------------------------------------------------*/
.post-template-default .entry-content {
  max-width: 740px;
}

/* Typographical Elements
--------------------------------------------- */
body {
  color: #252423;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  color: #4F78D6;
  text-decoration: none;
  font-weight: 600;
}

a:hover {
  text-decoration: underline;
  color: #F06E19;
}

main .entry-content a {
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

.entry-content ul, .entry-content ol {
  padding-left: 2em;
}

.entry-content ul li, .entry-content ol li {
  margin-bottom: 15px;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
}

iframe + h3 {
  margin-top: 12px !important;
}

.wp-block-column > iframe {
  margin-top: 16px;
}

code {
  padding: 2px 4px;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

cite {
  font-style: normal;
}

.clearfix {
  clear: both;
}

/* Paragraph
--------------------------------------------- */
p {
  margin: 0 0 16px;
  padding: 0;
}

p.huge, p.has-huge-font-size {
  font-size: 2em;
  line-height: 1.2;
}

@media screen and (min-width: 860px) {
  p.huge, p.has-huge-font-size {
    font-size: 3em;
  }
}

p.large, p.has-large-font-size {
  font-size: 24px;
}

p.has-regular-font-size {
  font-size: 18px;
}

p.small, p.has-small-font-size {
  font-size: 14px;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'IBM Plex Sans', sans-serif;
  color: #252423;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 16px !important;
  margin-top: 32px !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #252423;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #4F78D6;
  text-decoration: none;
}

h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  outline: none;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
  margin-top: -4px !important;
}

h1 {
  font-family: 'Big Shoulders Display', sans-serif;
  font-size: 48px;
}

h2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 36px;
  font-size: 1.8em;
  font-weight: 600;
}

@media screen and (min-width: 660px) {
  h2 {
    font-size: 2em;
  }
}

h3 {
  font-size: 30px;
  font-size: 1.5em;
}

@media screen and (min-width: 660px) {
  h3 {
    font-size: 1.7em;
  }
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Button
--------------------------------------------- */
.wp-block-column .wp-block-button {
  margin: 1em 0 2em 0;
}

.is-style-full .wp-block-button__link, .full .wp-block-button__link {
  display: block;
  width: 100%;
}

.is-style-outline .wp-block-button__link:after {
  background: url(/wp-content/themes/tnc/images/arrow-right-blue.svg);
  background-repeat: no-repeat;
}

.wp-block-button__link {
  border-radius: 60px;
  font-weight: 600;
  text-decoration: none !important;
}

.wp-block-button__link:after {
  content: '';
  background: url(/wp-content/themes/tnc/images/arrow-right-white.svg);
  height: 20px;
  width: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 12px;
  position: relative;
  top: 4px;
}

.wp-block-button__link:hover {
  text-decoration: none;
}

.wp-block-button__link:not(.has-text-color) {
  color: #FFFBE9;
}

.wp-block-button__link:not(.has-text-color):hover {
  color: #FFFBE9;
}

.wp-block-button__link:not(.has-background) {
  background-color: #4F78D6;
}

.wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
  background-color: #2e5bc4;
}

.wp-block-button__link.has-white-color:hover, .wp-block-button__link.has-white-color:focus {
  color: #fff;
}

.wp-block-button__link.has-white-background-color:hover, .wp-block-button__link.has-white-background-color:focus {
  background-color: #e6e6e6;
}

.wp-block-button__link.has-grey-color:hover, .wp-block-button__link.has-grey-color:focus {
  color: #F4F4F0;
}

.wp-block-button__link.has-grey-background-color:hover, .wp-block-button__link.has-grey-background-color:focus {
  background-color: #deded3;
}

.wp-block-button__link.has-dark-color:hover, .wp-block-button__link.has-dark-color:focus {
  color: #252423;
}

.wp-block-button__link.has-dark-background-color:hover, .wp-block-button__link.has-dark-background-color:focus {
  background-color: #0b0b0a;
}

.wp-block-button__link.has-blue-color:hover, .wp-block-button__link.has-blue-color:focus {
  color: #4F78D6;
}

.wp-block-button__link.has-blue-background-color:hover, .wp-block-button__link.has-blue-background-color:focus {
  background-color: #2e5bc4;
}

.wp-block-button__link.has-orange-color:hover, .wp-block-button__link.has-orange-color:focus {
  color: #F06E19;
}

.wp-block-button__link.has-orange-background-color:hover, .wp-block-button__link.has-orange-background-color:focus {
  background-color: #c9570d;
}

.wp-block-button__link.has-cream-color:hover, .wp-block-button__link.has-cream-color:focus {
  color: #FFFBE9;
}

.wp-block-button__link.has-cream-background-color:hover, .wp-block-button__link.has-cream-background-color:focus {
  background-color: #fff2b6;
}

.is-style-outline .wp-block-button__link {
  border: 2px solid;
  border-color: #4F78D6;
  background-color: transparent !important;
  color: #4F78D6 !important;
}

.is-style-outline .wp-block-button__link:hover, .is-style-outline .wp-block-button__link:focus {
  color: #F06E19 !important;
  border-color: #F06E19 !important;
}

/* Blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  background: transparent;
  text-align: left;
}

blockquote p,
blockquote.wp-block-quote p {
  color: #4F78D6;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}

blockquote cite,
blockquote .wp-block-quote__citation,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote .wp-block-quote__citation {
  color: #4F78D6;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 12px;
  text-transform: uppercase;
}

blockquote p:last-of-type,
blockquote.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}

blockquote.is-large p, blockquote.is-style-large p,
blockquote.wp-block-quote.is-large p,
blockquote.wp-block-quote.is-style-large p {
  font-size: 36px;
}

blockquote.is-large cite, blockquote.is-style-large cite,
blockquote.wp-block-quote.is-large cite,
blockquote.wp-block-quote.is-style-large cite {
  text-align: left;
}

/* Pull Quote
--------------------------------------------- */
.wp-block-pullquote {
  border: none;
  padding: 0;
}

.wp-block-pullquote blockquote {
  border-left: 0;
  border-top: 8px solid #4F78D6;
  border-bottom: 8px solid #4F78D6;
  padding: 16px 0;
  text-align: center;
  max-width: 50%;
  margin: 0 auto;
}

.wp-block-pullquote.alignleft blockquote, .wp-block-pullquote.alignright blockquote {
  max-width: 100%;
}

/* Separator
--------------------------------------------- */
.wp-block-separator:not(.is-style-dots),
hr:not(.is-style-dots) {
  background-color: #8D8C87;
  border: 0;
  height: 1px;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
hr:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  height: 2px;
  background: #F06E19;
}

.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
  color: #8D8C87;
  font-size: 18px;
  letter-spacing: 12px;
  padding-left: 12px;
}

/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

figcaption {
  color: #8D8C87;
  text-align: left;
  font-size: 16px;
  font-style: italic;
}

.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
  max-width: 1020px;
  text-align: left;
  margin: .5em auto;
  font-style: normal;
  font-size: 16px;
}

/* Image
--------------------------------------------- */
.blocks-gallery-grid, .wp-block-gallery {
  padding: 0 !important;
}

/* Tables
--------------------------------------------- */
.table-responsive {
  margin: 40px auto 40px auto !important;
}

.table-responsive .wp-block-table {
  margin: 0;
}

.table,
.wp-block-table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  max-width: 1420px;
  border: 1px solid #dbdbdb;
  border-right: none !important;
}

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

.table table,
.wp-block-table table {
  border-spacing: 0px !important;
  margin-bottom: 0 !important;
}

.table th,
.table td,
.wp-block-table th,
.wp-block-table td {
  padding: 12px;
  vertical-align: center;
  border: 1px solid #dbdbdb !important;
  border-top: none !important;
  border-left: none !important;
  border-width: 1px;
}

.table thead th,
.wp-block-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #8D8C87;
  font-weight: bold;
  text-align: left;
}

.table tbody + tbody,
.wp-block-table tbody + tbody {
  border-top: 2px solid #8D8C87;
}

/* Media And Text
--------------------------------------------- */
/* Cover
--------------------------------------------- */
.entry-content > .wp-block-cover:first-child {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.entry-content > .wp-block-cover:last-child {
  margin-bottom: -72px !important;
}

.header-block + .wp-block-cover {
  margin-top: -4em !important;
}

.wp-block-cover .wp-block-cover__inner-container {
  max-width: 1020px;
  width: calc(100% - 48px);
}

/* Columns
--------------------------------------------- */
@media (min-width: 600px) {
  .wp-block-column:nth-child(2n) {
    margin-left: 32px;
  }
}

@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 64px;
  }
}

/* Group
--------------------------------------------- */
.wp-block-group.has-background {
  padding: 32px 0;
}

.wp-block-group .wp-block-group__inner-container {
  max-width: 1020px;
  margin: 0 auto;
}

.wp-block-group.alignfull .wp-block-group__inner-container {
  padding: 0 24px;
}

/*--------------------------------------------------------------
# Block Alignment
--------------------------------------------------------------*/
.entry-content > * {
  margin: 20px auto;
  max-width: 100%;
}

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

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

@media screen and (min-width: 768px) {
  .entry-content > *.alignwide {
    margin: calc( 2 * 20px) calc(25% - 25vw);
    max-width: 100vw;
    width: auto;
  }
}

.entry-content > *.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

@media screen and (min-width: 768px) {
  .entry-content > *.alignfull {
    margin: calc( 2 * 20px) calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
  }
}

.entry-content > *.alignleft {
  /*rtl:ignore*/
  float: left;
  margin: 0 20px 20px 0;
}

.entry-content > *.alignright {
  /*rtl:ignore*/
  float: right;
  margin: 0 0 20px 20px;
}

.entry-content > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .entry-content > *.aligncenter {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Testimonial Block
--------------------------------------------- */
.testimonial-block {
  max-width: 1020px;
  margin: 2em auto;
  text-align: center;
}

.testimonial-block .quote {
  display: block;
  color: #4F78D6;
  font-size: 36px;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 300;
}

@media screen and (min-width: 920px) {
  .testimonial-block .quote {
    font-size: 2em;
  }
}

.testimonial-block .quote:before {
  content: '\201C';
}

.testimonial-block .quote:after {
  content: '\201D';
}

.testimonial-block .citation {
  display: block;
  color: #4F78D6;
  font-size: 24px;
  font-size: 1.2em;
  margin-top: 1.5em;
}

.testimonial-block .image {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 1em auto 0 auto;
  border-radius: 100%;
  overflow: hidden;
}

.testimonial-block .image:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(79, 120, 214, 0.5);
  mix-blend-mode: overlay;
}

/* Pullquote Block (Custom)
--------------------------------------------- */
.pullquote-block {
  max-width: 1020px;
  margin: 2em auto;
  padding: 2em 15px 3em 15px;
  text-align: center;
  position: relative;
}

.pullquote-block:after {
  content: '';
  position: absolute;
  background: #FFFBE9;
  height: 100%;
  width: 100%;
  max-width: calc(100% - 4em);
  left: 2em;
  right: 2em;
  top: 0;
  z-index: -1;
}

@media screen and (min-width: 520px) {
  .pullquote-block:after {
    max-width: calc(100% - 8em);
    left: 4em;
    right: 4em;
  }
}

@media screen and (min-width: 920px) {
  .pullquote-block:after {
    max-width: calc(100% - 16em);
    left: 8em;
    right: 8em;
  }
}

.pullquote-block .quote {
  display: block;
  color: #4F78D6;
  font-size: 36px;
  font-size: 1.5em;
  font-weight: 300;
  position: relative;
}

@media screen and (min-width: 920px) {
  .pullquote-block .quote {
    font-size: 2em;
  }
}

.pullquote-block .quote:before {
  content: '';
  width: 64px;
  height: 2px;
  background: #F06E19;
  display: block;
  margin: 0 auto;
  margin-bottom: .5em;
}

.pullquote-block .citation {
  display: block;
  color: #4F78D6;
  font-size: 24px;
  font-size: 1.2em;
  margin-top: 1.5em;
}

/* Services Block
--------------------------------------------- */
.services-block {
  background: #FFFBE9;
  margin-bottom: 6em !important;
}

.services-block .flex-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1020px;
  padding: 2em 25px;
}

@media screen and (min-width: 960px) {
  .services-block .flex-container {
    padding: 2em 15px;
  }
}

.services-block h2 {
  font-weight: 400;
  font-size: 72px;
  font-size: 2.5em;
  margin-top: 0;
}

@media screen and (min-width: 920px) {
  .services-block h2 {
    font-size: 3em;
  }
}

.services-block p {
  color: #4F78D6;
  font-weight: 600;
  margin-top: 1em;
}

.services-block .icon-row {
  margin-top: 1em;
  margin-bottom: -4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.services-block .icon-row svg {
  margin-right: 1.5em;
  width: 100%;
  max-width: 110px;
}

@media screen and (min-width: 600px) {
  .services-block .icon-row svg {
    margin-right: 2em;
  }
}

.services-block .icon-row svg:last-of-type {
  margin-right: 0;
}

/* Header Block
--------------------------------------------- */
.header-block {
  position: relative;
  z-index: -1;
  margin-left: calc( 50% - 50vw) !important;
  width: 100vw;
  max-width: 100vw !important;
  margin-top: 0 !important;
  margin-bottom: 4em !important;
}

.header-block .cream-bg {
  position: relative;
  border-top: 10px solid #4F78D6;
  border-bottom: 10px solid #4F78D6;
}

@media (min-width: 764px) {
  .header-block .cream-bg {
    border: 15px solid #4F78D6;
    margin: 0 8px;
  }
}

.header-block .cream-bg:after {
  content: '';
  background: #FFFBE9;
  width: 100%;
  height: 66.66666%;
  display: block;
  position: absolute;
  bottom: -45px;
  left: 0;
  z-index: -9;
  height: 100%;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #fffbe9));
  background: linear-gradient(180deg, white 0%, #fffbe9 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#fffbe9",GradientType=1);
}

.header-block .flex-container {
  max-width: 1020px;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px 2em 20px;
}

.header-block .flex-container .col {
  width: 50%;
}

.header-block .flex-container .col.no-media {
  width: 100%;
}

.header-block .flex-container .col.heading {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  z-index: 1;
}

.header-block .flex-container .col.media img {
  position: relative;
  right: 0;
  z-index: 0;
}

.header-block .flex-container .row.subheading {
  width: 100%;
  position: relative;
  z-index: 1;
}

.header-block .flex-container .row.subheading:after {
  content: '';
  width: 64px;
  height: 2px;
  background: #F06E19;
  display: block;
}

.header-block .flex-container .heading {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.header-block .flex-container .heading h1 {
  font-size: 12vw;
  margin-top: 0;
  margin-bottom: .5em;
}

@media screen and (min-width: 920px) {
  .header-block .flex-container .heading h1 {
    font-size: 5em;
  }
}

.header-block .flex-container .media {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

.header-block .flex-container .media img {
  top: 0;
  margin-left: -20.5px;
  margin-right: -20px;
  max-width: 100vw;
  width: 100%;
  width: calc(100% + 40.5px);
}

.header-block .flex-container .subheading {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.header-block .flex-container .subheading h2 {
  margin-top: 0 !important;
  font-weight: 600;
  font-size: 1.8em;
}

@media screen and (min-width: 600px) {
  .header-block .flex-container {
    padding-top: 2em;
  }
  .header-block .flex-container .heading {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header-block .flex-container .heading h1 {
    font-size: 9vw;
  }
  .header-block .flex-container .media {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }
  .header-block .flex-container .media img {
    top: -51px;
    width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .header-block .flex-container .subheading {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media screen and (min-width: 920px) {
  .header-block .flex-container .heading h1 {
    font-size: 5em;
  }
  .header-block .flex-container .subheading h2 {
    font-size: 2.5em;
  }
}

/* Accordion
--------------------------------------------- */
.accordion-block {
  max-width: 1020px;
  display: block;
  position: relative;
  margin: 1em 0 1em 2.5em;
  padding: 0;
  background: #fff;
  border-radius: 3px;
}

@media screen and (min-width: 1060px) {
  .accordion-block {
    margin: 1em 0;
  }
}

.accordion-block .accordion {
  width: 100%;
  border-radius: 3px;
  border: none;
  text-align: left;
  padding: 8px 0;
  padding-right: 60px;
  font-weight: 600;
  font-size: 24px;
  -webkit-transition: .1s;
  transition: .1s;
  cursor: pointer;
  background: #fff;
  color: #252423;
  line-height: 1.5;
}

.accordion-block .accordion:hover, .accordion-block .accordion:focus, .accordion-block .accordion.active {
  background: #fff;
  color: #4F78D6;
  -webkit-transition: .1s;
  transition: .1s;
}

.accordion-block .accordion:hover svg path, .accordion-block .accordion:focus svg path, .accordion-block .accordion.active svg path {
  fill: #4F78D6;
}

.accordion-block .accordion svg {
  left: -56px;
  top: 8px;
  content: "";
  height: 1.25em;
  width: 1.25em;
  display: inline-block;
  position: absolute;
  margin-left: 8px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion-block .accordion svg path {
  fill: #4F78D6;
}

.accordion-block .accordion.active svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion-block .accordion.active svg path {
  fill: #4F78D6;
}

.accordion-block .accordion.active + .panel {
  padding: 0 16px 0 0;
  max-height: 1000px;
}

.accordion-block .panel {
  max-height: 0;
  overflow: hidden;
  padding: 0 16px;
}

.accordion-block .panel:last-of-type {
  margin-bottom: 1em;
}

/* Insert Icon
--------------------------------------------- */
.icon-block-container {
  position: relative;
}

.icon-block {
  height: 5em;
  width: 6em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.icon-block.commercial-services {
  background-image: url("/wp-content/themes/tnc/images/commercial-services-group-icon.svg");
}

.icon-block.residential-services {
  background-image: url("/wp-content/themes/tnc/images/residential-services-group-icon.svg");
}

.icon-block-hr {
  position: absolute;
  width: 100%;
  height: 2px;
  background: orange;
  top: 3.65em;
  max-width: 420px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.icon-block-hr:before {
  height: 10px;
  width: 100px;
  background: #fff;
  position: absolute;
  content: '';
  left: 46%;
  top: -4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
/*# sourceMappingURL=main.css.map */