/*
Theme Name:     3Fold
Theme URI:      http://3foldx.com/
Description:    3Fold Custom Theme on the genesis framework
Author:         Marty Naselli
Author URI:     http://3foldx.com/about/#marty
Template:       genesis
Version:        1
*/
/* Table of Contents
	01_TFX_FRAMEWORK_CORE
		01a_BASIC_3FOLD_TOOLS
			01a_float_align
			01a_margin_padding
			01a_css_table
			01a_display
		01b_3FOLD_SHORTCODES
			01b_tfx_tab_area
		01c_CUSTOMIZE_PLUGINS
	02_GLOBAL_STYLES
    02a_HEADINGS
    02b_LISTS
    02c_POST_NAVIGATION
	03_TYPOGRAPHY
    03a_FONT_SIZES
		03b_AVALIABLE_FONTS
		03c_COLORS
		03d_FONT_SIZE
	04_LAYOUT
		04a_STRUCTURE
		04b_HEADER
    04c_FOOTER
	05_MENUS
	06_COMMENTS
	07_SIDEBARS
	08_FORMS_AND_BUTTONS
	09_IMAGES_AND_CAPTIONS
	10_MEDIA_QUERIES
	11_GLOBAL_INNER_PAGES
		11a_MAIN_CONTENT
		11b_POST_INFO_AND_META
	12_PAGE_SPECIFIC_STYLES

*/
/* 01_TFX_FRAMEWORK_CORE
---------------------------------------------------------------------------------------------------- */
/* 01a_BASIC_3FOLD_TOOLS -------------- */

  /* override twitter bootstrap px */
  .row {
    margin:0 -15px;
    margin:0 -1rem;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2,
  .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3,
  .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4,
  .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
  .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7,
  .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8,
  .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9,
  .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
  .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12,
  .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 15px;
    padding-left: 15px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* 01a_float_align */
    .clear-both, .clr,
    #wrap .clear-both, #wrap .clr  {clear:both;float:none;}
    .f-left {float:left;}
    .f-right {float:right;}
    .f-none {float:none;}
    .floater {max-width:100%; width:auto;}
    .phone-no > * { color:inherit!important; text-decoration:inherit!important; }
    .ta-left { text-align:left; }
    .ta-right { text-align:right; }
    .ta-center, .hmid { text-align:center; }
    /* tablet */
    @media (min-width: 768px) and (max-width: 991px) {
      .tablet-f-left {float:left;}
      .tablet-f-right {float:right;}
      .tablet-f-none {float:none;}
      .tablet-ta-left { text-align:left; }
      .tablet-ta-right { text-align:right; }
      .tablet-ta-center { text-align:center; }
      .tablet-clear-both, .tablet-clr {clear:both;float:none;}
    }
    /* phone */
    @media (max-width: 767px) {
      .phone-f-left {float:left;}
      .phone-f-right {float:right;}
      .phone-f-none {float:none;}
      .phone-ta-left { text-align:left; }
      .phone-ta-right { text-align:right; }
      .phone-ta-center { text-align:center; }
      .phone-clear-both, .phone-clr {clear:both;float:none;}
    }

  /* 01a_margin_padding */
    .p0              {  padding:0;                                  }
    .p0-5            {  padding:7px;padding:0.5rem;                 }
    .p1              {  padding:15px;padding:1rem;                  }
    .p1-5            {  padding:22px;padding:1.5rem;                }
    .p2              {  padding:30px;padding:2rem;                  }
    .p3              {  padding:45px;padding:3rem;                  }
    .m0              {  margin:0;                                   }
    .m0-5            {  margin:7px;margin:0.5rem;                   }
    .m1              {  margin:15px;margin:1rem;                    }
    .m2              {  margin:30px;margin:2rem;                    }
    .m3              {  margin:45px;margin:3rem;                    }
    .mbot-0-5        {  margin-bottom:-7px;margin-bottom:-0.5rem;   }
    .mbot-1          {  margin-bottom:-15px;margin-bottom:-1rem;    }
    .mbot-1-5        {  margin-bottom:-22px;margin-bottom:-1.5rem;  }
    .mbot-2          {  margin-bottom:-30px;margin-bottom:-2rem;    }
    .mtop-1          {  margin-top:-15px;margin-top:-1rem;          }
    .mtop-1-5        {  margin-top:-22px;margin-top:-1.5rem;        }
    .mtop-2          {  margin-top:-30px;margin-top:-2rem;          }
    .m1-5            {  margin:22px;margin:1.5rem;                  }
    .mbot0           {  margin-bottom:0;                            }
    .mbot0-5         {  margin-bottom:7px;margin-bottom:0.5rem;     }
    .mbot1,h1,h2,h3  {  margin-bottom:15px;margin-bottom:1rem;      }
    .mbot1-5         {  margin-bottom:22px;margin-bottom:1.5rem;    }
    .mbot2           {  margin-bottom:30px;margin-bottom:2rem;      }
    .mtop0           {  margin-top:0;                               }
    .mtop0-5         {  margin-top:7px;margin-top:0.5rem;           }
    .mtop1,h1,h2,h3  {  margin-top:15px;margin-top:1rem;            }
    .mtop1-5         {  margin-top:22px;margin-top:1.5rem;          }
    .mtop2           {  margin-top:30px;margin-top:2rem;            }
    .pbot0           {  padding-bottom:0;                           }
    .pbot0-5         {  padding-bottom:7px;padding-bottom:0.5rem;   }
    .pbot1           {  padding-bottom:15px;padding-bottom:1rem;    }
    .pbot1-5         {  padding-bottom:22px;padding-bottom:1.5rem;  }
    .pbot2           {  padding-bottom:30px;padding-bottom:2rem;    }
    .ptop0           {  padding-top:0;                              }
    .ptop0-5         {  padding-top:7px;padding-top:0.5rem;         }
    .ptop1           {  padding-top:15px;padding-top:1rem;          }
    .ptop1-5         {  padding-top:22px;padding-top:1.5rem;        }
    .ptop2           {  padding-top:30px;padding-top:2rem;          }
    /* tablet */
    @media (min-width: 768px) and (max-width: 991px) {
    .tablet-mbot-1          {  margin-bottom:-15px;margin-bottom:-1rem;    }
    .tablet-mbot-1-5        {  margin-bottom:-22px;margin-bottom:-1.5rem;  }
    .tablet-mbot-2          {  margin-bottom:-30px;margin-bottom:-2rem;    }
    .tablet-mtop-1          {  margin-top:-15px;margin-top:-1rem;          }
    .tablet-mtop-1-5        {  margin-top:-22px;margin-top:-1.5rem;        }
    .tablet-mtop-2          {  margin-top:-30px;margin-top:-2rem;          }
    .tablet-p0              {  padding:0;                                  }
    .tablet-p0-5            {  padding:7px;padding:0.5rem;                 }
    .tablet-p1              {  padding:15px;padding:1rem;                  }
    .tablet-p1-5            {  padding:22px;padding:1.5rem;                }
    .tablet-p2              {  padding:30px;padding:2rem;                  }
    .tablet-p3              {  padding:45px;padding:3rem;                  }
    .tablet-m0              {  margin:0;                                   }
    .tablet-m0-5            {  margin:7px;margin:0.5rem;                   }
    .tablet-m1              {  margin:15px;margin:1rem;                    }
    .tablet-m2              {  margin:30px;margin:2rem;                    }
    .tablet-m3              {  margin:45px;margin:3rem;                    }
    .tablet-m1-5            {  margin:22px;margin:1.5rem;                  }
    .tablet-mbot0           {  margin-bottom:0;                            }
    .tablet-mbot0-5         {  margin-bottom:7px;margin-bottom:0.5rem;     }
    .tablet-mbot1,h1,h2,h3  {  margin-bottom:15px;margin-bottom:1rem;      }
    .tablet-mbot1-5         {  margin-bottom:22px;margin-bottom:1.5rem;    }
    .tablet-mbot2           {  margin-bottom:30px;margin-bottom:2rem;      }
    .tablet-mtop0           {  margin-top:0;                               }
    .tablet-mtop0-5         {  margin-top:7px;margin-top:0.5rem;           }
    .tablet-mtop1,h1,h2,h3  {  margin-top:15px;margin-top:1rem;            }
    .tablet-mtop1-5         {  margin-top:22px;margin-top:1.5rem;          }
    .tablet-mtop2           {  margin-top:30px;margin-top:2rem;            }
    .tablet-pbot0           {  padding-bottom:0;                           }
    .tablet-pbot0-5         {  padding-bottom:7px;padding-bottom:0.5rem;   }
    .tablet-pbot1           {  padding-bottom:15px;padding-bottom:1rem;    }
    .tablet-pbot1-5         {  padding-bottom:22px;padding-bottom:1.5rem;  }
    .tablet-pbot2           {  padding-bottom:30px;padding-bottom:2rem;    }
    .tablet-ptop0           {  padding-top:0;                              }
    .tablet-ptop0-5         {  padding-top:7px;padding-top:0.5rem;         }
    .tablet-ptop1           {  padding-top:15px;padding-top:1rem;          }
    .tablet-ptop1-5         {  padding-top:22px;padding-top:1.5rem;        }
    .tablet-ptop2           {  padding-top:30px;padding-top:2rem;          }
    }
    @media (max-width: 767px) {
    .phone-mbot-1          {  margin-bottom:-15px;margin-bottom:-1rem;    }
    .phone-mbot-1-5        {  margin-bottom:-22px;margin-bottom:-1.5rem;  }
    .phone-mbot-2          {  margin-bottom:-30px;margin-bottom:-2rem;    }
    .phone-mtop-1          {  margin-top:-15px;margin-top:-1rem;          }
    .phone-mtop-1-5        {  margin-top:-22px;margin-top:-1.5rem;        }
    .phone-mtop-2          {  margin-top:-30px;margin-top:-2rem;          }
    .phone-p0              {  padding:0;                                  }
    .phone-p0-5            {  padding:7px;padding:0.5rem;                 }
    .phone-p1              {  padding:15px;padding:1rem;                  }
    .phone-p1-5            {  padding:22px;padding:1.5rem;                }
    .phone-p2              {  padding:30px;padding:2rem;                  }
    .phone-p3              {  padding:45px;padding:3rem;                  }
    .phone-m0              {  margin:0;                                   }
    .phone-m0-5            {  margin:7px;margin:0.5rem;                   }
    .phone-m1              {  margin:15px;margin:1rem;                    }
    .phone-m2              {  margin:30px;margin:2rem;                    }
    .phone-m3              {  margin:45px;margin:3rem;                    }
    .phone-m1-5            {  margin:22px;margin:1.5rem;                  }
    .phone-mbot0           {  margin-bottom:0;                            }
    .phone-mbot0-5         {  margin-bottom:7px;margin-bottom:0.5rem;     }
    .phone-mbot1,h1,h2,h3  {  margin-bottom:15px;margin-bottom:1rem;      }
    .phone-mbot1-5         {  margin-bottom:22px;margin-bottom:1.5rem;    }
    .phone-mbot2           {  margin-bottom:30px;margin-bottom:2rem;      }
    .phone-mtop0           {  margin-top:0;                               }
    .phone-mtop0-5         {  margin-top:7px;margin-top:0.5rem;           }
    .phone-mtop1,h1,h2,h3  {  margin-top:15px;margin-top:1rem;            }
    .phone-mtop1-5         {  margin-top:22px;margin-top:1.5rem;          }
    .phone-mtop2           {  margin-top:30px;margin-top:2rem;            }
    .phone-pbot0           {  padding-bottom:0;                           }
    .phone-pbot0-5         {  padding-bottom:7px;padding-bottom:0.5rem;   }
    .phone-pbot1           {  padding-bottom:15px;padding-bottom:1rem;    }
    .phone-pbot1-5         {  padding-bottom:22px;padding-bottom:1.5rem;  }
    .phone-pbot2           {  padding-bottom:30px;padding-bottom:2rem;    }
    .phone-ptop0           {  padding-top:0;                              }
    .phone-ptop0-5         {  padding-top:7px;padding-top:0.5rem;         }
    .phone-ptop1           {  padding-top:15px;padding-top:1rem;          }
    .phone-ptop1-5         {  padding-top:22px;padding-top:1.5rem;        }
    .phone-ptop2           {  padding-top:30px;padding-top:2rem;          }
    }

/* 01a_css_table */
	.table.desktop-table { display:table; width:100%; }
	.table.desktop-table > * {display:table-row;}
	.table.desktop-table > * > * {display:table-cell;}
	.table.vtop > * > * {vertical-align:top;}
	.table.vmid > * > * {vertical-align:middle;}
	.table.vbot > * > * {vertical-align:bottom;}
	.table.conform-to-contents {width:auto;}
	.table.p1 {padding:0;}
	.table.p1 > * > * {padding-left:15px;padding-top:15px;padding-left:1rem;padding-top:1rem;}
	.table.p1 > * > *:first-child {padding-left:0;}
	.table.p1 > *:first-child > * {padding-top:0;}
	.table.desktop-table.data { background:#BBB; padding-bottom:15px; padding-bottom:1rem; }
	.table.desktop-table.data > *:first-child { background:#aaa; }
	.table.desktop-table.data > * > *:first-child {padding-left:15px;padding-left:1rem;}
	.table.desktop-table.data > * > *.last-cell {padding-right:15px;padding-right:1rem;}
	.table.desktop-table.data > *:first-child > * {padding-top:15px;padding-top:1rem;padding-bottom:15px;padding-bottom:1rem;}
	/* tablet */
  @media (min-width: 768px) and (max-width: 991px) {
		.table.tablet-table { display:table; width:100%; }
		.table.tablet-table > * {display:table-row;}
		.table.tablet-table > * > * {display:table-cell;}
		.table.tablet-block, .table.tablet-block > *, .table.tablet-block > * > * {display:block;}
		.table.tablet-block.p1 > * > * {padding-left:0;padding-top:15px;padding-top:1rem;}
		.table.tablet-block.p1 > *:first-child > *:first-child {padding-top:0;}
		.table.tablet-block > * > *.img-cell {text-align:center;}
    .table.tablet-vtop > * > * {vertical-align:top;}
    .table.tablet-vmid > * > * {vertical-align:middle;}
    .table.tablet-vbot > * > * {vertical-align:bottom;}
	}
	/* phone */
  @media (max-width: 767px) {
		.table.phone-table { display:table; width:100%; }
		.table.phone-table > * {display:table-row;}
		.table.phone-table > * > * {display:table-cell;}
		.table.phone-block, .table.phone-block > *, .table.phone-block > * > * {display:block;width:100%!important;} /* override localized cell widths*/
		.table.phone-block.p1 > * > * {padding-left:0;padding-top:15px;padding-top:1rem;}
		.table.phone-block.p1 > *:first-child > *:first-child {padding-top:0;}
		.table.phone-block > * > *.img-cell {text-align:center;}
    .table.phone-vtop > * > * {vertical-align:top;}
    .table.phone-vmid > * > * {vertical-align:middle;}
    .table.phone-vbot > * > * {vertical-align:bottom;}
	}
/* html table */
  .vtop td, td.vtop { vertical-align:top; }
  .vmid td, td.vmid { vertical-align:middle; }
  .vbot td, td.vbot { vertical-align:bottom; }
  table.p0, table.p1, table.p2 { padding:0; }
  table.p1 td {  padding:15px  7px;padding:1rem  0.5rem;  }
  table.p2 td {  padding:30px  15px;padding:2rem  1rem;    }
  table.p3 td {  padding:45px  22px;padding:3rem  1.5rem;  }
  table.p1 td:first-child, table.p2 td:first-child, table.p3 td:first-child {
    padding-left:0;
  }
  table.p1 td.last, table.p2 td.last, table.p3 td.last,
  table.p1 td:last-child, table.p2 td:last-child, table.p3 td:last-child {
    padding-right:0;
  }
  table tr.p0 td {
    padding:0;
  }
  table td.min-col {
    width:1px;
  }
  @media (min-width: 768px) and (max-width: 991px) {
    table.tablet-dis-block,
    table.tablet-dis-block tr,
    table.tablet-dis-block td {
      display:block;
      padding:0;
    }
  }
  @media (max-width: 767px) {
    table.phone-dis-block,
    table.phone-dis-block tr,
    table.phone-dis-block td {
      display:block;
      padding:0;
    }
  }


/* 01a_display */
	.dis-block { display:block; }
	.dis-inline-block { display:inline-block; }
	.dis-inline { display:inline; }
	.dis-none { display:none; }
	/* tablet */
  @media (min-width: 768px) and (max-width: 991px) {
		.tablet-dis-block { display:block; }
		.tablet-dis-inline-block { display:inline-block; }
    .tablet-dis-inline { display:inline; }
		.tablet-dis-none { display:none; }
	}
	/* phone */
  @media (max-width: 767px) {
		.phone-dis-block { display:block; }
		.phone-dis-inline-block { display:inline-block; }
    .phone-dis-inline { display:inline; }
		.phone-dis-none { display:none; }
	}


.entry-content .tf_tab_area ul, .entry-content .tf_tab_area li {padding:0; margin:0;list-style:none; }
.indent { padding-left: 5%; display: inline-block; }
.expand-next + * {display:none}
.clickable {cursor:pointer;}
.o-hid { overflow:hidden; }
/* Expanders */
  [data-expander] {
    -webkit-transition: max-height 0.5s ease-in-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
            transition: max-height 0.5s ease-in-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  }
  [data-expander][data-expander-sizes*=all],
  [data-expander][data-expander-sizes*=desktop] {
    height:auto;
    max-height:0;
    overflow:hidden;
  }
    @media (min-width: 768px) and (max-width: 991px) {
      [data-expander][data-expander-sizes*=tablet] {
        height:auto;
        max-height:0;
        overflow:hidden;
      }
    }
    @media (max-width: 767px) {
      [data-expander][data-expander-sizes*=phone] {
        height:auto;
        max-height:0;
        overflow:hidden;
      }
    }

/* 01b_3FOLD_SHORTCODES */
	/* 01b_tfx_tab_area */
	.tf_tab_area .links-container a.active { }
	.tf_tab_area .tabs-contents-container div[data-id] {display:none;}
	.tf_tab_area .tabs-contents-container div[data-id].active {display:block;}
	.tf_tab_area li a {
		cursor:pointer;
		padding:8px 12px 8px 50px;
		display:block;
	}
	.tf_tab_area li.active a {
		background: transparent;
	}
	.tf_tab_area li.active a {
		color:#fcf9ef;
	}
	.tf_tab_area h3, .tf_tab_area p {
	margin: 0;
	}
	.tab-numbers {
		display: none;
		margin-right: 40px;
		font-size: 50px;
		line-height: 26px;
	}


/* 01c_CUSTOMIZE_PLUGINS */
	.wpcf7-list-item label {
		margin-left: 0;
		white-space:nowrap
	}
	span.wpcf7-list-item {
		margin-left: 0;
	}
	span.wpcf7-not-valid-tip {
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 12px;
		background: #F00;
		color: #FFF;
	}
  @media (max-width: 480px) {
		span.wpcf7-list-item { display: block; }
	}

/*
02_GLOBAL_STYLES
---------------------------------------------------------------------------------------------------- */
p { margin-top: 1rem; margin-bottom: 1rem;}
em { font-style:italic; }
strong { font-weight:800; }
blockquote p { font-style: italic; }
cite { font-style: normal; }
hr {
  border: none;
  height: 1px;
  background: #999;
  margin: 1rem 0;
}
.wp-caption { text-align: center; }
.liner { position:relative; }
sup {
	font-size: 50%;
	vertical-align: top;
	line-height: 1;
}
a {text-decoration:none; color: #80f3a7;}
a:hover {text-decoration: underline; color: inherit;}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Colors on accented backgrounds */
.accent-bg {
	color: #ffffff;
	background-color:#9b0e09;
}
.accent-bg a,
.accent-bg a:visited {
	color:#f47320;
}
.accent-bg a:hover {
	color:#ffffff;
}
/* 02a_HEADINGS -------------- */
.taxonomy-description h1 {
  margin-bottom: 0.25rem;
}
.archive-title {
  margin-bottom: 1rem;
}
/* 02b_LISTS ------------------ */
.entry-content ol,
.entry-content ul {
  padding-left: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
}
.entry-content ol li,
.entry-content ul li {
  line-height: 1.625;
  padding-left: 0rem;
}
.entry-content ol li {
  list-style-type: decimal;
}
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

/*
03_TYPOGRAPHY
---------------------------------------------------------------------------------------------------- */
/* 03a_AVALIABLE_FONTS -------------- */
    /* Copy font */
    body {
      line-height:160%;
      font-family: 'Montserrat Medium', 'Source Sans Pro', sans-serif;
      -webkit-font-smoothing: antialiased;
      /*color: #10233f;*/
		color:#1b3e6f; /* 3Fold Edit - 11/2023 */
    }
    /* header fonts */
    h1, h2, h3, h4 {
      font-family: 'Montserrat ExtraBold' ,'Source Sans Pro', sans-serif;
      /*color: #10233f;*/
		color:#1b3e6f; /* 3Fold Edit - 11/2023 */
      -webkit-font-smoothing: antialiased;
		font-weight:normal; /* 3Fold Edit - 11/2023 */
    }
    /* accent font */

    /* Montserrat Font Families | 3Fold Edit - 11/2023 */

    @font-face {
      font-family:'Montserrat Medium';
      src:url('fonts/montserrat-medium.woff2'),
		  url('fonts/montserrat-medium.woff'),
		  url('fonts/montserrat-medium.otf'),
		  url('fonts/montserrat-medium.ttf');
      font-weight: normal;
      font-style: normal;
    }

    @font-face {
      font-family:'Montserrat SemiBold';
      src:url('fonts/montserrat-semibold.woff2'),
		  url('fonts/montserrat-semibold.woff'),
		  url('fonts/montserrat-semibold.otf'),
		  url('fonts/montserrat-semibold.ttf');
      font-weight: normal;
      font-style: normal;
    }

    @font-face {
      font-family:'Montserrat Bold';
      src:url('fonts/montserrat-bold.woff2'),
		  url('fonts/montserrat-bold.woff'),
		  url('fonts/montserrat-bold.otf'),
		  url('fonts/montserrat-bold.ttf');
      font-weight: normal;
      font-style: normal;
    }

    @font-face {
      font-family:'Montserrat ExtraBold';
      src:url('fonts/montserrat-extrabold.woff2'),
		  url('fonts/montserrat-extrabold.woff'),
		  url('fonts/montserrat-extrabold.otf'),
		  url('fonts/montserrat-extrabold.ttf');
      font-weight: normal;
      font-style: normal;
    }

    /* icon font */
    @font-face {
      font-family: 'icomoon';
      src:  url('fonts/icomoon.eot?fro6jk');
      src:  url('fonts/icomoon.eot?fro6jk#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?fro6jk') format('truetype'),
        url('fonts/icomoon.woff?fro6jk') format('woff'),
        url('fonts/icomoon.svg?fro6jk#icomoon') format('svg');
      font-weight: normal;
      font-style: normal;
    }

    [class^="icon-"], [class*=" icon-"] {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;

      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    .icon-minus_icon:before {
      content: "\a100";
      float: right;
      vertical-align: middle;
      padding: 0.5rem;
      border-radius: 100%;
      background: #80f3a7;
		background:transparent; /* 3Fold Edit - 11/2023 */
      font-size: 1rem;
      /*color: #10233f;*/
		color:#f9a11e; /* 3Fold Edit - 11/2023 */
		font-weight:900; /* 3Fold Edit - 11/2023 */
		box-shadow:inset 0px 0px 0px 3px #f9a11e; /* 3Fold Edit - 11/2023 */
    }
    .icon-exit_icon:before {
      content: "\a101";
      color: #80f3a7;
    }
    .icon-menu_icon:before {
      content: "\a102";
      font-size: 2.25rem;
      margin-top: 1rem;
      display: inline-block;
      /* color: #10233f; */
    }
    .icon-menu_icon:hover:before {
      /*color: #10233f;*/
		color:#1b3e6f; /* 3Fold Edit - 11/2023 */
    }
    .menu-trigger.clicked a.icon-menu_icon:before {
      content: "\a101";
    }
    .icon-plus_icon:before {
      content: "\a103";
      float: right;
      vertical-align: middle;
      /*padding: 0.5rem;*/
		padding:0.45rem 0.48rem 0.45rem 0.45rem; /* 3Fold Edit - 11/2023 */
      border-radius: 100%;
      /*background: #80f3a7;*/
		background:transparent; /* 3Fold Edit - 11/2023 */
      font-size: 1rem;
      /*color: #10233f;*/
		color:#f9a11e; /* 3Fold Edit - 11/2023 */
		font-weight:900; /* 3Fold Edit - 11/2023 */
		box-shadow:inset 0px 0px 0px 3px #f9a11e; /* 3Fold Edit - 11/2023 */
    }



/* 03b_FONT_SIZES DO NOT EDIT-------------- */
  html { font-size:15px; }
  body { font-size:15px; }

  @media (min-width: 768px) and (max-width: 991px) {
    html { font-size:15px; }
    body { font-size:15px; }
  }
  @media (max-width: 767px) {
    html { font-size:10px; }
    body { font-size:10px; }
  }

 /* EDIT FONT SIZES, WEIGHT, LINE-HIGHT HERE, COLOR ----*/
	h1, h2, h3, h4 {
    /*line-height: 1;
    color: #10233f;*/
		line-height:1.25; /* 3Fold Edit - 11/2023 */
		color:#1b3e6f; /* 3Fold Edit - 11/2023 */
    margin: 2rem 0;
    /*font-weight: 600;*/ /* 3Fold Edit - 11/2023 */
  }
  h1 {
    /*font-size: 5.6rem;*/
	  font-size:4.5rem; /* 3Fold Edit - 11/2023 */
  }
  h2 {
    /*font-size: 3.7rem;*/
	  font-size:2.9rem; /* 3Fold Edit - 11/2023 */
  }
  h3 {
    /*font-size: 2.5rem;*/
	  font-size:2.9rem; /* 3Fold Edit - 11/2023 */
  }
  h4 {
    font-size: 1rem;
  }
	p {
    /*font-size: 1.6rem;
    line-height: 145%;*/
		font-size:1.3rem; /* 3Fold Edit - 11/2023 */
		line-height:175%; /* 3Fold Edit - 11/2023 */
  }
  ul li, ol li {
    font-size: 1.2rem;
    line-height: 145%;
  }
.single-post .content article .entry-content p {
	font-size: 1.2rem;
}
  p.extra-margin {margin-top: 1rem; margin-bottom: 1rem;}
	/*p.lg {font-size: 2rem; line-height: 145%; }*/

p.lg {
	font-family:'Montserrat SemiBold', 'Source Sans Pro', sans-serif; /* 3Fold Edit - 11/2023 */
	font-size:1.7rem; /* 3Fold Edit - 11/2023 */
	line-height:145%; /* 3Fold Edit - 11/2023 */
}

#contact p.lg {
	font-family:'Montserrat SemiBold', 'Source Sans Pro', sans-serif; /* 3Fold Edit - 11/2023 */
	font-size:1.6rem; /* 3Fold Edit - 11/2023 */
	line-height:145%; /* 3Fold Edit - 11/2023 */
	color:#1b3e6f; /* 3Fold Edit - 11/2023 */
}

#contact p.lg.contact {
	font-family:'Montserrat Bold', 'Source Sans Pro', sans-serif; /* 3Fold Edit - 11/2023 */
	font-size:2rem; /* 3Fold Edit - 11/2023 */
	color:#1b3e6f; /* 3Fold Edit - 11/2023 */
}

#contact p.lg.contact a {
	color:#1b3e6f; /* 3Fold Edit - 11/2023 */
}

#contact p.lg.contact a:hover {
	color:#fff; /* 3Fold Edit - 11/2023 */
}

  a:focus {
    outline: none;
    text-decoration: none;
  }
  a.cta-button {
    font-size: 1.13rem;
    border: none;
    padding: 1rem 1.5rem;
    border-radius: 5px;
    display: inline-block;
    margin: 2rem auto;
    text-transform: uppercase;
    color: #fff;
    background: #10233f;
    border: none;
    border-radius: 28px;
    cursor: pointer;
  }
  .cta-button {
    font-size: 1.13rem;
    border: none;
    padding: 1rem 1.5rem;
    border-radius: 5px;
    display: inline-block;
    margin: 2rem auto;
    text-transform: uppercase;
    color: #fff;
    background: #10233f;
    cursor: pointer;
  }
  a.cta-button:hover {
    background: #fff;
    color: #10233f;
    text-decoration: none;
  }
  .cta-button:hover {
    background: #fff;
    color: #10233f;
    text-decoration: none;
  }
  .ui-accordion h3 {
    /*font-size: 1.6rem;*/
	  font-size:1.7rem; /* 3Fold Edit - 11/2023 */
    /*font-weight: 800;*/
	  font-weight:normal; /* 3Fold Edit - 11/2023 */
    padding-bottom: 1rem;
    /*border-bottom: 3px solid #80f3a7;*/
	  border-bottom:3px solid #f9a11e; /* 3Fold Edit - 11/2023 */
    margin-bottom: 0;
  }
  .ui-accordion h3:focus {
    outline: none;
  }
  .ui-accordion-content {
    /*border: 2px solid #80f3a7;*/
	  border:2px solid #f9a11e; /* 3Fold Edit - 11/2023 */
  }


  /* 03c_COLORS ----------- */
  body {
    background:#fff;
    /*color: #10233f;*/
		color:#1b3e6f; /* 3Fold Edit - 11/2023 */
  }
  a {
    /*color: #80f3a7;*/
	  color:#f9a11e; /* 3Fold Edit - 11/2023 */
  }
  nav a, header.site-header {
    /*color: #10233f;*/
		color:#1b3e6f; /* 3Fold Edit - 11/2023 */
  }
  .dark-bg {
    /*background: #10233f;*/
	  background:#1b3e6f; /* 3Fold Edit - 11/2023 */
    color:#fff;
  }
  .dark-bg h2,
  .dark-bg h3,
  .dark-bg h4,
  .dark-bg p,
  .dark-bg ol li,
  .dark-bg ul li {
    color: #fff;
  }
  .dark-bg ul li:before {
    /*content: "";
    border-color: transparent #fff;*/
		content:url("/wp-content/uploads/2023/11/linchpin-bullet-point.png"); /* 3Fold Edit - 11/2023 */
		display:block; /* 3Fold Edit - 11/2023 */
		position:relative; /* 3Fold Edit - 11/2023 */
		width:17px; /* 3Fold Edit - 11/2023 */
		height:18px; /* 3Fold Edit - 11/2023 */
		left:-1.75rem; /* 3Fold Edit - 11/2023 */
		top:1.4rem; /* 3Fold Edit - 11/2023 */
  }

/*
04_LAYOUT
---------------------------------------------------------------------------------------------------- */

  /* 04a_STRUCTURE ----------- */
    html, body {
      position:relative;
      margin:0;
      overflow-x:hidden;
    }
    html.admin-bar {
      margin-top:0 !important;
      padding-top:30px !important;
    }
    #wrap {
      width: 100%;
      height: auto;
    }
    .wrap {
      max-width: 1210px;
      padding:0 3rem;
      position: relative;
      margin: 0 auto;
    }
    #inner {
      clear: both;
      position:relative;
      z-index:1;
    }
    .full-width {
      width:100%;
    }
    .full-height {
      position:relative;
      height:100%;
    }
    @media (max-width: 767px) {
      .wrap { padding: 0 2rem; }
    }

  /* 04b_HEADER ----------- */
    header.site-header {
      padding:1rem 0;
    }
    .home header.site-header {
      background: none;
    }
    header .logo {
      line-height:0;
    }
    header.site-header .header-cart .button {
      padding-top:1rem;
      margin-left:1rem;
      border-radius:0 0 4px 4px;
    }
    .header-phone {
      vertical-align:middle;
    }

  /* 04c_FOOTER ----------- */
 	footer.site-footer {
 	/*background: #34425b;*/
		background:#1b3e6f; /* 3Fold Edit - 11/2023 */
    /*padding: 2rem 0;*/
		padding:1.4rem 0 2rem; /* 3Fold Edit - 11/2023 */
 	}
  footer.site-footer p {
	  font-family:'Montserrat Bold', 'Source Sans Pro', sans-serif; /* 3Fold Edit - 11/2023 */
    margin-bottom: 0;
    font-size: 0.9rem;
    color: #95a0b2;
    /*font-weight: 800;*/
	  font-weight:normal; /* 3Fold Edit - 11/2023 */
    text-transform: uppercase;
  }
  footer.site-footer a {
    /*color: #999;*/
	  color:#fff; /* 3Fold Edit - 11/2023 */
  }
  footer.site-footer a:hover {
    /*color: #ff7f2f;*/
	  color:#f9a11e; /* 3Fold Edit - 11/2023 */
  }

