@font-face {
  font-family: "RalewaySemiBold";
  src: url("../fonts/Raleway/Raleway-SemiBold.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "RalewayBold";
  src: url("../fonts/Raleway/Raleway-Bold.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "RalewayMedium";
  src: url("../fonts/Raleway/Raleway-Medium.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "JuliusSansOneRegular";
  src: url("../fonts/Julius_Sans_One/JuliusSansOne-Regular.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "LatoBold";
  src: url("../fonts/Lato/LatoBold.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "LatoBlack";
  src: url("../fonts/Lato/LatoBlack.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "MuktaLight";
  src: url("../fonts/Mukta/Mukta-Light.ttf");
  font-style: normal;
  font-weight: normal;
}
body {
  overflow-y: scroll;
}

@media print {

  header,
  .l-full-width,
  .l-breadcrumbs,
  .mob-header,
  form,
  .addtoany_list,
  .pager {
    display: none;
  }

  a[href]:after {
    content: none !important;
  }

  .bottom-bar ul li {
    width: 30mm;
  }
  .bottom-bar ul li img {
    width: initial;
    margin: 0 auto;
  }
}
.view-front-slider .widget .wrp,
#block-phonefixedheader,
#block-fairchild-phoneheader,
#block-fairchild-phoneheader p,
#block-fairchild-phoneheader a span,
.paragraph--type--tiles .field-paragraph--field-image::after,
#block-fairchild-main-menu>ul li a,
.path-resource-center #block-fairchild-content .item-list ul li a:before,
.view-inside header+.item-list ul li a:before,
.view-inside footer .item-list ul li a:before,
.view-inside footer .item-list ul li a,
.path-our-business .item-list ul li a:before,
#block-fairchild-content .blocks-columns-2 li a:before,
#block-fairchild-content .blocks-columns-3 li a:before,
.path-resource-center #block-fairchild-content .item-list ul li a,
.path-guest-book [id*="node-"] .views-field-field-image a.use-ajax::after {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/*   PLACEHOLDER   */
.comment-form .js-form-type-textfield {
  position: relative;
}
.comment-form .js-form-type-textfield .placeholder {
  position: absolute;
  margin: 7px 8px;
  color: #0a0a0a;
  cursor: auto;
  z-index: 1;
  font-size: 18px;
}

.comment-form .js-form-type-textfield .placeholder span {
  color: red;
}
/*   END PLACEHOLDER   */

.views-element-container .path-our-business header {
  margin-bottom: 45px;
  font-size: 18px;
}


@font-face {
  font-family: "Raleway-MediumItalic";
  src: url("../fonts/Raleway/Raleway-MediumItalic.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Raleway-SemiBold";
  src: url("../fonts/Raleway/Raleway-SemiBold.ttf");
  font-style: normal;
  font-weight: normal;
}

.status-message .popup-confirm {
  display: none;
}

/* Small only */
@media screen and (max-width: 767px) {
  /*Resource Center*/
  #block-fairchild-content .views-element-container .path-resource-center .item-list ul li a span.title {
    font-weight: 200;
  }
  /*Our business*/
  .path-our-business .item-list ul li a span.description {
    display: none;
  }
  .views-element-container .path-our-business .item-list ul li,
  .views-element-container .path-our-business .item-list ul li:first-child, 
  .views-element-container .path-our-business .item-list ul li:nth-child(2) {
    /*background: #edeeef;*/
    margin-bottom: 20px;
  }
  .path-our-business .item-list ul li > .description {
    padding: 20px 30px;
    text-align: center;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
  }
}
/* Large and up */
@media screen and (min-width: 768px) {
  .comment-comment-form.comment-form .field--widget-image-image .responsive-enabled {
    display: none;
  }
  .path-our-business .item-list ul li > .description {
    display: none;
  }
}
/* Styles for Forms. node/33 */
body .ui-dialog .ui-dialog-titlebar-close {
  width: 30px;
  height: 30px;
  top: 5px;
  right: 5px;
}
body .ui-dialog .ui-dialog-titlebar-close:after,
body .ui-dialog .ui-dialog-titlebar-close:before {
  left: 15px;
}
body .ui-dialog .ui-dialog-titlebar-close:hover {
  background-color: #edeeef;
}
body.open-modal {
  /*overflow: hidden;*/
}
.node--type-resource .ui-dialog {
  max-width: 682px !important;
}
.node--type-resource .ui-dialog-content,
.node--type-resource .ui-dialog-content * {
  /*font-family: "Open Sans", sans-serif;*/
  font-size: 18px;
}
.node--type-resource .ui-dialog-content h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
.node--type-resource .ui-dialog-content ol {
  margin-bottom: 0;
}
.node--type-resource .ui-dialog-content li {
  text-align: left;
  position: relative;
  padding-left: 30px;
}
.node--type-resource .ui-dialog .ui-dialog-content * {
  color: #000;
}
.emails-forms.forms {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.emails-forms.forms .form {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.emails-forms .form-content {
  min-height: 142px;
  border: 1px solid #adb2b8;
  padding: 20px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.emails-forms .form-content .title {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 26px;
  margin-bottom: 10px;
}
.emails-forms .form-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.form-content .form-link a {
  font-size: 18px;
  color: #808285;
  font-family: "Open Sans", sans-serif;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.form-content .form-link a::after {
  content: '';
  height: 10px;
  width: 1px;
  background-color: #b2b7bd;
  display: inline-block;
  margin: 0 21px;
}
.form-content .form-link a.open-email::after {
  content: none;
}
.forms form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 10px;
}
.forms .form-email {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.forms form input {
  margin-bottom: 0;
}
.forms form .form-item input {
  padding: 0px 12px;
  font-size: 18px;
  color: #808285;
  height: 37px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #adb2b8;
  border-right: none;
}
.forms form .form-item input.error {
  border-color: #e2001a;
}
label.error {
  font-size: 15px;
  color: #d8001a;
  margin-top: 2px;
}
.forms form .form-actions input {
  font-size: 17px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  border: none;
  background-color: #0d1d3f;
  padding: 10px 35px;
}
.forms form .form-actions input:hover {
  background-color: #000;
}
.forms .form-content > a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #808285;
  margin-top: 10px;
}
.form-content .form-link a:hover,
.forms .form-content > a:hover {
  color: #1256c9;
  text-decoration: underline;
}
.form-link .block-email,
.form-all .block-email {
  display: none;
}
.emails-forms.forms .form.form-all {
  max-width: 570px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.form-all .form-link a {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  padding: 14px 0 13px;
  line-height: normal;
  margin: 0 15px;
  font-size: 16px;
  text-align: center;
  min-width: 255px;
  border: 1px solid #000;
}
.form-all .form-link a.open-email {
  background-color: #0d1d3f;
  color: #fff;
  border: 1px solid #0d1d3f;
}
.form-all .form-link a:hover {
  color: #000;
  background-color: #d2d5d8;
  border: 1px solid #d2d5d8;
}
.form-all .form-link a.open-email:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.forms .form.form-all .form-link {
  padding-bottom: 20px;
}
.form-all .form-link a:first-child {
  margin-left: 0;
}
.form-all .form-link a:last-child {
  margin-right: 0;
}
.forms .form-all form .form-actions input {
  padding: 14px 35px;
}
.forms .form-all form .form-item input {
  height: 45px;
}
.forms .form-all form {
  margin-top: 0;
}
#node-33 .forms {
  padding-bottom: 10px;
}
.node--type-resource .submission-modal.webform.ui-dialog {
  max-width: 938px !important;
}
.node--type-resource .submission-modal.webform.ui-dialog .ui-dialog-content {
  min-height: 410px !important;
  height: auto !important;
  background: url(../images/vintage-frame.svg) no-repeat;
  padding-top: 0;
  font-family: Arial,Helvetica,sans-serif;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.node--type-resource .submission-modal.webform.ui-dialog .ui-dialog-content::after {
  content: '';
  display: block;
  width: 66px;
  height: 16px;
  background: url(../images/vint.svg) center center no-repeat;
  margin-top: 15px;
}
.node--type-resource .ui-dialog-content li span {
  font-family: "Julius Sans One";
  min-width: 21px;
  display: inline-block;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
.node--type-resource #node-9 .field-node--field-sections > .field-items,
.paragraph--type--buttons .field-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-left: -22px;
  margin-right: -22px;
}
.node--type-resource #node-9 .field-node--field-sections > .field-items > .field-item {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 22px;
  padding-left: 22px;
}
.node--type-resource #node-9 .field-node--field-sections > .field-items > .field-item:nth-child(3) {
  max-width: 100%;
  flex: 0 0 100%;
}
.field-node--field-sections .field-paragraph--field-logo {
  margin-bottom: 20px;
}
.field-node--field-sections .field-paragraph--field-logo img {
  width: auto;
  max-height: 100px;
}
.field-node--field-sections .field-paragraph--field-link a {
  font-size: 18px;
  color: #58595b;
  margin-bottom: 10px;
  display: inline-block;
}
.paragraph--type--contact .field-paragraph--field-text * {
  margin-bottom: 0;
  font-size: 18px;
  color: #58595b;
}
.field-node--field-sections .field-paragraph--field-text a[href*="whatsyourgrief.libsyn.com"] {
	display: flex;
}
.field-node--field-sections .field-paragraph--field-text a[href*="whatsyourgrief.libsyn.com"] svg {
	width: 30px;
	display: inline-block;
	margin-right: 5px;
	margin-left: -5px;
	fill: currentColor;
}
.field-node--field-sections .field-paragraph--field-link a:hover,
.paragraph--type--contact .field-paragraph--field-text a:hover,
.paragraph--type--contact .field-paragraph--field-text *:hover {
  text-decoration: underline;
  color: #1256c9;
}
.paragraph--type--contact .field-paragraph--field-title .field-item {
  font-size: 18px;
  color: #58595b;
}
.paragraph--type--contact .field-paragraph--field-phone .field-item span,
.paragraph--type--contact .field-paragraph--field-phone .field-item {
  color: #000;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-decoration: none;
}
.paragraph--type--contact {
  margin-bottom: 25px;
}
.paragraph--type--buttons .field-items {
  margin: 0;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.paragraph--type--buttons .field-items .field-item {
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  text-align: center;
  padding: 8px 0px;
  margin-bottom: 6px;
  position: relative;
}
.paragraph--type--buttons .field-items .field-item:nth-child(3) {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.paragraph--type--buttons .field-items .field-item a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-family: "LatoBold", sans-serif;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.paragraph--type--buttons .field-items .field-item a::before,
.field-paragraph--field-mailing-list a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.paragraph--type--buttons .field-items .field-item:nth-child(1) {
  background-color: #425b71;
  margin-right: 6px;
}
.paragraph--type--buttons .field-items .field-item:nth-child(1):hover {
  background-color: #51708c;
}
.paragraph--type--buttons .field-items .field-item:nth-child(2) {
  background-color: #51708c;
}
.paragraph--type--buttons .field-items .field-item:nth-child(2):hover {
  background-color: #5b7d9d;
}
.paragraph--type--buttons .field-items .field-item:nth-child(3) {
  background-color: #865eaa;
}
.paragraph--type--buttons .field-items .field-item:nth-child(3):hover {
  background-color: #9168b5;
}
.paragraph--type--buttons .field-items .field-item a::after {
  content: '';
  width: 21px;
  height: 21px;
  margin-left: 10px;
}
.paragraph--type--buttons .field-items .field-item:nth-child(1) a::after {
  background: url('../images/icon-btn/1.jpg') no-repeat;
}
.paragraph--type--buttons .field-items .field-item:nth-child(1):hover a::after {
  background: url('../images/icon-btn/1-hover.jpg') no-repeat;
}
.paragraph--type--buttons .field-items .field-item:nth-child(2) a::after {
  background: url('../images/icon-btn/2.jpg') no-repeat;
}
.paragraph--type--buttons .field-items .field-item:nth-child(2):hover a::after {
  background: url('../images/icon-btn/2-hover.jpg') no-repeat;
}
.paragraph--type--buttons .field-items .field-item:nth-child(3) a::after {
  background: url('../images/icon-btn/3.png') no-repeat;
}
.paragraph--type--buttons .field-items .field-item:nth-child(3):hover a::after {
  background: url('../images/icon-btn/3-hover.png') no-repeat;
}
.field-paragraph--field-blocks-array .paragraph--type--text-with-logo .field-paragraph--field-title .field-items {
  font-size: 19px;
  color: #919191;
  text-transform: uppercase;
  font-family: "LatoBlack", sans-serif;
  margin-bottom: 10px;
}
.field-paragraph--field-blocks-array .paragraph--type--topic .field-paragraph--field-title::before {
  content: '';
  display: block;
  background: url('../images/icon-title.png') no-repeat;
  width: 51px;
  height: 14px;
  margin-bottom: 20px;
  margin-top: 24px;
}
.field-paragraph--field-blocks-array .paragraph--type--topic .field-paragraph--field-title {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-bottom: 25px;
}
.field-paragraph--field-topic-title .field-item {
  margin: 20px 0 10px;
  max-width: 420px;
}
.field-paragraph--field-topic-title a {
  font-size: 22px;
  line-height: 26px;
  font-family: "JuliusSansOneRegular";
  color: #000;
}
.field-paragraph--field-topic-title a:hover {
  color: #7BBB5E;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.field-paragraph--field-tags .field-item,
.field-paragraph--field-tags .field-item a {
  color: #87888a;
  font-size: 13px;
  line-height: 26px;
  text-transform: uppercase;
}
.field-paragraph--field-tags .field-item a:hover {
  color: #7db963;
}
.field-paragraph--field-tags .field-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 3px;
}
.field-paragraph--field-tags .field-item {
  margin-right: 5px;
  color: #000;
}
.field-paragraph--field-tags .field-item:last-child a {
  /*color: #000;*/
}
.field-paragraph--field-blocks-array .paragraph--type--topic .field-date {
  width: 14%;
  float: left;
  color: #a0a4a9;
  font-family: "JuliusSansOneRegular";
  margin-bottom: 20px;
}
.field-paragraph--field-blocks-array .paragraph--type--topic .field-paragraph--field-image {
  width: 86%;
  float: left;
  margin-bottom: 20px;
}
.field-paragraph--field-blocks-array .paragraph--type--topic .field-date span {
  line-height: 50px;
  border-bottom: 1px solid #e6e7e8;
  display: inline-block;
  font-size: 50px;
  font-weight: bold;
}
.field-paragraph--field-blocks-array .paragraph--type--topic .field-date > div {
  text-align: center;
  width: 45px;
}
.field-paragraph--field-mailing-list {
  position: relative;
  text-align: center;
  border: 2px solid #7db963;
  margin-top: 25px;
}
.field-paragraph--field-mailing-list:hover {
  background-color: #7db963;
}
.field-paragraph--field-mailing-list a {
  color: #7db963;
  font-family: "LatoBold", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  padding: 6px 0;
}
.field-paragraph--field-mailing-list:hover a {
  color: #fff;
}
.field-paragraph--field-mailing-list a::after {
  content: '';
  margin-left: 10px;
  background: url('../images/icon-btn/4.png') no-repeat;
  width: 25px;
  height: 18px;
}
.field-paragraph--field-mailing-list:hover a::after {
  background: url('../images/icon-btn/4-hover.png') no-repeat;
}
.field-paragraph--field-mailing-list .field-item a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.node--type-resource .bottom-bar {
  margin-top: 40px;
}
.field-paragraph--field-read-more a {
  font-size: 15px;
  color: #87888a;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
}
.field-paragraph--field-read-more a:hover {
  color: #7db963;
}
.field-paragraph--field-blocks-array .paragraph--type--topic p:last-child {
  margin-bottom: 0;
}
.animation-dialog,
.ui-dialog {
  top: -500px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.is-sticky #block-fairchild-main-menu {
  width: 100% !important;
}
.node--type-resource .row {
  max-width: 1024px;
}
#block-fairchild-content .paragraph--type--topic .field-paragraph--field-text p {
  font-size: 17.7px;
  word-spacing: 0px;
  line-height: 1.6;
}
#block-fairchild-content .field-paragraph--field-text p {
  font-size: 18.2px;
  line-height: 29px;
  word-spacing: 1px;
}
body.path-not-frontpage .ff-wrap {
  min-height: -webkit-calc(100vh - 95px) !important;
  min-height: calc(100vh - 95px) !important;
}
.node--type-resource #node-9 .field-node--field-sections > .field-items {
  width: 100%;
  margin: 0;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
body.node--type-resource .field-node--field-sections > .field-items > .field-item {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.paragraph--type--tiles-section > .field-paragraph--field-tiles > .field-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -11px;
}
.paragraph--type--tiles-section > .field-paragraph--field-tiles > .field-items > .field-item {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 11px;
}
.paragraph--type--tiles-section .image-wrapper {
  position: relative;
  margin-bottom: 22px;
}
.paragraph--type--tiles-section .field-paragraph--field-image img {
  height: 170px;
  width: 100%;
  object-fit: cover;
}
.paragraph--type--tiles-section .field-paragraph--field-title,
.paragraph--type--tiles-section .paragraph--type--tiles .more-info {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.paragraph--type--tiles-section .image-wrapper .more-info {
  display: none;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  cursor: pointer;
  z-index: 10;
}
.paragraph--type--tiles-section .image-wrapper:hover {
  cursor: pointer;
}
.paragraph--type--tiles-section .image-wrapper:hover .more-info {
  display: block;
}
.paragraph--type--tiles-section .image-wrapper:hover .field-paragraph--field-title {
  display: none;
}
.paragraph--type--tiles-section .field-paragraph--field-title a,
.paragraph--type--tiles-section .field-paragraph--field-title .field-item {
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  max-width: 385px;
  margin: 0 auto;
  line-height: 30px;
}
.paragraph--type--tiles .field-paragraph--field-text p,
.paragraph--type--tiles .field-paragraph--field-address p {
  margin-bottom: 0;
}
.paragraph--type--tiles .field-paragraph--field-text {
  margin-top: 25px;
  margin-bottom: 10px;
}
.paragraph--type--tiles .field-paragraph--field-link {
  margin-top: 9px;
}
.field-paragraph--field-price .field-label {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin-right: 10px;
}
.field-paragraph--field-price .field-items {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.field-paragraph--field-price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 5px;
}
.paragraph--type--tiles .image-wrapper .close {
  display: none;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url('../images/icon-close.png') no-repeat;
  cursor: pointer;
  z-index: 10;
}
.paragraph--type--tiles.show .image-wrapper .close,
.paragraph--type--tiles-section .paragraph--type--tiles.show .image-wrapper .field-paragraph--field-title {
  display: block;
}
.paragraph--type--tiles-section .paragraph--type--tiles.show .image-wrapper .more-info {
  display: none;
}
.paragraph--type--tiles > div.field:last-child {
  margin-bottom: 35px;
}
.node--type-resource #node-9 .field-node--field-sections > .field-items {
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-left: -22px;
  margin-right: -22px;
}
.paragraph--type--tiles .field-paragraph--field-image::after {
  content: '';
  background-color: rgba(13, 29, 63, 0.3);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.paragraph--type--tiles:hover .field-paragraph--field-image::after {
  background-color: rgba(13, 29, 63, 0.7);
}
.paragraph--type--tiles.show .field-paragraph--field-image::after {
  background-color: rgba(13, 29, 63, 0.75);
}
.field-node--field-sections .paragraph--type--text-section .field-paragraph--field-text p {
  margin-bottom: 27px;
}
.node--type-resource .paragraph--type--tiles-section {
  padding-bottom: 43px;
  border-bottom: 1px solid #b2b7bd;
  margin-bottom: 43px;
}
.node--type-resource .paragraph--type--tiles-section {
  position: relative;
}
.node--type-resource .paragraph--type--tiles-section::after {
  content: '';
  background: url('../images/bottom.jpg') no-repeat;
  width: 239px;
  height: 20px;
  position: absolute;
  bottom: -4px;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.node--type-resource .field-item:last-child .paragraph--type--tiles-section {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.node--type-resource .field-item:last-child .paragraph--type--tiles-section::after {
  content: none;
}
.node--type-resource .field-item .paragraph--type--tiles-section span.number {
  /*font-weight: bold;*/
}
.node--type-resource .field-item .paragraph--type--tiles-section span.number span,
#block-views-block-local-churches-block-1 .field-name-field-phone span,
#block-views-block-local-cemeteries-block-1 .field-name-field-phone span {
  color: #000 !important;
  text-decoration: none !important;
}
.node--type-resource #block-fairchild-content .field-node--body td,
.node--type-resource #block-fairchild-content .field-node--body th {
  vertical-align: top;
}
#node-4 a {
  color: #58595b;
}
body .ff-wrap>header .columns>div #block-phonefixedheader p a,
body .ff-wrap>header .columns>div #block-phonefixedheader p a span {
  font-size: 19px;
}
body .ff-wrap>header .columns>div #block-phonefixedheader p a span {
  line-height: 1;
  font-size: 19px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
body .ff-wrap>header .columns>div #block-phonefixedheader p {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: 19px;
}
body #node-4 .field-node--body ol li {
  padding-left: 0;
}
body #node-4 .field-node--body table tr:first-child td a[href*="@"] {
  font-family: "Open Sans", sans-serif;
}
#node-48 .field-node--body .large-6 span {
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  color: #000;
}
span.number,
a[href*="tel"],
a[href*="tel"] > span,
span.number span,
#node-4 .field-node--body ol li a span {
  text-decoration: none !important;
}
body #node-4 .field-node--body ol li a:hover,
body #node-4 .field-node--body table tr td a[href*="tel"]:hover,
body #node-4 .field-node--body table tr td a:hover {
  text-decoration: none;
}
.field-node--body a[href*="mailto:"] {
  color: #58595b;
}
#node-4 a:hover,
body #node-4 .field-node--body table tr td a:hover,
body #node-4 .field-node--body ol li a:hover span,
body #node-4 .field-node--body ol li a span:hover,
body #node-4 .field-node--body ol li a:hover,
body #node-4 .field-node--body table tr td a span:hover,
.field-node--body a[href*="mailto:"]:hover {
  color: #1256c9;
}
.path-frontpage .slick-slide li,
.path-frontpage.slick-slide li > div {
  /*background-position: center center !important;*/
}
#node-4 table tr:last-child td {
  padding-top: 7px;
}
body #node-4 .field-node--body ol li {
  margin-bottom: 20px;
}
#block-fairchild-content #node-4 p {
  margin-bottom: 22px;
}
#node-48 .field-node--body ul li {
  font-size: 18px;
}
#node-48 .field-node--body ul li:first-child {
  font-family: "LatoBold";
}
.field-name-field-stars .field-label {
  display: none;
}
.field-name-field-stars .field-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.field-name-field-stars .field-item {
  font-size: 0;
  color: transparent;
  background: url('../images/star.svg') no-repeat;
  width: 19px;
  height: 18px;
  margin-right: 5px;
}
.field-name-field-stars {
  margin-bottom: 15px;
}
.node--type-resource #block-views-block-node-header-block-1 h1+div {
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
#node-48 .field-name-body .columns ul:last-child {
  margin-bottom: 0;
}
#node-4 .field-node--body table tr td a[href*="@"] {
  font-family: "Open Sans", sans-serif;
}
.bottom-bar a {
  cursor: default;
}
.bottom-bar li.click img {
  cursor: pointer;
}
.footer-text p {
  margin-bottom: 0;
}
.mob-header .btt .slogan-bl span .number {
  display: inline-block;
  margin-top: 0;
}
#block-views-block-node-header-block-1 h1 {
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
body.node--type-resource .ui-dialog-content li span,
body #block-fairchild-content .view-services-current-month .item-list ul li .views-field.views-field-field-service-date,
body .view-front-slider .widget .wrp .name-list ul li .views-field.views-field-field-service-date {
  font-family: "Open Sans", sans-serif;
}
body .mob-header .btt .slogan-bl .column > span {
  margin-top: 0;
  padding: 5px;
}
.mob-header .slogan-bl p {
  padding-top: 10px;
}
.group-service-info .group-wrapper > div > div,
.field-node--field-visitation-dates > .field-items > .field-item {
  margin-bottom: 6px;
}
#block-views-block-local-churches-block-1,
#block-views-block-local-cemeteries-block-1 {
  width: 50%;
  float: left;
}
#block-views-block-local-churches-block-1 .item-list li,
#block-views-block-local-cemeteries-block-1 .item-list li {
  margin-bottom: 1rem;
  font-size: 18px;
}
#block-views-block-local-churches-block-1 .item-list a,
#block-views-block-local-cemeteries-block-1 .item-list a {
  color: #000;
  font-size: 18px;
  display: inline-block;
}
#block-views-block-local-churches-block-1 .item-list a:hover,
#block-views-block-local-cemeteries-block-1 .item-list a:hover {
  color: #1256c9;
  text-decoration: underline;
}
.node--type-service .field-name-field-obituary,
.node--type-service .field-name-field-obituary * {
  font-family: "Open Sans", sans-serif;
}
#node-4 .field-node--body ol li a strong {
  margin-right: 5px;
}
#block-fairchild-textheader a {
  color: #000;
}
body .ff-wrap>header .columns>div #block-fairchild-sitebranding {
  width: 235px;
  position: absolute;
  left: 13px;
  text-align: right;
}
body .ff-wrap>header .columns>div #block-fairchild-sitebranding img {
  max-width: 85px;
}
body .ff-wrap>header .columns>div #block-fairchild-textheader {
  margin-left: 85px;
}
.node--type-service .views-field-field-comment-body {
  color: #000;
}
.path-guest-book .show-for-medium ul {
  margin-bottom: 65px;
}
.path-guest-book .hide-for-medium ul {
  margin-bottom: 45px;
}
#block-views-block-local-churches-block-1 .item-list li p,
#block-views-block-local-cemeteries-block-1 .item-list li p {
  margin-bottom: 0;
}
#colorbox #cboxTopLeft,
#colorbox #cboxTopCenter,
#colorbox #cboxTopRight,
#colorbox #cboxMiddleLeft,
#colorbox #cboxMiddleRight {
  display: none;
}
#colorbox,
#cboxContent,
#cboxWrapper {
  overflow: unset;
}
#cboxWrapper,
#cboxContent {
  background: transparent;
}
#cboxWrapper {
  border-radius: 0;
}
.path-guest-book .ui-widget-overlay {
  background: #000;
  opacity: 0.85;
  z-index: 999 !important;
}
.comment-images-popup-gallery-body .ui-dialog-titlebar-close:after,
.comment-images-popup-gallery-body .ui-dialog-titlebar-close:before {
  content: none;
}
.comment-images-popup-gallery-body .ui-button .ui-icon {
  display: none;
}
body.comment-images-popup-gallery-body .ui-dialog-titlebar-close {
  position: fixed;
  z-index: 1000;
  width: 75px;
  height: 75px;
  border: none;
  background: url('../images/close-popup.png') no-repeat center;
  top: 20px; /*-45px*/
  bottom: auto;
  right: 20px; /*-89px*/
  padding: 38px;
  border-radius: 50%;
}
.path-guest-book [id*="node-"] .views-field-field-image a.colorbox {
  display: none;
}
.path-guest-book [id*="node-"] .views-field-field-image a.colorbox:first-child {
  display: block;
}
.ui-dialog .views-field-field-image .slick-slide {
  padding: 0 2px;
}
.path-guest-book .comment-images-popup-gallery .views-element-container .item-list ul li div.views-field-field-image {
  float: none;
}
.comment-images-popup-gallery-body {
  /*overflow: hidden;*/
}
.path-guest-book .comment-images-popup-gallery .views-element-container .item-list ul li div.views-field-field-image img.vertical-image,
.path-guest-book .comment-images-popup-gallery .views-element-container .item-list ul li div.views-field-field-image img.horizontal-image {
  margin: 0;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.comment-comment-form.comment-form .form-wrapper.field--widget-boolean-checkbox {
  padding-left: 9px;
}
.path-guest-book .comment-images-popup-gallery .views-element-container .item-list ul li div.views-field-field-image li {
  width: auto;
}
.path-guest-book [id*="node-"] .views-field-field-image a.use-ajax {
  position: relative;
  display: inline-block;
}
.path-guest-book [id*="node-"] .views-field-field-image a.use-ajax::after {
  content: '';
  background: rgba(13, 29, 63, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.path-guest-book [id*="node-"] .views-field-field-image a.use-ajax:hover::after {
  opacity: 1;
}
.ui-dialog.comment-images-popup-gallery .ui-dialog-content {
  display: block;
  margin: 0;
  padding: 0;
  min-height: auto !important;
  max-height: 100% !important;
}
.ui-widget.ui-widget-content.comment-images-popup-gallery {
  border: none;
  box-shadow: none;
  background: transparent;
  max-width: 100% !important;
  z-index: 1000 !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.comment-images-popup-gallery.ui-dialog .ui-dialog-titlebar {
  background: transparent;
  border-radius: 0px;
}
.comment-images-popup-gallery.ui-dialog .ui-dialog-content {
  background: transparent;
  overflow: hidden;
  padding: 0 30px;
}
.comment-images-popup-gallery .slick-slider {
  margin: 0;
}
.comment-images-popup-gallery .slick-next,
.comment-images-popup-gallery .slick-prev,
.comment-images-popup-gallery .slick-next:focus {
  background: url('../images/arrows-popup-slider-next.png') no-repeat center;
  padding: 38px;
  border-radius: 50%;
  z-index: 100;
}
.comment-images-popup-gallery .slick-prev,
.comment-images-popup-gallery .slick-prev:focus {
  background: url('../images/arrows-popup-slider-prev.png') no-repeat center;
}
.comment-images-popup-gallery .slick-next:hover {
  background: rgba(0, 0, 0, 0.45) url('../images/arrows-popup-slider-next.png') no-repeat center;
}
.comment-images-popup-gallery .slick-prev:hover {
  background: rgba(0, 0, 0, 0.45) url('../images/arrows-popup-slider-prev.png') no-repeat center;
}
.comment-images-popup-gallery .slick-next:before,
.comment-images-popup-gallery .slick-prev:before {
  content: none;
}
.comment-images-popup-gallery.ui-dialog .ui-dialog-titlebar,
.path-guest-book .comment-images-popup-gallery .views-element-container .item-list ul li div.views-field-field-image .slick-list {
  max-width: 935px;
  margin: 0 auto;
}
.comment-images-popup-gallery .slick-next {
  right: -91px;
}
.comment-images-popup-gallery .slick-prev {
  left: -91px;
}
.comment-images-popup-gallery .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
body.path-guest-book .comment-images-popup-gallery .views-element-container .item-list ul li:after {
  content: none;
}
.comment-images-popup-gallery .slick-dots li {
  height: auto;
}
.comment-images-popup-gallery .slick-dots li button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #58595b;
}
.comment-images-popup-gallery .slick-dots li.slick-active button {
  background: #fff;
}
.comment-images-popup-gallery .slick-dots li button:before {
  content: none;
}
.comment-images-popup-gallery .slick-dots li {
  margin: 0 2.5px;
}
.comment-images-popup-gallery .slick-dots {
  bottom: -17px;
}
.field-name-field-service-date .field-item {
  display: inline-block; 
}
.comment-images-popup-gallery.ui-dialog .ui-dialog-titlebar {
  position: static;
}
#edit-field-image-wrapper .status-message * {
  line-height: 1.5;
}
.field--name-field-image > div > [id*="edit-field-image--"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.field--name-field-image [id*="edit-field-image--"] .status-message {
  font-size: 11px;
  color: red;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.comment-comment-form.comment-form [id*="edit-field-image--"] .status-message .placeholder {
  color: red;
  font-size: 11px;
}

body > button.ui-button-icon-only:not(.ui-dialog-titlebar-close) {
	display: none;
}

@media screen and (max-width: 1170px) {
  body .ff-wrap>header .columns>div #block-fairchild-sitebranding {
    width: 150px;
  }
}
@media screen and (max-width: 1125px) {
  body.comment-images-popup-gallery-body .ui-dialog-titlebar-close {
    right: 0;
  }
}
@media screen and (max-width: 1025px) {
  body .ff-wrap>header .columns>div #block-fairchild-sitebranding {
    position: static;
    width: 85px;
  }
  body .ff-wrap>header .columns>div #block-fairchild-textheader {
    margin-left: 0;
  }
  body.path-resource-center #block-fairchild-content .item-list ul li a {
    /*background-size: 150% !important;*/
    /*background-position: center center;*/
  }
}
@media screen and (max-width: 899px) {
  .node--type-resource #node-9 .field-node--field-sections > .field-items > .field-item {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .node--type-resource #node-9 .field-node--field-sections > .field-items {
    margin-top: 40px;
  }
  .paragraph--type--buttons .field-items .field-item:nth-child(1) {
    margin-right: 0;
  }
  .node--type-resource .field-node--field-sections > .field-items > .field-item:nth-child(2) .field-paragraph--field-blocks-array::before,
  .node--type-resource .field-node--field-sections > .field-items > .field-item:nth-child(5) .field-paragraph--field-blocks-array::before {
    content: '';
    display: block;
    background: url('../images/icon-for-mobile.png') no-repeat;
    height: 20px;
    width: 325px;
    margin: 44px auto;
  }
  .node--type-resource .field-node--field-sections > .field-items > .field-item hr {
    margin: 44px auto;
  }
  .field-paragraph--field-blocks-array .paragraph--type--topic .field-date span {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .field-paragraph--field-blocks-array .paragraph--type--topic .field-date > div {
    width: 35px;
  }
  .field-paragraph--field-blocks-array .paragraph--type--topic .field-date {
    font-size: 8.5px;
  }
}
@media screen and (min-width: 768px) {
  .field--name-field-image [id*="edit-field-image--"] .status-message {
    max-width: 205px;
  }
  .node--type-resource div:not(.footer-modal) .ui-dialog-content {
    background: url(../images/frame-webform.png) no-repeat;
    height: 525px !important;
    padding: 50px 0 0;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    background-size: contain;
  }
  .node--type-resource .webform.ui-dialog .ui-dialog-content {
    padding-left: 15%;
    padding-right: 15%;
  }
  .path-guest-book .comment-images-popup-gallery .views-element-container .item-list ul li div.views-field-field-image {
    max-width: 1055px;
    margin: 0 auto;
    padding: 0px 60px;
  }
  body.comment-images-popup-gallery-body .ui-dialog-titlebar-close:hover {
    background: rgba(0, 0, 0, 0.45) url('../images/close-popup.png') no-repeat center;
  }
}
@media screen and (max-width: 767px) {
  .off-canvas-content .ff-wrap {
    min-height: -webkit-calc(100vh - 50px);
    min-height: -moz-calc(100vh - 50px);
    min-height: calc(100vh - 50px);
  }
  .path-comment .comment-form .comment-imgs {
    display: none;
  }
  .comment-comment-form.comment-form table.responsive-enabled {
    margin-left: -2px;
    margin-right: -2px;
  }
  .comment-images-popup-gallery .slick-track {
    display: block;
  }
  .path-guest-book .comment-images-popup-gallery .views-element-container .item-list ul li div.views-field-field-image img.horizontal-image {
    /*display: none;*/
  }
  .ui-widget.ui-widget-content.comment-images-popup-gallery {
    width: 100% !important;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
  .ui-dialog.comment-images-popup-gallery {
    width: 100%;
  }
  .comment-images-popup-gallery.ui-dialog .ui-dialog-content {
    padding: 0;
  }
  .ui-dialog.comment-images-popup-gallery .ui-dialog-titlebar {
    padding: 0;
  }
  body.comment-images-popup-gallery-body .ui-dialog-titlebar-close {
    top: auto;
    top: 25px;
    right: 25px;
    padding: 0px;
    background-size: cover;
    width: 15px;
    height: 15px;
  }
  .ui-dialog .views-field-field-image .slick-slide {
    margin: 0 -2px;
  }
  .path-guest-book .comment-images-popup-gallery .views-element-container .item-list ul li div.views-field-field-image img.horizontal-image {
    padding: 0 2px;
  }
  body #block-views-block-inside-block-3 ul.page-slider li,
  body .view-inside-slider .item-list>ul li div,
  body.node--type-resource #block-views-block-node-header-block-1 h1+div,
  body .l-top-content-full-width .banner-image {
    background-size: 150% !important;
  }
  body.node--type-service #block-fairchild-breadcrumbs,
  body.path-guest-book #block-fairchild-breadcrumbs {
    display: none;
  }
  .view-services-current-month footer h2 {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 18px;
  }
  #block-views-block-local-churches-block-1,
  #block-views-block-local-cemeteries-block-1 {
    width: 100%;
  }
  .mob-header .mob-search .views-exposed-form form .form-item input[type=text],
  body .comment-comment-form.comment-form .form-wrapper .placeholder,
  body .comment-comment-form.comment-form .form-wrapper textarea {
    font-size: 15px;
  }
  body .comment-comment-form.comment-form .form-wrapper.field--name-field-image label[for*="upload"] {
    text-transform: none;
  }
  body .comment-comment-form.comment-form .form-wrapper.form-actions input {
    font-size: 17px;
  }
  .paragraph--type--tiles-section > .field-paragraph--field-tiles > .field-items > .field-item {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body #block-views-block-inside-block-3 ul.page-slider,
  body #block-views-block-inside-block-3 ul.page-slider .slick-slide>div {
    height: auto;
  }
  #block-fairchild-content .field-paragraph--field-text p br {
    display: none;
  }
  .node--type-resource .ui-dialog-content li span {
    margin-right: 6px;
    min-width: 17px;
    position: absolute;
    top: 0;
    left: 0px;
    text-align: right;
  }
  .node--type-resource .submission-modal.webform.ui-dialog .ui-dialog-content {
    background: url(../images/frame.svg) no-repeat;
    background-size: contain;
  }
  .node--type-resource .ui-dialog-content,
  .node--type-resource .ui-dialog-content * {
    font-size: 15px;
  }
  .node--type-resource .ui-dialog .ui-dialog-content {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    background: url(../images/frame-mob-2.png) no-repeat;
    height: 690px !important;
    background-size: contain;
  }
  .node--type-resource .ui-dialog .ui-dialog-content {
    padding: 20px;
    padding-top: 32px;
    position: relative;
  }
  .node--type-resource .ui-dialog-content li {
    line-height: 23px;
    margin-bottom: 9px;
    padding-left: 25px;
    position: relative;
  }
  .node--type-resource .ui-dialog-content h2 {
    margin-bottom: 30px;
  }
  body.node--type-resource {
    position: static !important;
  }
  body.node--type-resource .ui-dialog {
    position: absolute !important;
  }
  .emails-forms.forms .form {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .emails-forms .form-content {
    padding: 0;
    border: none;
  }
  .emails-forms .form-all form {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .emails-forms form .form-actions input {
    padding: 13px 35px 12px;
  }
  .emails-forms form .form-item input {
    height: 42px;
    margin-bottom: 5px;
  }
  .emails-forms .form-all form .form-item input {
    height: 42px;
    margin-bottom: 10px;
    border-right: 1px solid #adb2b8;
  }
  .forms form .form-item input.error {
    border-color: #e2001a;
  }
  .emails-forms.forms {
    margin: 0;
  }
  .form-all .form-link a {
    margin: 0 0 10px;
    width: 100%;
  }
  .form-all .form-link a:last-child {
    margin-bottom: 0;
  }
  .form-all .form-link a {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 19.5px;
    padding: 17px 5px 15px;
  }
  .forms .form .form-actions,
  .forms .form .form-actions input {
    width: 100%;
  }
  .forms .form-all form .form-actions input {
    font-size: 19.5px;
    padding: 19px 5px 19px;
  }
  body .path-resource-center #block-phonefaxandemailonresourcecentermobilecontent p {
    font-size: 16px;
  }
  body .path-resource-center #block-phonefaxandemailonresourcecentermobilecontent p a {
    font-family: "Julius Sans One";
    font-weight: 700;
  }
  .path-resource-center #block-phonefaxandemailonresourcecentermobilecontent p strong {
    font-family: "Open Sans", sans-serif;
  }
  .path-resource-center #block-phonefaxandemailonresourcecentermobilecontent p strong.mail,
  .path-resource-center #block-phonefaxandemailonresourcecentermobilecontent p strong.contacts,
  .path-resource-center #block-phonefaxandemailonresourcecentermobilecontent p strong .number {
    font-family: "Open Sans", sans-serif;
  }
  body .path-our-business .item-list ul li a span.title,
  body .view-inside header+.item-list ul li a span.title {
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
  }
  .emails-forms.forms .form.form-all {
    max-width: 285px;
    padding-top: 25px;
  }
  .forms form {
    max-width: 285px;
  }
  .emails-forms .form-content {
    min-height: auto;
  }
  .emails-forms .form-content .title {
    margin-bottom: 7px;
  }
  .forms .form-content > a {
    margin-top: 5px;
  }
  .form-content .form-link a::after {
    margin: 0 11px;
  }
  .emails-forms .form:not(.form-all) .form-actions input {
    width: 105px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .path-frontpage .slick-slide li {
    display: block !important;
  }
}

