/**
 * Vanilla Styles
 *
 * This second stylesheet is for hotfixes/vanilla CSS.
 * Do not edit the main style.css directly, rather
 * add your changes here if you are not compiling the Sass files.
 */

span.color-pink {
  color: #E4A18E;
}


.widget h3 {
    font-size: 26px;
    line-height: 1.3em;
}

.home-featured__post__meta p, .home-featured__related__meta p {
    display: none;
}

.home-featured__post__meta, .featured__post__meta {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 20px 30px;
}

.entry-footer {
    margin-top: 100px;
}

@media ( min-width: 991px ) and ( max-width: 1424px ) {
    h3 {
        font-size: 26px;
        line-height: 36px;
    }
}

@media ( min-width: 991px ) and ( max-width: 1199px ) {
    .home-featured__post__meta, .featured__post__meta {
        width: 90%;
        bottom: 0;
    }
}

#creditslide {
    position: fixed;
    padding: 65px 0 70px;
    width: 100%;
    bottom: -190px;
    z-index: 9999999;
    text-align: center;
    transition: 200ms ease-in-out all;
    background-color: #f1f1f1;
}

#creditslide #credit-close {
    position: absolute;
    top: 25px;
    right: 25px;
    height: 15px;
    width: 15px;
    content: "";
    cursor: pointer;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjM1N3B4IiBoZWlnaHQ9IjM1N3B4IiB2aWV3Qm94PSIwIDAgMzU3IDM1NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzU3IDM1NzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGcgaWQ9ImNsb3NlIj4NCgkJPHBvbHlnb24gcG9pbnRzPSIzNTcsMzUuNyAzMjEuMywwIDE3OC41LDE0Mi44IDM1LjcsMCAwLDM1LjcgMTQyLjgsMTc4LjUgMCwzMjEuMyAzNS43LDM1NyAxNzguNSwyMTQuMiAzMjEuMywzNTcgMzU3LDMyMS4zIA0KCQkJMjE0LjIsMTc4LjUgCQkiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 10px;
}

#creditslide .container > * {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding: 0 1%;
}

#creditslide .callout-std span {
    display: table;
    margin: 0 auto;
}

#creditslide.credit-open {
    bottom: 0;
}

#slideout-menu {
    max-height: 100vh;
    width: fit-content;
    min-width: 320px;
    padding-left: 20px;
    padding-right: 40px;
}

#slideout-menu li.menu-item-has-children a {
    position: relative;
}

#slideout-menu ul li #submenu-link:after {
    content: unset;
}

#slideout-menu li.menu-item-has-children > a::after {
    position: absolute;
    content: '+';
    right: -22px;
    font-size: 28px;
}

#slideout-menu li.menu-item-has-children.toggled > a::after {
    content: '-';
}

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


    .site-footer__widgets .widget {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media screen and (max-width: 575px) {
    .connect__cta h1 {
        font-size: 55px !important;
    }

    .site-footer__widgets {
        flex-direction: column !important;
    }

    #creditslide .container > * {
        width: 49%;
    }

    .logo img {
        height: auto;
        width: 220px;
    }

    .site-footer__cta h3 span {
        font-size: 34px !important;
        line-height: 40px !important;
    }
}

/*NEW ABOUT PAGE STYLES*/
#about-hero .hero {
  display: flex;
  position: relative;
  z-index: 2;
  margin-bottom: 160px;
  background-size: cover;
  background-position: 50% 50%;
  min-height: 650px;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}