/*
05_MENUS
---------------------------------------------------------------------------------------------------- */
nav.nav-primary {
  /*margin-top: 0.5rem;*/
	margin-top:0.65rem; /* 3Fold Edit - 11/2023 */
}
nav ul {
  padding-left: 0;
  margin: 0;
}
nav li {
	display:inline-block;
  position: relative;
  /* padding-bottom: 2rem; */
}
nav ul li:before {
  display: none;
}
nav li a {
  font-family:'Montserrat ExtraBold', 'Source Sans Pro', sans-serif; /* 3Fold Edit - 11/2023 */
  margin: 0 1rem;
  display: inline-block;
  /*font-size: 1.1rem;*/
	font-size:1rem; /* 3Fold Edit - 11/2023 */
  text-transform: uppercase;
  /*font-weight: 800;*/
	font-weight:normal; /* 3Fold Edit - 11/2023 */
}
nav li a:hover {
  /*color: #80f3a7;*/
	color:#f9a11e; /* 3Fold Edit - 11/2023 */
  text-decoration: none;
}
.mobile-header-menu-container {
	max-height:0;
	overflow:hidden;
	-webkit-transition: max-height 0.3s linear;
					transition: max-height 0.3s linear;
}
.mobile-header-menu-container.open {
	max-height:1000px;
  padding: 2rem;
}
.mobile-menu {
  padding: 0;
  margin: 0;
}
.mobile-menu li {
  list-style: none;
  margin: 1rem 0;
}
.mobile-menu li a {
	display: inline-block;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.phone-nav a.clicked {
  color:#8CC63F;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 130px;
	z-index: 99;
}
.genesis-nav-menu .sub-menu li {
  padding-bottom: 0;
}
.genesis-nav-menu .sub-menu a {
	/*background-color: #fff;*/
	border: 1px solid #50b975;
  background: #02121E;
	border-top: none;
	font-size: 1.3rem;
	padding: 1rem;
	position: relative;
	width: 130px;
	padding: .5rem;
	text-align: left;
  margin: 0 auto;
  color: #50b975;
}
.genesis-nav-menu .sub-menu a:hover {
  background: #40b975;
  color: #fff;
}
.genesis-nav-menu .sub-menu > li:first-of-type a {
  border-top: 3px solid #50b975;
}


.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
  position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: 1rem;
	opacity: 1;
  top: 2rem;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}
