/*
Theme Name: Endurant Theme
Theme URI: http://www.ggcomm.com/
Author: Goldstein Group Communications
Author URI: http://www.ggcomm.com/
Description: Website Design by the Goldstein Web Team
Version: 1.0
*/
 
/* this came with the theme */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}
section{
  position: relative;
}
@font-face { 
  font-family: "Oswald";
  src: 
    url(/wp-content/themes/blanktheme/includes/fonts/Oswald-VariableFont_wght.ttf) format("truetype");
}
@font-face { 
  font-family: "Lato";
  src: 
    url(/wp-content/themes/blanktheme/includes/fonts/Lato-Regular.ttf) format("truetype");
}
@font-face { 
  font-family: "LatoBold";
  src: 
    url(/wp-content/themes/blanktheme/includes/fonts/Lato-Bold.ttf) format("truetype");
}
@font-face { 
  font-family: "LatoItalic";
  src: 
    url(/wp-content/themes/blanktheme/includes/fonts/Lato-Italic.ttf) format("truetype");
}


/* Global Variables */
:root{ 
    --primarycolor: #2d2c2c; /* dark brown */
    --secondarycolor: #be1f26; /* endurant red */
    --tertiarycolor: #be1f26; /* no tertiary */
    --parker: #be1f26; /* copy of endurant red */
    --mccabe: #0084bb; /* mccabe blue */
    --white: #fff;
    --lightgray: #f7f7f7;
    --midgray: #4d5661;
    --darkgray: #232a2d; 
    --black: #000;
    --text: #4d5661;
    --generalfont: 'Lato', sans-serif;
    --generalfontbold: 'LatoBold', sans-serif;
    --generalfontitalic: 'LatoItalic', sans-serif;
    --headerfont: 'Oswald', sans-serif;
}
.ParkerPage {
    --primarycolor: #be1f26; 
    --secondarycolor: #be1f26; 
    --tertiarycolor: #be1f26; 
}
.McCabePage {
    --primarycolor: #0084bb; 
    --secondarycolor: #0084bb; 
    --tertiarycolor: #0084bb; 
}


/* Basic Settings */
.textprimary {color:var(--primarycolor);}
.textsecondary {color:var(--secondarycolor);}
.textparker {color:var(--parker);}
.textmccabe {color:var(--mccabe);}
.textlightgray {color:var(--lightgray);}
.textdarkgray {color:var(--darkgray);}
.textwhite {color:#fff;}
.texttext {color:var(--text);}
.bgprimary {background-color:var(--primarycolor);}
.bgsecondary {background-color:var(--secondarycolor);}
.bgtertiary {background-color:var(--tertiarycolor);}
.bgparker {background-color:var(--parker);}
.bgmccabe {background-color:var(--mccabe);}
.bglightgray {background-color:var(--lightgray);}
.bgmidgray {background-color:var(--midgray);}
.bgdarkgray {background-color:var(--darkgray);}
.bgblack {background-color:var(--black);}
.bgtext {background-color:var(--text);}
.headertext {font-family: var(--headerfont);}

body, html, p {
  font-family: var(--generalfont);
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 22px;
}
body{
  overflow-x: hidden;
}
p {
    margin-bottom:20px;
}
b, strong {
  font-weight:700;
}
em {
  font-family: var(--generalfontitalic);
}
.headerfont {
  font-family: var(--headerfont);
}
.smalltext {
  font-size:.9em;
}
h1, .h1 {
  font-family: var(--headerfont);
  font-weight: 700;
  font-size: 46px;
  line-height: 1.2;
  text-decoration: none;
  color: var(--primarycolor);
  margin: 0px 0px 30px 0px;
}
h2 {
  font-family: var(--headerfont);
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  text-decoration: none;
  color: var(--primarycolor);
  margin: 0px 0px 30px 0px;
}
h3 {
  font-family: var(--headerfont);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  text-decoration: none;
  color: var(--primarycolor);
  margin: 0px 0px 30px 0px;
}
h4, .h4 {
  font-family: var(--headerfont);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  color: var(--primarycolor);
  margin: 0px 0px 30px 0px;
}
h5 {
  font-family: var(--headerfont);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  color: var(--secondarycolor);
  margin: 0px 0px 30px 0px;
}
a, a[href^="tel"] {
  color: var(--secondarycolor);
  text-decoration: none;
  transition: color .15s;
}
a:hover {
  color: var(--secondarycolor);
}
li {
    margin: 0 0 20px 20px;
}
img{
  max-width: 100%;
  height: auto;
}
/* Bullets */
.two-col-txt-img-content ul,
.one-col-text-block ul {
  list-style:none;
}

.two-col-txt-img-content ul li::before,
.one-col-text-block ul li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: var(--secondarycolor)!important;
    font-size: 0.75em;
    margin: 0 11.5px 0 -20px;
    vertical-align: bottom;
}
.two-col-txt-img-content ul li,
.one-col-text-block ul li {
    margin: 0 0 20px 20px;
}