#about-hero .hero:before {
  left: 150px;
}
#about-hero .hero:after {
  right: 150px;
}
#about-hero .hero:before, #about-hero .hero:after {
  display: block;
  content: "";
  width: 124px;
  height: 13px;
  background: url(https://katenorthrup.com/wp-content/themes/katenorthrup/_static/images/moon-phases-wide.svg) 0 0 no-repeat;
  position: absolute;
  bottom: -38px;
}
@media (max-width: 1440px) {
  #about-hero .hero {
    min-height: calc(100vh - 75px);
  }
}
#about-hero .hero__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 90%;
  width: 750px;
  min-height: unset;
  margin-top: auto;
  background: white;
  padding: 55px 0 70px;
  margin-bottom: 48px;
}
#about-hero .hero__content h2 span.style-large {
  font-size: 45px;
  line-height: 55px;
}
#about-hero .hero__content p {
  width: 100%;
  margin-bottom: 0;
}
#about-hero .hero__content p span.color-gold-darker {
  color: #C19852;
}

#here-at-origin .container {
  max-width: 1230px;
}
#here-at-origin .container h4 {
  line-height: 35px;
  text-transform: uppercase;
  color: #CC9F53;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
}
#here-at-origin .container .icon-star {
  position: relative;
  padding-left: 38px;
}
#here-at-origin .container .icon-star:before {
  display: inline-block;
  content: "";
  width: 29px;
  height: 28px;
  background: url(https://katenorthrup.com/wp-content/themes/katenorthrup/_static/images/star.svg) 50% 50% no-repeat;
  position: absolute;
  top: -7px;
  left: 0;
}
#here-at-origin .container p .style-large {
  font-family: "quincy-cf", serif;
  font-size: 55px;
  line-height: 65px;
}
@media (min-width: 991px) and (max-width: 1550px) {
  #here-at-origin .container p .style-large {
    font-size: 45px;
    line-height: 55px;
  }
}
#here-at-origin .container p .style-medium {
  font-family: "quincy-cf", serif;
  font-size: 32px;
  line-height: 44px;
}

#our-motto {
  padding-top: 40px;
}
#our-motto .container {
  max-width: 1010px;
}
#our-motto .container h4 {
  line-height: 35px;
  text-transform: uppercase;
  color: #CC9F53;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
}
#our-motto .container p .style-large {
  font-family: "quincy-cf", serif;
  font-size: 55px;
  line-height: 65px;
}
@media (min-width: 991px) and (max-width: 1550px) {
  #our-motto .container p .style-large {
    font-size: 45px;
    line-height: 55px;
  }
}
#our-motto .container p .style-medium {
  font-family: "quincy-cf", serif;
  font-size: 32px;
  line-height: 44px;
}

#founder-message {
  margin-bottom: 25px;
}
#founder-message h4 {
  line-height: 35px;
  text-transform: uppercase;
  color: #CC9F53;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
}
#founder-message p {
  font-family: "quincy-cf", serif;
}
#founder-message p span.color-grey {
  color: #c9c9c9;
}
#founder-message p strong {
  font-weight: 700;
}
#founder-message p .style-large {
  font-family: "quincy-cf", serif;
  font-size: 55px;
  line-height: 65px;
}
@media (min-width: 991px) and (max-width: 1550px) {
  #founder-message p .style-large {
    font-size: 45px;
    line-height: 55px;
  }
}