#logo {
  width: 170px;
  max-width: 200px;
}

/*
06_COMMENTS
---------------------------------------------------------------------------------------------------- */
.comment-container {
	padding:4px;
	background-color: #fcf9ef;
}
.comment-container h3.clickable {
	padding: 30px;
	background: #e38d37;
	margin-bottom: 0;
	line-height:52px;
}
.comment-container > .liner {
	padding: 30px;
}
#comments,
#respond {
	line-height: 1.5;
	overflow: hidden;
/*   display: none; */
}
#comments #respond.comment-respond form {
	margin-bottom: 30px;
}
#author,
#email,
#url {
	width: 50%;
}
.commentmetadata,
#author,
#email,
#url {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}
#comment {
	margin: 12px 0;
	margin: 0.75rem 0;
}
label {
	margin-left: 12px;
	margin-left: 0.75rem;
}
.comment-list li,
.ping-list li {
	list-style-type: none;
}
.comment-list li .liner {
	margin-top: 0;
	padding: 30px;
	background:#879f36;
	margin-bottom:30px;
}
.comment-list li ul li {
	margin-left: 30px;
}
.comment-header {
	overflow: hidden;
}
.comment {
	background-color: transparent;
	border: 0;
	border-right: none;
}
.comment-content p {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.bypostauthor {
}
#comments .navigation {
	margin-top: 32px;
	margin-top: 2rem;
}
.comment-author.vcard {
	float: left;
}
.comment-author.vcard cite, .comment-header .reply {
	padding: 20px;
	display: inline-block;
	vertical-align: top;
}
.comment-header .reply {
	float: right;
}
.styled-date {
	background: #fff;
	padding: 5px 20px;
	display: inline-block;
	line-height:90%;
}
.styled-date .month, .styled-date .day, .styled-date .year {
	display: block;
	text-align:center;
}
.styled-date .year {
	font-size: 70%;
}
.styled-date .month {
	font-size: 85%;
}
.styled-date .day {
	font-size: 130%;
}