/* Large and up */
@media screen and (min-width: 768px) {
  .page-node-49 #block-views-block-inside-block-3 ul.page-slider .slick-slide li {
    height: 100%;
  }
}
.page-node-49 #block-views-block-inside-block-3 ul.page-slider .slick-slide li,
.page-node-49 #block-views-block-inside-block-3 ul.page-slider li.slick-slide {
  background-size: contain!important;
  background-position: center center!important;
  background-repeat: no-repeat!important;
  background-color: #edeeef!important;
}

.global-modal.ui-dialog {
  max-width: 970px!important;
}
.global-modal.ui-dialog .ui-dialog-content {
  background-size: 100% 100%;
}
@media screen and (min-width: 951px) {
  .global-modal p {
    padding: 0 40px;

  }
}
@media screen and (max-width: 950px) {
  .global-modal.ui-dialog {
    max-width: 325px!important;
  }
  .global-modal.ui-dialog .ui-dialog-content {
    background: url(../images/frame-mob-2.png) no-repeat;
    background-size: 100% 100%;
    padding: 0 20px;
    height: 500px !important;
  }
}
.footer-modal,
.footer-modal.ui-widget.ui-widget-content,
.node--type-resource .footer-modal.ui-dialog {
  max-width: 940px !important;
}
.footer-modal .ui-dialog-content img {
  margin-bottom: 15px;
  /*max-width: 140px;*/
  max-width: 60px;
}
.footer-modal.ui-dialog .ui-dialog-content,
.node--type-resource .footer-modal.ui-dialog .ui-dialog-content {
  background: url(../images/vintage-frame.svg) no-repeat;
  height: auto !important;
}
.footer-modal p.footer-name {
  font-family: "JuliusSansOneRegular", sans-serif;
  color: #000;
  font-size: 21px;
  max-width: 220px;
  line-height: 25.5px;
  margin-bottom: 10px;
}
.footer-modal p.footer-text {
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
}
.global-modal .footer-text::after,
.footer-modal .footer-text::after {
  content: '';
  display: block;
  width: 66px;
  height: 16px;
  background: url('../images/vint.svg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 10px auto 0;
}
@media screen and (max-width: 950px) {
  .footer-modal, .footer-modal.ui-widget.ui-widget-content,
  .node--type-resource .footer-modal.ui-dialog {
    max-width: 325px!important;
  }
  .footer-modal.ui-dialog .ui-dialog-content,
  .node--type-resource .footer-modal.ui-dialog .ui-dialog-content {
    height: auto !important;
    background: url(/themes/fairchild/images/frame.svg) no-repeat;
    background-size: contain;
    min-height: 435px !important;
    padding: 20px;
  }
  .footer-modal.ui-dialog .ui-dialog-content {
    margin-left: 19px;
    margin-right: 19px;
  }
  .footer-text span {
    display: block;
  }
  .footer-text span.number {
    display: inline-block;
  }
  .footer-text br {
    display: none;
  }
  .comment-form-modal.ui-dialog .ui-dialog-content {
    height: auto !important;
    background: url(/themes/fairchild/images/frame.svg) no-repeat;
    background-size: contain;
    min-height: 435px !important;
    padding: 20px;
    margin: 0 19px 30px;
  }
}
.page-node-48 .field-node--body ul li a {
  color: #000;
}
.page-node-48 .field-node--body ul li a:hover {
  color: #1256c9;
}

/* .grecaptcha-badge, */
.print-only {
  display: none;
}
/* .path-services-provided .path-our-business .item-list ul li a {
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
} */
.comment-form-modal.ui-dialog .ui-dialog-content img {
  margin-bottom: 15px;
  max-width: 140px;
}
.comment-form-modal.ui-dialog .ui-dialog-content p {
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
}
.comment-form-modal.ui-dialog .ui-dialog-content img:last-child {
  margin-bottom: 0;
  margin-top: 33px;
}
.comment-comment-form.comment-form .responsive-enabled tr {
  opacity: 1 !important;
}

/* Hot fix -> https://gyazo.com/bd307577796555c975e020fdbd468393 */
.touchevents .comment-comment-form.comment-form .draggable td {
  padding: 0;
}
.view-front-slider .widget .wrp .srch {
    padding-top: 3px;
}