.section-image_text_content_section {
  width: 100vw;
  margin-left: -50vw;
  position: relative;
  left: 50%;
}
.section-image_text_content_section#realize {
  margin-bottom: 75px;
  background-color: #fafaf8;
}
.section-image_text_content_section#realize h4 {
  line-height: 35px;
  text-transform: uppercase;
  color: #CC9F53;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
}
.section-image_text_content_section#realize p .style-large {
  font-family: "quincy-cf", serif;
  font-size: 55px;
  line-height: 65px;
}
@media (min-width: 991px) and (max-width: 1550px) {
  .section-image_text_content_section#realize p .style-large {
    font-size: 45px;
    line-height: 55px;
  }
}
.section-image_text_content_section#realize p .style-medium {
  font-family: "quincy-cf", serif;
  font-size: 32px;
  line-height: 44px;
}
.section-image_text_content_section#realize ul {
  columns: 2;
  list-style: none;
  padding: 0;
  font-family: "quincy-cf", serif;
  font-size: 22px;
  line-height: 1.6;
  color: #5E7875;
}
.section-image_text_content_section#realize ul li {
  padding-right: 20px;
  position: relative;
  padding-left: 23px;
  margin-bottom: 12px;
}
.section-image_text_content_section#realize ul li:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: url(https://katenorthrup.com/wp-content/themes/katenorthrup/_static/images/bullet.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 15px;
  left: 0;
}
.section-image_text_content_section .container {
  max-width: 1760px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 60px;
}
.section-image_text_content_section .image-text__wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 700px;
}
.section-image_text_content_section .image-text__wrap .image-text__image {
  position: absolute;
  left: 0%;
  width: 50vw;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.section-image_text_content_section .image-text__wrap .image-text__content {
  width: 50%;
  margin-left: 50%;
  padding: 120px 0 80px;
}

#who-am-i {
  margin-bottom: 25px;
}
#who-am-i .container {
  max-width: 1000px;
}
#who-am-i .container p .style-large {
  font-family: "quincy-cf", serif;
  font-size: 55px;
  line-height: 65px;
}
@media (min-width: 991px) and (max-width: 1550px) {
  #who-am-i .container p .style-large {
    font-size: 45px;
    line-height: 55px;
  }
}
#who-am-i .container p .style-medium {
  font-family: "quincy-cf", serif;
  font-size: 32px;
  line-height: 44px;
}

#working-less .container {
  max-width: 1000px;
}
#working-less .container p {
  font-family: "quincy-cf", serif;
  font-size: 22px;
  line-height: 1.6;
  color: #5E7875;
}

#business-differently {
  margin-top: 75px;
  background: url(https://katenorthrup.com/wp-content/themes/katenorthrup/_static/images/graphic-about.svg) 55vw 50% no-repeat;
  background-position: 55vw 50%;
  background-color: #b6c9e9;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-bottom: 100px;
  padding-top: 170px;
  padding-bottom: 150px;
  visibility: visible;
  position: relative;
  z-index: 2;
}
#business-differently:before {
  content: " ";
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(https://katenorthrup.com/wp-content/themes/katenorthrup/_static/images/dots-bg.svg);
  background-size: cover;
  background-position: 50%;
}
#business-differently .container {
  padding: 0 55px;
}
#business-differently .container .style-xlarge {
  font-family: "quincy-cf", serif;
  font-size: 60px;
  line-height: 76px;
}
#business-differently .container .style-medium {
  font-family: "quincy-cf", serif;
  font-size: 32px;
  line-height: 44px;
}
#business-differently .container h4 {
  line-height: 35px;
  text-transform: uppercase;
  color: #CC9F53;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
}
#business-differently .container P {
  font-family: "quincy-cf", serif;
  font-size: 22px;
  line-height: 1.6;
  color: #5E7875;
}

#ready-to-release {
  margin-bottom: 75px;
}
#ready-to-release .grid {
  background: url(https://katenorthrup.com/wp-content/themes/katenorthrup/_static/images/moon-phases-wide.svg) 100% calc(100% - 40px) no-repeat;
  border-bottom: 1.5px solid #CC9F53;
  position: relative;
}
#ready-to-release .goldline {
  width: 100%;
  border-top: 1px solid #CC9F53;
  padding-bottom: 30px;
}
#ready-to-release h4 {
  line-height: 35px;
  text-transform: uppercase;
  color: #CC9F53;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
}
#ready-to-release h3 .style-medium {
  font-family: "quincy-cf", serif;
  font-size: 32px;
  line-height: 44px;
}
#ready-to-release P {
  font-family: "quincy-cf", serif;
  font-size: 22px;
  line-height: 1.6;
  color: #5E7875;
}
#ready-to-release P .style-medium {
  font-family: "quincy-cf", serif;
  font-size: 32px;
  line-height: 44px;
}
#ready-to-release .col-1 {
  width: 32%;
  max-width: 535px;
}
#ready-to-release .col-1:first-child h3 {
  margin: 10px 110px 10px;
}
#ready-to-release .col-1 .button {
  display: block;
  margin: 20px 0;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  background-color: #CC9F53;
  border: 1.5px solid #CC9F53;
  cursor: pointer;
  box-sizing: border-box;
  padding: 13px 20px 9px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  transition: all 0.3s ease;
  border-radius: 0;
}