/*
07_SIDEBARS
---------------------------------------------------------------------------------------------------- */
.sidebar {
	display: inline;
	line-height: 1.5;
}
.sidebar p {
	margin-bottom: 25px;
	margin-bottom: 1rem;
}
.sidebar .widget {
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px;
	margin-bottom: 2rem;
	padding-bottom: 50px;
	padding-bottom: 2rem;
	overflow: hidden;
}
.sidebar.widget-area ul li {
	list-style-type: none;
	margin-bottom: 12px;
	margin-bottom: 0.5rem;
	word-wrap: break-word;
}
.cob {
	background: #efefef;
	padding: 1rem;
}
.mfp-wrap {
  z-index: 88888;
}
.mfp-container {
  z-index: 9999999;
}
.mfp-content {
	max-width: 900px;
  padding: 2rem;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #37465f;
  z-index: 99999;
}
div#requestform {
    margin: 0 auto;
    background: #ffffff;
    border-radius: 14px;
    color: #37465f;
    padding: 1.5rem;
    border: 4px solid #ccc;
}
div#requestform h2 {
    color: #37465f !important;
}
button.mfp-close {
    color: #37465f !important;
    opacity: 1;
    border: 1px solid #37465f;
    border-radius: 50%;
    margin-top: 1rem;
    margin-right: 1rem;
    width: 30px;
    height: 30px;
    line-height: 1;
    padding: 0;
    font-size: 2rem;
    font-family: 'Montserrat Medium','Source Sans Pro', sans-serif;
}
button.mfp-close:hover {
  background: #50b975;
  color: #fff !important;
}
.mfp-bg {
    background: #000;
    opacity: 0.4;
}
.mfp-close:hover, .mfp-close:focus {
    background: #ccc;
}
img.ajax-loader {
    display: none;
}
/*
08_FORMS_AND_BUTTONS
---------------------------------------------------------------------------------------------------- */
input, select, textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    /* box-shadow: 0 0 5px #ddd inset; */
    padding: 12px;
    padding: 0.5rem;
    width: 100%;
}
input[type=radio],
input[type=checkbox] {
	width:auto;
	box-shadow:none;
}
header .search-form {
	float: right;
	margin-top: 50px;
	margin-top: 2rem;
	width: 100%;
}