/* Misc Settings */
.clearfix{ clear: both;}
.aligncenter{ display: block;margin: auto;}
.alignleft{ display: block;float: left;}
.alignright{ display: block;float: right;}
.text-center{text-align:center;}
.hahs-left {
  width: 48%;
  float: left;
}
.hahs-right {
  width: 48%;
  float: right;
  text-align: right;
}
.magicpadl {padding-right:30px;}
.magicpadr {padding-left:30px;}

@media only screen and (max-width: 768px) {
  .half-and-half-split {
    flex-direction: column;
  }
  .hahs-left, .hahs-right {
    width: 100%;
    float: left;
    text-align: left;
  }
  .magicpadl, .magicpadr {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
}
.animate_this{
  opacity: 0;
}


/* remove background image in mobile */
@media only screen and (max-width: 767px) {
	.one-column-wrapper {background-image:none!important;}
}

.showondesktop768, .showondesktop991 {}
.showonmobile768, .showonmobile991 {display: none;}
@media only screen and (max-width: 768px) {
  .showondesktop768 {display: none;}
  .showonmobile768 {display: block;}
}
@media only screen and (max-width: 991px) {
  .showondesktop991 {display: none;}
  .showonmobile991 {display: block;}
}

/*Block Padding and Margin */
.pad-0{
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.pad-top-0{
  padding-top: 0rem;
}
.pad-bot-0{
  padding-bottom: 0rem;
}
.pad-1{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pad-top-1{
  padding-top: 1rem;
}
.pad-bot-1{
  padding-bottom: 1rem;
}
.pad-2{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pad-top-2{
  padding-top: 2rem;
}
.pad-bot-2{
  padding-bottom: 2rem;
}
.pad-3{
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.pad-top-3{
  padding-top: 3rem;
}
.pad-bot-3{
  padding-bottom: 4rem;
}
.pad-4{
  padding-top: 5rem;
  padding-bottom: 6rem;
}
.pad-top-4{
  padding-top: 5rem;
}
.pad-bot-4{
  padding-bottom: 6rem;
}
.mar-0{
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.mar-1{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mar-2{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mar-3{
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.mar-4{
  margin-top: 5rem;
  margin-bottom: 6rem;
}

/* Gravity Forms */
.gform_heading {
  display:none;
}
.gfield_required {
  color:#ffadad!important;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-size:.9em!important;
  margin-bottom:0!important;
}
.gform_wrapper.gravity-theme .ginput_complex label {
  font-size:.8em!important;
}
.gform_wrapper input, .gform_wrapper textarea, .ginput_container_select select {
  border:none;
  border-bottom:1px solid var(--secondarycolor);
  background-color:var(--lightgray);
}
.gform_wrapper input[type=submit] {
  margin:0;
  padding:5px 40px;
  border-radius:10px;
  font-weight:700;
  color: #fff;
  background-color: var(--tertiarycolor);
  border: 1px solid var(--tertiarycolor);
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gform_wrapper input[type=submit]:hover {
  background-color: var(--secondarycolor);
  border: 1px solid #fff;
}
.ginput_container_select:before {
  display:none;
}
.gform_wrapper select {
  background-image:
    linear-gradient(45deg, transparent 50%, var(--tertiarycolor) 50%),
    linear-gradient(135deg, var(--tertiarycolor) 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

.gform_wrapper select:focus {
  background-image:
    linear-gradient(45deg, var(--secondarycolor) 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, var(--secondarycolor) 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: var(--primarycolor);
  outline: 0;
}
.gform_wrapper select {
 /* for Firefox */
 -moz-appearance: none;
 /* for Safari, Chrome, Opera */
 -webkit-appearance: none;
}
.gform_wrapper select::-ms-expand {
 /* for IE10 */
 display: none;
}


/* Buttons */
.btn{
  font-size: 1.2em;
  font-family: var(--headerfont);
  font-weight: 500;
  padding: 5px 35px;
  text-align: center;
  border-radius: 0;
}
.btn-primary {
  border: 1px solid var(--primarycolor);
  border-color: var(--primarycolor);
  background: var(--primarycolor);
  color: #fff !important;
  text-decoration: none !important;
}
.btn-primary:hover{
  border: 1px solid var(--primarycolor);
  border-color: var(--primarycolor);
  background: transparent;
  color: var(--primarycolor) !important;
  text-decoration: none !important;
}
.btn-secondary {
  border: 1px solid var(--secondarycolor);
  border-color: var(--secondarycolor);
  background: var(--secondarycolor);
  color: #fff !important;
  text-decoration: none !important;
}
.btn-secondary:hover{
  border: 1px solid var(--secondarycolor);
  border-color: #fff;
  background: transparent;
  color: var(--secondarycolor) !important;
  text-decoration: none !important;
}
.btn-tertiary {
  border: 1px solid var(--tertiarycolor);
  border-color: var(--tertiarycolor);
  background: var(--tertiarycolor);
  color: #fff !important;
  text-decoration: none !important;
}
.btn-tertiary:hover{
  border: 1px solid var(--tertiarycolor);
  border-color: #fff;
  background: transparent;
  color: var(--tertiarycolor) !important;
  text-decoration: none !important;
}
.btn-parker {
  border: 1px solid var(--parker);
  border-color: var(--parker);
  background: var(--parker);
  color: #fff !important;
  text-decoration: none !important;
}
.btn-parker:hover{
  border: 1px solid var(--parker);
  border-color: #fff;
  background: transparent;
  color: var(--parker) !important;
  text-decoration: none !important;
}
.btn-mccabe {
  border: 1px solid var(--mccabe);
  border-color: var(--mccabe);
  background: var(--mccabe);
  color: #fff !important;
  text-decoration: none !important;
}
.btn-mccabe:hover{
  border: 1px solid var(--mccabe);
  border-color: #fff;
  background: transparent;
  color: var(--mccabe) !important;
  text-decoration: none !important;
}
.btn-lightgray{
  border: 1px solid var(--lightgray);
  border-color: var(--lightgray);
  background: var(--lightgray);
  color: var(--primarycolor) !important;
  text-decoration: none !important;
}
.btn-lightgray:hover{
  border: 1px solid var(--lightgray);
  border-color: var(--lightgray);
  background: var(--primarycolor) !important;
  color: var(--lightgray) !important;
  text-decoration: none !important;
}
.btn-white{
  border: 1px solid var(--white);
  border-color: var(--white);
  background: #fff;
  color: var(--primarycolor) !important;
  text-decoration: none !important;
}
.btn-white:hover{
  border: 1px solid var(--secondarycolor);
  border-color: var(--secondarycolor);
  background: var(--secondarycolor) !important;
  color: #fff !important;
  text-decoration: none !important;
}
.btn-sm {
 padding: 3px 12px;
 border-width: 1px;
 font-size: .9em;
 font-weight: normal;
}
.btn-sm:hover {
 border-width: 1px;
}
.btn-menu {
  border: 1px solid var(--secondarycolor);
  background-color: var(--secondarycolor);
  border-radius: 0px;
  color: #fff !important;
  text-decoration: none !important;
  margin-top:8px;
}
.btn-menu a {
  padding: 5px 15px;
  color: #fff !important;
  margin: 0;
}
.btn-menu:hover{
  border: 1px solid var(--secondarycolor);
  color: var(--secondarycolor);
  background-color: #fff;
  text-decoration: none !important;
}
.btn-menu:hover a {
  color: var(--secondarycolor) !important;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
background-color: inherit!important;
border-color: inherit!important;
}

table {
  width:100%;
  border-bottom: 1px solid var(--primarycolor);
}
tr {
  background-color: var(--white);
}
tr:nth-child(odd) {
  background-color: var(--lightgray);
}
td {
  padding:5px;
}
th {
  padding: 5px;
  color: var(--white)!important;
  font-weight: bold;
  background-color: var(--primarycolor);
}


/* Header */
#header {
  box-shadow: 1px 1px 9px 0px var(--lightgray);
}
.custom-logo-link img {
  max-width: 180px;
  height: auto;
}
.ShowDesktopNav {
  display: inherit;
}
.ShowMobileNav {
  display: none;
}

/* Sticky */
#StickyHeader{
  background-color: #fff;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 !important;
  background-color: #fff;
  z-index: 99999;
}
.sticky .custom-logo {
  max-width: 140px;
  margin-left:20px;
}
.addmargintothebody {
  margin-top: 120px;
}

/* Main Menu */
nav {
  color:var(--text);
}
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
nav li {
  float: left;
  margin:0 10px;
  text-align: center;
}
nav li a {
  font-family: var(--headerfont);
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  color: var(--text);
  text-align: left;
  padding: 14px 0;
  margin:0 16px;
  text-decoration: none;
}
nav li a:hover,
nav li a:active, 
nav li:hover a, 
nav li:active a,
nav .current_page_item a {
  color: var(--secondarycolor);
}
#header .specialmenuhover:hover {
  background-color: var(--secondarycolor);
}
#header .specialmenuhover:hover .fa-search:before {
  color: #fff;
}

/* Submenu */
.submenuarrow {
  float: right;
  top: -37px;
  right: 15px;
  position: relative;
}
/* show hide first level dropdown */
nav .menu-item-has-children:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: var(--secondarycolor);
  margin: -20px 0 0 -5px;
  position: absolute;
}
nav .menu-item-has-children:hover:after {
  content: "\f0d8";
}
nav .menu-item-has-children ul {
  display: none;
  position: absolute;
  background: var(--lightgray);
  overflow:initial;
  padding-bottom: 5px;
}
nav .menu-item-has-children:hover ul {
  display: inherit;
  z-index: 999;
}
/* show hide secend level dropdown */
nav .menu-item-has-children:hover .menu-item-has-children-second ul {
  display: none;
}
nav .menu-item-has-children:hover .menu-item-has-children-second:hover ul {
  display: inherit;
  position: absolute;
  left: 200px;
  top: 0;
}
nav .menu-item-has-children ul li {
  float:inherit;
  margin:0;
  width:200px;
}
nav .menu-item-has-children ul li:hover {
  background-color:var(--lightgray);
}
nav .menu-item-has-children ul li a {
  text-align:left;
  font-weight: 500;
  text-transform: capitalize;
  font-family: var(--generalfont)!important;
  color:var(--text);
  margin:0;
  padding:15px 20px!important;
}
nav .menu-item-has-children ul li a span{
  font-family: var(--generalfont)!important;
  font: var(--generalfont)!important;
}
nav .menu-item-has-children ul li ul li a {
  color:var(--text)!important;
}
nav .menu-item-has-children ul li:hover a {
  color:var(--secondarycolor);
}
nav .menu-item-has-children ul li ul li:hover a {
  color:var(--secondarycolor)!important;
}
/* mega menu */
nav .mega-menu-woah a {
  display: none!important;
}
nav .mega-menu-woah ul {
  display: flex!important;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 200px;
  top: 0;
  height: 100%;
}
nav .mega-menu-woah ul li a {
  display: block!important;
  border-left: 3px solid #fff;
}
nav .mega-menu-woah ul li a span {
  font-family: var(--headerfont)!important;
  font-weight: 300 !important;
}
nav .mega-menu-woah ul li:last-child a {
    padding-bottom: 20px !important;
}
@media only screen and (max-width: 991px) {
  nav .mega-menu-woah ul li a {
    border-left: 0;
    padding: 15px 40px !important;
  }
  nav .mega-menu-woah ul {
    width: 80%;
  }
  nav .mega-menu-woah .sub-menu {
    border-top:1px solid var(--midgray);
  }
  nav .mega-menu-woah .submenuarrow {
    display: none;
  }
}

@media only screen and (max-width: 1300px) {
nav li {margin:0;}
}
@media only screen and (max-width: 1200px) {
nav li a {margin:0 10px;}
.btn-menu {margin-left:10px;}
.navbar {font-size:.85em;}
}
/* Mobile Menu */
@media only screen and (max-width: 991px) {
  nav .menu-item-has-children:after,
  nav .menu-item-has-children:hover:after {
    display: none;
  }
  .ShowDesktopNav {
    display: none;
  }
  .ShowMobileNav {
    display: inherit;
  }
  .keeptoggleinplace {
    width: 50%;
  }
  .keeptoggleonright {
    justify-content: end !important;
  }
  nav ul {
    padding-bottom: 20px;
  }
  nav li {
    float: inherit;
  }
  nav li a {
    margin: 0 30px;
  }
  nav .menu-item-has-children ul {
    position: inherit;
    background-color:var(--lightgray);
  }
  nav .menu-item-has-children:focus ul {
    display: inherit;
  }
  nav .menu-item-has-children ul li {
    width:100%;
  }
  nav .menu-item-has-children ul li a {
    padding: 15px 40px !important;
  }
  nav .menu-item-has-children ul li ul li a {
    padding: 15px 40px !important;
  }
  nav .menu-item-has-children:hover .menu-item-has-children-second:hover ul {
  display: inherit;
  position: relative;
  left: auto;
  top: auto;
  }
  nav .menu-item-has-children ul li {
    width: 95%;
  }
  #menu-main-nav {
    overflow-y: scroll;
    max-height: calc(100vh - 250px);
  }

}

/* Search Icon */
#searchpopup .modal-dialog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
#searchpopup .modal-dialog .btn-close {
  color:#fff;
  background: none;
  opacity: 1;
  font-size: 20px;
}
.search-inmodal .modal-body {
  text-align: right;
}
.search-inmodal label {
  width: 80%!important;
  border: 1px solid var(--secondarycolor)!important;
  border-right: 0;
}
.search-inmodal input[type="search"] {
    border: 0;
    width: 100%;
}
.search-inmodal form input[type="submit"] {
  width: 20%;
  display: block!important;
  border: 1px solid var(--secondarycolor)!important;
  border-left: 0;
  background-color: var(--secondarycolor)!important;
  font-size: 15px;
  color: #fff;
  padding: 6px;
}
.search-inmodal form {
  display: flex!important;
  border: none;
  font-family: var(--generalfont);
  margin-bottom: 0!important;
}
.search-inmodal form input[type="search"] {
  border: 1px solid var(--secondarycolor)!important;
  padding: 5px 5px 5px 15px!important;
  font-family: var(--generalfont) !important;
  border-right: 0;
  border-width: 0;
  font-size: 15px;
}
.search-inmodal form input[type="search"]:focus, 
.search-inmodal form input[type="search"]:focus-visible, 
.search-inmodal form input[type="search"]:active {
  outline: 0;
}
.fa-search:before {
  color:var(--text);
}
.search-wrap button {
  width: fit-content;
  border: none;
  display: inline-block;
  background-color: #00000000;
}
.search-wrap button i {
display: none;
}
.search-wrap form {
  display: initial;
  border: none;
  font-family: var(--generalfont);
}
.search-wrap form input[type="search"] {
  visibility: hidden;
  width: 0;
  transition: width 1s;
  border: none;
  padding: 10px;
  margin: -10px 0 -10px 10px;
  font-family: var(--generalfont)!important;
}
.search-wrap button:focus form input[type="search"], 
.search-wrap button:active form input[type="search"], 
.search-wrap button form:focus input[type="search"], 
.search-wrap button form:active input[type="search"], 
.search-wrap button form input[type="search"]:focus, 
.search-wrap button form input[type="search"]:active {
  width: 200px;
  visibility: inherit;
}
.search-wrap  input[type="submit"] {
  display: none !important;
}
.search-wrap form input[type="search"]:focus {
outline:none;
}
.prettysearchicon {
  border: 0;
  background: none;
  color: var(--primarycolor);
}
.search-inmodal label {
  width: 100%;
  border: 1px solid var(--primarycolor);
}
.search-inmodal input[type="search"] {
    border: 0;
    width: 100%;
}
.search-inmodal form input[type="submit"] {
  display: none;
}
.search-inmodal form {
  display: initial;
  border: none;
  font-family: var(--generalfont);
  margin-bottom: 30px;
}
.search-inmodal form input[type="search"] {
  border: 1px solid var(--primarycolor);
  padding: 5px;
  font-family: var(--generalfont)!important;
}
.search-inmodal form input[type="search"]:focus, 
.search-inmodal form input[type="search"]:focus-visible, 
.search-inmodal form input[type="search"]:active {
  outline: 0;
}

/* Search Results */
.nav-pills .nav-link{
  border-radius: 0;
  background-color: var(--lightgray);
  color: var(--secondarycolor);
}
.nav-pills .nav-link.active{
  background-color: var(--midgray);
}
.searchresultstile{
  border-bottom: 1px solid var(--midgray);
}
.searchresultstile:last-child{
  border-bottom: 0;
}
.search .half-and-half-split {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.searchresults img {width: 100%;height: auto;}
.searchresults .searchitem {border-bottom:1px solid var(--midgray);}
.searchresults .searchitem:nth-last-child() {border-bottom:none;}
.pagination .nav-links {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 0 0 30px;
}
.pagination .nav-links .page-numbers {
  padding: 3px 7px;
  margin:3px;
  border: 1px solid;
}
.pagination .nav-links .dots {
  padding: 3px 7px;
  margin:3px;
  border: 0px solid;
}
.search-results .searchitem img{
  max-width: 225px;
}
.spinner {
  width: 20px;
  height: 20px;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top: 3px solid #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  position: absolute;
  right: 50%;
  top: 25%;
  transform: translateY(-50%);
  display: none;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.videotileborder {
  border: 1px solid var(--midgray);
  padding:0 30px 40px;
}

/* Blog Listing */
.blogsubpopup {
  position: absolute;
  right: 20px;
}
.blog .h1, .single .h1, .category .h1, .author .h1 {
  font-size: 32px;
  margin: 10px 0;
  display: block;
  color: var(--white);
}

/* listing page */
.blog-tile-container {
}
.blog-tile-alpha {
  height: 100%;
  border:1px solid var(--midgray);
  padding: 10px;
}
.blog-tile-alpha .posted-in {
  font-size: .90em;
}
.blog-tile-alpha h5 {
  font-size: 19px;
  text-transform: none !important;
  font-weight: 700;
  color: #000;
  margin: 30px 0 10px 0;
  text-decoration: none;
}
.blog-tile-image {
  height: 250px;
  background-size: cover;
  background-position: center;
}
.blog-tile-alpha a {
  text-decoration: none !important;
  color: var(--text)!important;
}
.blog-tile-readmore a {
  text-decoration: none;
  display: inline-block;
  color: var(--secondarycolor)!important;
}
.blog-tile-title {
  font-weight: bold;
}
.blog-topics-row {
  display: flex;
}
.blog-topics-row ul li {
  display: inline-block;
  margin: 0 10px;
}
.blog-alltopics-dropdown {
  border:1px solid var(--midgray);
  font-size: inherit;
  font-weight: inherit;
  color: var(--midgray);
}
.pagination .nav-links .page-numbers {
  padding: .5em 1em;
  margin: .33em;
  border: 0;
  color: var(--text);
  background-color: var(--lightgray);
}
.pagination .nav-links .page-numbers.current {
  color: var(--secondarycolor);
}
.pagination .nav-links .dots {
  background-color: #ffffff00;
}

/* post page */
.featuredimageholder {
  display: flex;
  justify-content: center;
  background: var(--primarycolor);
  background: linear-gradient(159deg,var(--primarycolor) 0%, var(--tertiarycolor) 100%);
}
.featuredimageholder img {
  max-height: 350px;
  width: auto;
}
.single-post .content-container h1 {
  color: var(--text);
  font-size: 30px;
}
.single-post .content-container h2 {
  font-size: 24px;
}
.single-post .content-container h3 {
  font-size: 20px;  
}
.blog-featured-image {
  width: 100%;
  height: auto;
  max-height: 400px;
  text-align: center;
}
.blog-sidebar h4 {
  margin-bottom: 10px;
  color: var(--secondarycolor);
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
.blog-sidebar {
  padding-left: 50px;
}
.blog-sidebar-spacer {
  margin-bottom: 30px;
  background-color: var(--lightgray);
  padding: 30px;
}
.blog-sidebar h4 b {
  font-family: var(--headerfont);
  font-weight: 700;
  color: var(--primarycolor);
}
.blog-sidebar ul {
  list-style:none;
}
.blog-sidebar ul li {
  padding: 5px 0;
  margin:0 0 5px;
}
.blog-topics-dropdown ul,
.blog-sidebar .dropdown-menu.show {
  border-radius: 0;
  padding: 0;
}
.blog-topics-dropdown ul li,
.blog-sidebar .dropdown-menu.show li {
  padding: 5px 10px;
  margin: 0;
}
.blog-meta-style {
  font-size: 12px;
}
.blog-meta-style ul{
  font-weight: normal!important;
}
.posted-in .post-categories {
  display: contents;
}
.posted-in .post-categories li {
  margin:0;
  display: inline-block;
}
.posted-in .post-categories li:after {
    content: ', ';
}
.posted-in .post-categories li:last-child:after {
    content: '';
}
.share-icon {
  font-size: 18px;
  margin: 3px 6px;
  color: var(--text);
 }
.blogsharebar {
  display: flex;
  padding: 10px 0;
  margin: 5px 0 30px;
  border-top: 1px solid var(--midgray);
  border-bottom: 1px solid var(--midgray);
  align-items: center;
 }
.wp-caption {
  width:100%!important;
}
.wp-caption-text {
    font-style: italic;
    border: 1px solid var(--midgray);
    padding: 5px 15px;
    margin-bottom: 30px;
    text-align:center;
}

@media only screen and (max-width: 768px) {
  .blog-sidebar {padding-left:calc(var(--bs-gutter-x) * .5);padding-top: 45px;border-top: 1px solid;margin-top: 25px;}
}

/* Footer */
footer .custom-logo-link img {
  max-width: 100%;
}
footer {
  border-top:3px solid var(--secondarycolor);
}
footer .smalltext p {
  font-size: .95em;
}
footer img.oc-logos {
  height: 60px;
  width: auto;
}
footer .custom-logo-link img {
margin-bottom:10px;
}
footer a {
}
footer a:hover {
}
footer i {
  margin: 5px;
  font-size: 1.2em;
  color: var(--text);
}
footer li {
  list-style-type: none;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .footermobilemargin {margin-bottom: 30px;}
}
 
/* Printing */
@media print {
#ss360-search-console {
display:none;
}
table, img, svg {
break-inside: avoid;
}
img {
max-width: 100% !important;
}
body, p, a, h1, h2, h3, h4, h5, h6 {
color:#000!important;
background:#fff!important;
}	
body, article, main, .main-inner-wrap {
width: 100%;
margin: 0;
padding: 0;
display:block;
position:relative;
}
a {
font-weight: bolder;
text-decoration: none;
}
a[href^=http]:after {
content:" <" attr(href) "> ";
}
article a[href^="#"]:after {
content: "";
}
header, footer, nav, aside, form, video, audio {
display: none;
}
}
@page {
size: 8.5in 12in;
margin: 0cm;
}
.topic-header span.textsecondary{
  font-weight: 300;
}
.responsive-iframe{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.responsive-iframe iframe{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin-top: 2em;
}
.pagination{
  display: flex;
  justify-content: center;
}
.pagination button{
  background-color: #efefef;
  color: black;
  border: none;
  padding: 0.5em 1em;
  margin: 0.33em;
}
.pagination button.active{
  color: var(--secondarycolor);
}
.pagination span{
  display: flex;
  align-items: flex-end;
  padding: 0.25em;
}

/*Single Projects Styles */
#galleryContainer .gallery .lightbox-trigger{
  margin-bottom: 30px;
  cursor: pointer;
}
.related-highlights{
  color: var(--secondarycolor);
  font-style: italic;
}
#lightboxModal .modal-body{
  padding: 4rem;
}
#lightboxModal #next, #lightboxModal #prev{
  padding: 0.5rem 1rem;
  border-radius: 50px;
  color: white;
  background-color: var(--primarycolor);
  border: none;
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
}
#lightboxModal #next{
  right: 10px !important;
}
#lightboxModal #prev{
  left: 10px !important;
}
h3.split-header{
  text-align: center; 
  font-size: 28px;
  text-transform: uppercase;
}
h3.split-header .orange{
  color: var(--secondarycolor); 
  font-weight: 300
}
h3.split-header .bold{
  font-weight: 900;
}