.section-team_content_section {
  margin-bottom: 0;
  padding-top: 190px;
  position: relative;
}
.section-team_content_section:before {
  display: block;
  content: "";
  width: 7px;
  height: 148px;
  background: url(https://katenorthrup.com/wp-content/themes/katenorthrup/_static/images/dots.svg) 50% 50% no-repeat;
  background-size: 7px 148px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: rotate(180deg);
}
.section-team_content_section .section-title {
  text-align: center;
  line-height: 1;
  margin-bottom: 90px;
  font-family: "quincy-cf", serif;
  font-size: 60px;
  font-weight: normal;
  color: #5E7875;
}
.section-team_content_section .team__members {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  max-width: 1275px;
  margin: 0 auto;
}
.section-team_content_section .team__members .team__single {
  width: 24.2%;
}
.section-team_content_section .team__members .team__single .team__photo {
  margin-bottom: 40px;
}
.section-team_content_section .team__members .team__single h4 {
  margin: 0;
  line-height: 1;
  font-weight: 700;
}
.section-team_content_section .team__members .team__single .team__title {
  display: inline-block;
  font-family: "quincy-cf", serif;
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
  line-height: 30px;
  color: #c9c9c9;
  margin-bottom: 10px;
}
.section-team_content_section .team__members .team__single .team__bio {
  font-family: "quincy-cf", serif;
  font-size: 22px;
  line-height: 1.6;
  color: #5E7875;
}
.section-team_content_section .team__sides span {
  position: absolute;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #C19852;
  top: 0;
  margin-top: auto;
  margin-bottom: auto;
  bottom: 0;
  width: 140px;
  height: 20px;
}
.section-team_content_section .team__sides span:first-child {
  left: -40px;
  transform: rotate(-90deg);
}
.section-team_content_section .team__sides span:last-child {
  right: -40px;
  transform: rotate(-90deg);
}

.section-logos_content_section {
  max-width: 1360px;
  margin: 0 auto 50px;
}
.section-logos_content_section .logos__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.section-logos_content_section .logos__list .logos__single {
  margin: 60px;
}
.section-logos_content_section .logos__list .logos__single img {
  max-height: 110px;
  opacity: 0.39;
}

#contact-origin .container {
  padding: 0 75px;
}
#contact-origin .container h4 {
  font-weight: 700;
}
#contact-origin .container .style-large {
  font-family: "quincy-cf", serif;
  font-size: 55px;
  line-height: 65px;
}
@media (min-width: 991px) and (max-width: 1550px) {
  #contact-origin .container .style-large {
    font-size: 45px;
    line-height: 55px;
  }
}
#contact-origin .container .style-medium {
  font-family: "quincy-cf", serif;
  font-size: 32px;
  line-height: 44px;
}
#contact-origin .container .col-1, #contact-origin .container .col-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 24.26%;
}
#contact-origin .container .col-2 {
  max-width: 40.7%;
  padding: 0 4%;
  margin: 0 0.56%;
  border-left: 1.5px solid #CC9F53;
  border-right: 1.5px solid #CC9F53;
}
#contact-origin .container .button.button-full, #contact-origin .container button.button-full, #contact-origin .container input[type=submit].button-full, #contact-origin .container input[type=reset].button-full, #contact-origin .container input[type=button].button-full {
  width: 100% !important;
}
#contact-origin .container .button, #contact-origin .container button, #contact-origin .container input[type=submit], #contact-origin .container input[type=reset], #contact-origin .container input[type=button], #contact-origin .container .wp-block-file__button, #contact-origin .container .wp-block-button__link {
  display: inline-block;
  color: #ffffff;
  background-color: #CC9F53;
  border: 1.5px solid #CC9F53;
  cursor: pointer;
  box-sizing: border-box;
  padding: 13px 20px 9px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 25px;
  white-space: normal;
  transition: all 0.3s ease;
  border-radius: 0;
}
#contact-origin .container .button:hover, #contact-origin .container .button:focus, #contact-origin .container button:hover, #contact-origin .container button:focus, #contact-origin .container input[type=submit]:hover, #contact-origin .container input[type=submit]:focus, #contact-origin .container input[type=reset]:hover, #contact-origin .container input[type=reset]:focus, #contact-origin .container input[type=button]:hover, #contact-origin .container input[type=button]:focus, #contact-origin .container .wp-block-file__button:hover, #contact-origin .container .wp-block-file__button:focus, #contact-origin .container .wp-block-button__link:hover, #contact-origin .container .wp-block-button__link:focus {
  outline: 0;
  background-color: #ffffff;
  color: #CC9F53;
  text-decoration: none !important;
}
#contact-origin .container .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 15px 0;
  border: none;
  border-bottom: 1.5px solid #CC9F53;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  font-family: "quincy-cf", serif;
  color: #5E7875;
}
#contact-origin .container ::-webkit-input-placeholder {
  /* Edge */
  color: #5E7875;
  font-style: italic;
  font-weight: 700;
  opacity: 0.5;
}
#contact-origin .container :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #5E7875;
  font-style: italic;
  font-weight: 700;
  opacity: 0.5;
}
#contact-origin .container ::placeholder {
  color: #5E7875;
  font-style: italic;
  font-weight: 700;
  opacity: 0.5;
}