.enews input[type="submit"],
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
09_IMAGES_AND_CAPTIONS
---------------------------------------------------------------------------------------------------- */
embed,
img,
object,
video {
	max-width: 100%;
}
img {
	width: auto;
	height: auto;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.alignleft .avatar {
	margin-right: 25px;
	margin-right: 1rem;
}
.alignright .avatar {
	margin-left: 25px;
	margin-left: 1rem;
}
.author-box .avatar {
	float: left;
	margin-right: 25px;
	margin-right: 1rem
}
.comment-list li .avatar {
	float: left;
	margin: 0 16px 25px 0;
	margin: 0 1rem 1rem 0;
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 25px;
	margin: 0 auto 1rem
}
img.alignnone {
	display: inline;
	margin-bottom: 25px;
	margin-bottom: 1rem;
}
img.alignleft,
.post-image,
.wp-caption.alignleft {
	display: inline;
	margin: 0 25px 25px 0;
	margin: 0 1rem 1rem 0;
}
img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 25px 25px;
	margin: 0 0 1rem 1rem;
}
p.wp-caption-text {
	line-height: 1.2;
	margin-top: 12px;
	margin-top: 0.5rem;
}
.gallery-caption {
}
ul.sub-menu li a {
    display: block;
    width: 100%;
}
h1.entry-title {
	font-family:'Montserrat ExtraBold', 'Source Sans Pro', sans-serif; /* 3Fold Edit - 11/2023 */
  /*font-size: 5.6rem;*/
	font-size:3.5rem; /* 3Fold Edit - 11/2023 */
  margin: 1rem 0 1rem 0;
  /*font-weight: 900;*/
	font-weight:normal; /* 3Fold Edit - 11/2023 */
  text-transform: uppercase;
  text-align: center;
  /* background: url("#"); */
  background-size: cover;
  background-repeat: no-repeat;
  padding: 12rem 0 5rem;
  margin: 0;
  color: #fff;
}

.single-post h1.entry-title {
	font-size:2.5rem; /* 3Fold Edit - 02/2024 */
	text-transform:none; /* 3Fold Edit - 02/2024 */
	color:#1b3e6f; /* 3Fold Edit - 02/2024 */
	padding:5rem 0 0;
}

.home h1.entry-title {
	display: none;
}


@media only screen and (max-width: 767px) {
	.alignleft, .alignright {float:none;}
}


/* global styles */
.section {
  padding: 5rem 0;
}
.wrap-inner {
  max-width: 1120px;
  margin: 0 auto;
}
.extra-space {
  margin: 3rem 0;
}
.no-padding {
  padding: 0 !important;
}
.green-bg {
  /*background: #80f3a7 !important;*/
	background:#f9a11e;  /* 3Fold Edit - 11/2023 */
	color:#fff;
}
.green-bg .section {
  padding: 3rem 0;
}
p.ordered-li {
	font-family:'Montserrat Bold', 'Source Sans Pro', sans-serif; /* 3Fold Edit - 11/2023 */
  /*font-weight: bold;*/
	font-weight:normal; /* 3Fold Edit - 11/2023 */
  /*font-size: 1.2rem;*/
	font-size:1.2rem; /* 3Fold Edit - 11/2023 */
}
ul {
  margin: 0.75rem 0 0.75rem 1.5rem;
  padding: 0 1rem;
  list-style: none;
}

ul li {
	font-family:'Montserrat Medium', 'Source Sans Pro', sans-serif; /* 3Fold Edit - 11/2023 */
	font-size:1.1rem; /* 3Fold Edit - 11/2023 */
	font-weight:normal; /* 3Fold Edit - 11/2023 */
}

.ui-accordion-content ul li span {
	font-family:'Montserrat Bold', 'Source Sans Pro', sans-serif; /* 3Fold Edit - 11/2023 */
	font-weight:normal !important; /* 3Fold Edit - 11/2023 */
}

ul li:before {
  /*content: "";*/
	content:url("/wp-content/uploads/2023/11/linchpin-bullet-point.png"); /* 3Fold Edit - 11/2023 */
  /*border-color: transparent #10233f;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  border-width: 0.25rem 0 0.25rem 0.5rem;*/
  display: block;
  /*height: 0;
  width: 0;
  left: -1rem;
  top: 1.2rem;*/
	width:17px; /* 3Fold Edit - 11/2023 */
	height:18px; /* 3Fold Edit - 11/2023 */
	left:-1.75rem; /* 3Fold Edit - 11/2023 */
	top:1.4rem; /* 3Fold Edit - 11/2023 */
  position: relative;
}

.elementor.elementor-2.elementor-edit-area.elementor-edit-mode.elementor-edit-area-active ul li:before {
	content:""; /* 3Fold Edit - 01/2024 */
	display:none; /* 3Fold Edit - 01/2024 */
	width:0; /* 3Fold Edit - 01/2024 */
	height:0; /* 3Fold Edit - 01/2024 */
	position:relative; /* 3Fold Edit - 01/2024 */
	left:0; /* 3Fold Edit - 01/2024 */
	right:0; /* 3Fold Edit - 01/2024 */
}

.elementor.elementor-2.elementor-edit-area.elementor-edit-mode.elementor-edit-area-active .elementor-text-editor.elementor-clearfix.elementor-inline-editing ul li:before {
	content:url("/wp-content/uploads/2023/11/linchpin-bullet-point.png"); /* 3Fold Edit - 01/2024 */
    display: block; /* 3Fold Edit - 01/2024 */
	width:17px; /* 3Fold Edit - 01/2024 */
	height:18px; /* 3Fold Edit - 01/2024 */
	left:-1.75rem; /* 3Fold Edit - 01/2024 */
	top:1.4rem; /* 3Fold Edit - 01/2024 */
    position: relative; /* 3Fold Edit - 01/2024 */
}

.elementor.elementor-2.elementor-edit-area.elementor-edit-mode.elementor-edit-area-active .elementor-tab-content.elementor-clearfix.elementor-inline-editing.elementor-active ul li:before {
	content:url("/wp-content/uploads/2023/11/linchpin-bullet-point.png"); /* 3Fold Edit - 01/2024 */
    display: block; /* 3Fold Edit - 01/2024 */
	width:17px; /* 3Fold Edit - 01/2024 */
	height:18px; /* 3Fold Edit - 01/2024 */
	left:-1.75rem; /* 3Fold Edit - 01/2024 */
	top:1.4rem; /* 3Fold Edit - 01/2024 */
    position: relative; /* 3Fold Edit - 01/2024 */
}

.hidden {
  display: none;
}
.show {
  display: block;
}


/* page-specific styles */
/* hero */
.hero {
}
.hero .section .row > .col-sm-6:first-of-type {
  /*padding-top: 4rem;*/
	padding-top:0; /* 3Fold Edit - 01/2024 */
}
.hero p {
  max-width: 530px;
}
:target:before {
  content:"";
  display:block;
  height: 0; /* fixed header height*/
  /* margin: -5rem 0 0; /* negative fixed header height */
}

/* services section */

/* our approach */
.principles .ui-accordion div ul {
  max-width: 980px;
}

/* contact section */
#contact .section {
  padding: 5rem 0;
}
#contact a {
  color: #10233f;
}
@media (max-width: 991px) {
  #contact img {
    display: none;
  }
}