/*NEW FORM STYLES*/
.opt-in .moonray-form form input[type="text"], .opt-in .moonray-form form input[type="email"]{
	width:100%;
}
.opt-in .moonray-form form input[type="submit"]{
	color: #ffffff !important;
    border: 1px solid #CC9F53 !important;
    background-color: #CC9F53;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.025em !important;
    padding: 19px 30px 15px 30px !important;
    margin-top: 1px;
    margin-bottom: 0;
    box-shadow: none;
}
.opt-in .moonray-form form input[type="submit"]:hover{
	background-color: #D1C195  !important;
    border: 1px solid #D1C195  !important;
}
.cta__code form{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	flex-direction: row;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
	width:100%;
}
.cta__code form input[type="submit"]{
	color: #ffffff !important;
    border: 1px solid #CC9F53 !important;
    background-color: #CC9F53;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.025em !important;
    padding: 19px 30px 15px 30px !important;
    margin-top: 1px;
    margin-bottom: 0;
    box-shadow: none;
}
.cta__code form input[type="submit"]:hover{
		background-color: #D1C195  !important;
    border: 1px solid #D1C195  !important;
}
.cta__code form .moonray-form-input-type-text, .cta__code form .moonray-form-input-type-email{
	width:34%;
	display: flex;
    flex-flow: row wrap;
}
.cta__code form .moonray-form-input-type-text input[type="text"], .cta__code form .moonray-form-input-type-email input[type="email"]{
	font-family: "quincy-cf", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px !important;
    border: 1px solid #A9CDCA;
    padding: 24px 21px 20px 18px;
    min-height: auto !important;
	width:100%;
}

@media(max-width:1401px){
	.cta__code form .moonray-form-input-type-text, .cta__code form .moonray-form-input-type-email{
		width:49%;
	}
	.cta__code form .moonray-form-input-type-submit, .cta__code form .moonray-form-input-type-submit input[type="submit"]{
		width:100%;
	}
}
@media(max-width:575px){
	.cta__code form .moonray-form-input-type-text, .cta__code form .moonray-form-input-type-email, .flex-sections .opt-in__content .code form input{
		width:100%;
	}
}
.moonrayUILockerMessage{
	display:none !important;
}