input, select, textarea {
	font-family:'Montserrat Medium', 'Source Sans Pro', sans-serif; /* 3Fold Edit - 11/2023 */
	font-weight:normal; /* 3Fold Edit - 11/2023 */
  /*background-color: #f6f6f6;*/
	background-color:#fff; /* 3Fold Edit - 11/2023 */
  border: 1.5px solid #e3e8f0;
  /*border-radius: 0;
  color: #10233f;*/
	border-radius:15px; /* 3Fold Edit - 11/2023 */
	color:#1b3e6f; /* 3Fold Edit - 11/2023 */
  padding: 0.75rem 1.5rem;
  font-size: 1.13rem;
}
input:focus,
textarea:focus {
  /*border-color: #10233f;*/
	border-color:#1b3e6f; /* 3Fold Edit - 11/2023 */
}
textarea::-webkit-input-placeholder {
  /*color: #10233f;*/
	color:#1b3e6f; /* 3Fold Edit - 11/2023 */
}
textarea::-moz-placeholder {
  /*color: #10233f;*/
	color:#1b3e6f; /* 3Fold Edit - 11/2023 */
}
input::-webkit-input-placeholder {
  /*color: #10233f;*/
	color:#1b3e6f; /* 3Fold Edit - 11/2023 */
}
input::-moz-placeholder {
  /*color: #10233f;*/
	color:#1b3e6f; /* 3Fold Edit - 11/2023 */
}
input:focus, textarea:focus, select:focus {
  outline: none;
}
#contact form p {
	font-family:'Montserrat SemiBold', 'Source Sans Pro', sans-serif; /* 3Fold Edit - 11/2023 */
  font-size: 1.1rem;
  /*font-weight: 600;*/
	font-weight:normal; /* 3Fold Edit - 11/2023 */
  text-transform: uppercase;
	color:#1b3e6f; /* 3Fold Edit - 11/2023 */
}
input.wpcf7-form-control.wpcf7-submit {
	font-family:'Montserrat Bold', 'Source Sans Pro', sans-serif; /* 3Fold Edit - 11/2023 */
  /*font-size: 1.13rem;*/
	font-size:1.5rem; /* 3Fold Edit - 11/2023 */
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  /*max-width: 110px;
  font-weight: 800;*/
	max-width:200px; /* 3Fold Edit - 11/2023 */
	font-weight:none; /* 3Fold Edit - 11/2023 */
  color: #fff;
  /*background: #10233f;*/
	background:#1b3e6f; /* 3Fold Edit - 11/2023 */
  border: none;
  /*border-radius: 28px;*/
	border-radius:15px; /* 3Fold Edit - 11/2023 */
  padding: 1rem 1.5rem;
  margin-top: 1rem;
}
input.wpcf7-form-control.wpcf7-submit:hover {
  background: #fff;
  color: #10233f;
  text-decoration: none;
}


/* blog feed */
.page-template-page_blog {}
.page-template-page_blog .content,
body.category main.content {
  max-width: 1120px;
  margin: 0 auto;
  display: block;
  max-width: 700px;
}
.page-template-page_blog h1.entry-title {
  display: none;
}
.page-template-page_blog article.row,
body.category article.row {
	margin: 0;
}
.page-template-page_blog article.row,
body.category article.row {
  margin-bottom: 4rem;
}
.page-template-page_blog article .col-sm-4 a img,
body.category article .col-sm-4 a img {
  border-radius: 8px;
}
.page-template-page_blog article a img,
body.category article a img {
  border-radius: 8px;
  margin-bottom: 2rem;
}
.page-template-page_blog a.entry-image-link {
  display: none;
}
.page-template-page_blog .entry-content h2.entry-title {
  line-height: 1;
  margin-top: 0;
}
.page-template-page_blog .entry-content h2.entry-title a,
body.category .entry-content h2.entry-title a {
  /*color: #314c66;*/
	color:#1b3e6f; /* 3Fold Edit - 11/2023 */
}
.page-template-page_blog .entry-content h2.entry-title a:hover,
body.category .entry-content h2.entry-title a:hover {
  /*color: #314c66;*/
	color:#f9a11e; /* 3Fold Edit - 11/2023 */
}
.page-template-page_blog .entry-content h2.entry-title a:hover,
body.category .entry-content h2.entry-title a:hover {
  text-decoration: none;
}
.page-template-page_blog .entry-content p,
body.category .entry-content p {
  margin-bottom: 0;
  font-size: 1.2rem;
}
.page-template-page_blog a.more-link {
  display: inline-block;
	background:#1b3e6f; /* 3Fold Edit - 11/2023 */
}
.page-template-page_blog a.more-link:hover {
  /*background: #80f3a7;*/
	color:#fff; /* 3Fold Edit - 11/2023 */
	background:#f9a11e; /* 3Fold Edit - 11/2023 */
}
.page-template-page_blog article .entry-content a.more-link,
body.category article .entry-content a.more-link {
  display: none;
}
.page-template-page_blog article .entry-footer .entry-meta,
body.category article .entry-footer .entry-meta {
  display: none;
}

/* individual blogs */
.single-post article .entry-content {
  max-width: 700px;
  margin: 0 auto;
  /*padding: 5rem 0;*/
	padding:2.5rem 0; /* 3Fold Edit - 02/2024 */
}
#comments, #respond {
	max-width: 700px;
	margin: 0 auto 5rem;
}
.single-post article .entry-header,
.single-post article .entry-footer {
  display: none;
}
.single-post .content-sidebar-wrap img {
  margin: 2rem auto 0;
  display: block;
}
.single-post .content-sidebar-wrap > img {
  /* display: none; */
  position: absolute;
  width: 100%;
  min-height: 364px;
  top: 3rem;
  z-index: -99999;
}

/* 404 error page */
.error404 .entry-content {
	max-width: 700px;
	margin: 3rem auto 5rem;
}
.error404 h4,
.error404 .entry-content ul {
	display: none;
}
.search-results .archive-title {
  font-size: 5.6rem;
  margin: 1rem 0 1rem 0;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  background: #01121e;
  padding: 12rem 0 5rem;
  margin: 0;
  color: #fff;
}
/* search results page */
.search-results .archive-title {
  text-align: center;
  /*max-width: 1120px;*/
}
.search-results article {
  max-width: 700px;
  margin: 3rem auto;
  border-bottom: 2px solid #50b975;
}
.search-results article h2.entry-title a {
  height: 100%;
  padding: 0;
  color: #314c66;
}
.search-results article h2.entry-title a:hover {
  color: #50b975;
  text-decoration: none;
}
.search-results a.more-link {
}
.search-results a.more-link:hover {
}
.search-results .entry-content a.more-link {
  display: none;
}
.search-results a.more-link {
  margin-top: 1rem;
}
.search-results .entry-header .entry-meta,
.search-results .entry-footer .entry-meta {
  display: none;
}


.desktop-only {
  display: block;
}
.tablet-mobile-only {
  display: none;
}
.mobile-only {
  display: none;
}

header.site-header a.cta-button {
	font-family:'Montserrat Bold', 'Source Sans Pro', sans-serif; /* 3Fold Edit - 11/2023 */
  margin-top: 0;
  padding: 0.5rem 1rem;
  /*font-weight: bold;
  background: #80f3a7;*/
	font-weight:normal; /* 3Fold Edit - 11/2023 */
	background:#f9a11e; /* 3Fold Edit - 11/2023 */
  /*color: #10233f;*/
	color:#fff; /* 3Fold Edit - 11/2023 */
}
header.site-header a.cta-button:hover {
  /*background: #10233f;*/
	background:#1b3e6f; /* 3Fold Edit - 11/2023 */
  color: #fff;
}

.hero-image {
  position: relative;
  /*min-height: 510px;*/
  /*min-height: 445px;*/
	/*min-height:650px;*/ /* 3Fold Edit - 01/2024 */
	margin-top:10%; /* 3Fold Edit - 01/2024 */
	margin-bottom:10%; /* 3Fold Edit - 01/2024 */
}
/*img#heroimage {
  vertical-align: bottom;
  position: absolute;
  bottom: 0;
}*/ /* 3Fold Edit - 01/2024 */
.hero-text {
  /*max-height: 510px !important;*/
	max-height:100% !important; /* 3Fold Edit - 01/2024 */
}


/*
10_MEDIA_QUERIES
---------------------------------------------------------------------------------------------------- */
@media (max-width: 1600px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1280px) {
}
@media (min-width: 1200px) {
}
@media (max-width: 1160px) {
  .green-bg .section,
  #contact .section,
  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  h2 {
    font-size: 3.3rem;
  }
  .hero .col-sm-6 > p.lg:last-of-type {
    margin-bottom: 3rem;
  }
	
	.hero-image {
		margin-top:16%; /* 3Fold Edit - 01/2024 */
		margin-bottom:16%; /* 3Fold Edit - 01/2024 */
	}
	
}
@media only screen and (max-width: 1120px) {
  .page-template-page_blog main.content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 1074px) {
}
@media (min-width: 992px) {
  .desktop-shortcode {
		display: block !important;
  }
  .mobile-shortcode, .tablet-shortcode {
		display: none !important;
	}
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .mobile-shortcode {
		display: none !important;
  }
  .green-bg .section,
  #contact .section,
  .section {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  p, ul li, ol li {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
	.mobile-shortcode {
		display: block !important;
  }
}
@media only screen and (max-width: 921px) {
  .home-content .dark-box {
    min-height: 330px;
  }
}
@media only screen and (max-width: 921px) {
  .home-content .dark-box {
    min-height: 356px;
  }
}
@media only screen and (max-width: 991px) {
	
	.hero-image {
		margin-top:28%; /* 3Fold Edit - 01/2024 */
		margin-bottom:28%; /* 3Fold Edit - 01/2024 */
	}
	
	.desktop-shortcode {
		display: none !important;
	}
	.tablet-shortcode {
		display: block !important;
	}
  .desktop-only {
    display: none;
  }
  .tablet-mobile-only {
    display: block;
  }
	.img-col img.alignnone {
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
		float: none;
		display: block;
	}
  nav.nav-primary {
    display: none;
  }
  header.site-header {
    position: relative;
/*     background: #01121e; */
    padding-bottom: 1.5rem;
  }
  header.site-header a.cta-button {
    display: none !important;
  }
  .hero .section .row > .col-sm-6:first-of-type {
    padding-top: 0;
  }
  .mobile-menu li:before {
    display: none;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
}
@media only screen and (max-width: 767px) {
	
	.hero-image {
		margin-top:0%; /* 3Fold Edit - 01/2024 */
		margin-bottom:0%; /* 3Fold Edit - 01/2024 */
	}
	
	.wrap,
	footer .creds,
	footer .gototop,
	header .widget-area,
	#inner,
	#title-area,
	#wrap .sidebar,
	#wrap #content,
	#wrap #content-sidebar-wrap,
	#wrap #sidebar-alt {
		width: 100%;
	}
	.genesis-nav-menu li,
	footer .creds,
	footer .gototop,
	header ul.genesis-nav-menu,
	header .search-form {
		float: none;
	}
	.genesis-nav-menu,
	#description,
	footer .creds,
	footer .gototop,
	header .search-form,
	#title,
	#title-area {
		text-align: center;
	}
	#title {
		margin: 25px 0;
		margin: 1rem 0;
	}
	header .search-form {
		margin: 50px auto 0;
		margin: 2rem auto 0;
		width: 50%;
	}
	.genesis-nav-menu li.right {
		display: none;
	}
	header .genesis-nav-menu {
		margin: 0;
	}
	.tf-text-padding {padding:0 !important; }

  /* global mobile styles */
  .mobile-only {
    display: block;
  }
  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  a.cta-button {
    font-size: 1.5rem;
    padding: 1.5rem 2rem;
  }
  p, ul li, ol li {
    font-size: 1.6rem;
  }
  .results-page a {
    font-size: 1.6rem;
  }
  .dark-box {
    min-height: 100% !important;
  }
  .dark-box p {
    font-size: 1.6rem;
  }
  p.ordered-li {
    font-size: 1.6rem;
  }
  ul li:before {
    /*top: 1.6rem;*/
	  top:2.1rem; /* 3Fold Edit - 11/2023 */
	  left:-2.1rem; /* 3Fold Edit - 11/2023 */
  }
  .dark-bg ul li:before {
	  top:2.1rem; /* 3Fold Edit - 11/2023 */
	  left:-2.1rem; /* 3Fold Edit - 11/2023 */
  }

  /* mobile menu */
  .mobile-menu li a {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .mobile-menu li a:hover {
    text-decoration: none;
  }
  .mobile-menu ul.sub-menu {
    padding-left: 2rem;
  }
  ul.sub-menu li a {
    display: inline-block;
  }
  /* mobile blog */
  .page-template-page_blog .entry-content h2.entry-title {
    margin-top: 2rem;
  }
	/* mobile homepage */
	.hero-text {
		height: 100% !important;
	}
	.hero-image {
		min-height: 100%;
	}
	img#heroimage {
		position: relative;
	}
}
@media (max-width: 730px) {
  .single-post article .entry-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
	#comments, #respond {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
/* Landscape phones and down */
@media (max-width: 480px) {
	header .search-form {
		width: 100%;
	}
}
@media (max-width: 440px) {
  footer.site-footer p {
    display: block !important;
    float: none !important;
    text-align: left !important;
  }
  footer.site-footer .wrap > p:last-of-type {
    margin-top: 0;
  }
}

@media print {
  .single-post nav.nav-primary {
    display: none;
  }
  .single-post header.site-header {
    background: #01121e !important;
    -webkit-print-color-adjust: exact;
    display: block;
    position: relative;
    padding-bottom: 0;
  }
  .single-post header.site-header #logo {
    max-width: 110px;
  }
  .single-post h1.entry-title {
    padding: 4rem 0 2rem;
  }
  .single-post article .entry-content {
    padding-top: 0;
  }
}

.wpcf7-form p input,
.wpcf7-form p textarea {
	margin-top:-10px; /* 3Fold Edit - 11/2023 */
}

.contact-image-gap {
	height:50px; /* 3Fold Edit - 11/2023 */
}

#contact .col-sm-5 {
	padding-right:5px; /* 3Fold Edit - 11/2023 */
	padding-left:5px; /* 3Fold Edit - 11/2023 */
}

.page-template-page_blog h2.entry-title {
	font-size:2.5rem; /* 3Fold Edit - 11/2023 */
}

.page-template-page_blog h2.entry-title a {
	line-height:1.2; /* 3Fold Edit - 11/2023 */
}

.archive-pagination.pagination ul li::before {
	content:""; /* 3Fold Edit - 11/2023 */
	width:0; /* 3Fold Edit - 11/2023 */
	height:0; /* 3Fold Edit - 11/2023 */
}

.archive-pagination.pagination ul li a {
	color:#f9a11e; /* 3Fold Edit - 11/2023 */
}

.archive-pagination.pagination ul li a:hover {
	color:#1b3e6f; /* 3Fold Edit - 11/2023 */
}

.single-post .entry-content p a,
.single-post .entry-content p a span,
.page-template-page_blog .entry-content p a,
.page-template-page_blog .entry-content p a span {
	color:#f9a11e !important; /* 3Fold Edit - 11/2023 */
}

.single-post .entry-content p a:hover,
.single-post .entry-content p a:hover span,
.page-template-page_blog .entry-content p a:hover,
.page-template-page_blog .entry-content p a:hover span {
	color:#1b3e6f !important; /* 3Fold Edit - 11/2023 */
}

.green-bg p.med {
	font-family:'Montserrat SemiBold', 'Source Sans Pro', sans-serif; /* 3Fold Edit - 11/2023 */
	font-size:1.5rem;
}

.big-p p {
	font-size:1.5rem; /* 3Fold Edit - 01/2024 */
}

.page-template-default .attachment-full.size-full.wp-post-image.default-featured-img,
.page-template-page_blog .attachment-full.size-full.wp-post-image.default-featured-img {
	display:none; /* 3Fold Edit - 02/2024 */
}

.page-template-page_blog .post > a > img {
	display:none; /* 3Fold Edit - 02/2024 */
}

.single-post .content-sidebar-wrap img.attachment-full.size-full.wp-post-image {
	display:none; /* 3Fold Edit - 02/2024 */
}

.single-post h1.entry-title {
	max-width:700px; /* 3Fold Edit - 02/2024 */
	margin:0 auto; /* 3Fold Edit - 02/2024 */
	color:#1b3e6f; /* 3Fold Edit - 02/2024 */
}