/*NEW CONTACT PAGE STYLES*/
a.style-teal-link {
    color: #9FCECA;
}
a.style-teal-link:hover{
	text-decoration:underline;
}
.page-id-16163 .section-two_column_content_section .cls-background{
	padding-top:100px;
}
.page-id-16163 .section-two_column_content_section .col-2 h3{
	color:#5E7875;
}
.page-id-16163 .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	    font-size: 22px;
    line-height: 30px;
	padding:15px 0;
	font-family: "quincy-cf", serif;
}
.page-id-16163 .gform_wrapper .gform_body .gfield_label{
	font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    text-transform: uppercase;
    color: #CC9F53;
    margin: 40px 0 0;
}
.page-id-16163 .gform_wrapper .gform_body .gfield_required{
	display:none;
}
.page-id-16163 .gform_wrapper .gform_body textarea {
    height: 140px;
    padding: 15px;
    margin-bottom: 0;
	    border: 1.5px solid #CC9F53;
}
.page-id-16163 .gform_legacy_markup_wrapper .gform_footer input.button, .page-id-16163 .gform_legacy_markup_wrapper .gform_footer input[type=submit]{
	width:100% !important;
	font-size: 15px !important;
}
.page-id-16163 .gform_legacy_markup_wrapper ul.gform_fields li.gfield{
	padding-right:0;
}
.page-id-16163 .grid.grid-12-col .cell.span-6{
	flex: 0 0 calc( 50% - 40px );
}
.page-id-16163 .section-two_column_content_section .col-2 h3:last-of-type{
	padding-bottom: 20px;
    background: url(https://katenorthrup.com/wp-content/themes/katenorthrup/_static/images/moon-phases-wide.svg) 100% calc(100% - 40px) no-repeat;
    border-bottom: 1.5px solid #CC9F53;
}
@media(max-width:991px){
	.page-id-16163 .section-two_column_content_section .grid{
		display:block;
	}
}
@media(max-width:575px){
	.page-id-16163 .section-two_column_content_section .col-2 h3:last-of-type{
		padding-bottom: 70px;
	}
}

/*START SPEAKING REQUEST PAGE STYLES*/
.page-id-16390 #gform_wrapper_4{
	max-width: 1200px;
	margin: auto;
}
.page-id-16390 .section-general_content_section .cls-background{
	padding-top:80px;

}
.page-id-16390 .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	    font-size: 22px;
    line-height: 30px;
	padding:15px 0;
	font-family: "quincy-cf", serif;
}
.page-id-16390 .gform_wrapper .gform_body .gfield_label{
	font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    text-transform: uppercase;
    color: #CC9F53;
    margin: 40px 0 0;
}
.page-id-16390 .gform_wrapper .gform_body textarea {
    height: 140px;
    padding: 15px;
    margin-bottom: 0;
	    border: 1.5px solid #CC9F53;
}
/*END SPEAKING REQUEST PAGE STYLES*/

.featured__post__meta {
	  width: 100%;
    position: relative;
    padding: 20px 0px 0 0;
}

.site-footer__widgets .widget_search{
	margin-right:0;
	width:100%;
	margin-top:25px;
}

.accordion {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 1px solid #ccc;
  text-align: left;
  outline: none;
  transition: 0.4s;
  background-color: #f1f1f1;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  font-family: "Trebuchet MS", "Helvetica", sans-serif;
}
.accordion.active,
.accordion:hover {
  background-color: #ccc;
}
.accordion:before {
  content: "\f055";
  margin-right: 20px;
  font-family: "Font Awesome\ 5 Free";
  font-size: 18px;
  font-weight: 900;
}
.accordion.active:before {
  content: "\f056";
}
.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel p {
  margin: 0.5em auto 1em;
}

